body {
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 300;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=file] {display:none;}

img {
    border-style: none;
    vertical-align: middle;
    max-width:100%;
    transition: 0.5s;
}

select::-ms-expand{
    display: none;
}

select {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background: url(../img/ico_select.png) 100% 50% no-repeat;
	font-family: "Century Gothic", Arial, sans-serif;
	outline: none;
}

a {text-decoration:none;}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1400px;
    position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

@media (min-width: 1480px) {
  .container {
    width: 1400px;
    max-width: 100%;
  }
}

input[type=text],
input[type=tel]
{
	color:#939393;
}

.has-danger input,
.has-danger select,
.has-danger textarea
{
	border-width:2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eba5a3;
}

#form_popup { display:none; }

.popup_container {width: 520px;max-width:100%;padding: 5px 29px;overflow: hidden !important;position: relative;box-sizing: border-box;/* border: 2px solid black; */background: white;text-align: center;padding-bottom: 30px;}

.popup_container .agree_field {color: black;font-size: 12px;position: relative;}
.popup_container .agree_field a {color: black;}

.popup_container h2
{
	font-size: 24px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	padding-bottom: 29px;
	text-align: center;
	padding-top: 25px;
	color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom:  15px;
}
.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .form-group {
    margin-bottom: 19px;
}
.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #939393;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 2px solid #939393;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939393;
  }
.popup_container .form-group ::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
  }
.popup_container .form-group :-ms-input-placeholder { /* IE 10+ */
    color: #939393;
  }
.popup_container .form-group :-moz-placeholder { /* Firefox 18- */
    color: #939393;
  }

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #939393;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #939393;
}

.popup_container .form-group button {cursor: pointer;height: 38px;font-size: 16px;font-weight: 400;height: 60px;}


.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
    border-color: #cccccc !important;
    }

.agree_field {
    font-size: 11px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    /* padding-left: 25px; */
    top: 0px;
    font-weight: 300;
}
.agree_field a {
    color: black;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    top: -30px;
    left: 0px;
    margin: -0px;
    visibility: hidden;
}
.agree_field span {
    position: absolute;
    top: -3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #c8c8c8;
    cursor: pointer;
}

.agree_field input:checked + span {
    background: url(../img/input_checked.png) 50% no-repeat;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 46px;
    width: 100%;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    /* font-weight: 300; */
    text-align: left;
    padding: 0;
    outline: none;
    background: transparent;
    font-family: "Century Gothic", Arial, sans-serif;
    border: none;
    border-bottom: 1px solid #000;
}

select {
    display: block;
    color: #939393;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 2px solid #939393;
}

form .form-group button {
    /* width: 100%; */
    /* height: 60px; */
    cursor: pointer;
    /* font-size: 18px; */
    /* font-weight: 300; */
    outline: none;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939393;
  }
form ::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
  }
form :-ms-input-placeholder { /* IE 10+ */
    color: #939393;
  }
form :-moz-placeholder { /* Firefox 18- */
    color: #939393;
  }

.form_title {color: black;font-size: 36px;/* text-transform: uppercase; */padding: 0px;margin: 0px;text-align: center;padding-bottom: 47px;}

.form_title span {
    display: block;
    white-space: nowrap;
}


.btn {
    background: #b2f200;
    color: #000;
    /* text-transform:uppercase; */
    text-align: center;
    height: 44px;
    width: 285px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #b2f200;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
}

.btn span {
    display:inline-block;
    width: 100%;
}

.btn:hover {
    background: transparent; 
}


.title {

font-size: 26px;

text-transform: uppercase;

text-align: center;

font-weight: 700;

padding-bottom: 20px;

position: relative;
}

.title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 3px;
    width: 345px;
    background: #b2f200;
}



/*************************************************************************************************************************/



header {
    
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
}

.header .logo {
    
display: flex;
    
align-items: center;
}

.header .logo img {

}

.header .logo .logo_text {

padding-left: 25px;
}

.header .top_addr {
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    color: #8b8b8b;
}
.header .top_addr:before {
    content: url(../img/loc_top.png);
    position: absolute;
    top: 0px;
    left: 0;
}
.header .top_phone {
    padding-left: 20px;
    position: relative;
}
.header .top_phone a {
    font-weight: 700;
    color: #000;
}
.header .top_phone:before {
    content: url(../img/phone_top.png);
    position: absolute;
    top: 2px;
    left: 0;
}



/**************************************************************************************************************/


.intro {
    background: url(../img/intro.jpg) 50% 0 no-repeat #000;
}

.webp .intro {
    background: url(../img/intro.webp) 50% 0 no-repeat #000;
}

.intro .title_container {
    
}

.intro .title_slider {

padding-top: 360px;

padding-bottom: 160px;

color: #fff;
}

.intro .title_slider .title {

display: flex;

justify-content: center;

padding: 0;
}

.intro .title_slider .title:before {
    display: none;
}

.intro .title_slider .title br {

}

.intro .title_slider .title .text_big {

font-family: "GothamPro", Arial, ui-sans-serif;

font-size: 103px;

font-weight: 700;

color: #b2f200;

line-height: 85%;
}

.intro .title_slider .title .text {text-transform: uppercase;font-size: 31px;line-height: 150%;font-weight: 700;padding-left: 20px;text-align: left;}

.intro .title_slider .title .text span {color: #b2f200;}

.intro .title_slider .title.title1 {

}

.intro .title_slider .title.title2 {

}




/**************************************************************************************************************/


.top_form {padding: 20px 0;background: #f5f5f5;}

.top_form .content {

display: flex;

justify-content: center;
}

.top_form .lead_img {

}

.top_form #form1 {

padding-left: 55px;

display: flex;

flex-wrap: wrap;

/* justify-content: space-between; */

max-width: 800px;

align-items: flex-end;
}

.top_form #form1 .form-group_wrapper {

display: flex;
}

.top_form #form1 .form-group_wrapper .form-group {

width: 200px;

margin-right: 30px;
}

