.footer-menu__main {
    justify-content: left;
}

.footer-menu__main a {
    margin-right: 20px;
}



.preloader #preloader {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 30;
    border-radius: 20px;
}

.preloader #spinner {
    position: relative;
    height: 95px;
    width: 95px;
    top: 50%;
    margin-top: -47.5px;
    display: inline-block;
    border-radius: 100%;
    -webkit-animation: rotation 0.75s infinite linear;
    -moz-animation: rotation 0.75s infinite linear;
    -o-animation: rotation 0.75s infinite linear;
    animation: rotation 0.75s infinite linear;
}

.preloader #spinner:before {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 3px solid #C20F0F;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 100%;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.header  {
    position: relative;
    z-index: 30;
}
.header_tw + .advatages {
    z-index: 3;
    position: relative;
}
.banrs__slider-inner{
    padding: 80px 0 20px;
}
.banrs__slider-title{
    color: #fff;
    display: block;
    text-align: center;
    margin: 0px 0 20px;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
}
.banrs__slider-text{
    color: #fff;
    display: block;
    text-align: center;
    margin: 0px 18% 20px;
    font-size: 28px;
    line-height: 38px;
}
@media (max-width: 1200px){
    .banrs__slider-title{
        font-size: 40px;
        line-height: 55px;
    }
    .banrs__slider-text {
        margin: 0px 12% 20px;
        font-size: 24px;
        line-height: 33px;
    }
}
@media (max-width: 991px){
    .banrs__slider-title{
        font-size: 38px;
        line-height: 52px;
    }
    .banrs__slider-text {
        margin: 0px 8% 20px;
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 768px){
    .banrs__slider-title{
        font-size: 32px;
        line-height: 45px;
    }
    .banrs__slider-text {
        margin: 0px 0% 20px;
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 420px){
    .banrs__slider-title{
        font-size: 28px;
        line-height: 40px;
    }
    .banrs__slider-text {
        margin: 0px 0% 20px;
        font-size: 16px;
        line-height: 24px;
    }
}


.catalog-banner__title h1{
    font-weight: 300;
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    width: calc(100% - 90px);
}

.actions__text {
    height: 60px;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

.actions__title {
    height: 81px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    display: -webkit-box;
}

.full__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.full__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.block-blueline__btns{
    display: flex;
    flex-wrap: wrap;
}
.block-blueline__btns a:first-child{
    margin-right: 20px;
}
.block-blueline__btns a{
    width: auto;
    margin-bottom: 20px;
}

/*popup*/
.dialogs {
    position: fixed;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow-y: auto;
    background: rgba(34, 34, 34, 0.98);
    top: 0;
    left: 0;
}
.dialogs .close-bg {
    position: absolute;
    z-index: 51;
    width: 100%;
    height: 100%;
}
.dialogs .vertical-align-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dialogs .vertical-align-table .vertical-align-row {
    display: table-row;
}
.dialogs .vertical-align-table .vertical-align-row .vertical-align {
    display: table-cell;
    vertical-align: middle;
}
.dialogs .popup {
    display: none;
    opacity: 0;
    margin: 0 auto;
    position: relative;
    z-index: 52;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 1170px;
}
@media screen and (max-width: 1280px){
    .dialogs .popup {
        width: 96%;
    }
}
.dialogs .popup.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.dialogs .popup .form-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
}
.dialogs .popup .form-box .close {
    width: 17px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url('/img/close-blue.png');
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
}
.dialogs .popup .form-box .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dialogs .popup .close {
    z-index: 53;
}
.dialogs .popup .form-box .h {
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    white-space: pre-line;
    margin-bottom: 45px;
    text-align: left;
    color: #222222;
}
.dialogs .popup form.get-price-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kibercar-form input[type=text], .kibercar-form input[type=tel] {
    height: 50px;
    padding: 0 25px;
    background-color: #fff;
    font-size: 15px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-width: 270px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    border-radius: 3px;
    border: 1px solid #ccced5;
}
.main-form-private {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
    margin-left: 10px;
    order: 10;
}
.main-form_private-text {
    position: relative;
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 23px;
    text-align: left;
}
.kibercar-form input[type="submit"]{
    white-space: nowrap;
    width: 270px;
    height: 50px;
    line-height: 52px;
    color: #fff;
    background: #266198;
    font-size: 14px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.kibercar-form input[type="submit"] {
    line-height: normal;
    display: inline-block;
    vertical-align: top;
}
.kibercar-form input {
    border: 0;
}
.main-form_private-text a {
    text-decoration: underline;
}
.kibercar-form input[type=text].required, .kibercar-form input[type=tel].required {
    border-color: #f02c1c;
}


.kbc_thank {
    background: rgba(34, 34, 34, 0.98);
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.kbc_thank_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.kbc_thank_wd {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 550px;
    height: 240px;
    padding: 0;
    color: #ddd;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
}
.kbc_thank_close {
    position: absolute;
    background-image: url("/img/th_close.png");
    width: 16px;
    height: 17px;
    right: 22px;
    top: 24px;
    z-index: 30;
    cursor: pointer;
}
.kbc_thank_wd .form-box {
    padding: 50px 80px 20px;
    text-align: center;
}
.kbc_thank_wd .form-box .text-wrp {
    height: 95px;
    margin-bottom: 8px;
    overflow: hidden;
}
.kbc_thank_wd .form-box .text-wrp h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 2px;
    text-align: center;
}
.kbc_thank_wd .form-box .text-wrp p {
    font-size: 20px;
    color: #808080;
}
.kbc_thank_wd .form-box .text-wrp_soc {
    font-size: 20px;
    color: #1b1f29;
    margin-bottom: 13px;
    font-weight: 700;
}
.kbc_thank_wd .form-box .text-wrp_subscribe {
    color: #fff;
    padding: 17px 80px;
    background-color: #11528e;
    font-weight: 700;
    font-size: 20px;
    margin: 0 -80px 43px;
}
.text-wrp_soc_wrap {
    display: flex;
    z-index: 20;
    position: relative;
}
.text-wrp_youtube {
    margin-right: 104px;
}
.text-wrp_youtube_img {
    display: block;
    max-width: 216px;
    margin-bottom: 10px;
}
.text-wrp_instagram {
    margin-top: 12px;
}
.text-wrp_instagram a img {
    display: block;
    margin-bottom: 3px;
    margin-top: -13px;
    max-width: 216px;
}
.text-wrp_instagram a span {
    display: block;
    font-size: 20px;
    color: #f02c1c;
    text-decoration: underline;
}
@media (max-width: 1199.98px) {
    .text-wrp_youtube {
        margin-right: 70px;
   }
}
@media (max-width: 991.98px) {
    .kbc_thank_wd .form-box {
        padding: 30px 30px 20px;
   }
    .kbc_thank_wd .form-box .text-wrp h2 {
        font-size: 26px;
   }
    .kbc_thank_wd .form-box .text-wrp p {
        font-size: 18px;
   }
    .kbc_thank_wd .form-box .text-wrp_subscribe {
        margin: 0 -80px 35px;
   }
    .text-wrp_youtube {
        margin-right: 50px;
   }
    .text-wrp_youtube_img {
        margin-bottom: 15px;
        width: 180px;
   }
    .text-wrp_instagram a img {
        width: 220px;
        margin-top: -9px;
   }
    .text-wrp_instagram a span {
        font-size: 18px;
   }
}
@media (max-width: 767.98px) {
    .kbc_thank_wd .form-box {
        padding: 37px 31px 20px;
   }
    .kbc_thank_wd .form-box .text-wrp h2 {
        font-size: 22px;
        margin-bottom: 5px;
   }
    .kbc_thank_wd .form-box .text-wrp p {
        font-size: 11px;
   }
    .kbc_thank_wd .form-box .text-wrp_soc {
        font-size: 15px;
        margin-bottom: 17px;
   }
    .kbc_thank_wd .form-box .text-wrp_subscribe {
        padding: 11px 80px;
        font-size: 22px;
        margin: 0 -80px 22px;
   }
    .text-wrp_instagram a span {
        font-size: 17px;
   }
    .text-wrp_soc_wrap {
        width: 80%;
   }
    .text-wrp_youtube_img {
        width: 171px;
        margin-bottom: 17px;
   }
    .text-wrp_instagram a img {
        width: 200px;
   }
    .text-wrp_youtube {
        width: 42%;
        margin-bottom: 0;
        margin-right: 27px;
   }
}
@media (max-width: 635.98px) {
    .kbc_thank_wd .form-box {
        padding: 45px 35px 20px;
   }
    .kbc_thank_wd .form-box .text-wrp h2 {
        font-size: 27px;
        margin-bottom: 7px;
   }
    .kbc_thank_wd .form-box .text-wrp p {
        font-size: 14px;
   }
    .kbc_thank_wd .form-box .text-wrp_soc {
        font-size: 17.5px;
        margin-bottom: 25px;
   }
    .kbc_thank_wd .form-box .text-wrp_subscribe {
        padding: 13px 80px;
        font-size: 27px;
        margin: 0 -80px 80px;
   }
    .text-wrp_instagram a span {
        font-size: 20px;
   }
    .text-wrp_soc_wrap {
        flex-wrap: wrap;
        width: 70%;
   }
    .text-wrp_youtube_img {
        width: 224px;
        max-width: 326px;
   }
    .text-wrp_instagram a img {
        max-width: 370px;
        width: 100%;
   }
    .text-wrp_youtube {
        width: 100%;
        margin-bottom: 75px;
   }
}
@media (max-width: 479.98px) {
    .kbc_thank_wd .form-box {
        padding: 40px 32px 20px;
   }
    .kbc_thank_wd .form-box .text-wrp h2 {
        font-size: 24px;
        margin-bottom: 7px;
   }
    .kbc_thank_wd .form-box .text-wrp p {
        font-size: 12px;
   }
    .kbc_thank_wd .form-box .text-wrp_soc {
        font-size: 15.5px;
        margin-bottom: 21px;
   }
    .kbc_thank_wd .form-box .text-wrp_subscribe {
        padding: 11px 80px;
        font-size: 24px;
        margin: 0 -80px 73px;
   }
    .text-wrp_instagram a span {
        font-size: 18px;
   }
    .text-wrp_youtube_img {
        width: 200px;
        margin-bottom: 16px;
   }
    .text-wrp_instagram a img {
        max-width: 370px;
        width: 100%;
   }
    .text-wrp_youtube {
        width: 100%;
        margin-bottom: 68px;
   }
}
@media (max-width: 419.98px) {
    .kbc_thank_wd .form-box {
        padding: 34px 26px 20px;
   }
    .kbc_thank_wd .form-box .text-wrp h2 {
        font-size: 20px;
        margin-bottom: 7px;
   }
    .kbc_thank_wd .form-box .text-wrp p {
        font-size: 10px;
   }
    .kbc_thank_wd .form-box .text-wrp_soc {
        font-size: 13px;
        margin-bottom: 17px;
   }
    .kbc_thank_wd .form-box .text-wrp_subscribe {
        padding: 10px 80px;
        font-size: 20px;
        margin: 0 -80px 60px;
   }
    .text-wrp_instagram a span {
        font-size: 15px;
   }
    .text-wrp_youtube_img {
        width: 167px;
        margin-bottom: 16px;
   }
    .text-wrp_instagram a img {
        max-width: 370px;
        width: 100%;
   }
    .text-wrp_youtube {
        width: 100%;
        margin-bottom: 47px;
   }
}
/*popup*/
.yt-btn-wrap {
    overflow: hidden;
  }
  
  .yt-uix-button-subscription-container {
    display: block;
    max-width: 100%;
    white-space: nowrap;
  }
  
  .yt-uix-button {
    padding: 0 8px 0 5.5px;
    height: 24px;
    max-width: 100%;
    color: #fefefe;
    background-color: #e62117;
    font: 12px "YouTube Noto", Roboto, arial, sans-serif;
  
    display: inline-block;
    border: solid 1px transparent;
    outline: 0;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    *overflow: visible;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
  }
  
  .yt-subscription-button-subscriber-count-branded-horizontal {
    padding: 0 6px;
    color: #737373;
    font-size: 11px;
    text-align: center;
  
    display: inline-block;
  
    height: 24px;
    line-height: 24px;
  
    margin-left: -4px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    vertical-align: middle;
    border-radius: 0 2px 2px 0;
    border-left: none;
    padding-left: 7px;
  }
  
  .yt-uix-button:before {
    margin-right: 6px;
  
    background-image: url('/img/subscribe_button_branded_lozenge.png');
    background-repeat: no-repeat;
    background-size: auto;
    width: 16px;
    height: 12px;
  
    content: '';
    display: inline-block;
    vertical-align: middle;
  }
  
  .yt-link {
    color: #e62117;
  }
  
  /*youtube btn*/
  @media (max-width: 991.98px){
    .header {
        position: relative;
        z-index: 15;
    }
    .header_tw + .advatages {
        margin-top: 5px;
    }
  }


  .nirocom__btn {
    display: block;
    padding: 13px;
    margin: 0 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    background: #11528e;
    border-radius: 3px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    transition: .3s;
}

.text-block{
    margin: 30px 0;
}
.text-block p{
    line-height: 1.25em;
    color: #7b7286;
}
.header__youtube{
    display: block;
    position: relative;
    z-index: 16;
    margin-right: 10px;
    margin-top: -4px;
}
.header__youtube img{
    width: 50px;
}
.footer__youtube{
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 5px;
}
.footer__youtube img{
    width: 50px;
}
@media (max-width: 991.98px){
    .header__youtube{
        margin-left: 10px;
    }
  }

/*search*/
.footer-copy__inner {
    align-items: center;
}

.footer__search {
    margin-left: auto;
}

.footer__search input {
    height: 30px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 15px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    border-radius: 3px;
    border: 1px solid #ccced5;
}

@media (max-width: 991.98px) {
    .footer__search {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .footer-copy__menu {
        justify-content: left;
        margin-bottom: 25px;
    }
}  
/*search*/


.video__iframe {
    margin: 0 auto 60px;
    justify-content: center;
    display: flex;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.video__center{
    margin: 0 auto;
    width: 70%;
}

@media (max-width: 1199.98px) {
    .video__center{
        width: 100%;
    }
}


.footer__company{
    margin-left: 42px;
}

@media (max-width: 991.98px) {
    .footer__company{
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}