/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Template: reboot
Author: WPShop.ru
Author URI: https://wpshop.ru/
Description: Новая многоцелевая тема от команды WPShop.ru. 11 встроенных модулей, конструктор главной страницы, SEO-оптимизация и моментальная скорость загрузки.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.4.9.1706164272
Updated: 2024-01-25 09:31:12

*/
/* roi */
.calc__title {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700
}

.calc__title_center {
    text-align: center
}

.calc__dataRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px
}

.calc__dataName {
    text-align: right;
    font-size: 16px
}

.calc__input {
    position: relative
}

.calc__input input {
    margin-left: 20px;
    padding-right: 45px;
    color: #255ba8;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.05);
    height: 47px;
    width: 132px;
    padding-left: 15px
}

.calc__input input.success {
    border: 1px solid #0bb603
}

.calc__input input.error {
    border: 1px solid #dc0000
}

.calc__input:before {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 44px;
    height: 47px;
    line-height: 47px
}

.calc__input:after {
    display: block;
    position: absolute;
    content: '';
    height: 24px;
    width: 1px;
    background: #dedede;
    right: 45px;
    top: 50%;
    margin-top: -12px
}

.calc__input_number:before {
    content: 'шт'
}

.calc__input_money:before {
    content: 'руб'
}

.calc__input_percent:before {
    content: '%'
}

