/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,*/
/*.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-6, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,*/
/*.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,*/
/*.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .container, .row, nav, ul, li{*/
/*outline: 1px solid red;*/
/*}*/

/*Standart css*/
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no-padding-right{
    padding-right: 0px;
}
.no-padding-left{
    padding-left: 0px;
}

body{
    font-family: 'Roboto Condensed', sans-serif!important;
    background: #fff;
    line-height: 1.5;
    font-size: 17px;
    color: #393939;
}
.clearfix{
    clear: left;
}
.header-top{
    background: #fefefe;
    /*min-height: 100px;*/
}
.top-center-text span{
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 22px;
}
.leveling-top{
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}
.leveling-menu{
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
}
.btn-back-call-box{
    width: 100%;
    text-align: right;
}
.tel-number{
    margin-bottom: 5px;
    font-size: 20px;
}
.tel-number span:first-child{
    font-weight: 300;
    font-size: 17px;
}
.tel-number span:last-child{
    font-weight: 700;
    padding-left: 3px;
}
.btn-back-call-box .new-btn{
    padding: 4px 15px;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #22519f), to(#22519f));
    background-image: -webkit-linear-gradient(top, #22519f 0, #22519f);
    background-image: -o-linear-gradient(top, #22519f 0, #22519f);
    background-image: linear-gradient(180deg, #22519f 0, #22519f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffeb9316",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ffecb5;
}
.header-menu{
    background: #1b1818;
}
ul li:hover{
    /*background-image: linear-gradient(180deg,#dbdbdb 0,#e2e2e2);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb",endColorstr="#ffe2e2e2",GradientType=0);*/
    /*background-repeat: repeat-x;*/
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.0);
            box-shadow: inset 0 3px 9px rgba(0,0,0,.0);
 
}
ul li{
    font-weight: 300;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f5f5f5;
    background-color: transparent;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-default {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#fff8f8f8",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.my-menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f5f5f5;
    background-color: transparent;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a{
    color: #f5f5f5;
    background-color: transparent;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.header-image{
    background-repeat: no-repeat;
    background-position: center;
    min-height: 680px;
}
.title-bec{
    background: rgba(27, 24, 24, 0.50);
    display: inline-block;
    text-align: center;
    padding: 15px 100px;
}
.title-bec div{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
}

.title-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
}
/*section produt*/
.production-title-top{
    text-align: center;
    padding: 30px 0 60px;
}
.production-title-top span{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.production-title-top span:first-child{
    color: #22519f;
    padding-right: 10px;
}
.hive {
    position: relative;
}
.outer-hex {
    position: relative;
    margin: 0 auto;
    width: 194px;
    height: 224px;
}
.hex {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.news-image .outer-hex {
    width: 256px;
    height: 292px;
}
.hex-in1, .hex-in2, .hex-area {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hex-in1 {
    overflow: hidden;
}
.hex-in2 {
    visibility: visible;
}
.inner-hex {
    position: relative;
    margin: 0 auto;
    top: 14px;
    height: 196px;
    width: 168px;
}
.news-image .inner-hex {
    width: 230px;
    height: 270px;
}
.centered {
    background-position: 50% 50%;
}
.news-image-overlay .inner-hex {
    width: 200px;
    height: 243px;
}
.news-image-overlay .outer-hex {
    width: 231px;
    height: 264px;
}
.news-image-overlay .outer-hex {
    background-color: transparent;
}
.news-image-overlay .hex-area {
    /*background-color: rgba(0, 0, 0, 0.19);*/
    background-image: url(../img/product/border.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
}

.gallery-item .outer-hex {
    width: 206px;
    height: 242px;
}
.gallery-item .inner-hex {
    width: 180px;
    height: 214px;
}
.gallery-item-overlay .outer-hex {
    width: 181px;
    height: 214px;
}
.gallery-item-overlay .inner-hex {
    width: 150px;
    height: 185px;
}
.gallery-item-overlay .hex-area {
    background-color: rgba(0,0,0,0.1);
}
.gallery-item-overlay .outer-hex {
    background-color: transparent;
}
.gallery-item-overlay h5 {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    padding: 0;
}
.gallery-item-overlay h6 {
    font-size: 10px;
    color: #8b8b8b;
    font-weight: lighter;
}
.gallery-item-overlay .hex-area {
    /*background-color: rgba(0,0,0,0.8);*/
}
.gallery-item-overlay .outer-hex {
    background-image: url(../img/product/border.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.production-box{
    text-align: center;
    font-size: 18px;
}
.production-box .title{
    font-weight: 700;
    margin-bottom: 10px;
}
.production-box .desc{
    margin-bottom: 10px;
}
.production-box .order{
    padding: 6px 45px;
    font-size: 18px;
}
.production-box{
    margin-top: 15px;
}
/*section produt end*/
/*section-have-questions*/
.have-questions{

}
.have-questions-backgrounds{
    background-image: url(../img/border.png),url(../img/border.png),url(../img/overlay.png),url(../img/bg-questions.jpg);
    background-repeat: repeat-x,repeat-x,no-repeat,repeat;
    -webkit-background-size: auto, auto, cover, auto;
            background-size: auto, auto, cover, auto;
    background-position: left top, right bottom, center center, left center;
}
.questions-box, .have-questions-backgrounds {
    height: 758px;
}
.questions-box{
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.questions-box .title{
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: 700;
}
.questions-box .title span{
    font-weight: 400;
}
.questions-box .questions-btn{
    padding: 6px 45px;
    font-size: 30px;
}
.questions-box .btn-box button:first-child{
    margin-right: 15px;
}
.questions-box .btn-box button:last-child{
    margin-left: 15px;
}
.questions-box .btn-box{
    margin-bottom: 50px;
}
.questions-box .descriptions{
    text-align: center;
    font-size: 18px;
}
/*section-have-questions end*/
/*section-our-advantages*/
.our-advantages, .our-production, .reviews-about-us-background, .make-an-order{
    padding: 60px 0 90px 0;
    background: #f3f7f9;
}
.advantages-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.note-1 .outer-hex {
    width: 124px;
    height: 140px;
}
.note-1 .inner-hex {
    width: 98px;
    height: 112px;
}
.icon-beg {
    background-repeat:no-repeat,repeat;
    -webkit-background-size:auto, auto;
            background-size:auto, auto;
    background-position:center center, center center;
}
.advantages-box .img{
    margin-right: 25px;
}
.advantages-box .title{
    font-weight: 700;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 10px;
}
/*section-our-advantages end*/
/*section-reviews-about-us*/
.reviews-about-us-background{
    background-image: url(../img/fon3.png);
    background-repeat:repeat;
    -webkit-background-size:auto auto;
            background-size:auto;
    background-position:left top;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*height: 600px;*/
}
.icon-beg-comments {
    background-repeat:no-repeat;
    -webkit-background-size:auto auto;
            background-size:auto;
    background-position:center center;
}
.comments-box .outer-hex {
    width: 139px;
    height: 164px;
    background: #22519f !important;
}
.comments-box .inner-hex {
    width: 129px;
    height: 153px;
    top: 5px;
}
.comments-box .hex-area {
    display: table;
}
.comments-box-icon1 {
    background-position: 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
}
.reviews-about-us-comments{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.comments-box .descriptions{
    color: #393939;
    font-size: 17px;
}
.comments-box{
    border: 3px solid #22519f;
    margin: 88px 20px 70px;
    max-width: 415px;
    padding: 0 20px 20px 20px;
    background: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.comments-box .hive{
    top: -90px;
}
.comments-box .name-author::after{
    content: "";
    width: 30%;
    background: #d2d2d2;
    height: 1px;
    display: block;
    margin: 10px 35% 15px;
}
.comments-box .name-author{
    font-size: 20px;
    font-weight: 700;
    margin-top: -80px;
}
.swiper-button-next, .swiper-button-prev {
    top: inherit;
    bottom: 0;
    width: 27px;
    z-index: 11;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/slider-icon/next.svg);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/slider-icon/pvev.svg);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #22519f;
    width: 12px;
    height: 12px;
}
/*section-reviews-about-us end*/
.have-questions-backgrounds2{
    background-image: url(../img/border.png),url(../img/border.png),url(../img/overlay.png),url(../img/bg-questions2.jpg);
    background-repeat: repeat-x,repeat-x,no-repeat,repeat;
    -webkit-background-size: auto, auto, cover, auto;
            background-size: auto, auto, cover, auto;
    background-position: left top, right bottom, center center, left center;
}
/*section-make-an-order*/
.make-an-order-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.icon-make {
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(204,204,204,1);
    box-shadow: 0px 0px 3px 2px rgba(204,204,204,1);
}
.make-an-order-arrow{
    margin-top: 55px;
}
.make-an-order-arrow img{
    width: auto;
    height: auto;
}
.make-an-order-items .img{
    max-width: 125px;
    position: relative;
}
.make-an-order-items .img span{
    position: absolute;
    top: 15px;
    left: 25px;
    text-align: center;
    background: #22519f;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-weight: 600;
    font-size: 15px;
}
.make-an-order-items .img .description{
    text-align: center;
    font-size: 15px;
    line-height: 17px;
}
/*section-make-an-order end*/
.beg-footer{
    background: #1c1919;
}
.contact-info-box{
    position: absolute;
    background: #fff;
    top: 145px;
    right: 0;
    z-index: 99;
    border: 3px solid #22519f;
    padding: 20px 15px;
}
.contact-box .line .tel{
    font-weight: 700;
    font-size: 18px;
}
.contact-box .line{
    margin-bottom: 20px;
}
.contact-box .line a{
   color: #393939;
}
.contact-box .line .icon img{
    width: auto;
    height: auto;
    margin-right: 10px;
}
.contact-box{
    position: relative;
}
.contact-info-box .title{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.copyright-text {
    font-size: 13px;
    text-shadow: 0 1px 0 #000;
    color: #fff;
}
.site-copyright a:hover {
    text-decoration: none;
}
.site-copyright a {
    color: #22519f;
    text-shadow: 0 1px 0 #000;
    letter-spacing: 1px;
}
.footer-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    color: #fff;
    font-size: 13px;
}
.white-popup-block{
    padding: 30px;
    text-align: center;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    background: #fff;
    max-width: 300px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.white-popup-block h2{
    margin: 0 0 15px;
    font-size: 30px;
}
.white-popup-block .new-btn{
    width: 100%;
    text-transform: uppercase;
    padding: 10px 12px;
}
.form-group textarea {
    margin-bottom: 15px!important;
}
.form-control {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    background-color: #eef0f4;
    background-image: none;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.white-popup-block form .name-product span{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}
.white-popup-block form .name-product{

    margin-bottom: 15px;
}
.swal2-icon.swal2-success .placeholder {
    border: 4px solid #22519f;
}
.swal2-icon.swal2-success .line {
    background-color: #22519f;
}
#delivery {
    margin-bottom: 80px;
}
.title2 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 2em;
    padding-bottom: 15px;
    margin-bottom: 50px;
    color: #393939;
    background-image: url('../../../images/background/title-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.dv1 {
    width: 48.3%;
    float: left;
}
.dv2 {
    text-align: left;
    font-size: 0.9375em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    width: 48.3%;
    float: left;
    margin-left: 3.3%;
}
.wraper{
	width:70%;
	margin:auto;
}
.tab {
  text-align: center;
  overflow: hidden;
}
.tab button {
	
	border: none;
	outline: none;

	cursor: pointer;
	background-color: inherit;
	padding: 15px 20px;
	transition: 0.2s;
	font-size: 17px;
	color: #333;
}

.tab button:hover {
  background-color: #22519f;
  color: #fff;
}

.tab button.active {
  background-color: #22519f;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
 
  border-top: none;
}
.prise__h2 {
    padding-top: 80px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
 
  .policy {
    font-weight: 300;
    font-size: 16px;
    line-height: 163.19%;
    letter-spacing: 0.05em;
    margin-top: 36px;
    color: #999999;
  }
  .policy a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #999999;
    color: #999999;
  }
  .policy a:hover{
    border-bottom: 1px solid #000;
    color: #000;
  }
  .wholesale-content .policy a:hover{
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .input-text__wrapper {
    width: 100%;
  }
  .input-text__wrapper .input-text {
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 159.61%;
    border: none;
    outline: none;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
    padding-left: 31px;
    padding-right: 31px;
    background: none;
  }
  
  .container {
    max-width: 1540px;
    position: relative;
    margin: 0 auto;
  }
  
  
  .rubble-top__wrapper .rubble-top-left .rubble-top-decisions {
    display: -ms-flex;
    display: flex;
  }
  .rubble-top__wrapper .rubble-top-left .rubble-top-decisions-item {
    max-width: 226px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding: 33px 40px 40px 40px;
  }
  .rubble-top__wrapper .rubble-top-left .rubble-top-decisions-item .rubble-top-decisions-item-icon__wrapper {
    margin-bottom: 16px;
  }
  .rubble-top__wrapper .rubble-top-left .rubble-top-decisions-item .rubble-top-decisions-item-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
  }
  .rubble-top__wrapper .rubble-top-left .rubble-top-decisions-item.yellow {
    margin-left: 2px;
    background: #22519f;
  }
  .rubble-top__wrapper .rubble-top-left .rubble-top-decisions-item.yellow .rubble-top-decisions-item-text {
    color: #000;
  }
  .rubble-top__wrapper .rubble-top-left .rubble-top-decisions-item.black {
    background: #000;
  }
  .rubble-top__wrapper .rubble-top-left .rubble-top-decisions-item.black .rubble-top-decisions-item-text {
    color: #fff;
  }
  
  .top-bar {
    display: -ms-flex;
    display: flex;
    background: #000;
  }
  .top-bar-button {
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #22519f;
  }
  .top-bar-button-text {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
  }
  .top-bar-price {
    display: -ms-flex;
    display: flex;
    padding: 37px 190px 37px 181px;
  }
  .top-bar-price-list {
    display: -ms-flex;
    display: flex;
    margin-left: 40px;
  }
  .top-bar-price-list-item {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .top-bar-price-list-item:not(:last-child) {
    margin-right: 40px;
  }
  .top-bar-price-list-item__value {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #22519f;
  }
  .top-bar-price-list-item__measure {
    font-weight: bold;
    font-size: 32px;
    line-height: 165%;
    position: relative;
    margin-left: 34px;
    color: #999999;
  }
  .top-bar-price-list-item__measure:before {
    content: "";
    width: 3px;
    height: 51px;
    position: absolute;
    top: 0;
    left: -18px;
    transform: skewX(-23deg);
    background: #999999;
  }
  .top-bar-price-from {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #22519f;
  }
  
  .decisions {
    position: relative;
    padding: 103px 0 360px;
    background: #000;
  }
  .decisions.pb-0{
    padding-bottom: 103px;
  }
  .decisions + .problems{
    padding-top: 340px;
  }
  .decisions .container {
    max-width: 1546px;
  }
  .decisions .rubble-top-decisions {
    display: none;
  }
  .decisions-list {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .decisions-list-item {
    max-width: 385px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 55px 15px;
  }
  .decisions-list-item:not(:first-child) {
    border-left: 2px solid #323232;
  }
  .decisions-list-item-img__wrapper {
    min-height: 72px;
    display: -ms-flex;
    display: flex;
    margin-bottom: 18px;
  }
  .decisions-list-item-description__wrapper {
    text-align: center;
  }
  .decisions-list-item-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
  }
  
  .manager-block {
    max-width: 1240px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 70px 80px -20px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -247px;
    left: 50%;
    transform: translateX(-50%);
    padding: 84px 92px 81px 641px;
    background: #fff url("../images/manager-block-2.png") no-repeat -79px -205px;
  }
  .manager-block:before {
    content: "";
    width: 426px;
    height: 574px;
    position: absolute;
    left: 67px;
    bottom: 0;
    background: url("../images/manager-block-1.png") no-repeat 0 0;
  }
  .manager-block .manager-name {
    max-width: 167px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    position: absolute;
    left: 383px;
    bottom: 20px;
    padding: 15px 14px 14px 30px;
    background: #E3E3E3;
  }
  .manager-block-title {
    margin-bottom: 33px;
  }
  .manager-block-text {
    font-size: 28px;
    line-height: 30px;
  }
  .manager-block .button {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 20px 60px;
    margin-top: 23px;
    background: #000;
    color: #fff;
    transition: all 0.2s ease-in-out
  }
  .manager-block .button:hover{
    box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, 0.2);
  }
  .manager-block-disclaimer {
    font-size: 16px;
    line-height: 25px;
    margin-top: 33px;
  }
  .quiz-new{
    overflow: hidden;
  }
  .quiz-new + .compilation{
    padding-top: 80px;
  }
  .compilation {
    padding: 347px 0 0;
    background: #F8F8F8;
  }
  .compilation-title strong{
    font-weight: 900;
    text-transform: lowercase;
  }
  .compilation .container {
    max-width: 1840px;
  }
  .compilation .compilation-title__wrapper {
    text-align: center;
    margin-bottom: 99px;
  }
  .compilation .compilation-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 751px; */
    grid-gap: 29px;
  }
  .compilation .compilation-list.active .compilation-list-item__wrapper{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    animation: pulse .3s;
  }
  .compilation .compilation-list-more {
    display: none;
  }
  .compilation .compilation-list-item__wrapper {
    position: relative;
  }
  .compilation .compilation-list-item__wrapper.active .compilation-list-item {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .compilation .compilation-list-item__wrapper.active .compilation-list-item-table__wrapper {
    overflow: visible;
    max-height: none;
  }
  .compilation .compilation-list-item__wrapper.active .compilation-list-item-close__wrapper {
    visibility: visible;
    opacity: 1;
  }
  .compilation .compilation-list-item__wrapper.active .compilation-list-item-more {
    font-size: 0;
  }
  .compilation .compilation-list-item__wrapper.active .compilation-list-item-more svg {
    transform: rotate(-180deg);
  }
  .compilation .compilation-list-item__wrapper.active .compilation-list-item-more .hide {
    font-size: 16px;
  }
  .compilation .compilation-list-item {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 60px 80px -40px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .compilation .compilation-list-item-close__wrapper {
    display: -ms-flex;
    display: flex;
    z-index: 3;
    position: absolute;
    right: 30px;
    top: 28px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition-delay: 0.5s;
    transition: all 0.3s ease;
  }
  .compilation .compilation-list-item .compilation-list-item-img__wrapper {
    min-height: 270px;
    position: relative;
    overflow: hidden;
    padding: 68px 40px;
    background: url("../images/complation-bg.png") no-repeat 0 0/contain;
  }
  .compilation .compilation-list-item .compilation-list-item-img__wrapper .compilation-list-item-img {
    max-height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .compilation .compilation-list-item-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
  }
  .compilation .compilation-list-item-prices {
    display: -ms-flex;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px 46px 18px 40px;
    background: #fff;
  }
  .compilation .compilation-list-item-prices span {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
  }
  .compilation .compilation-list-item-prices span:not(:last-child) {
    margin-right: 20px;
  }
  .compilation .compilation-list-item-description__wrapper {
    padding: 20px 40px 30px;
  }
  .compilation .compilation-list-item-description {
    font-size: 16px;
    line-height: 25px;
  }
  .compilation .compilation-list-item-table__wrapper {
    max-height: 215px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 40px;
  }
  .compilation .compilation-list-item-table {
    width: 100%;
    table-layout: fixed;
    /* margin: 0 40px; */
  }
  .compilation .compilation-list-item-table__td {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
  }
  .compilation .compilation-list-item-table__td:first-child {
    width: 43%;
  }
  .compilation .compilation-list-item-table__td:first-child span {
    position: relative;
  }
  .compilation .compilation-list-item-table__td:first-child span:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -26px;
    top: 6.5px;
    border-radius: 10px;
    background: #000;
  }
  .compilation .compilation-list-item-table__td:not(:first-child) {
    width: 20%;
  }
  .compilation .compilation-list-item-table__tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .compilation .compilation-list-item-table__tr .compilation-list-item-table__td {
    padding: 31px 0;
  }
  .compilation .compilation-list-item-table__tr .compilation-list-item-table__td:first-child {
    padding-left: 26px;
  }
  .compilation .compilation-list-item-table__tr:first-child {
    border-top: none;
  }
  .compilation .compilation-list-item-table__tr:first-child .compilation-list-item-table__td {
    padding-top: 0;
  }
  .compilation .compilation-list-item-more {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    padding: 23px 0 20px;
  }
  .compilation .compilation-list-item-more svg {
    margin-left: 15px;
  }
  .compilation .compilation-list-item-more .hide {
    font-size: 0;
  }
  .compilation .compilation-list-item-buttons {
    display: -ms-flex;
    display: flex;
  }
  .compilation .compilation-list-item-buttons .button {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    flex-basis: 50%;
    padding: 28.5px 0;
  }
  .compilation .compilation-list-item-buttons .button:not(.yellow) {
    box-shadow: inset 0px 20px 22px -13px rgba(0, 0, 0, 0.05);
  }
  .compilation .compilation-list-item-buttons .button.yellow {
    background: #22519f;
    color: #000;
  }
  
  .problems {
    padding: 100px 0 109px;
    background: #F8F8F8;
  }
  .problems .container {
    max-width: 1840px;
  }
  .problems .problems-title__wrapper {
    /* max-width: 1014px; */
    max-width: 1104px;
    text-align: center;
    margin: 0 auto 100px;
  }
  .problems .problems-list {
    display: -ms-flex;
    display: flex;
  }
  .problems .problems-list-item {
    max-width: 594px;
    width: 100%;
    box-shadow: 0px 60px 80px -40px rgba(0, 0, 0, 0.2);
  }
  .problems .problems-list-item-img__wrapper {
    width: 100%;
    height: 298px;
    overflow: hidden;
    position: relative;
  }
  .problems .problems-list-item-img__wrapper .problems-list-item-img {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .problems .problems-list-item:not(:nth-child(3n)) {
    margin-right: 29px;
  }
  .problems .problems-list-item-description {
    text-align: center;
    padding: 39.5px 40px 38.5px;
  }
  .problems .problems-list-item-description-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .problems .problems-list-item-description-text {
    font-size: 16px;
    line-height: 25px;
  }
  .problems .problems-list-item-description-text br {
    display: none;
  }
  .problems-attention {
    max-width: 754px;
    text-align: center;
    margin: 100px auto 0;
  }
  .problems-attention-text {
    font-size: 28px;
    line-height: 35px;
  }
  
  .our-trust {
    position: relative;
    padding: 174px 0 397px;
    background: #000 url("../images/our-trust-bg.png") no-repeat center 0;
  }
  .our-trust-top {
    max-width: 611px;
  }
  .our-trust-top-title__wrapper {
    margin-bottom: 58px;
  }
  .our-trust-top-title {
    color: #fff;
  }
  .our-trust-top-text__wrapper {
    max-width: 504px;
    margin-bottom: 103px;
  }
  .our-trust-top-text {
    font-size: 28px;
    line-height: 35px;
    color: #fff;
  }
  .our-trust-code-list {
    display: -ms-flex;
    display: flex;
  }
  .our-trust-code-list-item {
    max-width: 385px;
    width: 100%;
    padding: 34.5px 50px 41.5px 92px;
    background: #272727;
  }
  .our-trust-code-list-item:not(:last-child) {
    margin-right: 2px;
  }
  .our-trust-code-list-item-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    position: relative;
    color: #fff;
  }
  .our-trust-code-list-item-text:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 12px;
    border-color: transparent transparent transparent #22519f;
    position: absolute;
    top: 6px;
    left: -44px;
  }
  .our-trust-documents {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding: 157px 0 0;
  }
  .our-trust-documents-img {
    position: absolute;
    right: calc(100% + 161px);
    top: 52%;
    transform: translateY(-50%);
  }
  .our-trust-documents-right {
    max-width: 755px;
    width: 100%;
    position: relative;
    margin-left: auto;
  }
  .our-trust-documents-title__wrapper {
    margin-bottom: 60px;
  }
  .our-trust-documents-title {
    color: #fff;
  }
  .our-trust-documents-description__p {
    font-size: 28px;
    line-height: 35px;
    color: #fff;
  }
  .our-trust-documents-description__p:not(:last-child) {
    margin-bottom: 35px;
  }
  .our-trust-documents .get-documents {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 20px 60px;
    margin: 149px auto 0;
    background: #22519f;
    transition: all 0.2s ease-in-out;
  }
  .our-trust-documents .get-documents:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  
  .manager-block-callback {
    max-width: 1540px;
    align-items: flex-start;
    text-align: left;
    bottom: -378px;
    padding: 72px 655px 72px 130px;
    background: #272727 url("../images/manager-block-callback-bg.png") no-repeat 100% 0;
  }
  .manager-block-callback:before {
    width: 470px;
    height: 744px;
    left: auto;
    right: 101px;
    background: url("../images/manager-block-callback.png") no-repeat 0 0;
  }
  .manager-block-callback-title__wrapper {
    max-width: 600px;
    margin-bottom: 25px;
  }
  .manager-block-callback-title {
    color: #fff;
  }
  .manager-block-callback-description__p {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
  }
  .manager-block-callback-description__p:not(:last-child) {
    margin-bottom: 25px;
  }
  .manager-block-callback-description-list {
    max-width: 655px;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .manager-block-callback-description-list-item {
    font-size: 20px;
    line-height: 29px;
    position: relative;
    padding-left: 18px;
    margin-right: 20px;
    color: #fff;
  }
  .manager-block-callback-description-list-item:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 10px;
    transform: translateY(-50%);
    background: #22519f;
  }
  .manager-block-callback .manager-button-callback {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 20px 60px;
    background: #22519f;
    color: #000;
    transform: all 0.2s ease-in-out;
  }
  .manager-block-callback .manager-button-callback:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  .manager-block-callback .manager-name {
    left: auto;
    right: 101px;
    bottom: 10px;
    background: #4A4A4A;
    color: #fff;
  }
  
  .payment-terms {
    padding: 508px 0 0;
  }
  .payment-terms-title__wrapper {
    text-align: center;
    margin-bottom: 109px;
  }
  .payment-terms-list {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .payment-terms-list-item {
    max-width: 755px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .payment-terms-list-item-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 60px;
  }
  .payment-terms-list-item__methods {
    display: -ms-flex;
    display: flex;
    margin-bottom: 48px;
  }
  .payment-terms-list-item__methods-item {
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
  }
  .payment-terms-list-item__methods-item:not(:last-child) {
    margin-right: 83px;
  }
  .payment-terms-list-item__methods-item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 31px;
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    right: -40px;
    background: rgba(0, 0, 0, 0.1);
  }
  .payment-terms-list-item__methods-item .payment-icon {
    margin-right: 20px;
  }
  .payment-terms-list-item__methods-item .payment-name {
    display: -ms-flex;
    display: flex;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 9px;
  }
  .payment-terms-description {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .payment-terms-description br:last-child {
    display: none;
  }
  
  .geography {
    padding: 137px 0 0;
  }
  .geography .geography-title__wrapper {
    max-width: 1280px;
    margin: 0 auto 76px;
  }
  .geography-title {
    text-align: center;
  }
  .geography .geography-subtitle__wrapper {
    text-align: center;
    margin: 0 auto 95px;
  }
  .geography-subtitle {
    font-size: 20px;
    line-height: 35px;
  }
  .geography-map {
    max-width: 100%;
    height: 596px;
    box-shadow: 0px 60px 80px -40px rgba(0, 0, 0, 0.2);
    background: #22519f;
  }
  
  .transport {
    padding: 165px 0 123px;
    background: #fff url("../images/transport-bg.png") no-repeat center 100%;
  }
  .transport .container {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .transport .transport-title__wrapper {
    max-width: 751px;
    text-align: center;
    margin: 0 auto 73px;
  }
  .transport .transport-subtitle__wrapper {
    max-width: 755px;
    text-align: center;
    margin: 0 auto 64px;
  }
  .transport .transport-subtitle {
    font-size: 28px;
    line-height: 35px;
  }
  .transport-video {
    max-width: 231px;
    width: 100%;
    height: 161px;
    position: relative;
    margin: 0 auto 361px;
  }
  .transport-video .button-yellow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .transport-video svg:not(.button-yellow) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .transport .more-transport {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 20px 60px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .transport .more-transport:hover{
    box-shadow: 0px 5px 10px 6px rgba(34, 60, 80, 0.24);
  }
  
  .wholesale {
    padding: 100px 0 152px;
    background: #000;
  }
  .wholesale .wholesale-title__wrapper {
    max-width: 1016px;
    margin: 0 auto 100px;
  }
  .wholesale-title {
    text-align: center;
    color: #fff;
  }
  .wholesale-title span {
    color: #22519f;
  }
  .wholesale-content {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .wholesale-content-left {
    max-width: 755px;
    width: 100%;
  }
  .wholesale-content-left-text {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
  .wholesale-content-left-text.single {
    margin-bottom: 30px;
  }
  .wholesale-content-left-group {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 29px;
  }
  .wholesale-content-left-group-title {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #22519f;
  }
  .wholesale-content-left-group-description {
    border-left: 2px solid #22519f;
    padding-left: 32px;
  }
  .wholesale-content-right {
    max-width: 624px;
    width: 100%;
  }
  .wholesale-content-right-title__wrapper {
    padding-right: 100px;
    margin-bottom: 37px;
  }
  .wholesale-content-right-title {
    font-size: 28px;
    line-height: 35px;
    color: #fff;
  }
  .wholesale-content-right-title br {
    display: none;
  }
  .wholesale-content-right .input-text {
    color: #fff;
  }
  .wholesale-decisions {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
  }
  .wholesale-decisions-item {
    max-width: 232px;
    width: 100%;
  }
  .wholesale-decisions-item-img__wrapper {
    min-height: 74px;
    display: -ms-flex;
    display: flex;
    margin-bottom: 10px;
  }
  .wholesale-decisions-item-description {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
  
  .reviews {
    overflow: hidden;
    padding: 103px 0 0;
    background: #F8F8F8;
  }
  .reviews-title__wrapper {
    max-width: 1017px;
    text-align: center;
    margin: 0 auto 115px;
  }
  .reviews-slider {
    position: relative;
  }
  .reviews-slider .slick-list {
    width: 1570px;
  }
  .reviews-slider .slick-arrow {
    top: 217px;
  }
  .reviews-slider-item {
    max-width: 755px;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.3);
  }
  .reviews-slider-item-img__wrapper {
    width: 100%;
    height: 276px;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .reviews-slider-item-img__wrapper .button-video {
    max-width: 117px;
    width: 100%;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .reviews-slider-item-img__wrapper .button-video svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .reviews-slider-item-img__wrapper .reviews-slider-item-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .reviews-slider-item-description {
    padding: 40px;
    background: #fff;
  }
  .reviews-slider-item-description-title__wrapper {
    margin-bottom: 20px;
  }
  .reviews-slider-item-description-title {
    font-size: 28px;
    line-height: 27px;
  }
  .reviews-slider-item-description-info {
    display: -ms-flex;
    display: flex;
    margin-bottom: 20px;
  }
  .reviews-slider-item-description-info-product {
    font-size: 20px;
    line-height: 27px;
  }
  .reviews-slider-item-description-info-date {
    font-size: 20px;
    line-height: 27px;
    margin-left: 20px;
    color: #999999;
  }
  .reviews-slider-item-text {
    font-size: 16px;
    line-height: 30px;
  }
  
  .faq {
    padding: 88px 0 32px;
    background: #F8F8F8;
  }
  .faq .container {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .faq-title__wrapper {
    margin: 0 auto 109px;
  }
  .faq-title {
    text-align: center;
  }
  .faq-list {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .faq-list-item {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 22px 0px 30px -40px rgba(0, 0, 0, 0.1), -22px 0px 30px -40px rgba(0, 0, 0, 0.1), 0px 60px 80px -40px rgba(0, 0, 0, 0.2);
    padding: 50px 80px 53px;
    background: #fff;
  }
  .faq-list-item-question {
    max-width: 557px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .faq-list-item-question-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 14px;
    color: #999999;
  }
  .faq-list-item-question-value {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
  }
  .faq-list-item-answer {
    max-width: 793px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .faq-list-item-answer-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 14px;
    color: #999999;
  }
  .faq-list-item-answer-value {
    font-size: 20px;
    line-height: 27px;
  }
  .faq-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .faq-more {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 20px 60px;
    margin: 30px auto 0;
    background: #000;
    color: #fff;
  }
  
  .contact-form {
    padding: 100px 0 88px;
    background: #F8F8F8;
  }
  .contact-form-content {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .contact-form-content-left {
    max-width: 624px;
    width: 100%;
  }
  .contact-form-content-left-title__wrapper {
    margin-bottom: 72px;
  }
  .contact-form-content-left-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
  }
  .contact-form-content-left-list {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .contact-form-content-left-list-item {
    font-size: 20px;
    line-height: 100%;
    position: relative;
    padding-left: 40px;
  }
  .contact-form-content-left-list-item:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/icons/list-icon.svg") no-repeat 0 0;
  }
  .contact-form-content-left-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .contact-form-content-right {
    max-width: 755px;
    width: 100%;
  }
  .contact-form-content-right-title__wrapper {
    margin-bottom: 37px;
  }
  .contact-form-content-right-title {
    font-size: 28px;
    line-height: 27px;
  }
  .contact-form-content-right .input-group-title {
    color: #000;
  }
  .contact-form-content-right .input-group-title__icon path {
    fill: #000;
  }
  
  
  .type-use {
    padding: 0 0 171px;
    background: #F8F8F8;
  }
  .type-use .container {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .type-use .container .type-use-list {
    max-width: 740px;
    width: 100%;
  }
  .type-use .container .type-use-list.using {
    max-width: 720px;
    margin-right: 35px;
  }
  .type-use .container .type-use-list-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 40px;
  }
  .type-use .container .type-use-list-item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .type-use .container .type-use-list-item-description {
    font-size: 16px;
    line-height: 25px;
  }
  .type-use .container .type-use-list-item:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .quiz-block {
    background: #fff url("../images/quiz-block-bg.png") no-repeat 0 0;
  }
  .quiz-block .container {
    padding: 99px 130px 79px 655px;
  }
  .quiz-block .container:before {
    content: "";
    width: 463px;
    height: 690px;
    position: absolute;
    bottom: 0;
    left: 90px;
    background: url("../images/quiz-block-manager.png") no-repeat 0 0/contain;
  }
  .quiz-block .manager-name {
    max-width: 167px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    position: absolute;
    left: 445px;
    bottom: 43px;
    padding: 15px 14px 14px 30px;
    background: #E3E3E3;
  }
  .quiz-block-title__wrapper {
    margin-bottom: 24px;
  }
  .quiz-block-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .quiz-block-discount__wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .quiz-block-discount {
    font-weight: 900;
    font-size: 48px;
    line-height: 100%;
    color: #22519f;
  }
  .quiz-block-description__wrapper {
    margin-bottom: 34px;
  }
  .quiz-block-description {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
  }
  .quiz-block-button__wrapper {
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
  .quiz-block-button {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 20px 193px;
    background: #22519f;
    transition: all 0.2s ease-in-out;
  }
  .quiz-block-button:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  .quiz-block-disclaimer {
    font-size: 16px;
    line-height: 25px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-top: 41px;
  }
  
  .other-top {
    min-height: 351px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: inset 0px 106px 58px -82px rgba(0, 0, 0, 0.5);
    background: url("../images/other-bg.png") no-repeat center 0/cover;
  }
  .other-top-title {
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
  }
  .other-list {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    box-shadow: 0px 24px 38px -21px rgba(0, 0, 0, 0.05);
  }
  .other-list-item {
    height: 100%;
    overflow: hidden;
    outline: 1px solid #F4F4F4;
    padding: 40px 30px;
  }
  .other-list a.active{
    display: block !important;
    animation: pulse .5s;
  }
  .other-list a:not(:nth-child(-n + 8)){
    display: none;
  }
  .other-list-item-img__wrapper {
    width: 100%;
    height: 130px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 53px;
  }
  .other-list-item-img {
    max-height: 100%;
  }
  .other-list-item-title__wrapper {
    margin-bottom: 12px;
  }
  .other-list-item-title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #9D9D9D;
  }
  .other-list-item-price__wrapper {
    text-align: center;
  }
  .other-list-item-price {
    font-size: 20px;
    line-height: 23px;
    color: #9D9D9D;
  }
  .other-list-item-price span {
    font-size: 30px;
    line-height: 35px;
    margin: 0 7px 0 9px;
    color: #000;
  }
  .other-list-more {
    font-weight: 500;
    font-size: 19.4911px;
    line-height: 159.61%;
    margin: 34.5px 0;
  }
  .other-list-more svg {
    vertical-align: middle;
    margin-left: 10px;
  }
  
  .footer {
    padding: 100px 0 105px;
    background: #000;
  }
  .footer .container {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .footer__description {
    max-width: 362px;
  }
  .footer__description-logo__wrapper {
    margin-bottom: 56px;
  }
  .footer__description-logo {
    filter: invert(100%);
  }
  .footer__description__p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #999999;
  }
  .footer__description__p.logo-title {
    margin-bottom: 0;
  }
  .footer__dev-logo__wrapper:not(:last-child) {
    margin-bottom: 17px;
  }
  .footer__dev-logo__wrapper.wispo {
    margin-top: 12px;
  }
  .footer__dev-logo__wrapper.itjust {
    margin-top: 4px;
  }
  .footer__navigation {
    max-width: 756px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .footer__navigation-list {
    max-width: 363px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .footer__navigation-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__navigation-list__item a ,.footer__navigation-list__item > span {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .footer__navigation-list__item a:hover{
    color: #22519f;
  }
  .footer__navigation-list__item__sublist {
    margin-top: 30px;
  }
  .footer__navigation-list__item__sublist-item a {
    font-size: 20px;
    font-weight: normal;
    line-height: 21px;
    color: #fff;
  }
  .footer__navigation-list__item__sublist-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__contacts {
    max-width: 363px;
    width: 100%;
  }
  .footer__contacts-phone__wrapper {
    margin-bottom: 40px;
  }
  .footer__contacts-phone {
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
    transition: all 0.2s ease-in-out
  }
  .footer__contacts-phone:hover{
    color: #22519f;
  }
  .footer__contacts-phone-description {
    font-size: 20px;
    line-height: 21px;
    display: -ms-flex;
    display: flex;
    margin-bottom: 40px;
    color: #fff;
  }
  .footer__button-callback {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 15px 39px;
    margin-bottom: 40px;
    background: #22519f;
    color: #000;
    transition: all 0.2s ease-in-out;
  }
  .footer__button-callback:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  .footer__callback-list-link {
    font-size: 20px;
    line-height: 21px;
    display: -ms-flex;
    display: flex;
    margin-bottom: 20px;
    color: #fff;
  }
  .footer__contacts-email__wrapper {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .footer__contacts-email__wrapper a {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 9px;
    padding-top: 9px;
    color: #fff;
  }
  .footer__contacts-email-icon__wrapper {
    display: -ms-flex;
    display: flex;
    margin-right: 16px;
  }
  
  .contacts {
    padding: 47px 0 360px;
    background: #fff url("../images/contacts-bg.png") no-repeat center calc(100% + 2px);
  }
  .contacts .container {
    max-width: 1478px;
  }
  .contacts .breadcrumbs {
    margin: 0 0 38px;
  }
  .contacts-content {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
  }
  .contacts-content-left {
    max-width: 417px;
    width: 100%;
  }
  .contacts-content-left-title__wrapper {
    margin-bottom: 60px;
  }
  .contacts-content-left-title {
    font-size: 72px;
    line-height: 84px;
  }
  .contacts-content-left-phone__wrapper {
    margin-bottom: 5px;
  }
  .contacts-content-left-phone {
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
  }
  .contacts-content-left-social__wrapper {
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
  }
  .contacts-content-left-social:not(:last-child) {
    margin-right: 20px;
  }
  .contacts-content-left-address__wrapper {
    margin-bottom: 30px;
  }
  .contacts-content-left-address {
    font-size: 20px;
    line-height: 35px;
  }
  .contacts-content-left-address br {
    display: none;
  }
  .contacts-content-left-working__wrapper {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .contacts-content-left-working {
    font-size: 20px;
    line-height: 35px;
  }
  .contacts-content-left-working__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    color: #999999;
  }
  .contacts-content-left-working__subtitle br {
    display: none;
  }
  .contacts-content-left-email__wrapper {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .contacts-content-left-email-icon__wrapper {
    display: -ms-flex;
    display: flex;
    padding-bottom: 8px;
    margin-right: 20px;
  }
  .contacts-content-left-email {
    font-size: 20px;
    line-height: 35px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 5px;
  }
  .contacts-content-right {
    max-width: 975px;
    width: 100%;
  }
  .contacts-content-right-map__wrapper {
    height: 525px;
    box-shadow: 0px 60px 80px -40px rgba(0, 0, 0, 0.2);
    background: #22519f;
  }
  .contacts-requisites-title__wrapper {
    margin-bottom: 50px;
  }
  .contacts-requisites-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
  }
  .contacts-requisites-list__wrapper {
    display: -ms-flex;
    display: flex;
  }
  .contacts-requisites-list {
    max-width: 722px;
    width: 100%;
  }
  .contacts-requisites-list:not(:last-child) {
    margin-right: 30px;
  }
  .contacts-requisites-list-item {
    font-size: 20px;
    line-height: 35px;
  }
  .contacts-requisites-get__wrapper {
    display: -ms-flex;
    display: flex;
    margin-top: 50px;
  }
  .contacts-requisites-get {
    font-weight: 500;
    font-size: 19.4911px;
    line-height: 159.61%;
    padding: 17px 94px;
    margin-right: auto;
    background: #22519f;
    transition: all 0.2s ease-in-out;
  }
  .contacts-requisites-get:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  
  .about-content {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding: 46px 0 0;
    background: #fff url("../images/about-bg.png") no-repeat 100% calc(100% + 27px);
  }
  .about-content-description__wrapper {
    width: 42.6%;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    padding: 127px 126px 0 0;
    background: #000;
  }
  .about-content-description {
    max-width: 473px;
  }
  .about-content-description-text {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
  }
  .about-content-description-text:not(:first-child) {
    margin-top: 36px;
  }
  .about-content-description-title__wrapper {
    padding-left: 8px;
    margin-top: 103px;
  }
  .about-content-description-title {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
  }
  .about .breadcrumbs {
    margin: 0 0 56px;
  }
  .about .container {
    max-width: 1480px;
    width: 100%;
  }
  .about-title__wrapper {
    margin-bottom: 97px;
  }
  .about-title {
    font-size: 128px;
    line-height: 120px;
  }
  .about-materials {
    overflow: hidden;
    padding: 114px 0 219px;
    background: #000;
  }
  .about-slider .slick-arrow {
    top: 200px;
  }
  .about-slider .slick-arrow svg path {
    opacity: 1;
    stroke: #fff;
  }
  .about-slider .slick-arrow.arrow-left {
    left: -60px;
  }
  .about-slider .slick-arrow.slick-disabled svg path {
    stroke: #999999;
    opacity: 0.4;
  }
  .about-slider .slick-list {
    width: 1520px;
  }
  .about-slider-item {
    max-width: 284px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
  }
  .about-slider-item__wrapper {
    position: relative;
  }
  .about-slider-item-description {
    width: 100%;
    padding: 31px 33px;
  }
  .about-slider-item-title__wrapper {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 11px;
  }
  .about-slider-item-title {
    font-size: 20px;
    line-height: 23px;
  }
  .about-slider-item-img__wrapper {
    max-width: 100%;
    height: 117px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  .about-slider-item-img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.05);
  }
  .about-slider-item-prices {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .about-slider-item-price__wrapper {
    max-width: 86px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .about-slider-item-price__wrapper:not(:last-child):before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -24px;
    top: 0;
    background: #DEDEDE;
  }
  .about-slider-item-price-value {
    font-size: 25px;
    line-height: 29px;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .about-slider-item-price-value img {
    max-width: 16px;
    margin-left: 5px;
  }
  .about-slider-item-price-measure {
    font-size: 20px;
    line-height: 23px;
    color: #9D9D9D;
  }
  .about-slider-item-buttons {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .about-slider-item-buttons .button {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    padding: 20.5px 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    transition: all 0.2s ease-in-out;
  }
  .about-slider-item-buttons .button:hover{
    font-weight: 500;
    color: #22519f;
    /* box-shadow: 0px 0px 20px #F2F2F2; */
  }
  
  .about-slider-item-buttons .button.yellow {
    font-weight: 500;
    background: #22519f;
    transition: all 0.2s ease-in-out;
  }
  .about-slider-item-buttons .button.yellow:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  .about-slider-item-buttons .button.yellow:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #000;
  }
  /* .about-slider-item-buttons .button.yellow:hover {
    box-shadow: none;
  } */
  
  .delivery {
    padding: 47px 0 120px;
  }
  .delivery-content {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .delivery-content-title {
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
  }
  .delivery-content-title__wrapper {
    margin-bottom: 64px;
  }
  .delivery-content-title__wrapper.payment {
    margin-bottom: 70px;
  }
  .delivery-content-subtitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
  }
  .delivery-content-subtitle__wrapper {
    margin-bottom: 30px;
  }
  .delivery-content-text {
    font-size: 20px;
    line-height: 35px;
  }
  .delivery-content-text:not(:first-child) {
    margin-top: 35px;
  }
  .delivery-content-list {
    margin-top: 30px;
  }
  .delivery-content-list-item {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .delivery-content-list-item span {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 32px;
  }
  .delivery-content-list-item span:not(.sub):before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #22519f;
  }
  .delivery-content-list-item .sub {
    font-size: 14px;
    line-height: 35px;
    color: #999999;
  }
  .delivery-content-list-item:not(:last-child) {
    margin-bottom: 19px;
  }
  .delivery .right-content {
    max-width: 978px;
    width: 100%;
  }
  .delivery .right-content-group {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .delivery .right-content-group.time-group {
    margin-bottom: 79px;
  }
  .delivery .right-content-group.our-trust-group .delivery-content-subtitle {
    font-size: 28px;
    line-height: 30px;
  }
  .delivery .right-content-group.our-trust-group .delivery-content-subtitle__wrapper {
    margin-bottom: 0;
  }
  .delivery .right-content-group.cost-group {
    position: relative;
    padding-bottom: 64px;
    margin-bottom: 69px;
  }
  .delivery .right-content-group.cost-group:after {
    content: "";
    width: 216px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #AEAEAE;
  }
  .delivery .right-content-group.geography-group {
    margin-bottom: 54px;
  }
  .delivery .right-content-group.technical {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-top: 73px;
  }
  .delivery .right-content-group.technical .technical-item {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .delivery .right-content-group.technical .technical-item-right {
    max-width: 552px;
    width: 100%;
    height: 313px;
    overflow: hidden;
    position: relative;
  }
  .delivery .right-content-group.technical .technical-item-right-img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .delivery .right-content-group.technical .technical-item-right-button {
    max-height: 95px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .delivery .right-content-group.technical .technical-item-left {
    max-width: 347px;
    width: 100%;
  }
  .delivery .right-content-group.technical .technical-item-left-title {
    font-weight: 900;
    font-size: 50.0571px;
    line-height: 147%;
  }
  .delivery .right-content-group.technical .technical-item-left-title__wrapper {
    margin-bottom: 20px;
  }
  .delivery .right-content-group.technical .technical-item-left-volume {
    font-weight: 900;
    font-size: 24px;
    line-height: 147%;
  }
  .delivery .right-content-group.technical .technical-item-left-volume__wrapper {
    margin-bottom: 20px;
  }
  .delivery .right-content-group.technical .technical-item-left-text {
    font-size: 20px;
    line-height: 30px;
  }
  .delivery .right-content-group.technical .technical-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .delivery .right-content-geography-map__wrapper {
    height: 549px;
    box-shadow: 0px 60px 80px -40px rgba(0, 0, 0, 0.2);
    margin-bottom: 79px;
    background: #22519f;
  }
  .delivery .right-content .delivery-problems-link {
    font-weight: 500;
    font-size: 19.4911px;
    line-height: 159.61%;
    padding: 18px 46px;
    margin-top: 30px;
    margin-right: auto;
    background: #22519f;
    transition: all 0.2s ease-in-out;
  }
  .delivery .right-content .delivery-problems-link:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  .delivery .right-content .payment-terms-list {
    flex-direction: column;
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .delivery .right-content .payment-terms-list:after {
    content: "";
    width: 216px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #AEAEAE;
  }
  .delivery .right-content .payment-terms-list-item {
    align-items: flex-start;
  }
  .delivery .right-content .payment-terms-list-item-title {
    font-size: 30px;
    line-height: 30px;
  }
  .delivery .right-content .payment-terms-list-item .payment-terms-description {
    text-align: left;
  }
  .delivery .right-content .payment-terms-list-item .payment-terms-description br:last-child {
    display: block;
  }
  .delivery .right-content .payment-terms-list-item:not(:last-child) {
    margin-bottom: 82px;
  }
  .delivery .breadcrumbs {
    margin: 0 0 38px;
  }
  .delivery .container {
    max-width: 1480px;
  }
  .delivery-title {
    font-size: 72px;
    line-height: 84px;
  }
  .delivery-title__wrapper {
    margin-bottom: 85px;
  }
  .delivery .left-menu {
    max-width: 347px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    position: sticky;
    top: 118px;
    flex-direction: column;
    margin-bottom: auto;
  }
  .delivery .left-menu-banner {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px 112px 30px 40px;
    margin-top: 45px;
    background: #272727 url("../images/manager-block-callback-bg.png") no-repeat 100% 0/contain;
  }
  .delivery .left-menu-banner:before {
    content: "";
    width: 135px;
    height: 214px;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: url("../images/manager-block-callback.png") no-repeat 0 0/contain;
  }
  .delivery .left-menu-banner-text {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    z-index: 2;
    color: #fff;
  }
  .delivery .left-menu-banner-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 10px 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 17px;
    margin-right: auto;
    background: linear-gradient(126.63deg, #FFE600 29.67%, #FFAB2D 85.44%);
  }
  .delivery .left-menu-banner-link:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  .delivery .left-menu-list {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
  }
  .delivery .left-menu-list-item {
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
  }
  .delivery .left-menu-list-item a {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .delivery .left-menu-list-item.active:after {
    content: "";
    width: 0;
    height: 0;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #22519f;
  }
  .delivery .left-menu-list-item span {
    font-size: 20px;
    line-height: 23px;
  }
  .delivery .left-menu-list-item svg {
    margin-right: 20px;
  }
  .delivery .left-menu-list-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .delivery .left-menu-list-item:not(:last-child):before {
    content: "";
    width: 302px;
    height: 2px;
    position: absolute;
    bottom: -16px;
    right: 0;
    background: #F4F4F4;
  }
  .btn-warning {
    background-image: linear-gradient(180deg,#22519f 0,#22519f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffeb9316",GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #22519f;
}
  
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }
  .card-main {
    overflow: hidden;
    padding: 46px 0 90px;
    background: url("../images/bg-card.png") no-repeat center -31px;
  }
  .card-main .breadcrumbs {
    margin: 0 0 32px;
  }
  .card-main-title {
    margin-bottom: 40px;
  }
  .card-main-content {
    display: -ms-flex;
    display: flex;
  }
  .card-main-content-slider {
    max-width: 755px;
    width: 100%;
  }
  .card-main-content-slider-main {
    height: 450px;
  }
  .card-main-content-slider-main .slick-list{
    height: 100%;
  }
  .card-main-content-slider-main .slick-list .slick-slide{
    height: 100%;
  }
  .card-main-content-slider-main .slick-list .slick-slide *{
    height: 100%;
  }
  .card-main-content-slider-main__item {
    max-width: 635px;
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
  }
  .card-main-content-slider-main__item-img {
    /* max-width: 100%; */
    max-height: 100%;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .card-main-content-slider-main .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .card-main-content-slider-main .slick-arrow.arrow-left {
    left: 0;
  }
  .card-main-content-slider-main .slick-arrow.arrow-right {
    right: 0;
  }
  .card-main-content-slider-nav {
    margin-top: 20px;
  }
  .card-main-content-slider-nav .slick-current .card-main-content-slider-nav__item {
    border: 2px solid #22519f;
  }
  .card-main-content-slider-nav .slick-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .card-main-content-slider-nav__item {
    width: 100%;
    max-width: 80px;
    height: 80px;
    position: relative;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    justify-content: center;
    margin: 0 auto;
  }
  .card-main-content-slider-nav__item-img {
    /* max-width: 100%; */
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .card-main-content-information {
    max-width: 655px;
    width: 100%;
    margin-left: 37px;
  }
  .card-main-content-information {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
  .card-main-content-information-top {
    display: -ms-flex;
    display: flex;
    margin-bottom: 37px;
  }
  .card-main-content-information-top-delivery {
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 21px 6px 30px;
    margin-left: 5px;
  }
  .card-main-content-information-top-delivery:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-10deg);
    border: 3px solid #000;
  }
  .card-main-content-information-top-delivery span {
    max-width: 114px;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    font-style: italic;
    font-weight: bold;
    font-size: 19px;
    line-height: 90%;
  }
  .card-main-content-information-top-delivery span span {
    margin-left: -5px;
  }
  .card-main-content-information-top-min {
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-top: 4px;
    margin-left: 40px;
  }
  .card-main-content-information-top-min-icon__wrapper {
    margin-right: 20px;
  }
  .card-main-content-information-top-min-text {
    max-width: 230px;
    font-size: 18px;
    line-height: 100%;
  }
  .card-main-characteristic {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-top: 59px;
  }
  .card-main-characteristic .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 46px;
  }
  .card-main-characteristic-list {
    width: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card-main-characteristic-list:not(:last-child) {
    margin-bottom: 46px;
  }
  .card-main-characteristic-list__item {
    max-width: 755px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0 16px;
  }
  .card-main-characteristic-list__item:nth-child(-n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .card-main-characteristic-list__item-value {
    font-size: 20px;
    line-height: 30px;
  }
  .card-main-characteristic-list__item-value.right {
    margin-left: auto;
  }
  .card-main-characteristic-list__question {
    width: 18px;
    height: 18px;
    font-weight: 300;
    font-size: 13px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left: 10px;
    background: #999999;
    color: #fff;
  }
  .card-main-characteristic-list__wrapper {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .card-main-characteristic-list.using .card-main-characteristic-list__item {
    border: none;
    position: relative;
    padding: 0 0;
    padding-left: 32px;
  }
  .card-main-characteristic-list.using .card-main-characteristic-list__item:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 12px;
    border-color: transparent transparent transparent #22519f;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .card-main-characteristic-list.using .card-main-characteristic-list__item:not(:nth-child(-n+2)) {
    margin-top: 19px;
  }
  
  .card-factions-list-title {
    font-size: 18px;
    line-height: 100%;
  }
  .card-factions-list-title__wrapper {
    margin-bottom: 10px;
  }
  .card-factions-list {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .card-factions-list__item {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 9px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #F2F2F2;
  }
  .card-factions-list__item.active {
    background: #22519f;
    color: #000;
  }
  
  .card-price-list {
    display: -ms-flex;
    display: flex;
    margin-top: 19px;
  }
  .card-price-list__item {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .card-price-list__item:not(:last-child) {
    margin-right: 30px;
  }
  .card-price-list__item-value {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #22519f;
  }
  .card-price-list__item-measure {
    font-weight: bold;
    font-size: 32px;
    line-height: 165%;
    position: relative;
    margin-left: 32px;
    color: #000000;
  }
  .card-price-list__item-measure:before {
    content: "";
    width: 3px;
    height: 52px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%) skewX(-23deg);
    background: #000;
  }
  
  .card-form {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .card-form .get-discount {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    position: relative;
    margin-right: auto;
    margin-top: 30px;
  }
  .card-form .get-discount:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 3px;
    background: #000;
  }
  .card-form-title {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .card-form form {
    display: -ms-flex;
    display: flex;
  }
  .card-form-group {
    display: -ms-flex;
    display: flex;
  }
  .card-form-group__input {
    width: 100%;
    height: 100%;
    font-size: 26px;
    line-height: 30px;
    border: none;
    outline: none;
    padding: 0 20px 0 43px;
  }
  .card-form-group-input__wrapper {
    max-width: 312px;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    position: relative;
    border-bottom: 2px solid #DEDEDE;
  }
  .card-form-group__input-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .card-form-group__button:not(:disabled):hover {
    -webkit-box-shadow: 0px 0px 20px #22519f;
    box-shadow: 0px 0px 20px #22519f;
  }
  .card-form-group__button {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    border: none;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 30px;
    padding: 20px 52px;
    background: #22519f;
  }
  .quiz-new + .table-various{
    padding-top: 100px;
  }
  .table-various {
    padding: 371px 0 0;
    background: #F8F8F8;
  }
  .table-various.lvl-2 .table-various-title__wrapper{
    max-width: 810px;
  }
  .table-various .show-more-various {
    display: none;
  }
  .table-various-title {
    text-align: center;
  }
  .table-various-title strong{
    font-weight: 900;
    text-transform: lowercase;
  }
  .table-various-title__wrapper {
    max-width: 620px;
    margin: 0 auto 87px;
  }
  .table-various-specification {
    width: 100%;
    table-layout: auto;
    box-shadow: 0px 60px 80px -40px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .table-various-specification__td {
    padding: 20px 20px 20px 40px;
  }
  .table-various-specification__td-info {
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
  }
  .table-various-specification__td:last-child {
    width: auto;
  }
  .table-various-specification__tr:not(:last-child) {
    border-bottom: 2px solid #F5F5F5;
  }
  .table-various-specification-value {
    font-size: 25px;
    line-height: 29px;
  }
  .table-various-specification-prices {
    display: -ms-flex;
    display: flex;
  }
  .table-various-specification-prices__item {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .table-various-specification-prices__item-value {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
  }
  .table-various-specification-prices__item-measure {
    font-size: 20px;
    line-height: 23px;
    color: #9D9D9D;
  }
  .table-various-specification-prices__item:not(:last-child) {
    margin-right: 41px;
  }
  .table-various-specification-prices__item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
    background: #DEDEDE;
  }
  .table-various-specification__buttons {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
  }
  .table-various-specification__buttons .more {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    padding: 20.5px 77px;
    background: #F2F2F2;
    transition: all 0.2s ease-in-out;
    display: none;
  }
  .table-various-specification__buttons .more:hover{
    /* font-weight: 500; */
    box-shadow: 0px 0px 20px #f2f2f2;
  }
  .table-various-specification__buttons .one-click {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 19.5px 57px;
    margin-left: 20px;
    background: #22519f;
    transition: all 0.2s ease-in-out;
  
  }
  .table-various-specification__buttons .one-click:hover{
    box-shadow: 0px 0px 20px #22519f;
  }
  
  .sections-list {
    padding: 30px 0 98px;
    background: #F8F8F8;
  }
  .sections-list-block {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .sections-list .breadcrumbs {
    margin-bottom: 38px;
  }
  .sections-list-title {
    font-size: 60px;
    line-height: 60px;
  }
  .sections-list-title__wrapper {
    margin-bottom: 92px;
  }
  .sections-list-item {
    max-width: 493px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 22px 0px 30px -40px rgba(0, 0, 0, 0.1), -22px 0px 30px -40px rgba(0, 0, 0, 0.1), 0px 60px 80px -40px rgba(0, 0, 0, 0.2);
    padding: 60px 38.5px 68px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
  }
  .sections-list-item:hover{
    transform: scale(1.05);
  }
  /* .sections-list-item:hover{
    width: calc(100% + 44px);
    height: calc(100% + 28px);
    background: #22519f;
  }
  .sections-list-item:hover .sections-list-item-img{
    position: absolute;
    top: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  } */
  .sections-list-item a{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sections-list-item:not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
  .sections-list-item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .sections-list-item-img {
    max-width: 100%;
    max-height: 100%;
  }
  .sections-list-item-img__wrapper {
    height: 146px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
  }
  .sections-list-item-title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 12px;
  }
  .sections-list-item-price__wrapper {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 35px;
  }
  .sections-list-item-price__wrapper span {
    font-size: 20px;
    line-height: 20px;
    color: #9D9D9D;
  }
  .sections-list-item-price__wrapper .price-value {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin: 0 8px;
    color: #000000;
  }
  .mobile.sections-more{
    display: none;
  }
  .not-found {
    padding: 168px 0 307px;
    background: #fff url("../images/404-bg.png") no-repeat center 100%;
  }
  .not-found .container {
    max-width: 920px;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .not-found-status {
    font-weight: 900;
    font-size: 220px;
    line-height: 120px;
    margin-bottom: 51px;
  }
  .not-found-status__subtitle {
    font-weight: bold;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 30px;
  }
  .not-found-status__text {
    font-size: 28px;
    line-height: 42px;
  }
  .not-found-links {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-top: 42px;
  }
  .not-found-links .button {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 20px 120px;
    background: #000;
    color: #fff;
  }
  .not-found-links .button_yellow {
    padding: 20px 60px;
    background: #22519f;
    color: #000;
  }
  .not-found-links .button:not(:last-child) {
    margin-right: 30px;
  }
  /* policy */
  .policy-page {
    padding: 47px 0 337px;
    background: #fff url("../images/404-bg.png") no-repeat center 100%/contain;
  }
  .policy-page .policy-title {
    font-size: 72px;
    line-height: 84px;
  }
  .policy-page .breadcrumbs {
    margin: 0 0 38px;
  }
  .policy-page .policy-title__wrapper {
    margin-bottom: 60px;
  }
  .policy-page .container {
    max-width: 1480px;
  }
  .policy-page .container .disclaimer-policy {
    font-size: 20px;
    line-height: 35px;
    display: -ms-flex;
    display: flex;
    margin-bottom: 80px;
  }
  .policy-page .container.policy-text ul {
    counter-reset: item;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .policy-page .container.policy-text li {
    display: block;
  }
  .policy-page .container.policy-text li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    margin-right: 10px;
  }
  .policy-page .container.policy-text > ul > li {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 73px;
  }
  .policy-page .container.policy-text > ul > li:last-child {
    margin-bottom: 0;
  }
  .policy-page .container.policy-text > ul > li:first-child ul > li ul > li:first-child {
    margin-top: 0;
  }
  .policy-page .container.policy-text > ul > li:nth-child(4n) ul > li ul > li:first-child {
    margin-top: 0;
  }
  .policy-page .container.policy-text > ul > li ul > li {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    display: inline-block;
    margin-bottom: 35px;
  }
  .policy-page .container.policy-text > ul > li ul > li:last-child {
    margin-bottom: 0;
  }
  .policy-page .container.policy-text > ul > li ul > li:before {
    margin-right: 5px;
  }
  .policy-page .container.policy-text > ul > li ul > li:first-child {
    margin-top: 40px;
  }
  .policy-page .container.policy-text > ul > li ul > li ul > li {
    margin-bottom: 0;
    margin-top: 0;
  }
  .policy-page .container.policy-text > ul > li ul > li ul > li:first-child {
    margin-top: 35px;
  }
  .policy-page .container.policy-text > ul > li ul > li ul > li:before {
    content: "-";
  }
  /* policy end */
  .main-top {
    height: 810px;
    position: relative;
    overflow: hidden;
    padding: 44px 0 0;
  }
  .main-top .container {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .main-top-title {
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
  .main-top-title__wrapper {
    max-width: 989px;
    z-index: 3;
    margin: 0 auto 37px;
  }
  .main-top-subtitle {
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    color: #fff;
  }
  .main-top-subtitle__wrapper {
    z-index: 3;
    position: relative;
    padding: 20px 49px;
    margin: 0 auto;
  }
  .main-top-subtitle__wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: skewX(-10deg);
    position: absolute;
    background: #000;
  }
  .main-top.loading .bg-top {
    opacity: 0;
    bottom: -363px;
  }
  .main-top.loading .bg-bottom {
    opacity: 0;
    top: -80px;
  }
  .main-top .bg-top, .main-top .bg-middle, .main-top .bg-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
  }
  .main-top .bg-top img, .main-top .bg-middle img, .main-top .bg-bottom img {
    width: 100%;
  }
  .main-top .bg-top {
    z-index: 3;
    transition: opacity ease-in-out 0.5s, bottom ease-in-out 1.3s;
    opacity: 1;
    bottom: -263px;
  }
  .main-top .bg-middle {
    bottom: -190px;
    z-index: 2;
  }
  .main-top .bg-bottom {
    top: 0;
    opacity: 1;
    transition: opacity ease-in-out 0.5s, top ease-in-out 1.3s;
  }
  
  .main-top + .decisions {
    padding: 89px 0;
  }
  
  .main-list-prices {
    padding: 150px 0 0;
    background: #F8F8F8;
  }
  .main-list-prices-title {
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
  }
  .main-list-prices-title__wrapper {
    margin-bottom: 86px;
  }
  .main-list-prices .sections-list {
    padding: 0 0;
  }
  .main-list-prices .sections-list-item:not(:nth-child(-n+6)) {
    display: none;
  }
  .main-list-prices .sections-list-item.active {
    display: -ms-flex;
    display: flex;
    animation: fadeIn 0.3s;
  }
  .main-list-prices .sections-more {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-top: 50px;
  
  
    display: none;
  }
  .main-list-prices .sections-more * {
    transition: all 0.3s ease;
  }
  .main-list-prices .sections-more svg {
    margin-left: 8px;
  }
  .main-list-prices .sections-more .hide {
    font-size: 0;
  }
  .main-list-prices .sections-more.active span {
    font-size: 0;
  }
  .main-list-prices .sections-more.active .hide {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
  }
  .main-list-prices .sections-more.active svg {
    transform: rotate(180deg);
  }
  .main-list-prices + .problems {
    padding: 165px 0 109px;
  }
  
  .manager-block.main-page {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 131px auto 0;
  }
  
  .thanks {
    background: #fff url("../images/thanks-bg.png") no-repeat -18px 100%;
  }
  .thanks .container {
    max-width: 1480px;
    padding: 47px 0 308px;
  }
  .thanks .container.manager:before {
    content: "";
    width: 476px;
    height: 708px;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: url("../images/quiz-block-manager.png") no-repeat 0 0/contain;
  }
  .thanks .breadcrumbs {
    margin: 0 0 244px;
  }
  .thanks-block {
    max-width: 702px;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: 149px;
  }
  .thanks-block-title {
    font-weight: 900;
    font-size: 72px;
    line-height: 84px;
    text-align: center;
  }
  .thanks-block-title__wrapper {
    margin-bottom: 30px;
  }
  .thanks-block-subtitle {
    font-weight: normal;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
  }
  .thanks-block-subtitle__wrapper {
    margin-bottom: 60px;
  }
  .thanks-block .button {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 20px 193px;
    background: #22519f;
  }
  .thanks .manager-name {
    max-width: 148px;
    display: -ms-flex;
    display: flex;
    font-weight: bold;
    position: absolute;
    left: 318px;
    bottom: 121px;
    font-size: 15.9662px;
    line-height: 19px;
    padding: 13px 12px 12px 26px;
    background: #E3E3E3;
  }
  .modal {
    max-width: 976px;
    width: 100%;
    border: 1px solid #DEDEDE;
    position: relative;
    padding: 97px 137px 100px 82px;
    background: #fff;
  }
  .modal .close-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .modal .close-icon:hover {
    transform: rotate(180deg);
  }
  .modal-content-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
  }
  .modal-content-title__wrapper {
    margin-bottom: 20px;
  }
  .modal-content-subtitle {
    display: -ms-flex;
    display: flex;
    font-size: 28px;
    line-height: 27px;
  }
  .modal-content-subtitle br {
    display: none;
  }
  .modal-content-subtitle__wrapper {
    margin-bottom: 40px;
  }
  .modal-content .input-group-title {
    color: #000000;
  }
  .modal-content .input-group-title__icon {
    min-width: 18px;
  }
  .modal-content .input-group-title__icon svg path {
    fill: #000;
  }
  .modal-content .input-group-title__icon svg path.white {
    fill: #fff;
  }
  .modal.sertificates {
    padding: 99px 108px 100px 111px;
  }
  .modal.sertificates .modal-content-title__wrapper {
    margin-bottom: 64px;
  }
  .modal.sertificates .input-submit-form {
    margin-top: 39px;
  }
  .modal.sertificates .input-group {
    margin-bottom: 26px;
  }
  .modal.sertificates .input-group-title__wrapper {
    margin-bottom: 13px;
  }
  .modal.sertificates .input-text {
    border-bottom: none;
    padding: 14px 20px;
  }
  .modal.sertificates .input-text__wrapper {
    border: 2px solid #DEDEDE;
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
  }
  .modal.sertificates .input-text__wrapper.select {
    position: relative;
  }
  .modal.sertificates .input-text__wrapper.select .select-triangle {
    width: 0;
    height: 0;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #22519f transparent transparent transparent;
  }
  .modal.sertificates .input-text__wrapper.select .input-text {
    position: relative;
    padding: 14px 60px 14px 20px;
  }
  .modal.sertificates .input-text__wrapper.select .select-button {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .modal.sertificates .input-text__wrapper.select .select-content {
    width: calc(100% + 4px);
    display: none;
    border: 2px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 3;
    padding-bottom: 23px;
    background: #fff;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list {
    max-height: 397px;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    padding-left: 18px;
    padding-right: 37px;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item {
    cursor: pointer;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item ul {
    display: none;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item label {
    width: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item label svg * {
    transition: all 0.3s ease;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item label input[type=checkbox] {
    display: none;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item label input[type=checkbox]:checked ~ svg .black {
    fill: #000;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item.active span svg {
    transform: rotate(90deg);
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item svg {
    transition: all 0.3s ease;
    margin-left: auto;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item > span {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 159.61%;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item:first-child span {
    padding: 10px 0 4px;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item:not(:first-child) span {
    padding: 7px 0 4px;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item:not(:last-child) span {
    border-bottom: 1px solid #DEDEDE;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item ul li {
    display: -ms-flex;
    display: flex;
    font-size: 20px;
    line-height: 159.61%;
    padding-left: 23px;
    color: #999999;
    padding: 7px 0 4px 0;
    margin-left: 23px;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-list__item ul li:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-buttons {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-top: 22px;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-buttons .button {
    font-weight: 500;
    font-size: 19.4911px;
    line-height: 159.61%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 17px 100px;
    background: #000;
    color: #fff;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-buttons .button:hover{
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  }
  .modal.sertificates .input-text__wrapper.select .select-content-buttons .button_yellow:hover{
    -webkit-box-shadow: 0px 0px 20px #22519f;
    box-shadow: 0px 0px 20px #22519f;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-buttons .button.button_yellow {
    padding: 17px 41.5px;
    background: #22519f;
    color: #000;
  }
  .modal.sertificates .input-text__wrapper.select .select-content-buttons .button:not(:last-child) {
    margin-right: 30px;
  }
  
  div[data-modal=true] {
    display: none;
  }
  [data-link]{
    cursor: pointer;
  }
  #before-load{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff url(../images/pre-loader.gif) 50% 50% no-repeat;
    background-size: 50%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .navigation.fixed {
    width: 100%;
    z-index: 20;
    top: -200px;
    position: fixed;
    transition: top 0.5s ease;
  }
  .navigation.fixed.active {
    top: 0;
  }
  .navigation.fixed .logo-fixed__wrapper {
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-left: 50px;
  }
  .navigation.fixed .search-button{
    max-width: 80px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    right: 0;
  }
  .navigation.fixed .search {
    max-width: 93px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .navigation.fixed .search-input{
    visibility: hidden;
    padding: 0 0;
  }
  .navigation.fixed .search.active{
    max-width: 300px;
  }
  .navigation.fixed .search.active .search-input {
    visibility: visible;
    padding: 0 80px 0 50px;
  }
  .navigation.fixed .header-right {
    margin-left: auto;
  }
  .navigation.fixed .header-right__phone {
    margin-left: 30px;
    margin-right: 26px;
  }
  .navigation.fixed .header-right__callback {
    height: 100%;
  }
  .navigation.fixed .header-right__callback:before {
    background: url("../images/icons/bg-button-2.svg") no-repeat 0 0;
  }
  .navigation .menu-item:hover > .menu-sub {
    visibility: visible;
    opacity: 1;
  }
  .navigation .menu-item:hover:before{
    content: "";
  }
  .navigation .menu-item:before {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
  }
  .navigation .menu-item > .menu-sub {
    left: 20px;
  }
  .navigation .menu-item.info > a {
    padding: 30px 39px;
  }


  .mobyle{
    display: none;
  }

  
  .navigation .menu-sub {
    width: 320px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.03);
    padding: 17px 0;
    background: #fff;
  }
  .navigation .menu-sub-item {
    position: relative;
    padding: 0 30px;
    background: #fff;
  }
  .navigation .menu-sub-item.mobile-item{
    display: none;
  }
  .navigation .menu-sub-item:hover > a{
    color: #22519f;
  }
  .navigation .menu-sub-item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 15px 0;
  }
  .navigation .menu-sub-item a svg {
    margin-left: 15px;
  }
  .navigation .menu-sub-item:not(:last-child) a {
    border-bottom: 1px solid #DEDEDE;
  }
  .navigation .menu-sub-item:last-child > a {
    border-bottom: none;
  }
  .navigation .menu-sub-item:first-child .menu-sub {
    top: -17px;
  }
  .navigation .menu-sub-item:hover > .menu-sub {
    visibility: visible;
    opacity: 1;
  }
  .navigation .menu-sub-item .menu-sub {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: calc(100% + 10px);
  }
  .navigation .menu-sub .menu-sub{
    top: -17px;
  }
  .navigation .menu-sub:after {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
  }
  .navigation .menu-item > a > svg {
    display: none;
  }
  .navigation.fixed .menu-item.hidden{
    display: none;
  }
  .navigation.fixed .menu-item.responsive{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .navigation.fixed .menu-item.responsive:after{
    display: none;
  }
  button[data-fancybox-close]{
    background: #22519f;
    color: #000;
  }
  .check-engine{
    display: none;
  }
  .popup-small{
    width: 393px;
    box-shadow: 0px 30px 60px -40px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
  }
  .modal.location-modal{
    padding: 97px 82px 100px 82px;
  }
  .location{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .location span{
    font-weight: bold;
    margin-right: 5px;
  }
  .hamburger-menu{
    display: none;
  }
  .location-buttons{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .location-buttons .close{
    margin-left: 20px;
    background: #000;
    color: #fff;
  }
  .location-change{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .location-change-title{
    position: relative;
    cursor: pointer;
  }
  .location-change-title:after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #DEDEDE;
  }
  .location-change-list{
    width: fit-content;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    display: none;
    top: calc(100% + 5px);
    -webkit-box-shadow: 0 11px 20px 0 rgb(0, 0, 0, 0.15);
    box-shadow: 0 11px 20px 0 rgb(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 15px;
    background: #fff;
  }
  .location-change-list__item{
    cursor: pointer;
  }
  .location-change-list__item:not(:last-child){
    margin-bottom: 10px;
  }
  /* .location  */
  .quiz-notification{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 100px;
    padding: 14px 45px 14px 141px;
    background: #22519f;
  }
  .quiz-notification-layout{
    position: relative;
    z-index: 10;
    position: fixed;
    left: 30px;
    bottom: 30px;
    cursor: pointer;
  }
  .quiz-notification:before{
    content: '';
    width: 82px;
    height: 85px;
    position: absolute;
    left: 41px;
    bottom: 0;
    background: url('../images/quiz-notification.png') no-repeat 0 0/contain;
  }
  .quiz-notification-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #000000;
  }
  .quiz-notification-subtitle{
    font-size: 16px;
    line-height: 18px;
  }
  .quiz-notification-close{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50px;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.03);
    top: -4px;
    right: 4px;
    padding: 11px;
    background: #fff;
  }
  /* quiz */
  .main-list-prices .sectionQuiz{
    margin-top: 150px;
  }
  @media(max-width: 1600px){
    .main-list-prices .sectionQuiz{
      margin-top: 110px;
    }
  }
  @media(max-width: 1023px){
    .main-list-prices .sectionQuiz{
      margin-top: 80px;
    }
  }
  .mainQuiz__next{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .mainQuiz__next:not([disabled]):hover{
    -webkit-box-shadow: 0px 0px 20px #22519f;
    box-shadow: 0px 0px 20px #22519f;
  }
  .formQuiz__subtext a{
    text-decoration: none !important;
    border-bottom: 1px solid #999;
  }
  .formQuiz__subtext a:hover{
    color: #000 !important;
    border-bottom: 1px solid #000;
  }
  .mainQuiz__step-main--step5 .mainQuiz__step-left textarea{
    text-align: center;
  }
  .mainQuiz__step-main--step1{
    column-gap: 1.875em;
    justify-content: start !important;
  }
  .checkbox__wrapper{
    border: 1px solid transparent;
  }
  .checkbox--picture .checkbox__input:checked+.checkbox__wrapper{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #22519f;
  }
  .mainQuiz__wrapper{
    overflow: visible !important;
  }
  .mainQuiz__step{
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
  }
  .mainQuiz__step:not(.mainQuiz__step--active){
    visibility: hidden;
    opacity: 0;
  }
  .mainQuiz__step--active{
    visibility: visible;
  }
  .sectionQuiz__container{
    overflow: hidden;
  }
  .title-bec p{
    font-size: 24px;
  }
  .table-various-specification__buttons button {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 14.5px 47px;
    margin-left: 20px;
    background: #22519f;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.btn-warning:hover {
  background-color: #22519f;
  background-position: 0 -15px;
}
.btn-warning:hover, .open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #22519f;
  border-color: #22519f;
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	height:80px;
	background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;

}


.content-wrapper{
	width: 100%;
}
.header__nav {
    position: absolute;
    right: 36px;
    display: block;
}
.header__menu {
    display: flex;
	position: relative;
	z-index: 2;
}
.header__menu li {
	list-style: none;
	margin: 0px 0px 0px 36px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.content-wrapper{
    margin-top: 78px;
    padding: 10px;
    line-height: 34px;
}

@media(max-width: 767px){
.header__nav {
	display: block;
	position: absolute;
    top: 55px;
    left: 0;
    background: rgb(245, 246, 246);
    box-shadow: #ccc;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
    transition: all 0.4s ease;
	left:-100%;
}
.hamburger-menu{
  display: block;
}

.header__menu {
	display: block;
}
.header__nav.open-menu{
    left:0;
}
.header__menu li {
	margin: 40px 0px 40px 33px;
    font-size: 14px;
	}
.menu-burger__header {
	position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
   }
.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
	height: 3px;
	width: 100%;
	position: absolute;
	background: #515758;
	margin: 0 auto;
}
.menu-burger__header span{
	top: 16px;
}
.menu-burger__header:after, .menu-burger__header:before{
	content: '';
}
.menu-burger__header:after{
	bottom: 5px;
}
.menu-burger__header:before{
	top: 5px;
}
.menu-burger__header.open-menu span {
	opacity:0; 
    transition: 0.5s; 
}
.menu-burger__header.open-menu:before {
	transform: rotate(38deg);
    top: 16px;
    transition: 0.4s;
}
.menu-burger__header.open-menu:after {
	transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s;
}

header {
	height: 60px;
}
.content-wrapper {
    margin-top: 48px;
}
.fixed-pade {
    overflow: hidden;
}
}

.email__hesd{
  font-size: 14px;
}