

/* Start:/local/templates/main/styles.css?175489506210300*/

.tool {  
  position : relative;
  font-size:75%;
  vertical-align: super;
}

.tool::before, .tool::after {
  position : absolute;
  left : 50%;
  opacity : 0;
  z-index: -100;
}

.tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after {
  opacity : 1;
  z-index: 100;
}

.tool::before {
  border-style : solid;
  border-width : 1em .75em 0 .75em;
  border-color : #3e474f transparent transparent transparent;
  bottom : 100%;
  margin-left : -.5em;
  content : " ";
}

.tool::after {
  background : #3e474f;
  border-radius: 5px;
  bottom : 175%;
  color : white;
  width : 17.5em;
  padding: 1em;
  margin-left : -8.75em;
  content : attr(data-tip);
}

.tooltip {  
  position : relative;
  font-size:75%;
  vertical-align: super;
}

[tooltip]{  
  position:relative;
  display:inline-block;
}
[tooltip]::before {
    content: "";
    position: absolute;
    top:-6px;
    left:50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #3e474f transparent transparent transparent;
    z-index: 99;
    opacity:0;
}

[tooltip-position='left']::before{
  left:0%;
  top:50%;
  margin-left:-12px;
  transform:translatey(-50%) rotate(-90deg) 
}
[tooltip-position='top']::before{
  left:50%;
}
[tooltip-position='bottom']::before{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}
[tooltip-position='right']::before{
  left:100%;
  top:50%;
  margin-left:1px;
  transform:translatey(-50%) rotate(90deg)
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left:50%;
    top:-6px;
    transform: translateX(-50%)   translateY(-100%);
    background: #3e474f;
    text-align: center;
    color: #fff;
    padding:4px 2px;
    min-width: 150px;
    width : 17.5em;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index:99;
    opacity:0;
}

[tooltip-position='left']::after{
  left:0%;
  top:50%;
  margin-left:-8px;
  transform: translateX(-100%)   translateY(-50%);
}
[tooltip-position='top']::after{
  left:50%;
}
[tooltip-position='bottom']::after{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translateY(0%);
}
[tooltip-position='right']::after{
  left:100%;
  top:50%;
  margin-left:8px;
  transform: translateX(0%)   translateY(-50%);
}

[tooltip]:hover::after,[tooltip]:hover::before {
   opacity:1
}

.footer__text{
	height:auto!important;
}
.footer__text p {
    line-height: 1.25rem;
    font-size: 1rem;
    color: #828282;
}

.rating-achievements .rating-slider, .rating-achievements .rating-slider__slide {
  height: 185px!important;
}

h2 span {font-size:12px;line-height: 8rem;}

sup {/*font-size:50%!important;*/}

.news__item{
	flex: 1!important;
}

.td_doc span .rem-table__link-orange{
	font-size:14px;
}
.td_doc span {
	font-size:12px;
}

.file_block  span, .file_block  span span {
	font-size:12px;
	line-height: 12px;
	margin: 0px;
}

.td_tac td{
	vertical-align: top;
}

.td_with_archive .accordion_blue .accordion__toggle {
	padding: 10px 10px 0;
}
.td_with_archive .accordion_blue .accordion__head {
	font-size: 1rem;
}
table td.td_with_archive .rem-table table, table td.td_with_archive .rem-table table td{
	border: none!important;
}

.accordion_small .accordion__head {
    padding-right: 5px;
    font-size: 0.8rem;
    line-height: 0.9rem;
    color: #282828;
    padding-bottom: 7px;
}
.accordion_small .accordion__toggle {
    background: #f6fafe;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 10px 0;
}
.accordion_small .accordion__body.open{
    padding-top: 20px;
}
.accordion_small .accordion__icon{
    right: 5px;
}
.accordion_small .accordion__icon.open {
    top:5px;
}

.submenu li a {
    max-width: 130px;
    font-size: 95%;
}

.individual-block a {
	display: block;
	clear:both;
}

#home-request .tm-contancts-name__img img{
	border-radius: 85px;
}
#home-request .tm-contancts-name__title, #home-request .tm-contancts-name__text, #home-request .tm-contancts-name__text a{
	color: #fff;
	line-height: 1.375rem;
    font-size: 0.875rem;	
}
#home-request .tm-contancts-name{
	margin: 48px 0 0px;
}

.owl-item{
	margin: auto 0px!important;
	width: auto;
}

.loadrep {
	color: #4CAF50;
}

/*выравнивание для страниц стандартных стратегий*/
.invest-strategy__text, .detail-description__right-block > .right-block__message > .message-text, .detail-description__dropdown-item {
	text-align:justify;
}

.consult-button {
	position: relative!important;
	width:auto;
	float: right;
	display: inline-block!important;
	padding: 17px 32px!important;
    background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
    background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
    background: linear-gradient( 90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);	
    border-radius: 100px;
    border: 1px solid #f7931d;
	color: #FFFFFF;
	clear: both;
}

.consult-button:hover{
	background: #fff;
	border: 1px solid #f7931d;
	color: #f7931d!important;
}
	
.modal-window{background-color:rgba(0,0,0,0.1);position:fixed;top:0;bottom:0;right:0;left:0;z-index:99;padding:0 15px;-webkit-transition:.3s ease all;transition:.3s ease all;visibility:hidden;opacity:0}@media(max-width:767px){.modal-window{overflow:scroll}}.modal-window.modal-window_show{opacity:1;visibility:visible;-webkit-transition:.3s ease all;transition:.3s ease all}.modal-window__overlay{position:fixed;top:0;bottom:0;right:0;left:0}.modal-window__body{-webkit-transform:scale(0);transform:scale(0);max-width:1000px;max-height:45.5vh;margin:10vh auto;border-radius:4px 4px 0 0;right:15px;left:15px;-webkit-transition:.3s ease all;transition:.3s ease all;z-index:3}.modal-window_team .modal-window__body{background-color:#fff}.modal-window_show .modal-window__body{-webkit-transform:scale(1);transform:scale(1)}.modal-window__header{background-color: #45484e;height:30vh;max-height:290px;position:relative;-webkit-box-shadow:0 0 25px rgba(11,11,35,0.4);box-shadow:0 0 25px rgba(11,11,35,0.4);border-radius:4px}@media(min-width:1024px) and (max-width:1280px){.modal-window__header{height:35vh}}@media(min-width:768px) and (max-width:1024px){.modal-window__header{height:25vh}}.modal-window__img{width:100%;height:100%;overflow:hidden;border-radius:4px 4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-window__img img{width:100%;height:100%}.modal-window__close{position:absolute;width:39px;height:39px;border-radius:100%;border-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;top:6px;right:6px;z-index:2}.modal-window__close svg{-webkit-box-flex:1;-ms-flex:1;flex:1;display:inline-block;height:19px;fill:#fff}.modal-window__title{font-size:46px;line-height:60px;color:#fff;z-index:1;position:absolute;bottom:45px;left:40px}@media(min-width:1024px) and (max-width:1280px){.modal-window__title{bottom:15px}}@media(max-width:1280px){.modal-window__title{line-height:44px;font-size:40px}}@media(max-width:480px){.modal-window__title{left:10px;font-size:30px;line-height:40px;bottom:20px}}.modal-window__title_value{bottom:30px;font-size:32px;line-height:50px}@media(min-width:1024px) and (max-width:1280px){.modal-window__title_value{bottom:15px}}@media(max-width:768px){.modal-window__title_value{bottom:15px;font-size:38px;line-height:42px}}@media(max-width:480px){.modal-window__title_value{font-size:22px;line-height:32px}}.modal-window__content{padding:40px 40px 10px 40px;position:absolute;max-height:50vh;background-color:#fff;border-radius:0 0 4px 4px;overflow:auto;-webkit-box-shadow:0 10px 25px rgba(11,11,35,0.2);box-shadow:0 10px 25px rgba(11,11,35,0.2);width:100%}.modal-window_team .modal-window__content{-webkit-box-shadow:none;box-shadow:none}@media(max-width:768px){.modal-window__content{padding:20px 20px 0 20px}}.modal-window__content p{font-size:15px;letter-spacing:.2px;line-height:26px;color:#000b38;margin-bottom:29px;margin-top:0}@media(max-width:768px){.modal-window__content, .modal-window__content p{margin-bottom:20px;line-height:22px}}.modal-window__content ul{margin-bottom:37px}@media(max-width:768px){.modal-window__content ul{margin-bottom:20px}}.modal-window__content li{font-size:15px;line-height:26px;letter-spacing:.2px;color:#000b38;list-style-type:none}.modal-window__content li:before{content:'•';display:inline-block;vertical-align:middle;margin-right:5px}.modal-sign{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal-sign__text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:15px;line-height:26px;margin-bottom:37px;letter-spacing:.2px;color:#000b38}[data-modal-button]{cursor:pointer}.news{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}

.subscription .form-consult__policy .request-form__text{color: #333;}

.subscription .form-consult__policy,
.subscription .form-subscr__category  {
 line-height: 15px;
 font-size: 14px;
 text-align: left;
 margin: 15px;
}

.subscription .request-form__text{max-width:500px;}

.wrap-rem .subscribe-button a, .subscribe-button a , .subscribe-button a .button-lk__text {text-decoration:none; color:#fff;}

#mixed-chart {
	height: 305px!important;
}

.main-slider {
  background: linear-gradient(to right, rgba(33,35,39,0.8) 25%, rgba(255,255,255,0.01)), url('/upload/iblock/642/58f1560dcaa80da51b0f2777f96a0f56.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

/* End */


/* Start:/local/templates/main/build/static/css/main.css?1708435738415557*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
 font-family: sans-serif /* 1 */;
 -ms-text-size-adjust: 100% /* 2 */;
 -webkit-text-size-adjust: 100% /* 2 */;
}

body {
 margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
 display: block;
}

audio,
canvas,
progress,
video {
 display: inline-block /* 1 */;
 vertical-align: baseline /* 2 */;
}

audio:not([controls]) {
 display: none;
 height: 0;
}

[hidden],
template {
 display: none;
}

a {
 background-color: transparent;
}

a:active,
a:hover {
 outline: 0;
}

abbr[title] {
 border-bottom: 1px dotted;
}

b,
strong {
 font-weight: bold;
}

dfn {
 font-style: italic;
}

mark {
 background: #ff0;
 color: #000;
}

sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

sup {
 top: -0.5em;
}

sub {
 bottom: -0.25em;
}

img {
 border: 0;
}

svg:not(:root) {
 overflow: hidden;
}

figure {
 margin: 0;
}

hr {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}

pre {
 overflow: auto;
}

code,
kbd,
pre,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
 color: inherit /* 1 */;
 font: inherit /* 2 */;
 margin: 0 /* 3 */;
}

fieldset {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: none;
}

button {
 overflow: visible;
}

button,
select {
 text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button /* 2 */;
 cursor: pointer /* 3 */;
}

button[disabled],
html input[disabled] {
 cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input {
 line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
 -webkit-box-sizing: border-box /* 1 */;
 box-sizing: border-box /* 1 */;
 padding: 0 /* 2 */;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}

input[type="search"] {
 -webkit-appearance: textfield /* 1 */;
 -webkit-box-sizing: content-box /* 2 */;
 box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

legend {
 border: 0 /* 1 */;
 padding: 0 /* 2 */;
}

textarea {
 overflow: auto;
}

optgroup {
 font-weight: bold;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

td,
th {
 padding: 0;
}

blockquote {
 margin: 0;
}

@font-face {
 font-family: 'Segoe UI';
 src: url("/local/templates/main/build/static/css/../fonts/SegoeUI.eot");
 src: url("/local/templates/main/build/static/css/../fonts/SegoeUI.eot?#iefix") format('embedded-opentype'), url("/local/templates/main/build/static/css/../fonts/SegoeUI.woff") format('woff');
 font-style: normal;
}

@font-face {
 font-family: 'Segoe UI Light';
 src: url("/local/templates/main/build/static/css/../fonts/SegoeUI-Light.eot");
 src: url("/local/templates/main/build/static/css/../fonts/SegoeUI-Light.eot?#iefix") format('embedded-opentype'), url("/local/templates/main/build/static/css/../fonts/SegoeUI-Light.woff") format('woff');
 font-style: normal;
}

.container {
 max-width: 1170px;
 margin: auto;
 padding: 0 15px;
}

.container_fluid {
 max-width: none;
}

.columns {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 flex-flow: row wrap;
 margin: 0 -15px;
}

.column {
 padding: 0 15px;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-flow: column nowrap;
}

.column_xs-1 {
 min-height: 1px;
 width: 8.333333333333332%;
}

.column_xs-2 {
 min-height: 1px;
 width: 16.666666666666664%;
}

.column_xs-3 {
 min-height: 1px;
 width: 25%;
}

.column_xs-4 {
 min-height: 1px;
 width: 33.33333333333333%;
}

.column_xs-5 {
 min-height: 1px;
 width: 41.66666666666667%;
}

.column_xs-6 {
 min-height: 1px;
 width: 50%;
}

.column_xs-7 {
 min-height: 1px;
 width: 58.333333333333336%;
}

.column_xs-8 {
 min-height: 1px;
 width: 66.66666666666666%;
}

.column_xs-9 {
 min-height: 1px;
 width: 75%;
}

.column_xs-10 {
 min-height: 1px;
 width: 83.33333333333334%;
}

.column_xs-11 {
 min-height: 1px;
 width: 91.66666666666666%;
}

.column_xs-12 {
 min-height: 1px;
 width: 100%;
}

@media only screen and (min-width: 769px) {
 .column_sm-1 {
  min-height: 1px;
  width: 8.333333333333332%;
 }
 
 .column_sm-2 {
  min-height: 1px;
  width: 16.666666666666664%;
 }
 
 .column_sm-3 {
  min-height: 1px;
  width: 25%;
 }
 
 .column_sm-4 {
  min-height: 1px;
  width: 33.33333333333333%;
 }
 
 .column_sm-5 {
  min-height: 1px;
  width: 41.66666666666667%;
 }
 
 .column_sm-6 {
  min-height: 1px;
  width: 50%;
 }
 
 .column_sm-7 {
  min-height: 1px;
  width: 58.333333333333336%;
 }
 
 .column_sm-8 {
  min-height: 1px;
  width: 66.66666666666666%;
 }
 
 .column_sm-9 {
  min-height: 1px;
  width: 75%;
 }
 
 .column_sm-10 {
  min-height: 1px;
  width: 83.33333333333334%;
 }
 
 .column_sm-11 {
  min-height: 1px;
  width: 91.66666666666666%;
 }
 
 .column_sm-12 {
  min-height: 1px;
  width: 100%;
 }
}

@media only screen and (min-width: 1025px) {
 .column_md-1 {
  min-height: 1px;
  width: 8.333333333333332%;
 }
 
 .column_md-2 {
  min-height: 1px;
  width: 16.666666666666664%;
 }
 
 .column_md-3 {
  min-height: 1px;
  width: 25%;
 }
 
 .column_md-4 {
  min-height: 1px;
  width: 33.33333333333333%;
 }
 
 .column_md-5 {
  min-height: 1px;
  width: 41.66666666666667%;
 }
 
 .column_md-6 {
  min-height: 1px;
  width: 50%;
 }
 
 .column_md-7 {
  min-height: 1px;
  width: 58.333333333333336%;
 }
 
 .column_md-8 {
  min-height: 1px;
  width: 66.66666666666666%;
 }
 
 .column_md-9 {
  min-height: 1px;
  width: 75%;
 }
 
 .column_md-10 {
  min-height: 1px;
  width: 83.33333333333334%;
 }
 
 .column_md-11 {
  min-height: 1px;
  width: 91.66666666666666%;
 }
 
 .column_md-12 {
  min-height: 1px;
  width: 100%;
 }
}

@media only screen and (min-width: 1281px) {
 .column_lg-1 {
  min-height: 1px;
  width: 8.333333333333332%;
 }
 
 .column_lg-2 {
  min-height: 1px;
  width: 16.666666666666664%;
 }
 
 .column_lg-3 {
  min-height: 1px;
  width: 25%;
 }
 
 .column_lg-4 {
  min-height: 1px;
  width: 33.33333333333333%;
 }
 
 .column_lg-5 {
  min-height: 1px;
  width: 41.66666666666667%;
 }
 
 .column_lg-6 {
  min-height: 1px;
  width: 50%;
 }
 
 .column_lg-7 {
  min-height: 1px;
  width: 58.333333333333336%;
 }
 
 .column_lg-8 {
  min-height: 1px;
  width: 66.66666666666666%;
 }
 
 .column_lg-9 {
  min-height: 1px;
  width: 75%;
 }
 
 .column_lg-10 {
  min-height: 1px;
  width: 83.33333333333334%;
 }
 
 .column_lg-11 {
  min-height: 1px;
  width: 91.66666666666666%;
 }
 
 .column_lg-12 {
  min-height: 1px;
  width: 100%;
 }
}

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/GrillPhil/bootstrap-datepicker-webpack)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Modifications to better integrate with WebPack by Philipp Bauknecht
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
 padding: 4px;
 border-radius: 4px;
 direction: ltr;
}

.datepicker-inline {
 width: 220px;
}

.datepicker.datepicker-rtl {
 direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
 float: right;
}

.datepicker-dropdown {
 top: 0;
 left: 0;
}

.datepicker-dropdown:before {
 content: '';
 display: inline-block;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 7px solid #999;
 border-top: 0;
 border-bottom-color: rgba(0, 0, 0, 0.2);
 position: absolute;
}

.datepicker-dropdown:after {
 content: '';
 display: inline-block;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid #fff;
 border-top: 0;
 position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
 left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
 left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
 right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
 right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
 top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
 top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
 bottom: -7px;
 border-bottom: 0;
 border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
 bottom: -6px;
 border-bottom: 0;
 border-top: 6px solid #fff;
}

.datepicker > div {
 display: none;
}

.datepicker table {
 margin: 0;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.datepicker td,
.datepicker th {
 text-align: center;
 width: 20px;
 height: 20px;
 border-radius: 4px;
 border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
 background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
 background: #eee;
 cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
 color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
 background: none;
 color: #999;
 cursor: default;
}

.datepicker table tr td.highlighted {
 background: #d9edf7;
 border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
 background-color: #fde19a;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
 background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
 background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
 background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
 border-color: #fdf59a #fdf59a #fbed50;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
 background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
 background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
 color: #000;
}

.datepicker table tr td.today.active:hover {
 color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
 background: #eee;
 border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
 background-color: #f3d17a;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
 background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
 background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
 background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
 border-color: #f3e97a #f3e97a #edde34;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
 background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
 background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
 background-color: #9e9e9e;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
 background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
 background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
 background-image: linear-gradient(to bottom, #b3b3b3, #808080);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
 border-color: #808080 #808080 #595959;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
 background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
 background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
 background-color: #006dcc;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
 background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
 background-image: -webkit-linear-gradient(top, #08c, #0044cc);
 background-image: linear-gradient(to bottom, #08c, #0044cc);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
 border-color: #0044cc #0044cc #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
 background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
 background-color: #003399 \9;
}

.datepicker table tr td span {
 display: block;
 width: 23%;
 height: 54px;
 line-height: 54px;
 float: left;
 margin: 1%;
 cursor: pointer;
 border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
 background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
 background: none;
 color: #999;
 cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
 background-color: #006dcc;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
 background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
 background-image: -webkit-linear-gradient(top, #08c, #0044cc);
 background-image: linear-gradient(to bottom, #08c, #0044cc);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
 border-color: #0044cc #0044cc #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
 background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
 background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
 color: #999;
}

.datepicker .datepicker-switch {
 width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
 cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
 background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
 visibility: hidden;
}

.datepicker .cw {
 font-size: 10px;
 width: 12px;
 padding: 0 2px 0 5px;
 vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
 cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
 margin-top: 3px;
}

.input-daterange input {
 text-align: center;
}

.input-daterange input:first-child {
 border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
 border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
 display: inline-block;
 width: auto;
 min-width: 16px;
 height: 18px;
 padding: 4px 5px;
 font-weight: normal;
 line-height: 18px;
 text-align: center;
 text-shadow: 0 1px 0 #fff;
 vertical-align: middle;
 background-color: #eee;
 border: 1px solid #ccc;
 margin-left: -5px;
 margin-right: -5px;
}

.component-promo_black-bg .component-promo__title,
.component-promo_black-bg .component-promo__text,
.component-promo_black-bg .component-consent,
.component-promo_black-bg .component-consent__title,
.component-promo.component-promo_black-bg .product-promo-title,
.component-promo_black-bg .columns-consent__item,
.component-promo_black-bag .component-promo__text,
.component-promo_black-bg .about-grid__title {
 color: #fff;
}

.individual-block__division-title {
 display: block;
}

.component-promo_black-bg .component-promo__wrap {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}

.component-consent {
 margin-top: 90px;
}

.component-promo .product-promo-title {
 color: #282828;
}

.why-we + .component-promo {
 padding-top: 0;
}

.component-promo-button {
 margin-bottom: 30px;
}

.why-we_contaniner {
 margin-bottom: 160px;
}

.wrap-rem .container {
 padding-left: 0;
 padding-right: 0;
}

.opif-page-card.section + .container {
 padding-bottom: 103px;
}

#Tab__opif-stock__os-tab-4 .td_doc .rem-table__icon + br {
 display: none;
}

#Tab__opif-stock__os-tab-4 .td_doc .rem-table__icon + br + a {
 padding-left: 0;
}

#Tab__pension__tab-ti .td_end .rem-table__icon + br {
 display: none;
}

.rem-table table td {
 padding-right: 10px;
}

.component-promo .wrap-column-indent {
 padding-top: 140px;
}

.component-promo .slider-clients {
 padding-bottom: 0;
}

.accordion_blue .accordion__head {
 padding-right: 20px;
}

.pension-grid__name {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 60%;
 flex: 1 1 60%;
 padding-right: 15px;
}

.pension-grid__file {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 40%;
 flex: 1 1 40%;
}

.pension-grid__file .rem-table__min-link {
 width: auto;
}

@media (max-width: 1199px) {
 .wrap-rem .container {
  padding-left: 15px;
  padding-right: 15px;
 }
}

.rem-content__table-archive {
 margin: 50px -30px 0;
}

.rem-table {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.contacts-page .footer {
 border-top: 1px solid #d7d7d7;
}

.contacts-page .contacts-wrap {
 border-bottom: none !important;
}

.wrap-table-news .body-table td {
 padding: 11px 27px;
}

.news-detail-body {
 margin-bottom: 3em;
}

.team-list__add svg {
 fill: #fff;
 width: 15px;
 height: 15px;
 position: relative;
 top: -2px;
 margin-right: 10px;
}

.team-list__add .button {
 line-height: 18px;
}

.team-list__add .button:hover svg {
 fill: #f7931d;
}

.team-list__text {
 margin-bottom: 48px;
}

.team-list .owl-nav {
 top: 335px !important;
}

@media only screen and (max-width: 768px) {
 .team-list .owl-nav {
  top: 400px !important;
 }
}

.eye-add.white .component-promo_black-bag p {
 color: #000;
}

.nav-top__dropdown-link-child {
 margin-left: 15px;
}

.nav-top__dropdown-link-child2 {
 margin-left: 30px;
}

.component-promo__wrap.component-promo__wrap_indent-bot-0 {
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
}

.file_block {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-left: 5px;
}

.file_block__icon {
 width: 25px;
 height: 29px;
 margin-right: 8px;
 margin-top: 2px;
}

.file_block__icon svg path {
 fill: #f7931d;
}

.rem-table .file_block__icon {
 margin-top: 8px;
}

.file_block__info {
 font-size: 12px;
 line-height: 14px;
 white-space: pre;
}

.file_block__info_more {
 font-size: 12px;
 line-height: 14px;
 white-space: pre;
 margin-left: 5px;
}

@media only screen and (max-width: 1024px) {
 .wrapper-request .input-wrap {
  margin-bottom: 1em;
 }
}

html {
 font-family: "Open Sans", sans-serif;
 font-size: 16px;
 line-height: 1.55;
}

svg {
 display: inline-block;
 width: 100%;
 height: 100%;
 color: inherit;
 vertical-align: middle;
}

svg use {
 fill: currentColor;
 color: inherit;
}

p {
 margin-top: 0;
 width: 100%;
 max-width: 100%;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

a {
 text-decoration: none;
 color: #424242;
}

a:hover {
 color: #f7931d;
}

h1 {
 font-size: 3.125rem;
 color: #333;
 line-height: 4.0625rem;
 font-weight: normal;
}

@media only screen and (max-width: 768px) {
 h1 {
  line-height: 2.625rem;
  font-size: 2.25rem;
 }
}

h2 {
 font-size: 2.25rem;
 line-height: 2.4375rem;
 font-weight: normal;
 margin: 0 0 1.5rem;
}

@media only screen and (max-width: 768px) {
 h2 {
  font-size: 1.875rem;
 }
}

h3 {
 line-height: 2rem;
 font-size: 1.25rem;
 color: #424242;
 font-weight: normal;
}

@media only screen and (max-width: 375px) {
 h3 {
  line-height: 1.875rem;
  font-size: 1.125rem;
 }
}

h4 {
 font-size: 1.5rem;
 color: #282828;
 font-weight: normal;
}

h5 {
 font-size: 0.875rem;
 color: #828282;
 font-weight: normal;
 margin: 15px 0px;
}

ul {
 line-height: 2;
 padding: 0;
 list-style: none;
}

@media only screen and (max-width: 768px) {
 ul {
  line-height: 1.63;
 }
}

ul li::before {
 content: '';
 display: inline-block;
 width: 0.25rem;
 height: 0.25rem;
 border-radius: 0.125rem;
 overflow: hidden;
 background: currentColor;
 margin-right: 0.5rem;
 vertical-align: middle;
}

*,
*:after,
*:before {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.container_lg {
 padding: 0 57px;
 max-width: 100%;
}

@media only screen and (max-width: 1280px) {
 .container_lg {
  padding: 0 30px;
 }
}

@media only screen and (max-width: 768px) {
 .container_lg {
  padding: 0 15px;
 }
}

.container_lg_min {
 padding: 0 187px;
 max-width: 100%;
}

@media only screen and (max-width: 1280px) {
 .container_lg_min {
  padding: 0 30px;
 }
}

@media only screen and (max-width: 768px) {
 .container_lg_min {
  padding: 0 15px;
 }
}

.container_lg_min-151 {
 padding: 0 151px;
 max-width: 100%;
}

@media only screen and (max-width: 1280px) {
 .container_lg_min-151 {
  padding: 0 30px;
 }
}

@media only screen and (max-width: 768px) {
 .container_lg_min-151 {
  padding: 0 15px;
 }
}

@media only screen and (max-width: 768px) {
 .container_pad-mobil-none {
  padding: 0;
 }
}

.menu-min + section.brednone {
 margin-top: -245px;
}

@media only screen and (max-width: 1280px) {
 .menu-min + section.brednone {
  margin-top: -158px;
 }
}

@media only screen and (max-width: 768px) {
 .menu-min + section.brednone {
  margin-top: -65px;
 }
}

@media only screen and (max-width: 768px) {
 .menu-min + section.brednone_premium {
  margin-top: -120px;
 }
 
 .eye-add .menu-min + section.brednone_premium {
  margin-top: -126px;
 }
}

.breadcrumbs {
 margin-top: 55px;
 margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
 .breadcrumbs {
  margin-top: 19px;
  margin-bottom: 8px;
 }
}

.breadcrumbs__link {
 line-height: 22px;
 font-size: 14px;
 color: #aaa;
 margin-left: 34px;
 position: relative;
 display: inline-block;
}

.breadcrumbs__link:before {
 content: '';
 position: absolute;
 background: #b4b4b4;
 top: calc(50% - 2px);
 border-radius: 50%;
 left: -17px;
 width: 4px;
 height: 4px;
}

.breadcrumbs :first-child {
 margin-left: 0;
}

.breadcrumbs :first-child:before {
 display: none;
}

.section_size_large {
 padding-top: 8.125rem;
 padding-bottom: 8.125rem;
}

@media only screen and (max-width: 768px) {
 .section_size_large {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
 }
}

.section-header {
 margin-bottom: 3.125rem;
}

@media only screen and (max-width: 768px) {
 .section-header {
  margin-bottom: 2rem;
 }
}

.section-title {
 font-size: 2.25rem;
 line-height: 2.4375rem;
}

.section-title_white {
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .section-title {
  font-size: 1.875rem;
  text-align: left;
 }
}

@media only screen and (max-width: 375px) {
 .section-title {
  font-size: 1.5625rem;
 }
}

.section-text {
 margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
 .section-text {
  margin-top: 1.5rem;
 }
}

.shaded-box {
 background: #fff;
 -webkit-box-shadow: 0 0 3.5rem 0 rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 3.5rem 0 rgba(0, 0, 0, 0.1);
}

.button {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 border-radius: 100px;
 border: 1px solid transparent;
 background-color: none;
 padding: 15px 20px;
 cursor: pointer;
 outline: none;
}

.button .icon {
 width: 1.25rem;
 height: 1.25rem;
 margin-right: 0.375rem;
}

.button__icon-div {
 width: 18px;
 height: 18px;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.button_theme_transparent {
 background: none;
 color: #21b5ff;
 border-color: transparent;
}

.button_theme_blue {
 background-color: #21b5ff;
 color: #fff;
}

.button_theme_orange {
 background-color: #f7931d;
 color: #fff;
}

.button_theme_orange:hover {
 color: #f7931d;
 background-color: #fff;
}

.button_theme_orange-190 {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background-repeat: no-repeat;
 background-size: cover;
 color: #fff;
 letter-spacing: 0.8px;
 padding: 15px 23px;
 border: none;
}

.button_theme_orange-190:hover {
 color: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: #fff;
 border: 1px solid #f7931d;
 padding: 14px 22px;
}

.button_theme_orange-190:hover .button__text {
 color: #f7931d;
}

.button_theme_orange-fix199 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin: 0 auto;
 width: 199px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 color: #fff;
 letter-spacing: 0.8px;
 border: 1px solid #f7931d;
}

.button_theme_orange-fix199:hover {
 color: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: #fff;
}

.button_theme_orange-fix199:hover .button__text {
 color: #f7931d;
}

.button_theme_silvery {
 background: -webkit-linear-gradient(346.74deg, #6c6d79 -11.39%, #90979f 67.51%);
 background: linear-gradient(103.26deg, #6c6d79 -11.39%, #90979f 67.51%);
 background-repeat: no-repeat !important;
 border: none;
}

.button_theme_silvery:hover {
 color: linear-gradient(103.26deg, #6c6d79 -11.39%, #90979f 67.51%);
 background-repeat: no-repeat !important;
}

.button_theme_silvery .button-lk__text {
 color: #fff;
}

.button_theme_silvery:hover {
 background: #fff;
 color: #21b5ff;
 border-color: #fff;
}

.button_theme_outline-blue {
 border-color: currentColor;
 color: #21b5ff;
}

.button_theme_outline-white {
 border-color: currentColor;
 color: #fff;
}

.button_xs-35 {
 padding: 2px 15px;
}

.button_md-50 {
 margin-right: 140px;
 padding: 12.5px 25px;
 background: #27282d;
 border: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1280px) {
 .button_md-50 {
  display: none;
 }
}

.button_md-50:hover {
 border: 1px solid #f7931d;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 color: #fff;
}

.button_md-50-fixed {
 -webkit-transition: 0.4s all;
 transition: 0.4s all;
 position: fixed;
 top: 57px;
 right: 127px;
 width: 50px;
 height: 50px;
 padding: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background-color: #27282d;
 border: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1280px) {
 .button_md-50-fixed {
  right: 100px;
 }
}

@media only screen and (max-width: 768px) {
 .button_md-50-fixed {
  top: 15px;
  right: 70px;
  width: 40px;
  height: 40px;
 }
}

.button_md-50-fixed:hover {
 border: 1px solid #fff;
 background-color: #fff;
}

.button_md-50-fixed:hover svg path {
 fill: #000;
}

.show-more .icon {
 width: 1.375rem;
 height: 1.375rem;
 border-radius: 0.6875rem;
 overflow: hidden;
 padding: 0.3125rem;
 border: 1px solid currentColor;
 margin-left: 0.375rem;
}

.a-surface {
 -webkit-transform: translateY(0.5rem);
 transform: translateY(0.5rem);
 opacity: 0;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}

.a-surface:nth-of-type(1) {
 -webkit-transition-delay: 0.1s;
 transition-delay: 0.1s;
}

.a-surface:nth-of-type(2) {
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}

.a-surface:nth-of-type(3) {
 -webkit-transition-delay: 0.3s;
 transition-delay: 0.3s;
}

.a-surface:nth-of-type(4) {
 -webkit-transition-delay: 0.4s;
 transition-delay: 0.4s;
}

.a-surface:nth-of-type(5) {
 -webkit-transition-delay: 0.5s;
 transition-delay: 0.5s;
}

.a-surface:nth-of-type(6) {
 -webkit-transition-delay: 0.6s;
 transition-delay: 0.6s;
}

.a-surface:nth-of-type(7) {
 -webkit-transition-delay: 0.7s;
 transition-delay: 0.7s;
}

.a-surface:nth-of-type(8) {
 -webkit-transition-delay: 0.8s;
 transition-delay: 0.8s;
}

.a-surface:nth-of-type(9) {
 -webkit-transition-delay: 0.9s;
 transition-delay: 0.9s;
}

.animate .a-surface {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}

.footnote-fs {
 padding: 0 0 23px 57px;
 z-index: 4;
 color: #fff;
 font-size: 0.875rem;
 opacity: 0.3;
 position: absolute;
 bottom: 10px;
}

@media only screen and (max-width: 1280px) {
 .footnote-fs {
  padding-left: 30px;
 }
}

@media only screen and (max-width: 768px) {
 .footnote-fs {
  padding-left: 15px;
  bottom: -25px;
 }
}

.pension-grid {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 20px;
 word-break: break-word;
}

__name {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 60%;
 flex: 1 1 60%;
 padding-right: 15px;
}

__file {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 40%;
 flex: 1 1 40%;
}

@media only screen and (max-width: 768px) {
 .rem-table__min-link {
  width: auto;
 }
}

.container .container {
 padding: 0 0;
}

.noscroll {
 overflow-y: hidden;
}

.btn-menu > .button_theme_transparent {
 width: inherit;
 height: inherit;
}

@media only screen and (max-width: 768px) {
 .main-slider__content h2 {
  width: 100% !important;
 }
}

.component-promo {
 padding-bottom: 0;
}

.component-promo__content-img {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

@media only screen and (max-width: 768px) {
 .client.a-surface {
  margin-right: 0;
 }
}

input::-ms-clear {
 display: none;
}

.ionTabs__head {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin: 0;
}

.ionTabs__tab {
 padding: 0.6875rem 1.5rem;
 margin: 0;
 background: #fff;
 font-size: 1rem;
 line-height: 1;
 cursor: pointer;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

.ionTabs__tab::before {
 display: none;
}

.ionTabs__tab:first-of-type {
 padding-left: 1.875rem;
 border-top-left-radius: 2rem;
 border-bottom-left-radius: 2rem;
}

.ionTabs__tab:last-of-type {
 padding-right: 1.875rem;
 border-top-right-radius: 2rem;
 border-bottom-right-radius: 2rem;
}

.ionTabs__tab.ionTabs__tab_state_active {
 color: #fff;
 cursor: default;
}

.ionTabs__body {
 background: none;
}

.ionTabs__item {
 -webkit-transition: height 0.3s;
 transition: height 0.3s;
}

.ionTabs__preloader {
 display: none;
}

.ionTabs_skin-under-line .ionTabs__head {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin: 20px 0;
 overflow-x: auto;
}

.ionTabs_skin-under-line .ionTabs__head::before,
.ionTabs_skin-under-line .ionTabs__head::after {
 display: none;
}

.ionTabs_skin-under-line .ionTabs__tab {
 margin: 0;
 margin-right: 2.5rem;
 font-size: 1rem;
 line-height: 1.625rem;
 cursor: pointer;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 padding-bottom: 1rem;
 border-bottom: 3px solid #fff;
}

.ionTabs_skin-under-line .ionTabs__tab::before {
 display: none;
}

.ionTabs_skin-under-line .ionTabs__tab_state_active {
 cursor: default;
}

.ionTabs_skin-under-line .ionTabs__body {
 background: none;
}

.ionTabs_skin-under-line .ionTabs__item {
 -webkit-transition: height 0.3s;
 transition: height 0.3s;
}

.ionTabs_skin-under-line .ionTabs__preloader {
 display: none;
}

.ionTabs_years .ionTabs__head {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 border: none;
 margin: 20px 0;
}

.ionTabs_years .ionTabs__head::before,
.ionTabs_years .ionTabs__head::after {
 display: none;
}

.ionTabs_years .ionTabs__tab {
 margin-right: 10px;
 font-size: 1rem;
 line-height: 1.625rem;
 cursor: pointer;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 padding: 5px 20px;
 border-radius: 20px;
 border: none;
}

.ionTabs_years .ionTabs__tab::before {
 display: none;
}

.ionTabs_years .ionTabs__tab_state_active {
 background: #21b5ff;
 cursor: default;
 color: #fff;
}

.ionTabs_years .ionTabs__body {
 background: none;
}

.ionTabs_years .ionTabs__item {
 -webkit-transition: height 0.3s;
 transition: height 0.3s;
}

.ionTabs_years .ionTabs__preloader {
 display: none;
}

.ionTabs {
 position: relative;
}

.ionTabs__head {
 position: relative;
 display: block;
 list-style-type: none;
 margin: 0;
 padding: 0;
 z-index: 1;
 zoom: 1;
}

.ionTabs__head:before,
.ionTabs__head:after {
 content: "";
 display: table;
}

.ionTabs__head:after {
 clear: both;
}

.ionTabs__tab {
 position: relative;
 display: block;
 float: left;
 list-style-type: none;
 background: none;
 margin: 0;
 padding: 0;
 cursor: pointer;
}

.ionTabs__tab.ionTabs__tab_state_active {
 cursor: default;
}

.ionTabs__body {
 position: relative;
 z-index: 2;
}

.ionTabs__item {
 position: relative;
 display: none;
}

.ionTabs__item_state_active {
 display: block;
}

.ionTabs__item__preloader {
 position: relative;
}

.ionTabs__head {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin: 0;
}

.ionTabs__tab {
 padding: 0.6875rem 1.5rem;
 margin: 0;
 background: #fff;
 font-size: 1rem;
 line-height: 1;
 cursor: pointer;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

.ionTabs__tab::before {
 display: none;
}

.ionTabs__tab:first-of-type {
 padding-left: 1.875rem;
 border-top-left-radius: 2rem;
 border-bottom-left-radius: 2rem;
}

.ionTabs__tab:last-of-type {
 padding-right: 1.875rem;
 border-top-right-radius: 2rem;
 border-bottom-right-radius: 2rem;
}

.ionTabs__tab.ionTabs__tab_state_active {
 color: #fff;
 cursor: default;
}

.ionTabs__body {
 background: none;
}

.ionTabs__item {
 -webkit-transition: height 0.3s;
 transition: height 0.3s;
}

.ionTabs__preloader {
 display: none;
}

.owl-carousel {
 display: none;
 width: 100%;
 -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
 position: relative;
 z-index: 1;
}

.owl-carousel .owl-stage {
 position: relative;
 -ms-touch-action: pan-Y;
 -webkit-transition-timing-function: ease-in-out;
 transition-timing-function: ease-in-out;
 -webkit-transition-duration: 0.6s;
 transition-duration: 0.6s;
}

.owl-carousel .owl-stage:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}

.owl-carousel .owl-stage-outer {
 position: relative;
 overflow: hidden;
 /* fix for flashing background */
 -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
 position: relative;
 min-height: 1px;
 float: left;
 -webkit-transition: opacity 0.3s;
 transition: opacity 0.3s;
 opacity: 0;
}

.owl-carousel .owl-item:nth-child(1n) {
 -webkit-transition-delay: 0.5s;
 transition-delay: 0.5s;
}

.owl-carousel .owl-item:nth-child(2n) {
 -webkit-transition-delay: 0.4s;
 transition-delay: 0.4s;
}

.owl-carousel .owl-item:nth-child(3n) {
 -webkit-transition-delay: 0.3s;
 transition-delay: 0.3s;
}

.owl-carousel .owl-item.active {
 opacity: 1;
}

.owl-carousel .owl-item.active:nth-child(1n) {
 -webkit-transition-delay: 0.3s;
 transition-delay: 0.3s;
}

.owl-carousel .owl-item.active:nth-child(2n) {
 -webkit-transition-delay: 0.4s;
 transition-delay: 0.4s;
}

.owl-carousel .owl-item.active:nth-child(3n) {
 -webkit-transition-delay: 0.5s;
 transition-delay: 0.5s;
}

.owl-carousel .owl-item img {
 display: block;
 -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
 display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
 cursor: pointer;
 cursor: hand;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.owl-carousel.owl-loaded {
 display: block;
}

.owl-carousel.owl-loading {
 opacity: 0;
 display: block;
}

.owl-carousel.owl-hidden {
 opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
 visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.owl-carousel.owl-grab {
 cursor: move;
 cursor: -webkit-grab;
 cursor: grab;
}

.owl-carousel.owl-rtl {
 direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
 float: right;
}

.no-js .owl-carousel {
 display: block;
}

.owl-carousel .animated {
 -webkit-animation-duration: 1000ms;
 animation-duration: 1000ms;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
 z-index: 0;
}

.owl-carousel .owl-animated-out {
 z-index: 1;
}

.owl-carousel .fadeOut {
 -webkit-animation-name: fadeOut;
 animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}

@keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}

.owl-dots {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
}

.owl-dot {
 width: 2.4375rem;
 height: 0.1875rem;
 margin: 0;
 margin-right: 0.1875rem;
 -webkit-transition: background 0.2s;
 transition: background 0.2s;
 background: rgba(255, 255, 255, 0.35);
 cursor: pointer;
}

.owl-dot:hover {
 background: rgba(255, 255, 255, 0.5);
}

.owl-dot.active {
 background: #21b5ff;
}

.owl-nav {
 position: absolute;
 top: 50%;
 left: 0px;
 width: 100%;
 height: 0px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin-top: -1.15625rem;
}

.owl-prev,
.owl-next {
 width: 2.3125rem;
 height: 2.3125rem;
 border-radius: 50%;
 overflow: hidden;
 padding: 0.75rem;
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 border: 1px solid currentColor;
 -webkit-transition: opacity 0.2s;
 transition: opacity 0.2s;
 color: #21b5ff;
}

.owl-prev .icon,
.owl-next .icon {
 display: block;
}

.owl-prev.disabled,
.owl-next.disabled {
 opacity: 0.15;
 cursor: default !important;
}

.owl-prev {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}

.about-page .header {
 background: -webkit-radial-gradient(74.82% 37.89%, 1200.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(1200.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #212327;
 height: 155px;
}

@media only screen and (max-width: 1280px) {
 .about-page .header {
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .about-page .header {
  background: -webkit-radial-gradient(74.82% 37.89%, 1000.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(1000.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 375px) {
 .about-page .header {
  background: -webkit-radial-gradient(92.82% 37.89%, 300.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(300.51px at 92.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

.about-grid {
 padding: 0px 0 121px;
}

@media only screen and (max-width: 768px) {
 .about-grid {
  padding: 0px 0 104px;
 }
}

.about-grid__title-page {
 margin-top: 6px;
 margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
 .about-grid__title-page {
  margin-top: 0;
  margin-bottom: 27px;
 }
}

.about-grid__title {
 margin-bottom: 37px;
 color: #282828;
 font-size: 2.25rem;
 line-height: 2.4375rem;
}

@media only screen and (max-width: 768px) {
 .about-grid__title {
  line-height: 2.4375rem;
  font-size: 1.875rem;
  margin-bottom: 13px;
 }
}

.about-grid__description {
 max-width: 766px;
 line-height: 1.5625rem;
 font-size: 1.125rem;
 color: #424242;
 margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
 .about-grid__description {
  margin-bottom: 50px;
 }
}

.column.about-column {
 margin-bottom: 30px;
}

.about-preview {
 height: 286px;
 border-radius: 6px;
 position: relative;
 background-repeat: no-repeat;
 background-size: cover;
 cursor: default;
}

.about-preview__content {
 background: rgba(0, 0, 0, 0.23);
 position: absolute;
 width: 100%;
 height: 100%;
 border-radius: 6px;
 top: 0;
 left: 0;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
 padding: 50px 80px 50px 47px;
 -webkit-box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.26);
 box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.26);
}

@media only screen and (max-width: 768px) {
 .about-preview__content {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
  padding: 40px 23px 30px;
  overflow: hidden;
 }
}

.about-preview__content:hover {
 background: #fff;
}

.about-preview__content:hover .about-preview__text {
 opacity: 1;
}

.about-preview__content:hover .about-preview__title {
 opacity: 0;
}

.about-preview__title {
 opacity: 1;
 font-weight: bold;
 line-height: normal;
 font-size: 1.875rem;
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .about-preview__title {
  font-size: 26px;
 }
}

.about-preview__text {
 position: absolute;
 top: 50px;
 left: 47px;
 right: 81px;
 opacity: 0;
 line-height: 1.5625rem;
 font-size: 1.125rem;
 color: #424242;
}

@media only screen and (max-width: 768px) {
 .about-preview__text {
  top: 40px;
  left: 23px;
  right: 23px;
  line-height: 25px;
  font-size: 18px;
 }
}

.about-history {
 background: #4d5057;
 padding: 117px 0 150px;
 margin-bottom: 77px;
}

@media only screen and (max-width: 768px) {
 .about-history {
  padding: 50px 0 95px;
  margin-bottom: 8px;
 }
}

.about-history__title {
 color: #fff;
 line-height: 2.9375rem;
 font-size: 2.25rem;
}

@media only screen and (max-width: 768px) {
 .about-history__title {
  font-size: 1.875rem;
  line-height: 2.4375rem;
 }
}

.wrap-history-sliders {
 padding-top: 35px;
 overflow: hidden;
 position: relative;
}

.slider-history-nav {
 margin: 0 auto;
}

.slider-history-nav .slick-track {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.slider-history-nav .slick-list.draggable {
 overflow: visible;
 margin: 0 22px;
 padding: 0 13px !important;
}

.slider-history-nav .slick-slide div {
 text-align: center;
 padding: 3px 0;
 height: 100%;
 font-size: 1rem;
 color: #fff;
 outline: none;
 cursor: pointer;
}

.slider-history-nav .slick-current {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border-radius: 100px;
}

.wrapper-ui {
 margin-top: 35px;
 margin-bottom: 6px;
}

#sliderh > span {
 display: block;
 top: -18px;
 width: 54px !important;
 height: 35px !important;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126)) !important;
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%) !important;
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%) !important;
 border-radius: 100px;
 border: 0px !important;
 position: absolute;
 outline: none;
}

.ui-slider-horizontal {
 height: 1px;
 background: rgba(255, 225, 225, 0.4);
 border: 0px;
 position: relative;
}

.history-prev,
.history-next {
 display: block;
 position: absolute;
 top: 33px;
 background: #4d5056;
 width: 40px;
 padding: 3px 12px;
 height: 40px;
 cursor: pointer;
 outline: none;
}

.history-prev svg path,
.history-next svg path {
 fill: #f7931d;
}

.history-prev {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
 left: -12px;
}

.history-next {
 right: -12px;
}

.slider-history-for {
 margin-top: 50px;
 position: relative;
 z-index: 1;
}

.slider-history-for__slide {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.slider-history-for__item {
 background: #fff;
 width: 360px;
 height: auto;
 padding: 46px 26px 33px 32px;
 -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
 box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
 border-radius: 6px;
}

@media only screen and (max-width: 1024px) {
 .slider-history-for__item {
  margin: 0 auto;
 }
}

@media only screen and (max-width: 375px) {
 .slider-history-for__item {
  width: auto;
 }
}

.slider-history-for__item_opacity {
 opacity: 0;
}

@media only screen and (max-width: 1024px) {
 .slider-history-for__item_mobil {
  display: none;
 }
}

.slider-history-for__title {
 line-height: 1.375rem;
 font-size: 1.875rem;
 color: #282828;
 position: relative;
 margin-bottom: 19px;
}

.slider-history-for__title:before {
 top: -22px;
 position: absolute;
 content: '';
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 width: 67px;
 height: 3px;
}

.slider-history-for__text {
 line-height: 23px;
 font-size: 14px;
 color: #282828;
 padding-bottom: 15px;
}

.slider-history-for__prize {
 line-height: 1.375rem;
 font-size: 1.5rem;
 color: #282828;
 padding-bottom: 28px;
}

.slider-history-for__wrap-img {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 30px;
 width: 90%;
}

.slider-history-for__wrap-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 opacity: 0.8;
 cursor: pointer;
}

.slider-history-for__wrap-link:hover {
 opacity: 1;
}

.slider-history-for__wrap-link:focus {
 outline: none;
}

.slider-history-for__link-text {
 font-size: 0.875rem;
 color: #000;
 font-weight: bold;
 padding-right: 13px;
}

.slider-history-for__link-icon {
 margin-top: -2px;
 width: 16px;
 height: 14px;
}

.slider-history-for .slick-list.draggable {
 margin: 0;
 padding: 0;
}

.slider-history-for .slick-track {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.wrapper-news-ab .home-news {
 margin-top: 41px;
}

.about-map {
 margin-top: 62.5px;
 padding-bottom: 133px;
 border-bottom: 1px solid #d7d7d7;
}

@media only screen and (max-width: 1280px) {
 .about-map {
  margin-top: 1px;
 }
}

@media only screen and (max-width: 768px) {
 .about-map {
  padding-bottom: 57px;
 }
}

.about-map__title {
 margin-bottom: 47px;
 line-height: 2.4375rem;
 font-size: 2.25rem;
 color: #000;
}

@media only screen and (max-width: 768px) {
 .about-map__title {
  margin-bottom: 50px;
  line-height: 2.4375rem;
  font-size: 1.875rem;
 }
}

.map-wrap {
 position: relative;
 margin-bottom: 46px;
}

@media only screen and (max-width: 768px) {
 .map-wrap {
  margin-bottom: 49px;
 }
}

#map-about-page {
 width: 100%;
 height: 465px;
}

.map-info {
 padding: 58px 300px 50px 41px;
 background: #fff;
 -webkit-box-shadow: 0px 15px 63px 4px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 15px 63px 4px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 position: relative;
}

@media only screen and (max-width: 1024px) {
 .map-info {
  padding: 58px 50px 50px 41px;
 }
}

@media only screen and (max-width: 768px) {
 .map-info {
  padding: 40px 38px 62px 23px;
 }
}

.map-info__title {
 position: relative;
 margin-bottom: 11px;
 font-size: 1.25rem;
 line-height: 1.875rem;
 color: #000;
}

.map-info__title:before {
 content: '';
 position: absolute;
 top: -18px;
 left: 0;
 width: 81px;
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.map-info__content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 768px) {
 .map-info__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

@media only screen and (max-width: 768px) {
 .map-info__wrap {
  margin-bottom: 33px;
 }
}

.map-info__text {
 line-height: 1.5625rem;
 font-size: 0.875rem;
 color: #000;
}

.map-info__text_color {
 line-height: 1.375rem;
 color: #787878;
}

.map-info__link {
 line-height: 1.875rem;
 font-size: 0.875rem;
 color: #000;
 display: block;
}

.block-map-info {
 background: #fff;
 -webkit-box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 position: absolute;
 display: block;
 top: 30px;
 right: 60px;
 width: 250px;
 z-index: 4;
 padding: 67px 32px;
}

.block-map-info__close {
 width: 15px;
 height: 15px;
 position: absolute;
 right: 20px;
 top: 20px;
 cursor: pointer;
}

.block-map-info__close svg {
 fill: #787878;
}

.block-map-info__title {
 position: relative;
 line-height: 1.625rem;
 font-size: 0.875rem;
 color: #000;
 margin-bottom: 42px;
}

.block-map-info__title:before {
 content: '';
 position: absolute;
 top: -20px;
 left: 0;
 width: 81px;
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.block-map-info__link {
 line-height: 1.875rem;
 font-size: 0.875rem;
 color: #000;
 display: block;
}

.block-map-info__wrap {
 margin-top: 31px;
}

.block-map-info__text {
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #787878;
}

.block-map-info.close {
 display: none;
}

@media only screen and (max-width: 1280px) {
 .home-news {
  margin-bottom: 2.5px;
 }
}

.home-news__header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
 .home-news__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 33px;
 }
}

.home-news__title {
 line-height: 2.4375rem;
 font-size: 2.25rem;
 color: #000;
}

@media only screen and (max-width: 768px) {
 .home-news__title {
  margin-bottom: 19px;
  line-height: 2.4375rem;
  font-size: 1.875rem;
 }
}

.news-link-all {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 opacity: 0.8;
}

.news-link-all:hover {
 opacity: 1;
}

.news-link-all:hover .news-link-all__text {
 color: #f7931d;
}

.news-link-all:hover .news-link-all__icon svg path {
 fill: #f7931d;
}

.news-link-all__text {
 font-weight: bold;
 font-size: 0.875rem;
 color: #000;
 margin-right: 10px;
}

.news-link-all__icon {
 width: 16px;
 height: 15px;
 display: block;
 margin-top: -1px;
}

.about-news-preview__title {
 font-size: 1.5rem;
 color: #282828;
 margin: 18px 0 10px;
 display: block;
}

.about-news-preview__text {
 line-height: 1.5rem;
 font-size: 1rem;
 color: #424242;
 display: block;
}

@media only screen and (max-width: 768px) {
 .about-news-preview__img {
  width: 100%;
 }
}

.news-cellar {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin-top: 25px;
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #aaa;
 padding-right: 40px;
}

@media only screen and (max-width: 1280px) {
 .about-news-column {
  margin-bottom: 60px;
 }
}

.apm-horizontal-col {
 padding: 40px 0 20px 0;
}

@media only screen and (max-width: 1280px) {
 .apm-horizontal-col {
  padding: 20px 0 0;
 }
}

@media only screen and (max-width: 1280px) {
 .apm-horizontal-column {
  margin-bottom: 30px;
 }
}

.apm-horizontal-column__title {
 line-height: 25px;
 font-size: 24px;
 color: #424242;
 padding: 8px 0 14px 0;
 position: relative;
}

.apm-horizontal-column__title:before {
 position: absolute;
 content: '';
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 height: 3px;
 width: 81px;
 top: -6px;
 left: 0;
}

.apm-horizontal-column__text {
 line-height: 25px;
 font-size: 16px;
 color: #424242;
 max-width: 526px;
}

.apm-horizontal-img-col {
 padding: 34px 0 48px;
}

@media only screen and (max-width: 1280px) {
 .apm-horizontal-img-col {
  padding: 34px 0 18px;
 }
}

@media only screen and (max-width: 1280px) {
 .apm-horizontal-img-column {
  margin-bottom: 30px;
 }
}

.apm-horizontal-img-column__icon {
 display: block;
 height: 69px;
 width: 72px;
 margin-bottom: 21px;
}

.apm-horizontal-img-column__title {
 margin-bottom: 14px;
 line-height: 1.5625rem;
 font-size: 1.5rem;
 color: #424242;
 max-width: 296px;
}

.apm-horizontal-img-column__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 max-width: 362px;
}

.apm-vertical-col {
 padding: 15px 0 20px;
}

.apm-vertical-col_a-and-a {
 padding: 0 0 98px;
}

@media only screen and (max-width: 768px) {
 .apm-vertical-col_a-and-a {
  padding: 0 0 82px;
 }
}

.apm-vertical-col__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 37px;
}

@media only screen and (max-width: 1024px) {
 .apm-vertical-col__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
 }
}

.apm-vertical-col__img {
 width: 260px;
 height: 260px;
 border: 1px solid #f46126;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 margin-right: 33px;
}

@media only screen and (max-width: 1024px) {
 .apm-vertical-col__img {
  margin-right: 0;
  margin-bottom: 30px;
 }
}

.apm-vertical-col__content {
 max-width: 859px;
}

.apm-vertical-col__title {
 line-height: 1.5625rem;
 font-size: 1.5rem;
 color: #424242;
 padding-bottom: 14px;
 padding-top: 2px;
}

.apm-vertical-col__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 padding-bottom: 8px;
}

.checkbox-container {
 position: relative;
}

.checkbox-container__input {
 position: absolute;
 bottom: 0;
 opacity: 0;
 position: absolute;
 width: 1px !important;
 height: 1px !important;
}

.checkbox-container__placeholder {
 cursor: pointer;
 display: inline-block;
 vertical-align: middle;
 position: relative;
}

.checkbox-container__placeholder:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
 vertical-align: middle;
 -webkit-transition: background-color, -webkit-box-shadow;
 transition: background-color, -webkit-box-shadow;
 transition: box-shadow, background-color;
 transition: box-shadow, background-color, -webkit-box-shadow;
 -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}

.checkbox-container_theme_default .checkbox-container__placeholder {
 padding-left: 38px;
}

.checkbox-container_theme_default .checkbox-container__placeholder:before {
 height: 22px;
 width: 22px;
 margin: 2px;
 -webkit-box-shadow: 0 0 0 1px #d7d7e2;
 box-shadow: 0 0 0 1px #d7d7e2;
 border: solid 7px #fff;
 border-radius: 5px;
 background-color: #fff;
}

.checkbox-container_theme_default .checkbox-container__input:checked + .checkbox-container__placeholder:before {
 background-color: #f7931d;
 border-radius: 5px;
}

.form-consult__policy .request-form__text,
.form-subscr__category .request-form__text
 {
 color: #969696;
}

.eye-add.white .checkbox-container__placeholder:before {
 -webkit-box-shadow: 0 0 0 1px #000;
 box-shadow: 0 0 0 1px #000;
}

.eye-add.white .checkbox-container_theme_default .eye-add.white__input:checked + .eye-add.white__placeholder:before {
 background-color: #000;
 border-radius: 5px;
}

.eye-add.black .checkbox-container__placeholder:before {
 -webkit-box-shadow: 0 0 0 1px #fff;
 box-shadow: 0 0 0 1px #fff;
}

.eye-add.blue .checkbox-container__placeholder:before {
 -webkit-box-shadow: 0 0 0 1px #063462;
 box-shadow: 0 0 0 1px #063462;
}

.home-about {
 background: url("/local/templates/main/build/static/css/../img/general/bg-mountains-2.jpg") bottom center no-repeat;
 background-size: cover;
}

.about-company {
 padding: 3.75rem 8.3333%;
 margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
 .about-company {
  padding: 1.875rem 8.333%;
 }
}

.about-company__img img {
 max-width: 100%;
}

.about-company__text {
 padding: 2rem 0 1.5rem;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-flow: column nowrap;
 flex-flow: column nowrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 height: 100%;
}

@media only screen and (max-width: 768px) {
 .about-company__text .button {
  margin: 1rem auto 0;
 }
}

.about-news {
 padding: 1.5rem 3.125rem;
 margin-bottom: 0.625rem;
}

@media only screen and (max-width: 768px) {
 .about-news {
  padding: 1.5rem 8.333%;
 }
}

.about-news__more {
 margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
 .about-news__more {
  text-align: center;
 }
}

.news-item {
 max-width: 17.5rem;
 margin: 0 auto;
}

@media only screen and (max-width: 768px) {
 .news-item {
  position: relative;
  margin: 0;
  max-width: 100%;
  padding: 1rem 0;
 }
 
 .news-item::before {
  content: '';
  display: block;
  width: 4.375rem;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #dbdbdb;
 }
}

.column:first-of-type .news-item {
 margin-left: 0;
}

@media only screen and (max-width: 768px) {
 .column:first-of-type .news-item {
  padding-top: 0;
 }
 
 .column:first-of-type .news-item::before {
  display: none;
 }
}

.news-item .column:last-of-type {
 margin-right: 0;
}

.news-item__date {
 color: #b3b3b3;
 margin-bottom: 0.5rem;
}

.news-item__title {
 color: #000;
}

.home-clients {
 background: #fff;
 padding-top: 8px;
 overflow: hidden;
 padding-bottom: 25px;
}

.home-clients .owl-carousel .owl-stage-outer {
 overflow: visible;
}

.clients-grid {
 margin-bottom: 2rem;
}

@media only screen and (min-width: 769px) {
 .clients-grid {
  margin-bottom: 5rem;
 }
}

.clients-grid .columns {
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.clients-grid .column {
 margin-bottom: 2rem;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (min-width: 769px) {
 .clients-grid .column {
  margin-bottom: 3.125rem;
 }
}

.clients-grid__more .button {
 margin: 0 auto;
}

@media only screen and (min-width: 769px) {
 .clients-grid__more .button {
  margin: 0;
 }
}

.client {
 padding: 0 8.333%;
}

@media only screen and (min-width: 769px) {
 .client {
  padding: 0;
 }
}

.client img {
 max-width: 100%;
}

.clients-reviews {
 margin-bottom: 0.625rem;
}

.clients-reviews__slider {
 border-radius: 6px;
}

.clients-reviews .columns {
 margin: 0 auto;
}

@media only screen and (min-width: 1281px) {
 .clients-reviews .columns {
  margin: 0 -68px;
 }
}

@media only screen and (max-width: 1024px) {
 .clients-reviews .columns {
  padding: 0;
 }
}

@media only screen and (max-width: 1024px) {
 .clients-reviews .column {
  padding: 0;
 }
}

.clients-reviews .owl-nav {
 position: absolute;
 width: 89px;
 left: calc(100% - 133px);
 top: calc(100% - 3px);
 background: none;
}

.clients-reviews .owl-prev,
.clients-reviews .owl-next {
 border: 1px solid #828282;
 background: none;
 -webkit-transition: opacity 0.2s;
 transition: opacity 0.2s;
 width: 2.3125rem;
 height: 2.3125rem;
 outline: none;
 display: block;
 position: relative;
 padding: 10px;
}

.clients-reviews .owl-prev:hover,
.clients-reviews .owl-next:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 0px;
}

.clients-reviews .owl-prev:hover svg path,
.clients-reviews .owl-next:hover svg path {
 fill: #fff;
}

.clients-reviews .owl-prev svg,
.clients-reviews .owl-next svg {
 height: 13px;
 margin-bottom: 12px;
}

.clients-reviews .owl-prev svg path,
.clients-reviews .owl-next svg path {
 fill: #828282;
}

.clients-reviews .owl-dots {
 margin: 0 0 48px 48px;
}

.clients-reviews .owl-dots button.active {
 background: #f7931d;
 opacity: 1;
 outline: none;
 border-color: #f7931d;
}

.clients-reviews .owl-dots button {
 display: none;
 width: 8px;
 height: 8px;
 margin: 0 10px;
 padding: 0;
 border-radius: 50%;
 background: none;
 border: 1px solid #828282;
 opacity: 0.5;
 outline: none;
}

@media only screen and (min-width: 1025px) {
 .clients-reviews .owl-dots button {
  display: block;
 }
}

.review {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 padding: 30px 21px 0 21px;
 position: relative;
}

@media only screen and (min-width: 1025px) {
 .review {
  display: block;
  padding: 40px 50px 0;
 }
}

.review__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 margin-bottom: 5px;
 margin-top: 141px;
 height: 127px;
 overflow: hidden;
 -webkit-transition: all 0.6s;
 transition: all 0.6s;
 -webkit-box-ordinal-group: 1;
 -ms-flex-order: 0;
 order: 0;
 width: 100%;
}

@media only screen and (min-width: 1025px) {
 .review__text {
  margin-top: 0;
  width: 500px;
 }
}

@media only screen and (min-width: 1281px) {
 .review__text {
  width: 821px;
 }
}

.review__text.open {
 height: auto;
}

@media only screen and (min-width: 1025px) {
 .review__text.open {
  height: 250px;
 }
}

.review__detail {
 line-height: 1.5625rem;
 font-size: 1rem;
 -webkit-text-decoration-line: underline;
 text-decoration-line: underline;
 color: #828282;
 margin-bottom: 16px;
 cursor: pointer;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}

@media only screen and (min-width: 1025px) {
 .review__detail {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
 }
}

.review__img {
 margin-bottom: 15px;
 -webkit-box-ordinal-group: 4;
 -ms-flex-order: 3;
 order: 3;
}

@media only screen and (min-width: 1025px) {
 .review__img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-bottom: 30px;
 }
}

.clients-description {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 margin-top: 0;
}

@media only screen and (min-width: 769px) {
 .clients-description {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
 }
}

.clients-description__text {
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #424242;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}

@media only screen and (min-width: 769px) {
 .clients-description__text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
 }
}

.clients-description__link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.clients-description__link:hover .clients-description__link-text {
 color: #f7931d;
}

.clients-description__link:hover .clients-description__icon svg path {
 fill: #f7931d;
}

@media only screen and (max-width: 768px) {
 .clients-description__link {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 15px 0 30px;
 }
}

.clients-description__link-text {
 font-weight: bold;
 line-height: normal;
 font-size: 0.875rem;
 color: #000;
 opacity: 0.8;
 margin-right: 10px;
}

.clients-description__icon {
 width: 16px;
 display: block;
 position: relative;
}

.clients-description__icon svg path {
 fill: #000;
}

.clients-description .section-header {
 margin-bottom: 38px;
}

@media only screen and (min-width: 769px) {
 .clients-description .section-header {
  margin-bottom: 0;
 }
}

.recall {
 position: relative;
 top: 0;
 right: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 width: 255px;
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}

@media only screen and (min-width: 1025px) {
 .recall {
  position: absolute;
  top: 216px;
  right: 14px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
 }
}

.recall__name {
 margin-bottom: 4px;
 line-height: normal;
 font-size: 0.875rem;
 color: #000;
}

.recall__text {
 font-style: italic;
 line-height: normal;
 font-size: 0.875rem;
 color: #828282;
 max-width: 255px;
 margin-bottom: 14px;
}

@media only screen and (min-width: 1025px) {
 .recall__text {
  margin-bottom: 0;
 }
}

.recall-block {
 position: absolute;
 top: -28px;
 right: calc(50% - 134.5px);
 background: -webkit-linear-gradient(146.04deg, #2b73ae 16.78%, #378fd8 87.04%);
 background: linear-gradient(303.96deg, #2b73ae 16.78%, #378fd8 87.04%);
 -webkit-box-shadow: 0px 2.06074px 6.86913px rgba(44, 115, 174, 0.2);
 box-shadow: 0px 2.06074px 6.86913px rgba(44, 115, 174, 0.2);
 width: 269px;
 height: 184px;
 padding: 31px 26px 0 28px;
 border-radius: 4px;
 margin-bottom: 19px;
}

@media only screen and (min-width: 1025px) {
 .recall-block {
  right: 56px;
  width: 213px;
  height: 213px;
  top: -16px;
 }
}

.recall-block__quotes {
 font-weight: bold;
 line-height: normal;
 font-size: 2.75rem;
 color: #fff;
 font-style: italic;
 text-align: right;
 padding-right: 30px;
}

@media only screen and (min-width: 1025px) {
 .recall-block__quotes {
  padding-right: 2px;
 }
}

.recall-block__quote-text {
 font-weight: bold;
 line-height: 1.625rem;
 font-size: 1rem;
 letter-spacing: -0.1px;
 color: #fff;
}

#colslide .column {
 cursor: pointer;
 border: 1px solid #fff;
 border-radius: 4px;
 width: 264px;
 height: 105px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 768px) {
 #colslide .column {
  width: 170px;
  height: 68px;
 }
}

#colslide .column:hover {
 border: 1px solid #e5e5e5;
}

#colslide .column.active {
 border: 1px solid #f7931d;
}

#colslide {
 margin: 0;
}

.home-news .section-header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
 .home-news .section-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 39px;
 }
}

.home-news .section-title-detail {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin: 15px 0 30px;
}

.home-news .section-title-detail:hover .section-title-detail__text {
 color: #f7931d;
}

.home-news .section-title-detail:hover .section-title-detail__icon svg path {
 fill: #f7931d;
}

@media only screen and (min-width: 769px) {
 .home-news .section-title-detail {
  margin: 0;
 }
}

.home-news .section-title-detail__text {
 font-weight: bold;
 line-height: normal;
 font-size: 0.875rem;
 color: #000;
 opacity: 0.8;
 margin-right: 10px;
}

.home-news .section-title-detail__icon {
 width: 16px;
 display: block;
 position: relative;
}

.home-news .section-title-detail__icon svg path {
 fill: #000;
}

.news {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 overflow: hidden;
 overflow-x: scroll;
 margin: 0 -15px 0 0;
}

@media only screen and (min-width: 1025px) {
 .news {
  overflow: visible;
  overflow-x: auto;
  margin: 0;
 }
}

.news__item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 margin-right: 32px;
}

@media only screen and (min-width: 1025px) {
 .news__item {
  margin-right: 0;
 }
}

.news__date {
 color: #aaa;
 font-size: 0.875rem;
 line-height: 1.375rem;
 margin-bottom: 9px;
}

.news__title {
 color: #282828;
 font-size: 1.5rem;
 line-height: normal;
 margin-bottom: 10px;
}

.news__text {
 color: #424242;
 font-size: 1rem;
 line-height: 1.5rem;
 max-width: 380px;
 width: 250px;
}

@media only screen and (min-width: 1025px) {
 .news__text {
  width: auto;
 }
}

.news::-webkit-scrollbar {
 height: 0px;
}

.rating-achievements {
 height: 692px;
 background-image: url("/local/templates/main/build/static/css/../img/content/rating/back.jpg");
}

@media only screen and (max-width: 768px) {
 .rating-achievements {
  height: 506px;
  padding-top: 60px;
 }
}

.rating-achievements .section-header {
 margin-bottom: 108px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .section-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
 }
}

.rating-achievements .section-title {
 text-align: left;
 font-size: 1.875rem;
 line-height: 2.4375rem;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .section-title {
  margin-bottom: 20px;
 }
}

@media only screen and (max-width: 375px) {
 .rating-achievements .section-title {
  font-size: 1.5625rem;
 }
}

.rating-achievements .section-title-link {
 display: inline-block;
 font-weight: bold;
 font-size: 0.875rem;
 line-height: 1.1875rem;
 color: #fff;
 margin-right: 20px;
}

.rating-achievements .section-title-link:hover {
 color: #f7931d;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .section-title-link {
  margin-bottom: 60px;
 }
}

.rating-achievements .section-title-detail {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 font-weight: bold;
 font-size: 0.875rem;
 line-height: 1.1875rem;
 color: #fff;
}

.rating-achievements .section-title-detail:hover {
 color: #f7931d;
}

.rating-achievements .section-title-detail:hover .section-title-detail__icon svg path {
 fill: #f7931d;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .section-title-detail {
  margin-bottom: 60px;
 }
}

.rating-achievements .section-title-detail__text {
 margin-right: 10px;
}

.rating-achievements .section-title-detail__icon {
 width: 16px;
 height: 15px;
 display: block;
 position: relative;
}

.rating-achievements .wrap-rating-slider {
 position: relative;
 padding: 0 28px;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .wrap-rating-slider {
  padding: 0;
 }
}

.rating-achievements .rating-slider {
 height: 168px;
}

.rating-achievements .rating-slider__slide {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 height: 160px;
 padding-left: 30px;
 padding-top: 5px;
}

.rating-achievements .rating-slider__slide-icon {
 max-width: 265px;
}

.rating-achievements .rating-slider__slide-text {
 font-size: 1rem;
 font-weight: normal;
 color: #fff;
 max-width: 250px;
}

.rating-achievements .owl-carousel.owl-loaded {
 display: block;
}

.rating-achievements .owl-stage {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.rating-achievements .owl-item {
 border-right: 0px;
 min-width: 350px;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .owl-item {
  min-width: auto;
 }
}

.rating-achievements .owl-item.active {
 border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .owl-item.active {
  border-right: 0px;
  border-left: 1px solid #fff;
 }
}

.rating-achievements .owl-stage-outer {
 margin: 0 2px;
 overflow: hidden;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .owl-stage-outer {
  margin: 0;
  padding: 0 15px;
 }
}

.rating-achievements .owl-prev,
.rating-achievements .owl-next {
 border: 1px solid rgba(225, 225, 225, 0.4);
 background: none;
 -webkit-transition: opacity 0.2s;
 transition: opacity 0.2s;
 display: block;
 position: relative;
 width: 2.3125rem;
 height: 2.3125rem;
 padding: 10px;
 outline: none;
}

.rating-achievements .owl-prev:hover,
.rating-achievements .owl-next:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 0px;
}

.rating-achievements .owl-prev svg,
.rating-achievements .owl-next svg {
 height: 13px;
 margin-bottom: 12px;
}

.rating-achievements .owl-nav {
 width: 86px;
 left: calc(82% - 119px);
 top: calc(100% + 129.5px);
 z-index: 4;
}

@media only screen and (max-width: 1280px) {
 .rating-achievements .owl-nav {
  left: calc(100% - 105px);
  top: calc(100% + 57.5px);
 }
}

.rating-achievements .rating-slider.owl-carousel-item.owl-loaded {
 width: 100%;
 -webkit-tap-highlight-color: transparent;
 position: relative;
 z-index: 1;
}

.rating-achievements .owl-dots {
 position: relative;
 max-width: 1170px;
 margin: auto;
 padding: 0 15px;
 margin-top: 131px;
 z-index: 3;
}

@media only screen and (max-width: 768px) {
 .rating-achievements .owl-dots {
  padding: 0 10px;
  margin-top: 60px;
 }
}

.rating-achievements .owl-dots button.active {
 background: #f7931d;
 opacity: 1;
 outline: none;
}

.rating-achievements .owl-dots button {
 width: 8px;
 height: 8px;
 margin: 0 10px;
 outline: none;
 padding: 0;
 border-radius: 50%;
 background: none;
 border: 1px solid #7f7f7f;
 opacity: 0.5;
}

.rating-achievements .section-title-link,
.rating-achievements .section-title-detail {
 opacity: 0.8;
}

.home-request {
 background-image: url("/local/templates/main/build/static/css/../img/content/rating/back.jpg");
 padding: 97px 0 100px;
 color: #fff;
 z-index: 3;
 position: relative;
}

@media only screen and (max-width: 768px) {
 .home-request {
  padding: 41px 0 75px;
 }
}

.wrapper-request {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
 .wrapper-request {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
}

.request-block {
 margin-right: 55px;
}

@media only screen and (max-width: 1024px) {
 .request-block {
  margin-right: 0;
 }
}

.request-block__title {
 line-height: 2.625rem;
 font-size: 2.25rem;
 color: #fff;
 margin-bottom: 18px;
 max-width: 319px;
}

@media only screen and (max-width: 768px) {
 .request-block__title {
  font-size: 1.875rem;
  line-height: 2.625rem;
 }
}

.request-block__description {
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #fff;
 max-width: 376px;
}

@media only screen and (max-width: 1024px) {
 .request-block__description {
  margin-bottom: 46px;
 }
}

.request-form__send-wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 1024px) {
 .request-form__send-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.request-form__send-wrap a {
 color: inherit;
 text-decoration: underline;
}

.request-form__inputs {
 margin-top: 5px;
 margin-bottom: 39px;
}

@media only screen and (max-width: 1024px) {
 .request-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 23px;
 }
}

.request-form__text {
 line-height: 1.125rem;
 font-size: 0.75rem;
 color: #fff;
 opacity: 0.7;
 max-width: 338px;
}

@media only screen and (max-width: 1024px) {
 .request-form__text {
  margin-bottom: 20px;
 }
}

.request-form input {
 width: 292px;
 height: 51px;
 background: #fff;
 border-radius: 6px;
 border: 0px;
 padding-left: 19px;
 outline: none;
 font-size: 0.875rem;
 color: #969696;
}

@media only screen and (max-width: 1024px) {
 .request-form input {
  width: 100%;
 }
}

.request-form-button {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 100px;
 border: none;
 padding: 15px 32px;
 font-size: 1rem;
 outline: none;
}

.request-form-button:hover {
 background: #fff;
 border: 1px solid #f7931d;
 padding: 14px 31px;
}

.request-form-button:hover .request-form-button__text {
 color: #f7931d;
}

.eye-add .request-form-button:hover {
 padding: 15px 32px;
}

.input-wrap {
 position: relative;
 display: inline-block;
 margin: 0;
}

.input-wrap.required:after {
 content: '';
 position: absolute;
 display: block;
 top: -4px;
 right: -4px;
 width: 9px;
 height: 9px;
 border-radius: 50%;
 background-color: #fc4040;
}

.input-wrap + .input-wrap {
 margin-left: 28px;
}

@media only screen and (max-width: 1024px) {
 .input-wrap + .input-wrap {
  margin-left: 0;
  margin-bottom: 28px;
 }
}

.input-wrap input {
 -webkit-transition: 0.3s;
 transition: 0.3s;
 color: #333;
}

.input-wrap input:focus {
 border-color: #929292;
}

.input-wrap .input-error {
 position: absolute;
 left: 5px;
 bottom: -24px;
 line-height: 22px;
 font-size: 14px;
 color: #fc4040;
}

.input-row {
 text-align: center;
 margin-bottom: 20px;
}

.service-grid .column {
 margin-bottom: 30px;
}

.service-preview {
 position: relative;
 display: block;
 overflow: hidden;
 background-position: center;
 background-size: cover;
 min-height: 297px;
 -webkit-box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.26);
 box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.26);
 border-radius: 6px;
 -webkit-transition-property: -webkit-transform;
 transition-property: -webkit-transform;
 transition-property: transform;
 transition-property: transform, -webkit-transform;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}

@media only screen and (max-width: 768px) {
 .service-preview {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
 }
}

.service-preview:hover {
 -webkit-transform: translateY(-4px);
 transform: translateY(-4px);
}

.service-preview__img {
 padding: 1px;
 max-height: 21.875rem;
 overflow: hidden;
}

@media only screen and (max-width: 768px) {
 .service-preview__img {
  height: 21.875rem;
 }
}

.service-preview__img img {
 display: block;
 width: 100%;
 height: auto;
}

@media only screen and (max-width: 768px) {
 .service-preview__img img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 21.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 }
}

.service-preview__content {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 background: rgba(0, 0, 0, 0.4);
 padding: 2.4375rem 1.875rem 2.75rem;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-flow: column nowrap;
 flex-flow: column nowrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 color: #282828;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
 .service-preview__content {
  padding: 3rem 8.333%;
 }
}

.service-preview__content_white {
 background: rgba(0, 0, 0, 0);
}

.service-preview__title {
 font-weight: bold;
 color: #282828;
 font-size: 2rem;
 line-height: 2.1875rem;
}

@media only screen and (max-width: 768px) {
 .service-preview__title {
  font-size: 2.75rem;
  line-height: 1;
 }
}

.service-preview__title_white {
 color: #fff;
}

.service-preview__title_md {
 font-size: 1.5rem;
 line-height: 1.75rem;
}

@media only screen and (max-width: 768px) {
 .service-preview__title_md {
  font-size: 1.875rem;
  line-height: 1;
 }
}

.service-preview__title_min {
 font-size: 1.375rem;
 line-height: 1.5625rem;
}

@media only screen and (max-width: 768px) {
 .service-preview__title_min {
  font-size: 1.75rem;
  line-height: 1;
 }
}

.service-preview__text {
 font-weight: bold;
 line-height: normal;
 color: #282828;
 font-size: 1rem;
}

.service-preview__text_white {
 color: #fff;
}

.service-preview:hover .service-preview__more {
 color: #21b5ff;
}

.service-preview .show-more {
 line-height: 1.5;
}

.service-preview .show-more .i {
 display: inline-block;
 width: 1.5em;
 height: 1.5em;
 vertical-align: middle;
 margin-left: 0.5em;
}

.home-services .service-grid .column {
 margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
 .home-services .service-grid .column {
  margin-bottom: 0;
 }
}

.home-services .service-preview {
 margin-bottom: 41px;
}

@media only screen and (max-width: 768px) {
 .home-services .service-preview {
  margin-bottom: 30px;
 }
}

@media only screen and (max-width: 768px) {
 .home-services .mobil-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
 }
}

.home-services .section-header {
 margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
 .home-services .section-header {
  position: relative;
  z-index: 4;
 }
}

.home-services .section-header__icon {
 display: none;
}

@media only screen and (max-width: 768px) {
 .home-services .section-header__icon {
  width: 30px;
  height: 30px;
  padding: 9px 5px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: absolute;
  top: -9px;
  display: block;
  right: 0;
 }
}

.home-services .container {
 position: relative;
}

.home-services .ionTabs {
 position: relative;
}

.home-services .ionTabs__head {
 position: relative;
 margin-bottom: 52px;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
 .home-services .ionTabs__head {
  margin-bottom: 20px;
 }
}

@media only screen and (max-width: 768px) {
 .home-services .ionTabs__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 52px;
  overflow: hidden;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  margin-bottom: 10px;
 }
}

@media only screen and (max-width: 768px) {
 .home-services .ionTabs__head {
  position: relative;
  top: 0px;
  margin-bottom: 1.25rem;
  padding: 0;
 }
}

.home-services .ionTabs__detail-link {
 position: absolute;
 top: 10px;
 right: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 z-index: 4;
}

.home-services .ionTabs__detail-link:hover .ionTabs__detail-text {
 color: #f7931d;
}

.home-services .ionTabs__detail-link:hover .ionTabs__detail-icon svg path {
 fill: #f7931d;
}

@media only screen and (max-width: 1024px) {
 .home-services .ionTabs__detail-link {
  position: relative;
  top: 0;
  margin-bottom: 25px;
 }
}

.home-services .ionTabs__detail-text {
 color: #333;
 font-weight: bold;
 line-height: normal;
 font-size: 0.875rem;
 padding-right: 10px;
 padding-top: 2px;
}

.home-services .ionTabs__detail-icon {
 width: 16px;
 height: 17px;
}

.home-services .track-line {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 759px;
 height: 1px;
 background: #d7d7d7;
}

@media only screen and (max-width: 768px) {
 .home-services .track-line {
  display: none;
 }
}

.home-services .track-line__line-transformation {
 position: absolute;
 top: -3px;
 left: 0;
 height: 4px;
 width: 333px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 -webkit-transition-property: left;
 transition-property: left;
 -webkit-transition-duration: 0.6s;
 transition-duration: 0.6s;
}

@media only screen and (max-width: 768px) {
 .home-services .track-line__line-transformation {
  display: none;
 }
}

.track-line__line-transformation.right {
 left: 388px;
 width: 370px;
}

@media only screen and (max-width: 768px) {
 .track-line__line-transformation.right {
  display: none;
 }
}

.ionTabs__tab.ionTabs__tab_state_active {
 background: #fff;
 color: #282828;
}

.ionTabs__tab {
 color: #282828;
 border: 0px;
 padding: 0;
 padding-bottom: 22px;
 font-size: 2.25rem;
}

@media only screen and (max-width: 768px) {
 .ionTabs__tab {
  padding: 15px 0;
  font-size: 1.5rem;
 }
}

.ionTabs__tab:first-of-type {
 border-top-left-radius: 0px;
 border-bottom-left-radius: 0px;
 padding: 0;
 margin-right: 50px;
}

@media only screen and (max-width: 768px) {
 .ionTabs__tab:first-of-type {
  margin-right: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
 }
}

.ionTabs__tab:last-of-type {
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
}

@media only screen and (max-width: 768px) {
 .ionTabs__head.open {
  height: 104px;
 }
}

.section-header__icon.open {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
 top: 7px;
}

.home-team {
 padding-top: 52px;
}

.home-team_indent-bott {
 padding-bottom: 52px;
}

@media only screen and (max-width: 1024px) {
 .team-list {
  overflow: hidden;
  padding-bottom: 80px;
 }
}

@media only screen and (max-width: 1024px) {
 .team-list__add {
  margin-top: 15px;
 }
}

@media only screen and (max-width: 1024px) {
 .team-list_pad-but {
  padding-bottom: 170px;
 }
}

.team-list__slide {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 min-height: 470px;
}

@media only screen and (max-width: 1024px) {
 .team-list__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }
}

.team-list__block {
 padding-top: 30px;
}

.team-list__image-back {
 background: -webkit-linear-gradient(269.92deg, rgba(255, 255, 255, 0) 18.2%, #fff 99.94%);
 background: linear-gradient(180.08deg, rgba(255, 255, 255, 0) 18.2%, #fff 99.94%);
 height: 181px;
 position: absolute;
 bottom: -1px;
 width: 100%;
 left: 0;
 z-index: 4;
}

.team-list__image {
 position: relative;
}

@media only screen and (max-width: 1024px) {
 .team-list__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 49px;
 }
}

.team-list__image img {
 position: relative;
 z-index: 3;
 width: 100%;
}

.team-list__title {
 line-height: 2.4375rem;
 font-size: 2.25rem;
 color: #000;
 margin-bottom: 25px;
 width: 297px;
}

@media only screen and (max-width: 1024px) {
 .team-list__title {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
 }
}

.team-list__description {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 width: 488px;
 margin-bottom: 54px;
}

@media only screen and (max-width: 1024px) {
 .team-list__description {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: auto;
  width: auto;
  margin-bottom: 0;
 }
}

.team-list__name {
 font-size: 0.875rem;
 color: #000;
 margin-bottom: 4px;
}

@media only screen and (max-width: 1024px) {
 .team-list__name {
  position: absolute;
  bottom: -75px;
 }
}

.team-list__text {
 font-size: 0.875rem;
 color: #828282;
 width: 254px;
}

@media only screen and (max-width: 1024px) {
 .team-list__text {
  position: absolute;
  bottom: -65px;
 }
}

@media only screen and (max-width: 768px) {
 .team-list__text {
  width: 200px;
  bottom: -85px;
 }
}

@media only screen and (max-width: 1024px) {
 .team-list .owl-stage-outer {
  overflow: visible;
 }
}

.team-list .owl-dots {
 display: none;
}

.team-list .owl-nav {
 left: calc(100% - 119px);
 top: calc(100% - 70.5px);
 width: 89px;
}

@media only screen and (max-width: 1024px) {
 .team-list .owl-nav {
  top: calc(100% - 40.5px);
  left: calc(100% - 91px);
 }
}

.team-list .owl-prev,
.team-list .owl-next {
 display: block;
 position: relative;
 padding: 10px;
 border: 1px solid #828282;
 background: none;
 -webkit-transition: opacity 0.2s;
 transition: opacity 0.2s;
 width: 2.3125rem;
 height: 2.3125rem;
 outline: none;
}

.team-list .owl-prev:hover,
.team-list .owl-next:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 0px;
}

.team-list .owl-prev:hover svg path,
.team-list .owl-next:hover svg path {
 fill: #fff;
}

.team-list .owl-prev svg,
.team-list .owl-next svg {
 height: 13px;
 margin-bottom: 12px;
}

.team-list .owl-prev svg path,
.team-list .owl-next svg path {
 fill: #828282;
}

.button-slider-about {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border-radius: 100px;
 border: 1px solid #f7931d;
 padding: 15px 25px;
 font-size: 1rem;
 outline: none;
 margin-top: 48px;
 display: block;
 width: 298px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.button-slider-about:hover {
 background: #fff;
}

.button-slider-about:hover .button-slider-about__text {
 color: #f7931d;
}

.button-slider-about:hover .button-slider-about__icon-div {
 background: #f7931d;
}

.button-slider-about:hover .button-slider-about__icon-div:after {
 background: #f7931d;
}

@media only screen and (max-width: 1024px) {
 .button-slider-about {
  margin-top: 0;
  position: absolute;
  bottom: -168px;
 }
}

.button-slider-about__text {
 color: #fff;
}

.button-slider-about__icon-div {
 width: 20px;
 height: 3px;
 background: #fff;
 display: block;
}

.button-slider-about__icon-div:after {
 content: '';
 position: absolute;
 height: 3px;
 width: 20px;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 background: #fff;
}

.team-list_pad-but .owl-nav {
 top: calc(100% - 140.5px);
}

.individuals-definition {
 padding: 79px 0 51px;
 border-bottom: 1px solid #dadada;
}

@media only screen and (max-width: 768px) {
 .individuals-definition {
  padding: 50px 0;
 }
}

.individuals-definition__wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

@media only screen and (max-width: 768px) {
 .individuals-definition__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.individuals-definition__title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .individuals-definition__title {
  line-height: 2.25rem;
  font-size: 1.875rem;
  margin-bottom: 33px;
 }
}

.individuals-definition__text {
 max-width: 584px;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

@media only screen and (max-width: 768px) {
 .individuals-definition__text {
  margin-bottom: 20px;
 }
}

.individuals-definition__wrap-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.individuals-definition__wrap-link:hover .individuals-definition__text-link {
 color: #f7931d;
}

.individuals-definition__wrap-link:hover .individuals-definition__icon svg path {
 fill: #f7931d;
}

.individuals-definition__text-link {
 font-size: 0.875rem;
 color: #333;
 font-weight: bold;
 margin-right: 10px;
}

.individuals-definition__icon {
 width: 16px;
 height: 15px;
 display: block;
 margin-top: -2px;
}

@media only screen and (max-width: 768px) {
 .individuals-definition__title {
  text-align: left !important;
 }
}

.product-promo {
 padding-top: 90px;
}

@media only screen and (max-width: 768px) {
 .product-promo {
  padding-top: 50px;
  padding-bottom: 0;
 }
}

.product-promo_indent-bol {
 padding: 0px 0 146px;
}

@media only screen and (max-width: 768px) {
 .product-promo_indent-bol {
  padding: 0px 0 41px;
 }
}

.product-promo_black {
 background-color: #4d5057;
}

.product-promo-title {
 color: #fff;
 margin-bottom: 35px;
 line-height: 2.25rem;
 font-size: 1.5rem;
}

.product-promo-title_black {
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .product-promo-title {
  margin-bottom: 30px;
 }
}

@media only screen and (max-width: 1280px) {
 .column.col-currency {
  margin-bottom: 30px;
 }
}

.product-promo-column {
 padding: 28px 70px 28px 30px;
 color: #282828;
 -webkit-box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 min-height: 224px;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .product-promo-column {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
 }
}

.product-promo-column__detail-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 bottom: 28px;
}

.product-promo-column__detail-text {
 color: #000;
 font-size: 0.875rem;
 font-weight: bold;
 margin-right: 10px;
}

.product-promo-column__detail-icon {
 display: block;
 width: 16px;
 height: 15px;
}

.component-promo {
 padding-top: 83px;
 padding-bottom: 159px;
}

@media only screen and (max-width: 768px) {
 .component-promo {
  padding-bottom: 49px;
 }
}

.component-promo_black-bag {
 background: -webkit-radial-gradient(38.16% 40.99%, 408.77px, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(408.77px at 38.16% 40.99%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #4d5057;
}

.component-promo_black-bg {
 background-color: #4d5057;
 color: #fff;
}

.component-promo_indent-pad {
 padding: 83px 0 146px;
}

@media only screen and (max-width: 768px) {
 .component-promo_indent-pad {
  padding: 47px 0 50px;
 }
}

.component-promo_indent-pad-v2 {
 padding-top: 0px;
}

.component-promo_indent-pad-v3 {
 padding: 83px 0 0px;
}

@media only screen and (max-width: 768px) {
 .component-promo_indent-pad-v3 {
  padding: 47px 0 50px;
 }
}

.component-promo_img-bottom-none {
 padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
 .component-promo_img-bottom-none {
  padding-bottom: 50px;
 }
}

.component-promo_promo-cpo {
 padding: 83px 0 103px;
}

@media only screen and (max-width: 768px) {
 .component-promo_promo-cpo {
  padding: 47px 0 50px;
 }
}

.component-promo__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 768px) {
 .component-promo__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
}

.component-promo__wrap_reverse-row {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}

.component-promo__wrap_indent-bot-0 {
 margin-bottom: -7px;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 768px) {
 .component-promo__wrap_indent-bot-0 {
  margin-bottom: 0;
 }
}

@media only screen and (max-width: 768px) {
 .component-promo__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.component-promo__content-img {
 max-width: 550px;
 background-position: center;
 background-size: cover;
}

.component-promo__content-img img {
 width: 100%;
}

.component-promo__content-text {
 max-width: 558px;
}

.component-promo__title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
 margin-bottom: 25px;
}

.component-promo__title_white {
 color: #fff;
}

.component-promo__title_promo-cpo {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
 margin-bottom: 55px;
 max-width: 500px;
}

@media only screen and (max-width: 768px) {
 .component-promo__title_promo-cpo {
  margin-bottom: 30px;
  line-height: 2.25rem;
  font-size: 1.5rem;
 }
}

@media only screen and (max-width: 768px) {
 .component-promo__title {
  line-height: 2.4375rem;
  font-size: 1.875rem;
  padding-top: 40px;
  padding-bottom: 30px;
 }
}

@media only screen and (max-width: 375px) {
 .component-promo__title {
  margin-bottom: 30px;
 }
}

@media only screen and (max-width: 768px) {
 .component-promo__title_indent-top-none {
  padding-top: 0px;
 }
}

.component-promo__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 min-height: 226px;
 margin-bottom: 15px;
}

.component-promo__text_white {
 color: #fff;
}

.component-promo__text_promo-cpo {
 margin-bottom: 21px;
}

@media only screen and (max-width: 768px) {
 .component-promo__text_promo-cpo {
  margin-bottom: 17px;
 }
}

@media only screen and (max-width: 768px) {
 .component-promo__text {
  min-height: 100%;
  margin-bottom: 30px;
 }
}

.component-promo__text-line {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 margin-bottom: 40px;
 position: relative;
}

@media only screen and (max-width: 768px) {
 .component-promo__text-line {
  margin-bottom: 25px;
 }
}

.component-promo__text-line:before {
 content: '';
 position: absolute;
 background: -webkit-linear-gradient(275.78deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(174.22deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 top: -8px;
 left: 0;
 width: 81px;
 height: 3px;
}

@media only screen and (max-width: 375px) {
 .component-promo__content-img img {
  width: 100%;
 }
}

@media only screen and (max-width: 768px) {
 .component-promo__content-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
}

.component-promo__content-text_line .component-promo__title,
.component-promo__content-text_line {
 margin-bottom: 90px;
}

.component-promo__content-text_line {
 margin-bottom: 10px;
}

.component-promo__content-text .component-promo-button {
 margin-top: 27px;
}

@media only screen and (max-width: 768px) {
 .component-promo__content-text .component-promo-button {
  margin-top: 0;
 }
}

@media only screen and (max-width: 768px) {
 .component-promo__content-img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
 }
}

.component-promo__content-img_img-bottom {
 margin-bottom: -7px;
}

@media only screen and (max-width: 768px) {
 .component-promo__content-img img {
  width: 100%;
 }
}

.component-promo-button {
 padding: 17px 32px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border-radius: 100px;
 background-repeat: no-repeat;
 border: none;
 display: inline-block;
}

.component-promo-button_indent-top-30 {
 margin-top: 30px;
}

.component-promo-button:hover {
 background: #fff;
 border: 1px solid #f7931d;
 padding: 16px 31px;
}

.component-promo-button:hover .component-promo-button__text {
 color: #f7931d;
}

.component-promo-button__text {
 color: #fff;
}

.component-consent {
 margin-bottom: -71px;
}

@media only screen and (max-width: 768px) {
 .component-consent {
  margin-top: 0;
 }
}

.component-consent_indent {
 padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
 .component-consent_indent {
  padding-top: 49px;
  padding-bottom: 9px;
 }
}

.component-consent__title {
 line-height: 2.25rem;
 font-size: 1.5rem;
 color: #282828;
 margin-bottom: 54px;
}

.component-consent__title_white {
 color: #fff;
}

.columns-consent__item {
 line-height: 1.5625rem;
 font-size: 1.1875rem;
 color: #424242;
 position: relative;
 max-width: 100%;
 min-height: 100px;
 margin-bottom: 71px;
}

@media only screen and (max-width: 768px) {
 .columns-consent__item {
  margin-bottom: 51px;
 }
}

.columns-consent__item_black {
 color: #424242;
}

.columns-consent__item_white {
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .columns-consent__item {
  min-height: 100%;
 }
}

.columns-consent__item:before {
 content: '';
 position: relative;
 float: left;
 margin-top: -20px;
 width: 81px;
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.currency-tabs {
 margin-bottom: 159px;
}

@media only screen and (max-width: 768px) {
 .currency-tabs {
  margin-bottom: 20px;
 }
}

.currency-tabs .ionTabs {
 position: relative;
}

.currency-tabs .ionTabs__head {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 margin-bottom: 34px;
}

@media only screen and (max-width: 768px) {
 .currency-tabs .ionTabs__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 52px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  margin-bottom: 15px;
 }
}

.currency-tabs .ionTabs__tab {
 padding-bottom: 26px;
}

@media only screen and (max-width: 768px) {
 .currency-tabs .ionTabs__tab {
  padding-bottom: 15px;
 }
}

.currency-tabs .ionTabs__icon {
 display: none;
}

@media only screen and (max-width: 768px) {
 .currency-tabs .ionTabs__icon {
  width: 30px;
  height: 30px;
  z-index: 4;
  padding: 9px 5px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: absolute;
  top: -9px;
  display: block;
  right: 0;
 }
}

.currency-tabs .track-line {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 753px;
 height: 1px;
 background: #d7d7d7;
}

@media only screen and (max-width: 768px) {
 .currency-tabs .track-line {
  display: none;
 }
}

.currency-tabs .track-line__line-transformation {
 position: absolute;
 top: -3px;
 left: 0;
 height: 4px;
 width: 350px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 -webkit-transition-property: left;
 transition-property: left;
 -webkit-transition-duration: 0.6s;
 transition-duration: 0.6s;
}

@media only screen and (max-width: 768px) {
 .currency-tabs .track-line__line-transformation {
  display: none;
 }
}

.currency-tabs .track-line__line-transformation.right {
 left: 393px;
 width: 360px;
}

@media only screen and (max-width: 768px) {
 .currency-tabs .track-line__line-transformation.right {
  display: none;
 }
}

.currency-preview {
 padding: 28px 70px 28px 30px;
 color: #282828;
 -webkit-box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 min-height: 224px;
}

@media only screen and (max-width: 768px) {
 .currency-preview {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
 }
}

.currency-preview__detail-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 bottom: 28px;
}

.currency-preview__detail-text {
 color: #000;
 font-size: 0.875rem;
 font-weight: bold;
 margin-right: 10px;
}

.currency-preview__detail-icon {
 display: block;
 width: 16px;
 height: 15px;
}

@media only screen and (max-width: 768px) {
 .col-currency {
  margin-bottom: 30px;
 }
}

.head-mobil-js.open {
 height: auto;
}

@media only screen and (max-width: 768px) {
 .head-mobil-js.open {
  height: 104px;
 }
}

@media only screen and (max-width: 768px) {
 .ionTabs__tab:first-of-type {
  border-bottom: 1px solid #d7d7d7;
  padding-top: 0;
 }
}

.ionTabs__icon.open {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
 top: 7px;
}

.component-promo .currency-tabs {
 margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
 .currency-tabs {
  margin-top: 51px;
 }
}

.component-promo_black-bg .component-promo__title {
 color: #fff;
}

.component-promo_black-bg .component-promo__text {
 color: #fff;
}

.component-promo_black-bg .component-consent__title {
 color: #fff;
}

.component-promo_black-bg .columns-consent__item {
 color: #fff;
}

.component-promo_black-bag .component-promo__title {
 color: #fff;
}

.component-promo_black-bag .component-promo__text {
 color: #fff;
}

.component-promo_black-bag p {
 color: #fff;
}

.individuals-definition {
 padding: 79px 0 51px;
 border-bottom: 1px solid #dadada;
}

@media only screen and (max-width: 768px) {
 .individuals-definition {
  padding: 50px 0;
 }
}

.individuals-definition__wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

@media only screen and (max-width: 768px) {
 .individuals-definition__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.individuals-definition__title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .individuals-definition__title {
  text-align: center;
  line-height: 2.25rem;
  font-size: 1.875rem;
  margin-bottom: 33px;
 }
}

.individuals-definition__text {
 max-width: 584px;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

@media only screen and (max-width: 768px) {
 .individuals-definition__text {
  margin-bottom: 20px;
 }
}

.individuals-definition__wrap-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.individuals-definition__wrap-link:hover .individuals-definition__text-link {
 color: #f7931d;
}

.individuals-definition__wrap-link:hover .individuals-definition__icon svg path {
 fill: #f7931d;
}

.individuals-definition__text-link {
 font-size: 0.875rem;
 color: #333;
 font-weight: bold;
 margin-right: 10px;
}

.individuals-definition__icon {
 width: 16px;
 height: 15px;
 display: block;
 margin-top: -2px;
}

_black {
 background-color: #4d5057;
}

_indent-pad {
 padding: 0px 0 0;
}

@media only screen and (max-width: 768px) {
 _indent-pad {
  padding: 0 0 0;
 }
}

_indent-bol {
 padding: 0px 0 146px;
}

@media only screen and (max-width: 768px) {
 _indent-bol {
  padding: 0px 0 41px;
 }
}

.component-consent-legal__title {
 line-height: 2.25rem;
 font-size: 1.5rem;
 color: #fff;
 margin-bottom: 72px;
}

@media only screen and (max-width: 768px) {
 .component-consent-legal__title {
  margin-bottom: 50px;
 }
}

.columns-consent-legal__item {
 line-height: 1.5625rem;
 font-size: 1.1875rem;
 color: #fff;
 position: relative;
 max-width: 100%;
 min-height: 125px;
 margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
 .columns-consent-legal__item {
  margin-bottom: 50px;
 }
}

.columns-consent-legal__item_noindent {
 margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
 .columns-consent-legal__item_mob {
  margin-top: 50px;
 }
}

.columns-consent-legal__item_size {
 min-height: 65px;
 margin-bottom: 68px;
}

@media only screen and (max-width: 768px) {
 .columns-consent-legal__item_size {
  margin-bottom: 50px;
 }
}

@media only screen and (max-width: 768px) {
 .columns-consent-legal__item {
  min-height: 100%;
 }
}

.columns-consent-legal__item:before {
 content: '';
 position: relative;
 float: left;
 margin-top: -20px;
 width: 81px;
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.columns-consent-legal__item_pif {
 color: #424242;
}

.product-investors-title {
 color: #fff;
 margin-bottom: 35px;
 line-height: 2.25rem;
 font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
 .product-investors-title {
  margin-bottom: 30px;
 }
}

.product-investors-column {
 padding: 28px 70px 28px 30px;
 color: #282828;
 -webkit-box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 min-height: 224px;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .product-investors-column {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
 }
}

.product-investors-column__detail-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 bottom: 28px;
}

.product-investors-column__detail-text {
 color: #000;
 font-size: 0.875rem;
 font-weight: bold;
 margin-right: 10px;
}

.product-investors-column__detail-icon {
 display: block;
 width: 16;
 height: 15px;
}

.legal-component-promo-button {
 margin-top: 26px;
 padding: 17px 32px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border-radius: 100px;
 border: 1px solid #f7931d;
 display: inline-block;
}

.legal-component-promo-button:hover {
 background: #fff;
 border: 1px solid #f7931d;
}

.legal-component-promo-button:hover .legal-component-promo-button__text {
 color: #f7931d;
}

@media only screen and (max-width: 768px) {
 .legal-component-promo-button {
  margin-top: 15px;
 }
}

.legal-component-promo-button__text {
 color: #fff;
}

.slider-clients {
 padding: 34px 0 156px;
}

@media only screen and (max-width: 768px) {
 .slider-clients {
  padding: 0 0 70px;
 }
}

.slider-clients__title {
 margin-bottom: 57px;
 line-height: 2.25rem;
 font-size: 1.5rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .slider-clients__title {
  margin-bottom: 35px;
 }
}

.slider-clients__link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 110px;
 margin-top: -20px;
 z-index: 4;
 position: relative;
}

@media only screen and (max-width: 768px) {
 .slider-clients__link {
  margin-top: -32px;
 }
}

.slider-clients__link:hover .slider-clients__text {
 color: #febf4a;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.slider-clients__link:hover .slider-clients__icon svg path {
 fill: #f7931d;
}

.slider-clients__text {
 margin-right: 10px;
 font-size: 0.875rem;
 color: #333;
 font-weight: bold;
}

.slider-clients__icon {
 display: block;
 width: 16px;
 height: 15px;
 margin-top: -2px;
}

.sl-clients {
 position: relative;
}

.sl-clients__slide {
 display: block;
 min-height: 60px;
 /*margin-bottom: 54px;*/
 vertical-align: middle;
}

.sl-clients .owl-stage-outer {
 position: relative;
 overflow: hidden;
 height: 132px;
}

.sl-clients .owl-stage {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.sl-clients .owl-nav {
 left: calc(100% - 89px);
 top: calc(100% - 20px);
 width: 89px;
 height: 37px;
}

.sl-clients .owl-prev,
.sl-clients .owl-next {
 display: block;
 position: relative;
 padding: 10px;
 width: 37px;
 height: 37px;
 background-color: none;
 color: #fff;
 border: 1px solid #828282;
 outline: none;
}

.sl-clients .owl-prev svg,
.sl-clients .owl-next svg {
 height: 14px;
 margin-bottom: 12px;
}

.sl-clients .owl-prev svg path,
.sl-clients .owl-next svg path {
 fill: #828282;
}

.sl-clients .owl-prev:hover,
.sl-clients .owl-next:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 0px;
}

.sl-clients .owl-prev:hover svg path,
.sl-clients .owl-next:hover svg path {
 fill: #fff;
}

.legal-component-promo {
 padding: 158px 0 144px;
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo {
  padding-top: 20px;
  padding-bottom: 60px;
 }
}

.legal-component-promo_black-bag {
 background: -webkit-radial-gradient(38.16% 40.99%, 408.77px, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(408.77px at 38.16% 40.99%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #4d5057;
 color: #fff;
}

.legal-component-promo_indent-pad {
 padding: 136px 0 86px;
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo_indent-pad {
  padding: 47px 0 50px;
 }
}

.legal-component-promo_indent-pad-v2 {
 padding: 105px 0 105px;
}

@media only screen and (max-width: 768px) {
 .legal-component-promo_indent-pad-v2 {
  padding: 47px 0 50px;
 }
}

.legal-component-promo_indent-pad-v3 {
 padding: 61px 0 109px;
}

@media only screen and (max-width: 768px) {
 .legal-component-promo_indent-pad-v3 {
  padding: 25px 0 42px;
 }
}

.legal-component-promo_indent-pad-v4 {
 padding: 61px 0 74px;
}

@media only screen and (max-width: 768px) {
 .legal-component-promo_indent-pad-v4 {
  padding: 35px 0 42px;
 }
}

.legal-component-promo__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.legal-component-promo__wrap_start {
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.legal-component-promo__wrap_end {
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
}

.legal-component-promo__wrap_reverse-row {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}

.legal-component-promo__wrap_indent-bot-0 {
 margin-bottom: -7px;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__wrap_indent-bot-0 {
  margin-bottom: 0;
 }
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.legal-component-promo__content-img {
 max-width: 550px;
 background-position: center;
 background-size: cover;
}

.legal-component-promo__content-img img {
 width: 100%;
}

.legal-component-promo__content-text {
 max-width: 558px;
}

.legal-component-promo__title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
 min-height: 84px;
 padding-bottom: 42px;
}

.legal-component-promo__title_white {
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .legal-component-promo__title {
  line-height: 2.4375rem;
  font-size: 1.875rem;
  padding-top: 40px;
  padding-bottom: 30px;
 }
}

@media only screen and (max-width: 768px) {
 .legal-component-promo__title_indent-top-none {
  padding-top: 0px;
 }
}

.legal-component-promo__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 min-height: 226px;
 margin-bottom: 15px;
}

.legal-component-promo__text_white {
 color: #fff;
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__text {
  min-height: 100%;
  margin-bottom: 30px;
 }
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__content-img {
  margin: 0 auto;
 }
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__content-img img {
  width: 100%;
 }
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__content-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
 }
}

.legal-component-promo__content-text_position {
 width: 100%;
 position: relative;
 margin-left: 40px;
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__content-text_position {
  margin-left: 0;
 }
}

.legal-component-promo__content-text_indent-top {
 padding-top: 62px;
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__content-text_indent-top {
  padding-top: 0;
 }
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__content-img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
 }
}

.legal-component-promo__content-img_width {
 width: 53%;
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__content-img_width {
  width: auto;
 }
}

@media only screen and (max-width: 1024px) {
 .legal-component-promo__content-img img {
  width: 100%;
 }
}

.legal-component-promo-button {
 padding: 17px 32px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border-radius: 100px;
 border: 1px solid #f7931d;
 display: inline-block;
}

.legal-component-promo-button_indent-top-30 {
 margin-top: 30px;
}

.legal-component-promo-button:hover {
 background: #fff;
 border: 1px solid #f7931d;
}

.legal-component-promo-button:hover .legal-component-promo-button__text {
 color: #f7931d;
}

.legal-component-promo-button__text {
 color: #fff;
}

.wrap-column-indent {
 padding-bottom: 65px;
}

@media only screen and (max-width: 768px) {
 .wrap-column-indent {
  padding-bottom: 35px;
 }
}

.clients-promo__client-title {
 line-height: 2.25rem;
 font-size: 1.5rem;
 color: #fff;
 margin: 42px 0 30px;
}

@media only screen and (max-width: 768px) {
 .clients-promo__client-title {
  margin: 30px 0 25px;
  font-size: 1.375rem;
  line-height: 2rem;
 }
}

.clients-promo__wrap-client {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
 .clients-promo__wrap-client {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }
}

@media only screen and (max-width: 768px) {
 .clients-promo__wrap-client {
  margin-bottom: 45px;
 }
 
 .clients-promo__wrap-client img {
  width: 54%;
 }
}

.clients-promo__wrap-client :first-child {
 margin-right: 10px;
}

@media only screen and (max-width: 768px) {
 .clients-promo__wrap-client :first-child {
  width: 17%;
 }
}

.legal-component-promo_black-bag .legal-component-promo__title {
 color: #fff;
}

.legal-component-promo_black-bag .legal-component-promo__text {
 color: #fff;
}

.legal-component-promo_black-bag p {
 color: #fff;
}

.why-we {
 padding: 84px 0 46px;
}

@media only screen and (max-width: 768px) {
 .why-we {
  padding: 47px 0 0;
 }
}

.why-we_contaniner {
 padding: 84px 195px 46px;
}

@media only screen and (max-width: 1280px) {
 .why-we_contaniner {
  padding: 47px 30px 46px;
 }
}

@media only screen and (max-width: 768px) {
 .why-we_contaniner {
  padding: 47px 15px 0;
 }
}

.why-we__title {
 width: 100%;
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
 margin-bottom: 34px;
}

@media only screen and (max-width: 768px) {
 .why-we__title {
  margin-bottom: 30px;
 }
}

.why-we-block {
 cursor: default;
 padding: 26px 34px 44px 33px;
 color: #282828;
 -webkit-box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.26);
 box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.26);
 border-radius: 6px;
 min-height: 297px;
}

@media only screen and (max-width: 768px) {
 .why-we-block {
  min-height: 300px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
 }
}

.why-we-block:hover {
 color: inherit;
}

.why-we-block__content {
 height: 227px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.why-we-block__title {
 font-weight: bold;
 line-height: 3.375rem;
 font-size: 3.25rem;
 margin-bottom: 20px;
 color: #f67a22;
 width: 100%;
}

@media only screen and (max-width: 375px) {
 .why-we-block__title {
  line-height: 1.1;
  font-size: 48px;
 }
}

.why-we-block__title_min {
 font-size: 1.875rem;
 line-height: 2.0625rem;
 margin-bottom: 0;
}

@media only screen and (max-width: 375px) {
 .why-we-block__title_min {
  font-size: 1.625rem;
  line-height: 1.8125rem;
 }
}

.why-we-block__text {
 font-weight: bold;
 line-height: normal;
 font-size: 1.125rem;
 text-align: left;
 width: 100%;
}

.why-we-block__text_min {
 font-size: 1.1875rem;
}

.another-news {
 padding: 22px 0 45px;
 border-bottom: 1px solid #d7d7d7;
}

@media only screen and (min-width: 769px) {
 .another-news {
  padding: 49px 0 76px;
 }
}

.another-news .section-header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
 .another-news .section-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 39px;
 }
}

.another-news .section-title-detail {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin: 15px 0 30px;
}

.another-news .section-title-detail:hover .section-title-detail__text {
 color: #f7931d;
}

.another-news .section-title-detail:hover .section-title-detail__icon svg path {
 fill: #f7931d;
}

@media only screen and (min-width: 769px) {
 .another-news .section-title-detail {
  margin: 0;
 }
}

.another-news .section-title-detail__text {
 font-weight: bold;
 line-height: normal;
 font-size: 0.875rem;
 color: #000;
 opacity: 0.8;
 margin-right: 10px;
}

.another-news .section-title-detail__icon {
 width: 16px;
 display: block;
 position: relative;
}

.another-news .section-title-detail__icon svg path {
 fill: #000;
}

.news {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 overflow: hidden;
 overflow-x: scroll;
 margin: 0 -15px 0 0;
}

@media only screen and (min-width: 1025px) {
 .news {
  overflow: visible;
  overflow-x: auto;
  margin: 0;
 }
}

.news__item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 margin-right: 32px;
}

@media only screen and (min-width: 1025px) {
 .news__item {
  margin-right: 0;
 }
}

.news__date {
 color: #aaa;
 font-size: 0.875rem;
 line-height: 1.375rem;
 margin-bottom: 9px;
}

.news__title {
 color: #282828;
 font-size: 1.5rem;
 line-height: normal;
 margin-bottom: 10px;
}

.news__text {
 color: #424242;
 font-size: 1rem;
 line-height: 1.5rem;
 max-width: 380px;
 width: 250px;
}

@media only screen and (min-width: 1025px) {
 .news__text {
  width: auto;
 }
}

.news::-webkit-scrollbar {
 height: 0px;
}

.news-detail-page .header {
 background: -webkit-radial-gradient(74.82% 37.89%, 1200.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(1200.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #212327;
 height: 155px;
}

@media only screen and (max-width: 1280px) {
 .news-detail-page .header {
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .news-detail-page .header {
  background: -webkit-radial-gradient(74.82% 37.89%, 1000.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(1000.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 375px) {
 .news-detail-page .header {
  background: -webkit-radial-gradient(92.82% 37.89%, 300.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(300.51px at 92.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

.news-detail-block {
 padding: 0px 0 18px;
 border-bottom: 1px solid #d7d7d7;
}

@media only screen and (max-width: 768px) {
 .news-detail-block {
  padding: 0px 0 16px;
 }
}

.news-detail-head {
 padding-bottom: 31px;
}

@media only screen and (max-width: 768px) {
 .news-detail-head {
  padding-bottom: 10px;
 }
}

.news-detail-head__title {
 line-height: 4.0625rem;
 font-size: 3.125rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .news-detail-head__title {
  line-height: 2.625rem;
  font-size: 2.25rem;
  margin-bottom: 18px;
 }
}

@media only screen and (max-width: 375px) {
 .news-detail-head__title {
  line-height: 2rem;
  font-size: 1.625rem;
 }
}

.news-detail-head__date {
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #aaa;
 margin-bottom: 31px;
 margin-top: -25px;
}

@media only screen and (max-width: 768px) {
 .news-detail-head__date {
  margin-top: 0;
  margin-bottom: 24px;
 }
}

@media only screen and (max-width: 768px) {
 figure {
  margin: 0 -15px;
 }
}

figure img {
 width: 100%;
}

figcaption {
 line-height: 1.375rem;
 font-size: 0.75rem;
 color: #aaa;
 margin: 3px 0 35px;
}

@media only screen and (max-width: 768px) {
 figcaption {
  margin-bottom: 29px;
  margin-left: 15px;
 }
}

.ancillary-block {
 border-left: 5px solid #f7931d;
 border-right: 5px solid #f36126;
 text-align: center;
 margin-bottom: 56px;
}

@media only screen and (max-width: 768px) {
 .ancillary-block {
  margin-bottom: 28px;
 }
}

.ancillary-block__text {
 padding: 49px 200px 47px;
 line-height: 2.25rem;
 font-size: 1.5rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .ancillary-block__text {
  padding: 58px 46px 52px;
 }
}

.ancillary-block:before {
 background: #f7931d;
 background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f7931d), color-stop(60%, #f36126));
 background: -webkit-linear-gradient(left, #f7931d 40%, #f36126 60%);
 background: linear-gradient(to right, #f7931d 40%, #f36126 60%);
 content: "";
 display: block;
 height: 5px;
 width: 100%;
}

.ancillary-block:after {
 background: #f7931d;
 background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f7931d), color-stop(60%, #f36126));
 background: -webkit-linear-gradient(left, #f7931d 40%, #f36126 60%);
 background: linear-gradient(to right, #f7931d 40%, #f36126 60%);
 content: "";
 display: block;
 height: 5px;
 width: 100%;
}

.news-detail-body__video-wrap {
 padding-top: 27px;
}

@media only screen and (max-width: 768px) {
 .news-detail-body__video-wrap {
  padding-top: 11px;
  margin: 0 -15px;
 }
}

.news-detail-body__video {
 width: 100%;
 height: 584px;
 margin-bottom: 49px;
}

@media only screen and (max-width: 768px) {
 .news-detail-body__video {
  height: 350px;
  margin-bottom: 32px;
 }
}

@media only screen and (max-width: 375px) {
 .news-detail-body__video {
  height: 239px;
 }
}

.news-br {
 height: 11px;
 width: 100%;
}

@media only screen and (max-width: 768px) {
 .news-br {
  height: 5px;
 }
}

.wrap-table-news {
 border: 1px solid #dedede;
 border-radius: 6px;
 margin-bottom: 40px;
 margin-top: 10px;
 overflow: hidden;
 overflow-x: scroll;
}

@media only screen and (max-width: 1280px) {
 .wrap-table-news {
  margin: 0 -15px 0 0;
 }
}

.wrap-table-news table {
 width: 1139px;
}

.wrap-table-news::-webkit-scrollbar {
 height: 0px;
}

.wrap-table-news td div {
 padding: 11px 27px;
 margin-right: -1px;
}

.wrap-table-news td {
 border-right: 1px solid #dedede;
}

.body-table :last-child {
 border-right: 0px;
}

.body-table td {
 padding: 14px 0 22px;
}

.head-table {
 border-bottom: 1px solid #dedede;
}

.head-table td {
 border-right: 1px solid #dedede;
 padding: 22px 27px 25px;
}

.head-table :last-child {
 border-right: 0px;
}

.table-news {
 margin-bottom: 41px;
 border: 1px solid #dedede;
 border-radius: 6px;
 width: 1140px;
}

@media only screen and (max-width: 768px) {
 .table-news {
  margin-bottom: 24px;
 }
}

.table-news__tr {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 border-bottom: 1px solid #dedede;
}

.table-news__td {
 border-right: 1px solid #dedede;
 padding: 14px 0 22px;
}

.table-news__td_w-204 {
 width: 204px;
}

.table-news__td_w-193 {
 width: 193px;
}

.table-news__td_w-317 {
 width: 317px;
}

.table-news__td_w-192 {
 width: 192px;
}

.table-news__td_w-236 {
 width: 236px;
}

.table-news__td-title {
 padding: 21px 0px 21px 23px;
 font-size: 1rem;
 color: #828282;
 border-right: 1px solid #dedede;
}

.table-news__td-title_w-204 {
 width: 204px;
}

.table-news__td-title_w-193 {
 width: 193px;
}

.table-news__td-title_w-317 {
 width: 317px;
}

.table-news__td-title_w-192 {
 width: 192px;
}

.table-news__td-title_w-236 {
 width: 236px;
}

.table-news__td-text {
 font-size: 1rem;
 color: #282828;
 padding: 0 11px;
 padding: 11px 0px 11px 23px;
}

.table-news :last-child {
 border: 0;
 margin: 0;
}

.news-page .header {
 background: -webkit-radial-gradient(74.82% 37.89%, 1200.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(1200.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #212327;
 height: 180px;
}

@media only screen and (max-width: 1280px) {
 .news-page .header {
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .news-page .header {
  background: -webkit-radial-gradient(74.82% 37.89%, 1000.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(1000.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 375px) {
 .news-page .header {
  background: -webkit-radial-gradient(92.82% 37.89%, 300.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(300.51px at 92.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

.news-page .news-block {
 border-bottom: 1px solid #d7d7d7;
}

.news-page .news-block__title {
 line-height: 4.0625rem;
 font-size: 3.125rem;
 color: #282828;
 margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
 .news-page .news-block__title {
  line-height: 3rem;
  font-size: 2.25rem;
  margin-bottom: 13px;
 }
}

.news-page .news-block__header {
 margin-bottom: 39px;
}

@media only screen and (max-width: 768px) {
 .news-page .news-block__header {
  margin-bottom: 24px;
 }
}

@media only screen and (max-width: 375px) {
 .news-page .news-block__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.news-page .news-block__form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

@media only screen and (max-width: 375px) {
 .news-page .news-block__form {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
}

.news-datapiker {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 cursor: pointer;
}

@media only screen and (max-width: 375px) {
 .news-datapiker {
  width: 50%;
 }
}

.news-datapiker__input,
.news-datapiker input[type=date] {
 width: 166px;
 height: 61px;
 border: 1px solid #dedede;
 border-radius: 6px;
 outline: none;
 margin-right: 14px;
 padding: 0 15px 0 19px;
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #969696;
}

@media only screen and (max-width: 768px) {
 .news-datapiker__input,
 .news-datapiker input[type=date] {
  width: 158px;
  height: 51px;
  margin-right: 12px;
 }
}

@media only screen and (max-width: 375px) {
 .news-datapiker__input,
 .news-datapiker input[type=date] {
  width: 100%;
  margin-right: 0;
  left: calc(100% - 35px);
  margin-bottom: 7px;
 }
}

.news-datapiker__empty-input {
 position: absolute;
 left: 106px;
 top: 17px;
 height: 10px;
 width: 14px;
 display: none;
}

.news-datapiker__empty-input:hover svg {
 fill: #212327;
}

.news-datapiker__empty-input svg {
 fill: #969696;
}

@media only screen and (max-width: 768px) {
 .news-datapiker__empty-input {
  top: 12px;
  left: 102px;
 }
}

@media only screen and (max-width: 375px) {
 .news-datapiker__empty-input {
  left: calc(100% - 56px);
 }
}

.news-datapiker__empty-input.show {
 display: block;
}

.news-datapiker__input-icon {
 position: absolute;
 left: 126px;
 top: 17px;
 width: 20px;
 height: 21px;
 display: block;
}

@media only screen and (max-width: 768px) {
 .news-datapiker__input-icon {
  top: 12px;
  left: 122px;
 }
}

@media only screen and (max-width: 375px) {
 .news-datapiker__input-icon {
  left: calc(100% - 35px);
 }
}

.news-select-wrap {
 position: relative;
}

.news-select-wrap select {
 height: 61px;
 width: 175px;
 outline: none;
 border: 0px;
 cursor: pointer;
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 position: relative;
 z-index: 3;
 background: none;
 color: #282828;
}

@media only screen and (max-width: 375px) {
 .news-select-wrap {
  width: 50%;
 }
}

.news-select-wrap__text {
 color: #282828;
 height: 61px;
}

.news-select-wrap__select-icon {
 width: 20px;
 height: 11px;
 display: block;
 position: absolute;
 z-index: 2;
 top: 18px;
 right: 0;
}

@media only screen and (max-width: 768px) {
 .news-select-wrap__select-icon {
  top: 14px;
 }
}

@media only screen and (max-width: 375px) {
 .news-select-wrap__select-icon {
  right: 14px;
 }
}

.wrap-news-item {
 margin-bottom: 46px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 768px) {
 .wrap-news-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.wrap-news-item__info {
 margin-left: 29px;
}

@media only screen and (max-width: 768px) {
 .wrap-news-item__info {
  margin-left: 0;
  margin-top: 17px;
 }
}

.wrap-news-item__date {
 margin-bottom: 9px;
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #aaa;
 display: block;
}

.wrap-news-item__title {
 margin-bottom: 9px;
 font-size: 1.5rem;
 line-height: 1.3;
 color: #282828;
 display: block;
}

.wrap-news-item__text {
 line-height: 1.5rem;
 font-size: 1rem;
 color: #424242;
 display: block;
}

.wrap-news-item__img {
 max-width: 264px;
 height: 170px;
}

@media only screen and (max-width: 768px) {
 .wrap-news-item__img {
  width: 100%;
  height: 100%;
 }
}

.select {
 width: 190px;
}

@media only screen and (max-width: 768px) {
 .select {
  width: 175px;
  overflow: hidden;
 }
}

@media only screen and (max-width: 375px) {
 .select {
  width: 100%;
 }
}

.select__gap {
 background: none;
 color: #000;
 font-size: 1rem;
 padding: 19px 15px;
 height: 61px;
 width: 190px;
 cursor: pointer;
 position: relative;
 z-index: 3;
}

@media only screen and (max-width: 768px) {
 .select__gap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 51px;
  padding: 14px 5px;
  width: 175px;
  display: inline-block;
  text-overflow: ellipsis;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
 }
}

.on.select__gap,
.select__gaphover {
 color: #f7931d;
}

.select__list {
 z-index: 4;
 background: #fff;
 border: 1px solid #dedede;
 margin: 0px 0;
 position: absolute;
 border-radius: 6px;
}

@media only screen and (max-width: 375px) {
 .select__list {
  width: 100%;
 }
}

.select__list.on {
 display: block;
}

.select__item:before {
 display: none;
}

.select__item span {
 display: block;
 padding: 10px 15px;
 cursor: pointer;
 width: 190px;
 color: #000;
}

@media only screen and (max-width: 768px) {
 .select__item span {
  width: 175px;
  padding: 10px;
 }
}

@media only screen and (max-width: 375px) {
 .select__item span {
  width: 100%;
 }
}

.select__item.selected,
.select__item span:hover {
 color: #f7931d;
}

.ui-datepicker.ui-widget {
 background: #fff;
 border: 1px solid #dedede;
 padding: 15px 30px;
 margin-top: 20px;
 border-radius: 6px;
}

@media only screen and (max-width: 375px) {
 .ui-datepicker.ui-widget {
  max-width: 290px;
 }
}

.ui-datepicker.ui-widget td,
.ui-datepicker.ui-widget th {
 width: 40px;
 height: 40px;
}

.ui-state-default {
 display: block;
 color: #969696;
}

.ui-state-default:hover {
 color: #f7931d;
}

.ui-datepicker-today a {
 color: #f7931d;
}

.ui-datepicker-header.ui-widget-header {
 margin: 5px 0;
}

.ui-datepicker-title {
 position: absolute;
 top: 15px;
 left: calc(50% - 43.5px);
}

.ui-icon.ui-icon-circle-triangle-w {
 background-image: url("/local/templates/main/build/static/css/../img//content/calendar/calendar-prev.png");
 background-repeat: no-repeat;
 width: 17px;
 height: 17px;
 display: inline-block;
 cursor: pointer;
 margin-right: 246px;
}

@media only screen and (max-width: 375px) {
 .ui-icon.ui-icon-circle-triangle-w {
  margin-right: 194px;
 }
}

.ui-datepicker-next.ui-corner-all {
 background-image: url("/local/templates/main/build/static/css/../img//content/calendar/calendar-next.png");
 background-repeat: no-repeat;
 width: 17px;
 height: 17px;
 display: inline-block;
 cursor: pointer;
 -webkit-box-ordinal-group: 4;
 -ms-flex-order: 3;
 order: 3;
}

.empty-news {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.ui-datepicker.ui-widget {
 display: none;
}

input[type=date] {
 -webkit-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
 -webkit-appearance: none;
 display: none;
}

input[type="date"]:before {
 content: attr(placeholder);
 color: #aaa;
 margin-right: 0.5em;
}

input[type="date"].has-focus:before {
 content: '';
}

.opif-page-accordion {
 padding: 43px 0 51.5px;
}

@media only screen and (max-width: 768px) {
 .opif-page-accordion {
  padding: 3px 0 40.5px;
 }
}

.opif-page-invest {
 padding: 51.5px 0 101px;
}

@media only screen and (max-width: 768px) {
 .opif-page-invest {
  padding: 31.5px 0 69px;
 }
}

.opif-page-invest__description {
 max-width: 725px;
 display: inline-block;
 font-size: 1.1875rem;
 line-height: 1.5625rem;
 color: #424242;
 margin-top: 2px;
 margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
 .opif-page-invest__description {
  margin-bottom: 40px;
 }
}

.opif-page-invest__description a {
 position: relative;
 color: #f7931d;
}

.opif-page-invest__description a:after {
 content: '';
 position: absolute;
 height: 1px;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #f7931d;
}

.opif-invest-col__title {
 max-width: 240px;
 line-height: 1.5625rem;
 font-size: 1.1875rem;
 color: #424242;
 position: relative;
 padding: 14px 0;
}

@media only screen and (max-width: 768px) {
 .opif-invest-col__title {
  margin-bottom: 30px;
 }
}

.opif-invest-col__title:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 3px;
 width: 81px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.opif-page-advantages {
 padding: 91px 0 96px;
 background: #4d5057;
}

@media only screen and (max-width: 768px) {
 .opif-page-advantages {
  padding: 58px 0 25px;
 }
}

.opif-advantages-columns {
 padding-top: 45px;
}

.opif-col-advantage {
 margin-bottom: 62px;
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .opif-col-advantage {
  margin-bottom: 49px;
 }
}

.opif-col-advantage__title {
 margin-bottom: 12px;
 font-size: 1.5rem;
 line-height: 1.5625rem;
}

.opif-col-advantage__text {
 font-size: 1rem;
 line-height: 1.5625rem;
 max-width: 330px;
}

.opif-col-advantage__text:before {
 top: -24px;
 position: absolute;
 content: '';
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 width: 81px;
 height: 3px;
}

.opif-page-card {
 padding: 42px 0 66px;
}

@media only screen and (max-width: 768px) {
 .opif-page-card {
  padding: 23px 0 0;
 }
}

.opif-card-columns {
 margin-top: 37px;
}

.opif-card-columns_indent-top {
 margin-top: 59px;
}

.opif-card-col {
 background: #fff;
 -webkit-box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 overflow: hidden;
 margin-bottom: 31px;
}

@media only screen and (max-width: 768px) {
 .opif-card-col {
  margin-bottom: 43px;
 }
}

.opif-card-col__head {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 height: 135px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
}

.opif-card-col__head:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 opacity: 0.6;
 z-index: 3;
 background-color: #000;
}

.opif-card-col__head-link {
 font-size: 1.875rem;
 line-height: normal;
 color: #fff;
 text-align: center;
 display: block;
 position: relative;
 z-index: 4;
}

.opif-card-col__head-link_size {
 font-size: 1.5rem;
}

.opif-card-col__body {
 padding: 18px 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 min-height: 142px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-bottom: 1px solid #d7d7d7;
}

@media only screen and (max-width: 375px) {
 .opif-card-col__body {
  padding: 15px 10px;
 }
}

.opif-card-col__discri {
 height: 142px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 max-width: 198px;
 line-height: 1.3125rem;
 font-size: 0.875rem;
 color: #424242;
 padding-right: 13px;
 border-right: 1px solid #d7d7d7;
}

.opif-card-col__yield {
 padding-left: 20px;
}

@media only screen and (max-width: 375px) {
 .opif-card-col__yield {
  padding-left: 10px;
 }
}

.opif-card-col__text {
 line-height: 1.3125rem;
 font-size: 0.875rem;
 color: #424242;
 padding-bottom: 7px;
 padding-left: 8px;
}

.opif-card-col__number {
 line-height: 1.5625rem;
 font-size: 2.125rem;
 color: #f7931d;
}

.opif-card-col__basement {
 padding: 38px 0 58px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.opif-card-col__basement .button_theme_orange-190 {
 padding: 16px 32px;
 min-width: 149px;
 margin: 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.opif-card-col__basement .button_theme_orange-190:hover {
 padding: 15px 31px;
}

.opif-page-col {
 padding: 46px 0 103px;
}

@media only screen and (max-width: 768px) {
 .opif-page-col {
  padding: 20px 0 7px;
 }
}

.opif-page-col__button {
 margin-top: 71px;
}

@media only screen and (max-width: 768px) {
 .opif-page-col__button {
  display: none;
 }
}

.opif-page-title {
 margin-bottom: 25px;
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .opif-page-title {
  line-height: 2.8125rem;
  font-size: 1.875rem;
  margin-bottom: 15px;
 }
}

.opif-page-title_white {
 color: #fff;
}

.opif-columns {
 padding-top: 26px;
}

@media only screen and (max-width: 768px) {
 .opif-columns {
  padding-top: 22px;
 }
}

@media only screen and (max-width: 1280px) {
 .opif-col {
  margin-bottom: 38px;
 }
}

.opif-col__icon {
 display: inline-block;
 margin-bottom: 26px;
 height: 68px;
 width: 70px;
}

.opif-col__title {
 line-height: 3rem;
 font-size: 1.5rem;
 color: #282828;
 margin-bottom: 15px;
}

.opif-col__text {
 line-height: 25px;
 font-size: 16px;
 color: #424242;
 max-width: 332px;
}

.opif-page-fund {
 padding: 111px 0 43px;
}

@media only screen and (max-width: 768px) {
 .opif-page-fund {
  padding: 63px 0 0;
 }
}

.wrap-selection-funs {
 padding-top: 43px;
}

@media only screen and (max-width: 768px) {
 .wrap-selection-funs {
  padding-top: 17px;
 }
}

.fund-nav {
 position: relative;
 width: 265px;
 display: inline-block;
 padding-bottom: 12px;
 margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
 .fund-nav {
  margin-bottom: 33px;
 }
}

.fund-nav__item {
 display: inline-block;
 cursor: pointer;
 line-height: 2.4375rem;
 font-size: 1.125rem;
 color: #282828;
}

.fund-nav__icon {
 display: inline-block;
 margin: 0 20px 0 16px;
 width: 20px;
 height: 24px;
}

.fund-mission__title {
 margin-bottom: 70px;
 line-height: 1.5625rem;
 font-size: 1.5rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .fund-mission__title {
  margin-bottom: 45px;
 }
}

.mission-col {
 -webkit-box-shadow: 0px 13px 43px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 13px 43px rgba(0, 0, 0, 0.2);
 border-radius: 6px;
 padding: 28px 0 30px 30px;
 margin-bottom: 30px;
 min-height: 224px;
 cursor: pointer;
}

@media only screen and (max-width: 768px) {
 .mission-col {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 }
}

.mission-col__text {
 height: 76px;
 font-size: 1.5rem;
 line-height: 2.25rem;
 color: #424242;
}

.mission-col__icon {
 display: inline-block;
 float: right;
 margin-right: 50px;
 width: 76px;
 height: 86px;
}

.wrap-pif {
 display: none;
}

.wrap-pif__block {
 position: relative;
 display: none;
 margin-top: -32px;
}

.wrap-pif__block.open {
 display: block;
}

.pif-content-block__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 max-width: 784px;
 margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
 .pif-content-block__text {
  padding-top: 20px;
 }
}

@media only screen and (max-width: 768px) {
 .pif-content-block__diagram {
  margin-top: -30px;
  margin-bottom: 40px;
 }
}

.print-pif__text {
 margin-top: 52px;
 line-height: 25px;
 font-size: 24px;
 color: #282828;
}

.link-print {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 right: 0;
 top: -62px;
 cursor: pointer;
}

@media only screen and (max-width: 768px) {
 .link-print {
  display: none;
 }
}

.link-print__icon {
 width: 24px;
 height: 25px;
}

.link-print__text {
 font-weight: bold;
 line-height: normal;
 font-size: 1rem;
 color: #282828;
 padding-left: 9px;
}

.header-print-pif {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-bottom: 37px;
 border-bottom: 1px solid #d7d7d7;
 margin-bottom: 17px;
}

.header-print-pif__logo {
 width: 125px;
 height: 46px;
}

.header-print-pif__text {
 font-weight: 500;
 line-height: 2.25rem;
 font-size: 0.875rem;
 letter-spacing: 3px;
 text-transform: uppercase;
 color: #909090;
 opacity: 0.8;
}

.wrap-pif.open {
 display: block;
}

.mission-columns.close {
 display: none;
}

#pif-elem.pif {
 left: 110px;
 width: 165px;
}

.pension.pension-open {
 display: block;
}

.market.market-open {
 display: block;
}

.protection.protection-open {
 display: block;
}

.currency.currency-open {
 display: block;
}

.print-pif :last-child {
 margin-bottom: 38px;
}

.print-pif.print {
 display: block;
}

.print-iframe + .footer {
 display: none;
}

.print-iframe + .footer + .foot {
 display: none;
}

#chart_div div div div {
 left: -24px !important;
}

.piechart {
 width: 900px;
 height: 480px;
}

@media only screen and (max-width: 1024px) {
 .piechart {
  width: 700px;
  height: 400px;
 }
}

@media only screen and (max-width: 768px) {
 .piechart {
  width: 290px;
  height: 400px;
 }
}

@media only screen and (max-width: 1024px) {
 .ytto {
  display: none;
 }
}

#piechart-diag-az,
#piechart-diag-eo {
 width: 900px;
 height: 430px;
 margin-left: -110px;
}

@media only screen and (max-width: 768px) {
 #piechart-diag-az,
 #piechart-diag-eo {
  width: auto;
  height: auto;
  margin-left: 0;
 }
}

.opif-strategy-tabs-graf {
 padding-bottom: 76px;
}

@media only screen and (max-width: 768px) {
 .opif-strategy-tabs-graf {
  padding-bottom: 20px;
 }
}

.opif-strategy-tabs-graf .opif-strategy-title {
 margin-bottom: 37px;
}

@media only screen and (max-width: 768px) {
 .opif-strategy-tabs-graf .opif-strategy-title {
  margin-bottom: 25px;
 }
}

.opif-strategy-tabs-graf .ionTabs_pension .ionTabs__tab_a-and-a {
 max-width: 230px;
 margin-right: 105px;
}

@media only screen and (max-width: 768px) {
 .opif-strategy-tabs-graf .ionTabs_pension .ionTabs__tab_a-and-a {
  margin-right: 62px;
  max-width: 80%;
  width: 80%;
  margin-right: 50px;
 }
}

.opif-strategy-tabs-graf .ionTabs_pension .ionTabs__head_a-and-a {
 width: 435px;
}

@media only screen and (max-width: 768px) {
 .opif-strategy-tabs-graf .ionTabs_pension .ionTabs__head_a-and-a {
  width: 100%;
 }
}

.opif-strategy-tabs-graf .pension-track__elem_a-and-a {
 width: 200px;
}

.opif-strategy-tabs-graf .pension-track__elem_a-and-a.right {
 width: 130px;
 left: calc(100% - 130px);
}

.opif-strategy-tabs-graf_diag {
 padding-top: 76px;
 padding-bottom: 68.5px;
}

@media only screen and (max-width: 768px) {
 .opif-strategy-tabs-graf_diag {
  padding-top: 20px;
  padding-bottom: 25px;
 }
}

.opif-strategy-tabs-graf_diag .ionTabs_pension .ionTabs__tab_a-and-a {
 max-width: 260px;
 margin-right: 50px;
}

@media only screen and (max-width: 768px) {
 .opif-strategy-tabs-graf_diag .ionTabs_pension .ionTabs__tab_a-and-a {
  margin-right: 62px;
 }
}

.opif-strategy-tabs-graf_diag .ionTabs_pension .ionTabs__head_a-and-a {
 width: 450px;
}

@media only screen and (max-width: 768px) {
 .opif-strategy-tabs-graf_diag .ionTabs_pension .ionTabs__head_a-and-a {
  width: 100%;
 }
}

.opif-strategy-tabs-graf_diag .grah-track__elem_a-and-a {
 width: 132px;
}

.opif-strategy-tabs-graf_diag .grah-track__elem_a-and-a.right {
 width: 260px;
 left: calc(100% - 260px);
}

.opif-pay-table::-webkit-scrollbar {
 height: 0px;
}

.opif-pay-table {
 margin-top: 8px;
 border: 1px solid #dedede;
 border-radius: 6px;
 margin-bottom: 96px;
 overflow: hidden;
 overflow-x: scroll;
 font-size: 1rem;
 line-height: normal;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .opif-pay-table {
  margin-bottom: 40px;
 }
}

.opif-pay-table table {
 width: 1146px;
}

@media only screen and (max-width: 768px) {
 .opif-pay-table table {
  width: 760px;
 }
}

.opif-pay-table td {
 padding: 20px 0 25px;
 color: #282828;
 vertical-align: top;
 position: relative;
 text-align: center;
 height: 80px;
 border-left: 1px solid #dedede;
}

.opif-pay-table td:first-child {
 border-left: 0px;
}

.opif-pay-table .first-tr {
 border-bottom: 1px solid #dedede;
}

.opif-pay-table .first-tr td {
 padding: 17px 0 17px;
 height: auto;
}

.opif-pay-table .indent-top {
 padding: 14px 0 25px;
 text-align: center;
}

.opif-pay-table_rules {
 margin-top: 34px;
 margin-bottom: 0;
}

.opif-pay-table_rules table {
 width: 100%;
}

@media only screen and (max-width: 768px) {
 .opif-pay-table_rules table {
  width: 100%;
 }
}

.opif-pay-table_rules tr {
 border-bottom: 1px solid #dedede;
}

.opif-pay-table_rules td {
 padding: 24px 21px;
 height: auto;
}

.opif-pay-table_rules tr :last-child {
 padding: 21px 45px;
}

.opif-pay-table_rules table :last-child {
 border-bottom: 0px;
}

.opif-pay-table_rules .first-tr td {
 padding: 17px 10px;
}

.opif-pay-table_rules tr :first-child {
 text-align: left;
 padding-left: 33px;
}

.opif-pay-rulesinvest {
 padding: 68.5px 0 27.5px;
}

@media only screen and (max-width: 768px) {
 .opif-pay-rulesinvest {
  padding-top: 30px;
 }
}

.opif-pay-rulesinvest .opif-strategy-title {
 margin-bottom: 32px;
}

.opr-col__title {
 line-height: 2.25rem;
 font-size: 1.5rem;
 color: #282828;
}

.opr-col__wrap-col {
 padding-top: 46px;
}

.opr-col-min {
 margin-bottom: 82px;
}

@media only screen and (max-width: 768px) {
 .opr-col-min {
  margin-bottom: 35px;
 }
}

.opr-col-min__title {
 line-height: 1.3125rem;
 font-size: 0.875rem;
 color: #424242;
 position: relative;
}

.opr-col-min__title:before {
 content: '';
 position: absolute;
 width: 81px;
 height: 3px;
 top: -11px;
 background: -webkit-linear-gradient(275.78deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(174.22deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
}

.opr-col-min__text {
 line-height: 2.625rem;
 font-size: 1.75rem;
 color: #424242;
}

.ada-wrap {
 border-bottom: 1px solid #d7d7d7;
}

.ada-wrap h1 {
 padding-top: 6px;
 padding-bottom: 50px;
 margin: 0;
}

@media only screen and (max-width: 768px) {
 .ada-wrap h1 {
  padding-top: 0;
  padding-bottom: 31px;
 }
}

.ada-wrap-ratings {
 padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
 .ada-wrap-ratings {
  padding-bottom: 40px;
 }
}

@media only screen and (max-width: 768px) {
 .ratings-img-column {
  margin-bottom: 39px;
 }
}

.ratings-img-column__img {
 min-height: 70px;
 margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
 .ratings-img-column__img {
  margin-bottom: 7px;
 }
}

.ratings-img-column__text {
 max-width: 490px;
}

.ada-wrap-rankings {
 padding-bottom: 142px;
}

@media only screen and (max-width: 768px) {
 .ada-wrap-rankings {
  padding-bottom: 58px;
 }
}

.ada-wrap-rankings__text {
 line-height: 2.4375rem;
 font-size: 1.5rem;
 text-decoration: underline;
 color: #424242;
 margin-bottom: 40px;
 margin-top: -5px;
 width:100%!important;
}
.rankings-img-column{
width:100%!important;
}
@media only screen and (max-width: 768px) {
 .ada-wrap-rankings__text {
  line-height: 2.0625rem;
  font-size: 1.25rem;
 }
}

@media only screen and (max-width: 768px) {
 .rankings-img-column {
  margin-bottom: 30px;
 }
}

.rankings-img-column__title {
 font-weight: bold;
 line-height: 2.8125rem;
 font-size: 3.125rem;
 color: #f67a22;
 margin-bottom: 22px;
 text-transform: uppercase;
}

.rankings-img-column__text {
 line-height: 1.5625rem;
 font-size: 1.125rem;
 text-decoration: underline;
 color: #424242;
}

.section-partners-form {
 background: -webkit-radial-gradient(50% 50%, 531.01px, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(531.01px at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #212327;
 padding: 68px 0 69px;
 color: #fff;
 position: relative;
}

.section-partners-form .section-partners-title {
 margin-bottom: 38px;
}

.partners-form__wrap-inputs {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 38px;
}

@media only screen and (max-width: 768px) {
 .partners-form__wrap-inputs .input-wrap {
  width: 100%;
 }
}

@media only screen and (max-width: 1024px) {
 .partners-form__wrap-inputs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
 }
}

.partners-form__send-wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 768px) {
 .partners-form__send-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }
}

.partners-form__text {
 padding-left: 49px;
 line-height: 1.125rem;
 font-size: 0.75rem;
 color: #fff;
 opacity: 0.7;
}

@media only screen and (max-width: 768px) {
 .partners-form__text {
  padding-left: 0;
  padding-bottom: 20px;
 }
}

.partners-form__text a {
 color: #fff;
 text-decoration: underline;
}

.partners-form input {
 border-radius: 6px;
 width: 259px;
 height: 51px;
 border: none;
 padding-left: 17px;
 outline: none;
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #969696;
}

@media only screen and (max-width: 1024px) {
 .partners-form input {
  width: 100%;
  margin-bottom: 20px;
 }
}

.partners-form textarea {
 width: 100%;
 min-height: 108px;
 outline: none;
 border-radius: 6px;
 resize: none;
 padding: 15px 16px;
 margin-bottom: 36px;
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #969696;
}

.wrap-form {
 position: fixed;
 width: 558px;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 height: auto;
 background: #fff;
 -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.17);
 box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.17);
 z-index: 10000001;
 top: 20%;
 left: calc(50% - 279px);
 padding: 40px;
}

@media only screen and (max-width: 768px) {
 .wrap-form {
  width: 290px;
  padding: 15px 10px 20px;
  top: 20%;
  left: calc(50% - 160px);
 }
}

.wrap-form-js {
 opacity: 0;
 z-index: -1;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

.wrap-form-js.open {
 opacity: 1;
 z-index: 9;
}

.wrap-form-s-js {
 opacity: 0;
 z-index: -1;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

.wrap-form-s-js.open {
 min-width: 700px!important;
 opacity: 1;
 z-index: 9;
}

.form-consult {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.form-consult__title {
 line-height: 2.375rem;
 font-size: 2.125rem;
 text-align: center;
 color: #593f2b;
 font-family: 'Segoe UI Light';
 margin-bottom: 17px;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .form-consult__title {
  font-size: 1.625rem;
  line-height: 1.3;
  margin-bottom: 15px;
 }
}

.form-consult__discr {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 font-family: 'Segoe UI';
 text-align: center;
 margin-bottom: 48px;
}

@media only screen and (max-width: 768px) {
 .form-consult__discr {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 20px;
 }
}

.form-consult__policy {
 line-height: 25px;
 font-size: 14px;
 font-family: 'Segoe UI';
 text-align: center;
 color: #969696;
 margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
 .form-consult__policy {
  margin-bottom: 25px;
 }
}

.form-consult__policy a {
 color: inherit;
 text-decoration: underline;
}


.form-subscr__category {
 line-height: 25px;
 font-size: 14px;
 font-family: 'Segoe UI';
 text-align: center;
 color: #969696;
 margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
 .form-subscr__category {
  margin-bottom: 25px;
 }
}

.form-subscr__category a {
 color: inherit;
 text-decoration: underline;
}

.form-consult__btn {
 width: 147px;
 height: 54px;
 background: -webkit-linear-gradient(315.13deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(134.87deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 border-radius: 100px;
 margin: 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 color: #fff;
 cursor: pointer;
 border: none;
 border: 1px solid #f7931d;
 outline: none;
}

.form-consult__btn:hover {
 background: #fff;
 color: #f7931d;
}

.form-consult input {
 width: 292px;
 height: 51px;
 padding-left: 19px;
 font-family: 'Segoe UI';
 line-height: 1.5625rem;
 font-size: 0.875rem;
 color: #969696;
 border: 1px solid #d7d7d7;
 border-radius: 6px;
 outline: none;
}

@media only screen and (max-width: 768px) {
 .form-consult input {
  width: 100%;
  margin: 0 auto 15px;
  height: 46px;
 }
}

.mask-form-js {
 position: fixed;
 width: 100%;
 height: 100%;
 z-index: -1;
 background: #0b0801;
 opacity: 0;
 top: 0;
 left: 0;
 -webkit-transition: all 0.1s;
 transition: all 0.1s;
}

.mask-form-js.open {
 opacity: 0.4;
 z-index: 8;
}

.o-message__toggle {
 border: none;
 background: none;
 text-decoration: underline;
 outline: none;
}

.o-message__toggle:hover {
 color: #f7931d;
}

.o-message__text {
 height: 0;
 overflow: hidden;
}

.o-message__text.open {
 height: auto;
}

.slider-pension-for .slick-track,
.slider-pension-for2 .slick-track {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.slider-pension-for .slick-list.draggable,
.slider-pension-for2 .slick-list.draggable {
 margin: 0;
}

.slider-pension-nav .slick-prev,
.slider-pension-nav .slick-next {
 border: 0;
 background-color: none;
 background-image: url("/local/templates/main/build/static/css/../img/minified-svg/news-icon-select.svg");
 background-repeat: no-repeat;
 width: 20px;
 height: 28px;
 position: absolute;
 top: 5px;
 cursor: pointer;
 display: block;
}

.slider-pension-nav .slick-prev svg path,
.slider-pension-nav .slick-next svg path {
 fill: #f7931d;
}

.slider-pension-nav .slick-prev {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 left: 0;
}

.slider-pension-nav .slick-next {
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 right: 0;
}

.slider-pension-nav .slick-prev,
.slider-pension-nav .slick-next {
 width: 20px;
 height: 28px;
 position: absolute;
 top: 5px;
 cursor: pointer;
 display: block;
}

.slider-pension-nav .slick-prev svg path,
.slider-pension-nav .slick-next svg path {
 fill: #f7931d;
}

.slider-pension-nav .slick-prev {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 left: 0;
}

.pens-next {
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 right: 0;
}

.slick-list.draggable {
 overflow: hidden;
 margin: 0 22px;
 padding: 0 13px;
}

.slider-pension-nav .slick-track,
.slider-pension-nav2 .slick-track {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.slider-pension-nav .slick-slide div,
.slider-pension-nav2 .slick-slide div {
 border-radius: 100px;
 text-align: center;
 padding: 3px 0;
 height: 100%;
 font-size: 1rem;
 color: #282828;
 outline: none;
 cursor: pointer;
}

.slider-pension-nav .slick-current div,
.slider-pension-nav2 .slick-current div {
 background: #f7931d;
 color: #fff;
}

.ionTabs_pension .ionTabs__tab {
 font-size: 1rem;
 line-height: 1.625rem;
 color: #282828;
 margin-right: 0;
 padding-right: 0;
 max-width: 400px;
 margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
 .ionTabs_pension .ionTabs__tab {
  padding: 15px 0;
  margin-right: 35px;
  width: 150px;
 }
}

@media only screen and (max-width: 1024px) {
 .ionTabs_pension .ionTabs__tab_w {
  width: 265px;
 }
}

.ionTabs_pension .ionTabs__tab_a-and-a {
 max-width: 150px;
 margin-right: 83px;
}

@media only screen and (max-width: 768px) {
 .ionTabs_pension .ionTabs__tab_a-and-a {
  margin-right: 30px;
 }
}

.ionTabs_pension .ionTabs__tab_trust-m-t {
 max-width: 265px;
 margin-right: 35px;
 line-height: 3rem;
 font-size: 1.5rem;
 color: #282828;
}

@media only screen and (max-width: 1024px) {
 .ionTabs_pension .ionTabs__tab_trust-m-t {
  border-bottom: 1px solid #dbdbdb;
  line-height: 2.4375rem;
  font-size: 1.875rem;
  width: 100%;
  max-width: 100%;
 }
}

@media only screen and (max-width: 375px) {
 .ionTabs_pension .ionTabs__tab_trust-m-t {
  font-size: 1.5rem;
 }
}

.ionTabs_pension .ionTabs__tab_mar-min {
 margin-right: 30px;
}

.ionTabs_pension .ionTabs__head {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin-bottom: 30px;
}

.ionTabs_pension .ionTabs__head:before,
.ionTabs_pension .ionTabs__head:after {
 display: none;
}

@media only screen and (max-width: 1280px) {
 .ionTabs_pension .ionTabs__head {
  border-bottom: 1px solid #dbdbdb;
 }
}

@media only screen and (max-width: 1024px) {
 .ionTabs_pension .ionTabs__head {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }
}

.ionTabs_pension .ionTabs__head_w {
 width: 600px;
}

@media only screen and (max-width: 1280px) {
 .ionTabs_pension .ionTabs__head_w {
  border-bottom: 1px solid #dbdbdb;
 }
}

@media only screen and (max-width: 768px) {
 .ionTabs_pension .ionTabs__head_w {
  width: 100%;
 }
}

.ionTabs_pension .ionTabs__head_a-and-a {
 width: 404px;
 margin-bottom: 63px;
 overflow-x: hidden;
}

@media only screen and (max-width: 1280px) {
 .ionTabs_pension .ionTabs__head_a-and-a {
  border-bottom: 1px solid #dbdbdb;
 }
}

@media only screen and (max-width: 768px) {
 .ionTabs_pension .ionTabs__head_a-and-a {
  margin-bottom: 40px;
 }
}

@media only screen and (max-width: 768px) {
 .ionTabs_pension .ionTabs__head_a-and-a {
  width: 100%;
 }
}

.ionTabs_pension .ionTabs__head_trust-m-t {
 width: 521px;
 margin-bottom: 50px;
}

@media only screen and (max-width: 1280px) {
 .ionTabs_pension .ionTabs__head_trust-m-t {
  border-bottom: 1px solid #dbdbdb;
 }
}

@media only screen and (max-width: 1024px) {
 .ionTabs_pension .ionTabs__head_trust-m-t {
  border-bottom: 0px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-x: hidden;
 }
}

@media only screen and (max-width: 768px) {
 .ionTabs_pension .ionTabs__head_trust-m-t {
  margin-bottom: 40px;
 }
}

.ionTabs_pension .ionTabs__head :last-child {
 margin-right: 0;
}

.ionTabs_pension .ionTabs__head_a-and-a :last-child {
 margin-right: 15px;
}

@media only screen and (max-width: 768px) {
 .ionTabs_pension .ionTabs__head_a-and-a :last-child {
  margin-right: 0;
 }
}

.ionTabs_pension .ionTabs__head_trust-m-t :last-child {
 margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
 .ionTabs_pension .ionTabs__head_trust-m-t :last-child {
  border-bottom: 0px;
 }
}

@media only screen and (max-width: 768px) {
 .ionTabs_pension .ionTabs__head_trust-m-t :last-child {
  margin-right: 0;
 }
}

.pension-track,
.grah-track {
 position: absolute;
 bottom: 0;
 background: #dbdbdb;
 height: 1px;
 width: 100%;
 z-index: 4;
}

@media only screen and (max-width: 1280px) {
 .pension-track,
 .grah-track {
  display: none;
 }
}

.pension-track_w,
.grah-track_w {
 width: 100%;
}

@media only screen and (max-width: 1280px) {
 .pension-track_w,
 .grah-track_w {
  display: none;
 }
}

@media only screen and (max-width: 1280px) {
 .pension-track_w-min,
 .grah-track_w-min {
  display: none;
 }
}

@media only screen and (max-width: 1280px) {
 .pension-track_fund,
 .grah-track_fund {
  display: block;
 }
}

.pension-track__elem,
.grah-track__elem {
 position: absolute;
 bottom: 0;
 z-index: 4;
 left: 0;
 display: block;
 height: 4px;
 width: 220px;
 background: #f7931d;
 -webkit-transition-property: left;
 transition-property: left;
 -webkit-transition-duration: 0.6s;
 transition-duration: 0.6s;
}

.pension-track__elem:before,
.grah-track__elem:before,
.pension-track__elem:after,
.grah-track__elem:after {
 display: none;
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem,
 .grah-track__elem {
  display: none;
 }
}

.pension-track__elem_w-min,
.grah-track__elem_w-min {
 width: 100px;
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem_w-min,
 .grah-track__elem_w-min {
  display: none;
 }
}

.pension-track__elem_fund,
.grah-track__elem_fund {
 width: 60px;
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem_fund,
 .grah-track__elem_fund {
  display: block;
 }
}

.pension-track__elem_a-and-a,
.grah-track__elem_a-and-a {
 width: 80px;
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem_a-and-a,
 .grah-track__elem_a-and-a {
  display: block;
 }
}

.pension-track__elem_trust-m-t,
.grah-track__elem_trust-m-t {
 width: 237px;
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem_trust-m-t,
 .grah-track__elem_trust-m-t {
  display: block;
 }
}

.pension-track__elem.center {
 left: calc(50% - 108px);
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem.center {
  display: none;
 }
}

.pension-track__elem.right {
 left: calc(100% - 220px);
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem.right {
  display: none;
 }
}

.grah-track__elem.right {
 left: calc(100% - 220px);
}

@media only screen and (max-width: 1280px) {
 .grah-track__elem.right {
  display: none;
 }
}

.pension-track__elem.right-w {
 width: 258px;
 left: calc(100% - 258px);
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem.right-w {
  display: none;
 }
}

.pension-track__elem_w-min.ostab-2 {
 left: 130px;
}

.pension-track__elem_w-min.ostab-3 {
 left: 305px;
}

.pension-track__elem_w-min.ostab-4 {
 left: 445px;
}

.pension-track__elem_w-min.ostab-5 {
 left: 585px;
}

.pension-track__elem_w-min.ostab-6 {
 width: 110px;
 left: calc(100% - 110px);
}

.rem-remark {
 background: #f6fafe;
 font-size: 0.875rem;
 line-height: 1.25rem;
 color: #a5a4a4;
 padding: 30px 25px;
 margin-top: 30px;
}

.rem-remark__text {
 font-size: 16px;
}

@media only screen and (max-width: 1024px) {
 .rem-remark__text {
  padding-bottom: 15px;
 }
}

.rem-remark_table-indent {
 padding: 30px 25px 5px;
}

.indent-right :last-child {
 text-align: right;
}

@media only screen and (max-width: 1024px) {
 .indent-right :last-child {
  text-align: left;
 }
}

.indent-right :nth-child(3) {
 padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
 .indent-right :nth-child(3) {
  padding-left: 0;
 }
}

.indent-left :nth-child(3) {
 padding-left: 50px;
}

.indent-left :nth-child(3) span,
.indent-left :nth-child(3) svg,
.indent-left :nth-child(3) div {
 padding-left: 0;
}

@media only screen and (max-width: 1024px) {
 .indent-left :nth-child(3) {
  padding-left: 0;
 }
}

.indent-right-lg :nth-child(2) {
 padding-left: 80px;
}

@media only screen and (max-width: 1024px) {
 .indent-right-lg :nth-child(2) {
  padding-left: 0;
 }
}

.indent-right-lg :last-child {
 padding-left: 120px;
}

@media only screen and (max-width: 1024px) {
 .indent-right-lg :last-child {
  padding-left: 0;
 }
}

.indent-right-lg :last-child span,
.indent-right-lg :last-child svg,
.indent-right-lg :last-child div {
 padding-left: 0;
}

@media only screen and (max-width: 1280px) {
 .ionTabs__tab_state_active {
  border-bottom: 4px solid #f7931d;
 }
}

.pension-track__elem_a-and-a.center {
 left: calc(50% - 40px);
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem_a-and-a.center {
  display: none;
 }
}

.pension-track__elem_a-and-a.right {
 left: calc(100% - 80px);
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem_a-and-a.right {
  display: none;
 }
}

.pension-track__elem_trust-m-t.right {
 left: calc(100% - 250px);
 width: 250px;
}

@media only screen and (max-width: 1280px) {
 .pension-track__elem_trust-m-t.right {
  display: none;
 }
}

.sub-menu {
 border-bottom: 1px solid #dbdbdb;
}

.sub-menu .nav-top__link_mobil {
 margin: 10px;
 padding-top: 20px;
 padding-bottom: 20px;
 border: none;
 border-top: 1px solid #dbdbdb;
}

.sub-menu .nav-top__link_mobil svg {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 border-top: none !important;
}

.sub-menu .nav-top__link_mobil.open svg {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}

.sub-menu .nav-top__link_mobil a {
 text-decoration: none;
 color: #000;
}

.sub-menu .nav-top__wrap-mobil-line {
 border-top: none !important;
 padding-left: 15px;
}

.sub-menu .nav-top__text-mobil {
 border-top: none !important;
}

.sub-menu .nav-top__dropdown-wrap a {
 text-decoration: none;
 color: #000;
 border-top: none !important;
}

.wrap-rem a {
 color: #f7931d;
 text-decoration: underline;
 cursor: pointer;
}

.wrap-rem a:hover {
 color: #f7931d;
 text-decoration: underline;
}

.wrap-rem ul[type=disc] a {
 color: #f7931d;
}

.wrap-rem ul[type=disc] a:hover {
 text-decoration: underline;
}

.wrap-rem h2 {
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .wrap-rem h2 {
  font-size: 1.5rem;
  line-height: 1;
 }
}

@media only screen and (max-width: 768px) {
 .wrap-rem h1 {
  line-height: 22px;
  color: #f7931d;
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 
 .wrap-rem h1 .sub-menu__btn-menu {
  display: block;
 }
}

.columns-indent-info {
 padding-top: 20px;
 padding-bottom: 40px;
}

.rem-content {
 margin-top: 50px;
}

.rem-table .td-w-last {
 width: 140px;
}

.rem-table .t-mobil-title {
 display: none;
}

@media only screen and (max-width: 1024px) {
 .rem-table .t-mobil-title {
  display: block;
  width: 115px;
  margin-right: 13px;
  color: #f7931d;
 }
}

@media only screen and (max-width: 375px) {
 .rem-table .t-mobil-title {
  width: 100%;
  margin-bottom: 10px;
 }
}

.rem-table .t-mobil-title.opacity {
 opacity: 0;
}

@media only screen and (max-width: 375px) {
 .rem-table .t-mobil-title.opacity {
  display: none;
 }
}

.rem-table table {
 width: 100%;
 table-layout: fixed;
}

@media only screen and (max-width: 1024px) {
 .rem-table table {
  border-top: 1px solid #f7931d;
 }
}

.rem-table .first-row-orange {
 font-size: 1rem;
 line-height: 1.625rem;
 padding-bottom: 13px;
 border-bottom: 1px solid #f7931d;
}

@media only screen and (max-width: 1024px) {
 .rem-table .first-row-orange {
  display: none;
 }
}

.rem-table .first-row-orange td {
 color: #f7931d;
}

.rem-table .first-row-orange td {
 padding-bottom: 13px;
}

.rem-table tr {
 border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-width: 1024px) {
 .rem-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
 }
}

.rem-table td {
 font-size: 1rem;
 line-height: 1.625rem;
 padding: 25px 0;
 color: #282828;
 vertical-align: top;
 position: relative;
}

@media only screen and (max-width: 1024px) {
 .rem-table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  width: 100%;
 }
}

@media only screen and (max-width: 375px) {
 .rem-table td {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.rem-table .td_end {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
 .rem-table .td_end {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }
}

@media only screen and (max-width: 375px) {
 .rem-table .td_end {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }
}

.rem-table .td_doc {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 line-height: 1.2;
}

@media only screen and (max-width: 375px) {
 .rem-table .td_doc {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }
}

.rem-table .t-link_black {
 color: #282828;
}

.rem-table .t-link_black:hover {
 color: #f7931d;
}

.rem-table__link-orange,
.rem-table .link-end {
 color: #f7931d;
 margin-right: 4px;
 text-decoration: underline;
}

.rem-table__min-link {
 font-size: 0.875rem;
 width: 250px;
 line-height: 1.2;
 display: inline-block;
}

.rem-table__icon {
 display: inline-block;
 width: 25px;
 height: 29px;
 margin-right: 10px;
}

.rem-table__icon_row {
 float: left;
}

.rem-table .cls-1 {
 fill: #f7931d;
}

.rem-table__wrap {
 display: inline;
}

.rem-table :last-child {
 border-bottom: 0px;
 margin-bottom: 5px;
}

.license-image {
 margin-top: 50px;
}

.license-image img {
 margin-right: 18px;
}

.link-end {
 color: #f7931d;
 margin-right: 4px;
 text-decoration: underline;
}

.other-info {
 color: #000;
 padding: 30px 0;
}

.other-info__title {
 font-size: 1.5rem;
 line-height: 1.875rem;
 margin-bottom: 22px;
}

.other-info__text {
 margin-bottom: 16px;
 font-size: 1rem;
 line-height: 1.625rem;
}

.other-info__pdf {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-top: 4px;
}

.other-info__icon {
 display: inline-block;
 width: 25px;
 height: 36px;
 margin-right: 10px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}

.other-info__icon .cls-1 {
 fill: #f7931d;
}

.other-info__link {
 font-size: 0.875rem;
 line-height: 1.3;
 text-decoration: underline;
}

.other-info__link:hover {
 color: #282828;
 text-decoration: none;
}

.rem-rules-text {
 font-size: 0.875rem;
 color: #828282;
 font-weight: normal;
 margin: 10px 0px;
}

.wrap-sliders {
 position: relative;
}

.rem-remark hr {
 margin: 0;
}

.wrap-linkmes {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #f7931d;
}

.wrap-linkmes:hover {
 text-decoration: underline;
}

.wrap-linkmes:hover .wrap-linkmes__icon svg path {
 fill: #f7931d;
}

.wrap-linkmes__icon {
 width: 12px;
 height: 14px;
 display: block;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}

.wrap-linkmes__icon svg path {
 fill: #f7931d;
}

.wrap-linkmes__text {
 padding-left: 8px;
}

.o-message {
 color: #282828;
 padding: 40px 0;
}

@media only screen and (max-width: 768px) {
 .o-message {
  padding: 20px 0;
 }
}

.o-message__date {
 color: #828282;
 font-size: 0.875rem;
 line-height: 1.25rem;
 padding-bottom: 13px;
}

.o-message__title {
 font-size: 1.5rem;
 line-height: 1.625rem;
 padding-bottom: 23px;
}

.rem-table.border-table table {
 border: 1px solid #dbdbdb;
 text-align: center;
}

.rem-table.border-table table td {
 border: 1px solid #dbdbdb;
}

.rem-table.border-table table td a {
 color: #f7931d;
}

.rem-table.border-table table td a:hover {
 text-decoration: underline;
}

.rem-table.border-table table thead td {
 border-bottom: 1px solid #f7931d;
 color: #f7931d;
}

.sub-menu {
 display: none;
 position: relative;
 color: #f7931d;
 cursor: pointer;
}

@media only screen and (max-width: 768px) {
 .sub-menu {
  display: block;
  position: relative;
  z-index: 4;
  height: 100%;
  background: #fff;
  margin: 0 -15px;
 }
}

.sub-menu__header {
 padding: 1.25rem 0.9375rem;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.sub-menu__btn-menu {
 width: 1.5rem;
 height: 1.5rem;
 position: relative;
}

.sub-menu__btn-menu div {
 width: 0.875rem;
 height: 0.125rem;
 position: absolute;
 top: 50%;
 left: 0.4375rem;
 background: currentColor;
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transition: -webkit-transform 0.3s;
 transition: -webkit-transform 0.3s;
 transition: transform 0.3s;
 transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-opened .sub-menu__btn-menu div {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}

.sub-menu__btn-menu div:first-of-type {
 -webkit-transform: translateY(-0.375rem);
 transform: translateY(-0.375rem);
}

.menu-opened .sub-menu__btn-menu div:first-of-type {
 -webkit-transform: scaleX(1) translateY(0) rotate(45deg);
 transform: scaleX(1) translateY(0) rotate(45deg);
}

.sub-menu__btn-menu div:last-of-type {
 -webkit-transform: translateY(0.375rem);
 transform: translateY(0.375rem);
}

.menu-opened .sub-menu__btn-menu div:last-of-type {
 -webkit-transform: scaleX(1) translateY(0) rotate(-45deg);
 transform: scaleX(1) translateY(0) rotate(-45deg);
}

.sub-menu__list,
.sub-menu__sub-list {
 display: none;
 z-index: 10;
 position: relative;
 top: 0;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 color: #000;
 background: #fff;
 width: 100%;
}

.sub-menu__list .more,
.sub-menu__sub-list .more {
 padding: 1.25rem 0;
 border-bottom: 1px solid #dbdbdb;
 padding-left: 15px;
 display: block;
 color: #000;
}

.menu-opened .sub-menu__list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.sub-menu-opened .sub-menu__sub-list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.sub-menu__sub-list :first-child,
.sub-menu__list :first-child {
 border-top: 1px solid #dbdbdb;
}

.more-icon {
 width: 15px;
 position: relative;
 display: inline-block;
 position: absolute;
 border-top: 0px !important;
 background: #fff;
 border: 0px;
 left: calc(100% - 31px);
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
}

.more-icon svg {
 border-top: 0px !important;
}

.more-icon svg path {
 fill: #f7931d;
}

.sub-menu.open + h1 {
 opacity: 0;
}

.columns.columns-indent-info.close {
 opacity: 0;
 height: 0px;
}

.sub-menu__list.open {
 background: #fff;
 height: 100%;
 position: relative;
 display: block;
}

.sub-menu__sub-list.open {
 display: block;
}

#sm2 {
 z-index: 6;
}

.tm-contancts {
 padding: 61.5px 0 0px;
}

@media only screen and (max-width: 768px) {
 .tm-contancts {
  padding-top: 32px;
 }
}

.tm-contancts-name {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin: 48px 0 121px;
}

@media only screen and (max-width: 1024px) {
 .tm-contancts-name {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 62px;
 }
}

.tm-contancts-name__content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.tm-contancts-name__content_indent {
 margin-right: 122px;
}

@media only screen and (max-width: 1024px) {
 .tm-contancts-name__content_indent {
  margin-right: 0;
  margin-bottom: 42px;
 }
}

@media only screen and (max-width: 768px) {
 .tm-contancts-name__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }
}

.tm-contancts-name__text-content {
 margin-left: 28px;
}

@media only screen and (max-width: 768px) {
 .tm-contancts-name__text-content {
  margin-left: 0;
 }
}

.tm-contancts-name__title {
 font-size: 1.5rem;
 color: #282828;
 margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
 .tm-contancts-name__title {
  margin-top: 11px;
 }
}

.tm-contancts-name__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

.tm-invest {
 padding: 58.5px 0 31.5px;
}

@media only screen and (max-width: 768px) {
 .tm-invest {
  padding-bottom: 2px;
  padding-top: 25.5px;
 }
}

.tm-invest-content {
 margin-top: 40px;
}

.tm-invest-gorizontal {
 margin-bottom: 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 1024px) {
 .tm-invest-gorizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }
}

.tm-invest-gorizontal__icon {
 display: block;
 width: 102px;
 height: 102px;
 margin-right: 35px;
}

@media only screen and (max-width: 1024px) {
 .tm-invest-gorizontal__icon {
  margin-right: 0;
  margin-bottom: 24px;
 }
}

.tm-invest-gorizontal__text {
 max-width: 745px;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

.tm-map #map-contacts-page {
 width: 100%;
 height: 682px;
}

.tm-map {
 position: relative;
 padding-bottom: 91px;
}

@media only screen and (max-width: 768px) {
 .tm-map {
  padding-bottom: 110px;
 }
}

.tm-map__content {
 position: absolute;
 top: 637px;
 left: 67px;
 width: calc(100% - 115px);
 z-index: 4;
 padding: 24px 0 31px 32px;
 background: #fff;
 -webkit-box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
}

@media only screen and (max-width: 768px) {
 .tm-map__content {
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
  padding: 34px 23px;
 }
}

.trust-management-tabs {
 padding-bottom: 46.5px;
}

@media only screen and (max-width: 768px) {
 .trust-management-tabs {
  padding-bottom: 30px;
 }
}

.wrapper-manager {
 margin-top: 27px;
 padding: 44px 64px;
 min-height: 685px;
 -webkit-box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 27px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
}

@media only screen and (max-width: 768px) {
 .wrapper-manager {
  padding: 23px 19px 50px;
  margin-top: 33px;
 }
}

.wrapper-manager__link {
 color: #f7931d;
}

.wrapper-manager__link:hover {
 text-decoration: underline;
}

.wrapper-manager__cont {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
 .wrapper-manager__cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.wrapper-manager__text-content {
 padding-top: 24px;
 margin-left: 35px;
}

@media only screen and (max-width: 1024px) {
 .wrapper-manager__text-content {
  margin-left: 0;
 }
}

.wrapper-manager__name {
 line-height: normal;
 font-size: 1.5rem;
 color: #282828;
 margin-bottom: 11px;
}

.wrapper-manager__description {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #828282;
 margin-bottom: 24px;
}

.wrapper-manager__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 margin-bottom: 30px;
 max-width: 704px;
}

.wrapper-manager-title {
 line-height: normal;
 font-size: 1.5rem;
 color: #282828;
 margin-bottom: 28px;
}

.quote-manager {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.quote-manager__quotes {
 margin-left: -2px;
 margin-right: 45px;
}

.quote-manager__text {
 max-width: 668px;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 position: relative;
}

.quote-manager__text:before {
 position: absolute;
 content: '';
 display: block;
 height: 94%;
 width: 3px;
 top: 10px;
 left: -24px;
 background: -webkit-linear-gradient(271.65deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(178.35deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
}

@media only screen and (max-width: 375px) {
 .quote-manager__text:before {
  height: 97%;
 }
}

.tm-tabs-arrow {
 display: none;
}

@media only screen and (max-width: 1024px) {
 .tm-tabs-arrow {
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
 }
}

.tm-tabs-arrow.open {
 top: 29px;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}

.ionTabs__head.ionTabs__head_trust-m-t.open {
 height: 140px;
 border-bottom: 0px;
}

.eye-button {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 width: 50px;
 height: 50px;
 border: 1px solid rgba(255, 255, 255, 0.4);
 border-radius: 50px;
 background-color: #27282d;
 overflow: hidden;
 -webkit-transition-property: width;
 transition-property: width;
 -webkit-transition-duration: 0.4s;
 transition-duration: 0.4s;
}

@media only screen and (max-width: 768px) {
 .eye-button {
  width: 40px;
  height: 40px;
 }
}

.eye-button:hover {
 width: 275px;
}

@media only screen and (max-width: 768px) {
 .eye-button:hover {
  width: 40px;
 }
}

.eye-button:hover .eye-button__text {
 position: static;
}

.eye-button__text {
 position: absolute;
 height: 35px;
 left: -1000px;
 color: #fff;
 white-space: pre;
 font-size: 16px;
 line-height: 35px;
 text-align: right;
}

@media only screen and (max-width: 768px) {
 .eye-button__text {
  display: none;
 }
}

.eye-button__icon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 20px;
 height: 10px;
 margin: 20px 14px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
 .eye-button__icon {
  margin: 0;
  margin-right: 9px;
 }
}

.eye-button__icon svg path {
 fill: #fff;
}

.eye-button.black {
 border: 1px solid #fff;
 background-color: #000;
 overflow: visible;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
 margin: 20px 0;
}

.eye-button.black .eye-button__text {
 color: #fff;
 position: absolute;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 top: 50%;
 left: 48px;
 text-align: left;
 margin-left: 11px;
}

@media only screen and (max-width: 768px) {
 .eye-button.black .eye-button__text {
  display: none;
 }
}

@media only screen and (max-width: 768px) {
 .eye-button.black .eye-button__icon {
  margin-right: 0;
  margin-left: 9px;
 }
}

.eye-button.black:hover {
 width: 50px;
}

@media only screen and (max-width: 768px) {
 .eye-button.black:hover {
  width: 40px;
 }
}

.eye-button.black:hover .special-button__text {
 position: static;
 text-align: left;
}

.eye-button.black svg path {
 fill: #fff;
}

.eye-button.blue {
 border: 1px solid #000;
 background-color: #9dd1ff;
 overflow: visible;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
 margin: 20px 0;
}

.eye-button.blue .eye-button__text {
 color: #000;
 position: absolute;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 top: 50%;
 left: 48px;
 text-align: left;
 margin-left: 11px;
}

@media only screen and (max-width: 768px) {
 .eye-button.blue .eye-button__text {
  display: none;
 }
}

@media only screen and (max-width: 768px) {
 .eye-button.blue .eye-button__icon {
  margin-right: 0;
  margin-left: 9px;
 }
}

.eye-button.blue:hover {
 width: 50px;
}

@media only screen and (max-width: 768px) {
 .eye-button.blue:hover {
  width: 40px;
 }
}

.eye-button.blue:hover .special-button__text {
 position: static;
 text-align: left;
}

.eye-button.blue svg path {
 fill: #000;
}

.eye-button.white {
 border: 1px solid #000;
 background-color: #fff;
 overflow: visible;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
 margin: 20px 0;
}

.eye-button.white .eye-button__text {
 color: #000;
 position: absolute;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 top: 50%;
 left: 48px;
 text-align: left;
 margin-left: 11px;
}

@media only screen and (max-width: 768px) {
 .eye-button.white .eye-button__text {
  display: none;
 }
}

@media only screen and (max-width: 768px) {
 .eye-button.white .eye-button__icon {
  margin-right: 0;
  margin-left: 9px;
 }
}

.eye-button.white:hover {
 width: 50px;
}

@media only screen and (max-width: 768px) {
 .eye-button.white:hover {
  width: 40px;
 }
}

.eye-button.white:hover .special-button__text {
 position: static;
 text-align: left;
}

.eye-button.white svg path {
 fill: #000;
}

.eye-button.sidebar {
 background: none;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
 border: 1px solid rgba(40, 40, 40, 0.4);
 width: 35px;
 height: 35px;
 overflow: visible;
}

.eye-button.sidebar:hover {
 width: 35px;
 height: 35px;
}

.eye-button.sidebar svg path {
 fill: #000;
}

.eye-button.sidebar .eye-button__text {
 display: block;
 position: absolute;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 top: 50%;
 left: 32px;
 text-align: left;
 color: #000;
 height: 35px;
 margin-left: 11px;
}

.eye-button.sidebar:hover .eye-button__text {
 color: #f7931d;
}

.eye-button.sidebar .eye-button__icon {
 margin: 13px 7px;
}

.eye-add .eye-button-container {
 display: none;
}

.eye-add .wrap-menu-fixed .eye-button {
 display: none;
}

.eye-button-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 right: 120px;
 position: absolute;
}

.header_premium .eye-button-container {
 right: 65px;
}

@media only screen and (min-width: 769px) {
 .header_premium .eye-button-container {
  right: 85px;
 }
}

@media only screen and (min-width: 1281px) {
 .header_premium .eye-button-container {
  right: 105px;
 }
}

@media only screen and (min-width: 769px) {
 .eye-button-container {
  position: absolute;
  right: 400px;
 }
 
 .eye-add .eye-button-container {
  position: static;
 }
}

@media only screen and (min-width: 1281px) {
 .eye-but400px

;
 top:

52px

;
}

}
.accumulative-pension-management {
 padding-top: 6px;
}

.accumulative-pension-management h1 {
 line-height: 4.0625rem;
 font-size: 3.125rem;
 color: #333;
 margin-top: 0;
}

@media only screen and (max-width: 768px) {
 .accumulative-pension-management h1 {
  line-height: 2.625rem;
  font-size: 2.25rem;
  margin-bottom: 25px;
 }
}

.accumulative-pension-management p {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

.accumulative-pension-management-title {
 line-height: 1.5625rem;
 font-size: 2.25rem;
 color: #424242;
 padding: 25px 0;
}

@media only screen and (max-width: 768px) {
 .accumulative-pension-management-title {
  font-size: 1.875rem;
  line-height: 2.4375rem;
  padding-top: 0;
 }
}

.apm-link {
 margin-left: 6px;
 text-decoration: underline;
}

.apm-link:hover {
 color: #f7931d;
 text-decoration: underline;
}

.apm-link-form {
 font-weight: bold;
 line-height: normal;
 font-size: 0.875rem;
 color: #000;
 opacity: 0.8;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.apm-link-form:hover {
 opacity: 1;
}

.apm-link-form__text {
 margin-right: 12px;
}

.apm-link-form__icon {
 display: block;
 width: 16px;
 height: 14px;
}

.apm-link-form_indent {
 margin-bottom: 199px;
}

@media only screen and (max-width: 1280px) {
 .apm-link-form_indent {
  margin-bottom: 70px;
 }
}

.contacts-page .header {
 background: -webkit-radial-gradient(74.82% 37.89%, 1200.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(1200.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #212327;
 height: 155px;
}

@media only screen and (max-width: 1280px) {
 .contacts-page .header {
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .contacts-page .header {
  background: -webkit-radial-gradient(74.82% 37.89%, 1000.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(1000.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 375px) {
 .contacts-page .header {
  background: -webkit-radial-gradient(92.82% 37.89%, 300.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(300.51px at 92.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

.contacts-page .contacts-wrap {
 padding: 0px 0 80px;
 border-bottom: 1px solid #d7d7d7;
}

@media only screen and (max-width: 768px) {
 .contacts-page .contacts-wrap {
  border-bottom: 0px;
  padding: 0px 0 0;
  padding-bottom: 30px;
 }
}

.contacts-page .contacts-wrap__title {
 line-height: 4.0625rem;
 font-size: 3.125rem;
 color: #282828;
 margin-bottom: 34px;
}

@media only screen and (max-width: 768px) {
 .contacts-page .contacts-wrap__title {
  line-height: 2.625rem;
  font-size: 2.25rem;
 }
}

.contacts-page .contacts-wrap__info-wrap {
 margin-bottom: 34px;
}

@media only screen and (max-width: 768px) {
 .contacts-page .contacts-wrap__info-wrap {
  margin-bottom: 29px;
 }
}

.contacts-page .contacts-wrap__info {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 margin-bottom: 11px;
}

.contacts-page .contacts-wrap__text-title {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 padding-right: 25px;
 width: 92px;
}

@media only screen and (max-width: 768px) {
 .contacts-page .contacts-wrap__text-title {
  padding-right: 40px;
 }
}

.contacts-page .contacts-wrap__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

.contacts-page .contacts-wrap__text_bold {
 font-weight: 600;
}

.contacts-page .contacts-wrap__text_mail {
 color: #f7931d;
}

.menu-substrate {
 height: 155px;
}

@media only screen and (max-width: 1280px) {
 .menu-substrate {
  height: 71px;
 }
}

@media only screen and (max-width: 1024px) {
 .menu-substrate {
  height: 68px;
 }
}

#map-contacts-page {
 width: 100%;
 height: 565px;
 display: block;
}

.list-electronic a {
 display: inline-block;
 padding-right: 8px;
 padding-left: 5px;
 color: #f7931d;
}

.list-electronic a:hover {
 text-decoration: underline;
}

.list-electronic a:before {
 position: absolute;
 content: '';
 background: #f7931d;
 width: 6px;
 height: 6px;
 margin-right: 17px;
 display: block;
 border-radius: 50%;
 top: 10px;
 left: 0;
}

.list-electronic span {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 display: inline-block;
 margin: 13px 0;
 padding-left: 17px;
 position: relative;
}

.list-electronic span:first-child {
 margin-top: 9px;
}

.opif-strategy-mintitle {
 font-size: 1.5rem;
 line-height: normal;
 color: #424242;
 margin-bottom: 20px;
}

.dy-strategy-risks {
 padding-top: 107px;
 margin-bottom: -15px;
}

@media only screen and (max-width: 768px) {
 .dy-strategy-risks {
  padding-top: 60px;
 }
}

.dy-strategy-risks .strategy-conservative-title {
 margin-bottom: 25px;
}

.dy-strategy-text {
 padding: 40px 0 0;
}

@media only screen and (max-width: 768px) {
 .dy-strategy-text {
  padding-top: 0;
 }
}

.dy-strategy-text p {
 margin-bottom: 46px;
}

@media only screen and (max-width: 768px) {
 .dy-strategy-text p {
  margin-bottom: 30px;
 }
}

.error-page .header {
 background: -webkit-radial-gradient(74.82% 37.89%, 1200.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(1200.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #212327;
 height: 155px;
}

@media only screen and (max-width: 1280px) {
 .error-page .header {
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .error-page .header {
  background: -webkit-radial-gradient(74.82% 37.89%, 1000.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(1000.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 375px) {
 .error-page .header {
  background: -webkit-radial-gradient(92.82% 37.89%, 300.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(300.51px at 92.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

.error-page-wrap {
 position: relative;
 padding: 57px 0 361px;
 border-bottom: 1px solid #d7d7d7;
}

@media only screen and (max-width: 768px) {
 .error-page-wrap {
  padding: 19px 0 168px;
 }
}

.error-page-wrap__title {
 line-height: 4.0625rem;
 font-size: 3.125rem;
 color: #282828;
 margin-bottom: 49px;
}

@media only screen and (max-width: 768px) {
 .error-page-wrap__title {
  line-height: 2.625rem;
  font-size: 2.25rem;
  margin-bottom: 28px;
 }
}

.error-page-wrap__text {
 margin-bottom: 11px;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

.error-page-wrap .container {
 position: relative;
}

.image-menu {
 width: 17.5px;
 height: 12.5px;
 display: inline-block;
 margin: 0 6px;
}

.erroe-page {
 margin-top: 31px;
 border: 1px solid #979797;
}

@media only screen and (max-width: 768px) {
 .erroe-page {
  margin-top: 16px;
 }
}

.erroe-page:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 1px solid #f7931d;
}

.erroe-page:hover .erroe-page__text {
 color: #fff;
}

.erroe-page__text {
 color: #000;
 font-size: 1rem;
}

.error-number {
 position: absolute;
 z-index: -1;
 bottom: -361px;
 right: 0;
 font-weight: bold;
 line-height: 24.25rem;
 font-size: 31.25rem;
 color: #f3f3f3;
}

@media only screen and (max-width: 1024px) {
 .error-number {
  font-size: 11.25rem;
  line-height: 8.5625rem;
 }
}

@media only screen and (max-width: 768px) {
 .error-number {
  bottom: -168px;
  right: calc(50% - 154px);
 }
}

.faq-page .header {
 background: -webkit-radial-gradient(74.82% 37.89%, 1200.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(1200.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #212327;
 height: 155px;
}

@media only screen and (max-width: 1280px) {
 .faq-page .header {
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .faq-page .header {
  background: -webkit-radial-gradient(74.82% 37.89%, 1000.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(1000.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 375px) {
 .faq-page .header {
  background: -webkit-radial-gradient(92.82% 37.89%, 300.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(300.51px at 92.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

.faq {
 padding: 0px 0 50px;
 border-bottom: 1px solid #d7d7d7;
}

@media only screen and (max-width: 768px) {
 .faq {
  padding: 0px 0 30px;
 }
}

.faq__title {
 line-height: 4.0625rem;
 font-size: 3.125rem;
 color: #282828;
 margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
 .faq__title {
  line-height: 2.625rem;
  font-size: 2.25rem;
  margin-bottom: 27px;
 }
}

.accordion_blue {
 margin-top: 30px;
 padding-bottom: 1px;
}

.accordion_blue .accordion__toggle {
 background: #f6fafe;
 -webkit-box-shadow: none;
 box-shadow: none;
 border-radius: 0;
 padding: 30px 30px 0;
}

@media only screen and (max-width: 768px) {
 .accordion_blue .accordion__toggle {
  padding: 25px 25px 0 20px;
 }
}

.accordion_blue .accordion__head {
 padding-right: 20px;
 color: #282828;
 font-size: 1.5rem;
 line-height: 1.625rem;
}

.accordion_blue .accordion__head:before {
 display: none;
}

.accordion_blue .accordion__icon svg path {
 fill: #f7931d;
}

.accordion_shadow {
 -webkit-box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 overflow: hidden;
}

.accordion__toggle {
 padding: 55px 55px 0px 35px;
 background: #fff;
 -webkit-box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 margin-bottom: 30px;
 cursor: pointer;
 overflow: hidden;
}

@media only screen and (max-width: 768px) {
 .accordion__toggle {
  padding: 49px 30px 0 25px;
 }
}

.accordion__toggle_pad-size-xs {
 padding: 28px 31px 0;
 margin-bottom: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 border-bottom: 1px solid #d7d7d7;
 border-radius: 0px;
}

.accordion__head {
 position: relative;
 font-size: 1.5rem;
 color: #282828;
 padding-bottom: 32px;
 display: inline-block;
 width: 100%;
 padding-right: 60px;
}

@media only screen and (max-width: 768px) {
 .accordion__head {
  padding-bottom: 32px;
  padding-right: 0;
 }
}

@media only screen and (max-width: 375px) {
 .accordion__head {
  font-size: 1.25rem;
 }
}

.accordion__head:before {
 content: '';
 position: absolute;
 top: -20px;
 left: 0;
 width: 81px;
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.accordion__head_nobefore-font {
 font-size: 1.5rem;
 line-height: 1.5625rem;
 padding-bottom: 35px;
}

.accordion__head_nobefore-font:before {
 display: none;
}

@media only screen and (max-width: 768px) {
 .accordion__head_nobefore-font {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-right: 30px;
 }
}

.accordion__icon {
 display: inline-block;
 width: 20px;
 height: 11px;
 position: absolute;
 top: 0;
 right: 0;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

.accordion__body {
 height: 0;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 opacity: 0;
}

.accordion__body_h-auto {
 -webkit-transition: all 0s;
 transition: all 0s;
}

.accordion__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 padding-bottom: 25px;
 padding-right: 10px;
}

@media only screen and (max-width: 768px) {
 .accordion__text {
  padding-bottom: 20px;
  padding-right: 5px;
 }
}

.accordion__text_pad-rig {
 padding-right: 60px;
}

@media only screen and (max-width: 768px) {
 .accordion__text_pad-rig {
  padding-right: 5px;
 }
}

.accordion__body.open {
 height: auto;
 padding-top: 0;
 opacity: 1;
 margin-top: -20px;
 margin-bottom: 30px;
 overflow-y: auto;
 margin-right: 1px;
}

@media only screen and (max-width: 1024px) {
 .accordion__body.open {
  margin-top: -10px;
 }
}

.accordion__body_h-auto.open {
 height: 100%;
 padding-top: 0;
 opacity: 1;
 margin-top: -20px;
 margin-bottom: 30px;
 overflow-y: auto;
 margin-right: 1px;
}

@media only screen and (max-width: 1024px) {
 .accordion__body_h-auto.open {
  margin-top: -10px;
 }
}

.accordion__body_overflow-none.open {
 overflow-y: visible;
}

.accordion__icon.open {
 -webkit-transform: rotateX(180deg);
 transform: rotateX(180deg);
 top: 29px;
}

.accordion__body:first-child {
 padding-top: 20px;
}

.accordion__body.open::-webkit-scrollbar {
 background: #ffd998;
 width: 3px;
}

.accordion__body.open::-webkit-scrollbar-thumb {
 width: 3px;
 background: #f7931d;
 height: 10px;
}

@media only screen and (max-width: 768px) {
 .accordion__body_h-auto .accordion__toggle {
  padding: 25px 10px 0;
 }
}

.accordion_shadow :last-child {
 border-bottom: 0px;
}

.faq_category {
 margin-top: -20px;
 margin-bottom: 40px;
}

.faq_category__item {
 display: inline-block;
}

.faq_category__item + .faq_category__item {
 margin-left: 1em;
}

.faq_category__item:before {
 content: none;
}

.faq_category__item a {
 color: #f7931d;
 cursor: pointer;
}

.faq_category__tab {
 display: none;
}

.faq_category__tab.active {
 display: block;
}

@media only screen and (max-width: 768px) {
 .accordion__icon {
  top: -21px;
  right: -11px;
 }
}

.footer {
 padding: 72px 0 22px;
}

@media only screen and (max-width: 768px) {
 .footer {
  padding: 31px 0 128px;
 }
}

.footer__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
 .footer__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

@media only screen and (max-width: 768px) {
 .footer__wrap {
  margin-bottom: 36px;
 }
}

.footer__text {
 line-height: 1.25rem;
 font-size: 0.75rem;
 color: #828282;
 height: 114px;
 margin-bottom: 22px;
}

@media only screen and (max-width: 1280px) {
 .footer__text {
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .footer__text {
  margin-bottom: 0;
 }
}

.footer-nav__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: 44px;
}

@media only screen and (max-width: 1024px) {
 .footer-nav__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
 }
}

.footer-nav__link {
 font-size: 1rem;
 color: #4a4a4a;
 position: relative;
 margin: 10px 0px;
 margin-right: 14px;
}

@media only screen and (max-width: 768px) {
 .footer-nav__link {
  margin-right: 12px;
  border-bottom: 2px solid transparent;
 }
}

.footer-nav__link:hover {
 border-bottom: 2px solid #f7931d;
}

.footer-nav__link:after {
 content: '';
 width: 4px;
 height: 4px;
 background: #b4b4b4;
 border-radius: 50%;
 display: inline-block;
 margin-bottom: 2.5px;
 margin-left: 12px;
}

@media only screen and (max-width: 768px) {
 .footer-nav__link:after {
  margin-left: 10px;
  margin-right: 12px;
 }
}

.footer-nav a:hover {
 text-decoration: none;
}

.footer-button {
 border: 1px solid #979797;
 border-radius: 100px;
 padding: 0px 28px;
 background: #fff;
 height: 50px;
 margin-top: 5px;
 outline: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 1024px) {
 .footer-button {
  width: 190px;
  margin: 36px auto 0;
 }
 
 .eye-add .footer-button {
  width: 225px;
 }
}

.footer-button:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 1px solid #f7931d;
}

.footer-button:hover .footer-button__text {
 color: #fff;
}

.footer-button__text {
 font-size: 1rem;
 color: #000;
 line-height: normal;
}

.foot {
 background-color: #212327;
 padding: 40px 0;
}

@media only screen and (max-width: 768px) {
 .foot {
  padding: 31px 0;
 }
}

.foot__wrap {
 color: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
 .foot__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }
}

.foot__end {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 768px) {
 .foot__end {
  margin-top: 17px;
 }
}

.foot__end-text {
 margin-right: 12px;
 color: #fff;
}

.foot__icon {
 width: 104px;
 height: 17px;
 margin-top: -3px;
}

.footer-nav__wrap_first :last-child:after {
 display: none;
}

@media only screen and (max-width: 768px) {
 .footer-nav__wrap_first :last-child:after {
  display: inline-block;
 }
}

.footer-nav__wrap_last :last-child:after {
 display: none;
}

.arrow-up {
 -webkit-box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.15);
 border-radius: 50%;
 position: fixed;
 z-index: 7;
 right: 57px;
 bottom: 10px;
 opacity: 0;
 background: #fff;
 width: 50px;
 height: 50px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
}

.arrow-up:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.arrow-up:hover svg path {
 fill: #fff;
}

@media only screen and (max-width: 768px) {
 .arrow-up {
  bottom: 173px;
 }
 
 .arrow-up:hover {
  background: #fff;
 }
 
 .arrow-up:hover svg path {
  fill: #4a4a4a;
 }
}

.arrow-up__icon {
 display: block;
 width: 14px;
}

.arrow-up.up {
 opacity: 1;
 bottom: 30px;
 right: 57px;
}

@media only screen and (max-width: 768px) {
 .arrow-up.up {
  bottom: 10px;
 }
}

.arrow-up.bottom {
 opacity: 1;
 right: 165px;
 bottom: 165px;
}

@media only screen and (max-width: 768px) {
 .arrow-up.bottom {
  right: calc(50% - 25px);
 }
}

form input.ok {
 border: 1px solid #008000;
}

form input.error {
 border: 1px solid #f00;
}

.header {
 background: #f6fafe;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 background: #212327;
 color: #fff;
 position: fixed;
 z-index: 6;
 /*overflow: hidden;*/
}

.header + div {
 padding-top: 3.75rem;
}

@media only screen and (min-width: 769px) {
 .header + div {
  padding-top: 0;
 }
}

@media only screen and (min-width: 769px) {
 .header {
  background: none;
  position: absolute;
  z-index: 5;
 }
}

@media only screen and (min-width: 1281px) {
 .header {
  /*overflow: hidden;*/
 }
}

.header_transparent {
 background: none;
}

.header_bg_dark-blue {
 background: -webkit-radial-gradient(74.82% 37.89%, 1200.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(1200.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background-color: #212327;
 height: 155px;
}

@media only screen and (max-width: 1280px) {
 .header_bg_dark-blue {
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .header_bg_dark-blue {
  background: -webkit-radial-gradient(74.82% 37.89%, 1000.51px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(1000.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 768px) {
 .header_premium {
  position: absolute;
  background: none;
 }
}

.header__content {
 padding: 52px 0 62px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 1280px) {
 .header__content {
  padding: 10px 0 10px;
 }
}

@media only screen and (max-width: 768px) {
 .header__content {
  padding: 10px 0 10px;
 }
}

.header__logo {
 display: block;
 width: 180px;
 /*7.8125rem;
  height: 2.875rem;*/
 height: 50px;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
 .header__logo {
  width: 7.875rem;
  height: 3rem;
 }
}

@media only screen and (max-width: 375px) {
 .header__logo {
  width: 42%;
  height: auto;
 }
}

.header__logo .logo-desktop {
 display: block;
 width: 100%;
 height: 100%;
}

.header__logo_premium {
 width: 185px;
 height: 70px;
}

.header__navigation-wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.header__navigation {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 1280px) {
 .header__navigation {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 21.875rem;
  max-height: 50rem;
  background: #fff;
  padding: 6.25rem 2rem 2rem;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }
 
 .opened .header__navigation {
  z-index: 99;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
 }
}

@media only screen and (max-width: 768px) {
 .header__navigation {
  top: 3.125rem;
  max-width: 100%;
  max-height: 27.5rem;
  padding-top: 2rem;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
 }
}

.header__navigation .button-lk {
 margin-left: 1rem;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
}

@media only screen and (max-width: 1280px) {
 .header__navigation .button-lk {
  margin: 2rem 0 0;
 }
}

.button-phone {
 position: fixed;
 top: 52px;
 right: 127px;
 z-index: 1000;
 border-radius: 50%;
 width: 50px;
 height: 50px;
 padding: 5px 14px;
 outline: none;
 display: block;
 background-color: #27282d;
 border: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1280px) {
 .button-phone {
  right: 100px;
  top: 10px;
 }
}

@media only screen and (max-width: 768px) {
 .button-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 70px;
  width: 40px;
  height: 40px;
  padding: 0;
 }
}

.button-phone:hover {
 border: 0px solid #fff;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.button-phone.white {
 background: #fff;
 -webkit-box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.15);
}

.button-phone.white svg path {
 fill: #4a4a4a;
}

.button-phone.white:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.button-phone.white:hover svg path {
 fill: #fff;
}

@media only screen and (max-width: 768px) {
 .button-phone.white:hover {
  background: #fff;
 }
 
 .button-phone.white:hover svg path {
  fill: #4a4a4a;
 }
}

.btn-menu {
 display: block;
 border: 1px solid rgba(255, 255, 255, 0.4);
 background: #27282d;
 border-radius: 50%;
 width: 50px;
 height: 50px;
 outline: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: fixed;
 top: 52px;
 right: 57px;
 z-index: 1001;
}

@media only screen and (max-width: 1280px) {
 .btn-menu {
  right: 30px;
  top: 10px;
 }
}

@media only screen and (max-width: 768px) {
 .btn-menu {
  right: 15px;
  width: 40px;
  height: 40px;
 }
}

.btn-menu:hover {
 border: 0px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.btn-menu .button {
 position: relative;
 width: 2.5rem;
 height: 2.5rem;
 z-index: 101;
}

@media only screen and (max-width: 768px) {
 .btn-menu .button {
  height: 40px;
  width: 40px;
 }
}

.btn-menu .button div {
 width: 1.09375rem;
 height: 0.15rem;
 position: absolute;
 top: 50%;
 left: 0.4375rem;
 left: calc(50% - 9.5px);
 background: #fff;
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transition: -webkit-transform 0.3s;
 transition: -webkit-transform 0.3s;
 transition: transform 0.3s;
 transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 768px) {
 .btn-menu .button div {
  width: 17px;
  height: 2px;
 }
}

.opened .btn-menu .button div {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}

.btn-menu .button div:first-of-type {
 -webkit-transform: translateY(-0.3825rem);
 transform: translateY(-0.3825rem);
}

.opened .btn-menu .button div:first-of-type {
 -webkit-transform: scaleX(1) translateY(0) rotate(45deg);
 transform: scaleX(1) translateY(0) rotate(45deg);
}

.btn-menu .button div:last-of-type {
 -webkit-transform: translateY(0.3825rem);
 transform: translateY(0.3825rem);
}

.opened .btn-menu .button div:last-of-type {
 -webkit-transform: scaleX(1) translateY(0) rotate(-45deg);
 transform: scaleX(1) translateY(0) rotate(-45deg);
}

.btn-menu_premium {
 background: none !important;
 position: absolute !important;
}

@media only screen and (max-width: 768px) {
 .btn-menu_premium {
  padding-top: 0 !important;
 }
 
 .btn-menu_premium .button.button_theme_transparent.js-btn-menu {
  border: 1px solid rgba(255, 255, 255, 0.4);
 }
}

.btn-menu.white {
 background: #fff;
 -webkit-box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.15);
}

.btn-menu.white div {
 background: #4a4a4a;
}

.btn-menu.white:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

.btn-menu.white:hover div {
 background: #fff;
}

.btn-menu.white.opened:hover div {
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .btn-menu.white.opened:hover div {
  background: #f7931d;
 }
}

@media only screen and (max-width: 768px) {
 .btn-menu.white:hover {
  background: #fff;
 }
 
 .btn-menu.white:hover div {
  background: #4a4a4a;
 }
}

.btn-menu.opened {
 background: #fff;
 border: 1px solid #4a4a4a;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.btn-menu.opened:hover {
 border: 1px solid #f7931d;
}

.btn-menu.opened:hover div {
 background: #f7931d;
}

.btn-menu.opened div {
 background: #4a4a4a;
}

.wrap-menu-fixed {
 width: 1200px;
 height: auto;
 padding: 52px 40px 44px 70px;
 background-color: #fff;
 z-index: -1;
 position: fixed;
 top: 0;
 right: 0;
 -webkit-box-shadow: 0px 27px 70px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 27px 70px rgba(0, 0, 0, 0.15);
 -webkit-transition: 0.4s opacity;
 transition: 0.4s opacity;
 opacity: 0;
 max-height: 100%;
 overflow-y: auto;
}

@media only screen and (max-width: 1280px) {
 .wrap-menu-fixed {
  width: 375px;
  padding: 10px 15px 72px;
  height: auto;
 }
}

@media only screen and (max-width: 768px) {
 .wrap-menu-fixed {
  overflow-y: auto;
  height: 100vh;
 }
}

@media only screen and (max-width: 375px) {
 .wrap-menu-fixed {
  width: 100%;
 }
}

.nav-top {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 80px;
}

@media only screen and (max-width: 1280px) {
 .nav-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 49px;
 }
}

.nav-top__logo {
 display: block;
 position: relative;
 width: 165px;
 height: 48px;
}

@media only screen and (max-width: 1280px) {
 .nav-top__logo {
  margin-bottom: 31px;
 }
}

.nav-top__list {
 margin-right: 134px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

@media only screen and (max-width: 1280px) {
 .nav-top__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0px;
  width: 100%;
 }
}

.nav-top__wrap-mobil-line {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.nav-top__link {
 margin: 0 17px;
 line-height: normal;
 font-size: 0.875rem;
 color: #000;
 position: relative;
 cursor: pointer;
}

@media only screen and (max-width: 1280px) {
 .nav-top__link {
  margin: 10px 0;
 }
}

@media only screen and (max-width: 1280px) {
 .nav-top__link:hover {
  color: #f7931d;
 }
}

.nav-top__link:hover .link-line {
 display: block;
}

@media only screen and (max-width: 1280px) {
 .nav-top__link:hover .link-line {
  display: none;
 }
}

@media only screen and (max-width: 1280px) {
 .nav-top__link_deck {
  display: none;
 }
}

.nav-top__link_mobil {
 display: none;
}

@media only screen and (max-width: 1280px) {
 .nav-top__link_mobil {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 19px;
  overflow: hidden;
 }
 
 .nav-top__link_mobil:hover svg path {
  fill: #f7931d;
 }
}

.nav-top__link_mobil.open {
 height: auto;
}

.nav-top__link:after {
 content: '';
 position: absolute;
 right: -19px;
 top: calc(50% - 2px);
 display: block;
 background: #b4b4b4;
 width: 4px;
 height: 4px;
 border-radius: 50%;
}

@media only screen and (max-width: 1280px) {
 .nav-top__link:after {
  display: none;
 }
}

.nav-top__dropdown-wrap {
 padding: 21px 63px 0 28px;
}

.nav-top__dropdown-link {
 display: block;
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #787878;
 margin-bottom: 14px;
}

.nav-top__dropdown-link:hover {
 color: #f7931d;
}

.nav-top__icon-link-mobil {
 width: 9px;
 height: 19px;
}

.nav-top__icon-link-mobil.open {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}

.nav-top__list :last-child:after {
 display: none;
}

.link-line {
 display: none;
 position: absolute;
 bottom: -10px;
 width: calc(100% + 1px);
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}

@media only screen and (max-width: 1280px) {
 .link-line {
  display: none !important;
 }
}

.link-line.block {
 display: block;
}

.nav-bottom {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 1280px) {
 .nav-sideb {
  width: 100%;
 }
}

.nav-sideb__list_first {
 margin-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
 .nav-sideb__list_first {
  margin-bottom: 49px;
 }
}

.nav-sideb__link {
 display: block;
 cursor: pointer;
 font-size: 0.875rem;
 line-height: 1.375rem;
 color: #787878;
 margin-bottom: 15px;
}

.nav-sideb__link:hover {
 color: #f7931d;
}

.nav-sideb__link_mobil {
 display: none;
}

@media only screen and (max-width: 1280px) {
 .nav-sideb__link_mobil {
  display: block;
 }
}

.nav-sideb__link_black {
 color: #282828;
 font-size: 1rem;
 line-height: normal;
}

.nav-sideb__wrap-btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

@media only screen and (max-width: 1280px) {
 .nav-sideb__wrap-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 }
}

.nav-sideb__phone {
 font-size: 1.5rem;
 color: #000;
 display: block;
 margin: 41px 0 28px;
}

@media only screen and (max-width: 1280px) {
 .nav-sideb__phone {
  text-align: center;
  margin: 48px auto 26px;
 }
}

.nav-sideb__phone:hover {
 color: #f7931d;
}

.nav-sideb__icon {
 border-radius: 50%;
 border: 1px solid #979797;
 opacity: 0.7;
 cursor: pointer;
 width: 50px;
 height: 50px;
 padding: 11px;
 display: block;
}

.nav-sideb__icon:hover {
 opacity: 1;
}

.nav-sideb__wrap-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 240px;
 cursor: pointer;
}

.nav-sideb__wrap-link:hover .nav-sideb__icon-link svg path {
 fill: #f7931d;
}

.nav-sideb__wrap-link:hover .nav-sideb__link {
 color: #f7931d;
}

@media only screen and (max-width: 1280px) {
 .nav-sideb__wrap-link {
  display: none;
 }
}

.nav-sideb__icon-link {
 width: 8px;
 height: 14px;
 display: block;
 margin-top: -2px;
}

@media only screen and (max-width: 1280px) {
 .nav-sideb__icon-link {
  display: none;
 }
}

.nav-left-button {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border-radius: 50%;
 width: 50px;
 height: 50px;
 padding: 1px 14px;
 border: 1px solid #fff;
 margin-right: 15px;
 outline: none;
}

.nav-left-button:hover {
 background: #fff;
 border: 1px solid #f67a22;
}

.nav-left-button:hover .nav-left-button__icon-div svg path {
 fill: #f67a22;
}

.nav-left-button__icon-div {
 display: block;
 width: 21px;
 height: 28px;
}

.nav-left-button__icon-div svg path {
 fill: #fff;
}

.transform-content {
 width: 100%;
 margin-left: 89px;
}

@media only screen and (max-width: 1280px) {
 .transform-content {
  display: none;
 }
}

.individual-block {
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 opacity: 1;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}

.individual-block__column {
 min-width: 50%;
}

.individual-block__division-title {
 width: 246px;
 font-size: 1.125rem;
 color: #282828;
 margin-bottom: 21.5px;
}

.individual-block__division-title_indent {
 margin-top: 43px;
}

.individual-block__title {
 line-height: 1.875rem;
 font-size: 0.875rem;
 color: #000;
 margin: 3px 0 5px;
}

.individual-block__link {
 margin-bottom: 11px;
 display: block;
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #787878;
 max-width: 355px;
}

.individual-block__link:hover {
 color: #f7931d;
}

.individual-block.show {
 opacity: 0;
}

.individual-block.active {
 display: none;
}

.about-company-block {
 opacity: 0;
 display: none;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}

.about-company-block.show {
 opacity: 1;
}

.about-company-block.active {
 display: block;
}

.legal-entities-block {
 opacity: 0;
 display: none;
}

.legal-entities-block.show {
 opacity: 1;
}

.legal-entities-block.active {
 display: block;
}

.contacts-block {
 opacity: 0;
 display: none;
}

.contacts-block__title {
 font-size: 1.125rem;
 color: #282828;
 margin-bottom: 25px;
}

.contacts-block__row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.contacts-block__tel {
 line-height: 1.875rem;
 font-size: 0.875rem;
 color: #000;
 margin: 0 0 8px;
 position: relative;
 display: block;
}

.contacts-block__tel-detail {
 line-height: 1.875rem;
 font-size: 0.75rem;
 color: #787878;
 margin-top: -18px;
}

.contacts-block__wrap-text {
 padding-left: 25px;
}

.contacts-block__text {
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #787878;
 margin-bottom: 3px;
}

.contacts-block__text_indent {
 margin-top: 12px;
}

.contacts-block__text_size-min {
 font-size: 0.75rem;
 line-height: normal;
 width: 130px;
 margin-top: 2.5px;
}

.contacts-block__text_mail {
 color: #f7931d;
 margin-bottom: 12px;
 display: block;
}

.contacts-block.show {
 opacity: 1;
}

.contacts-block.active {
 display: block;
}

.offices-sales-block {
 opacity: 0;
 display: none;
}

.offices-sales-block__row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.offices-sales-block__text {
 line-height: 1.875rem;
 font-size: 0.875rem;
 color: #000;
 display: block;
}

.offices-sales-block__text_grey {
 color: #787878;
}

.offices-sales-block.show {
 opacity: 1;
}

.offices-sales-block.active {
 display: block;
}

.wrap-menu-fixed.opened {
 opacity: 1;
 z-index: 1000;
}

.submenu {
 position: absolute;
 z-index: 5;
 visibility: hidden;
 opacity: 0;
 -webkit-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: rotateX(-90deg);
 transform: rotateX(-90deg);
 -webkit-transition: 0.3s linear;
 transition: 0.3s linear;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 top: 50px;
 height: 50px;
}

@media only screen and (min-width: 1281px) {
 .submenu {
  width: auto; /*1048px;*/
  top: 54px;
 }
}

.submenu li {
 position: relative;
 margin: 0 22px;
 line-height: 1.2;
}

.submenu li:first-of-type {
 margin-left: 0;
}

.submenu li:last-of-type {
 margin-right: 0;
}

.submenu li:last-of-type::after {
 display: none;
}

.submenu li::before {
 display: none;
}

.submenu li::after {
 content: '';
 position: absolute;
 display: block;
 border-radius: 0.125rem;
 overflow: hidden;
 right: -22px;
 background: #fff;
 width: 2.5px;
 height: 2.5px;
 top: calc(50% - 1px);
}

@media only screen and (min-width: 1281px) {
 .submenu li::after {
  top: calc(50% - 17px);
 }
}

.submenu li a {
 color: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.submenu li a:after {
 content: '';
 height: 2px;
 background: none;
 margin-top: 5px;
 width: 100%;
}

.submenu li a:hover:after {
 background: -webkit-linear-gradient(272.57deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(177.43deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background-repeat: no-repeat;
 background-size: cover;
}

.submenu li a:hover {
 text-decoration: none;
 outline: none;
 color: #fff;
}

nav li:hover > .submenu {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}

@media only screen and (min-width: 1281px) {
 nav li:hover > .submenu {
  visibility: visible;
 }
}

.transform-block {
 display: none;
 opacity: 0;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}

.transform-block.active {
 display: block;
}

.transform-block.show {
 opacity: 1;
}

.btn-menu.btn-menu_premium:hover {
 border: 1px solid rgba(247, 147, 29, 0.4);
}

.dy-iis-title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
}

.dy-iis-title_white {
 color: #fff;
}

@media only screen and (max-width: 375px) {
 .dy-iis-title {
  line-height: 2.625rem;
  font-size: 1.875rem;
 }
}

.dy-iis-card {
 padding-top: 42px;
 padding-bottom: 25.5px;
}

.dy-iis-detail {
 padding-top: 25.5px;
 padding-bottom: 71px;
}

@media only screen and (max-width: 768px) {
 .dy-iis-detail {
  padding-bottom: 51px;
 }
}

.dy-iis-detail__content {
 padding-top: 42px;
}

.dy-iis-detail__text-content {
 margin-bottom: 62px;
}

@media only screen and (max-width: 768px) {
 .dy-iis-detail__text-content {
  margin-bottom: 45px;
 }
}

.dy-iis-detail__title {
 line-height: 1.5625rem;
 font-size: 1.5rem;
 color: #424242;
 margin-bottom: 30px;
 position: relative;
}

.dy-iis-detail__title:before {
 content: '';
 position: absolute;
 width: 81px;
 height: 3px;
 top: -15px;
 left: 0;
 background: -webkit-linear-gradient(275.78deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(174.22deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
}

.strategy-conservative-title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
}

@media only screen and (max-width: 375px) {
 .strategy-conservative-title {
  line-height: 2.625rem;
  font-size: 1.875rem;
 }
}

.strategy-conservative-insertion {
 padding: 56px 0 35.5px;
}

@media only screen and (max-width: 768px) {
 .strategy-conservative-insertion {
  padding: 25px 0 15px;
 }
}

.strategy-conservative-insertion .strategy-conservative-title {
 margin-bottom: 46px;
}

@media only screen and (max-width: 768px) {
 .strategy-conservative-insertion .strategy-conservative-title {
  margin-bottom: 25px;
 }
}

.sci-columns {
 padding-top: 18px;
}

.sci-col {
 padding-bottom: 63px;
}

@media only screen and (max-width: 768px) {
 .sci-col {
  padding-bottom: 25px;
 }
}

.sci-col__title {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

.sci-col__text {
 padding-top: 3px;
 font-weight: bold;
 line-height: 1;
 font-size: 3.125rem;
 color: #f7931d;
}

.strategy-conservative-features {
 padding: 35.5px 0 13.5px;
}

@media only screen and (max-width: 768px) {
 .strategy-conservative-features {
  padding-top: 20px;
 }
}

.strategy-conservative-features .strategy-conservative-title {
 margin-bottom: 41px;
}

.scf-col {
 margin-bottom: 35px;
}

.scf-col__icon {
 display: inline-block;
 max-width: 90px;
 margin-bottom: 23px;
 min-height: 70px;
}

.scf-col__title {
 line-height: 1.8125rem;
 font-size: 1.5rem;
 color: #282828;
 margin-bottom: 10px;
}

.scf-col__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 max-width: 328px;
}

.strategy-conservative-costs {
 padding: 13.5px 0 30.5px;
}

@media only screen and (max-width: 768px) {
 .strategy-conservative-costs {
  padding-bottom: 25px;
 }
}

.strategy-conservative-costs .strategy-conservative-title {
 margin-bottom: 30px;
}

.scc-columns {
 padding-top: 18px;
}

.scc-col {
 margin-bottom: 35px;
}

.scc-col__title {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 position: relative;
 max-width: 300px;
}

.scc-col__title:before {
 content: '';
 position: absolute;
 width: 81px;
 height: 3px;
 background: -webkit-linear-gradient(275.78deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(174.22deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 top: -11px;
}

.strategy-conservative-dynamics {
 padding: 30.5px 0 45px;
}

@media only screen and (max-width: 768px) {
 .strategy-conservative-dynamics {
  padding: 15px 0 25px;
 }
}

.strategy-conservative-dynamics .strategy-conservative-title {
 margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
 .canvas-grah-sc {
  overflow-x: scroll;
 }
}

.canvas-grah-sc__wrap {
 position: relative;
 height: 452px;
 width: 887px;
}

@media only screen and (max-width: 768px) {
 .canvas-grah-sc__wrap {
  width: auto;
  height: auto;
 }
}

.strategy-conservative-model {
 padding-top: 45px;
 padding-bottom: 41px;
}

@media only screen and (max-width: 768px) {
 .strategy-conservative-model {
  padding: 20px 0 21px;
 }
}

.strategy-conservative-model__icon {
 width: 22px;
 height: 22px;
 display: inline-block;
 cursor: pointer;
 position: relative;
}

.strategy-conservative-model__icon svg {
 fill: #000;
}

.strategy-conservative-model .strategy-conservative-title {
 margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
 .strategy-conservative-model .strategy-conservative-title {
  margin-bottom: 30px;
 }
}

@media only screen and (max-width: 375px) {
 .strategy-conservative-model .strategy-conservative-title {
  max-width: 332px;
 }
}

.stcm-title {
 display: none;
 position: absolute;
 bottom: 100%;
 left: calc(50% - 199px);
 background: #fff;
 -webkit-box-shadow: 0 9px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0 9px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 cursor: auto;
 width: 288px;
}

.stcm-title {
 padding: 17px 18px 13px 18px;
}

.stcm-title__text {
 line-height: 1.375rem;
 font-size: 0.8125rem;
 color: #424242;
}

.stcm-title.open {
 display: block;
}

.stcm-title-img {
 position: absolute;
 bottom: 0;
 display: none;
}

.stcm-title-img.open {
 display: block;
}

.jscalculator .ui-slider {
 position: relative;
 text-align: left;
 width: 314px;
}

@media only screen and (max-width: 768px) {
 .jscalculator .ui-slider {
  width: 290px;
 }
}

@media only screen and (max-width: 375px) {
 .jscalculator .ui-slider {
  width: 270px;
 }
}

.jscalculator .ui-slider .ui-slider-handle {
 position: absolute;
 z-index: 2;
 width: 1.2em;
 height: 1.2em;
 cursor: default;
 -ms-touch-action: none;
 touch-action: none;
 outline: none;
}

.jscalculator .ui-slider .ui-slider-range {
 position: absolute;
 z-index: 1;
 font-size: 0.7em;
 display: block;
 border: 0;
 background-position: 0 0;
}

.jscalculator .ui-slider.ui-state-disabled .ui-slider-handle,
.jscalculator .ui-slider.ui-state-disabled .ui-slider-range {
 -webkit-filter: inherit;
 filter: inherit;
}

.jscalculator .ui-slider-horizontal {
 height: 2px;
 background: #ddd;
}

.jscalculator .first-slider.ui-slider .ui-slider-handle {
 border: none !important;
 background-color: #feb14f !important;
 border-radius: 50%;
 top: -14px;
 height: 25px;
 width: 25px;
}

.jscalculator .second-slider.ui-slider .ui-slider-handle {
 border: none !important;
 background-color: #fe9720 !important;
 border-radius: 50%;
 top: -14px;
 height: 25px;
 width: 25px;
}

.jscalculator .first-slider .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
 background-color: transparent;
}

.jscalculator .first-slider .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min:before {
 position: absolute;
 content: '';
 width: 100%;
 height: 2px;
 background-color: #feb14f;
 top: 0;
 left: 0;
}

.jscalculator .second-slider .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
 background-color: transparent;
}

.jscalculator .second-slider .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min:before {
 position: absolute;
 content: '';
 width: 100%;
 height: 2px;
 background-color: #fe9720;
 top: 0;
 left: 0;
}

.calculator__item-title {
 line-height: 1.375rem;
 font-size: 0.875rem;
 color: #424242;
 margin-bottom: -8px;
}

@media only screen and (max-width: 768px) {
 .calculator__item-title {
  margin-bottom: 0;
 }
}

.calculator__vision-title {
 line-height: 1.375rem;
 font-size: 1.125rem;
 color: #424242;
 padding-bottom: 5px;
}

.calculator__val {
 line-height: 1;
 font-size: 2.4375rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .calculator__val {
  font-size: 1.75rem;
 }
}

.calculator__profitability-val,
.calculator__profitability-sign,
.calculator__vision-val,
.calculator__currency.big {
 line-height: 1;
 font-size: 4.875rem;
 color: #f7931d;
}

@media only screen and (max-width: 1024px) {
 .calculator__profitability-val,
 .calculator__profitability-sign,
 .calculator__vision-val,
 .calculator__currency.big {
  font-size: 3.125rem;
 }
}

@media only screen and (max-width: 768px) {
 .calculator__profitability-val,
 .calculator__profitability-sign,
 .calculator__vision-val,
 .calculator__currency.big {
  font-size: 1.875rem;
 }
}

.calculator__result-val,
.calculator__result-currency {
 line-height: 1;
 font-size: 1.875rem;
 color: #f7931d;
}

@media only screen and (max-width: 768px) {
 .calculator__result-val,
 .calculator__result-currency {
  font-size: 1.25rem;
 }
}

.calculator__result-currency {
 padding-left: 12px;
}

.calculator__result-info {
 line-height: 1;
 font-size: 1rem;
 color: #282828;
 margin-bottom: 5px;
 margin-top: 10px;
}

@media only screen and (max-width: 768px) {
 .calculator__result-info {
  margin: 5px 0 15px;
 }
}

.calculator__item-info .calculator__currency {
 font-size: 2.4375rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .calculator__item-info .calculator__currency {
  font-size: 1.75rem;
 }
}

.calculator__result {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-top: 20px;
 border: 1px solid #f7931d;
 padding: 28px 74px 20px 91px;
 margin-bottom: 26px;
 max-width: 950px;
}

@media only screen and (max-width: 1024px) {
 .calculator__result {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 290px;
  padding: 20px 30px;
 }
}

.calculator__item {
 margin-bottom: 33px;
}

.calculator__result_plus {
 font-size: 1.875rem;
 line-height: 1;
 color: #f7931d;
}

@media only screen and (max-width: 1024px) {
 .calculator__result_plus {
  margin-bottom: 15px;
 }
}

.calculator__item-info {
 margin-bottom: 15px;
}

.calculator__profitability {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 20px;
}

.calculator__profitability-info {
 padding: 20px 11px 0 0;
}

@media only screen and (max-width: 768px) {
 .calculator__profitability-info {
  padding: 3px 8px 0 0;
 }
}

.calc_link {
 padding-left: 4px;
}

.calc-button {
 margin-top: 31px;
}

.medium.question.tooltip.tooltipstered {
 width: 13px;
 height: 13px;
 position: relative;
 margin-left: 3px;
 cursor: pointer;
}

.medium.question.tooltip.tooltipstered svg {
 width: 13px;
 height: 13px;
}

.svg-calc-title {
 display: none;
 position: absolute;
 bottom: 37px;
 left: calc(50% - 140px);
 padding: 20px 39px 13px 28px;
 background: #fff;
 width: 280px;
 -webkit-box-shadow: 0px 9px 63px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 9px 63px rgba(0, 0, 0, 0.15);
 border-radius: 6px;
 cursor: auto;
}

@media only screen and (max-width: 768px) {
 .svg-calc-title {
  left: calc(50% - 100px);
 }
}

.svg-calc-title.open {
 display: block;
}

.calc-title-img {
 position: absolute;
 bottom: 14px;
 left: calc(50% - 11.5px);
 display: none;
}

.calc-title-img.open {
 display: block;
}

.calc-reckoning {
 max-width: 950px;
 font-size: 0.875rem;
 line-height: 1.375rem;
}

.calc-reckoning a {
 color: #f7931d;
}

.calc-reckoning a:hover {
 text-decoration: underline;
}

.scr-colims,
.strategy-conservative-risks {
 padding: 41px 0 32px;
}

.scr-colims a,
.strategy-conservative-risks a {
 color: #f7931d;
 text-decoration: underline;
}

@media only screen and (max-width: 768px) {
 .scr-colims,
 .strategy-conservative-risks {
  padding: 21px 0 20px;
 }
}

.scr-colims .strategy-conservative-title,
.strategy-conservative-risks .strategy-conservative-title {
 margin-bottom: 25px;
}

.scr-colimns {
 margin-bottom: 28px;
}

.scr-col-list {
 padding-top: 2px;
}

.scr-col-list__item {
 padding-left: 26px;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 position: relative;
}

.scr-col-list__item:before {
 content: '';
 position: absolute;
 width: 6px;
 height: 6px;
 left: 0px;
 top: calc(50% - 3px);
 border-radius: 50%;
 background: #f67a22;
}

.scr-link {
 text-decoration: underline;
 padding-left: 5px;
}

.strategy-conservative-others {
 padding: 32px 0 92px;
}

@media only screen and (max-width: 768px) {
 .strategy-conservative-others {
  padding: 20px 0 20px;
 }
}

.strategy-conservative-model__icon_small .stcm-title {
 bottom: 130%;
}

.strategy-conservative-model__icon_small .stcm-title-img {
 bottom: 12px;
 left: -2px;
}

.strategy-conservative-model__icon_small svg {
 margin-left: 3px;
 width: 13px;
}

#map {
 width: 100%;
 height: 317px;
 display: block;
 margin-top: 39px;
}

#map-offices {
 width: 100%;
 height: 426px;
 display: block;
 margin-top: 39px;
}

.navigation {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
 padding-left: 51px;
}

@media only screen and (max-width: 1280px) {
 .navigation {
  padding-left: 30px;
 }
}

@media only screen and (max-width: 1024px) {
 .navigation {
  display: none;
 }
}

.navigation__list {
 margin: 0;
 padding: 0;
 text-indent: 0;
 list-style: none;
 list-style-position: outside;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 1rem;
}

@media only screen and (max-width: 1280px) {
 .navigation__list_subnav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
 }
}

.navigation__item {
 margin: 0 22px;
 position: relative;
}

.navigation__item:first-of-type {
 margin-left: 0;
}

.navigation__item:last-of-type {
 margin-right: 0;
}

.navigation__item:last-of-type::after {
 display: none;
}

.navigation__item::before {
 display: none;
}

.navigation__item::after {
 content: '';
 position: absolute;
 display: block;
 width: 4px;
 height: 4px;
 border-radius: 0.125rem;
 overflow: hidden;
 background: #b4b4b4;
 right: -22px;
 top: calc(50% - 2px);
}

.navigation__item_extra {
 height: 40px;
 margin: 0 18px;
 line-height: 1.4;
}

.navigation__item_extra::after {
 background: #fff;
 width: 2.5px;
 height: 2.5px;
 top: calc(50% - 9px);
}

.navigation__link {
 color: #fff;
 font-size: 1rem;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 5px;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.navigation__link:after {
 content: '';
 height: 2px;
 background: none;
 margin-top: 5px;
 width: 100%;
}

.navigation__link:hover:after {
 background: -webkit-linear-gradient(272.57deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(177.43deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background-repeat: no-repeat;
 background-size: cover;
}

.navigation__link:hover {
 text-decoration: none;
 outline: none;
 color: #fff;
}

.block-show {
 display: block;
}

.opif-strategy-text {
 padding-bottom: 34px;
}

@media only screen and (max-width: 768px) {
 .opif-strategy-text {
  padding-bottom: 25px;
 }
}

.sl-rtext {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-left: 65px;
}

@media only screen and (max-width: 1024px) {
 .sl-rtext {
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
 }
}

.sl-rtext__content {
 margin-top: 60px;
 position: relative;
}

.sl-rtext__content:before {
 display: none;
 position: absolute;
 content: '';
 top: -30px;
 height: 1px;
 width: 100%;
 background-color: #fff;
}

@media only screen and (max-width: 1024px) {
 .sl-rtext__content:before {
  display: block;
 }
}

.sl-rtext__content_indent-top-none {
 margin-top: 0;
}

@media only screen and (max-width: 1024px) {
 .sl-rtext__content_indent-top-none {
  margin-top: 60px;
 }
}

.sl-rtext__line {
 height: 87px;
 background-color: #fff;
 width: 1px;
 margin-right: 66px;
 margin-top: 75px;
}

@media only screen and (max-width: 1024px) {
 .sl-rtext__line {
  display: none;
 }
}

.sl-rtext__line_size {
 margin-top: 0;
 margin-right: 45px;
}

.sl-rtext__title {
 color: #fff;
 font-size: 1rem;
 line-height: 1.5625rem;
}

@media only screen and (max-width: 768px) {
 .sl-rtext__title {
  margin: 10px 0;
 }
}

.sl-rtext__title_indent-minus {
 margin-top: -25px;
}

@media only screen and (max-width: 1024px) {
 .sl-rtext__title_indent-minus {
  margin-top: 0;
 }
}

.sl-rtext__text {
 font-size: 6rem;
 line-height: 1;
 color: #f7931d;
 position: relative;
}

@media only screen and (max-width: 1024px) {
 .sl-rtext__text {
  font-size: 5rem;
 }
}

.sl-rtext__text_size {
 font-size: 3.25rem;
}

@media only screen and (max-width: 375px) {
 .sl-rtext__text_size {
  font-size: 2.75rem;
 }
}

.sl-rtext span {
 font-size: 0.875rem;
 position: absolute;
 top: 3px;
}

.slider-dirmanager {
 margin-top: 90px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

@media only screen and (max-width: 375px) {
 .slider-dirmanager {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 80px;
 }
}

.slider-dirmanager_indent-top {
 margin-top: 50px;
 padding-bottom: 55px;
}

@media only screen and (max-width: 375px) {
 .slider-dirmanager_indent-top {
  margin-top: 50px;
 }
}

.slider-dirmanager__content {
 margin-left: 28px;
}

@media only screen and (max-width: 375px) {
 .slider-dirmanager__content {
  margin-left: 0;
  margin-top: 17px;
 }
}

.slider-dirmanager__title {
 line-height: 1.5625rem;
 font-size: 1rem;
}

.slider-dirmanager__text {
 line-height: normal;
 font-size: 1.5rem;
}

.opif-strategy-title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
}

@media only screen and (max-width: 375px) {
 .opif-strategy-title {
  line-height: 2.625rem;
  font-size: 1.875rem;
 }
}

section.opif-strategy-col {
 padding-top: 74px;
 padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
 section.opif-strategy-col {
  padding-top: 40px;
  padding-bottom: 10px;
 }
}

section.opif-strategy-col .opif-strategy-title {
 margin-bottom: 51px;
}

@media only screen and (max-width: 768px) {
 section.opif-strategy-col .opif-strategy-title {
  margin-bottom: 40px;
 }
}

.os-col {
 margin-bottom: 35px;
}

.os-col__title {
 max-width: 328px;
 position: relative;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
}

.os-col__title:before {
 content: '';
 position: absolute;
 top: -10px;
 width: 81px;
 height: 3px;
 background: -webkit-linear-gradient(275.78deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(174.22deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
}

.opif-pay-card {
 padding-top: 88px;
 padding-bottom: 124px;
}

@media only screen and (max-width: 768px) {
 .opif-pay-card {
  padding-top: 25px;
  padding-bottom: 90px;
 }
}

.opif-pay-card-slider {
 position: relative;
 padding-top: 59px;
}

@media only screen and (max-width: 768px) {
 .opif-pay-card-slider {
  padding-top: 40px;
 }
}

.opif-pay-card-slider .owl-item {
 margin: 0 15px;
}

@media only screen and (max-width: 768px) {
 .opif-pay-card-slider .owl-item {
  margin: 0;
 }
}

.opif-pay-card-slider .owl-stage {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.opif-pay-card-slider .owl-stage-outer {
 overflow: hidden;
}

.opif-pay-card-slider .opif-card-col {
 -webkit-box-shadow: 0px 14px 29px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 14px 29px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {
 .opif-pay-card-slider .opif-card-col {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
 }
}

.opif-pay-card-slider .owl-nav {
 top: 0;
 left: calc(100% - 107px);
 width: 89px;
}

@media only screen and (max-width: 768px) {
 .opif-pay-card-slider .owl-nav {
  top: calc(100% - -10px);
  left: 0;
  width: 89px;
 }
}

.opif-pay-card-slider .owl-nav button {
 border: 1px solid #828282;
 width: 37px;
 height: 37px;
 padding: 10px;
 outline: none;
}

.opif-pay-card-slider .owl-nav button:hover {
 background: -webkit-linear-gradient(339.92deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(110.08deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 border: 0px;
}

.opif-pay-card-slider .owl-nav button:hover svg path {
 fill: #fff;
}

.opif-pay-card-slider .owl-nav button svg path {
 fill: #828282;
}

.opif-pay-card-slider .owl-nav button svg {
 height: 13px;
 margin-bottom: 12px;
}

.pagination {
 font-size: 15px;
 line-height: 26px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 60px 0;
 margin-top: 2.5rem;
}

.pagination ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 list-style-type: none;
}

.pagination ul li:before {
 display: none;
}

li > .pagination__item {
 line-height: 24px;
 font-size: 16px;
 margin-right: 30px;
 display: -ms-inline-flexbox;
 display: inline-flex;
 text-decoration: none;
 color: inherit;
}

@media only screen and (max-width: 768px) {
 li > .pagination__item {
  margin: 0 13px;
 }
}

@media only screen and (max-width: 375px) {
 li > .pagination__item {
  margin: 0 10px;
 }
}

li > .pagination__item_def {
 color: #d7d7d7;
 cursor: default;
}

li > .pagination__item_is_active,
li > .pagination__item:hover {
 color: #f7931d;
 text-decoration: none;
}

.pagination__arrow {
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
 opacity: 0;
 width: 2.312rem;
 height: 2.312rem;
 padding: 10px;
 border: 1px solid rgba(51, 51, 51, 0.4);
 border-radius: 50%;
 outline: none;
}

.pagination__arrow:first-child {
 margin-right: 30px;
}

@media only screen and (max-width: 768px) {
 .pagination__arrow:first-child {
  margin-right: 13px;
 }
}

@media only screen and (max-width: 768px) {
 .pagination__arrow:last-child {
  margin-left: 13px;
 }
}

.pagination__arrow:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 1px solid #fff;
}

.pagination__arrow:hover svg path {
 fill: #fff;
}

.pagination__arrow_next svg {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}

.pagination__arrow svg {
 display: block;
 min-height: 15px;
 min-width: 17px;
 fill: #dadada;
}

.pagination__arrow_is_active {
 opacity: 1;
}

span.pagination__item_def:hover {
 color: #d7d7d7;
}

.section-partners-title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
 margin-bottom: 20px;
}

.section-partners-title_white {
 color: #fff;
}

.section-partners-why {
 padding: 29px 0 46px;
}

@media only screen and (max-width: 768px) {
 .section-partners-why {
  padding: 12px 0 5px;
 }
}

.partners-columns {
 padding-top: 36px;
}

@media only screen and (max-width: 768px) {
 .partners-columns {
  padding-top: 10px;
 }
}

.partners-col {
 margin-bottom: 20px;
}

.partners-col__title {
 font-weight: bold;
 line-height: 2rem;
 font-size: 1.8125rem;
 color: #f7931d;
 max-width: 230px;
 margin-bottom: 15px;
}

.partners-col__text {
 line-height: 1.5625rem;
 font-size: 1.125rem;
 color: #424242;
 max-width: 252px;
}

.partners-col__icon {
 display: block;
 min-height: 81px;
 max-width: 82px;
 margin-bottom: 18px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
}

.section-partners-preim {
 padding: 46px 0 37.5px;
}

@media only screen and (max-width: 768px) {
 .section-partners-preim {
  padding: 25px 0 0px;
 }
}

.section-partners-preim .partners-col {
 margin-bottom: 32px;
}

.section-partners-who {
 padding: 37.5px 0 91px;
}

@media only screen and (max-width: 768px) {
 .section-partners-who {
  padding: 25px 0 20px;
 }
}

.section-partners-who p {
 max-width: 782px;
 margin-bottom: 47px;
}

@media only screen and (max-width: 768px) {
 .section-partners-who p {
  margin-bottom: 30px;
 }
}

@media only screen and (max-width: 768px) {
 .partners-who-col {
  margin-bottom: 30px;
 }
}

.partners-who-col__icon {
 display: block;
 height: 70px;
 max-width: 74px;
 margin-bottom: 17px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
}

.partners-who-col__title {
 line-height: 3rem;
 font-size: 1.5rem;
 color: #282828;
}

.partners-who-col__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #282828;
 padding-bottom: 5px;
}

.partners-who-col__li-title {
 line-height: 3rem;
 font-size: 1.125rem;
 color: #282828;
}

.partners-who-col__li-text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 position: relative;
 padding-left: 20px;
 margin-bottom: 12px;
}

.partners-who-col__li-text:before {
 content: '';
 position: absolute;
 background-color: #f67a22;
 width: 6px;
 height: 6px;
 top: 7px;
 left: 0;
 border-radius: 50%;
}

.rating-achievements.section.section_size_large + .component-promo.component-promo_indent-pad-v2 {
 padding-bottom: 108px;
}

@media only screen and (max-width: 768px) {
 .rating-achievements.section.section_size_large + .component-promo.component-promo_indent-pad-v2 {
  padding-bottom: 50px;
 }
}

.component-promo.component-promo_indent-pad + .section-partners-part {
 margin-top: -29px;
}

@media only screen and (max-width: 768px) {
 .component-promo.component-promo_indent-pad + .section-partners-part {
  margin-top: 10px;
 }
}

.section-partners-part {
 padding-bottom: 122px;
}

@media only screen and (max-width: 768px) {
 .section-partners-part {
  padding-bottom: 50px;
 }
}

.section-partners-part__link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding-top: 45px;
}

.section-partners-part__link:hover .section-partners-part__link-text {
 color: #f7931d;
}

.section-partners-part__link:hover .section-partners-part__link-icon svg path {
 fill: #f7931d;
 opacity: 1;
}

@media only screen and (max-width: 768px) {
 .section-partners-part__link {
  padding-top: 20px;
 }
}

.section-partners-part__link-text {
 font-weight: bold;
 line-height: normal;
 font-size: 0.875rem;
 color: #000;
 opacity: 0.8;
}

.section-partners-part__link-icon {
 width: 16px;
 height: 15px;
 margin-left: 10px;
 margin-top: -2.5px;
}

.partners-part-columns {
 padding-top: 35px;
}

@media only screen and (max-width: 768px) {
 .partners-part-columns {
  padding-top: 20px;
 }
}

.partners-part-col {
 margin-bottom: 30px;
}

.partners-part-col__logo {
 min-height: 68px;
 margin-bottom: 24px;
}

.partners-part-col__text {
 max-width: 250px;
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 position: relative;
 padding-left: 18px;
}

.partners-part-col__text:before {
 content: '';
 position: absolute;
 height: 38px;
 width: 3px;
 left: 0;
 top: 5px;
 background: -webkit-linear-gradient(282.48deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(167.52deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
}

.main-premium {
 position: relative;
 height: 794px;
 width: 100%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 768px) {
 .main-premium {
  height: 580px;
 }
}

.main-premium:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 opacity: 0.4;
 z-index: 3;
 background-color: #0b0801;
}

.main-premium__wrap-title {
 color: #fff;
 z-index: 4;
}

.main-premium__title {
 line-height: 4.4375rem;
 font-size: 4.5rem;
 margin-bottom: 43px;
 font-family: 'Segoe UI Light';
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .main-premium__title {
  line-height: 2.9375rem;
  font-size: 3rem;
 }
}

.main-premium__discr {
 line-height: 1.375rem;
 font-size: 1.25rem;
 text-align: center;
 font-family: 'Segoe UI';
}

.main-menu-premium {
 padding: 25px 0 0;
 margin-bottom: 68px;
 border-bottom: 1px solid #e7e7e7;
 height: 81px;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
 .main-menu-premium {
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
 }
}

.main-menu-premium__nav {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

@media only screen and (max-width: 768px) {
 .main-menu-premium__nav {
  width: 800px;
 }
}

.main-menu-premium__nav-li {
 line-height: 1.125rem;
 font-size: 0.875rem;
 padding-bottom: 16px;
 color: #424242;
 font-family: 'Segoe UI';
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.main-menu-premium__nav-li:after {
 content: '';
 height: 4px;
 background: none;
 margin-top: 15px;
 width: 100%;
}

.main-menu-premium__nav-li:active:after,
.main-menu-premium__nav-li:hover:after {
 background: -webkit-linear-gradient(276.06deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(173.94deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background-repeat: no-repeat;
 background-size: cover;
}

.main-menu-premium.fixed {
 z-index: 6;
 position: fixed;
 top: 0;
 width: 100%;
 background-color: #fff;
}

.section-premium-title {
 position: relative;
 color: #593f2b;
 line-height: 4.4375rem;
 font-size: 4rem;
 margin-bottom: 30px;
 text-align: center;
 font-family: 'Segoe UI Light';
 z-index: 2;
}

@media only screen and (max-width: 768px) {
 .section-premium-title {
  line-height: 2.5rem;
  font-size: 2.25rem;
 }
}

.section-premium-title_white {
 color: #fff;
}

.section-premium-title_size-min {
 line-height: 3.875rem;
 font-size: 3.5rem;
}

@media only screen and (max-width: 768px) {
 .section-premium-title_size-min {
  line-height: 2.5rem;
  font-size: 36px;
 }
 
 .eye-add .section-premium-title_size-min {
  font-size: 38px;
 }
}

.section-premium-text {
 padding: 40px 0 40px;
 margin: 0 auto;
 max-width: 950px;
}

.section-premium-text p {
 text-align: center;
 font-family: 'Segoe UI';
 margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
 .section-premium-text {
  padding-bottom: 32.5px;
 }
}

.section-premium-top {
 margin: 40px 0 50px;
 padding: 126px 0 107px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
}

@media only screen and (max-width: 768px) {
 .section-premium-top {
  padding-top: 32.5px;
  padding-bottom: 40px;
  margin-bottom: 25px;
 }
}

.section-premium-top:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 opacity: 0.4;
 background-color: #0b0801;
}

.premium-col {
 margin-bottom: 40px;
 color: #fff;
 font-family: 'Segoe UI';
}

.premium-col__title {
 line-height: normal;
 font-size: 3.125rem;
 margin-bottom: 15px;
 font-family: 'Segoe UI Light';
}

.premium-col__text {
 line-height: 1.4375rem;
 font-size: 1rem;
 max-width: 230px;
}

.section-premium-principles {
 padding: 61px 0 93.5px;
 overflow: hidden;
}

@media only screen and (max-width: 768px) {
 .section-premium-principles {
  padding: 25px 0 30.5px;
 }
}

.premium-grid {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 padding-top: 26px;
}

@media only screen and (max-width: 1200px) {
 .premium-grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
}

.premium-grid__item {
 width: 376px;
 height: 313px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin: 0 5px 5px 0;
 cursor: default;
}

@media only screen and (max-width: 1200px) {
 .premium-grid__item {
  width: 100%;
  margin: 0 0 5px 0;
 }
}

@media only screen and (max-width: 768px) {
 .premium-grid__item {
  height: auto;
  padding: 30px 15px 24px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
 
 .premium-grid__item .premium-grid__title-prev {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30%;
 }
}

.premium-grid__item:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 opacity: 0.6;
 background-color: #0b0801;
}

.premium-grid__item:hover {
 background-color: #fff;
 background-image: none !important;
 -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.17);
 box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.17);
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 padding: 30px 15px 24px 30px;
}

.premium-grid__item:hover:before {
 display: none !important;
}

.premium-grid__item:hover .premium-grid__title-prev {
 position: absolute;
 opacity: 0;
}

.premium-grid__item:hover .premium-grid__title-back,
.premium-grid__item:hover .premium-grid__text-back {
 position: relative;
 opacity: 1;
}

.premium-grid__title-prev {
 text-align: center;
 width: 100%;
 color: #fff;
 line-height: 1.9375rem;
 font-size: 1.875rem;
 font-family: 'Segoe UI';
 z-index: 3;
 padding: 0 40px;
}

.premium-grid__title-back {
 font-family: 'Segoe UI';
 line-height: normal;
 font-size: 1.5rem;
 color: #915821;
 margin-bottom: 16px;
 opacity: 0;
 max-width: 340px;
 position: absolute;
}

@media only screen and (max-width: 768px) {
 .premium-grid__title-back {
  position: static;
 }
}

.premium-grid__text-back {
 font-family: 'Segoe UI';
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 opacity: 0;
 max-width: 340px;
 position: absolute;
}

@media only screen and (max-width: 768px) {
 .premium-grid__text-back {
  position: static;
 }
}

.premium-grid :nth-child(3),
.premium-grid :nth-child(6) {
 margin-right: 0px;
}

.section-premium-info {
 padding: 93.5px 0 0;
}

@media only screen and (max-width: 768px) {
 .section-premium-info {
  padding: 30.5px 0 0;
 }
}

.section-premium-info__block {
 padding: 129px 0 201px;
 margin-bottom: 1px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
}

@media only screen and (max-width: 768px) {
 .section-premium-info__block {
  padding: 48px 0 74px;
 }
}

.section-premium-info__block:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 opacity: 0.4;
 background-color: #0b0801;
}

.section-premium-info__wrap-tooltip {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 padding-top: 22px;
 flex-basis: 0;
}

@media only screen and (max-width: 768px) {
 .section-premium-info__wrap-tooltip {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -15px;
 }
}

.section-premium-info__item-tooltip {
 flex-basis: 100%;
 padding: 50px 50px 70px;
 background-color: #fff;
 border-radius: 0 100px 0 100px;
 z-index: 2;
 margin-right: 30px;
 min-height: 460px;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

@media only screen and (max-width: 768px) {
 .section-premium-info__item-tooltip {
  min-height: 100%;
  margin-bottom: 30px;
  padding: 30px 16px 40px;
  width: 100%;
  margin-right: 0;
 }
}

.section-premium-info__title {
 line-height: 1.9375rem;
 font-size: 1.875rem;
 text-align: center;
 color: #4c3b37;
 margin-bottom: 30px;
 font-family: 'Segoe UI', sans-serif;
}

@media only screen and (max-width: 768px) {
 .section-premium-info__title {
  line-height: 1.5625rem;
  font-size: 1.5rem;
 }
}

.section-premium-info__text {
 font-family: 'Segoe UI', sans-serif;
 line-height: 25px;
 font-size: 16px;
 color: #424242;
 margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
 .section-premium-info__text {
  margin-bottom: 0;
 }
}

.section-premium-info__link-form {
 margin-top: auto;
 width: 100%;
 cursor: pointer;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

@media only screen and (max-width: 768px) {
 .section-premium-info__link-form {
  position: relative;
  bottom: 0;
  margin-top: 22px;
 }
}

.section-premium-info__link-form:hover .section-premium-info__lf-text {
 color: #f7931d;
 opacity: 1;
}

.section-premium-info__link-form:hover .section-premium-info__lf-icon {
 opacity: 1;
}

.section-premium-info__link-form:hover .section-premium-info__lf-icon svg path {
 fill: #f7931d;
 opacity: 1;
}

.section-premium-info__lf-text {
 line-height: normal;
 font-size: 0.875rem;
 color: #000;
 opacity: 0.8;
 margin-right: 16px;
 font-family: 'Segoe UI', sans-serif;
}

.section-premium-info__lf-icon {
 opacity: 0.8;
 margin-top: -3px;
 display: block;
 width: 17px;
 height: 16px;
}

.section-premium-info__wrap-tooltip :last-child {
 margin-right: 0;
}

.rules-popup {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 padding: 30px 0;
 opacity: 0.6;
 background: -webkit-linear-gradient(319.99deg, #000 0%, #000 100%);
 background: linear-gradient(130.01deg, #000 0%, #000 100%);
 color: #fff;
 z-index: 10;
 display: none;
 font-size: 12px;
}

@media only screen and (max-width: 1280px) {
 .rules-popup {
  opacity: 0.8;
 }
}

.rules-popup__content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.rules-popup__close-btn {
 height: 24px;
 width: 24px;
 padding-left: 10px;
 cursor: pointer;
}

.rules-popup__close-btn svg {
 fill: currentColor;
 width: 14px;
 height: 14px;
}

.rules-popup__close-btn svg path {
 fill: #fff;
}

.page-image-position_bottom .component-promo {
 padding-bottom: 0;
}

.page-image-position_bottom .component-promo__content-img {
 align-self: flex-end;
}

.page-image-position_bottom .section-partners-part__link {
 padding-bottom: 160px;
}

.side-bar {
 padding-right: 35px;
}

@media only screen and (max-width: 768px) {
 .side-bar {
  display: none;
  margin-bottom: 45px;
 }
 
 .side-bar.open {
  display: block;
  padding-right: 0;
  height: auto;
 }
}

.side-bar .list-menu {
 margin: 0;
}

@media only screen and (max-width: 768px) {
 .side-bar .list-menu {
  margin: 0 -15px;
  border-top: 1px solid #dbdbdb;
 }
}

.side-bar .list-menu .list {
 color: #f7931d;
 margin-left: 2.5rem;
}

@media only screen and (max-width: 768px) {
 .side-bar .list-menu .list .list-item {
  border-bottom: none;
 }
}

.side-bar .list-item {
 font-size: 0.875rem;
 line-height: 1.25rem;
 color: #282828;
}

@media only screen and (max-width: 768px) {
 .side-bar .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  height: 68px;
  border-bottom: 1px solid #dbdbdb;
 }
}

@media only screen and (max-width: 768px) {
 .side-bar .list-item.open {
  height: auto;
 }
}

.side-bar .list-item:before {
 display: none;
}

.side-bar .list-item__link {
 display: inline-block;
 padding: 15px 0;
 position: relative;
 color: #282828;
 cursor: pointer;
 text-decoration: none;
}

@media only screen and (max-width: 768px) {
 .side-bar .list-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  color: #000;
 }
}

@media only screen and (max-width: 1024px) {
 .side-bar .list-item__link {
  width: 100%;
 }
}

.side-bar .list-item__link:before {
 content: '';
 position: absolute;
 top: 1rem;
 left: -15px;
 width: 3px;
 height: calc(100% - 2rem);
 background: none;
 z-index: -1;
}

@media only screen and (max-width: 768px) {
 .side-bar .list-item__link:before {
  display: none;
 }
}

.side-bar .list-item__link:hover {
 color: #f7931d;
 text-decoration: none;
}

.side-bar .list-item__link:hover:before {
 background: #f7931d;
}

.side-bar .list-item__link_is-active {
 color: #f7931d;
}

.side-bar .list-item__link_is-active:before {
 background: #f7931d;
}

.side-bar .open {
 display: block;
}

.side-bar div.list-item__link .link-title {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.side-bar div.list-item__link .link-title svg {
 flex-shrink: 0;
 width: 20px;
 height: 20px;
 align-self: center;
 margin-left: 15px;
}

@media only screen and (max-width: 1024px) {
 .side-bar div.list-item__link .link-title {
  padding-right: 15px;
 }
}

.side-bar div.list-item__link:hover {
 cursor: pointer;
}

.side-bar div.list-item__link ul {
 display: none;
}

.side-bar div.list-item__link.open ul {
 display: block;
}

.side-bar div.list-item__link.open svg {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}

.side-bar__header .sub-menu__btn-menu {
 display: none;
}

@media only screen and (max-width: 768px) {
 .side-bar__header .sub-menu__btn-menu {
  display: block;
 }
}

.home-sl {
 overflow: hidden;
}

.main-slider {
 position: relative;
 background: -webkit-radial-gradient(1100.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 background: radial-gradient(1100.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
 overflow: hidden;
 background-color: #212327;
}

@media only screen and (max-width: 1280px) {
 .main-slider {
  background: -webkit-radial-gradient(900.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(900.51px at 74.82% 37.89%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 1280px) {
 .main-slider {
  background: -webkit-radial-gradient(443.51px at 54.82% 26.89%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(443.51px at 54.82% 26.89%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

@media only screen and (max-width: 768px) {
 .main-slider {
  padding-top: 20px;
  min-height: auto;
  background: -webkit-radial-gradient(280.51px at 49.82% 37.89%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(280.51px at 49.82% 37.89%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #212327;
 }
}

.main-slider_back-img {
 background-size: cover;
 background-repeat: no-repeat;
}

.main-slider_back-img:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 opacity: 0.7;
}

.main-slider__slide {
 height: 670px;
}

@media only screen and (max-width: 1024px) {
 .main-slider__slide {
  height: 990px;
 }
}

@media only screen and (max-width: 768px) {
 .main-slider__slide {
  height: auto;
 }
}

.main-slider__slide_text {
 height: 620px;
}

@media only screen and (max-width: 1024px) {
 .main-slider__slide_text {
  height: 990px;
 }
}

@media only screen and (max-width: 768px) {
 .main-slider__slide_text {
  height: auto;
 }
}

.main-slider h2 {
 line-height: 4.0625rem;
 font-size: 3.125rem;
 /*width: 600px;*/
}

@media only screen and (max-width: 768px) {
 .main-slider h2 {
  line-height: 2.9375rem;
  font-size: 2.25rem;
 }
}

@media only screen and (max-width: 1280px) {
 .main-slider h2.indi_h2 {
  line-height: 3.625rem;
  font-size: 2.6875rem;
 }
}

@media only screen and (max-width: 768px) {
 .main-slider h2.indi_h2 {
  line-height: 2.625rem;
  font-size: 2.125rem;
 }
}

@media only screen and (max-width: 375px) {
 .main-slider h2.indi_h2 {
  line-height: 2.5rem;
  font-size: 1.75rem;
 }
}

.main-slider__title-slide {
 font-weight: 500;
 line-height: 2.25rem;
 font-size: 1rem;
 letter-spacing: 0.1875rem;
 text-transform: uppercase;
 opacity: 0.8;
}

@media only screen and (max-width: 768px) {
 .main-slider__title-slide {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  padding-bottom: 3px;
 }
}

.main-slider__img-deckt {
 position: absolute;
 bottom: 0;
 width: auto;
 right: 200px;
}

@media only screen and (max-width: 1280px) {
 .main-slider__img-deckt {
  right: 0;
 }
}

@media only screen and (max-width: 1024px) {
 .main-slider__img-deckt {
  display: none;
 }
}

.main-slider__img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -webkit-transition: -webkit-transform 1.5s;
 transition: -webkit-transform 1.5s;
 -webkit-transform-origin: center;
 transform-origin: center;
 display: none;
}

.main-slider__img {
 transition: transform 1.5s;
}

@media only screen and (max-width: 1024px) {
 .main-slider__img {
  top: 45px;
  display: block;
 }
}

@media only screen and (max-width: 768px) {
 .main-slider__img {
  position: relative;
  height: 410px;
 }
}

.main-slider:hover .main-slider__img {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

.main-slider__img::after {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

@media only screen and (max-width: 1024px) {
 .main-slider__img_individual {
  background: url("/local/templates/main/build/static/css/../img/general/bg-slider-mobil-2.png") top center no-repeat;
  top: 70px;
 }
}

@media only screen and (max-width: 1024px) {
 .main-slider__img_ledal {
  background: url("/local/templates/main/build/static/css/../img/general/bg-slider-mobil-3.png") top center no-repeat;
  top: 60px;
 }
}

@media only screen and (max-width: 1024px) {
 .main-slider__img_opif {
  background: url("/local/templates/main/build/static/css/../img/general/bg-slider-mobil-4.png") top center no-repeat;
  top: 60px;
 }
}

@media only screen and (max-width: 1024px) {
 .main-slider__img_tn {
  background: url("/local/templates/main/build/static/css/../img/general/bg-slider-mobil-5.png") top center no-repeat;
  top: 30px;
 }
}

@media only screen and (max-width: 1024px) {
 .main-slider__img_dy-iis {
  background: url("/local/templates/main/build/static/css/../img/general/bg-slider-mobil-6.png") top center no-repeat;
  top: 30px;
 }
}

@media only screen and (max-width: 1024px) {
 .main-slider__img_partners {
  background: url("/local/templates/main/build/static/css/../img/general/bg-slider-mobil-10.png") top center no-repeat;
  top: 70px;
 }
}

.main-slider__button {
 margin-top: 54px;
}

.main-slider__button_indent-155 {
 margin-top: 155px;
}

@media only screen and (max-width: 768px) {
 .main-slider__button_indent-155 {
  margin-top: 50px;
 }
}

.main-slider .container {
 position: relative;
}

.main-slider__carousel {
 padding: 8.75rem 0 0;
 height: auto;
}

@media only screen and (max-width: 1280px) {
 .main-slider__carousel {
  padding-top: 3.75rem;
 }
}

@media only screen and (max-width: 1280px) {
 .main-slider__carousel {
  padding-top: 0;
 }
}

@media only screen and (max-width: 768px) {
 .main-slider__carousel {
  height: auto;
  min-height: auto;
  padding-bottom: 6.5625rem;
 }
}

.main-slider__carousel .owl-dots {
 z-index: 3;
 position: absolute;
 left: 0;
 bottom: 4.375rem;
}

@media only screen and (max-width: 768px) {
 .main-slider__carousel .owl-dots {
  bottom: 41px;
 }
}

.main-slider__carousel .owl-dots button {
 width: 8px;
 height: 8px;
 margin: 0 10px;
 padding: 0;
 border-radius: 50%;
 background: transparent;
 border: 1px solid #7f7f7f;
 opacity: 0.5;
 outline: none;
}

.main-slider__carousel .owl-dots button.active {
 background: #f46a24;
 opacity: 1;
 outline: none;
 border-color: #fff;
}

.main-slider__carousel .owl-nav {
 z-index: 4;
 top: auto;
 left: auto;
 bottom: 6rem;
 right: 0;
 width: 5.375rem;
}

@media only screen and (max-width: 768px) {
 .main-slider__carousel .owl-nav {
  bottom: 3.8125rem;
  right: auto;
  left: calc(90% - 15px);
  margin-left: -2.34375rem;
 }
}

.main-slider__carousel .owl-prev,
.main-slider__carousel .owl-next {
 display: block;
 position: relative;
 padding: 10px;
 width: 2.3125rem;
 height: 2.3125rem;
 background-color: transparent;
 color: #fff;
 border: 1px solid rgba(225, 225, 225, 0.4);
 outline: none;
}

.main-slider__carousel .owl-prev:hover,
.main-slider__carousel .owl-next:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 0;
}

.main-slider__carousel .owl-prev svg,
.main-slider__carousel .owl-next svg {
 height: 13px;
 margin-bottom: 12px;
}

.main-slider__content {
 color: #fff;
 margin-bottom: 4.375rem;
 font-size: 1.125rem;
 max-width: 600px;
 left: -1000px;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 position: absolute;
 top: 70px;
}

.main-slider__content_max-w {
 max-width: 910px;
 margin-bottom: 30px;
}

.main-slider__content_max-w-min {
 max-width: 768px;
 margin-bottom: 50px;
}

.main-slider__content_max {
 max-width: 100%;
}

@media only screen and (max-width: 1024px) {
 .main-slider__content {
  top: 450px;
 }
}

@media only screen and (max-width: 768px) {
 .main-slider__content {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-top: 40px;
 }
}

@media only screen and (max-width: 1280px) {
 .main-slider__content_mobil-top-150 {
  top: 150px;
 }
}

@media only screen and (max-width: 768px) {
 .main-slider__content_mobil-top-150 {
  top: 0;
 }
}

.main-slider__row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

@media only screen and (max-width: 1280px) {
 .main-slider__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-content: flex-start;
 }
}

.main-slider__text {
 opacity: 0.8;
 letter-spacing: 0.025rem;
 font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
 .main-slider__text {
  font-size: 0.84375rem;
  padding-bottom: 6px;
 }
}

.main-slider__text::before {
 width: 1.1rem;
 height: 0.1rem;
}

.main-slider__text_nobefore {
 font-size: 1rem;
}

.main-slider__text_nobefore:before {
 display: none;
}

.main-slider__text_line-h {
 line-height: 1.5625rem;
}

@media only screen and (max-width: 768px) {
 .main-slider__button {
  text-align: center;
 }
}

@media only screen and (max-width: 1280px) {
 .main-slider .indi_h2.indi_h2_size-1300w {
  font-size: 2.625rem;
 }
}

.button-lk.button.button_theme_silvery.button_xs-35:hover {
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 border: 0;
}

.owl-item.animated .main-slider__slide .main-slider__content {
 left: -1000px;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
 .owl-item.animated .main-slider__slide .main-slider__content {
  left: 0;
 }
}

.owl-item.active .main-slider__slide .main-slider__content {
 left: 0;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
}

.owl-item.animated.owl-animated-in.fadeIn.active .main-slider__slide .main-slider__content {
 left: 0;
 -webkit-transition: all 0.9s;
 transition: all 0.9s;
}

.owl-item .main-slider__slide .main-slider__img-deckt {
 right: -1000px;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 position: absolute;
}

@media only screen and (max-width: 768px) {
 .owl-item .main-slider__slide .main-slider__img-deckt {
  left: 0;
 }
}

.owl-item.animated .main-slider__slide .main-slider__img-deckt {
 right: -1000px;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
}

.owl-item.active .main-slider__slide .main-slider__img-deckt {
 right: 200px;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
}

@media only screen and (max-width: 1280px) {
 .owl-item.active .main-slider__slide .main-slider__img-deckt {
  right: 0;
 }
}

.owl-item.animated.owl-animated-in.fadeIn.active .main-slider__slide .main-slider__img-deckt {
 right: 200px;
 -webkit-transition: all 0.9s;
 transition: all 0.9s;
}

@media only screen and (max-width: 1280px) {
 .owl-item.animated.owl-animated-in.fadeIn.active .main-slider__slide .main-slider__img-deckt {
  right: 0;
 }
}

.tabs-ion {
 color: #282828;
 font-size: 24px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 cursor: pointer;
 margin-bottom: 52px;
}

@media only screen and (max-width: 768px) {
 .tabs-ion {
  margin-bottom: 20px;
 }
}

.tabs-ion.open .tabs-ion-options {
 max-height: 150px;
}

.tabs-ion.open .tabs-ion-head__icon {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}

.tabs-ion-head {
 display: none;
}

@media only screen and (max-width: 768px) {
 .tabs-ion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  height: 52px;
 }
 
 .tabs-ion-head__icon {
  height: 52px;
  width: 21px;
  margin-right: 5px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
 }
}

.tabs-ion-options {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 36px;
}

.tabs-ion-options__option {
 padding-bottom: 22px;
 margin-right: 50px;
}

.tabs-ion-options__option:last-child {
 margin-right: 0;
}

@media only screen and (max-width: 768px) {
 .tabs-ion-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  font-size: 24px;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  max-height: 0;
  overflow: hidden;
  margin-right: 0;
 }
 
 .tabs-ion-options__option {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
 
 .tabs-ion-options__option_active:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
  background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
  background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 }
}

.tabs-ion-options .track-line {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 759px;
 height: 1px;
 background: #d7d7d7;
}

@media only screen and (max-width: 768px) {
 .tabs-ion-options .track-line {
  display: none;
 }
}

.tabs-ion-options .track-line__line-transformation {
 position: absolute;
 top: -3px;
 left: 0;
 height: 4px;
 width: 333px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -webkit-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 -webkit-transition-property: all;
 transition-property: all;
 -webkit-transition-duration: 0.6s;
 transition-duration: 0.6s;
}

.tabs-ion-options .track-line__line-transformation.right {
 left: 388px;
 width: 370px;
}

.tabs-ion_trust-m-t {
 width: 521px;
 margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
 .tabs-ion_trust-m-t {
  width: auto;
 }
}

.tabs-ion_trust-m-t .tabs-ion-options {
 font-size: 24px;
}

.tabs-ion_trust-m-t .tabs-ion-options__option {
 margin-right: 0;
}

.tabs-ion_trust-m-t .tabs-ion-options .tabs-ion-options__option:first-child {
 margin-right: 30px;
}

.tabs-ion_trust-m-t .track-line {
 width: 509px;
}

@media only screen and (max-width: 768px) {
 .tabs-ion_trust-m-t .track-line {
  display: none;
 }
}

.timeline-slider .years {
 position: relative;
}

.timeline-slider.draggable .years__cursor,
.timeline-slider.draggable .years__wrap,
.timeline-slider.draggable .slide__wrap {
 -webkit-transition: none;
 transition: none;
}

.timeline-slider .years__line {
 display: block;
 width: 100%;
 height: 35px;
 position: relative;
 margin-bottom: 24px;
}

.timeline-slider .years__line:after {
 content: '';
 position: absolute;
 height: 1px;
 background-color: rgba(255, 255, 255, 0.4);
 width: 100%;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}

.timeline-slider .years__cursor {
 position: absolute;
 display: block;
 height: 35px;
 width: 54px;
 background: -webkit-linear-gradient(330.57deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(119.43deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 border-radius: 100px;
 cursor: pointer;
 z-index: 1;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}

.timeline-slider .years__cursor--left,
.timeline-slider .years__cursor--right {
 width: 10px;
 height: 10px;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%) rotate(-45deg);
 transform: translateY(-50%) rotate(-45deg);
}

.timeline-slider .years__cursor--left {
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
 left: 10px;
}

.timeline-slider .years__cursor--right {
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 right: 10px;
}

.timeline-slider .years__shell {
 overflow: hidden;
 height: 24px;
 position: relative;
 margin: auto 50px 45px;
}

.timeline-slider .years__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

.timeline-slider .years__wrap__year {
 width: 50px;
 color: #fff;
 text-align: center;
 font-size: 16px;
 line-height: 22px;
 margin: 0 14px;
 cursor: pointer;
}

.timeline-slider .years__wrap__year:hover {
 text-decoration: underline;
}

.timeline-slider .slide__shell {
 overflow: hidden;
 height: 500px;
 position: relative;
 margin: auto;
}

.timeline-slider .slide__wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 margin: 0 -15px;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

.timeline-slider .slide__item {
 padding: 0 15px;
}

.timeline-slider .years__prev,
.timeline-slider .years__next {
 display: block;
 position: absolute;
 top: 50px;
 width: 40px;
 padding: 3px 12px;
 height: 40px;
 cursor: pointer;
 outline: none;
}

.timeline-slider .years__prev {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}

.timeline-slider .years__next {
 right: 0;
}

.timeline-slider .years__prev svg,
.timeline-slider .years__next svg {
 fill: #f7931d;
}

.about-history__title {
 margin-bottom: 17px;
}

.trust-management-title {
 line-height: 3rem;
 font-size: 2.25rem;
 color: #282828;
}

.trust-management-title_white {
 color: #fff;
}

@media only screen and (max-width: 375px) {
 .trust-management-title {
  line-height: 2.625rem;
  font-size: 1.875rem;
 }
}

.tm-definition {
 padding: 46px 0 40px;
}

.tm-definition__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 color: #424242;
 margin-top: 11px;
}

@media only screen and (max-width: 768px) {
 .tm-definition {
  padding: 30px 0 30px;
 }
}

.tm-advantages {
 margin: 46px 0 58px;
 padding: 91px 0 50px;
 background-color: #4d5057;
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .tm-advantages {
  margin: 30px 0 25px;
  padding: 62px 0 22px;
 }
}

.tm-advantages__content {
 margin-top: 40px;
 padding-top: 20px;
 position: relative;
}

.tma-col {
 margin-bottom: 64px;
}

.tma-col__title {
 line-height: 2.125rem;
 font-size: 1.5rem;
 margin-bottom: 7px;
 position: relative;
 max-width: 237px;
}

.tma-col__title:before {
 content: '';
 position: absolute;
 top: -20px;
 left: 0;
 width: 81px;
 height: 3px;
 background: -webkit-linear-gradient(275.78deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
 background: linear-gradient(174.22deg, #febf4a 3.47%, #f7931d 26.9%, #f36126 73.23%);
}

.tma-col__text {
 line-height: 1.5625rem;
 font-size: 1rem;
 max-width: 245px;
}

.eye-add.black {
 background: #000 !important;
 color: #fff !important;
}

.eye-add.black h1,
.eye-add.black h2,
.eye-add.black h3,
.eye-add.black h4,
.eye-add.black p,
.eye-add.black a,
.eye-add.black td,
.eye-add.black .apm-horizontal-column__title,
.eye-add.black .apm-horizontal-column__text,
.eye-add.black .apm-vertical-col__title,
.eye-add.black .apm-vertical-col__text,
.eye-add.black .apm-horizontal-img-column__title,
.eye-add.black .apm-horizontal-img-column__text,
.eye-add.black .accumulative-pension-management-title,
.eye-add.black .ratings-img-column__text,
.eye-add.black .rankings-img-column__text,
.eye-add.black .rankings-img-column__title,
.eye-add.black .ada-wrap-rankings__text,
.eye-add.black .rem-table .first-row-orange td,
.eye-add.black .rem-table__link-orange,
.eye-add.black .sl-rtext__text,
.eye-add.black .footnote-fs,
.eye-add.black .strategy-conservative-title,
.eye-add.black .scf-col__title,
.eye-add.black .scf-col__text,
.eye-add.black .opif-strategy-title,
.eye-add.black .opif-strategy-mintitle,
.eye-add.black .scr-col-list__item,
.eye-add.black .error-page-wrap__title,
.eye-add.black .error-page-wrap__text,
.eye-add.black .faq__title,
.eye-add.black .sci-col__text,
.eye-add.black .sci-col__title,
.eye-add.black .scc-col__title,
.eye-add.black .calculator__vision-val,
.eye-add.black .calculator__currency.big,
.eye-add.black .calculator__profitability-val,
.eye-add.black .calculator__result-val,
.eye-add.black .calculator__result-currency,
.eye-add.black .calculator__result_plus,
.eye-add.black .calculator__profitability-sign,
.eye-add.black .calculator__val,
.eye-add.black .calculator__currency,
.eye-add.black .calculator__vision-title,
.eye-add.black .dy-iis-title,
.eye-add.black .tm-definition__text,
.eye-add.black .dy-iis-detail__title,
.eye-add.black .tma-col__title,
.eye-add.black .individuals-definition__title,
.eye-add.black .individuals-definition__text,
.eye-add.black .individuals-definition__text-link,
.eye-add.black .why-we__title,
.eye-add.black .why-we-block__title,
.eye-add.black .why-we-block__text,
.eye-add.black .component-promo__title,
.eye-add.black .component-promo__text,
.eye-add.black .component-consent__title,
.eye-add.black .columns-consent__item,
.eye-add.black .currency-preview__detail-text,
.eye-add.black .product-promo-column__detail-text,
.eye-add.black .product-promo-title,
.eye-add.black .legal-component-promo__title,
.eye-add.black .legal-component-promo__text,
.eye-add.black .slider-clients__title,
.eye-add.black .slider-clients__text,
.eye-add.black .columns-consent-legal__item,
.eye-add.black .ancillary-block__text,
.eye-add.black .news-block__title,
.eye-add.black .select__gap,
.eye-add.black .wrap-news-item__title,
.eye-add.black .wrap-news-item__text,
.eye-add.black .wrap-news-item__date,
.eye-add.black .pagination__item,
.eye-add.black .os-col__title,
.eye-add.black .opr-col-min__title,
.eye-add.black .opr-col-min__text,
.eye-add.black .opr-col__title,
.eye-add.black .opif-page-title,
.eye-add.black .opif-col__title,
.eye-add.black .opif-col__text,
.eye-add.black .opif-col-advantage__text,
.eye-add.black .opif-col-advantage__title,
.eye-add.black .fund-nav__item,
.eye-add.black .fund-mission__title,
.eye-add.black .mission-col__text,
.eye-add.black .opif-page-invest__description,
.eye-add.black .opif-invest-col__title,
.eye-add.black .section-partners-title,
.eye-add.black .partners-col__title,
.eye-add.black .partners-col__text,
.eye-add.black .partners-who-col__title,
.eye-add.black .partners-who-col__text,
.eye-add.black .partners-who-col__li-title,
.eye-add.black .partners-who-col__li-text,
.eye-add.black .component-promo__text-line,
.eye-add.black .partners-part-col__text,
.eye-add.black .section-partners-part__link-text,
.eye-add.black .wrapper-manager-title,
.eye-add.black .wrapper-manager__name,
.eye-add.black .wrapper-manager__description,
.eye-add.black .wrapper-manager__text,
.eye-add.black .trust-management-title,
.eye-add.black .tm-invest-gorizontal__text,
.eye-add.black .tm-contancts-name__text,
.eye-add.black .section-premium-title,
.eye-add.black .premium-col__title,
.eye-add.black .premium-col__text,
.eye-add.black .premium-grid__title-prev,
.eye-add.black .premium-grid__title-back,
.eye-add.black .premium-grid__text-back,
.eye-add.black .section-premium-info__title,
.eye-add.black .section-premium-info__text,
.eye-add.black .section-premium-info__lf-text,
.eye-add.black .tabs-ion-options__option,
.eye-add.black .service-preview__title,
.eye-add.black .service-preview__text,
.eye-add.black .ionTabs__detail-text,
.eye-add.black .contacts-wrap__title,
.eye-add.black .contacts-wrap__info-wrap,
.eye-add.black .contacts-wrap__text,
.eye-add.black .contacts-wrap__text-title,
.eye-add.black .years__wrap__year,
.eye-add.black .quote-manager__text {
 color: #fff !important;
}

.eye-add.black .apm-horizontal-column__title:before,
.eye-add.black .quote-manager__text:before {
 background: #fff;
}

.eye-add.black .scc-col__title:before {
 background: #fff;
}

.eye-add.black .accordion__toggle {
 background: #000;
 color: #fff;
}

.eye-add.black .accordion__head {
 color: #fff;
}

.eye-add.black .accordion__head:before {
 background: #fff;
}

.eye-add.black .accordion__text {
 color: #fff;
}

.eye-add.black .years__line:after {
 background: #fff;
}

.eye-add.black .years__cursor {
 background: #000;
 border: 1px solid #fff;
}

.eye-add.black .years__cursor--left {
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
}

.eye-add.black .years__cursor--right {
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
}

.eye-add.black .tma-col__title:before {
 background: #fff;
}

.eye-add.black .ionTabs__tab {
 color: #fff;
}

.eye-add.black .tm-invest-gorizontal__icon svg path:last-child {
 fill: #000;
}

.eye-add.black .partners-form input,
.eye-add.black .partners-form textarea {
 background: #fff;
 color: #000;
}

.eye-add.black .premium-grid__item:hover,
.eye-add.black .section-premium-info__item-tooltip {
 background: #000;
}

.eye-add.black .partners-who-col__li-text:before {
 background: #fff;
}

.eye-add.black .partners-part-col__text:before {
 background: #fff;
}

.eye-add.black .component-promo__text-line:before {
 background: #fff;
}

.eye-add.black .opif-col-advantage__text:before {
 background: #fff;
}

.eye-add.black .opif-invest-col__title:before {
 background: #fff;
}

.eye-add.black .columns-consent-legal__item:before {
 background: #fff;
}

.eye-add.black .ancillary-block {
 border-color: #fff;
}

.eye-add.black .ancillary-block:before,
.eye-add.black .ancillary-block:after {
 background: #fff;
}

.eye-add.black .os-col__title:before {
 background: #fff;
}

.eye-add.black .news-datapiker__input-icon svg path {
 fill: #000 !important;
}

.eye-add.black .tm-advantages {
 background: none;
}

.eye-add.black .columns-consent__item:before {
 background: #fff;
}

.eye-add.black .track-line__line-transformation {
 background: #fff;
}

.eye-add.black .calculator__result {
 border: 1px solid #fff;
}

.eye-add.black .jscalculator .ui-slider-handle {
 background-color: #fff !important;
}

.eye-add.black .jscalculator .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min:before {
 background-color: #fff !important;
}

.eye-add.black .apm-vertical-col__img {
 border-color: #fff;
}

.eye-add.black .about-grid__description {
 color: #fff;
}

.eye-add.black .about-grid__title {
 color: #fff;
}

.eye-add.black .link-end {
 border-bottom: 1px solid #fff;
}

.eye-add.black .pension-track__elem,
.eye-add.black .grah-track__elem,
.eye-add.black .scr-col-list__item:before {
 background: #fff !important;
}

.eye-add.black .slider-pension-nav .slick-slide.slick-current div,
.eye-add.black .slider-pension-nav2 .slick-slide.slick-current div {
 background: #fff;
 color: #000;
}

.eye-add.black .rem-remark {
 background: transparent;
}

.eye-add.black .slider-pension-nav .slick-slide div,
.eye-add.black .slider-pension-nav2 .slick-slide div {
 color: #fff;
}

.eye-add.black .opif-pay-card-slider .owl-nav button svg path {
 fill: #000 !important;
}

.eye-add.black .pens-prev svg path,
.eye-add.black .pens-next svg path,
.eye-add.black .accordion_blue .accordion__icon svg path,
.eye-add.black .other-info__icon .cls-1,
.eye-add.black svg path {
 fill: #fff;
}

.eye-add.black .wrap-eye-menu {
 display: block;
 border-bottom: 1px solid #fff;
 width: 100%;
 padding-bottom: 1px;
 background: #000;
}

.eye-add.black .other-info__title,
.eye-add.black .other-info__text {
 color: #fff;
}

.eye-add.black .header {
 position: relative;
 color: #fff !important;
 background: #000;
}

.eye-add.black .header a {
 color: #fff !important;
}

.eye-add.black .header__content {
 margin-top: 82px;
}

.eye-add.black .logo-desktop svg path {
 fill: #fff !important;
}

.eye-add.black .logo-desktop svg polygon {
 fill: #fff !important;
}

.eye-add.black .button-lk__text {
 color: #000;
}

.eye-add.black .about-news-preview__title {
 color: #fff;
}

.eye-add.black .about-news-preview__text {
 color: #fff;
}

.eye-add.black .about-history {
 background: #000;
}

.eye-add.black .about-history__title {
 color: #fff;
}

.eye-add.black .about-history .slider-history-for__title:before {
 background: #000;
}

.eye-add.black .about-history .slider-history-nav .slick-slide div {
 color: #fff;
}

.eye-add.black .about-history .slider-history-nav .slick-current {
 background: #fff;
}

.eye-add.black .about-history .slider-history-nav .slick-current div {
 color: #000;
}

.eye-add.black .about-history .history-prev,
.eye-add.black .about-history .history-next {
 background: transparent;
}

.eye-add.black .about-history .history-prev svg path,
.eye-add.black .about-history .history-next svg path {
 fill: #fff;
}

.eye-add.black .about-history .slick-list.draggable {
 margin: 0 40px;
 overflow: hidden;
}

.eye-add.black .button,
.eye-add.black .button-slider-about,
.eye-add.black .legal-component-promo-button,
.eye-add.black .component-promo-button {
 background: #fff !important;
 border-color: #fff !important;
}

.eye-add.black .button__text,
.eye-add.black .button-slider-about__text,
.eye-add.black .legal-component-promo-button__text,
.eye-add.black .component-promo-button__text {
 color: #000;
}

.eye-add.black .button .button-slider-about__icon-div,
.eye-add.black .button-slider-about .button-slider-about__icon-div,
.eye-add.black .legal-component-promo-button .button-slider-about__icon-div,
.eye-add.black .component-promo-button .button-slider-about__icon-div {
 background: #000;
}

.eye-add.black .button .button-slider-about__icon-div:after,
.eye-add.black .button-slider-about .button-slider-about__icon-div:after,
.eye-add.black .legal-component-promo-button .button-slider-about__icon-div:after,
.eye-add.black .component-promo-button .button-slider-about__icon-div:after {
 background: #000;
}

.eye-add.black .button:hover,
.eye-add.black .button-slider-about:hover,
.eye-add.black .legal-component-promo-button:hover,
.eye-add.black .component-promo-button:hover {
 background: #000 !important;
 border-color: #fff !important;
}

.eye-add.black .button:hover .button__text,
.eye-add.black .button-slider-about:hover .button__text,
.eye-add.black .legal-component-promo-button:hover .button__text,
.eye-add.black .component-promo-button:hover .button__text,
.eye-add.black .button:hover .button-slider-about__text,
.eye-add.black .button-slider-about:hover .button-slider-about__text,
.eye-add.black .legal-component-promo-button:hover .button-slider-about__text,
.eye-add.black .component-promo-button:hover .button-slider-about__text,
.eye-add.black .button:hover .legal-component-promo-button__text,
.eye-add.black .button-slider-about:hover .legal-component-promo-button__text,
.eye-add.black .legal-component-promo-button:hover .legal-component-promo-button__text,
.eye-add.black .component-promo-button:hover .legal-component-promo-button__text,
.eye-add.black .button:hover .component-promo-button__text,
.eye-add.black .button-slider-about:hover .component-promo-button__text,
.eye-add.black .legal-component-promo-button:hover .component-promo-button__text,
.eye-add.black .component-promo-button:hover .component-promo-button__text {
 color: #fff !important;
}

.eye-add.black .button:hover .button-slider-about__icon-div,
.eye-add.black .button-slider-about:hover .button-slider-about__icon-div,
.eye-add.black .legal-component-promo-button:hover .button-slider-about__icon-div,
.eye-add.black .component-promo-button:hover .button-slider-about__icon-div {
 background: #fff;
}

.eye-add.black .button:hover .button-slider-about__icon-div:after,
.eye-add.black .button-slider-about:hover .button-slider-about__icon-div:after,
.eye-add.black .legal-component-promo-button:hover .button-slider-about__icon-div:after,
.eye-add.black .component-promo-button:hover .button-slider-about__icon-div:after {
 background: #fff;
}

.eye-add.black .side-bar .list-item__link {
 color: #fff;
}

.eye-add.black .side-bar .list-item__link:hover,
.eye-add.black .side-bar .list-item__link_is-active {
 color: #fff;
}

.eye-add.black .side-bar .list-item__link:hover:hover,
.eye-add.black .side-bar .list-item__link_is-active:hover {
 color: #fff;
}

.eye-add.black .side-bar .list-item__link:hover:hover:before,
.eye-add.black .side-bar .list-item__link_is-active:hover:before {
 background: #fff;
}

.eye-add.black .side-bar .list-item__link:hover:before,
.eye-add.black .side-bar .list-item__link_is-active:before {
 background: #fff;
}

.eye-add.black .rem-table .cls-1 {
 fill: #fff;
}

.eye-add.black .rem-table .first-row-orange {
 border-bottom: 1px solid #fff;
}

.eye-add.black .rem-table td {
 color: #fff;
}

.eye-add.black nav.navigation {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}

.eye-add.black .navigation__link,
.eye-add.black .submenu__link {
 border-bottom: 2px solid transparent;
}

.eye-add.black .navigation__link:hover,
.eye-add.black .submenu__link:hover {
 border-bottom: 2px solid #fff;
}

.eye-add.black .navigation__item:after {
 background: #fff;
}

.eye-add.black .eye-wrap {
 margin: 20px 0 20px;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
 display: none;
}

.eye-add.black .eye-wrap__icon {
 background: transparent;
 display: none;
}

.eye-add.black .eye-wrap__icon.eye-wrap__icon_black {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 border: 1px solid #fff;
}

.eye-add.black .eye-wrap__icon.eye-wrap__icon_black svg path {
 fill: #fff;
}

.eye-add.black .eye-menu {
 position: relative;
 background: #000;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 100%;
 min-height: 82px;
}

.eye-add.black .eye-menu__back-version .eye-wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: static;
}

.eye-add.black .eye-menu__text {
 font-size: 22px;
 color: #fff;
 margin-right: 15px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.black .eye-menu__text {
  font-size: 16px;
  margin-right: 10px;
 }
}

.eye-add.black .eye-menu__settings {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.eye-add.black .eye-menu__fonts {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 30px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.black .eye-menu__fonts {
  margin-right: 15px;
  display: none;
 }
}

.eye-add.black .eye-menu__colors {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 1280px) {
 .eye-add.black .eye-menu__colors {
  display: none;
 }
}

.eye-add.black .eye-menu__font-item {
 color: #fff;
 margin-right: 10px;
 border-radius: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 border: 1px solid #fff;
}

.eye-add.black .eye-menu__font-item_xs {
 font-size: 16px;
 width: 35px;
 height: 35px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.black .eye-menu__font-item_xs {
  font-size: 14px;
  width: 27px;
  min-width: 27px;
  height: 27px;
 }
}

.eye-add.black .eye-menu__font-item_md {
 font-size: 23px;
 width: 45px;
 height: 45px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.black .eye-menu__font-item_md {
  font-size: 20px;
  width: 30px;
  min-width: 30px;
  height: 30px;
 }
}

.eye-add.black .eye-menu__font-item_lg {
 font-size: 33px;
 width: 59px;
 height: 59px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.black .eye-menu__font-item_lg {
  display: none;
 }
}

.eye-add.black .eye-menu__color-item {
 margin-right: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 2px 10px;
 font-size: 16px;
 cursor: pointer;
 border-radius: 3px;
 border: 1px solid #fff;
}

.eye-add.black .eye-menu__color-item_white {
 background: #fff;
 color: #000;
}

.eye-add.black .eye-menu__color-item_black {
 background: #000;
 color: #fff;
}

.eye-add.black .eye-menu__color-item_blue {
 background: #9dd1ff;
 color: #063462;
}

.eye-add.black .eye-menu__font-item.active {
 background: #fff;
 color: #000;
}

.eye-add.black .button-phone {
 width: auto;
 border-radius: 100px;
}

.eye-add.black .button-phone__icon-div:before {
 content: attr(data-name);
 font-size: 1rem;
 color: #000;
}

.eye-add.black .button-phone svg {
 display: none;
}

.eye-add.black .button-phone:hover .button-phone__icon-div:before {
 color: #fff;
}

.eye-add.black .button-phone,
.eye-add.black .btn-menu {
 top: 134px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.black .button-phone,
 .eye-add.black .btn-menu {
  top: 94px;
 }
}

.eye-add.black .btn-menu.opened {
 top: 52px;
}

.eye-add.black .btn-menu.white div {
 background: #000;
}

.eye-add.black .btn-menu:hover div {
 background: #fff;
}

.eye-add.black .btn-menu div {
 background: #000;
}

.eye-add.black .button-lk.button_md-50 {
 margin-right: 290px;
}

.eye-add.black .button_theme_silvery,
.eye-add.black .button_md-50,
.eye-add.black .button-phone,
.eye-add.black .btn-menu {
 background: #fff !important;
 border: 1px solid #fff !important;
}

.eye-add.black .button_theme_silvery:hover,
.eye-add.black .button_md-50:hover,
.eye-add.black .button-phone:hover,
.eye-add.black .btn-menu:hover {
 background: #000 !important;
 border: 1px solid #fff !important;
}

.eye-add.black .button_theme_silvery:hover .button-lk__text,
.eye-add.black .button_md-50:hover .button-lk__text,
.eye-add.black .button-phone:hover .button-lk__text,
.eye-add.black .btn-menu:hover .button-lk__text {
 color: #fff !important;
}

.eye-add.black .nav-sideb__wrap-link:hover .nav-sideb__link {
 color: #fff;
}

.eye-add.black .nav-sideb__wrap-link:hover .nav-sideb__icon-link svg path {
 fill: #fff;
}

.eye-add.black .nav-sideb__phone:hover,
.eye-add.black .nav-sideb__link:hover {
 color: #fff;
}

.eye-add.black .individual-block__link:hover {
 color: #fff;
}

.eye-add.black .nav-left-button {
 background: #fff;
 border: 1px solid #fff;
}

.eye-add.black .nav-left-button svg path {
 fill: #000;
}

.eye-add.black .nav-left-button:hover {
 background: #000;
}

.eye-add.black .nav-left-button:hover svg path {
 fill: #fff;
}

.eye-add.black .link-line {
 background: #fff;
}

.eye-add.black .nav-top__logo svg path {
 fill: #fff;
}

.eye-add.black .rating-achievements .rating-slider__slide {
 height: 125px;
}

.eye-add.black .rating-achievements {
 background-image: none;
}

.eye-add.black .rating-achievements .section-title.section-title_white {
 color: #fff;
}

.eye-add.black .home-services .track-line__line-transformation {
 background: #fff;
}

.eye-add.black .ionTabs__tab {
 background: transparent;
 color: #fff;
}

.eye-add.black .home-services.section.section_size_large + .rating-achievements.section.section_size_large {
 padding-top: 50px;
 padding-bottom: 0;
}

.eye-add.black .menu-min {
 display: none;
}

.eye-add.black .main-slider {
 background: transparent !important;
}

.eye-add.black .main-slider__carousel .owl-dots button.active {
 background: #fff;
}

.eye-add.black .main-slider__content {
 color: #fff;
}

.eye-add.black .main-slider_back-img:before {
 background: transparent;
 opacity: 1;
}

.eye-add.black .menu-min + section.brednone {
 margin-top: -70px;
}

.eye-add.black .rating-achievements {
 height: 430px;
}

.eye-add.black .rating-achievements .rating-slider__slide-text {
 color: #fff;
}

.eye-add.black .rating-achievements .owl-dots {
 margin-top: 30px;
}

.eye-add.black .rating-achievements .owl-dots button {
 width: 12px;
 height: 12px;
 border: 1px solid #fff;
}

.eye-add.black .rating-achievements .owl-dots button.active {
 background: #fff;
}

.eye-add.black .rating-achievements .rating-slider__slide-image {
 display: none;
}

.eye-add.black .home-clients {
 background: #000;
}

.eye-add.black .section-title-link,
.eye-add.black .section-title-detail,
.eye-add.black .clients-description__link {
 color: #fff;
 opacity: 0.8;
}

.eye-add.black .section-title-link svg path,
.eye-add.black .section-title-detail svg path,
.eye-add.black .clients-description__link svg path {
 fill: #fff;
}

.eye-add.black .section-title-link:hover,
.eye-add.black .section-title-detail:hover,
.eye-add.black .clients-description__link:hover {
 opacity: 1;
 color: #fff;
}

.eye-add.black .section-title-link:hover .section-title-detail__text,
.eye-add.black .section-title-detail:hover .section-title-detail__text,
.eye-add.black .clients-description__link:hover .section-title-detail__text,
.eye-add.black .section-title-link:hover .clients-description__link-text,
.eye-add.black .section-title-detail:hover .clients-description__link-text,
.eye-add.black .clients-description__link:hover .clients-description__link-text {
 opacity: 1;
 color: #fff;
}

.eye-add.black .section-title-link:hover svg path,
.eye-add.black .section-title-detail:hover svg path,
.eye-add.black .clients-description__link:hover svg path {
 fill: #fff !important;
}

.eye-add.black .section-title-detail__text,
.eye-add.black .clients-description__link-text {
 color: #fff;
}

.eye-add.black .clients-reviews {
 display: none;
}

.eye-add.black #colslide .column.active {
 border: none;
}

.eye-add.black #colslide .column {
 border: none;
 cursor: default;
}

.eye-add.black #colslide .column:hover {
 border: none;
}

.eye-add.black .contacts-block__text_mail {
 color: #fff;
 text-decoration: underline;
}

.eye-add.black .client__link img {
 display: none;
}

.eye-add.black .client__link:before {
 content: attr(data-img);
 font-size: 0.875rem;
 color: #fff;
 position: relative;
}

.eye-add.black .team-list__slide {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}

.eye-add.black .team-list__image-back {
 display: none;
}

.eye-add.black .owl-prev,
.eye-add.black .owl-next {
 border: 1px solid #fff;
 background: #000;
}

.eye-add.black .owl-prev b,
.eye-add.black .owl-next b,
.eye-add.black .owl-prev:hover,
.eye-add.black .owl-next:hover {
 background: #fff;
}

.eye-add.black .owl-prev b svg path,
.eye-add.black .owl-next b svg path,
.eye-add.black .owl-prev:hover svg path,
.eye-add.black .owl-next:hover svg path {
 fill: #000;
}

.eye-add.black .owl-prev svg path,
.eye-add.black .owl-next svg path {
 fill: #fff;
}

.eye-add.black .owl-nav {
 width: 105px;
}

@media only screen and (max-width: 1024px) {
 .eye-add.black .owl-nav {
  left: calc(100% - 115px);
 }
}

.eye-add.black .home-request {
 background: #000;
 padding-top: 50px;
}

.eye-add.black .request-block__title {
 color: #fff;
}

.eye-add.black .request-block__description {
 color: #fff;
}

.eye-add.black .request-form__text {
 color: #fff;
}

.eye-add.black .request-form input {
 border: 1px solid #fff;
}

.eye-add.black .request-form input.error {
 border: 1px solid #f00;
}

.eye-add.black .request-form-button {
 background: #fff;
 border: 1px solid #fff;
}

.eye-add.black .request-form-button:hover {
 border: 1px solid #fff;
 background: #000;
}

.eye-add.black .request-form-button:hover .request-form-button__text {
 color: #fff;
}

.eye-add.black .request-form-button__text {
 color: #000;
}

.eye-add.black .footer-button:hover {
 background: #fff;
 border: 1px solid #fff;
}

.eye-add.black .footer-button:hover .footer-button__text {
 color: #000;
}

.eye-add.black .footer-nav__link:hover {
 border-bottom: 2px solid #fff;
}

.eye-add.black .foot {
 background: #000;
}

.eye-add.black .foot__text {
 color: #fff;
}

.eye-add.black .foot__end-text {
 color: #fff;
}

.eye-add.black .foot__icon svg path {
 fill: #fff;
}

.eye-add.black .arrow-up:hover {
 background: #fff;
}

.eye-add.black .clients-description__text,
.eye-add.black .section-title,
.eye-add.black .news__title,
.eye-add.black .news__text,
.eye-add.black .team-list__title,
.eye-add.black .team-list__description,
.eye-add.black .team-list__name,
.eye-add.black .team-list__text,
.eye-add.black .footer-nav__link,
.eye-add.black .footer__text,
.eye-add.black .nav-sideb__phone,
.eye-add.black .individual-block__title,
.eye-add.black .individual-block__division-title,
.eye-add.black .nav-top__link,
.eye-add.black .contacts-block__title,
.eye-add.black .contacts-block__tel-detail,
.eye-add.black .offices-sales-block__text.offices-sales-block__text_grey,
.eye-add.black .contacts-block__text {
 color: #fff;
}

.eye-add.black .nav-sideb__link,
.eye-add.black .nav-sideb__link.nav-sideb__link_black,
.eye-add.black .individual-block__link {
 border-bottom: 1px solid #000;
 color: #fff;
}

.eye-add.black .nav-sideb__link:hover,
.eye-add.black .nav-sideb__link.nav-sideb__link_black:hover,
.eye-add.black .individual-block__link:hover {
 border-bottom: 1px solid #fff;
}

.eye-add.black .nav-sideb__wrap-link .nav-sideb__link:hover {
 border-bottom: 1px solid #000;
}

.eye-add.black .wrap-menu-fixed.opened {
 background: #000;
 border: 1px solid #fff;
}

.eye-add.black .eye-wrap__text {
 color: #fff;
}

.eye-add.black .footer-button:hover {
 background: #000;
 border: 1px solid #fff;
}

.eye-add.black .footer-button:hover .footer-button__text {
 color: #fff;
}

.eye-add.black .form-consult__btn {
 background: #000 !important;
 border: none;
}

.eye-add.black .form-consult__btn .form-consult__text:hover {
 color: #fff !important;
}

.eye-add.black .arrow-up__icon svg path {
 fill: #000;
}

.eye-add.black .wrap-form.open {
 background: #000;
 border: 1px solid #fff;
}

.eye-add.black .form-consult__policy,
.eye-add.black .form-subscr__category,
.eye-add.black .form-consult__discr,
.eye-add.black .form-consult__title {
 color: #fff;
}

.eye-add.black .wrap-form .form-consult__btn {
 border: 1px solid #fff;
}

.eye-add.black.hide-img .service-preview__title,
.eye-add.black.hide-img .service-preview__text {
 color: #000 !important;
}

.eye-add.black .opif-page-invest__description a::after {
 background: #fff;
}

.eye-add.black .dy-iis-detail__title:before {
 background: #fff;
}

.wrap-eye-menu {
 display: none;
}

.eye-add.blue {
 background: #9dd1ff;
}

.eye-add.blue h1,
.eye-add.blue h2,
.eye-add.blue h3,
.eye-add.blue h4,
.eye-add.blue p,
.eye-add.blue a,
.eye-add.blue td,
.eye-add.blue .apm-horizontal-column__title,
.eye-add.blue .apm-horizontal-column__text,
.eye-add.blue .apm-vertical-col__title,
.eye-add.blue .apm-vertical-col__text,
.eye-add.blue .apm-horizontal-img-column__title,
.eye-add.blue .apm-horizontal-img-column__text,
.eye-add.blue .accumulative-pension-management-title,
.eye-add.blue .ratings-img-column__text,
.eye-add.blue .rankings-img-column__text,
.eye-add.blue .rankings-img-column__title,
.eye-add.blue .ada-wrap-rankings__text,
.eye-add.blue .rem-table .first-row-orange td,
.eye-add.blue .rem-table__link-orange,
.eye-add.blue .sl-rtext__text,
.eye-add.blue .footnote-fs,
.eye-add.blue .strategy-conservative-title,
.eye-add.blue .scf-col__title,
.eye-add.blue .scf-col__text,
.eye-add.blue .opif-strategy-title,
.eye-add.blue .opif-strategy-mintitle,
.eye-add.blue .scr-col-list__item,
.eye-add.blue .error-page-wrap__title,
.eye-add.blue .error-page-wrap__text,
.eye-add.blue .faq__title,
.eye-add.blue .sci-col__text,
.eye-add.blue .sci-col__title,
.eye-add.blue .scc-col__title,
.eye-add.blue .calculator__vision-val,
.eye-add.blue .calculator__currency.big,
.eye-add.blue .calculator__profitability-val,
.eye-add.blue .calculator__result-val,
.eye-add.blue .calculator__result-currency,
.eye-add.blue .calculator__result_plus,
.eye-add.blue .calculator__profitability-sign,
.eye-add.blue .calculator__val,
.eye-add.blue .calculator__currency,
.eye-add.blue .calculator__vision-title,
.eye-add.blue .dy-iis-title,
.eye-add.blue .tm-definition__text,
.eye-add.blue .dy-iis-detail__title,
.eye-add.blue .tma-col__title,
.eye-add.blue .individuals-definition__title,
.eye-add.blue .individuals-definition__text,
.eye-add.blue .individuals-definition__text-link,
.eye-add.blue .why-we__title,
.eye-add.blue .why-we-block__title,
.eye-add.blue .why-we-block__text,
.eye-add.blue .component-promo__title,
.eye-add.blue .component-promo__text,
.eye-add.blue .component-consent__title,
.eye-add.blue .columns-consent__item,
.eye-add.blue .currency-preview__detail-text,
.eye-add.blue .product-promo-column__detail-text,
.eye-add.blue .product-promo-title,
.eye-add.blue .legal-component-promo__title,
.eye-add.blue .legal-component-promo__text,
.eye-add.blue .slider-clients__title,
.eye-add.blue .slider-clients__text,
.eye-add.blue .columns-consent-legal__item,
.eye-add.blue .ancillary-block__text,
.eye-add.blue .news-block__title,
.eye-add.blue .select__gap,
.eye-add.blue .wrap-news-item__title,
.eye-add.blue .wrap-news-item__text,
.eye-add.blue .wrap-news-item__date,
.eye-add.blue .pagination__item,
.eye-add.blue .os-col__title,
.eye-add.blue .opr-col-min__title,
.eye-add.blue .opr-col-min__text,
.eye-add.blue .opr-col__title,
.eye-add.blue .opif-page-title,
.eye-add.blue .opif-col__title,
.eye-add.blue .opif-col__text,
.eye-add.blue .opif-col-advantage__text,
.eye-add.blue .opif-col-advantage__title,
.eye-add.blue .fund-nav__item,
.eye-add.blue .fund-mission__title,
.eye-add.blue .mission-col__text,
.eye-add.blue .opif-page-invest__description,
.eye-add.blue .opif-invest-col__title,
.eye-add.blue .section-partners-title,
.eye-add.blue .partners-col__title,
.eye-add.blue .partners-col__text,
.eye-add.blue .partners-who-col__title,
.eye-add.blue .partners-who-col__text,
.eye-add.blue .partners-who-col__li-title,
.eye-add.blue .partners-who-col__li-text,
.eye-add.blue .component-promo__text-line,
.eye-add.blue .partners-part-col__text,
.eye-add.blue .section-partners-part__link-text,
.eye-add.blue .wrapper-manager-title,
.eye-add.blue .wrapper-manager__name,
.eye-add.blue .wrapper-manager__description,
.eye-add.blue .wrapper-manager__text,
.eye-add.blue .trust-management-title,
.eye-add.blue .tm-invest-gorizontal__text,
.eye-add.blue .tm-contancts-name__text,
.eye-add.blue .section-premium-title,
.eye-add.blue .premium-col__title,
.eye-add.blue .premium-col__text,
.eye-add.blue .premium-grid__title-prev,
.eye-add.blue .premium-grid__title-back,
.eye-add.blue .premium-grid__text-back,
.eye-add.blue .section-premium-info__title,
.eye-add.blue .section-premium-info__text,
.eye-add.blue .section-premium-info__lf-text,
.eye-add.blue .tabs-ion-options__option,
.eye-add.blue .tma-col__text,
.eye-add.blue .years__wrap__year {
 color: #063462;
}

.eye-add.blue .component-promo-button:hover {
 padding: 17px 31px;
}

.eye-add.blue .accordion__toggle {
 background: #9dd1ff;
 color: #063462;
}

.eye-add.blue .accordion__head {
 color: #063462;
}

.eye-add.blue .accordion__head:before {
 background: #063462;
}

.eye-add.blue .accordion__text {
 color: #063462;
}

.eye-add.blue .years__line:after {
 background: #063462;
}

.eye-add.blue .years__cursor {
 background: #9dd1ff;
 border: 1px solid #063462;
}

.eye-add.blue .years__cursor--left {
 border-left: 1px solid #063462;
 border-top: 1px solid #063462;
}

.eye-add.blue .years__cursor--right {
 border-right: 1px solid #063462;
 border-bottom: 1px solid #063462;
}

.eye-add.blue .premium-grid__item:hover,
.eye-add.blue .section-premium-info__item-tooltip {
 background: #9dd1ff;
}

.eye-add.blue .apm-horizontal-column__title:before,
.eye-add.blue .quote-manager__text:before,
.eye-add.blue .scc-col__title:before {
 background: #063462;
}

.eye-add.blue .partners-form input,
.eye-add.blue .partners-form textarea {
 background: #063462;
 color: #fff;
}

.eye-add.blue .tm-invest-gorizontal__icon svg path:last-child {
 fill: #fff;
}

.eye-add.blue .tma-col__title:before {
 background: #063462;
}

.eye-add.blue .component-promo__text-line:before {
 background: #063462;
}

.eye-add.blue .partners-part-col__text:before {
 background: #063462;
}

.eye-add.blue .partners-who-col__li-text:before {
 background: #063462;
}

.eye-add.blue .opif-col-advantage__text:before {
 background: #063462;
}

.eye-add.blue .dy-iis-detail__title:before {
 background: #063462;
}

.eye-add.blue .opif-invest-col__title:before {
 background: #063462;
}

.eye-add.blue .tm-advantages {
 background: none;
}

.eye-add.blue .columns-consent-legal__item:before {
 background: #063462;
}

.eye-add.blue .os-col__title:before {
 background: #063462;
}

.eye-add.blue .ancillary-block {
 border-color: #063462;
}

.eye-add.blue .ancillary-block:before,
.eye-add.blue .ancillary-block:after {
 background: #063462;
}

.eye-add.blue .calculator__result {
 border: 1px solid #063462;
}

.eye-add.blue .jscalculator .ui-slider-handle {
 background-color: #063462 !important;
}

.eye-add.blue .jscalculator .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min:before {
 background-color: #063462 !important;
}

.eye-add.blue .link-end {
 border-bottom: 1px solid #063462;
}

.eye-add.blue .slider-pension-nav .slick-slide.slick-current div,
.eye-add.blue .slider-pension-nav2 .slick-slide.slick-current div {
 background: #063462;
 color: #fff;
}

.eye-add.blue .rem-remark {
 background: none;
}

.eye-add.blue .slider-pension-nav .slick-slide div,
.eye-add.blue .slider-pension-nav2 .slick-slide div {
 color: #063462;
}

.eye-add.blue .pension-track__elem,
.eye-add.blue .grah-track__elem,
.eye-add.blue .scr-col-list__item:before {
 background: #063462 !important;
}

.eye-add.blue .erroe-page__text {
 color: #fff;
}

.eye-add.blue .pens-prev svg path,
.eye-add.blue .pens-next svg path,
.eye-add.blue .accordion_blue .accordion__icon svg path,
.eye-add.blue .other-info__icon .cls-1,
.eye-add.blue svg path {
 fill: #063462;
}

.eye-add.blue .other-info__title,
.eye-add.blue .other-info__text {
 color: #063462;
}

.eye-add.blue .wrap-eye-menu {
 display: block;
 border-bottom: 1px solid #063462;
 width: 100%;
 padding-bottom: 1px;
 background: #9dd1ff;
}

.eye-add.blue .apm-vertical-col__img {
 border-color: #063462;
}

.eye-add.blue .header {
 position: relative;
 color: #063462 !important;
 background: #9dd1ff;
}

.eye-add.blue .header a {
 color: #063462 !important;
}

.eye-add.blue .header__content {
 margin-top: 82px;
}

.eye-add.blue .columns-consent__item:before {
 background: #063462;
}

.eye-add.blue .track-line__line-transformation {
 background: #063462;
}

.eye-add.blue .logo-desktop svg path {
 fill: #063462 !important;
}

.eye-add.blue .logo-desktop svg polygon {
 fill: #063462 !important;
}

.eye-add.blue .button-lk__text {
 color: #9dd1ff;
}

.eye-add.blue .button,
.eye-add.blue .button-slider-about,
.eye-add.blue .component-promo-button,
.eye-add.blue .legal-component-promo-button {
 background: #063462 !important;
 border: 1px solid #063462 !important;
}

.eye-add.blue .button .button-slider-about__icon-div,
.eye-add.blue .button-slider-about .button-slider-about__icon-div,
.eye-add.blue .component-promo-button .button-slider-about__icon-div,
.eye-add.blue .legal-component-promo-button .button-slider-about__icon-div {
 background: #fff;
}

.eye-add.blue .button .button-slider-about__icon-div:after,
.eye-add.blue .button-slider-about .button-slider-about__icon-div:after,
.eye-add.blue .component-promo-button .button-slider-about__icon-div:after,
.eye-add.blue .legal-component-promo-button .button-slider-about__icon-div:after {
 background: #fff;
}

.eye-add.blue .button .button__text,
.eye-add.blue .button-slider-about .button__text,
.eye-add.blue .component-promo-button .button__text,
.eye-add.blue .legal-component-promo-button .button__text,
.eye-add.blue .button .legal-component-promo-button__text,
.eye-add.blue .button-slider-about .legal-component-promo-button__text,
.eye-add.blue .component-promo-button .legal-component-promo-button__text,
.eye-add.blue .legal-component-promo-button .legal-component-promo-button__text,
.eye-add.blue .button .component-promo-button__text,
.eye-add.blue .button-slider-about .component-promo-button__text,
.eye-add.blue .component-promo-button .component-promo-button__text,
.eye-add.blue .legal-component-promo-button .component-promo-button__text {
 color: #fff;
}

.eye-add.blue .button:hover,
.eye-add.blue .button-slider-about:hover,
.eye-add.blue .component-promo-button:hover,
.eye-add.blue .legal-component-promo-button:hover {
 background: #9dd1ff !important;
 border: 1px solid #063462 !important;
}

.eye-add.blue .button:hover .button-slider-about__text,
.eye-add.blue .button-slider-about:hover .button-slider-about__text,
.eye-add.blue .component-promo-button:hover .button-slider-about__text,
.eye-add.blue .legal-component-promo-button:hover .button-slider-about__text,
.eye-add.blue .button:hover .button__text,
.eye-add.blue .button-slider-about:hover .button__text,
.eye-add.blue .component-promo-button:hover .button__text,
.eye-add.blue .legal-component-promo-button:hover .button__text,
.eye-add.blue .button:hover .legal-component-promo-button__text,
.eye-add.blue .button-slider-about:hover .legal-component-promo-button__text,
.eye-add.blue .component-promo-button:hover .legal-component-promo-button__text,
.eye-add.blue .legal-component-promo-button:hover .legal-component-promo-button__text,
.eye-add.blue .button:hover .component-promo-button__text,
.eye-add.blue .button-slider-about:hover .component-promo-button__text,
.eye-add.blue .component-promo-button:hover .component-promo-button__text,
.eye-add.blue .legal-component-promo-button:hover .component-promo-button__text {
 color: #063462 !important;
}

.eye-add.blue .button:hover .button-slider-about__icon-div,
.eye-add.blue .button-slider-about:hover .button-slider-about__icon-div,
.eye-add.blue .component-promo-button:hover .button-slider-about__icon-div,
.eye-add.blue .legal-component-promo-button:hover .button-slider-about__icon-div {
 background: #063462;
}

.eye-add.blue .button:hover .button-slider-about__icon-div:after,
.eye-add.blue .button-slider-about:hover .button-slider-about__icon-div:after,
.eye-add.blue .component-promo-button:hover .button-slider-about__icon-div:after,
.eye-add.blue .legal-component-promo-button:hover .button-slider-about__icon-div:after {
 background: #063462;
}

.eye-add.blue nav.navigation {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}

.eye-add.blue .navigation__link:hover,
.eye-add.blue .submenu__link:hover {
 border-bottom: 2px solid #063462;
}

.eye-add.blue .navigation__item:after {
 background: #063462;
}

.eye-add.blue .about-history {
 background: #9dd1ff;
}

.eye-add.blue .about-history__title {
 color: #063462;
}

.eye-add.blue .about-history .slider-history-for__title:before {
 background: #9dd1ff;
}

.eye-add.blue .about-history .slider-history-nav .slick-slide div {
 color: #063462;
}

.eye-add.blue .about-history .slider-history-nav .slick-current {
 background: #063462;
}

.eye-add.blue .about-history .slider-history-nav .slick-current div {
 color: #fff;
}

.eye-add.blue .about-history .history-prev,
.eye-add.blue .about-history .history-next {
 background: none;
}

.eye-add.blue .about-history .history-prev svg path,
.eye-add.blue .about-history .history-next svg path {
 fill: #063462;
}

.eye-add.blue .about-history .slick-list.draggable {
 margin: 0 40px;
 overflow: hidden;
}

.eye-add.blue .side-bar .list-item__link {
 color: #063462;
}

.eye-add.blue .side-bar .list-item__link:hover,
.eye-add.blue .side-bar .list-item__link_is-active {
 color: #063462;
}

.eye-add.blue .side-bar .list-item__link:hover:hover,
.eye-add.blue .side-bar .list-item__link_is-active:hover {
 color: #063462;
}

.eye-add.blue .side-bar .list-item__link:hover:hover:before,
.eye-add.blue .side-bar .list-item__link_is-active:hover:before {
 background: #063462;
}

.eye-add.blue .side-bar .list-item__link:hover:before,
.eye-add.blue .side-bar .list-item__link_is-active:before {
 background: #063462;
}

.eye-add.blue .rem-table .cls-1 {
 fill: #063462;
}

.eye-add.blue .rem-table .first-row-orange {
 border-bottom: 1px solid #063462;
}

.eye-add.blue .rem-table td {
 color: #063462;
}

.eye-add.blue .eye-wrap {
 margin: 20px 0 20px;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
 display: none;
}

.eye-add.blue .eye-wrap__icon {
 background: none;
 display: none;
}

.eye-add.blue .eye-wrap__icon.eye-wrap__icon_black {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 border: 1px solid #063462;
}

.eye-add.blue .eye-wrap__icon.eye-wrap__icon_black svg path {
 fill: #063462;
}

.eye-add.blue .eye-menu {
 position: relative;
 background: #9dd1ff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 100%;
 min-height: 82px;
}

.eye-add.blue .eye-menu__back-version .eye-wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: static;
}

.eye-add.blue .eye-menu__text {
 font-size: 22px;
 color: #063462;
 margin-right: 15px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.blue .eye-menu__text {
  font-size: 16px;
  margin-right: 10px;
 }
}

.eye-add.blue .eye-menu__settings {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.eye-add.blue .eye-menu__fonts {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 30px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.blue .eye-menu__fonts {
  margin-right: 15px;
  display: none;
 }
}

.eye-add.blue .eye-menu__colors {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 1280px) {
 .eye-add.blue .eye-menu__colors {
  display: none;
 }
}

.eye-add.blue .eye-menu__font-item {
 color: #063462;
 margin-right: 10px;
 border-radius: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 border: 1px solid #063462;
}

.eye-add.blue .eye-menu__font-item_xs {
 font-size: 16px;
 width: 35px;
 height: 35px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.blue .eye-menu__font-item_xs {
  font-size: 14px;
  width: 27px;
  min-width: 27px;
  height: 27px;
 }
}

.eye-add.blue .eye-menu__font-item_md {
 font-size: 23px;
 width: 45px;
 height: 45px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.blue .eye-menu__font-item_md {
  font-size: 20px;
  width: 30px;
  min-width: 30px;
  height: 30px;
 }
}

.eye-add.blue .eye-menu__font-item_lg {
 font-size: 33px;
 width: 59px;
 height: 59px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.blue .eye-menu__font-item_lg {
  display: none;
 }
}

.eye-add.blue .eye-menu__color-item {
 margin-right: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 2px 10px;
 font-size: 16px;
 cursor: pointer;
 border-radius: 3px;
 border: 1px solid #fff;
}

.eye-add.blue .eye-menu__color-item_white {
 background: #fff;
 color: #000;
}

.eye-add.blue .eye-menu__color-item_black {
 background: #000;
 color: #fff;
}

.eye-add.blue .eye-menu__color-item_blue {
 background: #9dd1ff;
 color: #063462;
}

.eye-add.blue .eye-menu__font-item.active {
 background: #063462;
 color: #9dd1ff;
}

.eye-add.blue .button-phone {
 width: auto;
 border-radius: 100px;
}

.eye-add.blue .button-phone__icon-div:before {
 content: attr(data-name);
 font-size: 1rem;
 color: #9dd1ff;
}

.eye-add.blue .button-phone svg {
 display: none;
}

.eye-add.blue .button-phone:hover .button-phone__icon-div:before {
 color: #063462;
}

.eye-add.blue .button-phone,
.eye-add.blue .btn-menu {
 top: 134px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.blue .button-phone,
 .eye-add.blue .btn-menu {
  top: 94px;
 }
}

.eye-add.blue .btn-menu.opened {
 top: 52px;
}

.eye-add.blue .btn-menu.white div {
 background: #9dd1ff;
}

.eye-add.blue .btn-menu:hover div {
 background: #063462;
}

.eye-add.blue .btn-menu div {
 background: #9dd1ff;
}

.eye-add.blue .button-lk.button_md-50 {
 margin-right: 290px;
}

.eye-add.blue .button_theme_silvery,
.eye-add.blue .button_md-50,
.eye-add.blue .button-phone,
.eye-add.blue .btn-menu {
 background: #063462 !important;
 border: 1px solid #063462 !important;
}

.eye-add.blue .button_theme_silvery:hover,
.eye-add.blue .button_md-50:hover,
.eye-add.blue .button-phone:hover,
.eye-add.blue .btn-menu:hover {
 background: #9dd1ff !important;
 border: 1px solid #063462 !important;
}

.eye-add.blue .button_theme_silvery:hover .button-lk__text,
.eye-add.blue .button_md-50:hover .button-lk__text,
.eye-add.blue .button-phone:hover .button-lk__text,
.eye-add.blue .btn-menu:hover .button-lk__text {
 color: #063462 !important;
}

.eye-add.blue .nav-sideb__wrap-link:hover .nav-sideb__link {
 color: #063462;
}

.eye-add.blue .nav-sideb__wrap-link:hover .nav-sideb__icon-link svg path {
 fill: #063462;
}

.eye-add.blue .nav-sideb__phone:hover,
.eye-add.blue .nav-sideb__link:hover {
 color: #063462;
}

.eye-add.blue .individual-block__link:hover {
 color: #063462;
}

.eye-add.blue .nav-sideb__icon {
 border: 1px solid #063462;
}

.eye-add.blue .nav-sideb__icon svg path {
 fill: #063462;
}

.eye-add.blue .nav-sideb__icon:hover {
 background: #063462;
 border: 1px solid #9dd1ff;
}

.eye-add.blue .nav-sideb__icon:hover svg path {
 fill: #9dd1ff;
}

.eye-add.blue .nav-left-button {
 background: #063462;
 border: 1px solid #063462;
}

.eye-add.blue .nav-left-button svg path {
 fill: #9dd1ff;
}

.eye-add.blue .nav-left-button:hover {
 background: #9dd1ff;
}

.eye-add.blue .nav-left-button:hover svg path {
 fill: #063462;
}

.eye-add.blue .link-line {
 background: #063462;
}

.eye-add.blue .nav-top__logo svg path {
 fill: #063462;
}

.eye-add.blue .rating-achievements {
 background-image: none;
}

.eye-add.blue .rating-achievements .section-title.section-title_white {
 color: #063462;
}

.eye-add.blue .rating-achievements .rating-slider__slide {
 height: 125px;
}

.eye-add.blue .ionTabs__tab {
 background: none;
 color: #063462;
}

.eye-add.blue .home-services .track-line__line-transformation {
 background: #063462;
}

.eye-add.blue .home-services.section.section_size_large + .rating-achievements.section.section_size_large {
 padding-top: 50px;
 padding-bottom: 0;
}

.eye-add.blue .menu-min {
 display: none;
}

.eye-add.blue .main-slider {
 background: none !important;
}

.eye-add.blue .main-slider__carousel .owl-dots button.active {
 background: #000;
}

.eye-add.blue .main-slider__content {
 color: #063462;
}

.eye-add.blue .main-slider_back-img:before {
 background: none;
 opacity: 1;
}

.eye-add.blue .menu-min + section.brednone {
 margin-top: -70px;
}

.eye-add.blue .rating-achievements {
 height: 430px;
}

.eye-add.blue .rating-achievements .owl-item.active {
 border-right: 1px solid #063462;
}

.eye-add.blue .rating-achievements .rating-slider__slide-text {
 color: #063462;
}

.eye-add.blue .rating-achievements .owl-dots {
 margin-top: 30px;
}

.eye-add.blue .rating-achievements .owl-dots button {
 width: 12px;
 height: 12px;
 border: 1px solid #063462;
}

.eye-add.blue .rating-achievements .owl-dots button.active {
 background: #063462;
}

.eye-add.blue .rating-achievements .rating-slider__slide-image {
 display: none;
}

.eye-add.blue .home-clients {
 background: #9dd1ff;
}

.eye-add.blue .section-title-link,
.eye-add.blue .section-title-detail,
.eye-add.blue .clients-description__link {
 color: #063462;
 opacity: 0.8;
}

.eye-add.blue .section-title-link svg path,
.eye-add.blue .section-title-detail svg path,
.eye-add.blue .clients-description__link svg path {
 fill: #063462;
}

.eye-add.blue .section-title-link:hover,
.eye-add.blue .section-title-detail:hover,
.eye-add.blue .clients-description__link:hover {
 opacity: 1;
 color: #063462;
}

.eye-add.blue .section-title-link:hover .section-title-detail__text,
.eye-add.blue .section-title-detail:hover .section-title-detail__text,
.eye-add.blue .clients-description__link:hover .section-title-detail__text,
.eye-add.blue .section-title-link:hover .clients-description__link-text,
.eye-add.blue .section-title-detail:hover .clients-description__link-text,
.eye-add.blue .clients-description__link:hover .clients-description__link-text {
 opacity: 1;
 color: #063462;
}

.eye-add.blue .section-title-link:hover svg path,
.eye-add.blue .section-title-detail:hover svg path,
.eye-add.blue .clients-description__link:hover svg path {
 fill: #063462 !important;
}

.eye-add.blue .section-title-detail__text,
.eye-add.blue .clients-description__link-text {
 color: #063462;
}

.eye-add.blue .clients-reviews {
 display: none;
}

.eye-add.blue #colslide .column.active {
 border: none;
}

.eye-add.blue #colslide .column {
 border: none;
 cursor: default;
}

.eye-add.blue #colslide .column:hover {
 border: none;
}

.eye-add.blue .contacts-block__text_mail {
 color: #063462;
 text-decoration: underline;
}

.eye-add.blue .client__link img {
 display: none;
}

.eye-add.blue .client__link:before {
 content: attr(data-img);
 font-size: 0.875rem;
 color: #063462;
 position: relative;
}

.eye-add.blue .team-list__slide {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}

.eye-add.blue .team-list__image-back {
 display: none;
}

.eye-add.blue .owl-prev,
.eye-add.blue .owl-next {
 border: 1px solid #063462;
}

.eye-add.blue .owl-prev:hover,
.eye-add.blue .owl-next:hover {
 background: #063462;
}

.eye-add.blue .owl-prev:hover svg path,
.eye-add.blue .owl-next:hover svg path {
 fill: #9dd1ff;
}

.eye-add.blue .owl-prev svg path,
.eye-add.blue .owl-next svg path {
 fill: #063462;
}

.eye-add.blue .owl-nav {
 width: 105px;
}

@media only screen and (max-width: 1024px) {
 .eye-add.blue .owl-nav {
  left: calc(100% - 115px);
 }
}

.eye-add.blue .home-request {
 background: #9dd1ff;
 padding-top: 50px;
}

.eye-add.blue .request-block__title {
 color: #063462;
}

.eye-add.blue .request-block__description {
 color: #063462;
}

.eye-add.blue .request-form__text {
 color: #063462;
}

.eye-add.blue .request-form input {
 border: 1px solid #063462;
}

.eye-add.blue .request-form input.error {
 border: 1px solid #f00;
}

.eye-add.blue .request-form-button {
 background: #063462;
 border: 1px solid #063462;
}

.eye-add.blue .request-form-button:hover {
 border: 1px solid #063462;
 background: #9dd1ff;
}

.eye-add.blue .request-form-button:hover .request-form-button__text {
 color: #063462;
}

.eye-add.blue .request-form-button__text {
 color: #9dd1ff;
}

.eye-add.blue .footer-button:hover {
 background: #063462;
 border: 1px solid #063462;
}

.eye-add.blue .footer-button:hover .footer-button__text {
 color: #9dd1ff;
}

.eye-add.blue .footer-nav__link:hover {
 border-bottom: 2px solid #063462;
}

.eye-add.blue .footer-button {
 background: #9dd1ff;
 border: 1px solid #063462;
}

.eye-add.blue input {
 background: #9dd1ff;
 color: #063462;
}

.eye-add.blue .foot {
 background: #9dd1ff;
}

.eye-add.blue .foot__text {
 color: #063462;
}

.eye-add.blue .foot__end-text {
 color: #063462;
}

.eye-add.blue .foot__icon svg path {
 fill: #063462;
}

.eye-add.blue .arrow-up {
 background: #9dd1ff;
}

.eye-add.blue .arrow-up:hover {
 background: #063462;
}

.eye-add.blue .arrow-up:hover .arrow-up__icon svg path {
 fill: #9dd1ff;
}

.eye-add.blue .arrow-up .arrow-up__icon svg path {
 fill: #063462;
}

.eye-add.blue .clients-description__text,
.eye-add.blue .section-title,
.eye-add.blue .news__title,
.eye-add.blue .news__text,
.eye-add.blue .team-list__title,
.eye-add.blue .team-list__description,
.eye-add.blue .team-list__name,
.eye-add.blue .team-list__text,
.eye-add.blue .footer-nav__link,
.eye-add.blue .footer__text,
.eye-add.blue .nav-sideb__phone,
.eye-add.blue .individual-block__title,
.eye-add.blue .individual-block__division-title,
.eye-add.blue .nav-top__link,
.eye-add.blue .contacts-block__title,
.eye-add.blue .contacts-block__tel-detail,
.eye-add.blue .news__date,
.eye-add.blue .footer-button__text,
.eye-add.blue .offices-sales-block__text.offices-sales-block__text_grey,
.eye-add.blue .contacts-block__text {
 color: #063462;
}

.eye-add.blue .nav-sideb__link,
.eye-add.blue .nav-sideb__link.nav-sideb__link_black,
.eye-add.blue .individual-block__link {
 border-bottom: 1px solid #9dd1ff;
 color: #063462;
}

.eye-add.blue .nav-sideb__link:hover,
.eye-add.blue .nav-sideb__link.nav-sideb__link_black:hover,
.eye-add.blue .individual-block__link:hover {
 border-bottom: 1px solid #063462;
}

.eye-add.blue .nav-top__link:after {
 background: #063462;
}

.eye-add.blue .nav-sideb__wrap-link .nav-sideb__link:hover {
 border-bottom: 1px solid #9dd1ff;
}

.eye-add.blue .wrap-menu-fixed.opened {
 background: #9dd1ff;
 border: 1px solid #063462;
}

.eye-add.blue .eye-wrap__text {
 color: #063462;
}

.eye-add.blue .form-consult__btn {
 background: #063462 !important;
 border: none;
}

.eye-add.blue .form-consult__btn .form-consult__text:hover {
 color: #fff !important;
}

.eye-add.blue .opif-page-invest__description a::after {
 background: #063462;
}

.eye-add.blue .dy-iis-detail__title:before {
 background: #063462;
}

.eye-add.blue .wrap-form.open {
 background: #9dd1ff;
}

.eye-add.blue .form-consult__policy,
.eye-add.blue .form-subscr__category,
.eye-add.blue .form-consult__discr,
.eye-add.blue .form-consult__title {
 color: #000;
}

.eye-add.blue .opif-page-invest__description a::after {
 background: #063462;
}

.eye-add.blue .dy-iis-detail__title:before {
 background: #063462;
}

.wrap-eye-menu {
 display: none;
}

.eye-add.white {
 background: #fff !important;
 color: #000 !important;
}

.eye-add.white h1,
.eye-add.white h2,
.eye-add.white h3,
.eye-add.white h4,
.eye-add.white p,
.eye-add.white a,
.eye-add.white td,
.eye-add.white .apm-horizontal-column__title,
.eye-add.white .apm-horizontal-column__text,
.eye-add.white .apm-vertical-col__title,
.eye-add.white .apm-vertical-col__text,
.eye-add.white .apm-horizontal-img-column__title,
.eye-add.white .apm-horizontal-img-column__text,
.eye-add.white .accumulative-pension-management-title,
.eye-add.white .ratings-img-column__text,
.eye-add.white .rankings-img-column__text,
.eye-add.white .rankings-img-column__title,
.eye-add.white .ada-wrap-rankings__text,
.eye-add.white .rem-table .first-row-orange td,
.eye-add.white .rem-table__link-orange,
.eye-add.white .sl-rtext__text,
.eye-add.white .footnote-fs,
.eye-add.white .strategy-conservative-title,
.eye-add.white .scf-col__title,
.eye-add.white .scf-col__text,
.eye-add.white .opif-strategy-title,
.eye-add.white .opif-strategy-mintitle,
.eye-add.white .scr-col-list__item,
.eye-add.white .error-page-wrap__title,
.eye-add.white .error-page-wrap__text,
.eye-add.white .faq__title,
.eye-add.white .sci-col__text,
.eye-add.white .sci-col__title,
.eye-add.white .scc-col__title,
.eye-add.white .calculator__vision-val,
.eye-add.white .calculator__currency.big,
.eye-add.white .calculator__profitability-val,
.eye-add.white .calculator__result-val,
.eye-add.white .calculator__result-currency,
.eye-add.white .calculator__result_plus,
.eye-add.white .calculator__profitability-sign,
.eye-add.white .calculator__val,
.eye-add.white .calculator__currency,
.eye-add.white .calculator__vision-title,
.eye-add.white .dy-iis-title,
.eye-add.white .tm-definition__text,
.eye-add.white .dy-iis-detail__title,
.eye-add.white .tma-col__title,
.eye-add.white .individuals-definition__title,
.eye-add.white .individuals-definition__text,
.eye-add.white .individuals-definition__text-link,
.eye-add.white .why-we__title,
.eye-add.white .why-we-block__title,
.eye-add.white .why-we-block__text,
.eye-add.white .component-promo__title,
.eye-add.white .component-promo__text,
.eye-add.white .component-consent__title,
.eye-add.white .columns-consent__item,
.eye-add.white .currency-preview__detail-text,
.eye-add.white .product-promo-column__detail-text,
.eye-add.white .product-promo-title,
.eye-add.white .legal-component-promo__title,
.eye-add.white .legal-component-promo__text,
.eye-add.white .slider-clients__title,
.eye-add.white .slider-clients__text,
.eye-add.white .columns-consent-legal__item,
.eye-add.white .ancillary-block__text,
.eye-add.white .news-block__title,
.eye-add.white .select__gap,
.eye-add.white .wrap-news-item__title,
.eye-add.white .wrap-news-item__text,
.eye-add.white .wrap-news-item__date,
.eye-add.white .pagination__item,
.eye-add.white .os-col__title,
.eye-add.white .opr-col-min__title,
.eye-add.white .opr-col-min__text,
.eye-add.white .opr-col__title,
.eye-add.white .opif-page-title,
.eye-add.white .opif-col__title,
.eye-add.white .opif-col__text,
.eye-add.white .opif-col-advantage__text,
.eye-add.white .opif-col-advantage__title,
.eye-add.white .fund-nav__item,
.eye-add.white .fund-mission__title,
.eye-add.white .mission-col__text,
.eye-add.white .opif-page-invest__description,
.eye-add.white .opif-invest-col__title,
.eye-add.white .section-partners-title,
.eye-add.white .partners-col__title,
.eye-add.white .partners-col__text,
.eye-add.white .partners-who-col__title,
.eye-add.white .partners-who-col__text,
.eye-add.white .partners-who-col__li-title,
.eye-add.white .partners-who-col__li-text,
.eye-add.white .component-promo__text-line,
.eye-add.white .partners-part-col__text,
.eye-add.white .section-partners-part__link-text,
.eye-add.white .wrapper-manager-title,
.eye-add.white .wrapper-manager__name,
.eye-add.white .wrapper-manager__description,
.eye-add.white .wrapper-manager__text,
.eye-add.white .trust-management-title,
.eye-add.white .tm-invest-gorizontal__text,
.eye-add.white .tm-contancts-name__text,
.eye-add.white .section-premium-title,
.eye-add.white .premium-col__title,
.eye-add.white .premium-col__text,
.eye-add.white .premium-grid__title-prev,
.eye-add.white .premium-grid__title-back,
.eye-add.white .premium-grid__text-back,
.eye-add.white .section-premium-info__title,
.eye-add.white .section-premium-info__text,
.eye-add.white .section-premium-info__lf-text,
.eye-add.white .tabs-ion-options__option,
.eye-add.white .tma-col__text,
.eye-add.white .years__wrap__year {
 color: #000;
}

.eye-add.white .apm-horizontal-column__title:before,
.eye-add.white .quote-manager__text:before,
.eye-add.white .scc-col__title:before {
 background: #000;
}

.eye-add.white .premium-grid__item:hover,
.eye-add.white .section-premium-info__item-tooltip {
 background: #fff;
}

.eye-add.white .partners-form input,
.eye-add.white .partners-form textarea {
 color: #000;
 border: 1px solid #000;
}

.eye-add.white .tm-invest-gorizontal__icon svg path:last-child {
 fill: #fff;
}

.eye-add.white .tma-col__title:before {
 background: #000;
}

.eye-add.white .tm-advantages {
 background: none;
}

.eye-add.white .partners-part-col__text:before {
 background: #000;
}

.eye-add.white .partners-who-col__li-text:before {
 background: #000;
}

.eye-add.white .component-promo__text-line:before {
 background: #000;
}

.eye-add.white .opif-col-advantage__text:before {
 background: #000;
}

.eye-add.white .opif-invest-col__title:before {
 background: #000;
}

.eye-add.white .columns-consent-legal__item:before {
 background: #000;
}

.eye-add.white .ancillary-block {
 border-color: #000;
}

.eye-add.white .ancillary-block:before,
.eye-add.white .ancillary-block:after {
 background: #000;
}

.eye-add.white .os-col__title:before {
 background: #000;
}

.eye-add.white .jscalculator .ui-slider-handle {
 background-color: #000 !important;
}

.eye-add.white .jscalculator .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min:before {
 background-color: #000 !important;
}

.eye-add.white .calculator__result {
 border: 1px solid #000;
}

.eye-add.white .link-end {
 border-bottom: 1px solid #000;
}

.eye-add.white .pension-track__elem,
.eye-add.white .grah-track__elem,
.eye-add.white .scr-col-list__item:before {
 background: #000 !important;
}

.eye-add.white .slider-pension-nav .slick-slide.slick-current div,
.eye-add.white .slider-pension-nav2 .slick-slide.slick-current div {
 background: #000;
 color: #fff;
}

.eye-add.white .rem-remark {
 background: transparent;
}

.eye-add.white .slider-pension-nav .slick-slide div,
.eye-add.white .slider-pension-nav2 .slick-slide div {
 color: #000;
}

.eye-add.white .pens-prev svg path,
.eye-add.white .pens-next svg path,
.eye-add.white .accordion_blue .accordion__icon svg path,
.eye-add.white .other-info__icon .cls-1,
.eye-add.white svg path {
 fill: #000;
}

.eye-add.white .other-info__title,
.eye-add.white .other-info__text {
 color: #000;
}

.eye-add.white .accordion__text {
 color: #000;
}

.eye-add.white .wrap-eye-menu {
 display: block;
 border-bottom: 1px solid #000;
 width: 100%;
 padding-bottom: 1px;
 background: #fff;
}

.eye-add.white .header {
 position: relative;
 color: #000 !important;
 background: #fff;
}

.eye-add.white .header a {
 color: #000 !important;
}

.eye-add.white .header__content {
 margin-top: 82px;
}

.eye-add.white .logo-desktop svg path {
 fill: #000 !important;
}

.eye-add.white .logo-desktop svg polygon {
 fill: #000 !important;
}

.eye-add.white nav.navigation {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}

.eye-add.white .navigation__link:hover,
.eye-add.white .submenu__link:hover {
 border-bottom: 2px solid #000;
}

.eye-add.white .navigation__item:after {
 background: #000;
}

.eye-add.white .eye-menu {
 position: relative;
 background: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 100%;
 min-height: 82px;
}

.eye-add.white .eye-menu__back-version .eye-wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: static;
}

.eye-add.white .eye-menu__text {
 font-size: 22px;
 color: #000;
 margin-right: 15px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.white .eye-menu__text {
  font-size: 16px;
  margin-right: 10px;
 }
}

.eye-add.white .eye-menu__settings {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.eye-add.white .eye-menu__fonts {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 30px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.white .eye-menu__fonts {
  margin-right: 15px;
  display: none;
 }
}

.eye-add.white .eye-menu__colors {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media only screen and (max-width: 1280px) {
 .eye-add.white .eye-menu__colors {
  display: none;
 }
}

.eye-add.white .eye-menu__font-item {
 color: #000;
 margin-right: 10px;
 border: 1px solid #282828;
 border-radius: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
}

.eye-add.white .eye-menu__font-item_xs {
 font-size: 16px;
 width: 35px;
 height: 35px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.white .eye-menu__font-item_xs {
  font-size: 14px;
  width: 27px;
  min-width: 27px;
  height: 27px;
 }
}

.eye-add.white .eye-menu__font-item_md {
 font-size: 23px;
 width: 45px;
 height: 45px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.white .eye-menu__font-item_md {
  font-size: 20px;
  width: 30px;
  min-width: 30px;
  height: 30px;
 }
}

.eye-add.white .eye-menu__font-item_lg {
 font-size: 33px;
 width: 59px;
 height: 59px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.white .eye-menu__font-item_lg {
  display: none;
 }
}

.eye-add.white .eye-menu__color-item {
 margin-right: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 2px 10px;
 font-size: 16px;
 cursor: pointer;
 border-radius: 3px;
 border: 1px solid #fff;
}

.eye-add.white .eye-menu__color-item_white {
 background: #fff;
 color: #000;
 border: 1px solid #000;
}

.eye-add.white .eye-menu__color-item_black {
 background: #000;
 color: #fff;
}

.eye-add.white .eye-menu__color-item_blue {
 background: #9dd1ff;
 color: #063462;
}

.eye-add.white .eye-menu__font-item.active {
 background: #000;
 color: #fff;
}

.eye-add.white .button-phone {
 width: auto;
 border-radius: 100px;
}

.eye-add.white .button-phone__icon-div:before {
 content: attr(data-name);
 font-size: 1rem;
 color: #fff;
}

.eye-add.white .button-phone svg {
 display: none;
}

.eye-add.white .button-phone:hover .button-phone__icon-div:before {
 color: #000;
}

.eye-add.white .button-phone,
.eye-add.white .btn-menu {
 top: 134px;
}

@media only screen and (max-width: 1280px) {
 .eye-add.white .button-phone,
 .eye-add.white .btn-menu {
  top: 94px;
 }
}

.eye-add.white .btn-menu.opened {
 top: 52px;
}

.eye-add.white .btn-menu.white div {
 background: #fff;
}

.eye-add.white .btn-menu div {
 background: #fff;
}

.eye-add.white .btn-menu:hover div {
 background: #000;
}

.eye-add.white .button-lk.button_md-50 {
 margin-right: 290px;
}

.eye-add.white .columns-consent__item:before {
 background: #000;
}

.eye-add.white .track-line__line-transformation {
 background: #000;
}

.eye-add.white .button,
.eye-add.white .button-slider-about,
.eye-add.white .component-promo-button,
.eye-add.white .legal-component-promo-button {
 background: #000 !important;
 border-color: #000 !important;
}

.eye-add.white .button__text,
.eye-add.white .button-slider-about__text,
.eye-add.white .component-promo-button__text,
.eye-add.white .legal-component-promo-button__text {
 color: #fff;
}

.eye-add.white .button:hover,
.eye-add.white .button-slider-about:hover,
.eye-add.white .component-promo-button:hover,
.eye-add.white .legal-component-promo-button:hover {
 background: #fff !important;
 border-color: #000 !important;
}

.eye-add.white .button:hover .button__text,
.eye-add.white .button-slider-about:hover .button__text,
.eye-add.white .component-promo-button:hover .button__text,
.eye-add.white .legal-component-promo-button:hover .button__text,
.eye-add.white .button:hover .component-promo-button__text,
.eye-add.white .button-slider-about:hover .component-promo-button__text,
.eye-add.white .component-promo-button:hover .component-promo-button__text,
.eye-add.white .legal-component-promo-button:hover .component-promo-button__text,
.eye-add.white .button:hover .button-slider-about__text,
.eye-add.white .button-slider-about:hover .button-slider-about__text,
.eye-add.white .component-promo-button:hover .button-slider-about__text,
.eye-add.white .legal-component-promo-button:hover .button-slider-about__text,
.eye-add.white .button:hover .legal-component-promo-button__text,
.eye-add.white .button-slider-about:hover .legal-component-promo-button__text,
.eye-add.white .component-promo-button:hover .legal-component-promo-button__text,
.eye-add.white .legal-component-promo-button:hover .legal-component-promo-button__text {
 color: #000 !important;
}

.eye-add.white .button:hover .button-slider-about__icon-div,
.eye-add.white .button-slider-about:hover .button-slider-about__icon-div,
.eye-add.white .component-promo-button:hover .button-slider-about__icon-div,
.eye-add.white .legal-component-promo-button:hover .button-slider-about__icon-div {
 background: #000;
}

.eye-add.white .button:hover .button-slider-about__icon-div:after,
.eye-add.white .button-slider-about:hover .button-slider-about__icon-div:after,
.eye-add.white .component-promo-button:hover .button-slider-about__icon-div:after,
.eye-add.white .legal-component-promo-button:hover .button-slider-about__icon-div:after {
 background: #000;
}

.eye-add.white .button_theme_silvery,
.eye-add.white .button_md-50,
.eye-add.white .button-phone,
.eye-add.white .btn-menu {
 background: #000 !important;
 border: 1px solid #000 !important;
}

.eye-add.white .button_theme_silvery:hover,
.eye-add.white .button_md-50:hover,
.eye-add.white .button-phone:hover,
.eye-add.white .btn-menu:hover {
 background: #fff !important;
 border: 1px solid #000 !important;
}

.eye-add.white .button_theme_silvery:hover .button-lk__text,
.eye-add.white .button_md-50:hover .button-lk__text,
.eye-add.white .button-phone:hover .button-lk__text,
.eye-add.white .btn-menu:hover .button-lk__text {
 color: #000 !important;
}

.eye-add.white .nav-sideb__wrap-link:hover .nav-sideb__link {
 color: #000;
}

.eye-add.white .nav-sideb__wrap-link:hover .nav-sideb__icon-link svg path {
 fill: #000;
}

.eye-add.white .nav-sideb__phone:hover,
.eye-add.white .nav-sideb__link:hover {
 color: #000;
}

.eye-add.white .individual-block__link:hover {
 color: #000;
}

.eye-add.white .nav-left-button {
 background: #000;
 border: 1px solid #000;
}

.eye-add.white .nav-left-button svg path {
 fill: #fff;
}

.eye-add.white .nav-left-button:hover svg path {
 fill: #fff;
}

.eye-add.white .link-line {
 background: #000;
}

.eye-add.white .nav-top__logo svg path {
 fill: #000;
}

.eye-add.white .rating-achievements {
 background-image: none;
}

.eye-add.white .rating-achievements .section-title.section-title_white {
 color: #000;
}

.eye-add.white .rating-achievements .rating-slider__slide {
 height: 125px;
}

.eye-add.white .home-services .track-line__line-transformation {
 background: #000;
}

.eye-add.white .home-services.section.section_size_large + .rating-achievements.section.section_size_large {
 padding-top: 50px;
 padding-bottom: 0;
}

.eye-add.white .menu-min {
 display: none;
}

.eye-add.white .main-slider {
 background: transparent !important;
}

.eye-add.white .main-slider__carousel .owl-dots button.active {
 background: #000;
}

.eye-add.white .main-slider__content {
 color: #000;
}

.eye-add.white .main-slider_back-img:before {
 background: transparent;
 opacity: 1;
}

.eye-add.white .menu-min + section.brednone {
 margin-top: -70px;
}

.eye-add.white .apm-vertical-col__img {
 border-color: #000;
}

.eye-add.white .side-bar .list-item__link {
 color: #000;
}

.eye-add.white .side-bar .list-item__link:hover,
.eye-add.white .side-bar .list-item__link_is-active {
 color: #000;
}

.eye-add.white .side-bar .list-item__link:hover:hover,
.eye-add.white .side-bar .list-item__link_is-active:hover {
 color: #000;
}

.eye-add.white .side-bar .list-item__link:hover:hover:before,
.eye-add.white .side-bar .list-item__link_is-active:hover:before {
 background: #000;
}

.eye-add.white .side-bar .list-item__link:hover:before,
.eye-add.white .side-bar .list-item__link_is-active:before {
 background: #000;
}

.eye-add.white .about-history {
 background: #fff;
}

.eye-add.white .about-history__title {
 color: #000;
}

.eye-add.white .about-history .slider-history-for__title:before {
 background: #000;
}

.eye-add.white .about-history .slider-history-nav .slick-slide div {
 color: #000;
}

.eye-add.white .about-history .slider-history-nav .slick-current {
 background: #000;
}

.eye-add.white .about-history .slider-history-nav .slick-current div {
 color: #fff;
}

.eye-add.white .about-history .history-prev,
.eye-add.white .about-history .history-next {
 background: transparent;
}

.eye-add.white .about-history .history-prev svg path,
.eye-add.white .about-history .history-next svg path {
 fill: #000;
}

.eye-add.white .about-history .slick-list.draggable {
 margin: 0 40px;
 overflow: hidden;
}

.eye-add.white .rem-table .cls-1 {
 fill: #000;
}

.eye-add.white .rem-table .first-row-orange {
 border-bottom: 1px solid #000;
}

.eye-add.white .rating-achievements {
 height: 430px;
}

.eye-add.white .rating-achievements .rating-slider__slide-text {
 color: #000;
}

.eye-add.white .rating-achievements .owl-dots {
 margin-top: 30px;
}

.eye-add.white .rating-achievements .owl-dots button {
 width: 12px;
 height: 12px;
}

.eye-add.white .rating-achievements .owl-dots button.active {
 background: #000;
}

.eye-add.white .rating-achievements .rating-slider__slide-image {
 display: none;
}

.eye-add.white .section-title-link,
.eye-add.white .section-title-detail,
.eye-add.white .clients-description__link {
 color: #000;
 opacity: 0.8;
}

.eye-add.white .section-title-link svg path,
.eye-add.white .section-title-detail svg path,
.eye-add.white .clients-description__link svg path {
 fill: #000;
}

.eye-add.white .section-title-link:hover,
.eye-add.white .section-title-detail:hover,
.eye-add.white .clients-description__link:hover {
 opacity: 1;
 color: #000;
}

.eye-add.white .section-title-link:hover .section-title-detail__text,
.eye-add.white .section-title-detail:hover .section-title-detail__text,
.eye-add.white .clients-description__link:hover .section-title-detail__text,
.eye-add.white .section-title-link:hover .clients-description__link-text,
.eye-add.white .section-title-detail:hover .clients-description__link-text,
.eye-add.white .clients-description__link:hover .clients-description__link-text {
 opacity: 1;
 color: #000;
}

.eye-add.white .section-title-link:hover svg path,
.eye-add.white .section-title-detail:hover svg path,
.eye-add.white .clients-description__link:hover svg path {
 fill: #000 !important;
}

.eye-add.white .clients-reviews {
 display: none;
}

.eye-add.white #colslide .column.active {
 border: none;
}

.eye-add.white #colslide .column {
 border: none;
 cursor: default;
}

.eye-add.white #colslide .column:hover {
 border: none;
}

.eye-add.white .contacts-block__text_mail {
 color: #000;
 text-decoration: underline;
}

.eye-add.white .client__link img {
 display: none;
}

.eye-add.white .client__link:before {
 content: attr(data-img);
 font-size: 0.875rem;
 color: #000;
 position: relative;
}

.eye-add.white .team-list__slide {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}

.eye-add.white .team-list__image-back {
 display: none;
}

.eye-add.white .owl-prev,
.eye-add.white .owl-next {
 border: 1px solid #000;
}

.eye-add.white .owl-prev:hover,
.eye-add.white .owl-next:hover {
 background: #000;
}

.eye-add.white .owl-prev:hover svg path,
.eye-add.white .owl-next:hover svg path {
 fill: #fff;
}

.eye-add.white .owl-prev svg path,
.eye-add.white .owl-next svg path {
 fill: #000;
}

@media only screen and (max-width: 1024px) {
 .eye-add.white {
  left: calc(100% - 115px);
 }
}

.eye-add.white .home-request {
 background: #fff;
 padding-top: 50px;
}

.eye-add.white .request-block__title {
 color: #000;
}

.eye-add.white .request-block__description {
 color: #000;
}

.eye-add.white .request-form__text {
 color: #000;
}

.eye-add.white .request-form input {
 border: 1px solid #000;
}

.eye-add.white .request-form input.error {
 border: 1px solid #f00;
}

.eye-add.white .erroe-page__text {
 color: #fff;
}

.eye-add.white .request-form-button {
 background: #000;
 border: 1px solid #000;
}

.eye-add.white .request-form-button:hover {
 border: 1px solid #000;
 background: #fff;
}

.eye-add.white .request-form-button:hover .request-form-button__text {
 color: #000;
}

.eye-add.white .footer-button:hover {
 background: #000;
 border: 1px solid #000;
}

.eye-add.white .footer-button:hover .footer-button__text {
 color: #fff;
}

.eye-add.white .footer-nav__link:hover {
 border-bottom: 2px solid #000;
}

.eye-add.white .foot {
 background: #fff;
}

.eye-add.white .foot__text {
 color: #000;
}

.eye-add.white .foot__end-text {
 color: #000;
}

.eye-add.white .foot__icon svg path {
 fill: #000;
}

.eye-add.white .arrow-up:hover {
 background: #fff;
}

.eye-add.white .button-lk__text {
 color: #fff;
}

.eye-add.white .form-consult__btn {
 background: #000 !important;
 border: none;
}

.eye-add.white .form-consult__btn .form-consult__text:hover {
 color: #fff !important;
}

.eye-add.white .opif-page-invest__description a::after {
 background: #000;
}

.eye-add.white .dy-iis-detail__title:before {
 background: #000;
}

.eye-add.white .accordion {
 background: #fff;
}

.eye-add.white .accordion__head:before {
 background: #000;
}

.eye-add.white .years__line:after {
 background: #000;
}

.eye-add.white .years__cursor {
 background: #fff;
 border: 1px solid #000;
}

.eye-add.white .years__cursor--left {
 border-left: 1px solid #000;
 border-top: 1px solid #000;
}

.eye-add.white .years__cursor--right {
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
}

.eye-add #colslide {
 display: none;
}

.wrap-eye-menu {
 display: none;
}

.wrap-eye-menu-visible {
 display: block;
}

@media only screen and (max-width: 1280px) {
 .eye-menu__vision-image {
  font-size: 16px;
  line-height: 1.1;
 }
}

.eye-menu__back-version {
 margin-right: 150px;
}

@media only screen and (max-width: 768px) {
 .eye-menu__back-version {
  margin-right: 0;
 }
}

.eye-add .about-page .header {
 height: auto;
}

.eye-add .header {
 height: auto;
}

@media only screen and (max-width: 767px) {
 .eye-add .header {
  max-height: 85px;
 }
}

.eye-add .rating-achievements .owl-nav {
 top: calc(100% - 10px);
}

.eye-add .wrap-eye-menu {
 position: fixed;
 left: 0;
 top: 0;
 right: 0;
 z-index: 995;
}

.eye-add .premium-grid__text-back {
 overflow: auto;
}

.eye-add .component-promo,
.eye-add .product-promo_black,
.eye-add .product-promo-column,
.eye-add .legal-component-promo_black-bag,
.eye-add .opif-page-advantages,
.eye-add .section-partners-form {
 background: 0 !important;
}

.eye-add .opif-card-col__head {
 background: 0 !important;
}

.eye-add .opif-card-col__number {
 color: #000;
}

.eye-add a.ui-state-default {
 color: #000 !important;
}

.eye-add.hide-img img,
.eye-add.hide-img iframe,
.eye-add.hide-img .news-detail-body__video-wrap,
.eye-add.hide-img .tm-map {
 display: none;
}

.eye-add.hide-img .apm-vertical-col__img {
 display: none;
}

@media only screen and (max-width: 1024px) {
 .eye-add.hide-img .main-slider__img {
  background: none !important;
  height: 200px;
 }
}

.eye-add.hide-img .main-slider__img .about-preview,
.eye-add.hide-img.black .about-preview,
.eye-add.hide-img .main-slider__img .service-preview,
.eye-add.hide-img.black .service-preview {
 background: #fff !important;
}

.eye-add.hide-img .about-preview,
.eye-add.hide-img .service-preview,
.eye-add.hide-img .main-premium,
.eye-add.hide-img .section-premium-top,
.eye-add.hide-img .premium-grid__item,
.eye-add.hide-img .section-premium-info__block {
 background: 0 !important;
}

.eye-add .component-promo_black-bag .clients-promo__client-title,
.eye-add .component-promo_black-bag .clients-promo__wrap-client {
 display: none;
}

.eye-wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 margin-left: 69px;
 cursor: pointer;
 right: 120px;
 width: 50px;
 position: absolute;
 height: 50px;
 border: 1px solid rgba(255, 255, 255, 0.4);
 border-radius: 50px;
 background-color: #27282d;
 overflow: hidden;
 -webkit-transition-property: width;
 transition-property: width;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}

.eye-wrap:hover {
 width: 280px;
}

.eye-wrap:hover .eye-wrap__text {
 position: relative;
 left: 41px;
}

.header_premium .eye-wrap {
 right: 65px;
}

@media only screen and (min-width: 769px) {
 .header_premium .eye-wrap {
  right: 85px;
 }
}

@media only screen and (min-width: 1281px) {
 .header_premium .eye-wrap {
  right: 105px;
 }
}

@media only screen and (min-width: 769px) {
 .eye-wrap {
  position: absolute;
  right: 160px;
 }
 
 .eye-add .eye-wrap {
  position: static;
 }
}

@media only screen and (min-width: 1281px) {
 .eye-wrap {
  right: 290px;
  top: 52px;
 }
}

.eye-wrap_active .eye-wrap__icon {
 background: #e09b37;
}

.eye-wrap__icon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 border-radius: 50px;
 margin: 20px 15px;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}

.eye-wrap__icon svg {
 width: 20px;
 height: 10px;
}

.eye-wrap__icon svg path {
 fill: #fff;
}

.eye-wrap__vision-image {
 color: #000;
 font-size: 1rem;
 line-height: normal;
 margin-left: 15px;
}

.eye-wrap__text {
 position: absolute;
 left: -1000px;
 color: #fff;
 white-space: pre;
 height: 30px;
 font-size: 1rem;
}

.eye-wrap_black {
 border: 1px solid #000;
 display: block;
 background: none;
 overflow: visible;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
 position: relative !important;
 right: 0;
 left: -100px;
 top: 20px;
}

.eye-wrap_black .eye-wrap__text {
 color: #000;
 left: 56px;
 position: absolute;
}

.eye-wrap_black:hover {
 width: 50px;
}

.eye-wrap_black:hover .eye-wrap__text {
 left: 56px;
 position: absolute;
}

.eye-wrap_black svg path {
 fill: #000;
}

.eye-add .navigation__link::after,
.eye-add .submenu__link::after {
 display: none;
}

.eye-add .owl-next,
.eye-add .owl-prev {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.eye-add .button-phone {
 padding: 12.5px 25px;
}

.eye-add .button-phone a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 line-height: 0.8;
}

.eye-add .nav-left-button__icon-div,
.eye-add .nav-sideb__icon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.eye-add .premium-grid__text-back {
 z-index: 10;
}

.eye-add .service-preview__content {
 overflow: auto;
}

.eye-add .owl-prev svg,
.eye-add .owl-next svg {
 margin-bottom: 0;
}

.eye-add .button-phone {
 height: 50px;
}

.eye-add .button-phone span {
 line-height: 0.8;
}

.eye-add .button-lk.button.button_theme_outline-white.button_md-50 {
 height: 50px;
}

.eye-add .button-lk.button.button_theme_outline-white.button_md-50 span {
 line-height: 1;
}

.wrap-form_dynamics {
 width: auto;
}

.canvas-grah-sc__wrap {
 max-width: 750px;
 width: auto;
 height: auto;
}

.wrap-rem .wrap-form {
 min-width: 690px;
 min-height: 430px;
}

@media only screen and (max-width: 768px) {
 .wrap-rem .wrap-form {
  left: 0;
  right: 0;
  min-width: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
 }
}

@media (width: 768px) {
 .wrap-rem .wrap-form {
  min-width: 670px;
  min-height: 400px;
 }
}

/* ==============БЛОК СТРАТЕГИИ================ */
.strategy > .b-cont:first-child {
 margin-bottom: 50px;
}
.strategy__title {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size: 24px;
 line-height: 24px;
 color: #282828;
 margin-bottom: 60px;
}
.strategy__flex-cont {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: start;
 -ms-flex-align: start;
 align-items: start;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -webkit-flex-flow: row nowrap;
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
}
.strategy__flex-col {
 max-width: 50%;
 margin-right: 30px;
 margin-bottom: 60px;
}
.strategy__flex-col:before {
 content: '';
 position: relative;
 float: left;
 margin-top: -20px;
 width: 81px;
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -o-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}
.b-cont {
 width: 100%;
 max-width: 1140px;
 margin: 0 auto;
 padding-left: 15px;
 padding-right: 15px;
}
.strategy-bottom {
 background-color: #4D5057;
}
.strategy-bottom__cont {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-flex-wrap: nowrap;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 padding: 90px 0;
}
.strategy-bottom__content > .strategy-title {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size: 36px;
 line-height: 48px;
 color: #FFFFFF;
 margin-bottom: 25px;
 max-width: 100%;
}
.strategy-bottom__content > .strategy-text {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size: 16px;
 line-height: 24px;
 margin-bottom: 42px;
 max-width: 100%;
 color: #FFFFFF;
}
.strategy-bottom__content > .legal-component-promo-button {
 padding: 14px 25px;
 color: #FFFFFF;
}
/* ============================================ */
/* ========== ИНФОРМАЦИОННЫЕ КАРТОЧКИ ========= */
.information-cards {
 overflow: hidden;
 padding-top: 120px;
 margin-bottom: 80px;
}
.information-cards__title {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size: 36px;
 line-height: 48px;
 margin-left: -15px;
 margin-bottom: 40px;
}
.information-cards .information-item {
 position: relative;
 padding: 40px 0 40px 0;
 -webkit-box-pack: end;
 -webkit-justify-content: flex-end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 overflow: hidden;
}
.information-cards .information-item:not(:last-child) {
 margin-bottom: 32px;
}
.information-item > .image {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: -1;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.information-item > .image > img {
 height: 100%;
}
.information-item__title {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 500;
 font-size: 36px;
 line-height: 49px;
 color: #FFFFFF;
 margin-bottom: 20px;
}
.information-item__description {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #FFFFFF;
 margin-bottom: 80px;
 max-width: 750px;
}
.information-bottom-blocks.columns {
 margin: 0;
}
.information-bottom-blocks > .bottom-block__item:not(:last-child) {
 margin-right: 40px;
}
.information-bottom-blocks > .legal-component-promo-button {
 margin-top: 0;
 margin-left: auto;
 justify-self: flex-end;
 padding: 14px 48px;
 color: #FFFFFF;
 font-size: 16px;
 line-height: 24px;
}
.information-bottom-blocks > a.legal-component-promo-button:hover {
 color: #000 !important;
}
.bottom-block__item > .title {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 500;
 font-size: 20px;
 line-height: 24px;
 color: #FFFFFF;
 margin-bottom: 2px;
}
.bottom-block__item > .description {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 300;
 font-size: 16px;
 line-height: 24px;
 color: #FFFFFF;
}
/*============ДЕТАЛЬНАЯ СТРАНИЦА==========*/
/*==БАННЕР==*/
.detail-page__banner {

}
.detail-page__banner {
 position: relative;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 height: 100vh;
}
.detail-page__banner > .image {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: -1;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.detail-page__banner > .image > img {
 -o-object-fit: cover;
 object-fit: cover;
 height: 101vh;
 width: 100vw;
}
.detail-page__banner > .b-cont {
 -webkit-transform: translateY(10%);
 -ms-transform: translateY(10%);
 transform: translateY(10%);
}
.detail-page__banner > .b-cont > * {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 color: #FFFFFF;
}
.detail-page__banner > .b-cont > .banner__title {
 font-weight: normal;
 font-size: 32px;
 line-height: 48px;
 margin-bottom: 24px;
}
.detail-page__banner > .b-cont > .banner__counter {
 font-weight: 500;
 font-size: 64px;
 line-height: 48px;
 margin-bottom: 24px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
}
.detail-page__banner > .b-cont > .banner__counter > span {
 font-weight: 300;
 font-size: 24px;
 line-height: 1;
 margin-left: 8px;
 margin-top: -16px;
}
.detail-page__banner > .b-cont > .banner__description {
 font-weight: normal;
 font-size: 16px;
 line-height: 24px;
 margin-bottom: 46px;
 max-width: 363px;
}
.detail-page__banner > .b-cont > .legal-component-promo-button {
 margin-bottom: 103px;
}
.detail-page__banner > .b-cont > a.legal-component-promo-button:hover {
 color: #000 !important;
}
.detail-page__banner > .b-cont > .banner__info-text {
 font-weight: 300;
 font-size: 10px;
 line-height: 1.3;
 max-width: 50%;
}
/* СТРАТЕГИЯ */
.invest-strategy {
 padding: 80px 0;
}
.invest-strategy > .b-cont > .columns {
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
.invest-strategy > .b-cont > .columns > .align-items-center {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
.invest-strategy__title {
 font-weight: normal;
 font-size: 36px;
 line-height: 48px;
 margin-bottom: 25px;
}
.invest-strategy__text {
 font-weight: normal;
 font-size: 18px;
 line-height: 26px;
 margin-bottom: 30px;
}
.invest-strategy__info {
 font-weight: 300;
 font-size: 10px;
 line-height: 14px;
}
.invest-strategy__counter {
 padding: 42px 47px 46px;
 -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.13);
 box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.13);
 margin-left: auto;
}
.invest-strategy__counter > .counter-text {
 color: #f36126;
 font-weight: 600;
 font-size: 64px;
 line-height: 1.3;
 margin-bottom: 16px;
}
.invest-strategy__counter > .counter-description {
 text-align: center;
 font-weight: normal;
 font-size: 24px;
 line-height: 24px;
}
/* ОТСТУПЫ МЕЖДУ КОЛОНКАМИ */
.col-gutter-lg {
 margin: -30px 0 0 -30px;
}
.col-gutter-lg > * {
 padding-left: 30px;
 padding-top: 30px;
}
.col-gutter-x-lg {
 margin-left: -30px;
}
.col-gutter-x-lg > * {
 padding-left: 30px;
}
.col-gutter-y-xl {
 margin-top: -48px;
}
.col-gutter-y-xl > * {
 padding-top: 48px;
}
/* ПРЕИМУЩЕСТВА */
.advantages-card {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 padding: 60px 0;
}
.advantages-card > .b-cont {
 max-width: 1170px;
}
.advantages-card__item {
 height: 300px;
 padding: 30px;
 -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.13);
 box-shadow: 0 0 40px rgba(0, 0, 0, 0.13);
 -webkit-border-radius: 6px;
 border-radius: 6px;
 min-height: 224px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
.advantages-card__title {
 font-weight: bold;
 font-size: 24px;
 line-height: 24px;
}
.advantages-card__description {
 font-weight: 500;
 font-size: 20px;
 line-height: 24px;
}
.advantages-card__description:before {
 content: '';
 position: relative;
 float: left;
 margin-top: -10px;
 width: 81px;
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -o-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}
/* ДЕТАЛЬНОЕ ОПИСАНИЕ */
.detail-description {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 line-height: 1.3;
 padding-top: 85px;
 padding-bottom: 100px;
}
.detail-description > .b-cont > .columns {
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
.detail-description__left-block > .columns {
 margin: 0;
}
.detail-description__left-block > .image {
 margin-bottom: 37px;
}
.detail-description__title {
 font-weight: 500;
 font-size: 30px;
}
.detail-description__title:before {
 content: '';
 position: relative;
 float: left;
 margin-top: -10px;
 width: 81px;
 height: 3px;
 background: -webkit-gradient(linear, left top, right top, color-stop(4.74%, #febf4a), color-stop(36.74%, #f7931d), to(#f36126));
 background: -o-linear-gradient(left, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
 background: linear-gradient(90deg, #febf4a 4.74%, #f7931d 36.74%, #f36126 100%);
}
.detail-description__subtitle {
 font-weight: normal;
 font-size: 20px;
 line-height: 1.3;
}
.detail-description__dropdown-button {
 position: relative;
 cursor: pointer;
 width: 30px;
 height: 30px;
}
.detail-description__dropdown-button .open-icon {
 position: absolute;
 opacity: 1;
 -webkit-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.detail-description__dropdown-button .close-icon {
 position: absolute;
 opacity: 0;
 -webkit-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.detail-description__dropdown-button.open-menu > .open-icon {
 opacity: 0;
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
.detail-description__dropdown-button.open-menu > .close-icon {
 opacity: 1;
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
.detail-description__dropdown {
 -webkit-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
 padding-top: 0px;
 max-width: 350px;
 height: auto;
 overflow: hidden;
 position: relative;
 max-height: 0rem;
 opacity: 0;
}
.detail-description__dropdown.open-menu {
 max-height: none;
 padding-top: 53px;
 opacity: 1;
}
.detail-description__dropdown-item {
 border-top: 1px solid #C4C4C4;
 padding-top: 16px;
}
.detail-description__dropdown-item:not(:last-child) {
 margin-bottom: 30px;
}
.detail-description__right-block {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
}
.detail-description__right-block > .right-block__message {
 position: relative;
}
.detail-description__right-block > .right-block__message > .message-text {
}
.right-block__message {
 background: #ffffff;
 padding: 30px 20px 24px 20px;
 position: relative;
 color: #fff;
 -webkit-filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.1));
 filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.1));
 margin-bottom: 32px;
}
.right-block__message::after {
 content: '';
 position: absolute;
 left: -50px;
 top: 0;
 border: 20px solid transparent;
 border-right: 30px solid #FFFFFf;
}
.right-block__message > .message-text {
 color: #000;
 font-weight: 500;
 font-size: 22px;
 line-height: 30px;
}
.detail-description__right-block > .right-block__text {
 font-weight: normal;
 font-size: 20px;
 line-height: 1.3;
 margin-bottom: 45px;
}
.description__place-item {
 border-top: 1px solid #C4C4C4;
 padding-top: 24px;
}
.description__place-item > .place-item__title {
 font-weight: normal;
 font-size: 32px;
 line-height: 28px;
 margin-bottom: 20px;
}
.description__place-item > .place-item__title > span {
 font-weight: normal;
 font-size: 52px;
 line-height: 28px;
}
.place-item__text {
 font-weight: normal;
 font-size: 15px;
 line-height: 18px;
 color: #909090;
}
.right-block__preview-text {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size: 20px;
 line-height: 28px;
 margin-bottom: 52px;
}
.right-block__list {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
}
.right-block__list > .right-block__list-item:not(:last-child) {
 margin-bottom: 52px;
}
.right-block__list > .right-block__list-item > .list-item__description {
 font-weight: normal;
 font-size: 18px;
 line-height: 1.3;
 color: #909090;
 margin-bottom: 20px;
}
.list-item__counter {
 max-width: 263px;
 padding-top: 20px;
 border-top: 1px solid #C4C4C4;
 font-weight: normal;
 font-size: 32px;
 line-height: 28px;
}
.list-item__counter > span {
 font-weight: normal;
 font-size: 52px;
 line-height: 28px;
}
@media (max-width: 1440px) {
 .b-cont {
  max-width: 1140px;
 }
}
@media (max-width: 1024px) {
 .b-cont {
  max-width: 980px;
 }
 .strategy-bottom__cont {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 .information-cards .information-item {
  padding: 40px 16px 40px 16px;
 }
 .information-item__title {
  font-size: 24px;
  line-height: 30px;
 }
 .information-item__description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
 }
 .bottom-block__item > .title {
  font-size: 18px;
  line-height: 24px;
 }
 .bottom-block__item > .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
 }
 .information-bottom-blocks > .legal-component-promo-button {
  margin-left: 0;
  margin-right: 100%;
 }
 .detail-page__banner > .b-cont > .banner__info-text {
  max-width: 100%;
 }
 .detail-description > .b-cont > .columns {
  margin: 0;
 }
 .detail-description__title {
  font-size: 24px;
 }
 .detail-description__subtitle {
  font-size: 18px;
 }
 .detail-description__left-block > .columns > .column_xs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
 }
 .detail-description__dropdown {
  margin-bottom: 34px;
 }
 .right-block__message {
  background: transparent;
  padding: 0;
  position: relative;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  margin-bottom: 32px;
 }
 .right-block__message::after {
  display: none;
 }
 .right-block__message > .message-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
 }
 .detail-description__right-block > .right-block__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
 }
 .detail-description {
  padding-bottom: 0;
 }
 .information-cards__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 40px 0;
 }
 .list-item__counter {
  max-width: none;
 }
 .detail-description__left-block > .columns.margin-b-md {
  margin-bottom: 34px;
 }
}
@media (max-width: 768px) {
 .strategy__flex-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
 }
 .strategy__image > img {
  width: 100%;
 }
 .strategy__flex-col {
  max-width: 100%;
  margin-right: 30px;
  margin-bottom: 60px;
 }
 .individual-control {
  margin-bottom: 50px;
 }
 .info-block__text {
  margin-bottom: 48px;
 }
 .detail-page__banner > .b-cont > .banner__title {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.4;
 }
 .detail-page__banner > .b-cont > .banner__counter {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 16px;
 }
 .detail-page__banner > .b-cont > .banner__counter > span {
  font-size: 12px;
  margin-top: -2px;
 }
 .detail-page__banner > .b-cont > .banner__description {
  margin-bottom: 24px;
 }
 .detail-page__banner > .b-cont > .legal-component-promo-button {
  margin-bottom: 34px;
 }
 .invest-strategy {
  padding: 48px 0;
 }
 .invest-strategy > .b-cont > .columns {
  padding: 0 16px;
 }
 .invest-strategy__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
 }
 .invest-strategy__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
 }
 .invest-strategy__counter {
  display: none;
 }
}

/* End */


/* Start:/local/templates/main/build/static/css/jquery.fancybox.css?16126833124092*/
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/main/build/static/css/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/main/build/static/css/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/main/build/static/css/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/main/build/static/css/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */
/* /local/templates/main/styles.css?175489506210300 */
/* /local/templates/main/build/static/css/main.css?1708435738415557 */
/* /local/templates/main/build/static/css/jquery.fancybox.css?16126833124092 */
