/* CSS Document */
@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/latoregular.woff2') format('woff2'), url('../fonts/latoregular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Heavy'), local('Lato-Heavy'), url('../fonts/latoheavy.woff2') format('woff2'), url('../fonts/latoheavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --swiper-theme-color:#337ab7!important;
}

svg{
  width:100%;/* 
  height:50px; */
  display:block;
}

body {
    /* background-color:; */
	font-family: Lato;
	/*background: url(../img/pattern.png);  #d71921 */
}

header, footer {
    /* -webkit-mask-box-image: url(../img/bg_red.png);
	background: url(../img/bg_red.png);
	background-size:cover; url(../img/pattern.png) 
	background: #d71921 url(../img/pattern.png);*/
	
    font-family: Lato;
    color: #ffffff; 
}

.intro {
   padding: 180px 0 30px 0;
   margin:auto;
}

.btn {
    background: #337ab7;
}

.courier div{
    background: url("../img/courier.png") center;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
}
.deliverly div{
    background: url("../img/deliverly.png") center;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
}
.diagnostic div{
    background: url("../img/diagnostic.png") center;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
}
.price div{
    background: url("../img/price.png") center;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
}
.security div{
    background: url("../img/security.png") center;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
}
.box div{
    background: url("../img/box.png") center;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
}
    .logo-menu {
        width:100%;
    }
    
    .logo-menu{
        display:inline-block;
        /* float: left; */	
        vertical-align: top;
        margin-top:20px;
        padding: 20px;
    }
    
    .main-logo, .main-menu, .main-phone{
        display:inline-block;
        text-align: center;
    }
    
    .main-logo-text {
        text-align: center;
    }
    
    .main-logo img {
        max-width: 100%;
        height: 65px;
    }
    .img-model {
        border-radius:50%;
        overflow: hidden;
        background-color: #fff;
        position: relative;
        max-width: 400px!important;
        max-height: 400px!important;
        margin:auto;
    }
    .img-model:after {
        content: '';
        position: absolute;
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
        border: 2px solid #17468f;
        border-radius: 50%;
    }
    .img-main{
        margin:auto;/* 
        background: url(../img/intro_model.png);
        background-repeat: no-repeat;
        background-size: auto; */
    }
    .img-circle {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        
    }

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	list-style-position: inside;	
	padding: 10px;
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}

.static-menu {    
    position: fixed;
    background: rgba(51, 46, 46, 0.8);
    z-index: 15;
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    opacity:0.9;
}

.centr-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 1140px;
    column-gap: 50px;
}



.top-menu li {
/*	display: inline;*/
	 padding: 0 30px 0 30px;
	 margin: 0;
	 display: flex;
	 align-items: center;
}

.top-menu li.active {
	background: #29c5e6;
	color: #fff;
}

.top-menu a {
	font-family: Lato;
	color: #ffffff;
	font-size: 18px;
    font-weight: 800;
    text-align: center;
}
.main-menu {
    /* padding: 25px; */
    position: relative;
    /* left: 120px; */
}
.main-phone {
    text-shadow: 4px 4px rgba(0,0,0,0.1);
    float: right;
}
.main-phone a, .main-logo p {	
	font-family: Lato;
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
    
	}
.main-phone span {
	font-family: Lato;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;	
	}	
.main-form h1, .main-form h2{
     /* text-align: justify; */
	font-family: Lato;
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	line-height: 48px;
	text-shadow: 4px 4px rgba(0,0,0,0.1);
    }