.top_form #form1 .agree_field,
.top_form #form1 .agree_field a {width: 100%;color: #8b8b8b;}



/**************************************************************************************************************/


.sale_cases {

margin-top: 150px;
}

.sale_cases .content {

}

.sale_cases .title {

}

.sale_cases .title:before {

}

.sale_cases .cases_tabs {
    margin-top: 70px;
    display: flex;
    align-items: center;
}
.sale_cases .cases_tabs .tab_item {
    cursor: pointer;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border-radius: 50px;
    transition: all .1s linear;
    font-weight: 700;
}

.sale_cases .cases_tabs .tab_item_text {}

.sale_cases .cases_tabs .tab_item.active,
.sale_cases .cases_tabs .tab_item:hover {
    background-color: #B2F200;
}

.sale_cases .main_block {

padding-top: 10px;
}

.sale_cases .main_block .brands_block {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 43px;
    margin-bottom: 65px;
}
.sale_cases .main_block .brands_block_item {
    filter: grayscale(1);
    opacity: .7;
    transition: all .1s linear;
    cursor: pointer;
}
.sale_cases .main_block .brands_block_item:hover,
.sale_cases .main_block .brands_block_item.active {
    filter: unset;
    opacity: 1;
}
.sale_cases .main_block .brands_block_item_img {}
.sale_cases .main_block .brands_block_item_img picture {}
.sale_cases .main_block .brands_block_item_img picture img {}

.sale_cases .main_block .cases_slider {

border: 2px solid #000;
}

.sale_cases .main_block .case_item {

padding: 50px 35px 50px 60px;

display: flex;

justify-content: space-between;

align-items: center;
}

.sale_cases .main_block .block_for_slider .case_item {
    display: none;
}

.sale_cases .main_block .lead_info {

width: 62%;
}

.sale_cases .main_block .lead_info .info_item {font-size: 20px;display: flex;align-items: flex-end;padding: 5px 0;}

.sale_cases .main_block .lead_info .name {

font-weight: 700;

white-space: nowrap;

text-transform: uppercase;
}

.sale_cases .main_block .lead_info .sep {

width: 100%;

border-bottom: 2px dotted #000;

position: relative;

bottom: 5px;

margin: 0 3px;
}

.sale_cases .main_block .lead_info .val {

white-space: nowrap;
}

.sale_cases .main_block .lead_img {

max-width: 34%;
}

.sale_cases .main_block .lead_img .img_name {

display: none;
}

/* slick slider */

.sale_cases .slick-arrow {

cursor: pointer;

border: none;

background: transparent;

color: transparent;

font-size: 0px;

width: 44px;

height: 200px;

position: absolute;

top: calc(50% - 100px);

background: url(../img/slider_arrow.png) 0 50% no-repeat #fff;

z-index: 1;

outline: none;
}

.sale_cases .slick-prev {

left: -44px;
}

.sale_cases .slick-next {

transform: rotate(180deg);

right: -44px;
}

.sale_cases .slick-dots {

position: absolute;

display: flex;

width: 100%;

justify-content: center;
}

.sale_cases .slick-dots li {

width: 12px;

height: 12px;

background: #8b8b8b;

border-radius: 50%;

margin: 3px;
cursor: pointer;
}

.sale_cases .slick-dots li.slick-active {
    background: #b2f200;
}

.sale_cases .slick-dots li button {

display: none;
}







/**************************************************************************************************************/



