@charset "utf-8";

@font-face {
    font-family: 'rouble';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.rouble{
    font-family: 'rouble' !important;
    text-transform: lowercase !important;
}

@font-face {
    font-family: 'sf_ui__textmedium';
    src: url('../fonts/sfuitext-medium-webfont.eot');
    src: url('../fonts/sfuitext-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-medium-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-medium-webfont.woff') format('woff'),
         url('../fonts/sfuitext-medium-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-medium-webfont.svg#sf_ui__textmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui__textheavy';
    src: url('../fonts/sfuitext-heavy-webfont.eot');
    src: url('../fonts/sfuitext-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-heavy-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-heavy-webfont.woff') format('woff'),
         url('../fonts/sfuitext-heavy-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-heavy-webfont.svg#sf_ui__textheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui__textbold';
    src: url('../fonts/sfuitext-bold-webfont.eot');
    src: url('../fonts/sfuitext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-bold-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-bold-webfont.woff') format('woff'),
         url('../fonts/sfuitext-bold-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-bold-webfont.svg#sf_ui__textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui__textregular';
    src: url('../fonts/sfuitext-regular-webfont.eot');
    src: url('../fonts/sfuitext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-regular-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-regular-webfont.woff') format('woff'),
         url('../fonts/sfuitext-regular-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-regular-webfont.svg#sf_ui__textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui__textsemibold';
    src: url('../fonts/sfuitext-semibold-webfont.eot');
    src: url('../fonts/sfuitext-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-semibold-webfont.woff') format('woff'),
         url('../fonts/sfuitext-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-semibold-webfont.svg#sf_ui__textsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hxazmj');
  src:  url('../fonts/icomoon.eot?hxazmj#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hxazmj') format('truetype'),
    url('../fonts/icomoon.woff?hxazmj') format('woff'),
    url('../fonts/icomoon.svg?hxazmj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" 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-close:before {
  content: "\e900";
}
.icon-rouble:before {
  content: "\e901";
}
.icon-1:before {
  content: "\e902";
}
.icon-2:before {
  content: "\e903";
}
.icon-3:before {
  content: "\e904";
}


html,
body{
    min-height: 100%;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'sf_ui__textregular';
    background: #f6f8f9 url('../img/combined-shape.svg') 50% 100% no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 100%;
}

footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

main,
header,
menu{
    display: block;
    margin: 0;
    padding: 0 calc(20px - (100vw - 100%)) 0 0;

}

main{
    padding-top: 33px;
    min-height: 600px;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 33px;
}

p{
    margin: 0 0 20px 0;
}

header{
    display: block;
    height: 96px;
    background: #fff;
}
.clearfix:after {
    content:'';
    display:block;
    clear:both;
}

.center{
    width: 1030px;
    margin: 0 auto;
    position: relative;
    padding:0 10px;
}

header .center{
    height: 100%;
}

.container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

header .container{
    display: table;
}
header .container__col{
    display: table-cell;
    vertical-align: middle;
}

.container__col_left{
    width: 22.90%;
}

.container__col_right{
    width: 77.1%;
}

.container__col_vtop{
    vertical-align: top;
}

.logos {
    display: flex;
    align-items: center;
    padding-top: 6px;
}
.logos a {
    margin-right: 10px;
}
.logo {
    display: inline-block;
    width: 124px;
    max-width: 9vw;
    position: relative;
}
.logo:before {
    content: '';
    display: block;
    padding-top: 51%;
}
.logo > span {
    display: block;
    transition: 300ms;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.logo > span:after {
    content:'';
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    padding-top: 51%;
    position: absolute;
    left: 0;
}
.logo > span:first-child{
    height: 100%;
    top: 0;
}
.logo > span:first-child:after{
    background-image: url('../img/logo.svg');
    top: 0;
}
.logo > span:last-child{
    height: 0;
    bottom: 0;
}
.logo > span:last-child:after{
    background-image: url('../img/logo_hover.svg');
    bottom: 0;
}
.logo:hover > span:first-child{
    height: 20%;
}
.logo:hover > span:last-child{
    height: 80%;
}
.logo-round {
    background: #e11931 url('../img/logo_round.svg') 50% 50% no-repeat;
    background-size: 134% auto;
    border-radius: 50%;
    width: 64px;
    max-width: 5vw;
    background-color: transparent;
}
.logo-round:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.header-menu > a{
    font-family: 'sf_ui__textmedium';
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    line-height: 11px;
    text-decoration: none;
    display: inline-block;
    margin-right: 14px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 6px;
    top: 6px;
}

.header-menu > a:after{
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background: #9eca4c;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 300ms;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

.header-menu > a:hover:after,
.header-menu > a.active:after{
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.header-menu__phone{
    color: #9eca4c;
    display: inline-block;
    font-family: 'sf_ui__textmedium';
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: 6px;
    padding-left: 10px;
}

.header-menu__lk{
    display: inline-block;
    font-family: 'sf_ui__textmedium';
    font-size: 11px;
    line-height: 20px;
    top: 6px;
    text-transform: uppercase;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -5px;
    height: 20px;
    cursor: pointer;
}

.header-menu__lk:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #9eca4c;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 300ms;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

.header-menu__lk:hover:after{
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.header-menu__lk a{
    color: #000;
}

.header-menu__lk a{
    text-decoration: none;
}

.header-menu__lk .header-menu__lk__icon {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -28px;
    top: -1px;
    cursor: pointer;
    transition: 500ms;
    transform-style: preserve-3d;
}

.header-menu__lk:hover .header-menu__lk__icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.header-menu__lk svg{
    position: absolute;
    left: 0;
    top: 0;
}

.header-menu__lk svg:last-child{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: none;
}

.left-menu{
    margin-top: 7px;
    position: relative;
    z-index: 1;
}

.left-menu a{
    display: block;
    font-family: 'sf_ui__textmedium';
    text-decoration: none;
    color: #9eca4c;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-right: 50px;
}

.left-menu a > span{
    position: relative;
    display: inline-block;
}

.left-menu a > span:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom:-2px;
    background: #9eca4c;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: transform 300ms linear;
    transform-origin: 0 50%;
}

.left-menu a:hover > span:after{
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.left-menu a.active:hover > span:after{
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

.left-menu a.active{
    color: #000;
}
.left-menu__list > a:first-child {
    margin-bottom: 10px;
}
.left-menu__list .left-menu__sub {
    font-size: 12px;
    margin-left: 10px;
}
h1{
    font-family: 'sf_ui__textheavy';
    margin: 0 0 28px 0;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
}

.content{
    max-width: 752px;
}

.form-line{
    display: table;
    width: 100%;
}

.form-line > div{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

.form-line > div:first-child{
    padding-right: 9px;
}

.form-line > div:last-child{
    padding-left: 9px;
}

.input{
    box-sizing: border-box;
    border: 1px solid #d4d7da;
    height: 43px;
    padding: 0 17px;
    position: relative;
    cursor: text;
    margin-bottom: 12px;
    transition: 300ms;
}

.input.error{
    border-color: red;
}

.input input{
    background: none;
    font-family: 'sf_ui__textregular';
    border: none;
    outline: none;
    padding: 0 17px;
    font-size: 13px;
    line-height: 13px;
    color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: 300ms;
    -webkit-appearance: none !important;
}

.input.focus input{
    opacity: 1;
}

.input__placeholder{
    font-family: 'sf_ui__textregular';
    padding: 0 17px;
    font-size: 13px;
    line-height: 13px;
    color: #9e9fa0;
    position: absolute;
    left: 0;
    top: 15px;
    transition: 300ms;
}

.input.focus .input__placeholder{
    opacity: 0;
}

.input_textarea{
    height: 98px;
}

.input_textarea textarea{
    background: none;
    border: none;
    outline: none;
    resize: none;
    height: 100%;
    width: 100%;
    overflow: auto;
    font-family: 'sf_ui__textregular';
    font-size: 13px;
    line-height: 13px;
    padding: 15px 0;
    margin: 0;
    box-sizing: border-box;
}

.button{
    height: 52px;
    line-height: 52px;
    background: #9eca4c;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration:none;
    text-transform: uppercase;
    font-family: 'sf_ui__textsemibold';
    cursor: pointer;
    transition: 300ms;
}

.button:hover{
    background: #8db83d;
}

.button:active{
    background: #7ba331;
}

.button_form{
    margin-top: 10px;
}

.button_small{
    width: 156px;
    height: 36px;
    line-height: 37px;
    font-size: 11px;
    font-family: 'sf_ui__textregular';
}

.sitemap{
    position: absolute;
    right: 15px;
    bottom: 38px;
    height: 15px;
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    padding-right: 27px;
    font-family: 'sf_ui__textmedium';
    font-weight: 500;
}

.sitemap svg{
    position: absolute;
    right: 0;
    top: 0;
}

.sitemap svg path{
    transition: 300ms;
}

.sitemap:hover svg path{
    fill: #bcbcbc;
}

.prod-table{
    border-collapse: collapse;
    width: 100%;
    position: relative;
}

.prod-table thead td{
    font-family: 'sf_ui__textbold';
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    color: #bdc1c6;
    vertical-align: top;
    height: 25px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    white-space: nowrap;
}
.prod-table thead td i {
    vertical-align: middle;
}
.prod-table td:last-child{
    text-align: right;
}

.prod-table tbody td{
    height: 56px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    padding-left: 1%;
    padding-right: 1%;

}

.prod-table tbody td:first-child{
    font-family: 'sf_ui__textmedium';
    font-weight: bold;
}

.prod-table tbody tr:nth-child(2n+1) td{
    background: #fff;
}

.container ul{
    margin: 0 0 45px 0;
    padding: 0;
    list-style: none;
}

.container li{
    position: relative;
    margin-bottom: 8px;
    padding-left: 13px;
}

.container li:after{
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #9eca4c;
}

.news:after{
    content:'';
    display: block;
    clear: both;
}

.news__t{
    display: table;
    width: 100%;
}

.news__t .news__r{
    display: table-row;
}

.new{
    display: block;
    height: 377px;
    width: 33.3%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 31px;
}

.news__t .new{
    display: table-cell;
    height: auto;
}

.new__in{
    width: 248px;
    height: 100%;
}

.new:nth-child(3n+2) .new__in{
    margin: 0 auto;
}

.new:nth-child(3n+3) .new__in{
    float: right;
}


.new__img{
    display: block;
    width: 248px;
    height: 185px;
    overflow: hidden;
}

.new__img img{
    display: block;
    transition: 300ms;
}

.new__img:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.new__in > a{
    display: block;
}

.new__date{
    color: rgba(0, 0, 0, 0.36);
    font-size: 12px;
    line-height: 12px;
    padding: 12px 0 12px 0;
}

.new__lnk{
    font-family: 'sf_ui__textmedium';
    color: #000;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    height: 65px;
    text-decoration: none;
}

.new__lnk:hover{
    text-decoration: underline;
}

.new__dsk{
    font-size: 13px;
    line-height: 20px;
}

.inner-new{
    padding-top: 3px;
}

.inner-new__img{
    height: 348px;
    margin-bottom: 33px;
    margin-top: 13px;
}

.inner-new__img img{
    display: block;
}

.inner-new__back{
    display: inline-block;
    padding: 10px;
    position: relative;
    left: -10px;
    top: -10px;
    text-decoration: none;
    transition: 300ms;
}

.inner-new__back:before{
    transition: 300ms;
    color: #9eca4c;
    font-size: 12px;
}

.inner-new__back:hover:before{
    color: #bcbcbc;
}

.inner-new__back:hover{
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.inner-new__date{
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.36);
    padding: 0px 0 10px 0;
}

.inner-new__title{
    font-family: 'sf_ui__textmedium';
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 14px;
}

.single h1{
    margin: 0 0 28px 0;
    font-size: 20px;
    line-height: 20px;
}

.single{
    max-width: 750px;
    padding-top: 3px;
}

.rules{
    padding-top: 6px;
}

.rules > a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 9px;
    font-weight: 100;
}

.rules > a:hover{
    text-decoration: underline;
}

.rules__arch-lnk{
    text-decoration: none;
    font-family: 'sf_ui__textmedium';
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.rules__arch-lnk:hover span{
    text-decoration: underline;
}

.rules__arch-lnk > span{
    display: inline-block;
    position: relative;
}

.rules__arch-lnk i{
    font-size: 6px;
    margin-left: 5px;
    position: absolute;
    top: 5px;
    right: -15px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.rules__arch-lnk.active i{
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.rules__arch-box{
    display: none;
}

.rules__arch-box > div > a{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
}

.rules__arch-box > div > a:hover{
    text-decoration: underline;
}

.rules__arch-box > div{
    padding-bottom: 7px;
}

.rules__list{
    margin: 15px 0 !important;
    padding: 0;
}

.rules__list li{
    padding-left: 26px;
    line-height: 24px;
    margin-bottom: 2px;
}

.rules__list li:after{
    content:attr(data-index);
    width: 13px;
    height: 13px;
    border-radius: 13px;
    text-align: center;
    line-height: 13px;
    color: #fff;
    font-size: 7px;
    font-family: 'sf_ui__textregular';
    top: 4px;
}

.report a{
    display: block;
    color: #9eca4c;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 20px;
}

.report a:hover{
    text-decoration: underline;
}

.link-list{
    margin-bottom: 25px !important;
}

.link-list li{
    margin-bottom: 19px;
}

.link-list a{
    color: #9eca4c;
    text-decoration: none;
    display: block;
}

.link-list a:hover{
    text-decoration: underline;
}

h1.contacts-title{
    font-size: 20px;
    margin-bottom: 20px;
}

.contacts-table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 28px;
}

.contacts-table td{
    vertical-align: bottom;
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
}

.contacts-table td a{
    font-weight: 100;
    color: #9eca4c;
    text-decoration: none;
}

.contacts-table td a:hover{
    text-decoration: underline;
}

.contacts-table th{
    font-size: 11px;
    line-height: 11px;
    font-weight: 100;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
    color: #bec1c6;
}

.contacts-table th .button{
    display: inline-block;
    margin:2px 0;
}

.contacts-table th:last-child{
    text-align: right;
}

#gmap{
    height: 361px;
}

.infobubble{
    width: 300px;
    height: 100px;
    position: relative;
}

.infobubble__in{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -102px;
    margin-top: -31px;
    width: 220px;
    height: 62px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    padding: 15px 0 0 35px;
    box-sizing: border-box;
    letter-spacing: 0px;
}

.infobubble__in:after{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -7px;
}

.infobubble__text{
    font-family: 'sf_ui__textmedium';
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0px;
}

.infobubble__text i{
    display: block;
    position: absolute;
    left: -17px;
    top: -2px;
    font-size: 14px;
}

.way__title{
    font-family: 'sf_ui__textmedium';
    margin: 0 0 28px 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
}

.prod-table_way tbody td{
    padding:20px 10px 20px 1.5%;
    line-height: 18px;
    vertical-align: top;
    height: auto;
}

.prod-table_way tbody td a{
    color: #9eca4c;
    text-decoration: none;
}

.prod-table_way tbody td a:hover{
    text-decoration: underline;
}

.prod-table_way tbody td:first-child{
    font-weight: 100;
}

.prod-table_way thead td:last-child,
.prod-table_way tbody td:last-child{
    text-align: left;
}

.prod-table_way tbody td > img{
    display: block;
    position: relative;
    margin-bottom: 35px;
}

.way__first{
    position: relative;
    padding-left: 82px;
    height: 100%;
}

.way__first img{
    position: absolute;
    left: 0;
    top: 0;
}

.way__first-tr td{
    background: #fff;
}

.prod-table_way tbody td.way__line{
    overflow: hidden;
    position: relative;
    padding: 0;
    height: 1px;
}

.way__line:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e8ea;
    position: absolute;
    top: 0px;
    right: -27px;
    z-index: 0;
}

.way__line:before{
    content:'';
    display: block;
    width: 90px;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
    background: #fff;
}

.way__table-title{
    font-family: 'sf_ui__textregular';
    margin: 0 0 28px 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
}

.radio-group{
    height: 24px;
    position: relative;
    margin-top: 12px;
}

.radio{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.radio-group .radio{
    float: left;
    height: 24px;
}

.radio input{
  margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.radio span{
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    border: 1px solid #cacccd;
    z-index: 1;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.radio span:after{
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: 300ms;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
}

.radio input:checked + span:after{
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.radio label{
    display: flex;
  box-sizing: border-box;
    align-items: center;
    width: 100%;
    height: 100%;
  min-height: 17px;
    padding-left: 27px;
    font-size: 13px;
    cursor: pointer;
}

.radio img{
    position: absolute;
    left: 29px;
    transition: 300ms;
}

.radio label:hover img{
    opacity: 0.7;
}

.radio[data-id="1"] img{
    top: 3px;
}

.radio[data-id="2"] img{
    top: 0px;
}

.radio[data-id="3"] img{
    top: 3px;
}

.radio[data-id="1"]{
    width: 87px;
    position: absolute;
    left: 0;
    top: 0;
}

.radio[data-id="2"]{
    width: 73px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -36px;
}

.radio[data-id="3"]{
    width: 88px;
    position: absolute;
    right: 0;
    top: 0;
}

.button_pay{
    margin-top: 20px;
}

.pay-commision{
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    padding-top: 15px;
}

.pay-dsk{
    padding-top: 20px;
    font-size: 11px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.49);
}

.error-text{
    color: red;
    font-size: 11px;
    line-height: 11px;
    position: relative;
    top: -9px;
    display: none;
}

.error + .error-text{
    display: block;
}

.not-found {
    width: 400px;
    text-align: center;
    margin: 134px auto;
}
.not-found__title {
    font-size: 20px;
    font-family: 'sf_ui__textheavy';
    margin: 41px 0 24px;
    color: #1a1a1a;
}
.not-found__link {
    color: #9eca4c;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    font-family: 'sf_ui__textmedium';
}
.not-found__link:hover {
    text-decoration: underline;
}

.popup-chat__title {
    font-size: 24px;
    font-weight: 800;
    color: #000;
}
.popup-chat__time {
    color: #9ECA4C;
    font-size: 24px;
    font-weight: 800;

}
.popup-chat__time span {
    display: block;
}
.popup {
    display: none;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align:center;
    white-space:nowrap;
    z-index:100;
}
.popup__inner{
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.popup__helper{
    display:inline-block;
    vertical-align:middle;
    height:100%;
    z-index: 1;
}
.popup__overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align:center;
}
.popup__wrap {
    position:relative;
    display:inline-block;
    vertical-align: middle;
    text-align: left;
    width: 410px;
    font-size:16px;
    white-space: normal;
}
.popup__wrap_success {
    width:279px;
}
.popup__close {
    position:absolute;
    top: 8px;
    right: 0;
    font-family: 'sf_ui__textsemibold';
    font-size: 14px;
    color: #000;
    cursor: pointer;
    opacity: 0.58;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
}
.popup__close:hover {
    opacity: 0.9;
}
.popup__close i {
    display:none;
}
.popup__title {
    font-size: 24px;
    text-align: left;
    font-family: 'sf_ui__textheavy';
    letter-spacing: -0.5px;
    margin: 0 0 40px;
}
.popup__text {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: -0.3px;
    margin: -2px 0 29px;
    text-align: center;
}
.popup__button {
    display: block;
    font-size:15px;
    margin-top:14px;
}
.popup .radio{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
}
.popup .radio + .popup__button {
    margin-top:30px;
}

.contacts-datas {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
.contacts-datas > div {
    display: inline-block;
    vertical-align:top;
    width: 44%;
}
.contacts-datas > div:first-child {
    width: 54%;
}
.contacts-datas__title {
    font-size: 11px;
    line-height: 16px;
    font-weight: 100;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
    color: #bec1c6;
    margin-bottom: 10px;
}
.contacts-datas__phone {
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
    color: #000;
    text-decoration: none;
}

.contacts-datas2 {
    float: right;
    width: 50%;
}
.contacts-datas2 > div {
    display: inline-block;
    vertical-align:top;
    width: 49%;
}
.contacts-datas2 > div:last-child {
    text-align:right;
}
.contacts-datas2__email {
    font-weight: 100;
    color: #9eca4c;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
.contacts-datas2__email:hover {
    text-decoration:underline;
}
.contacts-datas2 .button {
    display: inline-block;
    margin: 3px 0;
}

.nav-icon{
    display: none;
    padding: 15px 50px 15px 10px;
    margin-bottom: 13px;
    height: 15px;
    width: 15px;
    position: relative;
}
.nav-icon span{
    display: block;
    height: 3px; width: 15px;
    background: #000;
    margin-bottom: 3px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.slideout-open .overlay{
    display: block;
}


.nav-close {
    display:none;
    position: absolute;
    top: 15px;
    left: 10px;
    height: 14px;
    width: 14px;
    background: url(../img/close.svg);
}

.iframe {
    margin-top:-315px;
    margin-bottom: -33px;
    padding-top: 33px;
    position: relative;
}
iframe {
    border:none;
    width:100%;
}
.prod-table.fixed {
    display:none;
}
.methods iframe {
    overflow: hidden;
    height: 758px;
    position: absolute;
    width: 1280px;
    left: -360px;
    top: 0;
}

.methods .iframe-wrapper{
    height: 502px;
    position: relative;
}

.methods{
    overflow: hidden;
}

.methods.methods_n iframe {
    width: 100%;
    left:0;
    top: 0;
}

.methods.methods_n .iframe-wrapper{
    position: relative;
    height: auto;
}

.methods.methods_n{
    padding-top: 600px;
}

.iframe-wrapper.iframe-wrapper-n{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.con__list div{
    position: relative;
    font-size: 13px;
    line-height: 25px;
    padding-left: 22px;
    margin-bottom: 22px;
}

.con__list div:after{
    content: attr(data-index);
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #9eca4c;
    line-height: 16px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5px;
}

.con__list_circle div:before{
    content:'';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    display: block;
    position: absolute;
    left: 4px;
    top: 9px;
    z-index: 2;
}

.con__link{
    color: #9eca4c;
    margin-left: 22px;
    text-decoration: none;
    display: block;
}

.con__link:hover{
    text-decoration: underline;
}

.con__link-a{
    color: #9eca4c;
    margin-left: 22px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 14px;
}

.con__link-a:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: #9eca4c;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: 300ms;
    transform-origin: 0 50%;
}

.con__link-a:hover{
    text-decoration: none;
}

.con__link-a:hover:after{
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.con__table{
    width: 100%;
    margin-bottom: 25px;
    display: table;
}

.con__table-r{
    display: table-row;
}

.con__table-c{
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell;
}

.con__table-r:first-child .con__table-c{
    padding: 20px 22px;
    text-transform: uppercase;
    color: #7e848f;
    font-size: 10px;
}

.con__table-c{
    font-size: 13px;
    line-height: 25px;
    padding: 22px;
}

.con__table-r:nth-child(2n+2) .con__table-c{
    background: #fff;
}

.con__table-c:first-child{
    width: 70%;
}

.con__table-c:last-child{
    width: 30%;
}

.con__table-c:first-child div{
    padding-bottom: 10px;
}

.con__table-c:first-child div:last-child{
    padding: 0;
}

.con__list li{
    padding-left: 27px;
    margin-bottom: 2px;
}

.con__list li:after{
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
    top: 9px;
}

.con__list ul{
    margin: 0;
}

.con__table-button{
    display: table-cell;
    width: 0;
    font-size: 0;
}

.laoder-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 100ms;
    z-index: 3;
}

.iframe.active .laoder-wrapper,
.iframe-wrapper.active .laoder-wrapper{
    opacity: 0;
    visibility: hidden;
}

.iframe-wrapper{
    position: relative;
    width: 350px;
}

.iframe-pay {
    width: 100%;
    min-height: 575px !important;
    margin-bottom: -10px;
}

#floatingBarsG{
    position:absolute;
    width:34px;
    height:42px;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -17px;
}

.blockG{
    position:absolute;
    background-color:rgb(255,255,255);
    width:5px;
    height:13px;
    border-radius:4px 4px 0 0;
        -o-border-radius:4px 4px 0 0;
        -ms-border-radius:4px 4px 0 0;
        -webkit-border-radius:4px 4px 0 0;
        -moz-border-radius:4px 4px 0 0;
    transform:scale(0.4);
        -o-transform:scale(0.4);
        -ms-transform:scale(0.4);
        -webkit-transform:scale(0.4);
        -moz-transform:scale(0.4);
    animation-name:fadeG;
        -o-animation-name:fadeG;
        -ms-animation-name:fadeG;
        -webkit-animation-name:fadeG;
        -moz-animation-name:fadeG;
    animation-duration:1.2s;
        -o-animation-duration:1.2s;
        -ms-animation-duration:1.2s;
        -webkit-animation-duration:1.2s;
        -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#rotateG_01{
    left:0;
    top:15px;
    animation-delay:0.45s;
        -o-animation-delay:0.45s;
        -ms-animation-delay:0.45s;
        -webkit-animation-delay:0.45s;
        -moz-animation-delay:0.45s;
    transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        -moz-transform:rotate(-90deg);
}

#rotateG_02{
    left:4px;
    top:5px;
    animation-delay:0.6s;
        -o-animation-delay:0.6s;
        -ms-animation-delay:0.6s;
        -webkit-animation-delay:0.6s;
        -moz-animation-delay:0.6s;
    transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
}

#rotateG_03{
    left:14px;
    top:2px;
    animation-delay:0.75s;
        -o-animation-delay:0.75s;
        -ms-animation-delay:0.75s;
        -webkit-animation-delay:0.75s;
        -moz-animation-delay:0.75s;
    transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
}

#rotateG_04{
    right:4px;
    top:5px;
    animation-delay:0.9s;
        -o-animation-delay:0.9s;
        -ms-animation-delay:0.9s;
        -webkit-animation-delay:0.9s;
        -moz-animation-delay:0.9s;
    transform:rotate(45deg);
        -o-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:15px;
    animation-delay:1.05s;
        -o-animation-delay:1.05s;
        -ms-animation-delay:1.05s;
        -webkit-animation-delay:1.05s;
        -moz-animation-delay:1.05s;
    transform:rotate(90deg);
        -o-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
}

#rotateG_06{
    right:4px;
    bottom:4px;
    animation-delay:1.2s;
        -o-animation-delay:1.2s;
        -ms-animation-delay:1.2s;
        -webkit-animation-delay:1.2s;
        -moz-animation-delay:1.2s;
    transform:rotate(135deg);
        -o-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        -webkit-transform:rotate(135deg);
        -moz-transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:14px;
    animation-delay:1.35s;
        -o-animation-delay:1.35s;
        -ms-animation-delay:1.35s;
        -webkit-animation-delay:1.35s;
        -moz-animation-delay:1.35s;
    transform:rotate(180deg);
        -o-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
}

#rotateG_08{
    left:4px;
    bottom:4px;
    animation-delay:1.5s;
        -o-animation-delay:1.5s;
        -ms-animation-delay:1.5s;
        -webkit-animation-delay:1.5s;
        -moz-animation-delay:1.5s;
    transform:rotate(-135deg);
        -o-transform:rotate(-135deg);
        -ms-transform:rotate(-135deg);
        -webkit-transform:rotate(-135deg);
        -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
    0%{
        background-color:#d4d7da;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes fadeG{
    0%{
        background-color:#d4d7da;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes fadeG{
    0%{
        background-color:#d4d7da;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG{
    0%{
        background-color:#d4d7da;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes fadeG{
    0%{
        background-color:#d4d7da;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@media all and (max-width: 1100px) {
    .prod-table tbody tr td:after{
        display: none !important;
    }
    .prod-table tbody tr td:first-child{
        word-wrap: break-word;
        font-size: 10px;
    }

    .prod-table tbody tr td{
        font-size: 11px;
        line-height: 16px;
    }

    .way__line:before{
        background: #e6e8ea;
        width: 100%;
    }

    .con__list div{
        line-height: 20px;
    }

    .con__table-c{
        line-height: 20px;
    }

}
@media all and (max-width: 1070px) {
    .iframe-wrapper.iframe-wrapper-n{
        margin-left: -59px;
    }

    .center {
        width: 940px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    .container__col_left {
        width: 20%;
    }
    .container__col_right {
        width:80%;
    }
    .header-menu > a {
        margin-right: 7px;
    }
    .header-menu__phone {
        padding-left:6px;
    }
    .left-menu > a {
        margin-right:17px;
    }
    .iframe {
        margin-top:-298px;
    }
    .contacts-datas {
        width:44%;
    }
    .contacts-datas2 {
        width:52%;
    }
    .news {
        margin: 0 -5px;
        display: block;
    }
    .news__r{
        display: block;
    }

    .new {
        padding: 0 5px 20px 5px;
        display: block !important;
    }
    .new__in {
        width:100%;
    }
    .new__img {
        width:100%;
        height: 178px;
    }
    .new__img img {
        width:100%;
    }
}
@media all and (max-width: 961px) {

    .iframe-wrapper.iframe-wrapper-n{
        margin-left: 0px;
    }

    .methods.methods_n{
        padding-top: 1050px;
    }

    .methods.methods_n .prod-table tbody tr td:first-child{
      white-space: normal;
    }

    .input input{
        margin-top: -8px;
    }

    .center {
        width: 750px;
    }
    .header-menu > a {
        margin-right: 3px;
        font-size: 10.3px;
    }
    .header-menu__lk__text {
        display:none;
    }
    .header-menu__phone {
        padding-left: 3px;
        font-size: 11px;
    }
    .iframe {
        margin-top:-313px;
    }
    .contacts-datas {
        width: 50%;
    }
    .contacts-datas > div {
        width:49% !important;
    }
    .contacts-datas2 {
        width: 49%;
    }
    .contacts-datas2 > div {
        width: 52%;
    }
    .contacts-datas2 > div:last-child {
        width: 46%;
    }
    .contacts-datas2 .button {
        width:130px;
    }
    .prod-table {
        border-collapse: collapse;
        width: 100%;
        left:0;
        position: relative;
    }
    .prod-table thead td {
        padding-left:8px;
        padding-right:8px;
        padding-top: 11px;
        padding-bottom: 11px;
        height: auto;
    }
    .prod-table tbody td {
        padding-left:8px;
        padding-right:8px;
        white-space: nowrap;
    }
    .prod-table tbody td:first-child {
        font-family: 'sf_ui__textmedium';
        font-weight: bold;
        width: 170px;
        min-width: 170px;
    }
    .prod-table thead td:first-child {
        width: 170px;
    }
    .prod-table-wrap{
        position: relative;
        margin: 0;
        width:584px;
    }
    .prod-table-wrap > div{
        overflow: auto;
        position: relative;
    }
    .fixed{
        position: absolute;
        left: 0;
        background: #fff;
        z-index: 100;
        width: 240px;
        text-align: left;
        z-index: 2;
        box-shadow: 5px 0 10px #f1f4f5;
    }
    .prod-table.fixed td:last-child{
        text-align: left;
        padding-left: 8px;
    }
    .prod-table.fixed {
        display:block;
        width: 170px;
        overflow: hidden;
    }
    .new__img {
        height: 140px;
    }
    .new__lnk {
        font-size:13px;
    }
    .prod-table_way {
        width:584px;
    }
    .prod-table_way thead tr td,
    .prod-table_way tbody tr td {
        white-space:normal;
    }

    .con__table-button{
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 22px;
        border: 4px solid #9eca4c;
        box-sizing: border-box;
        cursor: pointer;
        text-align: center;
        line-height: 16px;
        color: #9eca4c;
        font-family: 'sf_ui__textbold';
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .con__table{
        display: block;
        position: relative;
    }

    .con__table-r{
        display: block;
        position: relative;
    }

    .con__table-c{
        display: block;
        width: auto !important;
    }

    .con__table-c:first-child{
        padding-right: 30px;
    }

    .con__table-c:last-child{
        background: #fff;
        position: absolute;
        left: 0;
        top: 34px;
        border-top: 2px solid #9eca4c;
        width: 100% !important;
        z-index: 100;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
        transition: 300ms;
        opacity: 0;
        visibility: hidden;
    }

    .con__table-r.active .con__table-c:last-child{
        opacity: 1;
        visibility: visible;
    }
}
.way__table-title--mobile{display: none;}
@media all and (max-width: 767px) {
    .way__table-title{font-size: 17px !important;}
    .way__table-title--mobile{display: block;}
    .way__table-title--desctope{display: none;}
    .banner.desctope{display: none !important;}
    .iframe-wrapper.iframe-wrapper-n{
        top: 255px ;
    }
    .banner.desctope{display: none !important;}
    .iframe-wrapper.iframe-wrapper-n{
        top: 255px 
    }

    body {
        background: #f6f8f9;
    }
    main {
        padding-top:0;
        border-top: 43px solid #fff;
    }
    .iframe {
        margin-top: 0;
    }
    .single {
        padding: 20px 0 25px;
    }
    .container {
        display:block;
    }
    .center {
        width: 100%;
    }
    header {
        height: 43px;
        position: fixed;
        z-index: 100;
        width: 100%;
        left: 0;
        top: 0;
    }
    header .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    header .container__col {
        display: block;
    }
    header .center {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
        width: 200px;
        z-index: 999;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-200px);
        -moz-transform: translateX(-200px);
        -webkit-transform: translateX(-200px);
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
        padding: 58px 0 30px;
        -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
        text-align: center;
    }
    .slideout-open header .center {
        opacity: 1;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .logos {
        flex-direction: column;
        padding-top: 80px;
    }
    .logos a {
        margin-right: 0;
    }
    .logo, .logo-round {
        max-width: 100%;
    }
    .logo > span:last-child {
        display: none;
    }
    .logo-round {
        width: 60px;
        margin-top: 20px;
    }
    .container__col_left {
        width: 100%;
        display: block;
    }
    .container__col_right {
        width: 100%;
        display: block;
    }
    main .container__col_right {
        padding-top:21px;
    }
    .header-menu {
        text-align:left;
        margin-top: 45px;
    }
    .header-menu > a {
        display:block;
        margin-bottom: 26px;
        padding: 0 15px;
        font-size: 11px;
        margin-right: 0;
    }
    .header-menu > a:after {
        display:none;
    }
    .header-menu > a.active {
        text-decoration:underline;
    }
    .header-menu .header-menu__phone {
        position: absolute !important;
        top: 85px !important;
        font-size: 13px !important;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0 !important;
        color: #9eca4c;
    }
    .header-menu__lk__text {
        display: inline-block;
    }
    .header-menu__lk {
        position: relative;
        display: block;
        margin-bottom: 26px;
        padding: 0 15px;
        margin-top: 0;
        top: 0;
        right: 0;
        height: auto;
        font-size: 11px;
        padding-top: 5px;
    }
    .header-menu__lk__text {
        display: inline-block;
        vertical-align: middle;
    }
    .header-menu__lk .header-menu__lk__icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        margin-left: 6px;
    }
    .header-menu__lk svg {
        width: 15px;
        height: 15px;
    }
    .left-menu {
        margin: 0 -31px;
        background: #fff;
        padding: 10px 0 12px 31px;
        overflow: auto;
        white-space: nowrap;
    }
    .left-menu > a {
        margin: 0;
        display: inline-block;
        font-size: 14px;
        padding-right: 18px;
    }
    h1, .single h1, h1.contacts-title {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -0.4px;
        margin: 0 0 15px;
    }
    .nav-icon{
        display: block;
    }
    .nav-close {
        display:block;
    }
    .form-line > div {
        display: block;
        width: 100%;
        padding: 0 !important;
    }
    .form {
        padding-bottom: 45px;
    }
    .button_pay,
    .button_form {
        margin-top: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #gmap {
        margin: 0 -10px;
    }

    .prod-table_way,
    .prod-table_way tbody,
    .prod-table_way tbody tr {
        display:block;
        width:100%;
        left:0;
        padding:0;
        background:none !important;
    }
    .prod-table_way tbody tr td {
        display:none;
        left:0;
        background:none !important;
        padding: 5px 5px;
        width:auto;
        line-height: 20px;
        white-space:normal;
    }
    .prod-table_way .active .additional-tr td {
        display: block !important;
    }
    .prod-table_way .active .additional-tr  {
        padding-top: 35px;
        display: block !important;
    }
    .prod-table_way tbody tr td:before {
        display:block;
        font-family: 'sf_ui__textbold';
        margin-top: 14px;
        margin-bottom: 3px;
        opacity: 0.48;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #7e848f;
        text-transform: uppercase;
    }
    .prod-table_way tbody tr td:nth-child(1) {
        display:block;
        padding:0;
        width: 100%;
    }
    .prod-table_way tbody tr td:nth-child(2):before {
        content:'Комиссия';
    }
    .prod-table_way tbody tr td:nth-child(3):before {
        content:'Описание';
    }
    .prod-table_way tbody tr td:nth-child(4):before {
        content:'Сроки зачисления';
    }
    .prod-table_way thead {
        display:none;
    }
    .additional-tr {
        display:none !important;
    }
    .way__first {
        padding-left:0;
    }
    .way__image {
        position: relative;
        background: #fff;
        margin: 3px 0 0;
        padding: 0 15px;
        height: 60px;
        line-height:  60px;
    }
    .way__image:after {
        content: "\e902";
        font-family: 'icomoon' !important;
        font-size: 8px;
        position:absolute;
        right:10px;
        top: 50%;
        margin-top:-4px;
        line-height: 1;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .way__image img {
        position:relative;
        display: inline-block;
        vertical-align:  middle;
        left:0 !important;
    }
    .way__text {
        display:none;
        margin-top: 10px;
    }
    .way__line {
        display:none !important;
    }
    .prod-table_way .active .way__image:after {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        margin-top:-6px;
    }
    .prod-table_way .active td,
    .prod-table_way .active .way__text {
        display:block;
    }
    .prod-table-wrap{
        position: relative;
        margin: 0 -10px -25px;
        width:auto;
    }
    .methods .button_pay {
        position: static;
        width: 85%;
        display: block;
        margin: 25px auto 0;
    }
    .popup__inner {
        padding:10px;
    }
    .popup__wrap {
        width: 100%;
        margin-left: -5px;
    }
    .popup__title.popup-chat__title, .popup__title.popup-chat__time  {
        text-align: center;
    }
    .popup__title {
        font-size:20px;
        line-height: 1.2;
        letter-spacing: -0.4px;
        margin: 0 0 21px;
    }
    .popup__button {
        position:fixed;
        bottom:0;
        left: 0;
        right:0;
    }
    .popup .input_textarea {
        height: 168px;
    }
    .popup__close {
        position: fixed;
        top: 15px;
        right: 13px;
        font-size: 14px;
        color: #000;
    }

    .popup__close span {
        display:none;
    }
    .popup__close i {
        display:inline-block;
    }

    .popup__text {
        text-align:left;
    }
    .news {
        margin: 0;
    }
    .new {
        width:248px;
        height:auto;
        float:none;
        padding:0 0 10px 0;
    }
    .new__in {
        float: none !important;
        margin: 0 !important;
    }
    .new__img {
        height: 185px;
    }
    .new__lnk {
        font-family: 'sf_ui__textmedium';
        color: #000;
        line-height: 1.36;
        letter-spacing: -0.3px;
        font-size: 14px;
        font-weight:normal;
    }
    .inner-new__img {
        height: auto;
        margin: -20px -10px 12px;
    }
    .inner-new__img img {
        max-width: 100%;
    }
    .inner-new__date {
        padding: 0 0 12px;
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: -0.2px;
    }
    .inner-new__title {
        padding-bottom: 15px;
        line-height: 1.06;
        letter-spacing: -0.4px;
        font-size: 18px;
    }
}
@media all and (max-width: 650px) {

    .contacts-datas {
        width: 100%;
        margin-bottom: 0;
    }
    .contacts-datas2 {
        width: 100%;
        margin-bottom: 23px;
    }
    .contacts-datas2 > div {
        width: 100%;
    }
    .contacts-datas2 > div:last-child {
        width: 100%;
        text-align: left;
    }
    .contacts-datas__title {
        line-height: 15px;
        margin-bottom: 3px;
    }
    .contacts-datas2__email {
        margin-top: 18px;
        margin-bottom: 12px;
    }
    .contacts-datas2 .button {
        width:156px;
    }
    .new {
        width:100%;
    }
}
@media all and (max-width: 400px) {
    .input__placeholder {
        font-size: 11.5px;
    }
}

.banner, .banner img {
  display: block;
}
.banner img {
  max-width: 100%;
  margin: 0 auto;
}
.banner.desctope {
    display: block;
    max-width: 90%;
    margin-top: 40px;
}
.banner.desctope img{
    margin: 0;
}

.iframe.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.method-dsc{
  padding-top: 30px;
  font-size: 12px;
}

.method-dsc a{
  color: #9eca4c;
  text-decoration: none;
}

.method-dsc a:hover{
  text-decoration: underline;
}

@media all and (max-width: 961px) {
  .method-dsc{
    font-size: 11px;
  }
}

.new-product-table-wrap{
  overflow: auto;
  max-width: 794px;
  position: relative;
}

.new-product-table{
  width: 794px;
}

.new-product-table > div{
  display: flex;
  font-size: 11px;
  line-height: 18px;
  position: relative;
  align-items: center;
  width: 100%;
}

.new-product-table > div:nth-child(even){
  background: #fff;
}

.new-product-table > div > div{
  padding: 8px;
  box-sizing: border-box;
  width: 100px;
  text-decoration: none;
  color: inherit;
}

.new-product-table > div > div:first-child{
  width: 194px;
  font-family: 'sf_ui__textmedium';
  font-weight: bold;
}


.new-product-table > div > div:nth-child(2){
  width: 70px
}

.new-product-table > div > div:last-child{
  text-align: right;
  width: 130px;
}

.new-product-table > div:first-child{
  align-items: top;
}

.new-product-table > div:first-child > div{
  font-family: 'sf_ui__textbold';
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  color: #bdc1c6;
  white-space: nowrap;
  padding-bottom: 18px;
  padding-top: 18px;
  height: 45px;
  position: relative;
}

.new-product-table > div:first-child > div span{
  display: block;
  height: 10px;
  top: 18px;
  left: 8px;
  position: absolute;
}

.new-product-table > div:first-child > div span i{
  position: absolute;
  right: -9px;
  top: 0;
  display: block;
}

.new-product-table > div:first-child > div:first-child{
  font-family: 'sf_ui__textbold';
  font-weight: 100;
}

.new-product-table-head{
  position: absolute;
  z-index:10;
  background: #f6f8f9;
  left: 0;
  top: 0;
}

.new-product-table > div:first-child > div{
  position: relative;
}

.new-product-table-wrap.fixed-prod-table .new-product-table-head{
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  /*position: fixed;
  width: 794px;
  top: 0;*/
}

.new-product-table-wrap.fixed-prod-table .new-product-table > div:first-child > div{
  height: 42px;
}

@media (max-width: 767px){
  .new-product-table-wrap.fixed-prod-table .new-product-table-head{
    height: 42px;
    top: -3px;
  }
}

.l-period, .l-covid{
  font-family: 'sf_ui__textbold';
  position: absolute;
  display: block;
  top: 100%;
  right: -15px;
  background: #98c15b;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  width: 150px;
  transition: 300ms background;
  height: 20px;
}
.l-covid{
  width: 100px;
  right: 145px;
}
.l-period:hover, .l-covid:hover{
  background: #7fa447;
}
.l-period.mobile, .l-covid.mobile{
  display: none;
}


@media (max-width: 1150px){
  .l-period{
    right: 0;
  }
  .l-covid{
    right: 160px;
  }
}

@media (max-width: 767px){
  .l-period.mobile, .l-covid.mobile{
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .l-covid.mobile{
    width: 80px;
    right: 170px;
  }
  .l-period.mobile:hover, .l-covid.mobile:hover{
    background: #98c15b;
  }
  .l-period.desctope, .l-covid.desctope{
    display: none;
  }
}

.insurance .inner-new__back {
  top: -30px;
}

.insurance h1{
  line-height: 1.1;
  margin-top: -30px;
}

.insurance .inner-new__back + h1, .insurance .inner-new__back + .insurance__image {
  margin-top: -10px;
}

.insurance .inner-new__back + h1, .insurance .insurance__image + h1 {
  margin-top: 0;
}

.insurance h2{
  font-family: 'sf_ui__textheavy';
  margin: 0 0 20px 0;
  line-height: 1.1;
  font-size: 15px;
}

.insurance strong {
  text-decoration: none !important;
  color: #000 !important;
}

.insurance__image {
  background: #93c157;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
}
.insurance__image img {
  width: 100%;
}
.insurance__image_right {
  justify-content: flex-end;
}

.insurance li a{
  text-decoration: none;
  font-family: 'sf_ui__textbold';
  color: #9eca4c;
}
.insurance li a:hover{
  text-decoration: underline;
}

.insurance__boxes{
  display: flex;
  justify-content: space-between;
}

.insurance__box{
  box-sizing: border-box;
  border: 2px solid #9eca4c;
  padding: 37px;
  margin-bottom: 35px;
  text-decoration: none;
  color: #000;
}
.insurance__boxes .insurance__box{
  display: block;
  width: 47.6%;
  margin-bottom: 0;
}

.insurance__box h2{
  font-size: 13px;
  color: #9eca4c;
}

.insurance__box p:last-child {
    margin-bottom: 0;
}

.insurance__box-title{
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 45px auto;
  display: flex;
  align-items: center;
  min-height: 45px;
  padding-left: 70px;
  font-family: 'sf_ui__textheavy';
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.insurance__box1 .insurance__box-title{
  background-image: url(/img/insurance/ico1.svg);
}
.insurance__box2 .insurance__box-title{
  background-image: url(/img/insurance/ico2.svg);
}

.insurance__box .insurance__more{
  display: block;
  text-decoration: none;
  line-height: 1.2;
  color: #9eca4c;
  font-family: 'sf_ui__textbold';
  margin-top: 18px;
}

.insurance__box:hover .insurance__more{
  text-decoration: underline;
}

.insurance ul{
  margin-bottom: 35px;
}

.insurance .nowrap {
    white-space: nowrap;
}

.scroll-menu {
    max-width: 236px;
}
.scroll-menu__in {
    position: relative;
}
.scroll-menu.fixed-menu + .container__col_right {
    margin-left: 22.9%;
}

@media (min-width: 768px){
    .scroll-menu.fixed-menu {
        position: fixed;
        top: 0;
    }
}

@media (max-width: 1070px){
    .scroll-menu {
        max-width: 184px;
    }
    .scroll-menu.fixed-menu {
        position: fixed;
        top: 0;
    }
    .scroll-menu.fixed-menu + .container__col_right {
        margin-left: 20%;
    }
}
@media (max-width: 961px){
    .scroll-menu {
        max-width: 146px;
    }
}

@media (max-width: 767px){
    body {
        -webkit-text-size-adjust: 100%;
    }
    .insurance h1 {
        font-size: 20px;
        margin-top: 0;
    }
    .insurance__image img {
      width: auto;
      height: 122px;
    }
    .insurance__boxes {
        display: block;
    }
    .insurance__boxes .insurance__box {
        width: 100%;
        margin-top: 25px;
    }
    .insurance__boxes .insurance__box:first-child {
        margin-top: 0;
    }
    .scroll-menu {
        max-width: 100% !important;
    }
}

.ios .container li:after {
    top: 9px;
}
.touch .left-menu > a > span:after,
.touch .header-menu > a:not(.active):after {
    display: none !important;
}

.news-menu {
    background: #98c15b;
    box-sizing: border-box;
    max-width: 90%;
    padding: 15px 9%;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 11px;
}
.news-menu .news-item {
    padding-left: 9%;
    margin-top: 12px;
    position: relative;
}
.news-menu .news-item:first-child {
    margin-top: 0;
}
.news-menu .news-item:before {
    content: '';
    background: #ffffff;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.55em;
    margin-top: -2px;
}
.news-menu .news-item a {
    text-decoration: none;
    color: #ffffff;
}
.news-menu .news-item a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .news-menu {
        max-width: 100%;
        padding: 15px 5%;
    }
    .news-menu .news-item {
        padding-left: 5%;
    }
}


.about_logo{
  height: auto;
  max-width: 181px;
  margin-right: 10px;
}
.about__logo-container {
    display: flex;
    align-items: center;
    margin: 10px 0 30px 0;
}
.about__logo-round {
	background: #e11931 url(../img/logo_round.svg) 50% 50% no-repeat;
    background-size: 138% auto;
    border-radius: 50%;
    width: 100px;
    background-color: transparent;
}
.about__logo-round:before {
    content: '';
    display: block;
    padding-top: 100%;
}

@media (max-width: 767px) {

  .about__logo-container {
      margin: 0 0 20px 0;
  }
}

.sms-info__block {
    display: flex;
}
.sms-info__block > span {
    margin-right: 4px;
}
.sms-info__table {
    border-collapse: collapse;
    width: 100%;
}
.sms-info__table-td {
    text-align: center;
    border: 1px solid;
}
.sms-info__table-td:first-child {
    width: 30%;
}




.banner-slider {
    margin-bottom: 20px;
}
.banner-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
}
.banner-slider .owl-dot {
    padding: 2px;
    cursor: pointer;
}
.banner-slider .owl-dot span {
    background: #e4e4e4;
    border-radius: 50%;
    display: block;
    width: 6px;
    height: 6px;
}
.banner-slider .owl-dot.active {
    cursor: default;
}
.banner-slider .owl-dot.active span {
    background: #98c15b;
}
.banner-slider .owl-item {
    overflow: hidden;
}
.banner-slider .owl-item img {
    width: auto;
}
.banner-slider__bottom {
    font-size: 11px;
    color: #535e55;
    color: rgba(0, 0, 0, 0.49);
    margin-top: 20px;
}
.banner-slider__bottom a {
    color: #ff5700;
}
.banner-slider__bottom a:hover {
    text-decoration: none;
    color: #b33d00;
}
.note {
    margin-bottom: 20px;
}

.green {
    color: #9eca4c;
}

.rules__arch-info-box, .rules__arch-year-box {
    display: none;
}
.rules__arch-info-lnk {
    font-weight: 600;
}
.rules__arch-year-box > div {
    margin-top: 7px;
}
.rules__arch-year-lnk, .rules__arch-year-box a {
    display: inline-block !important;
}
.rules__arch-year-box a{
    color: #000000;
}

.new-product-stopped {
    opacity: 0.2;
    /*transition: opacity 0.3s ease;*/
}
.new-products-note {
    display: block;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 105px;
    z-index: 2;
    transform-origin: 50% 100%;
    transition: transform 0.3s ease;
}
.new-products-note-in {
    background: #97c254;
    padding: 5%;
    line-height: 1.2;
    font-family: 'sf_ui__textmedium';
    font-size: 14px;
    color: #ffffff;
}
.new-products-note:after {
    content: '';
    display: block;
    border-color: #98c254 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    width: 0;
    height: 0;
    margin: -1px auto 0 auto;
}
.new-product-table-wrap:not(.stopped-shown) .new-products-note {
    transform: scale(0);
}
/*.new-product-table-wrap.stopped-shown .new-product-stopped {
    opacity: 0.2;
}*/

@media (max-width: 1000px) {
    .new-product-table > div > div:first-child{
        width: 220px;
        min-width: 220px
    }
    .new-products-note .close {
        content: '';
        background: url(../img/close3.svg) 50% 50% no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 5%;
        right: 2%;
        z-index: 2;
    }
}

@media(min-width: 768px) {
    .center{width: 1060px; max-width: calc(100% - 40px);} 
    .header-menu__chart{
        right: 150px;
        display: block;
    }

    .content{
        max-width: 832px;
    }
}
@media (max-width: 1150px) and (min-width: 768px){
    .header-menu__lk{font-size: 0;}
    .header-menu__chart{
        right: 60px;
        display: block;
    }
    .header-menu{padding-right: 48px;}
  
}
@media (max-width: 767px) {
    .header-menu__chart{margin-bottom: 5px !important;}

    .new-products-note-in {
        font-size: 13px;
    }
}
@media (max-width: 500px) {
    .header-menu__chart{margin-bottom: 5px !important;}

    .new-products-note {
        width: 90%;
        left: 5%;
    }
    .new-products-note-in {
        font-size: 12px;
    }
}



.mb{
    display: none !important;
}
@media (max-width: 767px) {
    .header-menu__chart{margin-bottom: 5px !important;}
    .prod-table_way tbody tr td:nth-child(5):before {
        content: 'Комиссия';
        margin-top: 0px;
    }
    .prod-table_way tbody tr td:nth-child(8):before {
        content: 'Комиссия';
        margin-top: 0px;
    }
    .prod-table_way tbody tr td:nth-child(6):before {
        content: 'Описание';
        margin-top: 0px;
    }
    .prod-table_way tbody tr td:nth-child(9):before {
        content: 'Описание';
        margin-top: 0px;
    }
    .prod-table_way tbody tr td:nth-child(7):before {
        content: 'Сроки зачисления';
        margin-top: 0px;

    }
    .prod-table_way tbody tr td:nth-child(7){
        border-bottom: 1px #535e55 solid;
        padding-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .prod-table_way tbody tr td:nth-child(10):before {
        content: 'Сроки зачисления';
        margin-top: 0px;
    }
    .new-products-note-in {
        font-size: 13px;
    }
    .ds{
        display: none !important;
    }
    .prod-table_way .active td:not(.ds),
    .prod-table_way .active .way__text {
        display:block !important;
    }
    .ds{
        display: none !important;
    }
    tr.active .mb{
       display: block !important; 
    }
}
@media (max-width: 500px) {
    .header-menu__chart{margin-bottom: 5px !important;}

    .new-products-note {
        width: 90%;
        left: 5%;
    }
    .new-products-note-in {
        font-size: 12px;
    }
}

.tr1{
    border-bottom: 1px #535e55 solid;
    min-height: 216px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.center1{
    display: flex;
    align-items: center;
}

.tr2{
    min-height: 144px;
}


@media (max-width: 767px) {
    .tr1{
        border-bottom: inherit;
        min-height: inherit;
        margin-bottom: inherit;
        padding-bottom: inherit;
    } 
	.way__first{
     height: auto !important;

	}
	.way__image{
    	display: flex;
	}
    .tr2{
        min-height: inherit;
    }
}





.header-menu{position: relative}
.header-menu > a{font-size: 9px; margin-right: 8px;}
.header-icons{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    margin-top: 0; top: 14px;
}

@media (max-width: 1000px) {
    .header-icons{right: -30px;}
}
.header-icons span{
    position: relative;
    top: 0 !important; right: 0 !important;
    margin-right: 40px;
    text-transform: uppercase;
}

.header-icons span.header-menu__help{
    margin-right: 20px;
    font-size: 9px;
    margin-top: -5px;

}
.header-icons span.header-menu__help svg{
    margin-left: 7px;
    width: 16px;
    transition: 500ms;
    transform-style: preserve-3d;
}
.header-icons span.header-menu__help a, .about__help a{
    color: #fff;
    text-decoration: none;
    display: flex;
    padding: 4px 10px 5px 10px;
    align-items: center;
    border-radius: 20px;
    background: #E21931;
    transition: 300ms;
    font-family: 'sf_ui__textbold';
    letter-spacing: 0.45px;
}
.about__help{display: inline-block}
.about__help a{
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
    padding: 7px 10px;
}
.header-icons span.header-menu__help a:hover svg{
    transform: rotateY(180deg);
}

@media (max-width: 1150px) {
    .header-icons span.header-menu__help{margin-left: 10px;}
}
@media (max-width: 900px) {
    .header-icons span{margin-right: 30px;}
    .header-icons span.header-menu__help{ margin-left: 8px;}
}
@media (max-width: 860px) {
    .header-icons span.header-menu__help{
        margin-right: 0;
    }
}
.form2 input, .form2 button {appearance: none;box-shadow: none;border-radius: 0;}
.popup__txt{
    color: #535E55;
    font-size: 13px;
    line-height: normal;
}
.popup__txt a{
    color: #9ECA4C;
    text-decoration: none;
    border-bottom: 1px solid;
}
.fs10{font-size: 10px;}
.mb26{margin-bottom: 26px !important;}
.input-field input, .input-field textarea{
    width: 100%;
    border: 1px solid #BDBDBD;
    display: flex;
    padding: 13px 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    box-sizing: border-box;
    color: #000;
    font-family: "sf_ui__textregular";
    font-size: 13px;
    line-height: normal;
}
.input-field textarea{resize: none; height: 100px;}
.input-field input.input-error{border-color: #ff0000}
.input-field input::placeholder {
    color: #9E9FA0;
}
.form2{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form2 .button{
    width: 100%;
    border: none;
}
.button.disabled{
    background: #90A4AE;
    color: #fff;
    pointer-events: none;
}
.form-check{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #9E9FA0;
    padding-top: 6px;
}
.form-check input{position: absolute; left: -99999px;}
.form-check span{
    border-radius: 200px;
    background: #9ECA4C;
    width: 40px; height: 22px;
    position: relative;
}
.form-check span:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    background: #fff;
    transition: 300ms;

}
.form-check input:checked ~ span:after{
    left: calc(100% - 21px);
}
a[href="/partners/"]{display: none}
.content2 ul{margin-bottom: 30px;}
.content2 ul ul{
    margin-bottom: 25px;
    padding-top: 10px;
}
.content2 ul ul li:after{
    width: 3px;
    height: 3px;
    background: #000;
    top: 9px;
}
.content2 ul ul ul li:after{
    width: 5px; height: 1px; top: 10px;
}

.pt50{
    padding-top: 50px;
}


.faq-flex{
    display: flex;
    justify-content: space-between;
}
.faq-flex__col{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
}

.rules__arch-lnk{
    padding: 30px 68px 30px 30px;
    background: rgba(224, 231, 238, .6);
    border-radius: 8px;
    opacity: 1;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
    /*font-weight: normal;*/
    position: relative;
}
.rules__arch-lnk.active{
    border-radius: 8px 8px 0 0;
}
.rules__arch-lnk span{
    position: static;
}
.rules__arch-lnk i{
    position: absolute;
    right: 30px;
    top: 36px;
}
.rules__arch-box{
    background: rgba(224, 231, 238, .6);
    padding: 0 30px 30px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .faq-flex{
        flex-direction: column;
    }
    .faq-flex__col{
        width: 100%;
    }
}