.main-form p {
	font-family: Lato;
    color: #ffffff;
    text-align: left;
	font-size: 18px;
	font-weight: 400;
	width:245px;/* 
	margin-left:20px; */
}
.main-form div{
    float:left;
    margin-right:10px;
}
.main-form{
    width: 60%;
}
.call-back {
    width: 80%;
}
.call-back input{
    border-radius: 20px;
    font-family: Lato;
    color: #262626;
    background-color: #eeeeee;
    margin-bottom:10px;
    font-size: 18px;
    font-weight: 400;
    
}
.call-back  button{
    background-color: #262626;
    border-radius: 20px;
    font-family: Lato;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;

}
/* block-privilege */
/*  fails   */ 
    .block-fail, .block-privilege{
         padding-bottom:100px;/* */
         background-color:#ffffff;
    }
    
    .block-fail {
        padding-top: 30px;
    }
    
    .fails-two {
        height: 220px; 
        border-radius: 20px;
        position: relative;
        float:left;
        margin:10px 5px 5px 10px;
    }
    .fails{
      min-height: 190px; 
      border-radius: 20px;
      background-color: #f3f3f3;
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.01);
      position: relative;
      float:left;
      margin:10px 5px 5px 10px;
    }
    .failsin{
      height: 220px; 
      border-radius: 20px;
      position: relative;
      float:left;
      transition: 0.3s;
    }
    .fails-two div.failsin:nth-of-type(2){
        margin-left:19px;
    }

    .fails img, .failsin img{
        margin: 20px;
        height: 32px;
        float:left;
        /* position:absolute;
        z-index:10; */
    }
    
    .fails:before, .failsin:before{
      content: '';
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      z-index: 1;
      border-radius: 20px;  
      opacity: 0;
      transition: opacity .3s;
    }

    .fails-title {
        font-size: 16px;
        font-weight: 800;
        transition: opacity .3s;
    } 
    
    .fails-text {
      display: flex;
      align-items: left;
      justify-content: left;
      flex-direction: column;
      position: absolute;
      padding-top: 5px;
      /* top: 25px;  */
      left: 0;
      width: 100%;
      z-index: 1;
      border-radius: 20px; 
      color: #262626;
      opacity: 1;
      transition: opacity .3s;
      font-size: 12px;
    }
    
    .failsin .fails-text, .failsin {
        color: #f3f3f3;
    }
    
    .fails:hover:before,.failsin:hover:before,
    .fails:hover:after,.failsin:hover:after,
    .fails:hover, .failsin:hover {
      opacity: .9;
      
    }
    
    .fails-text:hover, .btn-more:hover {
        color: #795548;
    }
    
    .fails-two .fails-text:hover, .fails-two .btn-more:hover {
        color: #f3f3f3;
    }
    
    .fails-header {
        display: flex;
        align-items: center;
    }
    
    .fails-header .fails-title {
        margin-bottom: 0;
    }
    
    .failsin:hover {
        backdrop-filter: blur(3px)
    }
    
    .btn-more {
        display: block;
        text-align: center;
        color: #f3f3f3;
        font-size: 15px;
        font-weight: bold;
    }
    
    .fails-text .btn-more {
        visibility: hidden;
        transition: .3s;
        
    }
    
    .fails-text li span {
        white-space: nowrap;
        font-weight: 700;
    }
    
    .fails-links {
        display: flex;
        column-gap: 15px;
        justify-content: center;
    }
    
    .block-fail .container {
        max-width: 1485px;
    }
    
    .fails:hover .btn-more {
        visibility: visible!important;
        color: #000;
    }
    
    .failsin:hover .btn-more {
        visibility: visible!important;
        color: #fff;
    }
    
    .slider-favorite,  .modelslist {
         background: #f8f8f8; /* url(../img/pattern.png)  */
    }
    
    .footer {
        padding: 0 0 100px 0;
    }
    @media (max-width: 576px){
        .footer {
            padding: 0;
        }
    }
/* разделитель волна нижний*/

.wave-down{
    position: relative;
}
.wave-down::before{
    content: "";
    position: absolute;
    left: 49%;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    height: 50px;
    background-image: radial-gradient(at 51% 0%, transparent 73%, white 74%);
}
.wave-down::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    height: 65px;
    background-size: 51%;
    background-image: radial-gradient(at 52% 100%, white 71%, transparent 72%);
}

/* разделитель волна верхний*/