.lead_block {
    margin-top: 200px;
}
.lead_block .content {}
.lead_block .title {}
.lead_block .items {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lead_block .items > .item {
    padding-left: 120px;
    position: relative;
    padding-top: 33px;
    padding-bottom: 31px;
}
.lead_block .items > .item:before {content: "";width: 105px;height: 105px;display: block;background: #b2f200;position: absolute;top: 0;left: 0;border-radius: 50%;}
.lead_block .items > .item.ico1:before {background: url(../img/lead_block_ico1.png) 50% no-repeat #000;}
.lead_block .items > .item.ico2:before {background: url(../img/lead_block_ico2.png) 50% no-repeat #000;}
.lead_block .items > .item.ico3:before {background: url(../img/lead_block_ico3.png) 50% no-repeat #000;}
.lead_block .items > .item.ico1:hover:before {background: url(../img/lead_block_ico1_hov.png) 50% no-repeat #b2f200;}
.lead_block .items > .item.ico2:hover:before {background: url(../img/lead_block_ico2_hov.png) 50% no-repeat #b2f200;}
.lead_block .items > .item.ico3:hover:before {background: url(../img/lead_block_ico3_hov.png) 50% no-repeat #b2f200;}
.lead_block .items > .item .item_title {}
.lead_block .items > .item .item_title b {}
.lead_block .items > .arrow {}
.lead_block .lead_block_about {
    margin-top: 115px;
    display: flex;
    justify-content: space-between;
}
.lead_block .lead_block_about .item {
    color: #fff;
    width: 49%;
    padding: 55px 0 55px 235px;
}
.lead_block .lead_block_about .item.bg1 {
    background: url(../img/lead_block_bg1.jpg) 50% no-repeat;
}
.lead_block .lead_block_about .item.bg2 {
    background: url(../img/lead_block_bg2.jpg) 50% no-repeat;
}
.lead_block .lead_block_about .lead_block_about_title {
    font-size: 24px;
    font-weight: 700;
}
.lead_block .lead_block_about .lead_block_about_title span {
    color: #b2f200;
}
.lead_block .lead_block_about .lead_block_about_text {
    font-size: 18px;
    padding-left: 30px;
    background: url(../img/lead_block_img1.png) 0 50% no-repeat;
    margin-top: 8px;
}
.lead_block .lead_block_about .lead_block_about_text span {
    color: #b2f200;
    font-size: 24px;
    font-weight: 700;
}



/**************************************************************************************************************/


.target {

margin-top: 220px;

background: linear-gradient(to bottom, transparent 58%, #000 42%);

padding-bottom: 50px;
}

.target .content {

display: flex;

/* justify-content: space-between; */
}

.target .image_block {

}

.target .image_block.mob {
    display: none;
}

.target .info_block {

display: flex;

flex-direction: column;

justify-content: space-between;

padding-left: 35px;
}

.target .title {

text-align: left;
}

.target .title:before {
    display: none;
}

.target .target_list {
}

.target .target_list li {

font-size: 18px;

padding-bottom: 25px;

color: #b2f200;

padding-left: 25px;

position: relative;
}

.target .target_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    display: block;
    background: #b2f200;
    border-radius: 50%;
}

.target .target_list li span {

color: #000;
}

.target  #form2 {

margin-top: 75px;
}

.target  #form2 .form-group_wrapper {

display: flex;

justify-content: space-between;

padding-bottom: 20px;
}

.target  #form2 .btn {
    width: 100%;
}

.target  #form2 .btn:hover {
    color: #b2f200;
}

.target  #form2 .form-group_wrapper .form-group {

width: 48%;
}

.target  #form2 .agree_field,
.target  #form2 .agree_field a {
    color: #c8c8c8;
}

.target  #form2 .form-group input[type="text"], 
.target  #form2 .form-group input[type="tel"] {
        
color: #fff;
        
border-color: #fff;
        
background: transparent;
}



/**************************************************************************************************************/


.partners {

margin-top: 130px;
}

.partners .content {

}

.partners .title {

}

.partners .title:before {

}

.partners .brands_list {display: flex;justify-content: space-around;flex-wrap: wrap;align-items: center;}

.partners .brands_list .item {
    margin: 0 60px;
    margin-top: 70px;
    width: 14%;
    height: 70px;
    /* background-size: 80% !important; */
}

.partners .brands_list .item.ico1 {
    background: url(../img/brands/avtomir_hover.png) 50% no-repeat;
    width: 140px;
}

.partners .brands_list .item.ico2 {
    background: url(../img/brands/rolf_hover.png) 50% no-repeat;
    width: 119px;
}

.partners .brands_list .item.ico3 {
    background: url(../img/brands/avtodom_hover.png) 50% no-repeat;
    width: 144px;
}

.partners .brands_list .item.ico4 {
    background: url(../img/brands/asc_hover.png) 50% no-repeat;
    width: 135px;
}

.partners .brands_list .item.ico5 {
    background: url(../img/brands/sim_hover.png) 50% no-repeat;
    width: 127px;
}

.partners .brands_list .item.ico6 {
    background: url(../img/brands/saturn_hover.png) 50% no-repeat;
    width: 162px;
}

.partners .brands_list .item.ico7 {
    background: url(../img/brands/kluch_hover.png) 50% no-repeat;
    width: 146px;
}

.partners .brands_list .item.ico8 {
    background: url(../img/brands/us_hover.png) 50% no-repeat;
    width: 106px;
}

.partners .brands_list .item.ico9 {
    background: url(../img/brands/major_hover.png) 50% no-repeat;
    width: 118px;
}

.partners .brands_list .item.ico10 {
    background: url(../img/brands/aaa_hover.png) 50% no-repeat;
    width: 84px;
}

.partners .brands_list .item.ico11 {
    background: url(../img/brands/germes_hover.png) 50% no-repeat;
    width: 129px;
}

.partners .brands_list .item.ico12 {
    background: url(../img/brands/favorit_hover.png) 50% no-repeat;
    width: 155px;
}

.partners .brands_list .item.ico13 {
    background: url(../img/brands/ttc_hover.png) 50% no-repeat;
    width: 97px;
}

.partners .brands_list .item.ico14 {
    background: url(../img/brands/forsaj_hover.png) 50% no-repeat;
    width: 136px;
}

/* ************** hover **************/

.partners .brands_list .item:hover.ico1 {
    background: url(../img/brands/avtomir.png) 50% no-repeat;
}

.partners .brands_list .item.ico2:hover {
    background: url(../img/brands/rolf.png) 50% no-repeat;
}

.partners .brands_list .item.ico3:hover {
    background: url(../img/brands/avtodom.png) 50% no-repeat;
}

.partners .brands_list .item.ico4:hover {
    background: url(../img/brands/asc.png) 50% no-repeat;
}

.partners .brands_list .item.ico5:hover {
    background: url(../img/brands/sim.png) 50% no-repeat;
}

.partners .brands_list .item.ico6:hover {
    background: url(../img/brands/saturn.png) 50% no-repeat;
}

.partners .brands_list .item.ico7:hover {
    background: url(../img/brands/kluch.png) 50% no-repeat;
}

.partners .brands_list .item.ico8:hover {
    background: url(../img/brands/us.png) 50% no-repeat;
}

.partners .brands_list .item.ico9:hover {
    background: url(../img/brands/major.png) 50% no-repeat;
}

.partners .brands_list .item.ico10:hover {
    background: url(../img/brands/aaa.png) 50% no-repeat;
}

.partners .brands_list .item.ico11:hover {
    background: url(../img/brands/germes.png) 50% no-repeat;
}

.partners .brands_list .item.ico12:hover {
    background: url(../img/brands/favorit.png) 50% no-repeat;
}

.partners .brands_list .item.ico13:hover {
    background: url(../img/brands/ttc.png) 50% no-repeat;
}

.partners .brands_list .item.ico14:hover {
    background: url(../img/brands/forsaj.png) 50% no-repeat;
}


/****************************************************************************************************/


.regions_wrapper {

overflow: hidden;
}

.regions {
    background: url(../img/regoins_count.jpg) 50% 0 no-repeat #000;
    background-size: 100% !important;
    margin-top: 130px;
    position: relative;
}

.webp .regions {
    background: url(../img/regoins_count.webp) 50% 0 no-repeat #000;
}

.regions .container {
    position: static;
}

.regions .content {
    height: 44vw;
    max-height: 850px;
}

.regions .title {
    color: #fff;
    padding-top: 70px;
}

.regions .region_items {

}

.regions .region_item {

background: #fff;

font-weight: 700;

padding: .3rem .6rem;

border-radius: .7rem;

cursor: pointer;

position: absolute;

transition: all .2s linear;
}

.regions .region_item.capital {
    font-size: 22px;
}

.regions .region_item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: 100%;
    transition: all .2s linear;
}