.calc__button {
    width: 200px;
    border-radius: 5px;
    height: 48px;
    line-height: 46px;
    font-weight: 800;
    padding: 0;
    text-align: center;
    color: #2e2a2a;
    border: 1px solid #d5d0bd;
    cursor: pointer;
    margin: 33px auto 20px;
    display: block;
    background: #f0ebd8;
    background: linear-gradient(180deg,#f4efe1,#eae3c8);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease-out;
    opacity: 1
}

.calc__button:focus {
    outline: none
}

.calc__button:hover {
    opacity: .7
}

.calc__clear {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calc__clear span {
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px dotted #000;
    cursor: pointer;
    transition: all .3s ease-out;
    top: 0
}

.calc__clear span:after,.calc__clear span:before {
    transition: all .3s ease-out;
    display: block;
    width: 2px;
    height: 10px;
    background: red;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -12px
}

.calc__clear span:before {
    transform: rotate(45deg)
}

.calc__clear span:after {
    transform: rotate(-45deg)
}

.calc__clear span:hover {
    border-bottom-color: transparent
}

.calc__clear span:active {
    top: 2px
}

.calc__results {
    padding-top: 30px;
    width: 370px;
    display: none
}

.calc__results .calc__result_hide {
    display: none
}

.calc__results .calc__info,.calc__results_active,.calc__results_calculated .calc__result_hide {
    display: block
}

.calc__results_calculated .calc__info {
    display: none
}

.calc__resultRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dotted #000
}

.calc__resultRow:not(:last-child) {
    margin-bottom: 15px
}

.calc__resultName {
    padding-right: 1px
}

.calc__result,.calc__resultName {
    font-size: 16px;
    background: #fff;
    top: 6px;
    position: relative
}

.calc__result {
    padding-left: 5px
}

.calc__finalResults {
    margin-top: 23px;
    padding-top: 12px;
    position: relative
}

.calc__finalResults:before {
    display: block;
    content: '';
    background: #fed000;
    height: 5px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0
}

.calc__finalResultName {
    padding-right: 1px
}

.calc__finalResult,.calc__finalResultName {
    position: relative;
    top: 8px;
    background: #fff;
    font-size: 20px;
    font-weight: 700
}

.calc__finalResult {
    padding-left: 5px
}

.calc__finalResult_good {
    color: #0bb603
}

.calc__finalResult_bad {
    color: #dc0000
}

.calc__buttonConversion {
    margin-top: 40px;
    border: 1px solid #e5b556;
    background: #f7e243;
    background: linear-gradient(180deg,#f7e243,#f1cb2c);
    box-shadow: inset 0 1px 2px #fff;
    height: 48px;
    width: 200px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease-out;
    opacity: 1
}

.calc__buttonConversion:focus {
    outline: none
}

.calc__buttonConversion:hover {
    opacity: .7
}

.calc__info {
    margin-top: -50px
}

.calc__info span {
    font-size: 14px;
    color: #777
}

.calc__info .calc__infoTitle {
    font-size: 20px;
    color: #000
}

#jsCalcForm {
    display: none
}

.roi-calc{
    position: relative;
    border-radius: 10px;
    background: #f0f0f0;
    padding: 30px 35px 30px;
    z-index: 1;
    transition: all .3s ease-out;
}
.calc__info{
    font-size: 18px;
    margin-top: 0;
}
.calc__info p{
    margin: 0 0 1em;
    line-height: 1.3;
}
.calc__info .calc__infoTitle, .calc__title{
    font-size: 24px;
}
/**/
iframe{
    max-width: 100%;
}
.flex{
    display: flex;
    flex: 1 1 auto;

}
.align-items-center{
    align-items: center;
}
a.btn-lg {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    padding: 28px 30px;
    border-radius: 12px;
}
.btn-warning {
    transition: none;
    box-shadow: none;
    color: #023657;
    border: none;
    background: #fcc00d;
    background: -moz-linear-gradient(top, rgba(252,192,13,1) 0%, rgba(230,102,36,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,192,13,1) 0%,rgba(230,102,36,1) 100%);
    background: linear-gradient(to bottom, rgba(252,192,13,1) 0%,rgba(230,102,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc00d', endColorstr='#e66624',GradientType=0 );
}
.btn-warning:hover {
    color: #212529;
    background: #e0a800;
    border: none;
    box-shadow: none;
}
.section-block__title{
    line-height: 1.25;
    color: #063656;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
    font-size: 48px;
}

.style1, .style2{
    list-style: none;
    padding: 0;
}
.style1 li{
    position: relative;
    padding-left: 53px;
    margin: 0 0 20px;
}
.style2 li{
    position: relative;
    padding-left: 1em;
    margin: 0 0 1em;
}
.style1 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 29px;
    background: url(img/li.png) no-repeat 0 0;
}
.style2 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.46em;
    width: 0.346em;
    height: 0.346em;
    background: #ed9022;
    border-radius: 50%;
}
/**/
.section-preset--bgc-banner {
    background-image: url("/wp-content/uploads/2024/01/fon1.jpg");
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    min-height: 400px;
    padding-top: 270px;
    padding-bottom: 270px;
    position: relative;

}
.section-preset--bgc-banner .block__slogan{
    position: absolute;
    right: 16%;
    margin-left: 0px;
    text-align: left;
    font-style: italic;
    padding: 16px 30px;
    color: #fff;
    background: #0a1822;
    font-size: 23px;
    line-height: 1.25;
    top: 28px;
}

.section-preset--bgc-banner .block__title{
    line-height: 1.25;
    color: #063656;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px;
    font-size: 40px;
}
.section-preset--bgc-banner .block__title b{
    color: #ed9022;
}
.section-preset--bgc-banner .block__info{
    font-size: 23px;
    line-height: 1.5;
    margin: 0 0 60px;

}

/*Slider*/
.slider-bg{
    background-image: url("img/fons/fon2.webp?1");
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 100px;
    background-color: #063656;
    background-repeat: no-repeat;
}
.bg-white{
    background: #fff;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);
    padding: 13px;
    width: 100%;
}
.gallery-item-8 .bg-white {
    padding: 30px 40px;
}
.slider-bg .case__title{
    position: relative;
    margin: 0 0 40px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.25;
    color: #063656;
    text-decoration: none;
    display: block;
}
.slider-bg .case__title:after{
    position: absolute;
    content: "";
    left: 0px;
    width: 5px;
    top: 5px;
    bottom: 5px;
    background: #ED9022;
}
.slider-bg .swiper-button-next:after, .slider-bg .swiper-container-rtl .swiper-button-prev:after{
    color: #333;
}
.slider-bg h2{
    color: #fff;
    margin: 0 0 25px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
}

/*main page */
.section-preset--bgc-main{
    padding-top: 10px;
}
.section-preset--bgc-main .section-html__body{
   display: flex;
    justify-content: right;
}
.section-preset--bgc-main:before{
    background-image: url("img/fons/fon3.webp?1") !important;
    background-position: 65% 0 !important;
    background-repeat: no-repeat !important;
    background-color: #053655 !important;
}
.section-preset--bgc-main h1{
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 38px;
}
.section-preset--bgc-main h2{
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 100px;
}

.section-preset--bgc-main .article-post{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.block--4 {
padding-top: 200px;
padding-bottom: 70px;
}
.block--4 .wp-caption-text{
    margin-top: 55px;
}
.block--4:before{
    background-image: url("img/fons/fon4.webp?1") !important;
    background-position: 50% 270px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}


.block--4 .post-card{
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);
    border-top: 10px solid #063656;
    border-bottom: 10px solid #063656;
    background: #fff;
}
.block--4 .post-card .post-card__thumbnail{
    margin: 47px 0;
}
.block--4 .post-card .card-body{
    padding: 0 35px 50px;
    font-size: 20px;
}
.block--4 .post-card .card-body .card-title{
    color: #063656;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 40px;
    text-transform: uppercase;
    font-size: 25px;
}
/**/
.block--5{
    padding-top: 75px;
    padding-bottom: 200px;
}
.block--5:before{
    background-image: url("img/fons/fon5.webp?1") !important;
    background-position: 100% 0 !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}
 .post-card--vertical.post-card {
    padding: 15px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);
    background: #fff;
}

