/*--slider--*/
.slick-slider{}
.slick-list{
    overflow: hidden;
}
.slick-track{
    display: flex;
}
.slick-slide{}
.slick-slide.slick-active{}
.slick-slide.slick-current{}
.slick-slide.slick-center{}
.slick-arrow{}
.slick-arrow.slick-prev{}
.slick-arrow.slick-next{}
.slick-arrow.slick-disabled{}
/* ???????? ????????? ????? ?? ????????? */
.mobile-steps {
  display: none;
}

/* ?????????? ?????????? ????? ?????? ??? ????????? ????????? */
@media (max-width: 768px) {
  .desktop-steps {
    display: none;
  }
  .mobile-steps {
padding-top: 29px;
    display: block;
  }
}


/* bestsellers slider */

.items-bestsellers .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.items-bestsellers .slick-dots li{
    list-style: none;
    margin: 0 10px;

}
.items-bestsellers .slick-dots button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #ebebeb;
    border-radius: 50%;

}
.items-bestsellers .slick-dots li.slick-active button{
    background: transparent;
    border: 1px solid #888888;
}

.items-bestsellers{
    position: relative;
    padding: 0 60px;
}
.items-bestsellers .slick-arrow{
    position: absolute;
    top: 40%;
    margin: -30px 0 0 0 ;
    z-index: 2;
    font-size: 0;
    width: 41px;
    height: 60px;
    border: none;
}

.items-bestsellers .slick-arrow.slick-prev{
    left: 0;
    background: url(/assets/arrow-prev-simp.png) 0 0 / 100% no-repeat;

}
.items-bestsellers .slick-arrow.slick-next{
    right: 0;
    background: url(/assets/arrow-next-simp.png) 0 0 / 100% no-repeat;

}

/* schemes slider */

.items-schemes .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.items-schemes .slick-dots li{
    list-style: none;
    margin: 0 10px;

}
.items-schemes .slick-dots button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #ebebeb;
    border-radius: 50%;

}
.items-schemes .slick-dots li.slick-active button{
    background: transparent;
    border: 1px solid #888888;
}

.items-schemes{
    position: relative;
    padding: 0 60px;
}
.items-schemes .slick-arrow{
    position: absolute;
    top: 40%;
    margin: -30px 0 0 0 ;
    z-index: 2;
    font-size: 0;
    width: 41px;
    height: 60px;
    border: none;
}

.items-schemes .slick-arrow.slick-prev{
    left: 0;
    background: url(/assets/arrow-prev-simp.png) 0 0 / 100% no-repeat;

}
.items-schemes .slick-arrow.slick-next{
    right: 0;
    background: url(/assets/arrow-next-simp.png) 0 0 / 100% no-repeat;

}

/* warranty slider */

.items-warranty .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.items-warranty .slick-dots li{
    list-style: none;
    margin: 0 10px;

}
.items-warranty .slick-dots button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #ebebeb;
    border-radius: 50%;

}
.items-warranty .slick-dots li.slick-active button{
    background: transparent;
    border: 1px solid #888888;
}

.items-warranty{
    position: relative;
    padding: 0 60px;
}
.items-warranty .slick-arrow{
    position: absolute;
    top: 40%;
    margin: -30px 0 0 0 ;
    z-index: 2;
    font-size: 0;
    width: 41px;
    height: 60px;
    border: none;
}

.items-warranty .slick-arrow.slick-prev{
    left: 0;
    background: url(/assets/arrow-prev-simp.png) 0 0 / 100% no-repeat;

}
.items-warranty .slick-arrow.slick-next{
    right: 0;
    background: url(/assets/arrow-next-simp.png) 0 0 / 100% no-repeat;

}

/* team slider */

.items-team .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.items-team .slick-dots li{
    list-style: none;
    margin: 0 10px;

}
.items-team .slick-dots button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #ebebeb;
    border-radius: 50%;

}
.items-team .slick-dots li.slick-active button{
    background: transparent;
    border: 1px solid #888888;
}

.items-team{
    position: relative;
    padding: 0 60px;
}
.items-team .slick-arrow{
    position: absolute;
    top: 40%;
    margin: -30px 0 0 0 ;
    z-index: 2;
    font-size: 0;
    width: 41px;
    height: 60px;
    border: none;
}