.regions .region_item.pos_left:after {
    left: 20%;
}

.regions .region_item.pos_right:after {
    right: 20%;
}

.regions .name {

}

.regions .dealers {

    padding-top: 3px;
    display: none;
}

.regions .region_item:hover {
    background: #b2f200;
    z-index: 2;
}

.regions .region_item.active {
    background: #b2f200;
    z-index: 1;
}

.regions .region_item.active .dealers {
    display: block;
}

.regions .region_item:hover:after {
    border-top-color: #b2f200;
}

.regions .region_item.active:after {
    border-top-color: #b2f200;
}


.regions .regions_img {
    display: none;
}



/****************************************************************************************************/


.have_questions {

margin-top: 60px;
}

.have_questions .content {

display: flex;

justify-content: space-between;

align-items: center;
}

.have_questions .lead_img {

}

.have_questions #form3 {display: flex;flex-wrap: wrap;justify-content: space-between;width: 60%;}

.have_questions #form3 .form_title {

font-size: 26px;

padding-bottom: 20px;

text-align: left;

font-weight: 700;

width: 100%;
}

.have_questions #form3 .form_comment {

font-size: 18px;

width: 100%;

padding-bottom: 40px;
}

.have_questions #form3 .form-group_wrapper {display: flex;width: 60%;}

.have_questions #form3 .form-group_wrapper .form-group {padding-right: 30px;width: 50%;}

.have_questions #form3 .agree_field,
.have_questions #form3 .agree_field a {color: #8b8b8b;}

.have_questions #form3 > .form-group {
    width: 39%;
}

.have_questions #form3 .btn {
    width: 100%;
}


footer .links {
    display: flex;
    padding: 15px 0px;
    gap: 3%;
}
footer .links a {
    color: white;
    text-decoration: none;
    font-size: 12px;
}



/**************************************************************************************************************/



footer {
    padding-top: 70px;
    padding-bottom: 20px;
    margin-top: 40px;
    background: #000;
    color: #fff;
}

footer .content {display: flex;justify-content: space-between;align-items: flex-start;padding-bottom: 0px;flex-wrap: wrap;}

footer .company_info {

font-size: 14px;

color: #898989;
}

footer .company_info span {
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

footer .logo_bottom {order: -1;width: 100%;text-align: center;margin-bottom: -100px;}

footer .top_phone {

padding-left: 20px;

background: url(../img/phone_top.png) 0 50% no-repeat;
}

footer .top_phone a {

color: #fff;

font-weight: 700;
}

footer .top_phonebefore {
    content: "";
}


.disclamer_switch_bg {
    
}

.disclamer_switch {
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

footer .disclamer {color:black;font-size:10px;display: none;text-align: left;padding-top: 35px;}

.copyright {font-size: 10px;text-align: center;color: #898989;}


.cookie_message {display:none;position: fixed;background: white;padding: 10px 0px;bottom: 0px;left: 0px;width: 100%;background: #F3F3F3;border-radius: 10px;box-shadow: 0px -2px 2px #000;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;z-index: 99999;font-size: 14px;}
.cookie_message .container {
    display: flex;
    width: 1230px;
    gap: 20px;
    max-width: 100%;
}
.cookie_message ._text {}
.cookie_message .btn {height:42px;}

.cookie_message ._text a {text-decoration: underline;color: inherit;}


.cookie_message .mob {display:none;}




/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1900px) {
    .regions .region_item {
        font-size: .9vw;
    }
    .regions .region_item.capital {
        font-size: 1.2vw;
    }
    .regions .dealers {
        font-size: 1.1vw;
    }
    
}
@media (max-width: 1800px) {
   
}
@media (max-width: 1480px) {
    .lead_block .lead_block_about .item {
        padding: 55px 0 55px 150px;
    }
}
@media (max-width: 1280px) {
    .regions .title {
        padding-top: 40px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px){

    .header .logo {
        
width: 15%;
    }

    .header .top_addr {
        
font-size: 14px;
    }
    
    .header .btn {
        
width: 200px;
    }

    .intro {

background-position: 55% 0 !important;
}

.intro .title_slider {

}

.intro .title_slider .title {

}

.intro .title_slider .title br {

}

.intro .title_slider .title .text_big {

}

.intro .title_slider .title .text {

}

.intro .title_slider .title .text span {

}

.intro .title_slider .title.title1 {

}

.intro .title_slider .title.title2 {

}




/**************************************************************************************************************/


.top_form {

}

.top_form .content {

}

.top_form .lead_img {

}

.top_form #form1 {

}

.top_form #form1 .form-group_wrapper {

}

.top_form #form1 .form-group_wrapper .form-group {

}

.top_form #form1 .agree_field,
.top_form #form1 .agree_field a {

}



/**************************************************************************************************************/


.sale_cases {

}

.sale_cases .content {

}

.sale_cases .title {

}

.sale_cases .title:before {
    
}

.sale_cases .cases_tabs {}
.sale_cases .cases_tabs .tab_item {}
.sale_cases .cases_tabs .tab_item .bw {}
.sale_cases .cases_tabs .tab_item .color {}

.sale_cases .main_block {

}


.sale_cases .main_block .brands_block {}
.sale_cases .main_block .brands_block_item {}
.sale_cases .main_block .brands_block_item_img {}
.sale_cases .main_block .brands_block_item_img picture {}
.sale_cases .main_block .brands_block_item_img picture img {}

.sale_cases .main_block .cases_slider {

}

.sale_cases .main_block .case_item {

}

.sale_cases .main_block .lead_info {

}

.sale_cases .main_block .lead_info .info_item {

font-size: 16px;
}

.sale_cases .main_block .lead_info .name {

}

.sale_cases .main_block .lead_info .sep {

}

.sale_cases .main_block .lead_info .val {

}

.sale_cases .main_block .lead_img {

}

.sale_cases .main_block .lead_img .img_name {

}



/**************************************************************************************************************/


.lead_block {}
.lead_block .content {}
.lead_block .title {}
.lead_block .items {}
.lead_block .items > .item {}
.lead_block .items > .item.ico1 {}
.lead_block .items > .item.ico2 {}
.lead_block .items > .item.ico3 {}
.lead_block .items > .item.ico1:hover {}
.lead_block .items > .item.ico2:hover {}
.lead_block .items > .item.ico3:hover {}
.lead_block .items > .item .item_title {}
.lead_block .items > .item .item_title b {}
.lead_block .items > .arrow {}
.lead_block .lead_block_about {}
.lead_block .lead_block_about .item {}
.lead_block .lead_block_about .item.bg1 {}
.lead_block .lead_block_about .item.bg2 {}
.lead_block .lead_block_about .lead_block_about_title {}
.lead_block .lead_block_about .lead_block_about_title span {}
.lead_block .lead_block_about .lead_block_about_text {}
.lead_block .lead_block_about .lead_block_about_text span {}


/**************************************************************************************************************/


.target {

}

.target .content {

}

.target .image_block {

max-width: 50%;
}

.target .info_block {

}

.target .title {

}

.target .target_list {

}

.target .target_list li {

}

.target .target_list li span {

}

.target  #form2 {

}