.wave-up{
    position: relative;
}
.wave-up::before{
    content: "";
    position: absolute;
    top:0;
    left: 49%;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    height: 74px;
    background-image: radial-gradient(at 51% 0%, white 73%, transparent 74%);
}
.wave-up::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    height: 60px;
    background-size: 51%;
    background-image: radial-gradient(at 52% 100%, transparent 71%, white 72%);
}

/* select2 */

.select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border-radius: 20px;
    text-align: center;
    height:42px;
    
}
.select2{
    margin-right:20px;
}
.form-select-model, .form-select-brand {
    margin-bottom: 30px; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

/*  btn */

/* .btn{
    border-radius: 20px;
    background-color: #d71921;
    font-family: Lato;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    
} */
.btn:hover{
    color: #ffffff;
    background-color: #262626;
}

/*  model-slider */

.item {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.01);
    padding:10px;
    margin:0 20px 20px 0;
}
.maps_block {
         background: #f8f8f8; /* url(../img/pattern.png)  */
    }
.maps_block {
    position: relative;
}
.bottom_maps_aqua {
    position: absolute;
    bottom: 0;
}
.top_maps_aqua {
    position: absolute;
    top: 0;
    z-index: 1;
}
.ymaps-2-1-76-controls__control_toolbar {
    margin-top: 98px !important;
    margin-left: 40px !important;
}
.sliderimage {
    max-width: 100%;
    min-height: 130px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-item span {
    display: block;
    color: #262626;
    font-family: Lato;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    margin-top: 15px;
    text-align: center;
}
.owl-next {
    right: -40px;
    background-position-x: 40px;
}
.owl-prev {
    left: -30px;
}
.owl-prev, .owl-next {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: -45px;
    bottom: 0;
    z-index: 500;
    margin: auto;
    background-image: url(/assets/templates/general/images/nav.png);
    background-size: cover;
}
.owl-dot {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: -45px;
    bottom: 0;
    z-index: 500;
    margin: auto;
    background-image: url(/assets/templates/general/images/nav.png);
    background-size: cover;
}
/*  model ajax */
.modelslist .item span {
    display: block;
    color: #262626;
    font-family: Lato;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    margin-top: 15px;
    text-align: center;
}
.modelslist .item {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.01);
    padding:10px;
    margin:0 20px 20px 0;
    width:22%;
}
/*  privilege */

.privilege div {
    float: left;
   
}
.privilege {
     /* margin-bottom: 50px; */
     line-height: 1;
}
.privilege-img {
    width: 40%;
    margin-top: 30px;
}

.privilege p{
     font-weight: 800;
}

.privilege-left, .privilege-right{
    width:30%;
}
.privilege-left .privilege-item {
    text-align:right;
    float:right;
}
.privilege-right .privilege-item {
    text-align:left;
    float:left;
    padding-top:6%;
}
.privilege-item {
    margin-bottom: 30px;padding:10px;
}
/* .privilege-item:hover {
    cursor:pointer;
    background-color:#d71921;
    border-radius:20px;
    color: #ffffff;
} */
.privilege-right{
    position: relative;
    top: 50px;
}

/* Burger menu */
.hamburger .line{
  width: 45px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 33px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger.is-active:before{
  border: 3px solid #ecf0f1;
}

#hamburger.is-active .line{
  width: 35px;
}

#hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(90deg);
  -ms-transform: translateY(-9px) rotate(90deg);
  -o-transform: translateY(-9px) rotate(90deg);
  transform: translateY(-9px) rotate(90deg);
}

.hamburger_wrapper {
    position: fixed;
    left: 10%;
    top: 35px;
    transition: .4s;
}

.hamburger_wrapper.active {
    left: 300px;
}

.main-menu {
	max-width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	z-index: 15;
	box-shadow: 11px 11px 14px #84848470, -21px -22px 9px #000;
	left: -100%;
	transition: .4s;
}

/* .main-menu::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    
}
 */

.main-menu.active {
    left: 0;
}

.nav {
    flex-direction: column
}

.top-menu a {
    color: #000;
}

.main-logo p {
    margin-bottom: 0;
}

.phone-burger {
    display: none;
}

