

/* Start:/local/templates/main/../.default/css/fullpage.css?16393771835523*/
/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* End */


/* Start:/local/templates/main/../.default/css/main.min.css?177340531760988*/
@font-face {
  font-family: "Proxima Nova";
  src: url(/local/templates/main/../.default/css/../fonts/ProximaNova-Semibold.ttf) format("ttf"),url(/local/templates/main/../.default/css/../fonts/ProximaNova-Semibold.woff2) format("woff2"),url(/local/templates/main/../.default/css/../fonts/ProximaNova-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: "Proxima Nova";
  src: url(/local/templates/main/../.default/css/../fonts/ProximaNova-Regular.ttf) format("ttf"),url(/local/templates/main/../.default/css/../fonts/ProximaNova-Regular.woff2) format("woff2"),url(/local/templates/main/../.default/css/../fonts/ProximaNova-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Proxima Nova";
  src: url(/local/templates/main/../.default/css/../fonts/ProximaNova-Bold.ttf) format("ttf"),url(/local/templates/main/../.default/css/../fonts/ProximaNova-Bold.woff) format("woff"),url(/local/templates/main/../.default/css/../fonts/ProximaNova-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
body {
  font-family: "Proxima Nova",sans-serif;
  font-weight: 400
}
a,
button,
input,
textarea {
  outline: 0
}
h2.title_section {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -.02em;
  color: #000;
  margin-bottom: 40px;
  text-align: left!important
}
.phone {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}
* {
  text-transform: none;
  outline: 0
}
.container_section {
  max-width: calc(100% - 620px);
  width: 100%;
  margin: 0 auto
}
.wrapper_top_section {
  display: flex;
  justify-content: space-between
}
.wrapper_top_section .txt {
  max-width: 640px;
  width: 100%;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #7b7781
}
.container_copy {
  max-width: calc(100% - 190px);
  width: 100%;
  margin: 242px auto 75px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}
.container_copy .toggle_next {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%
}
.container_copy .toggle_next a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}
.container_copy .copy {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}
.container_copy .copy,
.container_copy .phone {
  color: #7b7781;
  font-size: 16px
}
header {
  width: 100%;
  background: 0 0;
  position: fixed;
  z-index: 201;
  padding-top: 54px;
  padding-bottom: 50px
}
header .wrapper-flex {
  justify-content: space-between;
  align-items: center
}
header .logo {
  position: relative;
  z-index: 50
}
header .logo a {
  display: block
}
header .logo a .logo_light {
  display: none
}
header .main_menu {
  margin-left: -120px
}
header .main_menu nav ul {
  display: flex;
  gap: 48px
}
header .main_menu nav ul li {
  list-style: none
}
header .main_menu nav ul li .menu_el_main {
  display: none
}
header .main_menu nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .1em;
  color: rgba(255,255,255,.6);
  display: block;
  position: relative
}
header .main_menu nav ul li a:before {
  content: "";
  height: 1px;
  background: #c92c7b;
  width: 32px;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: .5s all
}
header .main_menu nav ul li.active a:before {
  transform: translateX(-50%) scale(1)
}
header .lang {
  display: flex;
  align-items: center;
  gap: 23px
}
header .lang a {
  display: block;
  text-decoration: none;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: .12em;
  color: #7b7781;
  text-transform: uppercase
}
header .lang a.active {
  color: #fff
}
.transpar {
  background: 0 0!important
}
* {
  padding: 0;
  margin: 0;
  outline: 0
}
.main {
  height: 100%;
  position: relative
}
.main .main_slider {
  height: 100%
}
.main .descr {
  position: absolute;
  top: calc(100% - 75px);
  left: 95px;
  right: 95px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.main .descr .phone a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Proxima Nova",sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,.6)
}
.main .descr .toggle_next {
  align-self: center;
  transform: translateX(50%)
}
.main .descr .toggle_next a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,.6)
}
.main .descr .copy {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: rgba(255,255,255,.6)
}
.slide_main {
  position: relative
}
.slide_main .text {
  position: absolute;
  top: 240px;
  z-index: 60;
  left: 388px
}
.slide_main .text h2 {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 96px;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 60px
}
.slide_main .text .sub_title {
  max-width: 522px;
  width: 100%;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fff
}
.sub_menu_list {
  position: fixed;
  transition: .5s all;
  overflow: hidden;
  padding-left: 112px;
  padding-top: 341px;
  display: flex;
  box-sizing: border-box;
  width: calc(65%);
  height: 100vh;
  z-index: 200;
  background: #1b162f;
  left: -200%;
  top: 0
}
.sub_menu_list .menu_el ul li {
  list-style: none;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-align: right;
  margin-bottom: 40px;
  cursor: pointer
}
.sub_menu_list .menu_el ul li:before {
  content: "";
  display: block;
  background: #c92c7b;
  width: 32px;
  height: 1px;
  position: absolute;
  bottom: -6px;
  right: 0;
  transform: scale(0);
  transition: .5s all
}
.sub_menu_list .menu_el ul li .sub_menu_el {
  transition: .5s all;
  position: absolute;
  left: 200px;
  transform: translateX(300%);
  text-align: left;
  width: calc(310%);
  top: calc(-15px);
  z-index: -1
}
.sub_menu_list .menu_el ul li .sub_menu_el li {
  text-align: left;
  width: 100%
}
.sub_menu_list .menu_el ul li .sub_menu_el li a {
  text-align: left;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -.02em;
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-transform: capitalize
}
.sub_menu_list .menu_el ul li.active_el .sub_menu_el {
  transform: translateX(100px)
}
.sub_menu_list .menu_el ul li.active_el:before {
  transform: scale(1)
}
.sub_menu_list .menu_el .not_path {
  transform: translateX(300px)
}
.sub_menu_list .menu_el .not_path li {
  text-align: left
}
.sub_menu_list .menu_el .not_path li a {
  text-align: left;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -.02em;
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-transform: capitalize
}
.sub_menu_list .menu_el .not_path li a:hover {
  border-bottom: 1px solid #fff
}
.sub_menu_list .contact {
  display: flex;
  width: 100%;
  position: relative
}
.sub_menu_list .contact ul {
  position: absolute
}
.sub_menu_list .contact ul li .contact_txt {
  display: none;
  left: -200%
}
.sub_menu_list .contact ul li.active_el .contact_txt {
  left: 100%;
  display: block
}
.sub_menu_list .contact .active_el {
  width: 100%;
  left: 0
}
.sub_menu_list .contact .active_el .contact_txt {
  top: calc(0px - 250px);
  position: absolute;
  left: 100%;
  width: calc(100% * 5 + 100px);
  padding-left: calc(100px + 100%);
  box-sizing: border-box
}
.sub_menu_list .contact .active_el .contact_txt .title {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -.02em;
  color: #fff;
  text-align: left;
  margin-bottom: 12px;
  text-transform: capitalize
}
.sub_menu_list .contact .active_el .contact_txt .sub_title {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: rgba(255,255,255,.6);
  text-align: left;
  margin-bottom: 85px;
  text-transform: capitalize
}
.sub_menu_list .contact .active_el .contact_txt .adress_block {
  text-align: left;
  margin-bottom: 48px
}
.sub_menu_list .contact .active_el .contact_txt .adress_block small {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 12px
}
.sub_menu_list .contact .active_el .contact_txt .adress_block .txt {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-transform: capitalize
}
.sub_menu_list .contact .active_el .contact_txt .email,
.sub_menu_list .contact .active_el .contact_txt .phones {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 48px
}
.sub_menu_list .contact .active_el .contact_txt .email small,
.sub_menu_list .contact .active_el .contact_txt .phones small {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3)
}
.sub_menu_list .contact .active_el .contact_txt .email a,
.sub_menu_list .contact .active_el .contact_txt .phones a {
  text-decoration: none;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: none
}
.sub_menu_list .contact .active_el .contact_txt .email a span,
.sub_menu_list .contact .active_el .contact_txt .phones a span {
  color: rgba(255,255,255,.6);
  text-transform: capitalize
}
.sub_menu_list .footer {
  position: absolute;
  left: 112px;
  right: 93px;
  width: calc(100% - 203px);
  top: calc(100% - 74px);
  display: flex;
  justify-content: space-between
}
.sub_menu_list .footer .phone a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,.6);
  text-decoration: none
}
.sub_menu_list .footer .copy {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: rgba(255,255,255,.6)
}
.link_hover {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  letter-spacing: .1em;
  color: rgba(255,255,255,.6);
  -webkit-text-decoration: #ffdead;
  text-decoration: #ffdead;
  display: flex;
  align-items: center;
  position: relative
}
.link_hover:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: .5s all;
  filter: invert(1);
  position: absolute;
  left: calc(100% + 20px);
  transform: rotateY(0)
}
.link_hover:before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: .5s all;
  background: 0 0;
  left: calc(100% + 10px);
  position: absolute;
  transform: scale(0)
}
.link_hover:hover:after {
  filter: invert(0);
  transform: rotateY(180deg)
}
.link_hover:hover:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  background: #f4f3f6;
  transition: .5s all;
  transform: scale(1)
}
.link_hover_location:after {
  background: url(/local/templates/main/../.default/css/../img/location.svg) center no-repeat
}
.link_hover_location {
  text-transform: uppercase
}
.link_hover_sing_in object {
  position: absolute;
  left: calc(100% + 20px);
  filter: invert(1);
  transform: rotateY(0);
  transition: .5s all
}
.link_hover_sing_in:hover object {
  filter: invert(0);
  transform: rotateY(180deg)
}
.btn_close,
.btn_close_popup {
  display: flex;
  outline: 0;
  border: none;
  background: 0 0;
  align-items: center;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  letter-spacing: .1em;
  color: #7b7781;
  position: absolute;
  top: 71px;
  right: 111px;
  cursor: pointer;
  transition: .5s all
}
.btn_close:hover:after,
.btn_close_popup::after {
  transform: rotate(360deg)
}
.btn_close:after,
.btn_close_popup::after {
  content: "";
  transition: .5s all;
  display: block;
  background: url(/local/templates/main/../.default/css/../img/close_icon.svg) center no-repeat;
  width: 24px;
  height: 24px;
  transform: rotate(0);
  margin-left: 26px
}
.btn_sing_in {
  padding: 12px 24px;
  box-sizing: border-box;
  text-transform: none;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90.47deg,#554596 0,#c92c7b 100%);
  border-radius: 8px;
  min-width: 200px;
  border: none;
  outline: 0
}
.btn {
  display: block;
  text-decoration: none;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 12px 94px;
  box-sizing: border-box;
  cursor: pointer
}
.btn_card {
  width: 280px;
  height: 48px;
  background: url(/local/templates/main/../.default/css/../img/btn_card.png) center no-repeat;
  background-size: cover
}
.btn_submit {
  background: linear-gradient(90.47deg,#554596 0,#c92c7b 100%);
  border-radius: 8px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border: none;
  outline: 0;
  margin-top: 40px
}
.btn_price {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  background: -webkit-linear-gradient(#554596,#c92c7b);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px
}
.btn_price:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/../.default/css/../img/icon_price.svg) center no-repeat
}
.loader_wrapper {
  display: none
}
.loader_wrapper .circle {
  position: absolute;
  top: calc(100% - 274px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 56;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  border: 1.5px solid rgba(255,255,255,.25);
  border-radius: 50%;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6)
}
.loader_wrapper .circle .current_count {
  color: #fff
}
.loader_wrapper canvas {
  position: absolute;
  top: calc(100% - 300px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 55
}
.loader_wrapper canvas .circle {
  width: 100px;
  height: 100px;
  background: red
}
.fp-controlArrow.fp-next {
  background: url(/local/templates/main/../.default/css/../img/right-arrow.png) center no-repeat;
  border-width: 0;
  border-color: transparent;
  width: 204px;
  height: 65px;
  filter: invert(1);
  right: 34px;
  background-size: contain
}
.fp-controlArrow.fp-prev {
  display: none
}
.popup {
  position: absolute;
  background: #e5e5e5;
  z-index: 60;
  transition: 1s all;
  width: 44px;
  height: 44px;
  transform: translate(-26%,-30%) scale(1);
  opacity: 0;
  top: 0;
  border-radius: 100%
}
.popup_active {
  opacity: 1;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  transform: scale(4)
}
.content_popup {
  transition: .5s all;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 54px 95px;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background: #f4f3f6;
  z-index: -1;
  right: 0
}
.content_popup .map {
  display: none;
  height: 100vh
}
.content_popup .map iframe {
  height: 100vh
}
.content_popup .map object .almaty {
  fill: red
}
.content_popup .form {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column
}
.content_popup .form form {
  display: flex;
  flex-direction: column;
  max-width: 444px;
  width: 100%;
  margin-top: -135px
}
.content_popup .form form .title {
  margin-bottom: 80px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -.02em;
  color: #000
}
.content_popup .form form label {
  margin-bottom: 24px;
  max-width: 400px;
  width: 100%;
  border: none;
  display: flex;
  align-items: center
}
.content_popup .form form label img {
  margin-right: 20px
}
.content_popup .form form label input {
  padding: 12px 16px 12px 20px;
  background: #e7e4eb;
  border-radius: 8px;
  outline: 0;
  min-width: 400px;
  width: 100%;
  border: none;
  height: 48px;
  box-sizing: border-box;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #7b7781
}
.content_popup .form .btns {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.content_popup .form .btns a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781;
  text-decoration: none
}
.content_popup .form .info {
  margin-top: 80px;
  display: flex;
  gap: 20px;
  align-items: center
}
.content_popup .form .info span {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781
}
.content_popup .form .info a {
  text-decoration: none;
  background: -webkit-linear-gradient(#554596,#c92c7b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px
}
.info {
  background: #f4f3f6;
  box-sizing: border-box
}
.info .wrapper_top_section {
  margin-top: 170px
}
.info h2 a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7b7781;
  display: block;
  text-align: left;
  margin-top: 31px
}
.info .wrapper_items {
  margin-top: 107px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.info .wrapper_items .item {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 84px
}
.info .wrapper_items .item .img {
  padding: 43px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px
}
.info .wrapper_items .item .img img {
  max-width: 33.33px;
  height: 33.33px
}
.info .wrapper_items .item .descr {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #7b7781
}
.light_section header {
  background: linear-gradient(180deg,#fff 0,rgba(255,255,255,.9) 76.04%,rgba(255,255,255,0) 100%)
}
.light_section header .logo a .logo_light {
  display: block!important
}
.light_section header .logo a .logo_dark {
  display: none!important
}
.light_section header .main_menu ul li a {
  color: #7b7781
}
.light_section header .location a {
  color: #7b7781
}
.light_section header .location a:after {
  filter: opacity(.5)
}
.light_section header .lang .active {
  color: #000
}
.light_section header .sing_in a {
  color: #7b7781
}
.light_section header .sing_in a object {
  filter: opacity(.5)
}
.light_section .container_copy .phone {
  color: #7b7781
}
.light_section .container_copy .phone img {
  filter: brightness(.5)
}
.light_section .container_copy .toggle_next a {
  color: #7b7781
}
.light_section .container_copy .toggle_next img {
  filter: brightness(.5)
}
.light_section .container_copy .copy {
  color: #7b7781
}
.light_section .bg_blur {
  background: rgba(244,243,246,.8)
}
.services {
  background: #f4f3f6
}
.services .wrapper_top_section {
  margin-top: 170px;
  align-items: center
}
.services .wrapper_top_section .text .title_section {
  margin-bottom: 40px
}
.services .tabs {
  margin-top: 18px
}
.services .tabs a {
  text-decoration: none;
  color: #7b7781;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 32px;
  margin-right: 32px;
  position: relative
}
.services .tabs a:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #cdcad1
}
.services .tabs a:hover::before {
  transform: scale(1)
}
.services .tabs a:before {
  content: "";
  display: block;
  background: #c92c7b;
  width: 32px;
  height: 1px;
  transform: scale(0);
  transition: .5s all;
  position: absolute;
  bottom: -6px
}
.services .tabs a:last-child:after {
  display: none
}
.services .tabs a.active {
  color: #000
}
.services .tabs a.active:before {
  transform: scale(1)
}
.services .tabs_content {
  margin-top: 76px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px
}
.services .tabs_content .items {
  transform: translateX(200%);
  left: 200%;
  transition: .5s all;
  position: absolute;
  justify-content: space-around
}
.services .tabs_content .items .item {
  background: #f4f3f6;
  box-shadow: -4px -4px 16px #fff,4px 4px 16px rgba(69,59,107,.25);
  border-radius: 16px;
  max-width: 280px;
  width: 100%;
  padding: 36px 30px 30px 30px;
  box-sizing: border-box;
  transition: .5s all;
  cursor: pointer;
  height: 100%
}
.services .tabs_content .items .item img {
  width: 48px;
  height: 62px;
  -o-object-fit: contain;
  object-fit: contain
}
.services .tabs_content .items .item:hover {
  background: #fff;
  box-shadow: -8px -8px 32px #fff,12px 12px 40px rgba(69,59,107,.2)
}
.services .tabs_content .items .item .title {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-top: 30px
}
.services .tabs_content .items .item .txt {
  margin-top: 16px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781
}
.services .tabs_content .items.active {
  display: flex;
  transform: translateX(0);
  position: relative;
  left: 0
}
.services .section_text {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #7b7781;
  max-width: 640px;
  width: 100%;
  margin-top: 90px
}
.distribution {
  background: linear-gradient(180deg,#d3d2d9 0,#f4f3f6 100%)
}
.distribution .fp-bg {
  background: url(/local/templates/main/../.default/css/../img/removebg.png) right no-repeat;
  background-size: contain;
  width: 613px;
  right: 225px;
  height: 100vh;
  position: absolute
}
.distribution .container_section {
  position: relative
}
.distribution .img_section {
  position: absolute;
  top: -170px;
  left: calc(100% - 95px);
  transform: translateX(calc(-95px));
  bottom: 0;
  z-index: 200;
  height: 100vh;
  width: 100%
}
.distribution .img_section img {
  width: 630px;
  -o-object-fit: cover;
  object-fit: cover
}
.distribution .breadcrumbs {
  margin-top: 170px
}
.distribution .tabs {
  display: flex;
  margin-top: 64px
}
.distribution .tabs a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  order: 0;
  gap: 32px;
  margin-right: 32px
}
.distribution .tabs a:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #c92c7b;
  transform: scale(0);
  transition: .5s all
}
.distribution .tabs a:before {
  content: "";
  display: block;
  background: rgba(123,119,129,.5);
  width: 1px;
  height: 24px;
  order: 1
}
.distribution .tabs a:last-child:before {
  display: none
}
.distribution .tabs .active:after {
  content: "";
  display: block;
  transform: scale(1);
  position: absolute;
  left: 0;
  bottom: -6px
}
.distribution .txt {
  max-width: 640px;
  width: 100%;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #7b7781;
  margin-top: 67px
}
.distribution .txt p {
  margin-bottom: 2rem
}
.distribution .container_copy {
  margin: 0 auto
}
.catalog {
  background: #f4f3f6;
  padding-top: 156px;
  position: relative
}
.catalog .top {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.catalog .top .breadcrumbs {
  margin-bottom: 0
}
.catalog .logo_dis {
  max-width: 140px;
  width: 100%
}
.catalog .logo_dis img {
  width: 100%
}
.catalog .catalogs .elem_catalog {
  margin-bottom: 80px
}
.catalog .catalogs .title_catalog {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -.02em;
  color: #000;
  margin-bottom: 24px
}
.catalog .catalogs .subtitle_catalog {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 60px
}
.catalog .catalogs .subtitle_catalog span {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #7b7781
}
.catalog .catalogs .subtitle_catalog a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7b7781
}
.catalog .catalogs .catalog_el {
  position: relative
}
.catalog .catalogs .catalog_items {
  position: relative
}
.catalog .catalogs .catalog_items .item {
  margin-bottom: 40px;
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  background: #f4f3f6;
  box-shadow: -4px -4px 16px #fff,4px 4px 16px rgba(69,59,107,.25);
  border-radius: 16px;
  transition: .5s all
}
.catalog .catalogs .catalog_items .item:hover {
  background: #fff;
  box-shadow: -8px -8px 32px #fff,12px 12px 40px rgba(69,59,107,.2)
}
.catalog .catalogs .catalog_items .item a {
  display: block
}
.catalog .catalogs .catalog_items .item a img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 30px
}
.catalog .catalogs .catalog_items .item a h2 {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 16px
}
.catalog .catalogs .catalog_items .item a .subtitle {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781
}
.catalog .arrows_custom {
  position: absolute;
  top: 50%;
  left: -54px;
  right: 0;
  width: calc(100% + 108px);
  display: flex!important;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%)
}
.catalog .arrows_custom .btn_next,
.catalog .arrows_custom .btn_prev {
  background: url(/local/templates/main/../.default/css/../img/prev_ar.svg) center no-repeat;
  width: 32px;
  height: 80px;
  display: block
}
.catalog .arrows_custom .btn_next {
  transform: rotate(180deg)
}
.catalog .container_copy {
  margin: 50px auto 100px auto
}
.main_inner {
  background: #f4f3f6;
  padding-top: 180px;
  overflow: hidden
}
.main_inner .many_imgs {
  position: absolute;
  top: 37%;
  left: 20%
}
.main_inner .plans {
  margin-top: 170px;
  text-align: center
}
.main_inner .plans h2 {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -.02em;
  color: #000;
  margin-bottom: 24px
}
.main_inner .plans .subtitle {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #7b7781
}
.main_inner .plans .descr {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  color: #7b7781;
  text-align: left
}
.main_inner .plans .descr i {
  color: #c92c7b
}
.bg {
  position: fixed;
  left: 0;
  top: 100%;
  transform: translateY(-80%)
}
.breadcrumbs {
  display: flex;
  margin-bottom: 100px
}
.breadcrumbs a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7b7781;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px
}
.breadcrumbs a:after {
  content: "//"
}
.breadcrumbs a:last-child:after {
  content: ""
}
.wrapper_cards {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  margin: 60px auto 0 auto;
  width: 95%
}
.wrapper_cards .wrap_item {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
  gap: 40px
}
.wrapper_cards .wrap_item .item {
  height: 100vh;
  max-height: 700px
}
.wrapper_cards .wrap_item .descr {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #7b7781
}
.wrapper_cards .item {
  padding: 30px;
  box-sizing: border-box;
  width: 340px;
  background: #f4f3f6;
  box-shadow: -4px -4px 16px #fff,4px 4px 16px rgba(69,59,107,.25);
  border-radius: 16px;
  text-align: left;
  transition: .5s all;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.wrapper_cards .item:hover {
  background: #fff;
  box-shadow: -8px -8px 32px #fff,12px 12px 40px rgba(69,59,107,.2)
}
.wrapper_cards .item .title {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 8px
}
.wrapper_cards .item .price {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -.02em;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px
}
.wrapper_cards .item .price span {
  font-size: 16px;
  line-height: 24px;
  color: #7b7781;
  text-transform: none;
  font-weight: 400
}
.wrapper_cards .item .descr {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781
}
.wrapper_cards .item .list ul li {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px
}
.wrapper_cards .item .list ul li .title {
  font-size: 16px;
  line-height: initial;
  margin-bottom: 0
}
.wrapper_cards .item .list ul li div span {
  color: #7b7781;
  font-size: 16px;
  text-transform: none
}
.wrapper_cards .item .list ul li div .num {
  font-size: 24px;
  color: #000;
  font-style: normal;
  font-weight: 600;
  color: #000
}
.wrapper_cards .item .list ul li .list_link {
  color: #7b7781;
  font-size: 16px;
  text-decoration: underline
}
.wrapper_cards .item .list ul li img {
  width: 24px
}
.wrapper_cards .item_mini {
  background: linear-gradient(137.59deg,#554596 4.33%,#c92c7b 94.92%);
  box-shadow: -4px -4px 16px #fff,4px 4px 16px rgba(69,59,107,.25);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  transition: .5s all
}
.wrapper_cards .item_mini {
  height: 100vh!important
}
.wrapper_cards .item_mini:hover {
  background: linear-gradient(137.59deg,#6752ba 4.33%,#e1388d 94.92%);
  box-shadow: -4px -4px 16px #fff,4px 4px 16px rgba(69,59,107,.25)
}
.wrapper_cards .item_mini:before {
  content: "";
  display: block;
  padding: 24px;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  background: url(/local/templates/main/../.default/css/../img/plus_card.png) center no-repeat,#fff;
  border-radius: 50%
}
.wrapper_cards .item_mini:after {
  content: "";
  display: block;
  background: url(/local/templates/main/../.default/css/../img/subtract.svg) center no-repeat;
  width: 95px;
  height: 95px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}
.wrapper_cards .item_mini .subtract {
  z-index: 2;
  right: -6px;
  top: 23px;
  position: absolute;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(151,55,134,.75);
  transform: rotate(45deg)
}
.wrapper_cards .item_mini .title {
  color: #fff
}
.wrapper_cards .item_mini .price {
  color: #fff
}
.wrapper_cards .item_mini .price span {
  color: rgba(255,255,255,.6)
}
.wrapper_cards .item_mini .descr {
  color: rgba(255,255,255,.6)
}
.wrapper_cards .item_mini .list ul li .list_link {
  color: rgba(255,255,255,.6)
}
.wrapper_cards .item_mini .list ul li div .num {
  color: #fff
}
.wrapper_cards .item_mini .list ul li div span {
  color: rgba(255,255,255,.6)
}
.wrapper_cards .item_mini .btn_card {
  background: url(/local/templates/main/../.default/css/../img/btn_card_w.png);
  background-size: cover;
  width: 280px;
  display: block
}
.wrapper_cards .item_dis_plus:before {
  display: none
}
.item_mini .list ul li {
  color: #fff!important
}
.item_mini .list ul li b,
.item_mini .list ul li div,
.item_mini .list ul li span {
  color: #fff!important
}
.inner {
  background: #e5e5e5
}
.news {
  padding-top: 156px;
  position: relative;
  overflow: hidden
}
.news .content {
  display: flex;
  justify-content: space-between
}
.news .content .detail_news {
  max-width: 640px;
  width: 100%;
  justify-content: space-between;
  gap: 20px
}
.news .content .detail_news img {
  max-width: 640px;
  width: 100%;
  margin-bottom: 40px
}
.news .content .detail_news .date {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(123,119,129,.6);
  margin-bottom: 24px
}
.news .content .detail_news .title {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -.02em;
  color: #000;
  margin-bottom: 24px
}
.news .content .detail_news .txt {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #7b7781
}
.news .content .detail_news .txt p {
  margin-bottom: 2rem
}
.news .content .news_list {
  max-width: 530px;
  width: 100%
}
.news .content .news_list .item {
  border-bottom: 1px solid #ecebee;
  padding-bottom: 47px;
  margin-bottom: 40px
}
.news .content .news_list .item .date {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(123,119,129,.6);
  margin-bottom: 24px
}
.news .content .news_list .item .title {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -.02em;
  color: #000;
  margin-bottom: 24px
}
.news .content .news_list .item .anons {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #7b7781;
  margin-bottom: 27px
}
.news .content .news_list .item a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7b7781
}
.section_menu {
  position: fixed;
  display: none;
  right: 65px;
  top: 50%;
  z-index: -65
}
.section_menu ul li {
  list-style: none
}
.section_menu ul li a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7b7781;
  margin-bottom: 56px;
  display: block
}
.section_menu ul .active a {
  color: #000
}
section {
  position: relative;
  z-index: 50
}
.contact {
  background: #1b162f;
  padding-top: 156px;
  padding-bottom: 60px
}
.contact .top_wrapper {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between
}
.contact .top_wrapper .txt {
  max-width: 530px;
  width: 100%;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: rgba(255,255,255,.6)
}
.contact .colums {
  margin-bottom: 165px;
  display: flex;
  justify-content: space-between
}
.contact .title_section {
  color: #fff;
  display: flex;
  gap: 55px;
  align-items: center
}
.contact .col_adress {
  max-width: 530px;
  width: 100%
}
.contact .col_adress .item_city {
  margin-bottom: 80px
}
.contact .col_adress .item_city .item {
  margin-bottom: 20px
}
.contact .col_adress .item_city .item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.contact .col_adress .item_city .item a img {
  width: 100%;
  max-width: 20px;
  filter: contrast(.5)
}
.contact .col_adress .item_city .item .copy {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781;
  margin-top: 2rem
}
.contact .col_adress .item_city .item .title_dark {
  margin-bottom: 5px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3)
}
.contact .col_adress .item_city .item .txt {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: rgba(255,255,255,.6);
  margin-bottom: 40px
}
.contact .col_adress .item_city .item .txt a {
  display: block;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: rgba(255,255,255,.6)
}
.contact .col_form {
  max-width: 530px;
  width: 100%
}
.contact .col_form .select_els {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.contact .col_form .select_els a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255,255,255,.6);
  padding: 12px 25px;
  border: 1px solid;
  border-radius: 48px;
  margin-bottom: 20px;
  transition: .5s all
}
.contact .col_form .select_els a.active {
  background: rgba(255,255,255,.1);
  border: 1px solid transparent
}
.contact .col_form .form_group form {
  display: flex;
  flex-direction: column
}
.contact .col_form .form_group form input,
.contact .col_form .form_group form select {
  background: rgba(255,255,255,.1);
  border-radius: 8px;
  border: none;
  outline: 0;
  padding: 12px 20px;
  margin-bottom: 20px;
  color: rgba(255,255,255,.6);
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: .3s all
}
.contact .col_form .form_group form input:hover,
.contact .col_form .form_group form select:hover {
  color: #fff;
  background: linear-gradient(90.47deg,#554596 0,#c92c7b 100%)
}
.contact .col_form .form_group form select option {
  color: #000
}
.contact .col_form .form_group form label {
  display: flex;
  flex-direction: column
}
.contact .col_form .form_group form label span {
  display: block;
  margin-bottom: .5rem;
  color: red;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px
}
.contact .col_form .form_group form textarea {
  background: rgba(255,255,255,.1);
  border-radius: 8px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  border: none;
  outline: 0;
  resize: none;
  padding: 1rem;
  box-sizing: border-box
}
.contact .title {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px
}
.contact .container_copy {
  margin: -60px auto 75px auto
}
.contact .container_copy .links {
  display: flex;
  gap: 60px
}
.contact .container_copy .links a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,.6)
}
.contact .container_copy .copy {
  color: rgba(255,255,255,.6)
}
.contact .col_adress .item_city + .item_city {
  margin-top: -10px;
  margin-bottom: 20px
}