.target  #form2 .form-group_wrapper {

}

.target  #form2 .form-group_wrapper .form-group {

}

.target  #form2 .agree_field,
.target  #form2 .agree_field a {

}



/**************************************************************************************************************/


.partners {

}

.partners .content {

}

.partners .title {

}

.partners .title:before {

}

.partners .brands_list {

}

.partners .brands_list .item {

}

.partners .brands_list .item.ico1 {

}

.partners .brands_list .item.ico2 {

}

.partners .brands_list .item.ico3 {

}

.partners .brands_list .item.ico4 {

}

.partners .brands_list .item.ico5 {

}

.partners .brands_list .item.ico6 {

}

.partners .brands_list .item.ico7 {

}

.partners .brands_list .item.ico8 {

}

.partners .brands_list .item.ico9 {

}

.partners .brands_list .item.ico10 {

}

.partners .brands_list .item.ico12 {

}

.partners .brands_list .item.ico13 {

}

.partners .brands_list .item.ico14 {

}



/****************************************************************************************************/


.regions_wrapper {

overflow: hidden;
}


.regions {transform: scale(1.2);}

.regions .content {}

.regions .title {
}

.regions .region_items {

}

.regions .region_item {

}

.regions .region_item:after {
}

.regions .region_item.pos_left:after {

}

.regions .region_item.pos_right:after {

}

.regions .name {

}

.regions .dealers {

}

.regions .region_item:hover {

}

.regions .region_item.acitve {

}

.regions .region_item.acitve .dealers {

}

.regions .region_item:hover:after {

}

.regions .region_item.active:after {

}


/****************************************************************************************************/


.have_questions {

}

.have_questions .content {

}

.have_questions .lead_img {

}

.have_questions #form3 {

}

.have_questions #form3 .form_title {

}

.have_questions #form3 .form_comment {

}

.have_questions #form3 .form-group_wrapper {}

.have_questions #form3 .form-group_wrapper .form-group {

width: 48%;
}

.have_questions #form3 .agree_field,
.have_questions #form3 .agree_field a {

}


footer {

}

footer .content {

}

footer .company_info {

}

footer .logo_bottom {

}

footer .top_phone {

}

footer .top_phone a {

}

footer .top_phonebefore {
    content: "";
}


.disclamer_switch_bg {
    
}
    
}
/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    .header {

flex-wrap: wrap;

}
        
    .header .btn {
            
margin: 0 auto;
            
margin-top: 20px;
    }

    
    .intro {

}

.intro .title_slider {

}

.intro .title_slider .title {

}

.intro .title_slider .title br {

}

.intro .title_slider .title .text_big {

font-size: 70px;
}

.intro .title_slider .title .text {

font-size: 24px;
}

.intro .title_slider .title .text span {

}

.intro .title_slider .title.title1 {

align-items: center;
}

.intro .title_slider .title.title2 {

align-items: center;
}




/**************************************************************************************************************/


.top_form {

}

.top_form .content {

}

.top_form .lead_img {

}

.top_form #form1 {

max-width: 70%;
}

.top_form #form1 .form-group_wrapper {

}

.top_form #form1 .form-group_wrapper .form-group {

}

.top_form #form1 > .form-group {
    width: 100%;
}

.top_form #form1 .btn {
    width: 100%;
}

.top_form #form1 .agree_field,
.top_form #form1 .agree_field a {

}



/**************************************************************************************************************/


.sale_cases {

}

.sale_cases .content {

}

.sale_cases .title {

}

.sale_cases .title:before {
    
}

.sale_cases .cases_tabs {}
.sale_cases .cases_tabs .tab_item {}
.sale_cases .cases_tabs .tab_item .bw {}
.sale_cases .cases_tabs .tab_item .color {}

.sale_cases .main_block {

}


.sale_cases .main_block .brands_block {}
.sale_cases .main_block .brands_block_item {}
.sale_cases .main_block .brands_block_item_img {}
.sale_cases .main_block .brands_block_item_img picture {}
.sale_cases .main_block .brands_block_item_img picture img {}

.sale_cases .main_block .cases_slider {

}

.sale_cases .main_block .case_item {

flex-wrap: wrap;
}

.sale_cases .main_block .lead_info {

width: 100%;
}

.sale_cases .main_block .lead_info .info_item {

}

.sale_cases .main_block .lead_info .name {

}

.sale_cases .main_block .lead_info .sep {

}

.sale_cases .main_block .lead_info .val {

}