.phone-burger span, .phone-burger a {
    color: #000;
}

    @media (max-width: 1200px){
        
        /* .privilege {
            background: #ffffff url(../img/coffee_cup_sm.png) no-repeat center ;
        } */
    }
hr {
    width: 100%;
    border-bottom: 2px solid white;
    margin: 10px 0 20px 0;
}
/*  price */
.price-list {
    display: contents;
}
.price-list div.price-item{
    float: left;
}

.price-item {
    display: inline-flex;
    background-color: #f3f3f3;
    border-radius: 20px;
    padding: 20px;
    margin: 0 20px 20px 0;
    width: 47.5%;
}
    @media (max-width: 768px){
        .price-item {
            width: 100%;
            margin-left:2px;
        }
    }
    @media (min-width: 768px){
        .price-item {
            width: 46.5%;
        }
    }
.price-item div{
    display: inline-table;
	padding: 0;
	margin: 0;
}
.price-item .name, .contacts p {
    font-weight: 800;
}
.price-item .price {
    color: #d71921;
    padding:0;
    margin:0;
}

.price-item .name a{
    color: #262626;
    text-decoration:none;
}

.price-item .text {
    width:68%;
}
.price-item .order{
    position: relative;
    top: 10px;
}
.order .btn {
    padding: 5px 20px 5px 20px;
}

.yandex-map {
    width: 100%;
    margin: 20px 0 20px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/*  form-footer */

.form-footer {
    position:relative;
    top: 160px;
    width:33.3%;
    left: 55%;
}

.form-footer input, .modal-body input{
    border-radius: 20px;
    font-family: Lato;
    color: #262626;
    background-color: #eeeeee;
    margin-bottom:10px;
    font-size: 18px;
    font-weight: 400;
}
.modal-body button{
    margin-bottom:10px;
}
.form-footer button:hover, .modal-body button:hover{
    color: #ffffff;
    background-color: #262626;
}
.form-feedback{
        background: #fff url('../img/bg_footer_form.png') no-repeat scroll center bottom; height:600px;
    }
    .yandex-map {
        height:400px;
        width: 100%;
    }
    

.top-menu {
    margin-top: 35px;
} 

.submenu > ul {
    margin-top: 35px;
}

.submenu > ul > li > a{
    text-align: left;
}

.submenu > ul > li:not(last-child) {
    margin-bottom: 10px;
}

.submenu > ul > li:last-child {
    display: none;
}
    
.submenu-item:after {
    content: '';
    background: url(/assets/templates/img/arrow-right.svg);
    background-size: cover;
    height: 25px;
    width: 25px;
    display: inline-flex;
    margin-left: 5px;
    
}    
    

.submenu {
    display: none;
    position: absolute;
    height: 100vh;
    left: 237px;
    background: #fff;
    top: 0;
    z-index: 1;
    min-width: 335px;
}

.submenu-back:before {
    content: '';
    background: url(/assets/templates/img/arrow-right.svg);
    background-size: cover;
    height: 25px;
    width: 25px;
    display: inline-flex;
    transform: rotate(180deg);
    margin-right: 5px;
}

.submenu-back {
    display: none;
    color: #000;
    font-size: 1.1rem;
    margin: 25px 0 0 15px;
    cursor: pointer;
}
    
    
.submenu.active {
    left: 0;
}

.swiper {
    height: 500px;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    max-width: 100%;
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 15px;
} 

.our_works_slider {
    margin: 1.5rem 0 3rem;
}


.our_works_slider h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.reviews_wrapper {
    margin-bottom: 3rem;
}

.review {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.review_item {
	width: 100%;
	margin: 20px;
	max-width: 330px;
}

.name_review {
	font-size: 18px;
	padding-bottom: 3px;
	color: #332e2e;
	display: flex;
	justify-content: space-between;
}

.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	padding-left: 20px;
}

.rating > span {
	display: inline-block;
	position: relative;
	width: 1em;
	color: gold;
}

.star_5 > span::before {
	content: "\2605";
	position: absolute;
}

.star_4 > span:last-child::before, .star_4 > span:nth-child(4)::before, .star_4 > span:nth-child(3)::before, .star_4 > span:nth-child(2)::before {
	content: "\2605";
	position: absolute;
}

.text_review {
	font-size: 16px;
	font-weight: 100;
	opacity: .8;
	padding-bottom: 5px;
	text-align: justify;
}

.block-fail .col a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.block-fail .col a:before {
    content: '';
    background: url('/assets/templates/img/pdf.svg');
    background-size: cover;
    height: 30px;
    width: 30px;
    display: flex;
}

[data-expandable] [data-expand-text] {
  --line-height: 1.5;
  --lines-to-show: 8;
  position: relative;
  box-sizing: border-box;
  line-height: var(--line-height);
  overflow: hidden;
  height: calc(var(--line-height) * var(--lines-to-show) * 1em);
}

[data-overflow="false"] [data-expand-text] {
  height: initial;
}

[data-expandable].expanded [data-expand-text] {
  height: initial;
}

[data-overflow="false"] [data-expand-button] {
  display: none;
}

[data-expandable] [data-expand-text]::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, white);
}