.contact .col_adress .item_city .item.social_item {
  margin-top: -40px;
  margin-bottom: 12px
}

.contact .col_adress .item_city .item.social_item a.insta_link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  width: max-content;
}

.contact .col_adress .item_city .item.social_item a.insta_link img {
  display: block;
  width: 20px;
  height: 20px;
  max-width: 20px;
  object-fit: contain;
  margin-top: 4px
}

.contact .col_adress .item_city .item.copy_item {
  margin-bottom: 0
}

.contact .col_adress .item_city .item.copy_item .copy {
  margin-top: 0
}
.inner_light .contact .container_copy {
  max-width: calc(100% - 50px)!important;
  position: relative;
  left: 0!important;
  right: 0!important;
  transform: translateX(0)!important
}
.inner_light .detail_item {
  padding-top: 150px
}
.detail_item .detail_head {
  display: flex;
  justify-content: space-between
}
.detail_item .detail_head .left_col {
  max-width: 530px;
  overflow: hidden
}
.detail_item .detail_head .left_col .main_img {
  width: 100%;
  height: 530px;
  margin-bottom: 20px
}
.detail_item .detail_head .left_col .main_img img {
  width: 530px;
  height: 530px
}
.detail_item .detail_head .left_col .list_imgs {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box
}
.detail_item .detail_head .left_col .list_imgs .item {
  border-radius: 8px;
  transition: .5s all;
  padding: 1px;
  box-sizing: border-box;
  width: 100px!important;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative
}
.detail_item .detail_head .left_col .list_imgs .item:hover:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  border-radius: 8px;
  z-index: -1;
  top: 1px;
  width: 94px;
  height: 94px;
  left: 3px;
  background: linear-gradient(rgba(85,69,150,.5),rgba(201,44,123,.5))
}
.detail_item .detail_head .left_col .list_imgs .item:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  border-radius: 8px;
  z-index: -1;
  background: 0 0;
  top: 1px;
  width: 94px;
  height: 94px;
  left: 3px
}
.detail_item .detail_head .left_col .list_imgs .item img {
  transform: translate(4px,2px);
  width: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px
}
.detail_item .detail_head .left_col .list_imgs .active {
  position: relative
}
.detail_item .detail_head .left_col .list_imgs .active:hover:before {
  background: linear-gradient(#554596,#c92c7b)
}
.detail_item .detail_head .left_col .list_imgs .active:before {
  background: linear-gradient(#554596,#c92c7b)
}
.detail_item .detail_head .right_col {
  max-width: 640px;
  width: 100%
}
.detail_item .detail_head .right_col h2 {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -.02em;
  color: #000;
  margin-bottom: 40px
}
.detail_item .detail_head .right_col .descr {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #7b7781
}
.detail_item .detail_head .right_col .btns_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px
}
.detail_item .detail_head .right_col .btns_links .btn_submit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0
}
.detail_item .detail_text {
  margin-top: 100px
}
.detail_item .detail_text h3 {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -.02em;
  color: #000
}
.detail_item .detail_text .link_back {
  font-family: "Proxima Nova",sans-serif;
  margin: 100px auto 0 auto;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7b7781
}
.detail_item .option {
  display: flex;
  justify-content: space-between;
  margin-top: 60px
}
.detail_item .option .col {
  width: calc(50% - 100px)
}
.detail_item .option .col .el {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #7b7781
}
.detail_item .option .col .el span {
  font-size: 20px;
  color: #000
}
.detail_item .container_copy {
  margin: 100px auto 100px auto
}
@media (max-width:1720px) {
  h2.title_section {
    font-size: 50px;
    line-height: 50px
  }
  .info .wrapper_items {
    justify-content: space-around
  }
  .services .tabs_content .items {
    flex-wrap: wrap;
    gap: 20px
  }
  .news .content {
    gap: 30px
  }
}
@media (max-width:1620px) {
  .wrapper_top_section .section_img {
    max-width: 450px
  }
  .wrapper_top_section .section_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  .wrapper_top_section .txt {
    max-width: 550px
  }
  .contact .top_wrapper {
    gap: 30px
  }
  .contact .colums {
    gap: 30px
  }
  .contact .title_section {
    white-space: nowrap
  }
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  text-decoration: none
}
body {
  text-transform: capitalize
}
.container {
  max-width: calc(100%);
  margin: 0 auto
}
.wrapper {
  padding-left: 95px;
  padding-right: 95px;
  box-sizing: border-box
}
.wrapper-flex {
  display: flex
}
.bg_blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  background: rgba(50,34,116,.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: none
}
.active_poup {
  overflow: hidden
}
.active_poup .bg_blur {
  display: block;
  z-index: 100
}
.active_pop header {
  opacity: 0;
  z-index: -2
}
.wrapper_slider {
  height: 100%
}
.inner_section {
  padding-top: 156px
}
.inner_light {
  background: #fff;
  padding-top: 0
}
.inner_light .burger_menu_toggle {
  filter: invert(0)
}
.inner_light header .logo a .logo_light {
  display: block
}
.inner_light header .logo a .logo_dark {
  display: none
}
.inner_light header .main_menu nav ul li a {
  color: #7b7781
}
.inner_light header .lang a.active,
.inner_light header .main_menu nav ul li.active a {
  color: #000
}
.inner_light {
  position: relative
}
.inner_light .container_copy {
  position: absolute;
  bottom: 45px;
  left: 95px;
  right: 95px
}
.inner_light .container_copy .phone {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781
}
.inner_light .container_copy .phone img {
  filter: invert(1)
}
.inner_light .container_copy .copy {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781;
  margin-right: 2rem
}
.inner_light .link_hover {
  color: #7b7781
}
.inner_light .link_hover:after {
  filter: invert(0)
}
.inner_section h2 {
  color: #fff
}
.inner_section .content .detail_news .title,
.inner_section .content .news_list .item .title {
  color: #fff
}
.link_back {
  display: block;
  margin: 20px auto;
  text-align: center;
  color: rgba(255,255,255,.6)
}
.title_section_dark {
  color: #000!important
}
.content_center {
  padding-bottom: 5rem;
  padding-top: 150px
}
.wrappper_flex {
  display: flex;
  justify-content: space-between;
  width: 100%
}
.text_mission {
  max-width: 640px;
  width: 100%;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #7b7781
}
.text_mission p {
  margin-bottom: 1rem
}
.mission_bg {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-40%)
}
.inner_page header a .logo_dark {
  display: none
}
.inner_page header a .logo_light {
  display: block
}
.inner_page header .main_menu nav ul li a {
  color: #7b7781
}
.inner_page header .main_menu nav ul .active a {
  color: #000
}
.inner_page .link_hover {
  color: #7b7781
}
.inner_page header .lang a.active {
  color: #000
}
.fixed_left_menu {
  position: fixed;
  top: 50%;
  right: 95px;
  transform: translateY(-50%);
  z-index: 202
}
.fixed_left_menu li {
  list-style: none
}
.fixed_left_menu li a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7b7781;
  display: block;
  margin-bottom: 56px
}
.fixed_left_menu li a.active {
  color: #000
}
.active_poup header .logo a .logo_light {
  display: none
}
.active_poup header .logo a .logo_dark {
  display: block
}
.catalog .catalogs .catalog_items .item {
  height: 502px;
  overflow: hidden
}
.catalog .catalogs .catalog_items .item a img {
  height: 140px;
  -o-object-fit: contain;
  object-fit: contain
}
.detail_item .detail_head .left_col .main_img img {
  height: 395px!important
}
.detail_item .detail_head .left_col .list_imgs .item img {
  height: 90px!important
}
.detail_item .detail_head .left_col .main_img img {
  -o-object-fit: contain;
  object-fit: contain
}
.detail_item .option .col .el p {
  max-width: 300px;
  width: 100%
}
.detail_item .option .col .el div {
  max-width: 300px;
  width: 100%
}
.catalog .catalogs .catalog_el {
  height: 525px
}
.wrapper_top_section .section_img {
  max-width: 530px;
  width: 100%
}
.wrapper_top_section .section_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.catalog_items .item_catalog .top a {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #7b7781
}
.news_page header .logo a .logo_light {
  display: block
}
.news_page header .logo a .logo_dark {
  display: none
}
.news_page header .main_menu ul li a {
  color: #7b7781
}
.news_page header .location a {
  color: #7b7781
}
.news_page .link_back {
  color: #7b7781
}
.link_hover::after {
  filter: invert(0)
}
.rubetek .fp-bg {
  background: url(/local/templates/distribution/../.default/img/rubetek_bg.png) no-repeat;
  width: 52%;
  right: 0;
  top: 0
}
.news .content .detail_news img {
  float: left;
  margin-right: 20px
}
.options .el {
  margin-bottom: 0;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: 0 0;
  box-shadow: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
  border-radius: 0
}
.catalog_container .elements .slick-list {
  width: 100%
}
a {
  text-decoration: none
}
a:hover {
  text-decoration: none;
  color: inherit
}
.popup_form_distribution {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 500;
  display: none
}
.active_poup header {
  background: 0 0
}
.active_poup header .main_menu nav ul .active a {
  color: #7b7781
}
.services .tabs_content .items {
  flex-wrap: wrap
}
.active_pop {
  overflow: hidden
}
.internet_calc .calc {
  margin-top: 5rem
}
.internet_calc .calc_selects {
  display: flex;
  justify-content: space-between;
  gap: 20px
}
.internet_calc .calc_selects .form-control {
  display: block;
  width: 100%;
  height: calc(2.1500000000000004rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.internet_calc .calc_selects .internet-form__input {
  border: 1px solid #fff;
  height: 50px
}
.internet_calc .calc_selects .input {
  font: inherit;
  line-height: inherit;
  line-height: 1.5;
  border-radius: 10px
}
.internet_calc .calc_selects .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #f4f3f6;
  box-shadow: -4px -4px 16px #fff,4px 4px 16px rgba(69,59,107,.25);
  border-radius: 16px;
  max-width: calc(100% / 3);
  width: 100%;
  padding: 36px 30px 30px 30px;
  box-sizing: border-box;
  transition: .5s all;
  cursor: pointer
}
.internet_calc .calc_selects .card img {
  max-width: 150px;
  width: 100%
}
.internet_calc .calc_selects .card .title {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-top: 30px
}
.internet_calc .calc_selects .result_box .result {
  font-size: 8em
}
.active_poup header .main_menu nav ul li a:hover {
  color: rgba(255,255,255,.6)!important
}
.internet_calc {
  position: relative
}
.internet_calc .descr {
  margin-top: 2rem;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #7b7781;
  margin-bottom: 60px
}
.internet_calc .descr p {
  margin-bottom: 20px;
  margin-top: 20px
}
.internet_calc .descr ul {
  padding-left: 40px
}
.footer_section {
  position: absolute;
  top: calc(100% + 95px);
  width: calc(100% + 95px);
  left: -95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem
}
.footer_section .phone {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781
}
.footer_section .phone img {
  filter: invert(1)
}
.footer_section .copy {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7b7781
}
.burger_menu_toggle {
  display: none
}
.burger_menu {
  display: none
}
.burger_menu .close_btn {
  background-image: url(/local/templates/main/../.default/css/../img/close.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  filter: invert(1);
  position: absolute;
  right: 95px;
  z-index: 40;
  top: 80px;
  cursor: pointer
}
.mission_page {
  min-height: 70vh
}
.mission_page .d-flex {
  display: flex;
  justify-content: space-between;
  width: 100%
}
.inner_light {
  overflow-x: hidden
}
#contact textarea {
  color: rgba(255,255,255,.6);
  font-family: "Proxima Nova",sans-serif;
  margin-bottom: 20px;
}
#contact .fp-scrollable {
  height: 100vh!important
}
#contact .select_els a.active {
  background: rgba(255,255,255,.1);
  border: 1px solid transparent
}
#main .main_slider {
  position: relative
}
#main .main_slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  font-size: 0;
  border: none;
  outline: 0;
  background: 0 0;
  background: url(/local/templates/main/../.default/css/../img/right-arrow.png) center no-repeat;
  width: 30px;
  height: 20px;
  background-size: contain;
  filter: invert(1)
}
#main .main_slider .slick-next {
  right: 0
}
#main .main_slider .slick-prev {
  transform: rotate(180deg);
  display: none!important
}
.plans .tabs_wrapper {
  gap: 20px
}
.errors_form {
  color: #fff
}
.errors_form .item {
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: .5rem
}
.form_group {
  position: relative
}
.form_group .ths {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(123,119,129,.5);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px
}
.mess_form {
  padding: 1rem 0;
  box-sizing: border-box;
  color: #fff;
  font-family: "Proxima Nova",sans-serif
}
.down_link {
  text-decoration: underline;
  color: #fff;
  font-family: "Proxima Nova",sans-serif
}
::-webkit-datetime-edit {
  padding: 1em
}
::-webkit-datetime-edit-fields-wrapper {
  background: silver
}
::-webkit-datetime-edit-text {
  color: red;
  padding: 0 .3em
}
::-webkit-datetime-edit-month-field {
  color: #00f
}
::-webkit-datetime-edit-day-field {
  color: green
}
::-webkit-datetime-edit-year-field {
  color: purple
}
::-webkit-inner-spin-button {
  display: none
}
::-webkit-calendar-picker-indicator {
  background: orange
}
.inner_light header,
.inner_page header {
  background: linear-gradient(180deg,#fff 0,rgba(255,255,255,.9) 76.04%,rgba(255,255,255,0) 100%)
}
.active_poup header {
  background: 0 0!important
}
.descr_show {
  display: none
}
.sub_menu_list .menu_el .not_path {
  transform: translate(300px,calc(100% - 277px))
}
.sub_menu_list {
  padding-top: 0!important;
  display: flex;
  align-items: center
}
.contact .list_link:nth-child(2) .contact_txt {
  margin-top: -56px
}
.burger_menu {
  overflow: hidden;
  padding-top: 80px
}
#vertical-multilevel-menu {
  padding: 0 50px!important
}
.burger_menu.burger_menu_active::before {
  content: '';
  height: 80px;
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  background: #1b162f
}
form[name=SIMPLE_FORM_4] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px
}
form[name=SIMPLE_FORM_4] input,
form[name=SIMPLE_FORM_4] select {
  background: rgba(255,255,255,.1);
  border-radius: 8px;
  border: none;
  outline: 0;
  padding: 12px 20px;
  margin-bottom: 20px;
  color: rgba(255,255,255,.6);
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: .3s all
}
form[name=SIMPLE_FORM_4] input option,
form[name=SIMPLE_FORM_4] select option {
  background: #1b162f;
  color: rgba(255,255,255,.6);
  border: none
}
form[name=SIMPLE_FORM_4] input:hover,
form[name=SIMPLE_FORM_4] select:hover {
  color: #fff;
  background: linear-gradient(90.47deg,#554596 0,#c92c7b 100%)
}
form[name=SIMPLE_FORM_4] textarea {
  background: rgba(255,255,255,.1);
  border-radius: 8px;
  font-family: "Proxima Nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  border: none;
  outline: 0;
  resize: none;
  padding: 1rem;
  box-sizing: border-box;
  height: 140px
}
input[name=web_form_submit] {
  margin-top: 20px
}

.popup_mess{
  background: #fff;
  padding: 2rem;
  border-radius: 25px;
  font-family: "ProximaNovaRegular",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #7B7781;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.popup_form_mess{
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 2rem;
  font-family: "ProximaNovaRegular",sans-serif;
  font-size: 20px;
  z-index: -500;
}
.error_mess{
  color: red;
  z-index: 500;
}

.enable_popup{
  animation: showPopupMess 0.3s linear;
  transform: translateX(0%);
  z-index: 500;
}
.disable_popup{
  transform: translateX(-200%);
  z-index: -20;
}
@keyframes showPopupMess {
  0%{
    transform: translateX(-200%);
  }
  100%{
    transform: translateX(0%);
  }
}
.popup_form_distribution  .form_inputs .form_item::last-child(){
  display: none;
}
/* End */


/* Start:/local/templates/main/../.default/css/media.min.css?165448803614638*/
@media (max-width:1840px) {
  .options .left,
  .options .right {
    max-width: 500px
  }
  .wrapper_cards {
    justify-content: center
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1840px),
only screen and (min-device-pixel-ratio:2) and (max-width:1840px),
only screen and (min-resolution:192dpi) and (max-width:1840px),
only screen and (min-resolution:2dppx) and (max-width:1840px) {
  .options .left,
  .options .right {
    max-width: 500px
  }
  .wrapper_cards {
    justify-content: center
  }
}
@media (max-width:1720px) {
  .detail_item .detail_head .left_col {
    max-width: 395px
  }
  .detail_item .detail_head .left_col .main_img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
  }
  .detail_item .detail_head .right_col h2 {
    font-size: 56px
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1720px),
only screen and (min-device-pixel-ratio:2) and (max-width:1720px),
only screen and (min-resolution:192dpi) and (max-width:1720px),
only screen and (min-resolution:2dppx) and (max-width:1720px) {
  .detail_item .detail_head .left_col {
    max-width: 395px
  }
  .detail_item .detail_head .left_col .main_img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
  }
  .detail_item .detail_head .right_col h2 {
    font-size: 56px
  }
}
@media (max-width:1680px) {
  .inner_light .bg {
    display: none
  }
  .inner_light .wrapper_cards .item {
    width: 100%
  }
  .contact .colums {
    gap: 20px
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1680px),
only screen and (min-device-pixel-ratio:2) and (max-width:1680px),
only screen and (min-resolution:192dpi) and (max-width:1680px),
only screen and (min-resolution:2dppx) and (max-width:1680px) {
  .inner_light .bg {
    display: none
  }
  .inner_light .wrapper_cards .item {
    width: 100%
  }
  .contact .colums {
    gap: 20px
  }
}
@media (max-width:1620px) {
  header .logo {
    margin-right: 2rem
  }
  .wrapper_slider .slide img {
    height: 100vh
  }
  .container_section {
    max-width: calc(100% - 400px)
  }
}
@media (max-width:1536px) {
  .container_section {
    max-width: calc(100% - 150px)
  }
}
@media (max-width:1500px) {
  .wrapper_cards {
    flex-wrap: wrap
  }
  .wrapper_top_section .txt {
    max-width: 480px
  }
  .wrapper_top_section .section_img {
    max-width: 375px
  }
  .services .tabs_content .items {
    gap: .5rem
  }
  .container_section {
    max-width: calc(100% - 300px)
  }
}
@media (max-width:1440px) {
  .mission_bg {
    width: 35%
  }
  .sub_menu_list {
    width: calc(65%)
  }
  .wrapper {
    padding-left: 30px;
    padding-right: 80px
  }
  header .main_menu {
    margin-left: -50px
  }
  header .main_menu nav ul {
    gap: 35px;
    justify-content: space-around
  }
  .container_section {
    max-width: calc(100% - 200px)
  }
  .list_elements {
    justify-content: space-around
  }
  .list_elements .item {
    margin-right: 20px
  }
  .list_elements .item:nth-child(2n+1) {
    margin-right: 0
  }
}
@media (max-width:1366px) {
  .container_section {
    max-width: calc(100% - 100px)
  }
  .wrapper_top_section {
    justify-content: space-between
  }
  .wrapper_top_section .txt {
    max-width: 640px
  }
  .wrapper {
    padding: 0 3rem
  }
  header .main_menu nav ul {
    gap: 28px
  }
  .sub_menu_list {
    width: calc(70%)
  }
}
@media (max-width:1300px) {
  .container_section {
    max-width: calc(100% - 100px)
  }
  .wrapper {
    padding-left: 50px;
    padding-right: 50px
  }
  header .main_menu nav ul {
    gap: 20px
  }
  .slide_main .text h2 {
    font-size: 80px
  }
  .main .descr {
    left: 50px;
    right: 50px
  }
}
@media (max-width:1280px) {
  .team_list .main_item {
    flex-wrap: wrap
  }
  .mission_bg {
    display: none
  }
  header .main_menu {
    margin-left: -70px
  }
  .item_catalog .slick-track .slick-slide div {
    display: flex;
    justify-content: center
  }
  #distribution {
    height: -webkit-max-content!important;
    height: -moz-max-content!important;
    height: max-content!important;
    padding-bottom: 1rem;
    box-sizing: border-box
  }
}
@media (max-width:1279px) {
  .services .tabs_content .items {
    flex-wrap: wrap
  }
}
@media (max-width:1024px) {
  .loader_wrapper .circle {
    display: none
  }
  .slick-track {
    display: flex
  }
  .options {
    flex-direction: column;
    gap: 2rem;
    align-items: center
  }
  .catalog_container,
  .top {
    max-width: calc(100% - 95px)!important
  }
  .inner_light .container_copy {
    top: calc(100% + 200px);
    width: calc(100% - 140px)
  }
  .main_inner .wrapper_items {
    gap: 1rem
  }
  .sub_menu_list {
    overflow: scroll;
    width: calc(100% - 95px)
  }
  .sub_menu_list .footer {
    left: 0;
    width: calc(100% - 95px);
    top: calc(100% + 180px)
  }
  .slide_main .text {
    left: 95px
  }
  .container_copy {
    max-width: calc(100% - 95px)
  }
  .main .descr {
    display: none
  }
  .info .title_section {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .info .wrapper_top_section {
    flex-direction: column
  }
  header .lang,
  header .location {
    display: none
  }
  .inner_light .content_center .wrappper_flex {
    flex-direction: column
  }
}
@media (max-width:1170px) {
  .contact .top_wrapper {
    flex-direction: column
  }
}
@media (max-width:1023px) {
  .mission_page .d-flex {
    flex-wrap: wrap
  }
  .news .content .news_list {
    flex-wrap: wrap;
    flex-direction: column
  }
  .news .content .news_list .item {
    max-width: 100%;
    width: calc(100%)
  }
  .inner_light .container_copy {
    flex-wrap: wrap;
    gap: 1rem;
    max-width: calc(100% - 50px)
  }
  .container_copy {
    display: none
  }
  .detail_page_element .descr h2 {
    font-size: 36px
  }
  .detail_page_element .images .main_img {
    height: 400px
  }
  .detail_page_element .images .main_img img {
    height: 400px
  }
  #distribution .fp-bg {
    display: none
  }
  .catalog {
    padding-top: 100px
  }
  .burger_menu_toggle {
    display: block;
    background-image: url(/local/templates/main/../.default/css/../img/menu.png);
    width: 20px;
    height: 20px;
    position: fixed;
    z-index: 39;
    background-size: contain;
    right: 95px;
    filter: invert(1);
    cursor: pointer
  }
  .burger_menu {
    position: absolute;
    background: #1b162f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: 40
  }
  .burger_menu_active {
    display: block;
    overflow: scroll
  }
  .services .tabs_content .items {
    gap: 1rem;
    justify-content: space-around
  }
  .services .tabs_content .items .slick-slide {
    max-width: 280px
  }
  .container {
    overflow-x: hidden
  }
  header {
    background: #1b162f;
    height: 80px;
    padding-top: 0!important;
    padding-bottom: 0;
    display: flex;
    align-items: center
  }
  header .main_menu {
    display: none
  }
  header .sing_in {
    display: none
  }
  .tabs_wrapper {
    gap: 20px;
    justify-content: center!important
  }
  .container_copy {
    margin: 95px auto 75px auto
  }
  .container_copy .toggle_btn_next {
    display: none!important
  }
  .info {
    padding-bottom: 2rem
  }
  .info .wrapper_top_section {
    margin-top: -10px;
    padding-top: 150px;
    box-sizing: border-box
  }
  .services {
    padding-bottom: 2rem
  }
  .services .wrapper_top_section {
    box-sizing: border-box;
    margin-top: -80px;
    padding-top: 150px
  }
  #news {
    margin-top: -80px;
    padding-top: 150px;
    box-sizing: border-box
  }
}
@media (max-width:960px) {
  .internet_calc .calc_selects {
    flex-direction: column;
    align-items: center
  }
  .internet_calc .calc_selects .card {
    max-width: 80%
  }
}
@media (max-width:834px) {
  h2.title_section {
    font-size: 36px!important
  }
  .wrapper_top_section .text {
    width: 100%;
    max-width: 100%
  }
  .wrapper_top_section .text .txt {
    max-width: 100%
  }
  .wrapper_top_section .section_img {
    display: none
  }
  .detail_page_element {
    flex-direction: column
  }
  .detail_page_element .descr {
    order: 0;
    max-width: calc(100%)
  }
  .detail_page_element .images {
    order: 1;
    max-width: calc(100%)
  }
  .catalog .catalog_items .item_catalog .top {
    max-width: calc(100%)!important;
    flex-wrap: wrap;
    gap: 1rem
  }
  .catalog .catalog_items .item_catalog .title_catalog {
    font-size: 32px
  }
  .catalog .catalog_items .item_catalog .subtitle_catalog {
    font-size: 16px
  }
  .news .content {
    flex-wrap: wrap
  }
  .contact .container_copy {
    flex-direction: column;
    gap: 20px
  }
}
@media (max-width:834px) and (max-height:1194px) {
  .wrapper_top_section .section_img {
    display: none
  }
  .wrapper_slider .slide img {
    height: 50vh
  }
  .slide_main .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
  }
  .slide_main .text h2 {
    font-size: 42px;
    margin-bottom: 0
  }
}
@media (max-width:693px) {
  .contact .col_form .select_els {
    justify-content: flex-start;
    gap: 10px
  }
  .contact .col_form .select_els a {
    margin-bottom: 0
  }
  .plans .wrapper_items {
    justify-content: center
  }
  .services .tabs {
    display: flex;
    flex-direction: column;
    gap: 1rem
  }
  .services .tabs a:after {
    display: none
  }
}
@media (max-width:1024px) and (max-height:1366px) {
  .main_slider .text h2 {
    font-size: 120px
  }
  .main_slider .wrapper_slider img {
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (max-width:428px) {
  .services .wrapper_top_section {
    padding-top: 50px
  }
  .info .wrapper_top_section {
    padding-top: 0
  }
  .services .tabs {
    margin-top: 50px
  }
  .contact {
    padding-bottom: 20px
  }
  .contact .colums {
    margin-bottom: 0
  }
  .btn_card {
    max-width: 280px;
    height: 48px;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat!important
  }
  .active_from {
    width: 100%
  }
  form[name=SIMPLE_FORM_1] {
    max-width: calc(100% - 10px)!important;
    margin: 0 auto
  }
  form[name=SIMPLE_FORM_1] .form_inputs input {
    min-width: 100%;
    width: 100%
  }
  .internet_calc .calc_selects .card {
    max-width: 100%
  }
  .main_item .img {
    margin-bottom: 0
  }
  .item .list_elements .item_element {
    max-width: 100%
  }
  .main_inner .plans {
    margin-top: 100px
  }
  .main_inner {
    padding-top: 100px
  }
  .inner_section {
    padding-top: 0
  }
  .inner_light .container_copy {
    justify-content: center!important;
    align-items: center;
    max-width: calc(100% - 50px)!important
  }
  .options .el {
    align-items: center
  }
  .bx-breadcrumb {
    flex-wrap: wrap;
    gap: 1rem
  }
  .detail_page_element .descr h2 {
    line-height: 46px
  }
  .detail_page_element .descr .txt {
    margin-bottom: 40px
  }
  .detail_page_element .descr .btns {
    flex-direction: column;
    gap: 1rem
  }
  .detail_page_element .descr .btns .btn_price {
    padding: 12px 20px
  }
  .detail_page_element .images {
    margin-top: 5rem
  }
  .catalog_container,
  .top {
    max-width: calc(100% - 46px)!important
  }
  .catalog .top {
    flex-wrap: wrap;
    gap: 1rem
  }
  h2.title_section {
    text-align: left!important;
    font-size: 36px!important
  }
  .info h2.title_section {
    align-items: flex-start;
    text-align: left!important
  }
  .info .wrapper_items .item .descr {
    text-align: left
  }
  .container_section {
    max-width: calc(100% - 50px)
  }
  header {
    padding-top: 10px
  }
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
  .logo {
    max-width: 160px;
    width: 100%
  }
  .logo a img {
    width: 100%
  }
  .burger_menu_toggle {
    right: 10px
  }
  .slide_main .text {
    left: 10px;
    right: 95px;
    width: 100%;
    transform: translate(0,-50%)
  }
  .slide_main .text h2 {
    font-size: 36px
  }
  .slide_main .text .sub_title {
    font-size: 16px;
    max-width: 315px
  }
  h2.title_section {
    font-size: 36px
  }
  .info h2.title_section {
    display: flex;
    flex-direction: column;
    text-align: center
  }
  .contact .top_wrapper {
    display: flex;
    flex-wrap: wrap
  }
  .contact .colums {
    flex-wrap: wrap
  }
  .contact .container_copy .links {
    gap: 10px
  }
  .burger_menu .close_btn {
    right: 10px;
    top: 30px
  }
}
@media (max-height:800px) {
  .sub_menu_list .menu_el ul li a {
    margin-bottom: 10px!important
  }
  .sub_menu_list .contact .active_el .contact_txt .sub_title {
    margin-bottom: 40px!important
  }
  .sub_menu_list .footer {
    display: none
  }
}
@media (max-height:812px) {
  .main .main_slider {
    height: 100vh
  }
  .main .main_slider .wrapper_slider img {
    height: 100vh
  }
}
@media (max-width:360px) and (max-height:800px) {
  .main .main_slider {
    height: 60vh
  }
  .main .main_slider img {
    height: 60vh
  }
}
@media (max-width:320px) and (max-height:568px) {
  .slide_main .text {
    top: 40%
  }
  .slide_main img {
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (max-width:375px) and (max-height:667px) {
  .main .main_slider {
    height: 60vh
  }
  .main .main_slider .wrapper_slider img {
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (max-width:414px) and (max-height:736px) {
  .main .main_slider {
    height: 60vh
  }
  .main .main_slider .wrapper_slider img {
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (max-width:375px) and (max-height:812px) {
  .main .main_slider {
    height: 60vh
  }
  .main .main_slider .wrapper_slider img {
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (max-width:876px) and (max-height:1400px) {
  .main .main_slider .wrapper_slider img {
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (max-width:1024px) and (max-height:768px) {
  .contact .container_copy {
    margin-top: -5rem
  }
}
@media (max-width:1440px) and (max-height:900px) {
  .contact {
    position: relative
  }
  .contact .container_copy {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%)
  }
}
@media (max-width:1536px) and (max-height:864px) {
  .contact {
    position: relative
  }
  .contact .container_copy {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%)
  }
}
@media (max-width:1920px) and (max-height:1080px) {
  .contact {
    position: relative
  }
  .contact .container_copy {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%)
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main_menu/style.css?17734133444699*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/.default/components/bitrix/menu/main_menu/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/.default/components/bitrix/menu/main_menu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/.default/components/bitrix/menu/main_menu/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

.sub_menu_list .menu_el ul li a {

	font-family: 'Proxima Nova', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;

	text-align: right;
	margin-bottom: 40px;
	cursor: pointer;
}


/* End */


/* Start:/local/templates/.default/components/bitrix/menu/modile_mutlilevel/style.css?1649218113804*/
#vertical-multilevel-menu {
	padding: 10rem 50px;
	box-sizing: border-box;
	overflow-y: scroll;
}
#vertical-multilevel-menu  li{
	list-style-type: none;
	display: block;
	padding: 1rem 0;
}
#vertical-multilevel-menu  li a{
	color: #fff;
	font-family: "Proxima Nova",sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

#vertical-multilevel-menu  li ul{
	display: none;
	padding: 0 1rem;
	box-sizing: border-box;
}

#vertical-multilevel-menu .active_sub_menu ul{
	display: block;

}

@media (max-width: 428px){
	#vertical-multilevel-menu{
        padding: 5rem 50px;
    }
}
.vertical-multilevel-menu {
	position: relative;
}
#vertical-multilevel-menu .sing{
	color: #fff;
	font-family: "Proxima Nova",sans-serif;
	font-size: 18px;
	margin-top: 5rem;
	display: block;
	text-transform: uppercase;
}
/* End */
/* /local/templates/main/../.default/css/fullpage.css?16393771835523 */
/* /local/templates/main/../.default/css/main.min.css?177340531760988 */
/* /local/templates/main/../.default/css/media.min.css?165448803614638 */
/* /local/templates/.default/components/bitrix/menu/main_menu/style.css?17734133444699 */
/* /local/templates/.default/components/bitrix/menu/modile_mutlilevel/style.css?1649218113804 */
