/* CSS Document */
@font-face{
font-family: ''Stolzl Light'';
src: url('fonts/'Stolzl Light'-Heavy.ttf');
src: url('fonts/'Stolzl Light'-Regular.ttf');
}
@font-face {
	font-family: 'Stolzl Book'; 
	src: local('Stolzl Book'), local('Stolzl-Book'),
		url(/assets/templates/fonts/Stolzl-Book.ttf); 
}
@font-face {
	font-family: 'Stolzl Bold'; 
	src: local('Stolzl Bold'), local('Stolzl-Bold'),
		url(/assets/templates/fonts/Stolzl-Bold.ttf); 
}
@font-face {
	font-family: 'Stolzl Light'; 
	src: local('Stolzl Light'), local('Stolzl-Light'),
		url(/assets/templates/fonts/Stolzl-Light.ttf); 
}
@font-face {
	font-family: 'Stolzl Regular'; 
	src: local('Stolzl Regular'), local('Stolzl-Regular'),
		url(/assets/templates/fonts/Stolzl-Regular.ttf); 
}
svg{
  width:100%;/* 
  height:50px; */
  display:block;
}

body {
    /* background-color:; */
	font-family: 'Stolzl Light';
	/*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: 'Stolzl Light';
    color: #ffffff; 
    background: url(/assets/templates/img/block-fail-im-2.jpg); 
    padding-bottom:4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.zayavka_header {
    color: white;
    background: #1196ff;
    border: none;
    padding: 0px 30px;
    font-size: 18px;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
    border-radius: 30px;
}
.intro {
   padding: 180px 0 30px 0;
   margin:auto;
}

.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: 5px;
    }
    
    .main-logo, .main-menu, .main-phone{
        display:inline-block;
    }
    .main-logo{
        text-align: center;
    }
    .main-logo img {
        width: 135px;/* 
        height: 36px; */
        transition: 500ms;
    }
    .logo_img_size_scrole {
        width: 150px !important;
    }
    a.logo_text {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 14px;
        height: 40px;
        transition: 500ms;
    }
    .none_elements_scroll {
        height: 0 !important;
        overflow: hidden;
        transform: scale(0);
    }
    .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);
}

.breadcrumb-item a {
    color:#000;
}
.static-menu {    
    position: fixed;
    background: rgba(9, 29, 45, 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: 1200px;
}
/*  выпадающее меню */
/* .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
} */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: -5px;
    background-color: rgba(51, 46, 46, 0.8);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    grid-auto-columns: minmax(max-content, 12fr);
    grid-auto-flow: column;
    grid-gap: 0 0rem;
    grid-template-rows: repeat(6, 0fr);
    overflow: auto;
}