[data-overflow="false"] [data-expand-text]::before,
[data-expandable].expanded [data-expand-text]::before {
  background: initial;
}

[data-expand-button] {
    background-color: #262626;
    border-radius: 20px;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.content_section {
    margin: 10px 0 25px;
}

.accordion-section {
    margin-bottom: 35px;
}

.accordion-section h2 {
    text-align: center;
    margin-bottom: 10px;
}

.accordion-section .container {
    max-width: 700px;
}

.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid #CFCFCF;
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
}

/* .accordion:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */



.accordion.active, .accordion:hover {
  background-color: #e5e5e5;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  /* transition: max-height 0.2s ease-out; */
}

.breadcrumb {
    margin: 1rem 0 2rem;
}

.breadcrumb-item  a {
    color: #111111;
}

.breadcrumbs-wrapper_grey {
    background: #f8f8f8;
}

.breadcrumbs-wrapper-brand .breadcrumb {
    margin-bottom: 0;
}

.breadcrumbs-wrapper-brand .container {
    max-width: 1485px;
}

.coffee-errors .container {
    max-width: 1140px;
}

#YandexMap {
    height: 400px;
}
.region_links-wrapper {
    margin: 2rem 1.5rem;
}
.region_links-items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0.6rem;
    font-size: 1rem;
}

.intro-section {
    margin: 10px 0 20px;
}

/* .intro-section__text a {
    white-space: nowrap;
} */

.metro-list {
    margin: 30px 0;
}

.metro-list__items {
    display: flex;
    flex-wrap: wrap;
    row-gap: .4rem;
    column-gap: 1rem;
}

.metro-list__item {
    flex-basis: calc(25% - 1rem)
}

.metro-list__item a {
    color: #111;
}

.contacts-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 15px;
}

.link-item {
    background: #e9ecef;
    border-radius: 25px;
    
    transition: .3s;
}

.link-item a {
    color: #111;
    padding: 1rem 2rem;
    display: block;
}

.link-item:hover {
    background: #111111;

}

.link-item:hover a {
    color: #ffffff;
}

.callback-bt {
        background:#000;
        /* border:2px solid #000; */
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 7%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
        top:15px;
}