.sale_cases .main_block .lead_img {

order: -1;

padding-bottom: 10px;

margin: 0 auto;

max-width: 100%;
}

.sale_cases .main_block .lead_img .img_name {

}

.sale_cases .slick-prev {
    left: -30px;
}

.sale_cases .slick-next {
    right: -30px;
}



/**************************************************************************************************************/


.lead_block {}
.lead_block .content {}
.lead_block .title {}
.lead_block .items {
    flex-wrap: wrap;
}
.lead_block .items > .item {
    width: 100%;
    margin-bottom: 20px;
}
.lead_block .items > .item.ico1 {}
.lead_block .items > .item.ico2 {}
.lead_block .items > .item.ico3 {}
.lead_block .items > .item.ico1:hover {}
.lead_block .items > .item.ico2:hover {}
.lead_block .items > .item.ico3:hover {}
.lead_block .items > .item .item_title {}
.lead_block .items > .item .item_title b {}
.lead_block .items > .arrow {
    display: none;
}
.lead_block .lead_block_about {
    flex-wrap: wrap;
}
.lead_block .lead_block_about .item {
    width: 100%;
    margin-top: 20px;
    padding: 55px 0 55px 230px;
}
.lead_block .lead_block_about .item.bg1 {}
.lead_block .lead_block_about .item.bg2 {}
.lead_block .lead_block_about .lead_block_about_title {}
.lead_block .lead_block_about .lead_block_about_title span {}
.lead_block .lead_block_about .lead_block_about_text {}
.lead_block .lead_block_about .lead_block_about_text span {}



/**************************************************************************************************************/


.target {

}

.target .content {

}

.target .image_block {

}

.target .info_block {

}

.target .title {

}

.target .target_list {

}

.target .target_list li {

}

.target .target_list li span {

}

.target  #form2 {

}

.target  #form2 .form-group_wrapper {

}

.target  #form2 .form-group_wrapper .form-group {

}

.target  #form2 .agree_field,
.target  #form2 .agree_field a {

}



/**************************************************************************************************************/


.partners {

}

.partners .content {

}

.partners .title {

}

.partners .title:before {

}

.partners .brands_list {

}

.partners .brands_list .item {

}

.partners .brands_list .item.ico1 {

}

.partners .brands_list .item.ico2 {

}

.partners .brands_list .item.ico3 {

}

.partners .brands_list .item.ico4 {

}

.partners .brands_list .item.ico5 {

}

.partners .brands_list .item.ico6 {

}

.partners .brands_list .item.ico7 {

}

.partners .brands_list .item.ico8 {

}

.partners .brands_list .item.ico9 {

}

.partners .brands_list .item.ico10 {

}

.partners .brands_list .item.ico12 {

}

.partners .brands_list .item.ico13 {

}

.partners .brands_list .item.ico14 {

}



/****************************************************************************************************/



.regions_wrapper {

}

.regions {background: none !important;transform: unset;}

.regions .container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.regions .content {

height: auto;

max-height: unset;
}

.regions .title {color: #000;margin: 0 20px;}

.regions .region_items {
    display: none;
}

.regions .region_item {

}

.regions .region_item:after {
}

.regions .region_item.pos_left:after {

}

.regions .region_item.pos_right:after {

}

.regions .name {

}

.regions .dealers {

}

.regions .region_item:hover {

}

.regions .region_item.acitve {

}

.regions .region_item.acitve .dealers {

}

.regions .region_item:hover:after {

}

.regions .region_item.active:after {

}

.regions .regions_img {
    display: block;
    padding-top: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #000;
    margin-top: 30px;
}

.regions .regions_img a {/* width: 100%; */}

/****************************************************************************************************/


.have_questions {

}

.have_questions .content {

}

.have_questions .lead_img {

max-width: 35%;
}

.have_questions #form3 {

}

.have_questions #form3 .form_title {

}

.have_questions #form3 .form_comment {

}

.have_questions #form3 .form-group_wrapper {

}

.have_questions #form3 .form-group_wrapper .form-group {

}

.have_questions #form3 .agree_field,
.have_questions #form3 .agree_field a {

}


footer {
    
}

footer .content {

}

footer .company_info {order: 1;width: 100%;text-align: center;padding-bottom: 25px;}

footer .logo_bottom {margin: 0;}

footer .top_phone {margin: 20px auto;}

footer .top_phone a {

}

footer .top_phonebefore {
    content: "";
}


.disclamer_switch_bg {
    
}
    

}

	
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
	
	.fancybox-type-image {width: 100% !important;margin: 0px !important;left: 0px !important;}
	.fancybox-close {right: 9px !important;top: 9px !important;}
	.fancybox-inner {width: 100% !important;margin: 0px !important;padding: 0px !important;}
	.fancybox-wrap {margin:0px !important;width: 100% !important;left: 0px !important;top: 20px !important;}
	.fancybox-type-image .fancybox-close {top: -8px !important;}

	.simple_slider .btn_left {display:none !important;}
	.simple_slider .btn_right {display:none !important;}
	
	.popup_container {width:100%;}




    /************************************************************************/

    .title {

font-size: 24px;
}

