

/* Start:/bitrix/templates/vkr/css/style.css?175093624029135*/
@font-face {
    font-family: "Circe-ExtraBold";
    src: url(/bitrix/templates/vkr/css/../fonts/Circe-ExtraBold.ttf);
}@font-face {
    font-family: "Circe-Light";
    src: url(/bitrix/templates/vkr/css/../fonts/Circe-Light.ttf);
}@font-face {
    font-family: "Geometria-ExtraBold";
    src: url(/bitrix/templates/vkr/css/../fonts/Geometria-ExtraBold.ttf);
}@font-face {
    font-family: "Geometria-Light";
    src: url(/bitrix/templates/vkr/css/../fonts/Geometria-Light.ttf);
}@font-face {
    font-family: "Geometria-Medium";
    src: url(/bitrix/templates/vkr/css/../fonts/Geometria-Medium.ttf);
}@font-face {
    font-family: "Geometria-Bold";
    src: url(/bitrix/templates/vkr/css/../fonts/Geometria-Bold.ttf);
}@font-face {
    font-family: "Geometria-Regular";
    src: url(/bitrix/templates/vkr/css/../fonts/Geometria.ttf);
}

* {
    box-sizing: border-box;
    margin: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: #373737;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

html,
body {
    padding: 0;
    min-height: 100vh;
    background: white;
    font-family: Geometria-Regular;
    max-width: 1440px;
    margin: 0 auto;
    color: #373737;
    background: url(/bitrix/templates/vkr/css/../img/bg_index-line-bottom1.png)no-repeat;
    background-size: contain;
    background-position: top;
}
/*transition*/
.button-line,.button-line:after,
.button-line:hover,.white_button,.white_button:hover,
.white_button:hover::before,.white_button::before,
.popular_top-left-block,.popular_top-left-block:hover,
.popular_top-right-top-body>div,.popular_top-right-top-body>div:hover,
.popular_top-right-bot-block,.popular_top-right-bot-block:hover,
.popular-body_bottom>div,.popular-body_bottom>div:hover{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*----------*/
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    height: 100px;
}
.head-logo {
    width: 50%;
}
.head_menu-wrap {
    width: 50%;
}
.top-sect {
    padding-top: 50px;
    background: url(/bitrix/templates/vkr/css/../img/bg_index2.png)no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 220px;
}
.top_block-wrap {
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.top_sect-top-wrap {
    display: flex;
    justify-content: flex-end;
}
.inform_top-wrap {
    flex-direction: row-reverse;
}
.top_sect-top-left-wrap {
    width: 43%;
    max-width: 560px;
}
.top_sect-top-left-body {
    background: #ffffff;
    padding: 0 70px 50px 70px;
    height: 100%;
}
.deliv_sect {
    padding-right: 0;
}
.h1_index {
    font-family: Geometria-Medium;
    font-weight: 500;
    font-size: 65px;
    line-height: 68px;
    display: flex;
    position: relative;
}
.h1_index:before {
    content: '';
    width: 40px;
    border-bottom: 5px solid #FFC530;
    position: absolute;
    left: -60px;
    top: 30px;
}
.h1_index.h2 {
    font-size: 36px;
    display: flex;
    justify-content: center;
    top: 50px;
}
.h1_index.h2:before{
    left: 60px;
}
.h1_index.h2_w {
    font-size: 36px;
    padding-left: 55px;
}
.h1_index.h2_w:before{
    left: 0;
    top: 33px;
}
.top_sect-top-left-text-block {
    padding-top: 40px;
}
.top_sect-top-left-text {
    line-height: 27px;
}
.top_sect-top-left-text>div {
    margin-top: 15px;
}
.top_sect-top-left-text>div:first-child {
    margin-top: 0;
}
.top_sect-top-left-text-button {
    display: flex;
    margin-top: 50px;
    width: 80%;
    min-width: 350px;
    justify-content: space-between;
}
.button-line {
    font-family: Geometria-Bold;
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFC530;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}
.button-line:before {
    content: '';
    position: absolute;
    width: 80%;
    border: 1px solid #FFC530;
    bottom: 9px;
    right: 8px;
}
.button-line:after {
    content: '';
    position: absolute;
    border-bottom: 1.5px solid #FFC530;
    width: 10%;
    right: 7px;
    bottom: 16px;
    transform: rotate(45deg);
}
.button-line:hover {
    background: #ffffff;
    color: #FFC530;
    border: 2px solid #FFC530;
}
.button-line:hover::after {
    border-top: 1.5px solid #ffffff;
    transform: rotate(0);
    top: 24px;
    right: 0;
    width: 13%;
    bottom: 21px;
}
.white_button {
    font-size: 18px;
    color: #ffffff;
    font-family: Geometria-Medium;
    width: 110px;
    height: 40px;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    cursor: pointer;
}
.white_button>a{
    color: #ffffff;
}
.white_button:hover {
    color: #ffffff;
    background: #FFC530;
    border: 1px solid #FFC530;
}
.white_button:hover::before {
    border-top: 1.5px solid #ffffff;
    transform: rotate(0);
    top: 21px;
    right: 0;
    width: 13%;
    border-bottom: 0;
}
.white_button:before {
    content: '';
    position: absolute;
    width: 15px;
    border-bottom: 1.8px solid;
    right: -1px;
    transform: rotate(45deg);
    bottom: 4px;
}
.top_sect-top-right-wrap {
    width: 50%;
}
.top_sect-top-right-wrap>img {
    width: 100%;
}
.top_sect-block.t_s-b-bot {
    padding: 100px 0 100px 0;
    width: 88%;
    max-width: 1150px;
    margin: 0 auto;
}
.top_sect-block_step-wrap {
    display: flex;
    justify-content: space-between;
}
.top_sect-step-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top_sect-step-block-img {
    border: 1px solid;
    padding: 10px;
    min-height: 165px;
}
.top_sect-step-block-text {
    font-family: Geometria-Bold;
    max-width: 155px;
    text-align: center;
    margin-top: 15px;
}
.popular-section {
    padding: 80px 0 80px 0;
}
.popular_title {
    width: 80%;
    margin: 0 auto;
}
.popular-wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.form_bottom-wrap {
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
}

/*POPULAR_SECTION*/

.popular-body_top {
    display: flex;
    justify-content: space-between;
    height: 528px;
}
.popular_top-left-body {
    width: 32%;
    height: 100%;
}
.popular_top-right-body {
    width: 67%;
}
.popular_top-right-top-body {
    display: flex;
    justify-content: space-between;
}
.popular_top-right-top-body>div {
    width: 49%;
    height: 256px;
    padding-left: 70px;
    padding-top: 30px;
}
.popular_top-right-bot-body {
    height: 257px;
    margin-top: 15px;
    width: 100%;
}
.popular-body_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.popular-body_bottom>div {
    width: 49%;
    height: 298px;
    padding-left: 80px;
    padding-top: 35px;
}
.popular_top-left-block{
    background: url(/bitrix/templates/vkr/css/../img/popular1.png)no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: rgba(255, 193, 121, 0);
    background-blend-mode: lighten;
}
.popular_top-right-top-body>div:nth-child(1){
    background: url(/bitrix/templates/vkr/css/../img/popular2.png)no-repeat;
    background-size: cover;
    position: relative;
    background-color: rgba(255, 193, 121, 0);
    background-blend-mode: lighten;
}.popular_top-right-top-body>div:nth-child(2){
    background: url(/bitrix/templates/vkr/css/../img/popular3.png)no-repeat;
    background-size: cover;
     position: relative;
     background-color: rgba(255, 193, 121, 0);
     background-blend-mode: lighten;
}.popular_top-right-bot-block{
    background: url(/bitrix/templates/vkr/css/../img/popular4.png)no-repeat;
    background-size: cover;
       height: 100%;
      display: flex;
      align-items: center;
      padding-left: 90px;
      position: relative;
      background-color: rgba(255, 193, 121, 0);
      background-blend-mode: lighten;
}.popular-body_bottom>div:nth-child(1){
    background: url(/bitrix/templates/vkr/css/../img/popular5.png)no-repeat;
    background-size: cover;
       position: relative;
       background-color: rgba(255, 193, 121, 0);
       background-blend-mode: lighten;
}.popular-body_bottom>div:nth-child(2){
    background: url(/bitrix/templates/vkr/css/../img/popular6.png)no-repeat;
    background-size: cover;
        position: relative;
        background-color: rgba(255, 193, 121, 0);
        background-blend-mode: lighten;
}
.popular_top-left-block:hover,
.popular_top-right-top-body>div:hover,
.popular_top-right-bot-block:hover,
.popular-body_bottom>div:hover{
    background-color: rgba(255, 193, 121, 0.50);
}
.popular_top-left-block:hover>a>.white_button,
.popular_top-right-top-body>div:hover>a>.white_button,
.popular_top-right-bot-block:hover>a>.white_button,
.popular-body_bottom>div:hover>a>.white_button{
    display: block;
}
.popular_block-name {
    font-size: 18px;
    color: #ffffff;
    font-family: Geometria-Medium;
    width: 186px;
    position: relative;
    padding-left: 20px;
}
.popular_block-name:before {
    content: '';
    width: 40px;
    border-bottom: 5px solid #FFC530;
    position: absolute;
    top: 8px;
    left: -35px;
}
.popular_top-left-block> .popular_block-name {
    position: absolute;
    bottom: 18%;
    padding-left: 20px;
}
.popular_button-wrap {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-section-wrap {
    display: flex;
    justify-content: space-between;
    background: #F3F3F3;
}
.form_wrap {
    width: 63%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.form-image {
    width: 37%;
}
.form-image>img {
    width: 100%;
}
.form_top-body {
    width: 70%;
}
.form_top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_watsup {
    display: flex;
    align-items: center;
}
.form_watsup-name {
    color: #FFC530;
    font-size: 18px;
    font-family: Geometria-Medium;
    margin-right: 10px;
}
.form_top-body>div:nth-child(2) {
    margin-top: 20px;
    font-size: 18px;
}
.form_mail {
    display: flex;
	flex-direction: column;
}
.form_phone {
    display: flex;
}
.form_mail-name,
.form_phone-name{
    font-weight: bold;
    color: #000000;
    margin-right: 10px;
}
.foot-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*PAGE NAVIGATION*/
.page_navigation-wrap {
    display: flex;
    margin-bottom: 40px;
}
.page_navigation-wrap>div {
    margin-right: 10px;
    font-weight: bold;
    color: #000000;
}
.active_pnv {
    color: #FFC530 !important;
}
/*----------*/

/*ABOUT*/
.two-sect{
    background: none;
}
.section_about-wrap {
    display: flex;
}
.section_about-body {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.section_about-block {
    width: 82%;
    display: flex;
    justify-content: space-around;
}
.section_about-body:last-child {
    justify-content: flex-start;
    padding-left: 50px;
}
.section_about-body:last-child>.section_about-block{
    flex-direction: column;
}
.section_about-body:first-child {
    background: url(/bitrix/templates/vkr/css/../img/about_line1.png)no-repeat;
    background-size: contain;
    margin-top: 70px;
}
.about-block_numb-body:nth-child(1){
    padding-top: 10px;
}.about-block_numb-body:nth-child(2){
     position: relative;
     bottom: 80px;
}.about-block_numb-body:nth-child(3){
      padding-top: 72px;
      position: relative;
      right: 50px;
}
.about-block_numb-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-block_numb {
    font-size: 64px;
    font-weight: bold;
}
.about-block_numb-text {
    margin-top: 10px;
}
.about_step-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.about_step {
    padding-top: 70px;
}
.about_step-bot-wrap{
    background: url(/bitrix/templates/vkr/css/../img/bg_index2.png)no-repeat;
    background-size: cover;
    background-position: center;
}
.about_step-bot-wrap>.top_sect-block.t_s-b-bot{
    padding: 60px 0 40px 0;
}
.list_about {
    max-width: 950px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.list_about>div {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list_about>ul>li {
    list-style: initial;
    color: #ffc530;
    line-height: 25px;
}
.list_about>ul>li>span{
    color: #373737;
}
/*CATALOG*/
.section_catalog {
    padding: 70px 0 70px 0;
}
.catalog_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.catalog_block {
    position: relative;
    width: 370px;
    height: 256px;
    padding-left: 50px;
    padding-top: 30px;
    margin: 10px;
    background-blend-mode: lighten;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.catalog_block:hover{
    background-color: rgba(255, 193, 121, 0.50)!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.catalog_block:hover>.white_button{
    display: block;
}
.catalog_name {
    font-size: 18px;
    color: #ffffff;
    font-family: Geometria-Medium;
    width: 170px;
    position: relative;
    padding-left: 20px;
}
.catalog_name:before {
    content: '';
    width: 40px;
    border-bottom: 5px solid #FFC530;
    position: absolute;
    top: 8px;
    left: -35px;
}
/*-------------*/
/*CARD*/
.card_sect {
    padding: 50px 0 50px 0;
}
.card_sect-wrap {
    width: 80%;
    margin: 0 auto;
}
.top_card-body {
    display: flex;
    justify-content: space-between;
}
.top_card-block {
    width: 45%;
}
.top_card-block-text>.h1_index {
    padding-left: 30px;
}
.top_card-block-text>.h1_index:before{
    left: -30px;
}
.top_card-block-description,
.bot_card-text-block {
    margin-top: 50px;
    /*ine-height: 27px;*/
    font-family: Geometria-Regular;
}
.top_card-block-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_card-block-img>img {
    width: 100%;
}
.bot_card-body {
    display: flex;
    justify-content: space-between;
}
.bot_card-text {
    width: 45%;
}
.bot_card-text-block>div {
    margin-bottom: 20px;
}
.bot_card-button {
    color: #FFC530;
    font-weight: bold;
    border-bottom: 1px dotted;
    width: 230px;
    cursor: pointer;
    margin-top: 30px;
}
.bot_card-form {
    width: 45%;
	min-width: 484px;
    margin-top: 30px;
}
.bot_card-form-wrap {
    border: 1px solid #FFC530;
    padding: 50px 35px 50px 35px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.bot_card-form-text {
    text-align: center;
    font-weight: bold;
}
.bot_card-form-numb,
.bot_card-form-mail{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bot_card-form-numb-name,
.bot_card-form-mail-name{
    margin-right: 10px;
	font-size: 15px;
}
.bot_card-form-button {
    width: 280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1.5px solid #FFC530;
    font-family: Geometria-Bold;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #FFC530;
    color: #ffffff;
}
.bot_card-form-button:before {
content: '';
    position: absolute;
    width: 35px;
    border-top: 1.5px solid #ffffff;
    right: -5px;
    bottom: 21px;
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bot_card-form-button:hover{
	background: #ffffff;
    color: #FFC530;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1.5px solid #FFC530;
}
.bot_card-form-button:hover::before{
border-top: 1.5px solid #FFC530;
    transform: rotate(0deg);
    bottom: 21px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 0;
}
.card_dop-name {
    width: 90%;
    margin: 0 auto;
    padding-left: 56px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.popup_title {
    margin: 50px 0 50px;
    text-align: center;
    font-family: Geometria-Medium;
    font-size: 24px;
    color: #000000;
}
/*-------------*/
/*information*/
.pay_wrap {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.pay_block {
    width: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.pay_block-img {
    border: 1px solid #FFC530;
    padding: 25px;
    width: 150px;
    height: 150px;
}
.pay_block-text {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}
.rew_sect {
    flex-direction: row-reverse;
}
.rew_sect>.top_sect-top-left-wrap{
    width: 45%;
    max-width: 600px;
    padding-left: 65px;
}
.rew_sect>.top_sect-top-left-wrap>.two-sect{
    padding: 0 0 50px 0;
}
/*-------------*/
/*CONTACTS*/
.contact_wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contact_left-wrap {
    width: 20%;
    display: flex;
    align-items: start;
    justify-content: center;
}
.contact_left-wrap>img{
    width: 100%;
    max-width: 159px;
}
.contact_right-wrap {
    width: 75%;
    display: flex;
    justify-content: space-around;
}
.contact_number-block {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    margin-bottom: 40px;
}
.contact_number-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    font-family: Geometria-Bold;
}
.contact_number-block>div {
    line-height: 32px;
}
.contact_number-block>a {
    margin-bottom: 5px;
}
.contact_address-block {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    margin-bottom: 41px;
}
.contact_address-block>div {
    line-height: 32px;
}
.contacts_form-wrap {
    width: 60%;
    margin: 0 auto;
}
.button-line.bg_but{
	color: #ffffff;
    background: #FFC530;
}
.button-line.bg_but:after {
    content: '';
    border-top: 1.5px solid #ffffff;
    transform: rotate(0);
    top: 26px;
    right: 0;
    width: 13%;
    bottom: 20px;
}
.button-line.bg_but:before{
	display: none;
}
.button-line.bg_but:hover {
    background: #ffffff;
    color: #FFC530;
    border: 2px solid #FFC530;
}
.button-line.bg_but:hover::after {
    content: '';
    top: 20px;
}
.button-line:hover::before{
	display: none;
}
/*-------------*/
.slam-easyform{
    margin: 0 auto;
}
.catalog_block>a,
.popular_top-left-block>a,
.popular_top-right-bot-block>a,
.popular_bottom-block>a,
.popular_top-right-top-block>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.catalog_block:hover>a>div {
    display: block;
}
/*MOBILE*/
.mobile_menu-wrap,.menu_active,
.mobile_button:hover>span:first-child,
.mobile_button:hover>span:last-child,
.mobile_button>span:last-child,
.mobile_button>span:first-child,
.first_line-active,.last_line-active,
.line-op_active,.bg_active,.bg{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mobile_header-wrap{
    display: none;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    align-items: center;
}
.mobile_button {
    width: 50px;
    height: 30px;
    position: relative;
    cursor: pointer;
    outline: none;
}
.mobile_button>span {
    width: 100%;
    border-bottom: 2px solid;
    position: absolute;
    top: 50%;
}
.mobile_button>span:first-child {
    top: 0;
    transform: rotate(0deg);
}
.mobile_button>span:last-child {
    bottom: 0;
    transform: rotate(0deg);
}
.mob_h2{
    display: none !important;
}
.h1_index.h2.mob_h2:before {
    left: -27px;
    top: 10px;
}
.h1_index.h2.mob_h2 {
    top: 0;
    color: #373737;
}
.mobile_popular-wrap{
    display: none;
}
.catalog_block.pop_cat-block {
    width: auto;
}
.f_mob_logo{
    display: none;
}
.mobile_menu-wrap{
    position: absolute;
    top: 67px;
    right: 0;
    background: #ffffff;
    height: 100vh;
    z-index: 2;
    width: 50%;
    padding: 50px 40px 20px 40px;
    transform: translateY(-1500px);
}
.menu_active{
    transform: translateY(0px);
}
.mobile_button:hover>span:first-child{
    transform: rotate(-10deg);
}
.mobile_button:hover>span:last-child{
    transform: rotate(10deg);
}
.first_line-active{
    top: 15px !important;
    transform: rotate(-45deg) !important;
}
.last_line-active{
    bottom: 15px !important;
    transform: rotate(45deg) !important;
}
.line-op_active{
    opacity: 0;
}
.bg{
    display: none;
    opacity: 0;
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.67);
    z-index: 1;
}
.bg_active{
    display: block;
    opacity: 1;
}
.ab_h2-mob{
    display: none;
}
.foot_block>img:last-child {
    display: none;
}
.mob_card-img{
    display: none;
}
/**/

/*MEDIA*/
@media all and (max-width: 1200px){
    .h1_index{
        font-size: 5vw;
    }
    .h1_index.h2{
        font-size: 2.5vw;
    }
    .top_sect-top-right-wrap{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .form_mail,
    .form_phone{
        flex-direction: column;
    }
}
@media all and (max-width: 1023px){
    header{
        position: fixed;
        background: #ffffff;
        width: 100%;
        z-index: 2;
        box-shadow: 1px 4px 10px 0 #000000;
    }
    main {
        padding-top: 65px;
    }
    .owl-carousel{
        z-index: 0 !important;
    }
    .header-wrap{
        display: none;
    }
    .mobile_header-wrap{
        display: flex;
    }
    .top_sect-top-wrap{
        background: url(/bitrix/templates/vkr/css/../img/Rectangle.png)no-repeat;
        background-size: cover;
        justify-content: center;
        position: relative;
    }
    .top_sect-top-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: rgba(82,82,82,1);
        background: -moz-linear-gradient(top, rgba(82,82,82,1) 0%, rgba(166,166,166,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,82,82,1)), color-stop(100%, rgba(166,166,166,0)));
        background: -webkit-linear-gradient(top, rgba(82,82,82,1) 0%, rgba(166,166,166,0) 100%);
        background: -o-linear-gradient(top, rgba(82,82,82,1) 0%, rgba(166,166,166,0) 100%);
        background: -ms-linear-gradient(top, rgba(82,82,82,1) 0%, rgba(166,166,166,0) 100%);
        background: linear-gradient(to bottom, rgba(82,82,82,1) 0%, rgba(166,166,166,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#a6a6a6', GradientType=0 );
    }
    .top-sect{
        padding-top: 0;
        background-position-y: 700px;
    }
    .top_sect-top-left-wrap{
        position: relative;
        top: 100px;
        width: 90%;
        max-width: none;
        padding-bottom: 50px;
    }
    .top_sect-top-left-body{
        background: none;
        padding: 0;
        height: 100%;
    }
    .h1_index{
        width: 40%;
        margin: 0 auto;
        color: #ffffff;
        line-height: 100%;
        padding-bottom: 40px;
    }
    .top_sect-top-left-text-block{
        background: #ffffff;
        padding: 40px;
    }
    .top_sect-top-left-text-button{
        margin: 0 auto;
        padding-top: 50px;
    }
    .top_sect-top-right-wrap{
        display: none;
    }
    .top_sect-block.t_s-b-bot{
        margin-top: 100px;
        padding-bottom: 30px;
    }
    .mob_h2{
        display: block !important;
    }
    .top_sect-block_step-wrap{
        flex-wrap: wrap;
    }
    .h1_index.h2_w:before{
        top: 15px;
    }
    .h1_index.h2_w{
        color: #373737;
    }
    .popular-wrap{
        display: none;
    }
    .mobile_popular-wrap{
        display: block;
    }
    .form_top-block{
        flex-direction: column;
        align-items: unset;
    }
    .form_top-body>div:nth-child(2){
        flex-direction: column;
        align-items: unset;
    }
    .form_mail, .form_phone{
        margin-bottom: 20px;
    }
    .section_about-wrap{
        flex-direction: column;
    }
    .section_about-body{
        width: 100%;
        justify-content: center;
    }
    .section_about-block{
        width: 69%;
    }
    .about-block_numb-body:nth-child(3){
        padding-top: 65px;
        top: 7px;
        right: 0px;
    }
    .section_about-body:first-child{
        padding-bottom: 100px;
    }
    .section_about-body:last-child{
        justify-content: center;
    }
    .ab_h2{
        display: none;
    }
    .ab_h2-mob{
        display: block;
    }
    .about_step{
        padding-top: 0;
    }
    .pag_naw-on{
        top: 35px;
    }
    .foot_block>img:last-child{
        display: block;
    }
    .f_logo{
        display: none;
    }
    .pag_naw-on>.page_navigation-wrap>div>a {
        color: #ffffff;
    }
    .pag_naw-on>.page_navigation-wrap>div {
        color: #ffffff;
    }
    .pay_wrap{
        justify-content: center;
        flex-wrap: wrap;
    }
    .pay_block{
        margin-bottom: 10px;
    }
    .contact_left-wrap{
        display: none;
    }
    .contact_right-wrap{
        width: 100%;
        flex-wrap: wrap;
    }
    .contact_right-wrap>div {
        width: 49%;
        min-width: 300px;
    }
    .bot_card-body{
        flex-direction: column;
    }
    .bot_card-text {
        width: 100%;
    }
    .bot_card-button{
        margin: 0 auto;
    }
    .bot_card-form{
        margin: 0 auto;
        min-width: 500px;
        margin-top: 50px;
    }
	.contact_sect {
		padding-top: 30px;
	}
	.bot_card-text-block {
		margin-bottom: 20px;
	}
}
@media all and (max-width: 768px){
    /*.top_sect-top-wrap{*/
        /*background-size: contain;*/
    /*}*/
    .top_sect-top-left-text-button{
        width: 100%;
    }
    .h1_index.h2{
        font-size: 30px;
        width: 75%;
        padding-left: 16px;
    }
    .top_sect-block_step-wrap{
        justify-content: space-around;
    }
    .top_sect-step-block{
        margin-bottom: 20px;
    }
    .form-image{
        display: none;
    }
    .form_wrap{
        width: 100%;
    }
    .form_mail, .form_phone{
		font-size: 15px;
    }
	.form_top-body{
		width: 80%;
	}
    .f_logo{
        display: none;
    }
    .f_mob_logo{
        display: block;
    }
    .mobile_menu-wrap{
        width: 60%;
    }
    .contacts_form-wrap{
        width: 100%;
    }
}
@media all and (max-width: 600px){
    .top_sect-top-wrap{
        background-size: contain !important;
    }
    .h1_index{
        font-size: 40px;
        width: 55%;
    }
    .mob_section_about{
        width: 80%;
    }
    .section_about-body:last-child{
        padding-left: 0;
    }
    .mobile_menu-wrap{
        width: 60%;
    }
    .li_menu>a{
        padding: 0;
    }
    .mob_card-img{
        width: 100% !important;
    }
    .bot_card-form{
        width: 100%;
        min-width: auto;
    }
    .bot_card-form-numb, .bot_card-form-mail{
        flex-direction: column;
        text-align: center;
    }
}
@media all and (max-width: 480px){
    .top_sect-top-left-wrap{
        padding-bottom: 100px;
    }
    .top_sect-top-left-text-block{
        position: relative;
        padding: 20px;
    }
    .top_sect-top-left-text{
        font-size: 14px;
    }
    .top_sect-top-left-text-button{
        position: absolute;
        left: 0;
        min-width: unset;
    }
    .h1_index.h2_w{
        width: 80%;
    }
    .foot-wrap{
        font-size: 14px;
    }
    .foot_block:nth-child(1){
        text-align: left;
    }
    .foot_block:nth-child(2){
        margin: 0 10px 0 10px;
    }
    .foot_block:nth-child(3){
        text-align: right;
    }
    .mobile_header-wrap{
        height: 86px;
    }
    .mobile_logo>img {
        width: 70%;
    }
    .bot_card-form-button{
        width: 230px;
    }
    .page_navigation-wrap>div{
        margin-bottom: 5px;
    }
    .page_navigation-wrap{
        flex-wrap: wrap;
    }
    .h1_index{
        font-size: 30px;
        width: 50%;
    }
	.about-block_numb{
		font-size: 40px;
	}
	.h1_index:before{
		top: 0;
	}
	.about-block_numb-body:nth-child(2){
		bottom: 87px;
	}
	.about-block_numb-body:nth-child(3){
		top: -34px;
	}
	.bot_card-form-wrap{
		height: 500px;
	}
	.bot_card-form-mail>a {
		font-size: 14px;
	}
}
@media all and (max-width: 370px){
    .top-sect{
        background-position-y: 770px;
    }
    .h1_index.h2{
        width: 85%;
        font-size: 26px;
    }
    .h1_index.h2_w{
        font-size: 30px;
    }
    .h1_index{
        font-size: 30px;
    }
    .h1_index:before{
        top: 12px !important;
    }
}
/**/
/* End */


/* Start:/bitrix/templates/vkr/css/owl.carousel.min.css?17509362403351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/vkr/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/vkr/css/owl.theme.default.css?17509362401380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/bitrix/templates/vkr/components/bitrix/menu/main_menu/style.min.css?1750936240490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/vkr/components/bitrix/menu/main_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/vkr/css/style.css?175093624029135 */
/* /bitrix/templates/vkr/css/owl.carousel.min.css?17509362403351 */
/* /bitrix/templates/vkr/css/owl.theme.default.css?17509362401380 */
/* /bitrix/templates/vkr/components/bitrix/menu/main_menu/style.min.css?1750936240490 */