.callback-bt .text-call span {
    text-align: center;
    color:#000;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}
/* .callback-bt:hover i {
    display:none;
} */

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover svg {
        color:#000;
        font-size:40px;
        transition:.3s;
}
.callback-bt svg {
        display: block;
        color:#fff;
        font-size:35px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt svg  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

#map {
    height: 400px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}


@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 0 rgba(8,8,8,0.2),0 0 0 0 rgba(8,8,8,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 15px rgba(8,8,8,0.2),0 0 0 0 rgba(8,8,8,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 30px rgba(8,8,8,0),0 0 0 26.7px rgba(8,8,8,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 30px rgba(8,8,8,0),0 0 0 40px rgba(8,8,8,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 0 rgba(8,8,8,0.2),0 0 0 0 rgba(8,8,8,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 15px rgba(8,8,8,0.2),0 0 0 0 rgba(8,8,8,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 30px rgba(8,8,8,0),0 0 0 26.7px rgba(8,8,8,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 30px rgba(8,8,8,0),0 0 0 40px rgba(8,8,8,0.0)
}
}

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}




@media screen and (max-width: 1500px) {
    .centr-menu {
        justify-content: center;
    }
}

@media screen and (max-width: 1090px) {
    .hamburger_wrapper {
        left: 4%;
    }
}


    /* адаптивка */
    
    @media (min-width: 992px){/*  >=992px */
       .fails{
           width: 23%;
           
       }
        .failsin {
           width: 47%;
       }
       .fails-two{
           width: 47%;
       }
       .modelslist .item{
            width: 23%;
        }
       svg {
              display: block;
          }
      .main-menu {
         display: inline-block;
         max-width: 58%;
      }
    }
    @media  (max-width: 992px){/*  <992px */
        .img-model, .img-main {
            display: none;
        }
        .main-form{
            width: 100%;
       }
        .call-back, .main-form{
            width: 100%;
       }
       
        .form-feedback{
            background: #ffffff;
        }
        .form-footer {
            padding-right: 15px;
            left:0;
            width:94%;
            margin-left: auto;
        }
        .fails {
            min-height: 220px;
        }
        
        .metro-list__item {
            flex-basis: calc((100% / 3) - 1rem);
        }
        
        .main-logo-text {
            display: none;
        }
        
    }
    @media (max-width: 1200px) {/* <1200px */
        
    }
    @media (min-width: 769px) and (max-width: 1200px) {/* >=768px  <1200px */
        .modelslist .item {
            width: 22%;
        }
        .main-form {
            width: 55%;
        }
    }
    @media (min-width: 1200px) {/*  >=1200px */
       .fails{
           width: 23.6%;
       }
        .failsin {
           width: 48.2%;
       }
       .fails-two{
           width: 48.2%;
       }
       .main-menu {
             display: inline-block;
             max-width: 100%;
          }
       svg {
              display: block;
          }
    }
    
    @media (min-width: 768px) and (max-width: 992px) {/*  >=768px <992px */
       .fails{
           width: 31%;
       }
        .failsin {
           width: 47.5%;
       }
       .fails-two{
           width: 63%;
       }
       .main-form{
            width: 100%;
       }
    }
    
    
    @media (min-width: 576px) and (max-width: 768px) {/*  >=576px <768px */
        .failsin {
            width: 48%;
        }
       .fails{
            width: 46.2%;
       }
               
        .fails-two {
            width: 96%;
        } 
        .modelslist .item {
            width: 46%;
        }
        .main-form{
            width: 100%;
       }
       /* .main-logo img {
           margin-right: 100px;
       } */
    }
     
     @media (max-width: 576px) { /*  <576px */
        svg, .main-form .courier, .main-form .deliverly, .main-form .diagnostic, .main-form .price, .main-form .security, .main-form .box{
            text-align: center;
        }
        .main-form h1{
            font-size: 32px;
        }
        .call-back {
           width: 100%;
        }
       .failsin {
            width: 47.5%;
        }
       .fails{
            width: 46.2%;
        }
        .fails-two {
            width: 96%;
        } 

        .content-priem {
           display: flex;
           flex-flow: column;
           
           
        }
        
        


    }
     

    
    
    @media  (min-width: 768px){ /*  >=768px */
        .main-menu {
            /* left:50px; */
            display: inline-block;
            max-width: 42%;
        }
       svg {
              display: block;
          }
        .submenu-item:hover .submenu {
            display: block;
        }    

     }
    @media (max-width: 768px){ /*  <768px */
        .intro {
            padding: 30px 0 30px 0;
            margin:auto;
        }
        /* .static-menu {
            display: inline-block;
            vertical-align: top;
            margin-top: 20px;
            background: none;
            position: relative;
            opacity: 1;
        } */
        
        /* .centr-menu {
            justify-content: flex-start;
        } */

        /* .main-menu {
             display: none;
          } */
        .privilege-img{
            display:none;
        }
        .privilege-left, .privilege-right {
            width: 100%;
            top:0;
        }
        .privilege-left .privilege-item, .privilege-right .privilege-item{
            text-align: center;
            float: none;
        }
        
        .phone-header {
            display: none;
        }
        
        .phone-burger {
            display: block;
            margin-top: 10px;
            width: 100%;
            padding-left: 5px;
        }
        
        .main-menu {
            min-width: 285px;
            
        }
        
        .hamburger_wrapper.active {
            left: 230px;
            top: 15px;
            position: absolute;
        }
        
       .hamburger_wrapper {
           left: 7%;
       }
       
        #hamburger.is-active::before {
            border: 3px solid #222;
        }
        
        #hamburger::before {
            top: calc(50% - 28px);
            left: calc(50% - 31px);
            width: 60px;
            height: 60px;
        }
        
        #hamburger.is-active .line {
            background-color: #222;
        }
        
        .top-menu li {
            text-align: left;
            padding: 10px 10px 0 20px;
        }
        
        .main-form {
            margin-top: 95px;
        }
        
        .submenu {
            display: block;
            left: -150%;
            transition: .3s;
        }
        
        .submenu-back {
            display: flex;
        }
        
        .submenu > ul {
            margin-top: 15px;
        }
        
        .submenu > ul > li:last-child {
            display: flex;
            border-top: 1px solid #d2d2d2;
            margin-top: 20px;
        }
        
        [data-expandable] [data-expand-text] {
            --lines-to-show: 18
        }
        
        .metro-list__item {
            flex-basis: calc(50% - 1rem);
        }
        
        .main-logo-text {
            display: none;
        }
        
        /* .submenu-item::after {
            transform: rotate(90deg);
        } */
    }    
    
    @media (max-width: 500px){ /*  <475px */
        svg {
             display: none;
          }

        .phone_alloka a {
            font-size: 18px;
        }
        .main-form {
            display: flex;
            flex-flow: column;
            align-items: center;
        }
        .main-form h1{
            font-size: 24px;
            text-align: center;
        }
        .input-group > .form-control:not(:last-child){
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-top-right-radius: 20px;
        }   
        
        .input-group-append {
            width: 100%;
        } 
        .input-group > .input-group-append > .btn{
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 20px;
            width: 100%;
        }
        .fails-two{
           width: 100%;
           /*изменения*/
       }
       .fails-two div.failsin:nth-of-type(2){
            margin-left: 0;
            margin-top: 20px;
        } 
        .fails, .failsin{
           font-weight: 800; 
           width: 100%;
       }

       /*изменения*/

       .fails {
           height: 100px;
       }

       .fails-title {
           text-align: center;
           padding-left: 0;
       }
       
       .fails-text .btn-more {
            display: block;
            color: #000;
            visibility: visible;
        }
        
        .fails-two .fails-text .btn-more {
            color: #fff;
        }

       .fails-text ul {
           /* display: none; */
       }
       .failsin {
           height: 200px;
       }
       .fails-two {
           height: auto;
       }
       
       .fails {
           min-height: 210px;
       }

       /*изменения*/

       .failsin {
           background-color: rgba(0, 0, 0, 0.42);
       }
       .modelslist .item {
            width: 90%;
            margin: 10px 20px 10px 20px;
        }

        .main-logo img {
            height: 50px;
        }
        
        .swiper {
            height: 400px;
        }
        
        .swiper img {
            height: 400px;
        }
        
        .metro-list__item {
            flex-basis: 100%;
        }
        
        .hamburger_wrapper {
            top: 25px;
        }
    }
    
    @media (max-width: 424px) {
        .main-phone {
            float:none;
        }

        /* .main-logo img {
            display: none;
        } */
        .main-logo {
            margin-left: 40px;
        }
    }
    