.title:before {
    width: 100%;
}
    

    .btn {
        width: 100%;
        margin-top: 10px;
    }

    .header {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .header .logo {
        width: 37%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .logo .logo_text {
        padding-left: 0;
        font-size: 14px;
    }

    .header .top_addr {
        display: none;
        margin-top: 10px;
    }

    .header .top_phone {
        /* display: none; */
        /* margin-top: 10px; */
        padding: 0;
    }

    .header .top_phone a {
        /* display: none; */
        position: absolute;
        top: -11px;
        left: -38px;
        font-size: 9px;
        color: transparent;
    }

    .header .top_phone:before {
        content: "";
        width: 20px;
        height: 23px;
        background: url(../img/phone_top_mob.png) 50% no-repeat;
        top: -10px;
        left: -25px;
    }



    .intro {

    background-size: 420px auto !important;

    background-color: transparent !important;

    background: url(../img/intro_mob.jpg) 50% 0 no-repeat #000;

    }
    
    .webp .intro {background: url(../img/intro_mob.webp) 50% 0 no-repeat #000;background-size: 420px auto !important;background-color: #000!important;}

    .intro .title_slider {
    padding-top: 280px;
    padding-bottom: 20px;
    /* color: #000; */
    }
    
    .intro .title_slider .title {
    
    }
    
    .intro .title_slider .title br {
    
    }
    
    .intro .title_slider .title .text_big {
    
font-size: 50px;
    
width: 100%;
    }
    
    .intro .title_slider .title .text {
    font-size: 24px;
    width: 100%;
    text-align: center;
    }
    
    .intro .title_slider .title .text span {
    
    }
    
    .intro .title_slider .title.title1 {
    
flex-wrap: wrap;
    }
    
    .intro .title_slider .title.title2 {
    
flex-wrap: wrap;
    }
    
    
    
    
    /**************************************************************************************************************/
    
    
    .top_form {
    background: none;
    }
    
    .top_form .content {
    
flex-wrap: wrap;
    }
    
    .top_form .lead_img {
    padding-bottom: 20px;
    display: none;
    }
    
    .top_form #form1 {
    
width: 100%;
    
padding: 0;
    }
    
    .top_form #form1 .form-group_wrapper {
    
width: 100%;
    
flex-wrap: wrap;
    }
    
    .top_form #form1 .form-group_wrapper .form-group {
    
margin: 0;
    
width: 100%;
    }

    .top_form #form1 > .form-group {
        width: 100%;
    }

    .top_form #form1 .btn {
        width: 100%;
    }
    
    .top_form #form1 .agree_field,
    .top_form #form1 .agree_field a {
    
    }
    
    
    
    /**************************************************************************************************************/
    
    
    .sale_cases {
    
margin-top: 60px;
    
overflow: hidden;
    }
    
    .sale_cases .content {
    
    }
    
    .sale_cases .title {
    
    }

    .sale_cases .title:before {
    
width: 100%;
    }

    .sale_cases .cases_tabs {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sale_cases .cases_tabs .tab_item {
    margin-bottom: 20px;
    min-width: 50%;
    display: flex;
    justify-content: center;
    width: 49%;
}
.sale_cases .cases_tabs .tab_item .bw {}
.sale_cases .cases_tabs .tab_item .color {}
    
    .sale_cases .main_block {
    
    }


    .sale_cases .main_block .brands_block {
    flex-wrap: wrap;
    justify-content: space-around;
}
.sale_cases .main_block .brands_block_item {}
.sale_cases .main_block .brands_block_item_img {}
.sale_cases .main_block .brands_block_item_img picture {}
.sale_cases .main_block .brands_block_item_img picture img {}
    
    .sale_cases .main_block .cases_slider {
    
    }
    
    .sale_cases .main_block .case_item {
    
padding: 20px;
    
flex-wrap: wrap;
    }
    
    .sale_cases .main_block .lead_info {
    
width: 100%;
    }
    
    .sale_cases .main_block .lead_info .info_item {
    
font-size: 13px;
    
flex-wrap: wrap;
    }
    
    .sale_cases .main_block .lead_info .name {
    
width: 100%;
    }
    
    .sale_cases .main_block .lead_info .sep {
    
display: none;
    }
    
    .sale_cases .main_block .lead_info .val {
    
white-space: normal;
    
font-size: 16px;
    
margin-top: 5px;
    }
    
    .sale_cases .main_block .lead_img {
    
max-width: 100%;
    
order: -1;
    
margin: 0 auto;
    
padding-bottom: 15px;
    }
    
    .sale_cases .main_block .lead_img .img_name {
    }


    .sale_cases .slick-arrow {
        background-size: 30% !important;
        padding: 0;
        background-position: 100% 50% !important;
    }

    .sale_cases .slick-prev {
        left: -43px;
    }

    .sale_cases .slick-next {
        right: -43px;
    }
    
    
    
    /**************************************************************************************************************/


    .lead_block {
    margin-top: 80px;
}
.lead_block .content {}
.lead_block .title {}
.lead_block .items {
    margin-top: 30px;
    flex-wrap: wrap;
}
.lead_block .items > .item {
    width: 100%;
    margin-bottom: 15px;
}
.lead_block .items > .item.ico1 {}
.lead_block .items > .item.ico2 {}
.lead_block .items > .item.ico3 {}
.lead_block .items > .item.ico1:hover {}
.lead_block .items > .item.ico2:hover {}
.lead_block .items > .item.ico3:hover {}
.lead_block .items > .item .item_title {}
.lead_block .items > .item .item_title b {}
.lead_block .items > .arrow {
    display: none;
}
.lead_block .lead_block_about {
    margin-top: 30px;
    flex-wrap: wrap;
}
.lead_block .lead_block_about .item {
    width: 100%;
    padding: 0;
    color: #000;
    background: none !important;
    text-align: center;
    padding-bottom: 20px;
}
.lead_block .lead_block_about .item.bg1 {}
.lead_block .lead_block_about .item.bg2 {}
.lead_block .lead_block_about .lead_block_about_title {
    font-size: 22px;
}
.lead_block .lead_block_about .lead_block_about_title span {}
.lead_block .lead_block_about .lead_block_about_text {
    padding: 0;
    background: none;
    font-size: 18px;
}
.lead_block .lead_block_about .lead_block_about_text span {
    font-size: 18px;
}



    /**************************************************************************************************************/
    
    
    .target {
        margin-top: 60px;
        background: url(../img/target_mob.jpg) 50% 0 no-repeat, linear-gradient(to bottom, transparent 69%, #000 31%);
        background-size: 420px auto !important;
        padding-top: 235px;
    }

    .webp .target {
        background: url(../img/target_mob.webp) 50% 0 no-repeat, linear-gradient(to bottom, transparent 69%, #000 31%);
    }
    
    .target .content {
    
flex-wrap: wrap;
    }
    
    .target .image_block {
    max-width: 110%;
    margin: 0 auto;
    margin-left: -15px;
    margin-right: 0;
    display: none;
    }

    
    .target .image_block.mob {
        display: block;
    }
    
    .target .info_block {
    
padding: 0;
    }
    
    .target .title {
    
margin-top: 30px;
    
text-align: center;
    }
    
    .target .target_list {
    
margin: 0;
    }
    
    .target .target_list li {
    
padding-bottom: 15px;
    }
    
    .target .target_list li span {
    
    }
    
    .target  #form2 {
    
margin-top: 45px;
    }
    
    .target  #form2 .form-group_wrapper {
    
    }
    
    .target  #form2 .form-group_wrapper .form-group {
    
    }
    
    .target  #form2 .agree_field,
    .target  #form2 .agree_field a {
    
    }
    
    
    
    /**************************************************************************************************************/
    
    
    .partners {
    
margin-top: 60px;
    }
    
    .partners .content {
    
    }
    
    .partners .title {
    
    }

    .partners .title:before {

width: 100%;

}
    
    .partners .brands_list {
    }
    
    .partners .brands_list .item {
    width: 45% !important;
    background-position: 50% !important;
    background-size: 89px auto !important;
    margin: 0;
    margin-top: 5px;
    }
    
    .partners .brands_list .item.ico1 {
    
    }
    
    .partners .brands_list .item.ico2 {
    
    }
    
    .partners .brands_list .item.ico3 {
    
    }
    
    .partners .brands_list .item.ico4 {
    
    }
    
    .partners .brands_list .item.ico5 {
    
    }
    
    .partners .brands_list .item.ico6 {
    
    }
    
    .partners .brands_list .item.ico7 {
    
    }
    
    .partners .brands_list .item.ico8 {
    
    }
    
    .partners .brands_list .item.ico9 {
    
    }
    
    .partners .brands_list .item.ico10 {
    
    }
    
    .partners .brands_list .item.ico12 {
    
    }
    
    .partners .brands_list .item.ico13 {
    
    }
    
    .partners .brands_list .item.ico14 {
    
    }
    
    
    
    /****************************************************************************************************/


    .regions_wrapper {
        
    }

    .regions {
    margin-top: 60px;
    background: none !important;
    }

    .regions .container {padding: 0;}
    
    .regions .content {
    
height: auto;
    
max-height: unset;
    }
    
    .regions .title {
        color: #000;
        padding-top: 0;
        margin: 0 15px;
    }

    .regions .title:before {
        width: 100%;
    }
    
    .regions .region_items {
        display: none;
    }
    
    .regions .region_item {
    
    }
    
    .regions .region_item:after {
    }
    
    .regions .region_item.pos_left:after {
    
    }
    
    .regions .region_item.pos_right:after {
    
    }
    
    .regions .name {
    
    }
    
    .regions .dealers {
    
    }
    
    .regions .region_item:hover {
    
    }
    
    .regions .region_item.acitve {
    
    }
    
    .regions .region_item.acitve .dealers {
    
    }
    
    .regions .region_item:hover:after {
    
    }
    
    .regions .region_item.active:after {
    
    }

    .regions .regions_img {
        padding-top: 30px;
        display: block;
    }



    /****************************************************************************************************/
    
    
    .have_questions {
    
    }
    
    .have_questions .content {
    
flex-wrap: wrap;
    }
    
    .have_questions .lead_img {
    
margin: 0 auto;
    
padding-bottom: 20px;
    }
    
    .have_questions #form3 {
    