.dropdown-content a {
    padding: 10px 30px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #151414;}

.dropdown:hover .dropdown-content {display: grid;/* display: block; */}

/* .dropdown:hover .dropbtn {background-color: #3e8e41;} */

/*  выпадающее меню */

.top-menu li {
/*	display: inline;*/
	 padding: 0 10px 0 10px;
	 margin: 0;
	float:left; 
	
}

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

.top-menu a {
	font-family: 'Stolzl Light';
	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 {	
	font-family: 'Stolzl Light';
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
    
	}
.main-phone span {
	font-family: 'Stolzl Light';
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;	
	}	
.main-form h1, .main-form h2,.main-form .h1,.main-form .h2{
     /* text-align: justify; */
    font-family: 'Stolzl Bold';
	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: 'Stolzl Light';
    color: #ffffff;
    text-align: left;
	font-size: 18px;
	font-weight: 400;
	width:245px;/* 
	margin-left:20px; */
}
.main-form .content-priem div{
    float:left;
    margin-right:10px;
}
.main-form{
    width: 60%;
}
.call-back {
    width: 80%;
}
.call-back input{
    border-radius: 20px;
    font-family: 'Stolzl Light';
    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: 'Stolzl Light';
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.simplesearch-search-form {
    width: 40%;
    padding-left: 10px;
    padding-top: 5px;
}
.simplesearch-search-form input{
    border-radius: 20px;
    font-family: 'Stolzl Light';
    color: #262626;
    background-color: #eeeeee;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #ced4da;
}
.simplesearch-search-form  button{
    background-color: #262626;
    border-radius: 20px;
    font-family: 'Stolzl Light';
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
/* block-privilege */
/*  fails   */ 
    .block-fail, .block-privilege{
         padding-bottom: 30px;/* */
         background-color:#ffffff;
    }
    .fails-two {
        height: 220px; 
        border-radius: 20px;
        position: relative;
        float:left;
        margin:10px 5px 5px 10px;
    }
    .fails{
      height: 250px; 
      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;
    }
    .fails-two div.failsin:nth-of-type(2){
        margin-left:19px;
    }

    .fails img, .failsin img{
        margin: 14px 7px;
        height: 45px;
        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;
        padding-left:65px;
    } 
    
    .fails-text {
      display: flex;
      align-items: left;
      justify-content: left;
      flex-direction: column;
      position: absolute;
      padding-top: 25px;
      /* top: 25px;  */
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      border-radius: 20px; 
      color: #262626;
      opacity: 1;
      transition: opacity .3s;
      font-size: 12px;
    }
    .fails-text a{
        color: #262626;
    }
    
    .failsin .fails-text, .failsin {
        color: #fff;
    }
    .fails:hover .btn-detail{
        color: #262626;
        display: inline-block;
        /* padding-left: 35px; */
    }
    .fails:hover .btn-order-modal{
        display: inline-block;
        background: black;
    }
    
    .fails-btn {
        position: absolute;
        bottom: 5px;
        text-align: center;
        width: 100%;
        z-index: 1;
    }
    /*
    .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: #fff;
    } */
    
    .btn-detail {
        display: none;
        text-align: center;
        color: #262626;
        font-size: 16px;
        font-weight: bold;
        width: 50%;
        color: #262626;
        display: inline-block;
    }
    .btn-order-modal {
            display: none;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        display: inline-block;
        background: #1196ff;
        border: none;
        padding: 0px 30px;
        border-radius: 15px;
            max-width: 200px;
    margin: 0 auto 1rem;
    cursor: pointer;
    }
    
    .slider-favorite, .description, .modelslist, .maps_block {
         background: #f8f8f8; /* url(../img/pattern.png)  */
    }
    .modelslist {
        padding: 30px 0;
    }
    .description {
        position: relative;
        padding: 30px 0;
    }
    .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;
    }
    .footer {
        padding: 0 0 15px 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: 'Stolzl Light';
    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;
}

.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: 'Stolzl Light';
    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: 'Stolzl Light';
    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: 15px;
}

.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;
}
.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: 0px;
}
    @media (max-width: 1024px){
        .simplesearch-search-form {
            width: 60%;
        }
        /* .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;
            
        }
        .logo_text {
            display: none !important;
        }
        .simplesearch-search-form {
            width: 100%;
        }
    }
    @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: 50px;
    width:33.3%;
    left: 55%;
}
.checkbox_nw_con a {
    display: contents;
}

.form-footer input, .modal-body input{
    border-radius: 20px;
    font-family: 'Stolzl Light';
    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-3.png') no-repeat scroll center bottom; height:600px;
    }
    .yandex-map {
        height:400px;
        width: 100%;
    }
    
    
    /* адаптивка */
    
    @media (max-width: 424px) {
        .main-phone {
            float:none;
        }

    }
    
     
     @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 (max-width: 500px){ /*  <475px */
        svg {
             display: none;
          }
        .logo_text {
            display: none !important;
        }
        .centr-menu {
            justify-content: center !important;
        }
        .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%;
            margin-left: 0;
        } 
        .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: none;
        }

       .fails-text ul {
           display: none;
       }

       .failsin {
           height: 100px;
       }

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

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

        .main-logo img {
            margin-right: 10px;
        }

    }

    @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  (min-width: 768px){ /*  >=768px */
        .main-menu {
            left:50px;
            display: inline-block;
            max-width: 42%;
        }
       svg {
              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;
            z-index: 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;
        }
    }
    @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: 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;
        }
    }
    @media (max-width: 1200px) {/* <1200px */
        .zayavka_header {
            display: none;
        }
    }
    @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;
          }
    }
    .cd-primary-nav {
        background-color: #332e2e;
    }
    .btn{
        border-radius: 20px;
        background-color: #1196ff;
        font-family: 'Stolzl Light';
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        
    } 
    .fails:after, .failsin:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background-color: #332e2e;
        opacity: 0;
        transition: opacity .3s;
    }
    .privilege-item:hover {
       /* cursor:pointer; */
        background-color: #332e2e;
        border-radius:20px;
        color: #ffffff;
    }
    .form-footer button{
        border-radius: 20px;
        background-color: #1196ff;
        font-family: 'Stolzl Light';
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        padding:5px 0 5px 0;
    }
.h3{
    font-size:1.75rem;
}
.h5{
    font-size: 1.25rem;
}    
.slider-dots {
    padding-bottom: 20px;
}
    /*кнопка звонка*/

.callback-bt {
        background:#1196ff;
        /* 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;
}

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

/* animations icon */

@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);
}
}

/* конец кнопки звонка */

.top-50 {
    margin-top:50px;
}



.fails_new_item_title {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.fails_new_item {
    border-radius: 20px;
    background-color: #f3f3f3;
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 1%);
    margin: 10px 5px 5px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 15rem;
    max-width: 16rem;
}
.fails_new_item br {
    display: none;
}
.fails_new_item_title img {
    width: 80px;
    margin: 15px;
}
.new_price {
    text-align: center;
    margin-bottom: 1rem;
}
.btn-order-modal_new {
    background-color: #85b700;
    color: white;
    font-weight: 600;
    width: 160px;
    text-align: center;
    padding: .3rem;
    margin: 0 auto 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: 140ms;
}
.fails_new_item ul {
    font-size: 12px;
}
.block-fail .row {
    flex-wrap: wrap;
    justify-content: center;
}

.f_n_i_t_text {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}
.btn-order-modal_new:hover {
    width: 170px;
    background-color: #f30000;
    transition: 140ms;
}

.footer_copir {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer_copir_block {
    display: flex;
    justify-content: space-between;
}
.footer_dannie {
    display: flex;
    flex-wrap: wrap;
}
.footer_dannie * {
    display: block;
    width: 100%;
    text-align: right;
}
@media (max-width: 500px) {
    .fails_new_item ul {
        display: none;
    }
    .footer_copir_block {
        flex-direction: column;
    }
    .footer_dannie * {
        text-align: left;
    }
    .footer_dannie {
        margin-top: 20px;
    }
}

.checkbox_nw_con {
    display: flex;
    font-size: 12px;
    margin-top: 10px;
    align-items: flex-start;
}
.checkbox_nw_con input {
    width: 3rem;
    height: 2rem;
    margin-right: 10px;
}