.post-card--vertical.post-card .post-card__title a{
    color: #F2AE2F;
    min-height: unset;
    font-size: 20px;
    line-height: 1;
}
/**/
.tarif-form {
    background: #F1AC2F;
    color: #063656;
    text-align: center;
    padding: 50px 50px 30px;
    border-radius: 0 40px 0 0;
    position: relative;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
}
.tarif-form__title {
    margin: 0 -25px 20px;
    font-weight: bold;
    color: #063656;
    font-size: 20px;
    line-height: 1.25;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 20px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tarif-form .btn-primary, .block2--form .btn-primary {
    transition: 0.3s all;
    background: #0006fd;
    color: #fff;
    border-color: #031b40;
    font-size: 25px;
    width: 100%;
    font-weight: bold;
    padding: 0 100px;
    height: 81px;
    line-height: 60px;
}
.block--6 p{
    font-size: 20px;
    text-align: left;
    margin-bottom: 50px;
}
.block--6 h2{
    font-size: 35px;
}
/**/
.block--7 {
    padding-top: 180px;
    color: #fff;
}

.block--7:before{
    background-image: url("img/fons/fon7.webp?1") !important;
    background-color: #063656 !important;
    background-repeat: no-repeat !important;
    background-position: 100% 0 !important;
}

.block--7 h2{
    color: #fff;
}
.block--7 .img{
    position: relative;
    padding-top: 25px;
}
.block--7 h4{
    font-weight: 400;
    margin-bottom: 50px;
}
.block--7 .gallery-item{
    margin-bottom: 60px;
}
.block--7 .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border: 7px solid #fff;
    border-radius: 50%;
}
/**/
.block--8:before{
    background-image: url("img/fons/fon8.webp?1") !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
}
.block--8 {
    padding-top: 250px;
    font-size: 20px;
}

.block--8  .video-link{
    position: relative;
    display: block;
}
.block--8  .video-link:after {
    content: "";
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 67px;
    margin: -48px 0 0 -33px;
    background: url(img/play2.png) no-repeat 0 0;
    transition: 0.3s all;
}
.block--8  .video-link:hover:after {
    transform: scale(1.2);

}
/**/
.block--9{
    padding-top: 150px;
    padding-bottom: 200px;
}
.block--9:before {
    background-image: url(img/fons/fon9.webp), url(img/fons/fon10.webp) !important;
    background-position: 50% 0, 50% 100% !important;
    background-color: #ea8f22 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.block--9 .why2{
    background: #FFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 1.25;
    height: 100%;
    padding: 17px 20px 25px;
}

.block--10 h4{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #ED9022;
    margin-bottom: 25px;
}
.block--11 h4{
    font-weight: 400;
    margin-top: 15px;
}
.block--11 .section-block__title{
    color: #fff;
    font-size: 40px;
}
.block--11:before{
    background: #F3AD33 !important;
    border-radius: 0 40px 40px 0;
}

.block--12{
    padding-top: 100px;
    padding-bottom: 120px;
}
.block--12 .section-block__title{
    color: #fff;
    font-size: 48px;
}
.block--12:before{
    background-image: url("img/fons/fon11.webp?1") !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: 100% 0 !important;
}
.block--12 .block2 {
    background: #FFF;
    font-size: 20px;
    line-height: 1.25;
    padding: 25px 30px 10px 38px;
    height: 100%;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
    position: relative;
}
.block--12 h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #003853;
    font-weight: bold;
    margin: 0 0 35px;
}
.block--12 h4.block2--float-title {
    font-weight: normal;
    text-transform: none;
    padding: 14px 22px;
    background: #003853;
    font-size: 23px;
    color: #fff;
    margin-bottom: 0;
}
.block--12 .block2--form {
    background: #ED9022;
    text-align: center;
    padding: 90px 30px 30px;
}
.block--12 .block2--form h4 {
    margin: 0 0 80px;
}
.block--12  .block2--form .btn-primary{
    padding: 0;
    height: auto;
    font-size: 23px;
}