.items-team .slick-arrow.slick-prev{
    left: 0;
    background: url(/assets/arrow-prev-simp.png) 0 0 / 100% no-repeat;

}
.items-team .slick-arrow.slick-next{
    right: 0;
    background: url(/assets/arrow-next-simp.png) 0 0 / 100% no-repeat;

}

/*--CondiType--*/
.condi-type-container{
    display: grid;

    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto ;
    background-color: #fff;
}
.item-condi-type{
    display: flex;
    flex-direction: column;
    align-self: center;

    position: relative;
}
.item-condi-type__figure{
    position: absolute;
    top: 50%;
    right: -7%;
    width: 45px;
    height: 45px;
    margin-top: -20px;
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 1;
}
.item-condi-type__img{
    overflow: hidden;
}
.item-condi-type__img:hover{
    opacity: 70%;
}
.item-condi-type__title{
    font-size: 24px;
    font-weight: 600;

    letter-spacing: 1pt;
    text-align: left;
    padding: 10px 20px;
}
.item-condi-type__text{
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding: 5px 20px;
    z-index: 2;
}

.item-condi-type__title a:link, .item-condi-type__title a:visited {
    color: #002255;
    text-decoration: underline;
}

.item-condi-type__title a:hover, .item-condi-type__title a:active {
    text-decoration: none;
}

@media screen and (max-width: 1140px){
    .item-condi-type__figure{
        display: none;
    }
}
@media screen and (max-width: 960px){
    .item-condi-type__title{
        font-size: 20px;
    }
    .item-condi-type__text{
        font-size: 14px;
    }
}
@media screen and (max-width: 860px){
    .item-condi-type__title{
        font-size: 18px;
    }
    .item-condi-type__text{
        font-size: 12px;
    }
}
@media screen and (max-width: 720px){
    .item-condi-type__title{
        font-size: 16px;
        padding: 5px;
    }
    .item-condi-type__text{
        font-size: 12px;
        padding: 5px;
    }
}

@media screen and (max-width: 560px){
    .condi-type-container{
        display: grid;

        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
    }
    .number-1{
        grid-row-start: 1;
        grid-column-start: 1;
    }
    .number-3{
        grid-row-start: 2;
        grid-column-start: 2;
    }
    .number-6{
        grid-row-start: 3;
        grid-column-start: 1;
    }
    .item-condi-type__title{
        font-size: 18px;
        padding: 5px;
    }
    .item-condi-type__text{
        font-size: 14px;
        padding: 5px;
    }

}
@media screen and (max-width: 360px){
    .item-condi-type__title{
        font-size: 16px;
        font-weight: 600;

        letter-spacing: 1pt;
        text-align: left;
        padding: 5px;
    }
    .item-condi-type__text{
        display: none;

    }

}
/*--Profit--*/
.profit-container{
    display: grid;
    gap: 40px;

    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;

    justify-content: space-around;

    max-width: 1320px;
    margin: 0 auto;
}
.item-profit{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
}
.item-profit__pic{
    width: 60px;
    height: auto;
    text-align: center;
    object-fit: cover;


}
.item-profit__title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 10px;

}
.item-profit__description{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.45;
}


@media screen and (max-width: 960px){
    .profit-container{
        display: grid;
        gap: 10px;

        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
    }
}
@media screen and (max-width: 720px){
    .profit-container{
        display: grid;
        gap: 10px;

        grid-template-columns: 50% 50%;
        grid-template-rows: auto;

        margin: 0 10px;
    }
    .item-profit{
        margin: 5px;
    }
    .item-profit__title{
        font-size: 18px;
    }
    .item-profit__description{
        font-size: 16px;
    }
}
@media screen and (max-width: 480px){
    .item-profit__title{
        font-size: 16px;
    }
    .item-profit__description{
        font-size: 14px;
    }
}
/*--PowerEstimate--*/
.power-estimate{
    border-radius: 2px;
    max-width: 1320px;
    margin: 0 auto;
}

.power-estimate-container{
/*    display: grid;

    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;

    justify-content: center;
   */

    max-width: 1140px;
    margin: 20px auto 0;
}

.power-estimate-container__left-fields{
    display: flex;
    flex-direction: column;
}
.power-estimate-container__right-fields{

}
.power-estimate-container p{
    font-size: 20px;
    font-weight: 600;

    color: #1b1b1b;
    line-height: 1.1;
    margin: 30px 0 10px 30px;
}

