

/* Start:/bitrix/templates/main/fonts/fonts.css?17431924621961*/
@font-face {
  font-family: "montserratbold";
  src: url("/bitrix/templates/main/fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("/bitrix/templates/main/fonts/montserrat/montserrat-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserratmedium";
  src: url("/bitrix/templates/main/fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2"), url("/bitrix/templates/main/fonts/montserrat/montserrat-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserratregular";
  src: url("/bitrix/templates/main/fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("/bitrix/templates/main/fonts/montserrat/montserrat-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("/bitrix/templates/main/fonts/icomoon/icomoon.ttf?2v87gz") format("truetype"), url("/bitrix/templates/main/fonts/icomoon/icomoon.woff?2v87gz") format("woff"), url("/bitrix/templates/main/fonts/icomoon/icomoon.svg?2v87gz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_trash:before {
  content: "\e907";
}

.icon_close:before {
  content: "\e906";
}

.icon_arrow-m:before {
  content: "\e905";
}

.icon_arrow-s:before {
  content: "\e903";
}

.icon_check:before {
  content: "\e904";
}

.icon_instagram:before {
  content: "\e900";
}

.icon_facebook:before {
  content: "\e901";
}

.icon_twitter:before {
  content: "\e902";
}

.icon_phone:before {
  content: "\e909";
}

.icon_search:before {
  content: "\e90a";
}

.icon_vk:before {
  content: "\e908";
}

/*# sourceMappingURL=fonts.css.map */

/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/.default/style.css?17431924621441*/
.menu_top .menu__link, .menu_footer .menu__link, .menu_mobile .menu__link {
  font-family: "montserratbold", sans-serif;
  color: #979797; }
  .menu_top .menu__link:hover, .menu_top .menu__link.selected, .menu_footer .menu__link:hover, .menu_footer .menu__link.selected, .menu_mobile .menu__link:hover, .menu_mobile .menu__link.selected {
    color: #fff;
    text-decoration: none; }
.menu_top .menu__nav {
  display: flex;
  margin: 0 -16px; }
.menu_top .menu__item {
  padding: 0 16px; }
.menu_header {
  text-align: center; }
  .menu_header .menu__nav {
    display: inline-flex;
    margin: 0 -20px;
    gap:20px; }
  .menu_header .menu__item {
    /* margin: 0 20px;  */
  }
  .menu_header .menu__link {
    display: block;
    position: relative;
    /* padding-right: 24px; */
    font: 0.8333333333rem "montserratbold", sans-serif;
    color: #1C1B1B;
    white-space: nowrap; }
    .menu_header .menu__link:hover {
      text-decoration: none; }
.menu_footer .menu__item {
  margin-bottom: 0.5555555556rem; }
.menu_mobile .menu__item + .menu__item {
  margin-top: 1.3333333333rem; }
.menu_dropdown .menu__item + .menu__item {
  margin-top: 0.8888888889rem; }
.menu_dropdown .menu__link {
  font-size: 0.8333333333rem;
  line-height: 1.6; }
  .menu_dropdown .menu__link.selected {
    font-family: "montserratbold", sans-serif;
    color: #1C1B1B; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/main/components/bitrix/search.title/.default/style.css?17431924622743*/
.search-title {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  overflow: hidden;
  background-color: #1C1B1B;
  -webkit-transition: width cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
  -moz-transition: width cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
  -o-transition: width cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
  transition: width cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s; }
  .search-title__form {
    display: flex;
    align-items: center;
    height: 100%; }
  .search-title__submit {
    margin-right: 20px;
    font-size: 1rem;
    color: #fff; }
  .search-title__input {
    flex: auto;
    margin-right: 40px;
    padding: 0;
    background-color: transparent;
    font: 0.7222222222rem/1.3846153846 "montserratbold", sans-serif;
    color: #fff;
    border: none; }
    .search-title__input::-webkit-input-placeholder {
      color: #5F6368; }
    .search-title__input::-moz-placeholder {
      color: #5F6368; }
    .search-title__input:-moz-placeholder {
      color: #5F6368; }
    .search-title__input:-ms-input-placeholder {
      color: #5F6368; }
  .search-title__close {
    padding: 6px !important;
    color: #979797; }
    .search-title__close:hover {
      color: #fff; }
  .search-title.opened {
    z-index: 0;
    width: 100%; }
  .search-title.closing {
    width: 0; }
    .search-title.closing .search-title__submit, .search-title.closing .search-title__close {
      visibility: hidden; }

.title-search-result {
  width: auto !important; }

.search-result {
  max-width: 360px;
  padding: 20px 30px;
  background-color: #fff;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1); }
  .search-result__item {
    font-size: 0.7777777778rem;
    line-height: 1.5; }
    .search-result__item + .search-result__item {
      margin-top: 0.4444444444rem; }
  .search-result__name {
    text-decoration: none !important;
    -webkit-transition: border-bottom-color 0.1s;
    -moz-transition: border-bottom-color 0.1s;
    -o-transition: border-bottom-color 0.1s;
    transition: border-bottom-color 0.1s;
    border-bottom: 1px solid transparent; }
    .search-result__name:hover {
      border-bottom-color: rgba(28, 27, 27, 0.3); }
  .search-result__all {
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
    border-top: 1px solid #E8E8E8; }
    .search-result__all a {
      font-size: 0.7222222222rem; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/main/template_styles.css?175278419748408*/
@charset "UTF-8";
html {
  font-size: 18px;
}

body {
  font-family: "montserratregular", sans-serif;
  color: #5F6368;
  letter-spacing: -0.0111111111rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, b, strong, .bold {
  font-family: "montserratbold", sans-serif;
  color: #1C1B1B;
}

h1, .h1 {
  margin-bottom: 1.3333333333rem;
  font-size: 2.6666666667rem;
  line-height: 1.1666666667;
  letter-spacing: -2.2px;
}

h2, .h2 {
  margin-bottom: 1.7777777778rem;
  font-size: 2rem;
  line-height: 1.2222222222;
  letter-spacing: -1.4px;
}

h3, .h3 {
  margin-bottom: 1.7777777778rem;
  font-size: 1.5rem;
  line-height: 1.2222222222;
  letter-spacing: -1.2px;
}

h4, .h4 {
  margin-bottom: 1.7777777778rem;
  font-size: 1.1111111111rem;
  line-height: 1.35;
  letter-spacing: -0.2px;
}

a {
  color: inherit;
}
a[href^=tel], a[href^=mailto] {
  white-space: nowrap;
}

.link {
  text-decoration: none !important;
  -webkit-transition: border-bottom-color 0.1s;
  -moz-transition: border-bottom-color 0.1s;
  -o-transition: border-bottom-color 0.1s;
  transition: border-bottom-color 0.1s;
  border-bottom: 1px solid;
  border-bottom-color: rgba(28, 27, 27, 0.3);
  color: #1C1B1B;
}
.link:hover {
  border-bottom-color: transparent;
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 1.7777777778rem;
}

ul, ol {
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

ul, .ul, ol, .ol {
  margin: 0;
}

.ul, .ol {
  margin: 2.6666666667rem 0;
  padding-left: 1.5555555556rem;
}
.ul li, .ol li {
  padding-left: 0.4444444444rem;
}
.ul li::marker, .ol li::marker {
  color: #1C1B1B;
}
.ul .ul, .ul .ol, .ol .ul, .ol .ol {
  margin: 1rem 0;
}
.ul .ul li, .ul .ol li, .ol .ul li, .ol .ol li {
  font-size: 0.8888888889rem;
}
.ul .ul li + li, .ul .ol li + li, .ol .ul li + li, .ol .ol li + li {
  margin-top: 0.4444444444rem;
}

.ul li {
  list-style: disc;
}
.ul li + li {
  margin-top: 0.5555555556rem;
}

.ol li {
  list-style: decimal;
}
.ol li + li {
  margin-top: 0.4444444444rem;
}
.ol_round {
  counter-reset: list;
  padding-left: 36px;
}
.ol_round > li {
  counter-increment: list;
  position: relative;
  padding-left: 0;
  list-style: none;
}
.ol_round > li:before {
  content: counter(list);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: -36px;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  background-color: #1C1B1B;
  font: 0.7777777778rem "montserratbold", sans-serif;
  color: #fff;
  border-radius: 50%;
}
.ol_toc {
  margin-bottom: 3.5555555556rem;
  padding-bottom: 3.0555555556rem;
  border-bottom: 1px solid #E8E8E8;
}
.ol_toc li {
  font: 0.8888888889rem/1.5 "montserratregular", sans-serif;
  color: #1C1B1B;
}
.ol_toc li + li {
  margin-top: 0.5rem;
}
.ol_toc li a {
  text-decoration: none !important;
  -webkit-transition: border-bottom-color 0.1s;
  -moz-transition: border-bottom-color 0.1s;
  -o-transition: border-bottom-color 0.1s;
  transition: border-bottom-color 0.1s;
  border-bottom: 1px dotted;
  border-bottom-color: inherit;
}
.ol_toc li a:hover {
  border-bottom-color: transparent;
}

.ol-images {
  margin: 3.1111111111rem 0;
  padding: 3.1111111111rem 0;
  list-style: none;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  counter-reset: list;
}
.ol-images__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -24px;
  margin-right: -24px;
  counter-increment: list;
}
.ol-images__item + .ol-images__item {
  margin-top: 1.7777777778rem;
}
.ol-images__image, .ol-images__text {
  margin-bottom: 1.3333333333rem;
  padding: 0 24px;
}
.ol-images__image {
  flex: 0 0 328px;
}
.ol-images__image img {
  margin-bottom: 0;
  border-radius: 16px;
}
.ol-images__text {
  flex: 1 1 350px;
}
.ol-images__title {
  font-family: "montserratbold", sans-serif;
  color: #1C1B1B;
}
.ol-images__title:before {
  content: counter(list) ". ";
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  font-family: "montserratbold", sans-serif;
  text-decoration: none !important;
  white-space: nowrap;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  -moz-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  -o-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
}
.btn:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn_primary, .btn_square {
  height: 52px;
  font-size: 0.8333333333rem;
  text-align: center;
}
.btn_primary, .btn_small {
  border-radius: 100px;
}
.btn_primary {
  padding: 0 28px;
}
.btn_square {
  padding: 0 20px;
  border-radius: 6px;
}
.btn_small {
  height: 24px;
  padding: 0 10px;
  font-size: 0.6666666667rem;
}
.btn_yellow {
  background-color: #01afec;
  color: #fff;
  transition: 0.6s all ease-in-out;

}
.btn_yellow:hover {
  background: #098ACA;
}
.btn_yellow:active {
  background: #098ACA;
}
.btn_dark {
  background-color: #01afec;
  color:#fff;
}
.btn_dark:hover {
  background: #098ACA;
}
.btn_dark:active {
  background: #098ACA;
}
.btn_gray {
  background-color: #EEEEF0;
  color: #1C1B1B;
}
.btn_gray:hover {
  background: #f6f6f7;
}
.btn_gray:active {
  background: #e0e0e4;
}
.btn_white {
  background-color: #fff;
  color: #1C1B1B;
  border: 1px solid #979797;
}
.btn_white:hover {
  border-color: #b1b1b1;
}
.btn_white:active {
  border-color: #7e7e7e;
}
.btn_toggle:after {
  content: "\e905";
  margin-left: 11px;
  font: normal normal 7px "icomoon";
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.btn_toggle.opened:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

button:focus, input:focus, textarea:focus, select:focus {
  outline: none;
}

input, textarea, select {
  font: 0.8888888889rem/1.5 "montserratregular", sans-serif;
  color: #1C1B1B;
  border: none;
  -webkit-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

input, select, textarea {
  border-bottom: 1px solid #D6D6D6;
}

input, textarea {
  padding-bottom: 4px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #979797;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #979797;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #979797;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #979797;
}

select {
  padding-bottom: 6px;
  padding-right: 20px;
  background: none;
  cursor: pointer;
}

.input {
  width: 100%;
}

.checkbox label, .radio label {
  cursor: pointer;
}
.checkbox span, .radio span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  color: #1C1B1B;
}
.checkbox span:before, .radio span:before {
  content: "\e904";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #fff;
  font: normal normal 8px/18px "icomoon";
  color: transparent;
  text-align: center;
  border: 2px solid #C7C7C7;
  -webkit-transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s;
  -moz-transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s;
  -o-transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s;
  transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s;
}
.checkbox span:hover:before, .radio span:hover:before {
  border-color: #1C1B1B;
}
.checkbox input, .radio input {
  display: none;
}
.checkbox input:disabled + span, .radio input:disabled + span {
  color: rgba(28, 27, 27, 0.5);
}
.checkbox input:disabled + span:before, .radio input:disabled + span:before {
  border-color: #F1F1F1;
}
.checkbox input:checked + span:before, .radio input:checked + span:before {
  background-color: #1C1B1B;
  color: #fff;
  border-color: #1C1B1B;
}
.checkbox input:checked:disabled + span:before, .radio input:checked:disabled + span:before {
  background-color: #F1F1F1;
  color: rgba(28, 27, 27, 0.5);
  border-color: #F1F1F1;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: 1rem;
}

.checkbox span {
  line-height: 20px;
  font-size: 15px;
}
.checkbox span:before {
  border-radius: 4px;
}

.radio span {
  font: 0.8888888889rem/1.5 "montserratbold", sans-serif;
}
.radio span:before {
  border-radius: 50%;
}

.table {
  width: 100%;
  margin-bottom: 2.6666666667rem;
}
.table th, .table td {
  font-size: 0.8888888889rem;
  padding: 12px 20px 12px 0;
  border-bottom: 1px solid #E8E8E8;
}
.table th {
  font-family: "montserratbold", sans-serif;
  color: #1C1B1B;
}

.table-wrap {
  overflow-x: auto;
}

.bx-core-adm-dialog input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
  max-width: 1190px;
}

.w-1440,
.w-760,
.w-600 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w-1440 {
  max-width: 1440px;
}

.w-760 {
  max-width: 760px;
}

.w-600 {
  max-width: 600px;
}

.box {
  padding: 48px 40px;
  border-radius: 16px;
}
.box_white {
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1);
}
.box_dark {
  background-color: #1C1B1B;
}

.rounded {
  border-radius: 16px;
}

.text {
  line-height: 1.61;
  word-break: break-word;
}
.text h2 {
  margin-bottom: 1.7777777778rem;
  font-size: 1.5rem;
  line-height: 1.2222222222;
  letter-spacing: -1.2px;
}
.text a {
  text-decoration: none !important;
  -webkit-transition: border-bottom-color 0.1s;
  -moz-transition: border-bottom-color 0.1s;
  -o-transition: border-bottom-color 0.1s;
  transition: border-bottom-color 0.1s;
  border-bottom: 1px solid;
  border-bottom-color: rgba(28, 27, 27, 0.3);
  color: #1C1B1B;
}
.text a:hover {
  border-bottom-color: transparent;
}

.nowrap {
  white-space: nowrap;
}

.article-note {
  margin: 1.3333333333rem 0 4rem;
}
.article-note:before, .article-note__text {
  font: 1rem/1.6111111111 "montserratbold", sans-serif;
  color: #1C1B1B;
}
.article-note:before {
  content: "« ... »";
  display: inline-block;
  margin-bottom: 1.3333333333rem;
}
.article-note__text {
  margin-bottom: 1.3333333333rem;
}
.article-note__author {
  font: 0.7777777778rem/1.5 "montserratregular", sans-serif;
}

.article-back {
  margin-top: 4rem;
  text-align: center;
}

.article-banner {
  display: flex;
  max-width: 760px;
  min-height: 400px;
  overflow: hidden;
  margin: 1.3333333333rem auto 3.1111111111rem;
  border-radius: 16px;
}
.article-banner__text {
  display: flex;
  flex-direction: column;
  padding: 48px 24px;
  text-align: center;
}
.article-banner__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article-banner__top {
  margin-bottom: 2.8888888889rem;
}
.article-banner__bottom {
  margin-top: auto;
}
.article-banner__title {
  margin-bottom: 0.8888888889rem;
}
.article-banner__desc {
  font: 0.8888888889rem/1.5 "montserratregular", sans-serif;
}
.article-banner_type_1 {
  position: relative;
  justify-content: center;
}
.article-banner_type_1 .article-banner__text {
  position: relative;
  z-index: 1;
}
.article-banner_type_1 .article-banner__image {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-banner_type_1 .article-banner__desc {
  color: #1C1B1B;
}
.article-banner_type_2 .article-banner__text, .article-banner_type_3 .article-banner__text {
  flex: 0 0 380px;
  background-color: #1C1B1B;
}
.article-banner_type_2 .article-banner__image, .article-banner_type_3 .article-banner__image {
  flex: auto;
}
.article-banner_type_2 .article-banner__top, .article-banner_type_3 .article-banner__top {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-banner_type_2 .article-banner__title, .article-banner_type_2 .article-banner__desc, .article-banner_type_3 .article-banner__title, .article-banner_type_3 .article-banner__desc {
  color: #fff;
}

.medium {
  font-family: "montserratmedium", sans-serif;
}

.gray-100 {
  color: #F1F1F1;
}

.gray-300 {
  color: #D6D6D6;
}

.gray-400 {
  color: #979797;
}

.gray-500 {
  color: #5F6368;
}

.yellow {
  color: #01afec;
}

.toggle-block {
  display: none;
}

.separator {
  display: table;
  width: 100%;
  height: 1px;
  margin: 80px 0;
  background-color: #E8E8E8;
}

.img-full {
  height: 720px;
  margin: 80px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img-article {
  margin-bottom: 80px;
}

.img-desc img {
  margin-bottom: 1.3333333333rem;
}
.img-desc span {
  display: block;
  text-align: center;
  font: 0.7777777778rem/1.5 "montserratregular", sans-serif;
  color: #5F6368;
}

.tabs__tab {
  display: inline-block;
}
.tabs__tab.active {
  cursor: auto;
}
.tabs__tab-link {
  white-space: nowrap;
  text-decoration: none !important;
  cursor: pointer;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
  outline: none;
}
.tabs_rounded .tabs__list {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  background-color: #EEEEF0;
  border-radius: 50px;
}
.tabs_rounded .tabs__tab {
  min-width: 200px;
  padding: 2px;
}
.tabs_rounded .tabs__tab.active a {
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1);
}
.tabs_rounded .tabs__link {
  display: block;
  padding: 8px 16px;
  text-align: center;
  border-radius: 50px;
}
.tabs_rounded .tabs__text {
  font: 0.8888888889rem "montserratbold", sans-serif;
  color: #1C1B1B;
  white-space: nowrap;
}

.link-all {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.icon {
  display: inline-flex;
}
.icon_arrow-top:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon_arrow-left:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon_arrow-right:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.expert-opinion {
  margin-top: 1.6666666667rem;
  margin-bottom: 3.1111111111rem;
  padding: 40px;
  background-color: #EEEEF0;
  border-radius: 16px;
}
.expert-opinion__header {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 1.2222222222rem;
}
.expert-opinion__image, .expert-opinion__person {
  margin-bottom: 0.5555555556rem;
}
.expert-opinion__image {
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-right: 1.3333333333rem;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.expert-opinion__person {
  flex: auto;
  font-size: 0.8888888889rem;
  line-height: 1.5;
}
.expert-opinion__name {
  font-family: "montserratbold", sans-serif;
  color: #1C1B1B;
}
.expert-opinion__position {
  color: #5F6368;
}
.expert-opinion__text {
  font-size: 1rem;
  line-height: 1.6111111111;
  color: #1C1B1B;
}

.download-file {
  margin: 1.7777777778rem 0;
}
.download-file__title {
  position: relative;
  margin-bottom: 1.3333333333rem;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.6111111111;
}
.download-file__title:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/bitrix/templates/main/img/icons/docs.svg") center no-repeat;
}
.download-file__item {
  position: relative;
  padding-left: 32px;
}
.download-file__item:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/bitrix/templates/main/img/icons/download.svg") center no-repeat;
}
.download-file__item + .download-file__item {
  margin-top: 1.3333333333rem;
}
.download-file__link {
  font-size: 0.8888888889rem;
  line-height: 1.5;
  color: #1C1B1B;
}
.download-file__link:hover {
  color: #979797;
}

/* -- jquery popup -- */
.jq-popup-toggle {
  cursor: pointer;
}

.jq-popup {
  opacity: 0;
  position: absolute;
  left: -9999px;
  height: 0;
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1);
}
.jq-popup_arrow:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 7px solid #fff;
}
.jq-popup.active {
  z-index: 999;
  height: auto;
}

/* == jquery popup == */
.modal-window {
  opacity: 0;
  position: fixed;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(28, 27, 27, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-window.opened {
  opacity: 1;
  z-index: 1000;
  overflow: auto;
  width: auto;
  height: auto;
}
.modal-window__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  padding: 40px 20px 40px 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.modal-window__inner {
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
}
.modal-window__content {
  overflow: auto;
  max-height: calc(100vh - 100px);
  padding-right: 20px;
}
.modal-window__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
}
.modal-window__close:before {
  font-size: 0.6111111111rem;
  color: #1C1B1B;
}

.popup-overlay {
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(28, 27, 27, 0.7);
  -webkit-transition: opacity ease-in 0.4s;
  -moz-transition: opacity ease-in 0.4s;
  -o-transition: opacity ease-in 0.4s;
  transition: opacity ease-in 0.4s;
}
.popup-overlay.active {
  opacity: 0.73;
  z-index: 199;
}
.popup-overlay.active.closing {
  opacity: 0;
}

.top {
  padding: 0 40px;
  background-color: #1C1B1B;
  font-size: 0.7222222222rem;
  line-height: 1.3846153846;
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}
.top__row {
  align-items: center;
  position: relative;
  height: 72px;
  -webkit-transition: height linear 0.2s;
  -moz-transition: height linear 0.2s;
  -o-transition: height linear 0.2s;
  transition: height linear 0.2s;
}
.top__right {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top__wa {
  margin-right: 16px;
}
.top__tg {
  margin-right: 16px;
}
.top__phone {
  margin-right: 35px;
}
.top__phone a {
  font-family: "montserratbold", sans-serif;
  color: #fff;
}
.top__user {
  min-width: 18px;
  margin-right: 32px;
}
.top__user svg {
	width: 18px;
	height: 18px;
}
.top__search {
  min-width: 18px;
}
.top__btn {
  display: none;
  flex: auto;
  text-align: right;
}
.top_fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1);
}
.top_fixed .top__row {
  height: 60px;
}

.currencies {
  margin-right: 42px;
}
.currencies__inner {
  display: flex;
  margin: 0 -16px;
}
.currencies__item {
  padding: 0 16px;
  white-space: nowrap;
}
.currencies__currency {
  margin-right: 0.2777777778rem;
  font-family: "montserratmedium", sans-serif;
  color: #979797;
  text-transform: uppercase;
}
.currencies__value {
  font-family: "montserratbold", sans-serif;
  color: #fff;
}
.currencies_mobile .currencies__inner {
  display: block;
  margin: 0;
}
.currencies_mobile .currencies__item {
  padding: 0;
}
.currencies_mobile .currencies__item + .currencies__item {
  margin-top: 0.8888888889rem;
}

.wa {
  position: relative;
  padding-left: 30px;
  font-family: "montserratbold", sans-serif;
  color: #fff;
}
.wa a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("/bitrix/templates/main/img/icons/whatsapp.svg") no-repeat;
}

.tg {
  position: relative;
  padding-left: 30px;
  font-family: "montserratbold", sans-serif;
  color: #fff;
}
.tg a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("/bitrix/templates/main/img/icons/tg_black.svg") no-repeat;
  background-size: 24px 24px;
}

.search__icon {
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/main/img/icons/search.svg") no-repeat;
  cursor: pointer;
}

.burger {
  display: inline-block;
  padding: 6px;
}
.burger span {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.burger span + span {
  margin-top: 3px;
}

.header {
  margin-bottom: 24px;
  padding: 24px 40px;
  background-color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.header__row {
  align-items: center;
}
.header__menu_popular {
  display: none;
}
.header__btn {
  text-align: right;
}
.header_fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1);
  -webkit-transition: padding linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: padding linear 0.2s, box-shadow linear 0.2s;
  -o-transition: padding linear 0.2s, box-shadow linear 0.2s;
  transition: padding linear 0.2s, box-shadow linear 0.2s;
}

.f-header {
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  padding: 13px 40px;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1);
  -webkit-transition: padding linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: padding linear 0.2s, box-shadow linear 0.2s;
  -o-transition: padding linear 0.2s, box-shadow linear 0.2s;
  transition: padding linear 0.2s, box-shadow linear 0.2s;
}
.f-header__row {
  align-items: center;
}
.f-header__menu_top .menu__link {
  display: block;
  position: relative;
  padding-right: 24px;
  font: 0.8333333333rem "montserratbold", sans-serif;
  color: #1C1B1B;
  white-space: nowrap;
}
.f-header__btn {
  text-align: right;
}
.f-header.active {
  opacity: 1;
  z-index: 100;
}

.footer {
  margin-top: 112px;
  padding: 80px 0 65px;
  background-color: #1C1B1B;
  font-size: 0.7222222222rem;
  color: #979797;
}
.footer__top {
  margin-bottom: 60px;
  font-family: "montserratbold", sans-serif;
}
.footer__block {
  margin-bottom: 20px;
}
.footer__title {
  margin-bottom: 1.3333333333rem;
}
.footer__title a {
  font-size: 0.7777777778rem;
  color: #fff;
}
.footer__item {
  margin-bottom: 0.5555555556rem;
}
.footer__link {
  color: #979797 !important;
}
.footer__link:hover {
  color: #fff;
  text-decoration: none;
}
.footer__social {
  margin-top: 1.7777777778rem;
}
.footer__copyright, .footer__creator {
  margin-bottom: 10px;
}
.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.footer__copyright span {
  margin-bottom: 5px;
  padding: 0 10px;
}
.footer__creator {
  text-align: right;
}
.footer__creator a {
  color: #fff;
}

.social-bar {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.social-bar__item {
  margin: 0 6px 12px;
}
.social-bar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 28px;
  height: 28px;
  background-color: #fff;
  font-size: 14px;
  color: #1C1B1B;
  border-radius: 50%;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.social-bar__link:hover {
  text-decoration: none;
}
.social-bar .icon_facebook:hover {
  color: #1877f2;
}
.social-bar .icon_twitter:hover {
  color: #1da1f2;
}
.social-bar .icon_instagram:hover {
  color: #f44336;
}
.social-bar .icon_vk:hover {
  color: #5181b8;
}
.social-bar .icon_telegram svg {
	width: 20px;
    height: 20px;
    margin-top: 8px;
	fill: #1C1B1B;
}
.footer__social .icon_telegram svg {
	width: 14px;
    height: 14px;
	margin-top: 0;
}
.social-bar .icon_telegram:hover svg {
  fill: #5181b8;
}

.page-heading__title {
  margin-bottom: 4.4444444444rem;
}

.header-mobile {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  padding: 44px 32px 40px;
  background-color: #1C1B1B;
  font-size: 0.7222222222rem;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform ease-in 0.3s, opacity ease-in 0.3s;
  -moz-transition: transform ease-in 0.3s, opacity ease-in 0.3s;
  -o-transition: transform ease-in 0.3s, opacity ease-in 0.3s;
  transition: transform ease-in 0.3s, opacity ease-in 0.3s;
}
.header-mobile.opening {
  display: flex;
  flex-direction: column;
}
.header-mobile.active {
  opacity: 1;
  z-index: 200;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header-mobile.active.closing {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.header-mobile__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 32px;
  width: 20px;
  height: 20px;
}
.header-mobile__close:before {
  font-size: 0.6666666667rem;
  color: #979797;
}
.header-mobile__close:hover:before {
  color: #fff;
}
.header-mobile__contacts {
  margin-top: auto;
  text-align: center;
}
.header-mobile__contacts .wa {
  display: inline-block;
  margin-bottom: 1rem;
}
.header-mobile__contacts a {
  color: #fff;
}
.header-mobile__btn {
  margin-top: 1.7777777778rem;
}
.header-mobile__btn .btn {
  width: 100%;
}
.header-mobile__separator {
  height: 1px;
  margin: 30px 0;
  background-color: rgba(95, 99, 104, 0.5);
}

.up {
  opacity: 0;
  position: fixed;
  z-index: -1;
  right: 50px;
  bottom: 0;
  -webkit-transition: opacity ease-in-out 0.2s, bottom ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s, bottom ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s, bottom ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, bottom ease-in-out 0.2s;
}
.up.visible {
  opacity: 1;
  z-index: 10;
  bottom: 350px;
  right: 62px;
}
.up__btn {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #5F6368;
  border-radius: 24px;
  box-shadow: 0 1px 0 rgba(17, 17, 26, 0.05), 0 0 8px rgba(17, 17, 26, 0.1);
  -webkit-transition: height linear 0.2s;
  -moz-transition: height linear 0.2s;
  -o-transition: height linear 0.2s;
  transition: height linear 0.2s;
}
.up__btn:hover {
  height: 115px;
}
.up__btn:hover span {
  visibility: visible;
  width: auto;
  height: 58px;
  margin-top: 12px;
}
.up__btn i {
  font-size: 0.3888888889rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.up__btn span {
  visibility: hidden;
  width: 0;
  height: 0;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  font-size: 0.7222222222rem;
  line-height: 1.3846153846;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.broker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 560px;
  margin-bottom: 50px;
  padding-right: 50%;
}
.broker__form, .broker__text {
  position: relative;
  z-index: 1;
}
.broker__form {
  width: 100%;
  max-width: 420px;
  margin-top: 64px;
}
.broker__desc {
  line-height: 1.6111111111;
}
.broker__animation {
  position: absolute;
  top: 0;
  right: 0;
  width: 560px;
  height: 560px;
}

.benefits__list {
  margin: 0 -20px;
}
.benefits__item {
  margin-bottom: 40px;
  padding: 0 20px;
}
.benefits__item-inner {
  height: 100%;
  padding: 40px;
  background-color: #EEEEF0;
  border-radius: 16px;
}
.benefits__image {
  margin-bottom: 16px;
}
.benefits__name {
  line-height: 1.6111111111;
  font-family: "montserratbold", sans-serif;
  color: #1C1B1B;
}

.services-main__row {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.services-main__row:nth-child(odd) .services-main__text {
  padding: 0 50px;
}
.services-main__row:nth-child(even) .services-main__text {
  padding-right: 100px;
}
.services-main__col {
  flex: 0 0 50%;
  max-width: 50%;
}
.services-main__image {
  height: 440px;
  background-repeat: no-repeat;
}
.services-main__desc {
  line-height: 1.6111111111;
  color: #5F6368;
}
.services-main__btn {
  margin-top: 40px;
}

.news-latest {
  margin-top: 96px;
}
.news-latest__list {
  margin: 0 -20px;
}
.news-latest__item {
  min-height: 242px;
  margin-bottom: 40px;
  padding: 0 20px;
}
.news-latest__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "montserratbold", sans-serif;
  border-radius: 16px;
}
.news-latest__inner:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 27, 27, 0.6);
}
.news-latest__all {
  padding: 40px;
}
.news-latest__info, .news-latest__title {
  position: relative;
  z-index: 1;
}
.news-latest__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 0.8333333333rem;
}
.news-latest__category {
  color: #01afec;
}
.news-latest__time {
  color: #D6D6D6;
}
.news-latest__name {
  line-height: 1.6111111111;
  color: #fff;
}

.contacts-page__row {
  align-items: center;
  justify-content: space-between;
}
.contacts-page__col {
  margin-bottom: 100px;
}
.contacts-page__col:last-child {
  text-align: right;
}
.contacts-page__info {
  font-family: "montserratbold", sans-serif;
}
.contacts-page__info + .contacts-page__info {
  margin-top: 24px;
}
.contacts-page__block {
  display: inline-block;
  width: 360px;
  text-align: left;
}
.contacts-page__block .contacts-page__label {
  color: #01afec;
}
.contacts-page__block a {
  color: #fff;
  border: none;
}
.contacts-page__label {
  margin-bottom: 8px;
  font-size: 0.8333333333rem;
  color: #979797;
}
.contacts-page__text {
  color: #1C1B1B;
}
.contacts-page__map {
  margin-bottom: 100px;
}
.contacts-page__bank {
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
}
.contacts-page__toggle {
  margin-top: 2.6666666667rem;
}
.contacts-page__toggle .btn {
  font-size: 0.8333333333rem;
}
.contacts-page__social {
  display: inline-flex;
  margin-left: -12px;
  margin-right: -12px;
}
.contacts-page__social .social-bar__item {
  margin: 0 12px 24px;
}
.contacts-page__social .social-bar__link {
  display: inline-flex;
  overflow: visible;
  width: auto;
  height: auto;
  line-height: 1.61;
  font-size: inherit;
  border-radius: 0;
  border: none;
}
.contacts-page__social .social-bar__link:before {
  margin-right: 0.5555555556rem;
  font-size: 1.1111111111rem;
}
.contacts-page__social .social-bar__link span {
  font-family: "montserratbold", sans-serif;
}

.consult-form__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12px;
}
.consult-form .form-row {
  flex-basis: 100%;
  padding: 0 12px;
}
.consult-form .form-row + .form-row {
  margin-top: 40px;
}
.consult-form .form-row.group0 {
  flex-basis: 50%;
  margin-top: 0;
}

.timing {
  align-items: center;
}
.timing__text, .timing__btn {
  margin-bottom: 24px;
}
.timing__title {
  font-size: 0.7777777778rem;
  color: #5F6368;
}
.timing__btn {
  text-align: right;
}

.request-or-call {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
.request-or-call__btn, .request-or-call__text {
  display: block;
  margin-bottom: 24px;
}
.request-or-call__btn {
  margin-right: 24px;
}
.request-or-call__text {
  font-size: 0.7222222222rem;
  line-height: 1.3846153846;
}
.request-or-call__text a {
  font-family: "montserratbold", sans-serif;
  color: #1C1B1B;
}

.calc-cost__title {
  margin-bottom: 2.6666666667rem;
}

.calc-form .radio label {
  margin-right: 32px;
}
.calc-form .radio i {
  font-style: normal;
}
.calc-form .checkbox label {
  margin-bottom: 0;
  font-family: "montserratbold", sans-serif;
}
.calc-form__top {
  display: flex;
}
.calc-form__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.calc-form__separator {
  margin: 0 0 48px;
}
.calc-form__animation {
  display: inline-block;
}
.calc-form__col:first-child {
  flex: 0 0 75%;
  max-width: 75%;
}
.calc-form__col:last-child {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}
.calc-form .form-group {
  display: flex;
  flex-wrap: wrap;
}
.calc-form .form-row + .form-row {
  margin-top: 32px;
}
.calc-form .form-row.group0 {
  display: flex;
  max-width: 640px;
  margin: 0 -10px;
}
.calc-form .form-row.group0 div {
  flex: 1 1 50%;
  margin-top: 32px;
  padding: 0 10px;
}
.calc-form .form-row.group0 select {
  width: 100%;
}
.calc-form .form-row.group1 {
  margin-top: 0;
}
.calc-form .form-price-desc {
  font-size: 0.7777777778rem;
  line-height: 1.5;
}
.calc-form .form-price {
  position: relative;
}
.calc-form .form-price__old {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity ease-in 0.3s, transform ease-in 0.3s;
  -moz-transition: opacity ease-in 0.3s, transform ease-in 0.3s;
  -o-transition: opacity ease-in 0.3s, transform ease-in 0.3s;
  transition: opacity ease-in 0.3s, transform ease-in 0.3s;
}
.calc-form .form-price__old.fade-out {
  opacity: 0;
  z-index: 0;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
}

.telegram__mobile {
	display: block;
	position: fixed;
	bottom: 160px;
	right: 59px;
	z-index: 999;
}
.telegram__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	background: #2AABEE;
}  
.telegram__mobile svg {
	position: relative;
	z-index: 2;
	width: 48px;
	height: 48px;
}
.telegram__mobile:before {
    content: '';
    position: absolute;
	top: 0;
	left: 0;
	margin: -24px 0 0 -24px;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #2AABEE;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	z-index: 1;
}

.whatsapp__mobile {
	display: block;
	position: fixed;
	bottom: 260px;
	right: 59px;
	z-index: 999;
} 
.whatsapp__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	background: #20D466;
}  
.whatsapp__mobile svg {
	position: relative;
	z-index: 2;
	width: 48px;
	height: 48px;
}
.whatsapp__mobile:before {
    content: '';
    position: absolute;
	top: 0;
	left: 0;
	margin: -24px 0 0 -24px;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #20D466;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	z-index: 1;
}

.crm-widget-button-mobile .whatsapp__mobile, .crm-widget-button-mobile .telegram__mobile {
	display: none;
}
  
  @keyframes pulse-ring {
	0% {
	  transform: scale(.5);
	}
	80%, 100% {
	  opacity: 0;
	}
  }

@media (max-width: 1365px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .btn_primary, .btn_square {
    height: 48px;
  }

  .separator {
    margin: 65px 0;
  }

  .img-full {
    height: 640px;
    margin: 40px 0 80px;
  }

  .top__currencies {
    display: none;
  }

  .header__mobile {
    display: none;
  }
  .header__logo {
    flex: 0 0 185px;
  }
  .header__menu_desktop {
    display: none;
  }
  .header__menu_popular {
    display: block;
  }

  .page-heading__title {
    margin-bottom: 3.5555555556rem;
  }

  .footer {
    margin-top: 80px;
  }

  .up {
    right: 28px;
  }

  .benefits__item-inner {
    text-align: center;
    font-size: 0.8888888889rem;
    line-height: 1.5;
  }

  .broker {
    padding-right: 60%;
  }

  .services-main {
    margin: 0 -20px;
  }
  .services-main__row:first-child {
    padding-top: 0;
  }
  .services-main__row:nth-child(odd) .services-main__text {
    padding: 0 70px 0 0;
  }
  .services-main__row:nth-child(even) .services-main__text {
    padding: 0 50px;
  }
  .services-main__col {
    flex: auto;
    max-width: none;
  }
  .services-main__image {
    width: 560px;
  }

  .calc-form .form-row.group0 {
    max-width: 768px;
  }
  .calc-form__col:last-child {
    display: none;
  }
  .calc-form__separator {
    margin: 40px 0;
  }

  .contacts-page__col, .contacts-page__map {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .separator {
    margin: 40px 0;
  }

  .img-full {
    height: 480px;
    margin: 24px 0 48px;
  }

  .tabs_rounded {
    text-align: center;
  }
  .tabs_rounded .tabs__tab {
    min-width: 140px;
  }
  .tabs_rounded .tabs__content {
    text-align: left;
  }

  .top {
    padding-left: 32px;
    padding-right: 32px;
  }
  .top__left {
    display: none;
  }
  .top__right {
    flex: auto;
    justify-content: flex-start;
    max-width: none;
  }
  .top__wa {
    order: 3;
  }
  .top__tg {
    order: 3;
  }
  .top__phone {
    order: 2;
  }
  .top__search {
    order: 1;
    margin-right: 35px;
  }
  .top__btn {
    display: block;
    order: 4;
  }

  .header {
    margin-bottom: 48px;
  }
  .header__menu_popular {
    display: none;
  }

  .footer {
    padding: 48px 0;
  }
  .footer__top {
    margin-bottom: 0;
  }
  .footer__row {
    margin: 0;
  }
  .footer__block, .footer__col {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__block {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(95, 99, 104, 0.5);
  }
  .footer__block:last-child {
    order: -1;
  }
  .footer__creator {
    text-align: left;
  }

  .bc {
    justify-content: center;
  }

  .page-heading {
    text-align: center;
  }
  .page-heading__title {
    margin-bottom: 2.7777777778rem;
  }

  .up.visible {
	 bottom: 350px;
    right: 59px;
  }
  .up__btn {
    height: 48px !important;
  }
  .up span {
    display: none;
  }

  .broker {
    align-items: center;
    max-width: 560px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0;
  }
  .broker__text {
    text-align: center;
  }
  .broker__animation {
    position: static;
    width: 440px;
    height: 440px;
    margin: 48px auto 0;
  }

  .benefits__list {
    margin: 0 -12px;
  }
  .benefits__item {
    margin-bottom: 20px;
    padding: 0 12px;
  }

  .services-main {
    margin: 0;
  }
  .services-main__row {
    flex-wrap: wrap;
    text-align: center;
  }
  .services-main__row + .services-main__row {
    margin-top: 60px;
  }
  .services-main__row:nth-child(even) .services-main__col:first-child {
    order: 2;
  }
  .services-main__col {
    flex: 0 0 100%;
    width: 100%;
  }
  .services-main__image {
    width: auto;
    margin-bottom: 30px;
    background-position-x: center;
  }
  .services-main__text {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 !important;
  }

  .calc-cost__title {
    text-align: center;
  }

  .calc-form__col:first-child {
    flex: auto;
    max-width: none;
  }
  .calc-form .form-row.group0 {
    max-width: none;
  }
  .calc-form__separator {
    margin: 32px 0;
  }
  .calc-form__bottom {
    display: block;
  }

  .news-latest__title {
    text-align: center;
  }
  .news-latest__list {
    margin: 0 -12px;
  }
  .news-latest__item {
    margin-bottom: 24px;
    padding: 0 12px;
  }

  .contacts-page__col, .contacts-page__map {
    margin-bottom: 48px;
  }
  .contacts-page__col:first-child {
    text-align: center;
  }
  .contacts-page__map > ymaps {
    height: 480px !important;
  }
  .contacts-page__block {
    display: block;
    width: auto;
  }

  .timing__text {
    margin-bottom: 32px;
  }
  .timing__btn {
    margin-bottom: 24px;
    text-align: left;
  }
  .whatsapp__mobile {
    bottom: 290px;
    right: 59px;
  }
  .telegram__mobile {
    bottom: 210px;
    right: 59px;
  }



}
@media (max-width: 767px) {
  h1, .h1 {
    margin-bottom: 1.7777777778rem;
    font-size: 2rem;
    line-height: 1.2222222222;
    letter-spacing: -1.4px;
  }

  h2, .h2 {
    margin-bottom: 1.7777777778rem;
    font-size: 1.5rem;
    line-height: 1.2222222222;
    letter-spacing: -1.2px;
  }

  h3, .h3 {
    font-size: 1.1111111111rem;
    line-height: 1.35;
    letter-spacing: -0.2px;
  }

  p {
    margin-bottom: 1.3333333333rem;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .img-full {
    height: 320px;
  }

  .top {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top__row {
    height: 56px;
  }
  .top__search, .top__phone {
    margin-right: 26px;
  }
  .top__wa span, .top__tg span {
    display: none;
  }

  .header {
    margin-bottom: 24px;
  }
  .header__row {
    justify-content: center;
  }
  .header__btn {
    display: none;
  }

  .header-mobile {
    width: 288px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer__block {
    margin-bottom: 32px;
    padding-bottom: 22px;
  }
  .footer__copyright {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .footer__copyright span {
    padding: 0;
  }

  .broker__animation {
    width: 320px;
    height: 320px;
    margin-top: 50px;
  }

  .benefits__list {
    margin: 0 -8px;
  }
  .benefits__item {
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .services-main__row {
    padding: 0;
  }
  .services-main__row + .services-main__row {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #E8E8E8;
  }
  .services-main__image {
    width: 300px;
    height: 257px;
    margin: 0 auto 20px;
    background-size: contain;
    background-position: center;
  }

  .calc-form .form-row.group0 {
    display: block;
  }
  .calc-form .form-row.group0 div {
    margin-top: 24px;
  }
  .calc-form .radio label {
    margin-right: 24px;
  }
  .calc-form .form-price {
    display: inline-block;
  }
  .calc-form__bottom {
    text-align: center;
  }
  .calc-form__btn {
    width: 100%;
  }

  .news-latest {
    margin-top: 48px;
  }
  .news-latest__all {
    padding: 32px;
  }
  .news-latest__list {
    margin: 0;
  }
  .news-latest__item {
    margin-bottom: 16px;
    padding: 0;
  }

  .contacts-page__map > ymaps {
    height: 320px !important;
  }
  .contacts-page__title {
    margin-bottom: 1.3333333333rem;
  }
  .contacts-page__toggle {
    margin-top: 1.3333333333rem;
  }

  .timing {
    text-align: center;
  }
  .timing__text {
    margin-bottom: 24px;
  }
  .timing__btn .btn {
    width: 100%;
  }

  .request-or-call {
    display: block;
    text-align: center;
  }
  .request-or-call__btn {
    width: 100%;
  }
  .request-or-call__text span {
    display: block;
    margin-bottom: 8px;
  }

  .download-file__title {
    font-size: 0.8888888889rem;
    line-height: 1.5;
  }
  .download-file__link {
    font-size: 0.7777777778rem;
    line-height: 1.5;
  }
  
  .top__user {
	margin-right: 10px;
	order: 3;
	flex: auto;
	text-align: right;
  }
  .top__btn {
	flex: none;
  }
  
  .telegram__mobile {
	  display: block;
	  bottom: 120px;
	  right: 24px;
  }
  
  .whatsapp__mobile {
	  display: block;
	  position: fixed;
	  bottom: 190px;
	  right: 24px;
	  z-index: 999;
  }
  
  
  .whatsapp__wrapper {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 48px;
	  height: 48px;
	  border-radius: 50%;
	  overflow: hidden;
	  background: #20D466;
  }
  
  .whatsapp__mobile svg {
	  position: relative;
	  z-index: 2;
	  width: 48px;
	  height: 48px;
  }
  
  .whatsapp__mobile:before {
    content: '';
    position: absolute;
	top: 0;
	left: 0;
	margin: -24px 0 0 -24px;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #20D466;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	z-index: 1;
  }
  
  @keyframes pulse-ring {
	0% {
	  transform: scale(.5);
	}
	80%, 100% {
	  opacity: 0;
	}
  }
  
  jdiv {
	  display: none !important;
  }
  
  .up.visible, .b24-widget-button-wrapper {
	  display: none !important;
  }
}
@media (max-width: 599px) {
  .article-note {
    margin: 1rem 0 2.2222222222rem;
  }

  .article-banner {
    min-height: auto;
    margin: 1rem auto 2.2222222222rem;
  }
  .article-banner__text {
    min-height: 240px;
    padding: 32px 24px;
  }
  .article-banner__top {
    margin-bottom: 2.2222222222rem;
  }
  .article-banner__title {
    margin-bottom: 0.6666666667rem;
  }
  .article-banner__desc {
    font: 0.7777777778rem/1.4285714286 "montserratregular", sans-serif;
  }
  .article-banner_type_2, .article-banner_type_3 {
    display: block;
  }
  .article-banner_type_2 .article-banner__top, .article-banner_type_3 .article-banner__top {
    flex: none;
  }
  .article-banner_type_2 .article-banner__image, .article-banner_type_3 .article-banner__image {
    display: none;
  }
}

.about__office-header {
	display: flex;
	justify-content: space-between;
}
.about__slider-arrows {
	display: flex;
}
.about__slider-arrows .slick-arrow {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #fff;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -10000px;
	border-radius: 50px;
	border: 1px solid #E8E8E8;
}

.about__slider-arrows .slick-arrow:hover {
	background-color: #E8E8E8;
}
.about__slider-arrows .slick-arrow.slick-prev {
	background-image: url(/img/about/icon-arrow-left.svg);
	margin-right: 10px;
}
.about__slider-arrows .slick-arrow.slick-next {
	background-image: url(/img/about/icon-arrow-right.svg);
}

.screen-managers__arrows {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.screen-managers__arrows .slick-arrow {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #fff;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -10000px;
	border-radius: 50px;
	border: 1px solid #E8E8E8;
}

.screen-managers__arrows .slick-arrow:hover {
	background-color: #E8E8E8;
}
.screen-managers__arrows .slick-arrow.slick-prev {
	background-image: url(/img/about/icon-arrow-left.svg);
	margin-right: 10px;
}
.screen-managers__arrows .slick-arrow.slick-next {
	background-image: url(/img/about/icon-arrow-right.svg);
}
.personal_list .manager {
	margin-right: 0 !important;
}
.personal_list .slick-list {
  margin: 0 -24px;
  padding: 24px;
}
.personal_list .slick-track {
    display: flex;
    gap: 20px;
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /bitrix/templates/main/fonts/fonts.css?17431924621961 */
/* /bitrix/templates/main/components/bitrix/menu/.default/style.css?17431924621441 */
/* /bitrix/templates/main/components/bitrix/search.title/.default/style.css?17431924622743 */
/* /bitrix/templates/main/template_styles.css?175278419748408 */