/**/
.footer__phone-link, .header__phone-link{
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #ED9022 !important;
    margin-bottom: 10px;
    white-space: nowrap;
    text-decoration: none;
}
.section-preset--bgc-banner .block__content {
    max-width: 45%;
}
/* qize */
.quiz-page{
    display: none;
}
.quiz-page--active{
    display: block;
}
.quiz{
    background: #063656 url(img/quiz_fon.png) no-repeat 50% 100%;
    color: #fff;
    font-size: .77rem;
}

.quiz__left{
    background: #266B99;
    padding: 1em 1.3em .3em;
    margin-right: .9em;
}
.quiz h1.big{
    text-transform: uppercase;
    font-weight: bold;
}





@media (min-width: 1400px){
    .section-preset--bgc-main:before{
        background-position: 80% 100% !important;
        background-size: cover !important;
    }
}@media (min-width: 1600px){
    .section-preset--bgc-main:before{
        background-position: 30% 100% !important;
        background-size: contain !important;
    }
}
@media (max-width: 1024px){
    .section-preset--bgc-main:before{
     background: none !important;
    }
    .section-preset--bgc-main .article-post {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-preset--bgc-banner {
        padding-top: 10px;
        padding-bottom: 40px;
        background-size: 40% auto !important;
    }
    .section-preset--bgc-banner .block__slogan {
        position: static;
        margin: 0 0 15px;
        font-size: 14px;
        font-weight: normal;
    }
    .section-preset--bgc-banner .block__title {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .section-preset--bgc-banner .block__info{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .section-preset--bgc-banner .block__content {
        max-width: 60%;
    }
    .section-preset--bgc-main h1, .section-preset--bgc-main h2{
        color: #063656;
    }.section-preset--bgc-main h2{
         margin-bottom: 40px;
     }
     .section-preset--bgc-main:before{
         background-position: 60% 0 !important;
     }
    .block--4 {
        padding-top: 20px;
    }
    .block--5:before {
        background: none !important;
    }
    .hide{
        display: none;
    }
    .slider-bg{
        padding-top: 100px;
    }
    .slider-bg h2{
        font-size: 35px;
    }   .slider-bg .swiper-slide{
       background: #fff;
    }
        .slider-bg .container{
            padding-left: 15px;
            padding-right: 15px;
        }
    .bg-white{
        box-shadow: none;
    }



    .section-block__title{
        font-size: 32px;
    }
    a.btn-lg {
        font-size: 20px;
    }
    .block--4 .post-card .card-body {
        padding: 0 5px 10px;
        font-size: 16px;
    }
    .block--4 .post-card .card-body .card-title{
        font-size: 20px;
        margin: 0 0 20px;
    }
    .block--4 .post-card .post-card__thumbnail {
        margin: 17px 0;
    }
    .block--4 .wp-caption-text{
        margin-top: 17px;
    }
    .block--5 {
        padding-bottom: 50px;
    }

    .tarif-form .btn-primary, .block2--form .btn-primary {
        padding: 0;
height: auto;
}
.block--7 h4 {
    margin-bottom: 0px;
}
.block--7 .gallery-item {
    margin-bottom: 30px;
}
    .block--11 .section-block__title {
        font-size: 25px;
    }
    .block--11 .gallery-columns-6 .gallery-item {
        max-width: 50% !important;
    }
    .block--12 .section-block__title {
        color: #063656;
        font-size: 30px;
    }
    .block--12:before{
        background: none !important;
    }
    .amoblock_12 .gallery-columns-4 .gallery-item{
        max-width: 25%;
    }
    .post-card--vertical.post-card {
        padding: 0;
        box-shadow: none;
        background: #fff;
    }
.block--12 .gallery-item{
    max-width: 50%;
}
    .block--12 .gallery-item:nth-child(3n){
        max-width: 100%;
    }
    .block--6 .gallery-item{
        max-width: 100%;
    }
}

@media (max-width: 768px){
    .section-preset--bgc-main:before{
        background: none !important;
    }
    .section-preset--bgc-banner .block__content {
        max-width: 100%;
    }
    .slider-bg {
        background-image: none;
    }

    .section-preset--bgc-banner .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-preset--bgc-banner .block__slogan {
        right: auto;
    }
    .section-preset--bgc-banner .block__title, .section-preset--bgc-banner .block__info{
        text-align: center;
    }

}
@media (min-width: 768px){
.slider-bg .gallery-item-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.slider-bg .gallery-item-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}


}