width: 100%;
    }
    
    .have_questions #form3 .form_title {
    
font-size: 24px;
    }
    
    .have_questions #form3 .form_comment {
    
font-size: 16px;
    
padding-bottom: 15px;
    }
    
    .have_questions #form3 .form-group_wrapper {
        width: 100%;
    
        flex-wrap: wrap;
    }
    
    .have_questions #form3 .form-group_wrapper .form-group {
    
        padding: 0;
            
        width: 100%;
    }

    .have_questions #form3 > .form-group {
        width: 100%;
    }

    .have_questions #form3 > .btn {
        width: 100%;
    }
    
    .have_questions #form3 .agree_field,
    .have_questions #form3 .agree_field a {
    
    }
    
    
    footer {
        
    }
    
    footer .content {
    }
    
    footer .company_info {
    
width: 100%;
    
text-align: center;
    
order: 1;
    }
    
    footer .logo_bottom {
    width: 100%;
    order: -1;
    text-align: center;
    margin: 0;
    }
    
    footer .top_phone {
    
margin: 20px auto;
    }
    
    footer .top_phone a {
    
    }
    
    footer .top_phonebefore {
        content: "";
    }
    
    
    .disclamer_switch_bg {
        
    }

   

	.copyright {
    position: relative;
    left: 0px;
    padding-bottom: 15px;
}



	footer .links {
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
	footer .links a {}


	.cookie_message {
    padding: 15px 0px;
    font-size: 12px;
}
	.cookie_message .container {
    flex-direction: column;
}
	.cookie_message ._text {}
	.cookie_message .btn {}
	


	
	.cookie_message .mob {display:block;}
	.cookie_message .desc {display:none;}
	

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 388px)
{    
    .title {
        font-size: 20px;
    }
}

@media (max-width: 378px)
{
    .intro .title_slider .title .text {
        font-size: 22px;
    }    
}

@media (max-width: 360px)
{
    .lead_block .lead_block_about .lead_block_about_title {
        font-size: 20px;
    }
    .lead_block .lead_block_about .lead_block_about_text {
        font-size: 16px;
    }
}

@media (max-width: 320px)
{	

    .lead_block .lead_block_about .lead_block_about_title {
        font-size: 18px;
    }
    .lead_block .lead_block_about .lead_block_about_text {
        font-size: 14px;
    }

    .intro .title_slider .title .text {
        font-size: 18px;
    }    

    .title {
        font-size: 19px;
    }
}