.form-data{
    font-size: 20px;
    color: #1b1b1b;
}
.input-data{
    width: 80px;
    height: 35px;
    border: 1px solid #888;
    border-radius: 2px;
  /*  margin-left: 30px;  */
    padding: 5px;
    font-size: 18px;
    text-align: center;
}
.input-data:focus{
    border: 1px solid #0095cc;
}

.input-data.long {
    width: auto;
}

.power-estimate-get-result{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;

    max-width: 1320px;
    margin: 0 auto;
}
.get-result-add-info {
    margin: 30px 0 ;
}
.get-result-add-info p{
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
}
.get-result-add-info span{
    font-size: 24px;
    font-weight: 500;
}
.button-power-estimate{
    display: block;
    background: transparent;
    border: 1px solid #fff;
    width: max-content;
    height: 50px;
    border-radius: 2px;
    box-shadow: 0 0 1px;
    padding: 12px 24px;
    margin-top: 20px;

}
.button-power-estimate:hover, .button-power-estimate:active{
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button-power-estimate-text{
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.45;
}
.button-power-estimate-text:hover, .button-power-estimate-text:active{
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 560px){
    .power-estimate-container{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;

        margin: 20px auto 0;
    }
    .power-estimate-container p{
        font-size: 18px;
        margin: 10px 0 10px 10px;
    }
    .input-data{
        margin-left: 10px;
    }
    .get-result-add-info p{
        font-size: 20px;
        margin: 10px;
    }
    .get-result-add-info span{
        font-size: 22px;
        font-weight: 500;
    }
}

/*--BestsellersSlider--*/
.bestsellers-container{
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
.items-bestsellers{
    overflow: hidden;
}
.hor-grey-line-bestsellers{
    width: 80%;
    height: 1px;
    margin: 0 auto;
    background-color: #d2d2d2;
}
.hor-grey-line-bestsellers:last-child {
    display: none;
}

.item-bestsellers{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;

    border: 1px solid #bebebe;
    position: relative;
    padding: 10px 10px 20px 10px;
    margin: 10px;
}
.item-bestsellers:hover{
    box-shadow: 0 0 5px #bebebe;
}
.item-bestsellers__label-sale{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff0000;
    opacity: 60%;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.item-bestsellers__label-sale span{
    display: block;
    padding: 20px 8px;
}
.item-bestsellers__label-hit{
    position: absolute;
    top: 1%;
    left: 0;
    background-color: #0095cc;
    opacity: 70%;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
    width: max-content;
    height: 30px;
}
.item-bestsellers__label-hit span{
    display: block;
    padding: 0 15px;
}
.item-bestsellers__pic{
    margin-bottom: 10px;
/*    overflow: hidden;
    min-height: 150px; */

    display: table-cell;
    vertical-align: middle;
    height: 200px;
    text-align: center;
    width: 260px;
}
.item-bestsellers__description{
    margin: 10px 0;
}
.item-bestsellers__name{
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.45;
    margin: 10px 5px;
}
.item-bestsellers__area{
    font-size: 14px;
    color: #767676;
    line-height: 1.45;
    margin: 10px 5px;
}
.item-bestsellers__noise{
    font-size: 14px;
    color: #767676;
    line-height: 1.45;
    margin: 10px 5px;
}
.item-bestsellers__size{
    font-size: 14px;
    color: #767676;
    line-height: 1.45;
    margin: 10px 5px;
}
.item-bestsellers__temp{
    font-size: 14px;
    color: #767676;
    line-height: 1.45;
    margin: 10px 5px;
}

.item-bestsellers__price{
    margin-top: auto;
}
.item-bestsellers__price-old{
    font-size: 18px;
    font-weight: 600;
    color: #888888;
    text-align: center;
    text-decoration: line-through;
    line-height: 1.45;
}
.item-bestsellers__price-new{
    font-size: 22px;
    font-weight: 600;
    color: #002255;
    text-align: center;
    line-height: 1.45;
}

.item-bestsellers__button{
 	margin: 10px auto 0;
}

.button.button-bestsellers{
    width: 170px;
    padding: 12px;
    line-height: 1;
    font-weight: 500;
}

@media screen and (max-width: 320px){
    .button.button-bestsellers{
        width: 150px;
        padding: 12px 6px;

    }
}

/*--Dealer--*/
.dealer-container{
    display: grid;

    grid-template-columns: repeat(5, auto);
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
.item-dealer {
    border-right: 1px solid #bebebe;
    border-bottom:  1px solid #bebebe;
    overflow: hidden;
    padding:20px 40px;
}

.item-dealer:nth-child(5n){
    border-right: none;
}


@media screen and (max-width: 560px){
    .item-dealer{
        padding: 5px;
    }
}

/*--Steps--*/
.steps-container{
    display: grid;
    gap: 25px;

    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;

    justify-content: center;

    max-width: 1320px;
    margin: 0 auto;
}
.item-steps{
    position: relative;
}
.item-steps__pic{
    position: absolute;
    top: 0;
    left: 0;
}
.item-steps__title{
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    text-align: left;
    margin-left: 70px;
    padding-top: 5px;
}

.item-steps__title a:link, .item-steps__title a:visited {
    color: #1b1b1b;
    text-decoration: underline;
}

.item-steps__title a:hover, .item-steps__title a:active {
    color: #0095CC;
    text-decoration: none;
}


.item-steps__description{
    font-size: 16px;
    color: #1b1b1b;
    text-align: left;
    margin-left: 70px;
    margin-bottom: 20px;
    line-height: 1.45;
    padding-right: 35px;
}
.hor-green-line{
    width: 70px;
    height: 5px;
    margin: 20px 0 20px 70px;
    background-color: #81d742;
}

@media screen and (max-width: 860px){
    .steps-container{
        display: grid;
        gap: 0px;

        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .item-steps__description{
        padding-right: 5px;
    }
}


@media screen and (max-width: 560px){
    .steps-container{
        display: grid;
        gap: 5px;

        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .hor-green-line{
        width: 70px;
        height: 5px;
        margin: 10px 0 10px 70px;
        background-color: #81d742;
    }
}
/*--Case--*/

.case-container{
    display: grid;
    gap: 20px;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
.item-case__photo{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.item-case__photo-big{
    width: 100%;
    height: 100%;

}
.item-case__photo-big img{

    object-fit: contain;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.item-case__photo-small{
    display: grid;
    gap: 5px;

    grid-template-columns: repeat(7,auto);
    grid-template-rows: auto;
}
.item-case__photo-small{
    width: 100%;
    height: 100%;
}
.item-case__photo-small img{
    object-fit: cover;
    overflow: hidden;
}
.item-case-text{

}
.item-case-text h3{
    font-size: 22px;
    font-weight: 600;
}
.item-case-text h5{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    padding: 0;

}
.item-case-text p{
    font-size: 16px;
    line-height: 1.45;
    padding-bottom: 5px;

}
.item-case-text ul{

}
.item-case-text li{
    font-size: 16px;
    list-style-type: none;
    padding: 0 0 5px 30px;
}
.item-case-text li:before{
    color: #002255;
    font-weight: bolder;
    content: "\25cf";
    padding-right: 10px;
}

@media screen and (max-width: 860px){
    .case-container{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;

        padding: 0 10px;
        overflow: hidden;
    }
    .button.case-button{
        margin: 0 auto;
    }
}
@media screen and (max-width: 560px){
    .case-container{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;

        padding: 0 10px;
        overflow: hidden;
    }
    .button.case-button{
        margin: 0 auto;
    }
}
/*--SchemesSlider--*/
.schemes-container{
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
.items-schemes{
    overflow: hidden;
}
.item-schemes{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    min-width: 0;

    margin: 10px;
}
.item-schemes__pic{
    margin-bottom: 10px;
    overflow: hidden;
}
.item-warranty__description{
    font-size: 16px;
    color: #1b1b1b;
    text-align: left;
    line-height: 1.45;
    margin: 10px 5px;
}

/*--Price--*/

.price-container{

}
.item-price__mob-text{
    display: none;
}
.items-price{
    display: grid;

    grid-template-columns: 20% 80%;
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 0 auto 50px;
    background-color: #fff;
}
.item-price__img:hover {
    opacity: 80%;
}
.item-price__values{
    display: grid;

    grid-template-columns: 50% 50%;
    grid-template-rows: auto;

    width: 100%;
    margin: 0 auto;
}
.item-price__value{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #f4f4f4;
    text-align: center;
}
.item-price__value p{
    font-size: 52px;
    font-weight: 600;
    color: #767676;
}
.item-price__value span{
    font-size: 28px;
}
.area{
    font-size: 20px;
}
.cost{
    font-size: 26px;
    font-weight: 600;
    color: #002255;
    margin-bottom: 10px;
}

@media screen and (max-width: 860px){
    .items-price{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;
        margin: 0 auto 20px;
    }
    .item-price__img{
        background-color: #0095cc;
    }
    .item-price__mob-text{
        display: block;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin: 15px;
    }
    .item-price__img img{
        display: none;
    }
    .area{
        padding: 15px 5px 0 5px;
    }

}
@media screen and (max-width: 560px){
    .items-price{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;
        margin: 0 auto 20px;
    }
    .item-price__img{
        background-color: #0095cc;
    }
    .item-price__mob-text{
        display: block;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin: 15px;
    }
    .item-price__img img{
        display: none;
    }
    .item-price__value p{
        font-size: 30px;
    }
    .item-price__value span{
        font-size: 20px;
    }
    .area{
        font-size: 14px;
        padding: 10px 5px 0 5px;
    }
    .cost{
        font-size: 18px;
    }

}
@media screen and (max-width: 320px){
    .items-price{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;
    }
    .item-price__img{
        background-color: #0095cc;
    }
    .item-price__mob-text{
        font-size: 18px;
        margin: 10px;
    }
    .item-price__img img{
        display: none;
    }
    .item-price__value p{
        font-size: 26px;
    }
    .item-price__value span{
        font-size: 18px;
    }
    .area{
        font-size: 14px;
        padding: 5px 5px 0 5px;
    }
    .cost{
        font-size: 16px;
    }
}

/*--Payment--*/

.payment-container{
    display: grid;

    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 0 auto;
}
.item-payment{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item-payment img{
    margin: 0 auto;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}
.item-payment__info{
    position: relative;
    margin: 30px 0;
}
.item-payment__info-title{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0 100px;
}
.item-payment__info-text{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    margin: 40px 0 0 100px;
}
.item-payment__info-icon img{
    max-width: 80px;
    height: auto;
    overflow: hidden;
}
@media screen and (max-width: 860px){
    .payment-container{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        margin: 0 auto;
    }
    .item-payment-big-img{
        display: none;
    }
}
@media screen and (max-width: 560px){
    .payment-container{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        margin: 0 auto;
    }
    .item-payment img{
        margin: 5px;
    }
    .item-payment__info{
        margin: 10px 0;
    }
}
@media screen and (max-width: 480px){
    .payment-container{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        margin: 0 auto;
    }
    .item-payment__info-title{
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 0 100px;
    }
    .item-payment__info-text{
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;

        margin: 30px 0 0 100px;
    }
}
/*--Form--*/
.block-form{
    max-width: 100%;
}
.form-color{
    background: #002255;
}
.form-container{
    height: 200px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1320px;
    margin: 0 auto;
}
.item-form{
    align-self: center;
}
.item-form__text{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    line-height: 1.45;
}
.item-form__add-text{
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.45;
}
.big-button-text{
    color: #fff;
}

@media screen and (max-width: 860px){
    .form-container{
        height: 150px;
    }
    .item-form__text{
        font-size: 28px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 720px){
    .form-container{
        height: auto;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 25px;
    }
    .item-form{
        align-self: center;
    }
    .item-form__text{
        font-size: 22px;
        text-align: center;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 480px){
    .button.button-form{
        padding: 12px;
    }
}
/*--AboutCompany--*/
.about-company-container{
    max-width: 1320px;
    margin: 0 auto;
}

.item-about-company{
    display: grid;
    gap: 30px;

    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.item-about-company__pic{
    max-height: auto;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}

.item-about-company__text{
    font-size: 18px;
    line-height: 1.45;
}
.item-about-company__text p{
    margin: 0 0 15px 0;
}

.benefit-numbers-container{
    display: grid;
    gap: 30px;

    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;

    max-width: 1320px;
    margin: 30px auto 0;
    overflow: hidden;
}
.item-benefit{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}
.item-benefit__numder{
    font-size: 50px;
    font-weight: bold;
    color: #002255;
    line-height: 1.45;

}
.item-benefit_description{
    font-size: 18px;
    text-align: center;
    color: #1b1b1b;
    line-height: 1.45;

}

@media screen and (max-width: 960px){
    .item-about-company{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;

        max-width: 1320px;
        margin: 0 auto 20px;
        overflow: hidden;
    }
    .benefit-numbers-container{
        display: grid;
        gap: 30px;

        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;

        max-width: 1320px;
        margin: 30px auto 0;
        overflow: hidden;
    }
    .item-benefit{
        flex-basis: 280px;
    }

}
@media screen and (max-width: 720px){
    .item-about-company{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;
        padding: 0;
        margin: 0 15px;
    }
    .item-about-company__pic{
        display: none;
    }
}
@media screen and (max-width: 560px){
    .item-about-company__text{
        font-size: 16px;
    }
    .benefit-numbers-container{
        display: grid;
        gap: 10px;

        grid-template-columns: repeat(2, auto);
        grid-template-rows: auto;

    }
    .item-benefit__numder{
        font-size: 34px;
        font-weight: bold;
        color: #002255;
        line-height: 1.45;

    }
    .item-benefit_description{
        font-size: 14px;
        text-align: center;
        color: #1b1b1b;
        line-height: 1.45;

    }

}
/*--Gallery--*/
.gallery-container{
    display: grid;
    gap: 5px;

    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
    justify-content: center;


    margin: 0 auto;
    overflow: hidden;
}
.item-gallery{


}
.item-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 560px){
    .gallery-container{
        display: grid;
        gap: 5px;

        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        justify-content: center;


        margin: 0 5px;
        overflow: hidden;
    }
}
/*--Reviews--*/
.reviews-container{

}
.items-reviews{
    max-width: 1140px;
    margin: 0 auto;
}
.items-reviews__video{
    display: grid;
    gap: 10px;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;

    justify-content: center;
    margin: 0 auto 10px;
}
.items-reviews__video-two{
    display: grid;
    gap: 10px;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;

    justify-content: center;
}
.item-reviews__video video{
    max-width: 565px;
}
.item-reviews__video-two video{
    width: 277px;
    max-height: 485px;
}

@media screen and (max-width: 860px){
    .item-reviews__video video{
        max-width: 430px;
        margin: 0 auto;
    }
    .item-reviews__video-two video{
        width: 210px;
        max-height: 350px;
        margin: 0 auto;

    }
}
@media screen and (max-width: 560px){
    .items-reviews__video{
        display: grid;
        gap: 5px;

        grid-template-columns: 1fr;
        grid-template-rows: auto;

        justify-content: center;
        margin: 0 auto 10px;
    }
    .items-reviews__video-two{
        display: grid;
        gap: 5px;

        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;

        justify-content: center;

    }
    .item-reviews__video video{
        max-width: 410px;
        margin: 0 auto;
    }
    .item-reviews__video-two video{
        width: 200px;
        max-height: 350px;
        margin: 0 auto;

    }
}
@media screen and (max-width: 380px){
    .item-reviews__video video{
        max-width: 380px;
        margin: 0 auto;
    }
    .item-reviews__video-two video{
        width: 190px;
        max-height: 335px;
        margin: 0 auto;

    }
}
@media screen and (max-width: 320px){
    .item-reviews__video video{
        max-width: 320px;
        margin: 0 auto;
    }
    .item-reviews__video-two video{
        width: 155px;
        max-height: 275px;
        margin: 0 auto;

    }
}
/*--WarrantySlider--*/
.warranty-container{
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
.items-warranty{
    overflow: hidden;
}
.item-warranty{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;

    margin: 10px;
}
.item-warranty__pic{
    margin-bottom: 10px;
    overflow: hidden;
}
.item-warranty__description{
    font-size: 16px;
    color: #1b1b1b;
    text-align: left;
    line-height: 1.45;
    margin: 10px 5px;
}
/*--TeamSlider--*/
.team-container{
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
.items-team{
    overflow: hidden;
}
.item-team{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;

    margin: 10px;
}
.item-team__pic{
    border-radius: 2px;
    margin-bottom: 30px;
    overflow: hidden;

}
.item-team__name{
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 1.45;

}
.item-team__experience{
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 10px;
}
.item-team__skills{
    font-size: 16px;
    text-align: left;
    line-height: 1.45;
}
.hor-line{
    width: 70px;
    height: 5px;
    margin: 15px 0;
    background-color: #81d742;
}
/*--Faq--*/
.faq-container{
    display: grid;

    grid-template-columns: 1fr;
    grid-template-rows: auto;

    max-width: 960px;
    margin: 0 auto;
}
.title-phone:link, .title-phone:visited{
    display: inline-block;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
}
.title-phone:hover, .title-phone:active{
    display: inline-block;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    text-decoration: underline;
}
.item-faq-container__question{
    width: 100%;
    height: auto;

}
.item-faq-container__question-text{
    position: relative;
    width: 100%;
    font-size: 20px;
    color: #1b1b1b;
    padding: 25px;
    line-height: 1.45;
}
.item-faq-container__question-text span{
    position: absolute;
    top: 15%;
    right: 0;
    padding-right: 25px;
    cursor: pointer;
    font-size: 40px;
    color: #1b1b1b;
}
.item-faq-container__answer{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    padding: 25px;
    line-height: 1.45;
}
@media screen and (max-width: 560px){
    .item-faq-container__question-text{
        padding: 20px 55px 20px 20px;
    }
}

/*--OfferRepeat--*/


.repeat-screen{
    background: url('/assets/offer-repeat.jpg') center center/cover no-repeat;
    height: 85vh;
    margin: 0 auto;
}

.repeat-screen-container{
    max-width: 1320px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0 auto;

}
.repreat-screen-offer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    color: #000;
    line-height: 1.4;
}
.repreat-screen-title{
    font-size: 36px;
    font-weight: 700;
    max-width: 700px;
    margin: 0 0 20px 0;
}
.repreat-screen-description{
    font-size: 18px;
}
.repreat-screen-description li{
    list-style-type: none;
    margin: 0 0 20px 0;
    background: url('/assets/ul-li-item.png') top left no-repeat;
    padding: 0 0 0 35px;
}
.repreat-screen-btns{
    display: flex;
}
.button.repreat-screen-button{
    margin-right: 15px;
}

@media screen and (max-width: 560px){
    .repeat-screen{
        background: #f4f4f4;
    }
    .repreat-screen-offer{
        color: #000;
        margin: 0 10px;
    }
    .repreat-screen-title{
        font-size: 24px;
    }
    .repreat-screen-description{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .repreat-screen-description li{
        margin: 0 0 5px 0;
    }
    .repreat-screen-btns{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .button.repreat-screen-button{
        width: 350px;
        margin-bottom: 10px;
        padding: 12px 6px;
        margin-right: 0;
    }
}
@media screen and (max-width: 360px){
    .button.repreat-screen-button{
        width: 320px;
    }
    .button.repreat-screen-button-text{
        font-size: 16px;
    }
}
@media screen and (max-width: 320px){
    .repreat-screen{
        height: 100vh;
    }
    .repreat-screen-offer{
        margin: 10px;
        padding-bottom: 0;
    }
    .repreat-screen-title{
        font-size: 20px;
    }
    .repreat-screen-description{
        font-size: 14px;
    }
    .repreat-screen-btns{
        display: flex;
        flex-direction: column;
    }
    .button.repreat-screen-button{
        width: 300px;
        margin-bottom: 5px;
        padding: 14px 3px;
    }
    .button.repreat-screen-button-text{
        font-size: 15px;
    }
    .repreat-screen-description li{
        margin: 0 0 5px 0;
    }

}
/*--Footer--*/
.map-contacts{
    display: grid;

    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;

    justify-content: center;
}
.footer-item-map{
    height: 480px;
}
.footer-item-info{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    color: #242d35;
    height: 100%;
    padding: 60px 0px 60px 90px;
    line-height: 1.45;
    overflow: hidden;
}
.footer-item__company-name{
    font-size: 32px;
    margin-bottom: 10px;
}
.footer-item__company-info{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer-item__company-phone{
    text-decoration: none;
    color: #242d35;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-item__company-phone:hover{
    text-decoration: underline;
    color: #242d35;
    cursor: pointer;
    font-size: 40px;
    margin-bottom: 10px;
}
.footer-item__company-address{
    font-size: 16px;
    line-height: 1.5;
}
.footer-item__logo{
    max-width: 100%;
    max-height: 90px;
    overflow: hidden;
    margin: 10px 0px;
}
.footer-item__logo img{
    height: 100%;
    object-fit: contain;
}
.social-media__title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 20px 0 10px;
}
.social-media__icons{
    display: grid;
    gap: 15px;

    grid-template-columns: repeat(3, 30px);
    grid-template-rows: auto;
    justify-content: left;
}
.footer_copyright{
    text-decoration: none;
    background: #0e3263;
    color: #fff;
    padding: 60px 0 30px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    font-weight: 300;
}
.footer_copyright a{
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 860px){
    .map-contacts{
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: auto;

        justify-content: center;
        width: 100%;
        height: auto;
    }
    .footer-item-info{
        padding: 15px;
        overflow: hidden;
    }
}
@media screen and (max-width: 560px){
    .footer-item__company-name{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .footer-item__company-phone{
        font-size: 32px;
    }
    .social-media{
        text-align: center;
        margin: 0 auto;
    }
    .social-media__icons{
        display: grid;
        gap: 40px;

        grid-template-columns: repeat(3, 50px);
        grid-template-rows: auto;
        justify-content: center;
    }
}
@media screen and (max-width: 560px){
    .footer-item__company-phone{
        font-size: 28px;
    }

}


/* ------------------------------------------------------------------------------------ */
.page-header {
    background: #fff;
}

#scroll_top_link:link, #scroll_top_link:visited {
    height: 48px;
    width: 48px;
    position: fixed;
    right: 60px;
    bottom: 30px;
    background: #0095CC;
    border-radius: 100%;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#scroll_top_link:hover, #scroll_top_link:active {
    background: #00B4F5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}

#calc_table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.td_divider {
    border-left: 1px solid #888;
}

#calc_table td {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.1;
}

#calc_table td.label {
    width: 35%;
    text-align: left;
}

#calc_table td.input {
    width: 15%;
    text-align: left;
}

#calc_table td.text-center {
    text-align: center;
}

.repreat-screen-description {
    max-width: 700px;
}

.sub-menu__list a {
    font-size: 14px;
    padding: 0 5px;
}

.pretty_table {
    width: 100%;
}

.pretty_table td {
    padding: 5px;
    font-size: 18px;
}

.inputtext, .inputtextarea {
    border: 1px solid #666;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 6px;
}

.inputtext:focus, .inputtextarea:focus {
    border-color: #0e3263;

}

.popup-window-titlebar h2 {
    text-align: center;

}

.price-link:link, .price-link:visited {
    font-size: 18px;
    text-decoration: underline;
    color: #222;
    display: inline-block;
}

.price-link:hover, .price-link:active{
    text-decoration: none;
}

.bottom-menu-mobile {
    height: 80px;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999999;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%)
}

.bottom-menu-mobile div {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 0;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    align-content: center;
    position: relative;
}
.bottom-item a {
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.bottom-cart-count {
    top: -15px;
    min-width: 16px;
    height: 15px;
    line-height: 16px;
    font-size: 0.667em;
    padding: 0 5px;
    right: -15px;
    width: unset;
    left: unset;
    position: relative;
    margin: -11px 0px 0;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    box-shadow: none;
    align-items: center !important;
    background: #0088bb;
}
.bottom-item span {
    display: flex;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    align-items: flex-end;
}

.bottom-item .svg {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media (min-width: 769px) {
    .bottom-menu-mobile{
        display: none;
    }
}
@media (max-width: 769px)
{
    #scroll_top_link:link, #scroll_top_link:visited {
        right: 10px;
        bottom: 100px;
    }
    .footer-container {
        padding-bottom: 80px !important;
    }
    .item-bestsellers__pic {
    height: 145px;
}
.item-bestsellers__name {
    font-size: 15px;
}
.item-bestsellers__price{
    margin-top: 0px;
}
.dealer-container {
    grid-template-columns: repeat(4, auto);
}
.item-dealer {
    padding: 5px;
    height: 50px !important;
}
.main-container img {
    max-width: 101% !important;
}
.item-dealer a{
    display: flex;
    justify-content: center; /*Центрирование по горизонтали*/
    align-items: center; 
}
.item-dealer:nth-child(5n) {
    border-right: 1px solid #bebebe !important; 
}
}
.item-bestsellers__area {
  display: flex;
  justify-content: space-between;
      height: 23px;
      margin: 0 0;
}

.dots {
  align-self: flex-end;
}
.area-value{
    color: black;

}
.item-bestsellers__name {
    font-size: 16px;}

@media(min-width: 1100px) {
    .preloader {
        display: none!important;
    }
}
@media(max-width: 560px) {
	.footerx-bottom {
padding-bottom: 84px !important;
}
    .first-screen {
        height: auto!important;
        padding: 115px 0 20px 0!important;
    }
}