.slick-arrow-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    font-size: 30px;
    color: #f1c40f;
    cursor: pointer;
}
.slick-prev {
    left: -40px; /* можешь подогнать под свой контейнер */
}
.slick-next {
    right: -40px;
}
.box-works-content-outer {
    position: relative; /* для позиционирования стрелок внутри */
}


.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3000;
    margin: 0;
    padding: 0;
    max-width: 1920px;
}
.header-fixed-mob {
    position: fixed;
    background-color: #fff;
    width: calc(100% - 2rem);
    top: 0;
    z-index: 3000;
    margin: 0;
    padding: 0;
    max-width: 100%;
    transition: all 400ms linear;
}
.container-1720 {
    max-width: 1752px;
    padding: 0 1rem;
    width: 100%;
    margin: 0 auto;
}

.container-1920_2 {
    background-color: #FAFCFE;
    padding: 1rem 2rem;
    margin: 0 auto;
}

.box-name {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #3F3F3F;
    text-align: center;
}

#goTop {
    position: fixed;
    bottom: 90px;
    right: 20px;
    cursor: pointer;
    display: none;
    opacity: 1;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    background: #f1c40f url(/assets/images/arrow-up.svg) center no-repeat;
}

/* header */
.header-outer {
    position: relative;
}


.header-item {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0.4rem 1rem;
    box-sizing: content-box;
}

.header-content-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.header-content-textname {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: baseline;
    flex: 1;
    min-width: 8rem;
    max-width: 25%
}

.header-content-outer>div {
    padding: 0 0.2rem;
}

.header-btn-hamburger-outer {
    display: none;
    width: 25px;
    height: 25px;
    margin: 0.5rem 0.7rem 0 0;
    justify-content: flex-end;
    align-items: center;
}
.header-btn-hamburger-outer img{
    max-width: 150px;
}
.header-hamburger-item {
    position: relative;
    width: 15px;
    background: #4F4F4F;
    border-radius: 2px;
    height: 4px;
}

.header-hamburger-item::before {
    position: absolute;
    content: "";
    background: #4F4F4F;
    border-radius: 2px;
    height: 4px;
    top: -7px;
    right: 0;
    width: 24px;
}

.header-hamburger-item::after {
    position: absolute;
    content: "";
    background: #4F4F4F;
    border-radius: 2px;
    height: 4px;
    top: 7px;
    right: 0;
    width: 7px;
}

.header-img-text-context {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
    line-height: 19px;
}

.img-logo-h {
    padding-top: 0.2rem;
        width: 8rem;
    display: block;
    margin: auto;
}

.header-content-text {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    max-width: 30rem;
    margin-bottom: 0.1rem;
}

.header-content-text-box_adress {
    color: #F1C40F;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
    /* margin-top: 2.5rem; */
}

.header-contacts-name_phone {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.header-operator_setimob-outer {
    flex: 1;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-width: 5rem;
}

.header-operator_setimob-outer>a {
    padding: 0.2rem;
}
.header-content-contacts {
    min-width: 10.5rem;
    /* max-width: 25%; */
}
.header-btn-mob-price-item {
    background-color: #F1C40F;
    border: none;
    color: #000;
    padding: 12px 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    line-height: 110%;
}

.header-btn-price_mob-outer {
    min-width: 9rem;
}

.header-contacts-phone_item {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.header-contacts-phone_item span {
    color: #F1C40F;
    transition: all 180ms linear;
}

.header-contacts-phone_item:hover,
.header-contacts-phone_item:hover span {
    color: #34495e;

}

.img-contacts-item {
    margin-right: 0.5rem;
}

.header-contacts-btn {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    /* margin-top: 1rem; */
    background-color: transparent;
    border: none;
    text-decoration: underline;
}

.header-operator-name {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.header-operator_seti-outer {
    display: flex;
    justify-content: flex-ftart;
    align-items: center;
    max-width: 6rem;
    margin-top: 0.4rem;
}
.header-operator_seti-insta img {width: 45px;}
.header-operator_seti-viber img {width: 27px;}
.header-operator_seti-telegram img  {width: 25px;}
    


.header-operator_seti-name,
.header-operator_setimob-name {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    max-width: 4.5rem;
    display: inline-block;
}

.header-operatior_seti-time {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    
}
.header-operatior_seti-time-text {
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-operatior_seti-name-text {
    color: #F1C40F;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin: 1rem 0.3rem 0;
    display: inline-block;
}

.header-operators-mob-outer {
    width: 100%;
    order: 4;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.geader-btn-price-item {
    display: block;
    background-color: #F1C40F;
    border: 1px solid transparent;
    padding: 11px 14px;
    border-radius: 8px;
    color: #34495e;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    /* margin-top: 34px; */
    transition: all 180ms linear;
}

.geader-btn-price-item:hover,
.geader-btn-price-item:active {
    color: #34495e;
    background-color: #fff;
    border-color: #F1C40F;
}

.header-btn-mail-item {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    transition: all 180ms linear;
}

.header-btn-mail-item:hover {
    color: #F1C40F;
    text-decoration: revert;
}

.header-navigation-outer {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 50px;
}

.header-nav-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    margin: 0;
}

.header-nav-item li:not(:last-child) {
    border-right: 1px solid #DDDDDD;
}

.header-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #EEEEEE;
    flex: 1;
    text-align: center;
    list-style: none;
    padding: 0%;
    cursor: pointer;
    transition: all 240ms linear;
}

.header-nav-list a {
    color: #3F3F3F;
   font-style: normal;
    font-weight: 400;
    padding: 13px 2px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 103%;
    text-decoration: none;
    transition: all 180ms linear;
}

.header-nav-list:hover {
    background-color: #dbdada;

}

.header-nav-list:hover a {
    color: #34495e;
}

.header-navigation-mob-outer {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vh;
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 3100;
    padding: 1.5rem;
}

.header-navigation-mob-name-outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
}

.header-navigation-mob-close {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    border: none;
    background-color: transparent;

}

.header-navigation-mob-close:active::after,
.header-navigation-mob-close:active::before {
    background-color: #34495e;
}

.header-navigation-mob-close::before,
.header-navigation-mob-close::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 5px;
    background-color: #000;
    transition: all 240ms linear;
}

.header-navigation-mob-close::before {
    top: 12px;
    left: 0;
    transform: rotate(45deg);
}

.header-navigation-mob-close::after {
    top: 12px;
    right: 0;
    transform: rotate(-45deg);
}

.header-navigation-mob-ul {
    padding: 0%;
    margin-top: 1.5rem;
}

.header-navigation-mob-li {
    list-style: none;
    margin-bottom: 1.3rem;
    ;
}

.header-navigation-mob-ul-box-show {
    display: none;
}

.header-navigation-mob-li-box-show {
    list-style: none;
    margin: 1rem 0;
}

.header-navigation-mob-link,
.header-navigation-mob-link-box-show {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.navigation-mob-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-mob-btn-content {
    width: 30px;
    height: 100%;
    transition: all 400ms linear;
}

.btn-show-acnive {
    transform: rotate(180deg);
}

.navigation-mob-btn-content img {
    display: block;
    width: 16px;
    height: 100%;
    margin: auto;
    max-height: 100%;
}

/* end header */
#cubeCanvas {
    transition: all 180ms linear;
    transform: scale(0.8);
    width: 100%;
    min-width: 35rem;
    height: clamp(320px, 40vw, 570px);
    display: block;
    background: transparent;
    cursor: grab;
}
/* modal */
.modal-page-one-form-out {
    margin: 1rem;
}
.control-label {
    margin: 0.5rem 0.5rem 0.2rem;
}
.modal-page-one-btn-out {
        display: flex;
    justify-content: flex-end;
    align-items: center;
   
}
.modal-page-one-btn {
    display: block;
    background-color: #F1C40F;
    border: 1px solid transparent;
    padding: 16px 18px;
    border-radius: 8px;
    color: #34495e;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 34px;
    transition: all 180ms linear;
}
.modal-page-one-btn:hover {
        color: #34495e;
    background-color: #fff;
    border-color: #F1C40F;
}
/* end modal */

.w-double-column-rew {
   display: flex;
    justify-content: space-around;
    gap: 1rem;
}

.images-reviews-bg-out {
        overflow: hidden;
    position: relative;
}
.image-slider-reviews-img-item {
    max-width: 100%;
    display: block;
    margin: auto;
    height: auto;
    border-radius: 8px;
}
.content-reviews-outer {
    display: none;
}

.page-rewiews-slider-bg-out {
    overflow: hidden;
    max-width: 500px;
    margin: auto;
    padding: 6rem;
}
.image-slider-reviews-slide {
    grid-column: 1/2;
    grid-row: 1/3;
    /* overflow: hidden;
    border-radius: 50%;
    max-height: 41rem; */
}
.name-reviews-outer {
    grid-column: 2/4;
    grid-row: 1/2;
    padding-top: 0.5rem;
}
.descr-reviews-outer {
    grid-column: 2/4;
    grid-row: 2/3;
    margin-top: -1rem;
        line-height: 120%;
}
.content-reviews-slides-all {
    display: none;
}
.image-slider-reviews-slide-out {
    padding: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
}
.image-slider-reviews-slide-out {
    margin: 0rem 1rem;
}
.swiper-slide .image-slider-reviews-slide-out {
    border: 2px solid transparent;
}
.swiper-slide-active .image-slider-reviews-slide-out {
    border-color: #F1C40F;
    border-radius: 8px;
}
.reviews-avatar-img{
    border-radius: 10px;
}
.reviews-left{
        position: relative;
}
.catalog-list {
    position: sticky;
    top: 3rem;
}


.s-catalog{
    margin: 7rem 0;
}
.left{float:left;}
.close{display:inline-block;color:#202020;position:relative;right:0;top:0;}
.close{position:absolute;top:0;right:0;display:block;width:25px;height:25px;content:"";cursor:pointer;float:right;margin:0;}
.close:after,.close:before{display:block;width:25px;height:1px;background-color:#202020;content:"";-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:13px;right:0px;}
.close:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.close:hover:before,.close:hover:after{background-color:red;}
.mobile-name{display:none;font-size:20px;text-align:center;position:relative;padding:15px 33px;}
.mobile-name._catalog{background-color:#404040;color:#fff;}
.mobile-name .close{top:12px;right:8px;}
.mobile-name .close:after,.mobile-name .close:before{background-color:#fff;}
.w-double-column>.left{width:230px;padding-bottom:20px;}
.w-double-column>.middle{width:calc(100% - 230px);padding-right:30px;float:left;padding-bottom:20px;}
.w-double-column>.left+.middle{padding-left:30px;padding-right:0;}
.ul-catalog-list{box-shadow:0 0 5px rgba(150,150,150,0.2);margin-bottom:20px;padding-left: 0;}
.ul-catalog-list .li-catalog{border-bottom:1px solid #ececec;}
.ul-catalog-list a{color:#202020;}
.li-catalog .catalog__link{text-decoration:none;display:block;padding:10px 15px;text-decoration:none;background-color:#fff;}
.li-catalog.li-dropper{position:relative;list-style: none;min-width: 11rem;}
.li-catalog.li-dropper .catalog__link{padding-right:45px;}
.li-catalog._toggled .catalog__link{background-color:#ececec;color:#202020;}
.li-catalog._active>.catalog__link{background-color:#0776d5;color:#fff;}
.li-catalog .catalog__link:hover{background-color:#ececec;color:#202020;}
.li-catalog._active .catalog__link:hover{background-color:#404040;color:#fff;}
.reviews-content-right-out {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}
.reviews-content-right-item {
        position: sticky;
    top: 3rem;
}


.gallery-work-sliders-img-out {
        width: 500px;
    max-width: 100%;
    padding: 1rem 2rem;
}
.gallery-work-slide-img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}
.reviews-content-bg-left {max-width: 100%;}
.gallery-btn-link-out{margin-top:1rem;}
.reviews-wrapper-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.reviews-wrapper-title h4 a{margin:0;font-weight:900;font-size:30px;line-height:42px;letter-spacing:0.02em;color:#213D49;}
.reviews-wrapper{margin-bottom:90px;}
.reviews-wrapper-img-box{max-width:400px;max-height:480px;position:relative;}
.reviews-wrapper-img-box:after{content:"";position:absolute;width:227px;height:355px;top:-30px;left:-30px;background:#edf4fe;border-radius:10px;z-index:1;}
.reviews-wrapper-img-box a{display:block;position:relative;z-index:2;}
.reviews-wrapper-img-box img{width:100%;}
.reviews-wrapper-text{margin-left:30px;}
.reviews-wrapper-review{gap:4rem;margin-top:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
@media (max-width: 1440px){
.reviews-wrapper-img-box:after{top:-10px;left:-10px;}
}
@media (max-width: 1320px){
.reviews-wrapper-img-box:after{display:none;}
}
@media (max-width: 992px){
    .reviews-wrapper-text{width: calc(100% - 500px);}
    .reviews-wrapper-review {
        flex-wrap: wrap;
    }
    .gallery-work-sliders-img-out {
            max-width: 100%;
    width: 100%;
    margin: 5rem 0rem;
    padding: 1rem 3rem;
    }
}
@media (max-width: 767px){
.reviews-wrapper-review{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.reviews-wrapper-text{margin-left:0px;width:100%;}
.gallery-work-sliders-img-out {margin: 0;}
.reviews-wrapper-img-box{margin-bottom:20px;}
}
@media (max-width: 600px){
.reviews-wrapper-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.page-rewiews-slider-bg-out{
    padding: 3rem;
}
    
}
@media (max-width: 425px){
/* .reviews-wrapper-text{display:none;} */
.reviews-wrapper-img-box{/* max-width:100%; *max-height:100%;margin-bottom:60px;}
.reviews-wrapper{/* margin-bottom:120px; */}
.reviews-wrapper-title h4{font-size:18px;line-height:25px;}
.reviews-wrapper-review{margin-top:40px;}
}





@media (max-width: 1450px){
.container{width:100%;padding:0 20px;}
.container.wide{width:100%;padding:0 20px;}
}
@media (max-width: 1190px){
.w-double-column>.left+.middle{padding-left:20px;}
}
@media (max-width: 980px){
.s-catalog .w-double-column>.left+.middle{padding-left:0;}
.w-double-column>.middle{width:100%;padding-left:0px;padding-right:0;}
.w-double-column>.left{width:100%;}
.w-catalog-left{display:none;position:fixed;left:0;top:0;z-index:6;max-width:340px;width:100%;height:100vh;overflow:auto;background-color:rgba(255,255,255,0.99);transition:ALL 0.2s ease;-webkit-transition:ALL 0.2s ease;-moz-transition:ALL 0.2s ease;-o-transition:ALL 0.2s ease;}
.w-catalog-left{display:block;left:-100%;}
.mobile-name._catalog{display:block;}
.ul-catalog-list{box-shadow:none;}
.li-catalog .catalog__link{background-color:transparent;}
.ul-catalog-list .li-catalog{border-bottom:1px solid rgba(150,150,150,0.1);}
.li-catalog._toggled .catalog__link{background-color:rgba(150,150,150,0.2);}
.li-catalog._active._toggled .catalog__link{background-color:#0776d5;color:#fff;}
}
@media (max-width: 760px){
.s-catalog {margin: 3rem 0;}
}
.li-catalog._active>.catalog__link{background-color:#fff!important;; 		    color:#202020!important;; 		    padding-left:30px;}
.li-catalog._active>.catalog__link:before{content:'';position:absolute;top:0;left:0;background-color:#F1C40F;height:100%;width:8px;}

.swiper-rewiews-out {
    position: relative;
    overflow: hidden;
}
.reviews-worck-container-item {
    margin-top: 10rem;
}
.reviews-worck-container-name-out {
        margin-bottom: 3rem;
}
.reviews-name-btn {
    color: #d21218;
}
.reviews-content-left-item-link img{border-radius: 10px;display: block;max-width: 100%;height: auto;margin: auto;}
.reviews-content-item{cursor: pointer;;display:flex;justify-content:space-between;flex-wrap:wrap;gap: 1rem;padding: 3rem 0;}
.reviews-content-left{width:40%;padding-right:1rem;}
.reviews-content-left-out{background:#EDF4FE;border-radius:10px;width:23rem;max-height:35rem;}
.reviews-content-left-item{padding:2.6rem 0 0 3.2rem;}
.reviews-content-right{
        max-width: calc(60% - 2rem);
    padding-left: 2rem;
    flex-shrink: 1;
    min-width: 30%;
}
.reviews-content-right-item-name {
        font-size: 1.3rem;
    padding-bottom: 1.5rem;
    font-weight: 500;
}
@media screen and (max-width: 1240px){
.reviews-content-left-item{padding:1.5rem 0 0 1rem;}
.reviews-content-left-item  img{max-width:100%;}
.reviews-content-left-out{width:100%;}
}
@media screen and (max-width: 575px){
.reviews-content-left,.reviews-content-right{width:100%;margin:1.5rem 0;padding:0;}
.reviews-content-right {max-width: 100%;}
.w-double-column-rew {flex-direction: column;}
.reviews-worck-container-item {margin-top: 4rem;}
}
@media screen and (max-width: 390px){
.reviews-content-right{padding:0;}
}
.container1440{max-width:1366px;}
a{text-decoration:none;transition:all 280ms linear;}
a:hover{color:#9b0a0e;}
.container-item{min-height:1rem;}
/*! CSS Used from: https://kingprom.by/assets/css/colored.css */
._tpl-red a{color:#ff131c;}
._tpl-red .li-catalog._active>.catalog__link{background-color:#ff131c;}
@media (max-width: 980px){
._tpl-red .li-catalog._active._toggled .catalog__link{background-color:#ff131c;}
}
._tpl-red .catalog__link{color:#202020;}
[class*="_tpl-"] .li-catalog._active>.catalog__link{color:#fff;}


/* slider */
.slider-outer {
    max-width: 1920px;
    margin: 0 auto;
}

.slider-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 655px;
}

.slider-content-outer {
        max-width: 668px;
    /* position: absolute;
    top: 150px;
    left: 100px;
    max-width: calc(100% - 8%); */
}



.slider-content-kub-outer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
        max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.slider-content-right-outer {
    transition: all 200ms linear;
    transform: scale(0.5);
}
.slider-content-right-outer:hover,
.slider-content-right-outer:active {
    transform: scale(1);
}
.slider-item-img {
    width: auto;
    height: 100%;
}

.slider-content {
   /*  width: 688px;
   max-width: 100%; */
}

.slider-name-h1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    max-width: 40rem;
    margin-bottom: 24px;
}

.slider-content-buttons-uslug {
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
}

.slider-content-buttons-li {
    list-style: none;
    background-color: #FAFCFE;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    color: #3F3F3F;
    padding: 0.7rem 1.6rem;
}

.slider-content-preims-outer {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-content: baseline;
    flex-wrap: wrap;
    margin: 12px 0 28px;
}

.slider-content-preim-li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    width: 300px;
    max-width: calc(50% - 24px);
    color: #fff;
    list-style: none;
    margin: 12px;
}

.slider-content-btn {
    background: #F1C40F;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid #F1C40F;
    color: #34495e;
    width: 225px;
    height: 50px;
    transition: all 240ms linear;
}

.slider-content-btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #F1C40F;
    color: #34495e;
}

/* end slider */
.swiper-one-gallery-foto-out  {
    overflow: hidden;
}
.reviews-arrows-item{display:flex;justify-content:flex-end;align-items:center;}
.reviews-arrows-right,.reviews-arrows-left{margin:0.3rem;}
.swiper-pagination{position:relative;color:#D21218;width:4rem;margin-top:1rem;}
@media screen and (max-width: 992px){
.reviews-arrows-right img,.reviews-arrows-left img{width:3rem;}
}
/* premium */
.box-name-premium-name {
    margin: 4rem 0 2.5rem;
}

.box-premium-content-outer {
    display: flex;
    justify-content: flex-start;
    align-content: baseline;
    align-items: baseline;
    flex-wrap: wrap;
    max-width: 1470px;
    margin: 1rem auto;
    padding: 0;
}

.box-premium-li {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    width: 50%;
    align-items: center;
    padding: 12px;
}

.box-premium-li img {
    margin-right: 1rem;
}

.box-premium-tabs-outer {
    margin: 2.7rem 0;
}

.nox-premium-tabs-name-outer {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #E0E0E0;
    padding: 0;
    border-radius: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
}

.box-premium-tabs-name-li {
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    list-style: none;
    text-align: center;
    color: #34495e;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    padding: 16px 1rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 240ms linear;
}

.box-premium-tabs-name-li:not(:last-child) {
    border-right: 1px solid #E0E0E0;
}

.box-premium-tabs-name-li:hover {
    border-color: #34495e;
    color: #F1C40F;

}



.premium-active-name {
    background: #F1C40F;
    color: #fff;
}

.premium-active-name:hover {
        border-color: #F1C40F;
    background: #F1C40F;
    color: #fff;
    /* border-color: #34495e;
    background: #fff;
    color: #34495e; */
}

.box-premium--contents-outer {
    margin: 40px 0 60px;
}

.box-premium-contents-list {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    color: #3F3F3F;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

.premium-active-content {
    display: flex;
}

.box-premium--content-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
    font-size: 24px;
    padding: 8px 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.box-premium--content-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
    gap: 0.8rem;
    font-size: 18px;
    padding: 14px 12px;
    font-weight: normal;
    /* margin-bottom: 12px; */
}

.box-premium--contents-outer .box-premium--content-li-backg:nth-child(2n) {
    background: #d8dee3;
}


.box-premium--content-li-weight {
    font-weight: 700;
    min-width: 7rem;
    text-align: right;
}

.box-premium-bottom-links-outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-premium-link-price-rass,
.box-premium-link-price-list {
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.box-premium-link-price-list {
    color: #3F3F3F;
    transition: all 180ms linear;
}

.box-premium-link-price-list:hover {
    color: #3989B6;
}

.box-premium-link-price-rass {
    background: #34495e;
    border: 1px solid #34495e;
    border-radius: 8px;
    max-width: 220px;
    padding: 16px 20px;
    margin-left: 40px;
    color: #34495e;
    width: 100%;
    transition: all 240ms linear;
}

.box-premium-link-price-rass:hover {
    border: 1px solid #34495e;
    background: #fff;
    color: #34495e;
}

/* end premium */

/* box uslugi */
.box-uslugi-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 2rem 0 0rem;
}

.list-bg-uslugi-link {
    display: block;
}

.box-uslugi-li {
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 5px 20px 40px rgba(0, 0, 0, 0.25);
    z-index: 3;
    transition: all 240ms linear;
}

.box-uslugi-li:hover {
    filter: brightness(1.2);
}

.box-uslugi-li-hidden {
    display: block;
}

.list-bg-uslugi-link {
    display: block;
    height: 300px;
    padding: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 5px 20px 40px rgb(0 0 0 / 25%);
}

.list-bg-uslugi-text_name {
    position: absolute;
    bottom: 40px;
    left: 2rem;
    font-style: normal;
    margin: 0%;
    font-weight: 600;
    font-size: 24px;
    max-width: 80%;
    color: #FFFFFF;
    line-height: 28px;
}

.btn-show-box {
    display: none;
    color: #34495e;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    border: none;
    background-color: transparent;
    margin: 2.5rem auto;
}

/* end box uslugi  */
/* box place priem */
.boxplace-priem-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.boxplace-priem-left {
    max-width: 60%;
    padding: 10rem 0 5rem;
}

.boxplace-priem-left-name {
    color: #3F3F3F;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 1.5rem;
}

.boxplace-priem-left-content {
    color: #7B828E;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}

.boxplace-priem-right {
    width: 40%;
    background-size: contain;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    margin-top: -41px;
}

/* end box place priem */
/* catal */
.catal-item-one{max-width:300px;height:300px;margin:auto;overflow:hidden;box-shadow:5px 20px 40px rgb(0 0 0 / 25%);border-radius:10px;position:relative;background-repeat:no-repeat;background-size:contain;background-position:center 0%;}
.catal-item-one-text-out{position:absolute;bottom:0;left:0px;color:#fff;font-weight:700;font-size:2rem;line-height:120%;padding:0.9rem 20px;width:100%;background-color:rgba(1, 1, 1, 0.64);}
.catal-item-one-text-out-name{font-style:normal;font-weight:700;font-size:1.1rem;line-height:110%;color:#FFFFFF;}
.catal-outer-one {margin: 2rem auto 3rem;}
/* end catal */
/* calcyliator */
.calkulyator-content-nametext {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #7B828E;
    margin-top: -1rem;
}

.calkulyator-form-group,
.calkulyator-form-contants-outer {
    padding: 1rem 0 2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.calkulyator-form-inp {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    border-radius: 8px;
    padding: 1rem 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 1rem 0.1rem;
    width: 250px;
    text-align: left;
    color: #3F3F3F;
    border: none;
}

.calkulyator-form-btn {
    background: #F1C40F;
    border: 1px solid #F1C40F;
    border-radius: 8px;
    max-width: 270px;
    padding: 0.75rem 24px;
    color: #34495e;
    width: 100%;
    transition: all 240ms linear;
}

.calkulyator-form-btn:hover {
    border: 1px solid #F1C40F;
    background: #fff;
    color: #34495e;
}

/* end calcyliator */
/*reviews*/
.reviews_block {
    margin-bottom: 15px;
}

.content-center {
    text-align: center;
    font-size: 18px;
    color: #7B828E;
    line-height: 21px;
}

.box-reviews-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;

    padding: 2rem 0 0rem;
}
.reviews-item-bg {
        margin: 2rem 0;
}
.reviews-item {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 25px;
    width: 100%;
    max-width: 488px;
    margin: 1rem auto;
    transition: all 240ms linear;
}

.reviews-item:hover {
    box-shadow: 0px 10px 25px rgb(0 0 0 / 42%)
}

.reviews-img img {
    width: 100%;
    height: auto;
}

.reviews-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-text {
    color: #3F3F3F;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.reviews-line {
    width: 2px;
    background-color: #F5F5F5;
    height: 50px;
}

.reviews-btn {
    margin-top: 2.5em;
}

.reviews-btn-item {
    width: 100%;
    display: block;
    border: 1px solid #F1C40F;
    border-radius: 8px;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    color: #34495e;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: all 240ms linear;
}

.reviews-btn-item:hover,
.reviews-btn-item:active {
    background-color: #F1C40F;
    color: #34495e;
}

.reviews-hr {
    margin-top: 2em;
    margin-bottom: 4rem;
}

.reviews-people-item {
    display: flex;
    align-items: center;
}

.reviews-people {
    padding-right: 20px;
}

.reviews-people-img {
    margin-right: 1.5em;
}

.reviews-people-name {
    color: #3F3F3F;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.reviews-people-content {
    margin-top: 2em;
    color: #7B828E;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px
}

/* end reviews*/
/* news */


.news-catal-card-right-date-out{
    color: #33333373;
    font-weight: 600;
    font-size: 1rem;
}

.news-catal-card-out{margin:1.6rem 0;}
.news-catal-card-link{color:#34495e;display:flex;justify-content:flex-start;gap:1.5rem;text-decoration:none;flex-direction:column;width:365px;max-width:100%;box-shadow:0 0 8px #00000069;border-radius:10px;padding:0.6rem 1rem;height:100%;min-height:650px;}
.news-catal-card-left-out img{max-width:100%;height:auto;display:block;margin:auto;}
.news-catal-card-left-out{max-width:100%;height:220px;display:flex;justify-content:center;align-items:center;}
.news-catal-card-right-out{flex:1;min-height:200px;}
.news-catal-card-right-descr-out{text-decoration:none;color:#333;margin:1rem 0;}
.rows-news-card-out{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.news-catal-card-out{margin:auto;max-width: 100%;}
@media (max-width: 575px){
.news-catal-card-link{flex-wrap:wrap;}
.news-catal-card-left-out,.news-catal-card-right-out{width:100%;max-width:100%;}
.news-catal-card-left-out img{display:block;margin:auto;}
}
/* end news */

.container_fa {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2rem 0;
    /* background-color: #FAFCFE; */
    background-color: #e8eaec;
}

.reviews_block_video {
    margin-bottom: 2em;
    margin-top: 20px;
}

.reviews-video-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.reviews-box-video-item {
    overflow: hidden;
    border-radius: 20px;
}

.reviews-box-video-item iframe {
    display: block;
    margin: auto;
    max-width: 100%;
}

.reviews-video-block {
    width: 600px;
    padding: 1rem;
    max-width: 100%;
}

.reviews-video-item {
    padding: 1rem;
    flex: 1;
    max-width: 100%;
}

.reviews-video-item-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #3F3F3F;
    margin-bottom: 1em;
}

.reviews-video-btn {
    width: 25%;
    margin-top: 2em;
}

.reviews-video-btn a {
    display: block;
    width: 100%;
    min-width: 13rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background: #34495e;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 16px 20px;
    text-decoration: none;
    color: #34495e;
    text-align: center;
}

.reviews-people-slider {
    width: calc(100% - 6rem);
    margin: auto;
}

.reviews-people-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 2em;

}

.reviews-people-slider .slick-dots li button {
    display: none;
}

.reviews-people-slider .slick-dots li::marker {
    color: #979797;
    font-size: 30px;
}

.reviews-people-slider .slick-dots li:hover {
    cursor: pointer;
}

.reviews-people-slider .slick-dots li {

    margin: 0px 5px;
    z-index: 100;
}

.reviews-people-slider .slick-dots .slick-active::marker {
    color: #34495e !important;
}

.slider-next:before {
    content: "\25E2";
    color: red;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: rotate(-45deg);
}

.slider-prev:before {
    content: "\25E2";
    font-size: 30px;
    color: red;
    top: 50%;
    position: absolute;
    left: -40px;
    transform: rotate(-225deg);
}

.slider-next,
.slider-prev {
    cursor: pointer;
}

.slider-prev-outer {
    position: absolute;
    left: -3rem;
    top: 40%;
    cursor: pointer;
}

.slider-next-outer {
    position: absolute;
    right: -3rem;
    top: 40%;
    cursor: pointer;
}

.another-reviews {
    display: flex;
    justify-content: center;
}

.another-reviews a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid transparent;
    padding: 16px 20px;
    background: #F1C40F;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    color: #34495e;
    text-decoration: none;
    transition: all 240ms linear;
}

.another-reviews a:hover {
    color: #34495e;
    background-color: #fff;
    border-color: #F1C40F;
}

/* .back_block{
    background-color: #FAFCFE;
    padding: 1rem 2rem;
    margin-top: 3em;
} */
.box-premium-tabs-all-btn {
        display: block;
    background-color: #F1C40F;
    border: 1px solid #F1C40F;
    padding: 11px 14px;
    border-radius: 8px;
    color: #34495e;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    /* margin-top: 34px; */
    transition: all 180ms linear;
    margin: 2rem auto;
}
.box-premium-tabs-all-btn:hover {
    
     background-color: #fff;
      color: #F1C40F;
}
/* faq */

.form-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-faq-outer {
    flex: 1;
    padding: 1rem;
    margin: 0 auto;
}

.form-faq {
    padding: 0 1.5rem 1.5rem;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgb(0 0 0 / 10%);
    border-radius: 8px;
    max-width: 577px;
}

.form-faq-img-item {
    margin: 1.5rem auto 10px;
    display: block;
}

.form-faq-left--name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #3F3F3F;
    max-width: 300px;
    margin-bottom: 20px;
    ;
}

.form-faq-left--textcontend {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #7B828E;
}

.form-faq-left--textcontend a {
    color: #4388FF;
}

.faq-content-outer {
    max-width: 60%;
    width: 100%;
    padding: 1rem;
}

.faq-content-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-content-name-item {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #3F3F3F;
    cursor: pointer;
    max-width: 87%;
    margin-right: 0.3rem;
}

.faq-content-textcontent {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7B828E;
}

.faq-content-name-icon-circle {
    position: relative;
    border: 1px solid #7B828E;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    display: block;
}

.faq-content-item {
    padding: 20px 0 14px;
    max-width: 950px;
    margin-left: auto;
}

.faq-content-item:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}

.faq-content-item .faq-content-name-icon-circle::before {
    position: absolute;
    content: "";
    background: #7B828E;
    border-radius: 2px;
    width: 14px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    transition: all 800ms linear;
}

.faq-content-open .faq-content-name-icon-circle::after {
    position: absolute;
    content: "";
    background: #7B828E;
    border-radius: 2px;
    width: 14px;
    transform: rotate(90deg);
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    transition: all 800ms linear;
}

/* end faq */
/* our works */
.box-works-tab-item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 1.5rem;
    padding: 0;
    min-width: 100%;
}

.box-works-all-tabs-outer {
   /*  padding: 1.5rem 0; */
    width: calc(100% - 100px);
    margin-left: 50px;
}

.box-works-tab-outer {
    max-width: 100%;
    overflow-x: auto;
}

.box-works-tab-link {
    list-style: none;
    padding: 8px 29px;
    min-width: max-content;
    background: #EAF1F8;
    border-radius: 30px;
    margin-right: 1rem;
    cursor: pointer;
    transition: all 240ms linear;
}

.box-works-tab-link:hover,
.box-works-tab-link:active {
    filter: brightness(0.92);
}

.box-works-content-cards-outer {
    padding: 1rem;
}

.works-tab-link-active {
    background-color: #34495e;
    color: #FFFFFF;
}

.box-works-content-item {
    padding: 0.5rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    min-width: auto;
}

.box-works-content-card-item {
    list-style: none;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    min-height: 27rem;
    max-width: 412px;
    overflow: hidden;
    margin: 1rem auto;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
}

.box-works-content-card-item-img-out {
    width: 100%;
    height: 219px;
}
.reviews-name-btn {
    text-align: right;
    display: block;
    margin-bottom:0.5rem ;
}
.box-works-content-card-item-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
}
.box-works-content-card-item-name-out {
    min-height: 58px;
}
.box-works-content-card-item-name {
    margin: 1.5rem 1rem 1.25rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #3F3F3F;
}

.box-works-content-card-item-textconten-out {
    padding: 0;
}

.box-works-content-card-item-textconten-out li {
    position: relative;
    list-style: none;
    font-weight: 400;
    font-size: 1rem;
    margin: 1.4rem 1rem;
    padding-left: 2.5rem;
    line-height: 19px;
    color: #3F3F3F;
}

.box-works-content-card-item-textconten-out li:first-child::before,
.box-works-content-card-item-textconten-out li:last-child::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    width: 24px;
    height: 24px;
    left: 0
}

.box-works-content-card-item-textconten-out li:first-child::before {
    background-image: url('/assets/images/box-work-ico-weight.svg');
    

}

.box-works-content-card-item-textconten-out li:last-child::before {
    background-image: url('/assets/images/box-worck-ico-city.svg');
}

.box-works-content-card-item-card-link {
    background: #F1C40F;
    box-shadow: 0px 20px 25px rgb(0 0 0 / 15%);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #34495e;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    margin: 1.5rem 1rem 1.5rem auto;
    width: 184px;
    height: 52px;
}
.box-works-content-card-item-card-link:hover {
        color: #34495e;
    background-color: #fff;
    border-color: #F1C40F;
}
/* end our worcks */
/* box-question */
.questions-item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.questions-outer {
    margin: 100px 0 0;
}

.questiuons-item-left {
    max-width: 35%;
    flex: 1;
}

.questions-item-left-img {
    max-width: 90%;
    height: auto;
}

.questions-item-right {
    max-width: 626px;
    padding-bottom: 7.5rem;
}

.question-item-right-form-left {
    padding-top: 60px;
}

.question-item-right-name {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #3F3F3F;
}

.question-item-right-textcontent {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #7B828E;
    max-width: 94%;
    margin-left: 1rem;
}

.question-item-right-textcontent::after {
    position: absolute;
    content: "";
    width: 142px;
    top: 4rem;
    right: -1rem;
    height: 85px;
    background-image: url(/assets/images/icon-next_botton.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.question-item-inp {
    margin-bottom: 2rem;
}

.question-item-inp label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 8px;
}

.question-item-input {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 16px 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #BDBDBD;
    border: none;
    display: block;
    width: 90%;
    max-width: 386px;

}

.question-item-right-form-outer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 1rem;
}

.question-item-right-soch-out {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.question-item-btn-submit {
    background: #F1C40F;
    border-radius: 8px;
    width: 90%;
    max-width: 386px;
    border: none;
    color: #34495e;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 1rem;
    border: 1px solid transparent;
    margin: 28px auto 60px;
    transition: all 240ms linear;
}

.question-item-btn-submit:hover,
.question-item-btn-submit:active {
    color: #34495e;
    background-color: #fff;
    border-color: #F1C40F;
}

.question-item-icontextcontn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #7B828E;
}

.question-item-icontextcontn a {
    color: #7B828E;
    transition: all 240ms linear;
}

/* end box-question */
/* our preim  */
.our-premiun-content-outer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0 60px;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-bottom: 2rem;
}

.our-premium-one-box {
    max-width: 300px;
}

.our-premium-one-line-1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #3F3F3F;
    text-align: center;

}
.our-premium-one-textcontent {
    font-size: 0.9rem;
    line-height: 120%;
    text-align: center;
}
.our-premium-one-lime1-img {
    display: inline-block;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    max-width: 30%;
    height: auto;
}

/* end our preim  */
/*! CSS Used from: https://myz.by/assets/css/myz.css */
.tel a{color:#868687;}
.tel{line-height:4rem;}
.contacts-item{position:relative;}
.card-list{display:inline-block;margin:0rem 2rem 1rem 2rem;text-align:center;padding:0.3rem 1.7rem;color:#585858;font-size:0.9rem;background:linear-gradient(135deg, #ff6600 20%, #ffff00 70%);transition:all 180ms linear;}
.card-list:hover{text-decoration:none;color:#fff;filter:brightness(0.9);}
.tel a,.footer-mail,.footer-street{color:#ececec;font-size:1rem;}
/* .footer-mail::before{position:absolute;content:"";top:2px;left:0;width:19px;height:19px;background-image:url("https://myz.by/assets/images/icon-footer-mail.svg");background-repeat:no-repeat;background-position:center;background-size:cover;}
.footer-street::before{position:absolute;content:"";top:6px;left:0;width:19px;height:25px;background-image:url("https://myz.by/assets/images/icon-adress.svg");background-repeat:no-repeat;background-position:center;background-size:cover;}
 */

/* our llicense */

.our-license-content-outer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.our-license-img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto;
}

.our-license-content-list {
    margin: auto;
    width: 100%;
}

.slick-dots button {
    display: none;
}

.slick-dots li {
    list-style: none;
    background-color: transparent;
    border: 1px solid #F1C40F;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin: 0.3rem;
}

.slick-dots li.slick-active {
    background-color: #F1C40F;
    transform: scale(1.1);
}

/* end our license */

/* slick */
.slick-dots {
    margin: 2rem auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* end slick */
/* our clients */
.clients-and-partners-outer {
    max-width: calc(100% - 11rem);
    margin: auto;
}

.clients-and-partners-img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto;
}

/* end our clients */
.context-out img{
    max-width: 100%;
    height: auto;
}
/* expensive-and-speed */
.expensive-and-speed-outer {
    display: flex;
    justify-content: flex-start;
    align-content: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.expensive-and-speed-img {
    margin-right: 1rem;
    width: 10%;
}

.expensive-and-speed-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    width: 49%;
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7B828E;
}

/* end expensive-and-speed */
/* box news */
.box-news-outer {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.box-one-new-outer {
    margin: 0.5rem;
    width: 20rem;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: content-box;
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.15);
}
.box-one-new-link {
    display: block;
    text-decoration: none;
    transition: all 300ms linear;
}
.box-one-new-link:hover {
    transform: scale(1.03);
}
.box-one-new-img-outer img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.footer-item-col-ul-outer a {
    text-decoration: none;
}

.box-one-new-text {
    display: flex;
    justify-content: flex-start;
    margin: 0.3rem 0.7rem;
    align-items: center;
    min-height: 80px;
}

.box-one-new-text-name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    color: #3F3F3F;
}

.box-news-all-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3F3F3F;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 1rem auto 5rem;
    width: 100%;
}

/* end box news */
.slick-slide img {
    display: block;
}
.workers-out {
       overflow: hidden;
}

/* footer */
.footer-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 2rem;
    flex-wrap: wrap;
}

.footer-item-col {
    width: max-content;
}

.footer-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #3F3F3F;
    margin-bottom: 1.5rem;
}

.footer-item-col1-line-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #7B828E;
    margin-bottom: 0;
}

.footer-item-col-1-line-2,
.footer-item-col-1-line-2 a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #3F3F3F;
}

.footer-item-col-ul-outer {
    padding: 0px;
}

.footer-item-cil-list-one {
    list-style: none;
    margin-bottom: 1rem;
}

.footer-item-cil-list-one a {
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #7B828E;
    transition: all 180ms linear;
}

.footer-item-cil-list-one a:hover {
    color: #F1C40F;
}

/* end footer */



@media screen and (max-width: 1440px) {
    .box-uslugi-outer {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .list-bg-uslugi-link {
        /* height: 250px; */
        height: 110px;
    }

    .boxplace-priem-left {
        padding: 8rem 0 2rem;
    }

    .question-item-inp {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 1240px) {
    .header-content-textname {
        display: none;
    }
    .header-operatior_seti-name-text {
        display: none;
    }
    #cubeCanvas {min-width: 26rem;}

    .geader-btn-price-item {
        padding: 8px 10px;
        margin: 0.5rem 0;
        min-width: 10rem;
    }

    .header-operator_seti-outer {
        margin: 0.5rem 0 0.1rem;
    }

    .header-operator_seti-name {
        display: none;
    }

    .header-nav-list {
        padding: 0.5rem;
    }

    .question-item-right-textcontent::after {
        height: 70px;
    }
}

@media screen and (max-width: 992px) {
    .header-operatior_seti-time {
        display: none;
    }
   /*  .header-content-textname {
       display: block;
       max-width: 58%;
   } */
    .header-contacts-phone_item {
        font-size: 1rem;
        min-width: 9.2rem;
    }

    .header-content-text-box_adress {
        display: none;
    }

    .geader-btn-price-item {
        font-size: 0.9rem
    }
#cubeCanvas {min-width: inherit;}
.slider-content-kub-outer {
    flex-direction: column;
}
    .header-contacts-btn {
        margin-top: 0.8rem;
    }

    .header-nav-list {
        padding: 0.5rem 0.2rem;
        min-width: 7rem;
    }

    .header-nav-list a {
        font-size: 0.8rem;
    }

    .slider-content-outer {
        max-width: 100%;
       /*  left: 4%;
       top: 4%; */
    }
    .slider-content-preim-li {
        width: 100%;
    margin: 0.2rem;
    }

    .slider-name-h1 {
        font-size: 27px;
        line-height: 37px;
        margin-bottom: 20px;
    }

    .slider-content-buttons-li {
        font-size: 1rem;
        padding: 0.7rem 2rem;
    }

    .slider-content {
        width: 540px;
        max-width: 100%;
    }

    .list-bg-uslugi-text_name {
        font-size: 20px;
        left: 1.5rem;
        bottom: 30px;
        line-height: 24px;
    }

    .question-item-right-name {
        font-size: 1.8rem;
    }

    .boxplace-priem-left {
        padding: 3rem 0 3rem;
    }

    .form-faq-outer {
        width: 100%;
        order: 2;
    }

    .faq-content-name-item {
        font-size: 1.1rem;
    }

    .faq-content-outer {
        max-width: 100%;
    }

    .questions-item-right {
        width: 100%;
        order: 1;
        padding-bottom: 2.5rem;
        max-width: 100%;
    }

    .questiuons-item-left {
        min-width: 100%;
        order: 2;
    }

    .reviews-video-item {
        width: 100%;
        flex: none;
    }

    .reviews-video-block {
        margin: auto;
    }

    .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .clients-and-partners-outer {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header-outer {min-height: 80px;}
    .header-btn-hamburger-outer {
        display: flex;
    }
    .header-item {
            padding: 0.5rem 1rem;
    }
    .box-name-premium-name {
    margin: 2rem 0 2.5rem;
}
    /* .img-logo-h, */
    .header-contacts-btn,
    .header-btn-price_mail-outer,
    .header-operator_setimob-name {
        display: none;
    }
    .img-logo-h {
        width: 4rem;
    }
    .header-operators-outer {
        display: none;
        max-width: 25%;
    }
    
    .header-navigation-outer {
        display: none;
    }

    .header-content-outer {
        flex-wrap: wrap;
    }

    .header-content-textname {
        order: 3;
        width: 100%;
    }

.box-works-content-outer .slick-prev,
.box-works-content-outer .slick-next {display:none !important;}
.header-contacts-phone_item {
        font-size: 0.9rem;
        margin-top: 0.3rem;
    }
    .header-content-text {
        max-width: 100%;
    }
    .header-content-text-box_adress-mob {
        width: 49%;
    }
    .header-logo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .header-img-text-context {
        padding: 0;
        margin-top: 0.6rem;
    }
    .header-operator_setimob-outer {
            justify-content: flex-end;
    }
    
    .header-contacts-name_phone {
        margin: 0;
    }

    .header-operators-mob-outer {
        display: flex;
    }

    .slider-content-preim-li {
        max-width: 100%;
    }

    .box-name {
        font-size: 24px;
        line-height: 28px;
    }

    .box-premium--content-name {
        font-size: 20px;
        line-height: 23px;
    }

    .box-premium--content-li {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .image-slider-reviews-slide-out {
        display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    }
    .image-slider-reviews-slide {
        max-width: 35%;
    }
    .name-reviews-outer {
        max-width: 64%;
    }
    .box-uslugi-outer {
        grid-template-columns: 1fr 1fr;
    }

    .list-bg-uslugi-text_name {
      font-size: 1rem;
    left: 1rem;
    bottom: 20px;
    line-height: 120%;
    }

    .boxplace-priem-right {
        background-position: center;
        margin-top: 0;
    }

    .box-reviews-outer {
        grid-template-columns: 1fr;
    }

    .reviews-item {
        padding: 10px;
    }

    .reviews-video-content {
        flex-direction: column;
    }

    .reviews-video-item {
        padding-left: 0px;
    }

    .reviews-video-btn {
        width: 100%;
    }

    .expensive-and-speed-content {
        width: calc(50% - 0.5rem);
        line-height: 110%;
        flex-direction: column;
        border: 1px dotted;
        padding: 0.5rem;
    }

    .faq-content-item {
        padding: 1rem 0 0.7rem;
    }
    .nox-premium-tabs-name-outer {
        flex-wrap: wrap;
    }
    .box-premium-tabs-name-li:not(:last-child) {
        border-right: none;
    }
    .box-premium-tabs-name-li {
        padding: 1rem 0.2rem;
        width: 50%;
        flex: inherit;
        border: 1px dotted #0000000d;
    }
    .reviews-content-item {
        padding: 0rem 0;
    }
    .reviews-arrows-out {
        display: none;
    }
    .swiper-slide-active .image-slider-reviews-slide-out {
            grid-template-rows: 1fr 1fr 1fr;
    }
    .expensive-and-speed-img {
    margin: 1rem;
    width: 10%;
    min-width: 3rem;
}
    .descr-reviews-outer {
        margin: 0px 0.5rem;
        grid-column: 1 / 4;
    grid-row: 3 / 4;
    }
    .box-one-new-outer {
        margin: 0rem;
    width: calc(50% - 0.5rem);
    }
    .footer-item {
        padding: 10px 0 2rem;
    }
}

@media screen and (max-width: 575px) {

    .header-content-text-box_adress-mob,
    .header-contacts-name_phone,
    .header-operators-mob-outer {
        display: none;
    }

    .header-operator_setimob-name {
        display: block;
    }

    .header-operator_setimob-outer {
        min-width: 5rem;
    }

    .header-contant-contacts {
        flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    }
    
    .header-nav-list {
        min-width: 7.8rem;
    }

    .slider-content-preims-outer {
        flex-direction: column;
    }

    .slider-content-btn {
        width: 100%;
        max-width: 380px;
        margin: auto;
        display: block;
    }

    .slider-item {
       
        min-height: 10rem;
    }

    .slider-content-buttons-li {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }

    .box-premium-li {
        width: 100%;
    }

    .box-premium-link-price-rass {
        margin-left: 15px;
    }

    .box-uslugi-outer {
       /*  grid-template-columns: 1fr; */
    }

    .box-uslugi-li-hidden {
        display: none;
    }

    .btn-show-box {
        display: block;
    }

    .boxplace-priem-right {
        display: none;
    }

    .boxplace-priem-left {
        padding: 1rem 0 1rem;
        max-width: 100%;
    }

    .boxplace-priem-left-content {
        font-size: 1rem;
    }

    .boxplace-priem-left-name {
        font-size: 27px;
        line-height: 120%;
    }

    .question-item-right-textcontent::after {
        top: 7rem;
    }

    .questions-outer {
        margin: 3rem 0 0;
    }

    .container_fa {
        padding: 0.5rem 0;
    }
    .context-out img{
        width: 100%;
    
    }
    .question-item-right-soch-out {
        padding: 5rem 0;
    }

    .our-premium-one-line-1 {
        font-size: 1.2rem;
        text-align: center;
    }

    .our-premium-one-box {
                max-width: calc(50% - 0.5rem);
        border: 1px dotted;
        padding: 5px;
    }

    .our-premiun-content-outer {
        margin: 1rem 0;
        padding-bottom: 0rem;
    }
    .footer-item-col {
    width: 100%;
    margin: 1rem 0;
    }
    
}

@media screen and (max-width: 390px) {
    .header-contacts-phone_item {
        font-size: 1rem;
    }

    .header-img-text-context {
        font-size: 0.7rem;
    }

    .header-btn-price_mob-outer {
        min-width: 7.5rem;
    }

    .header-btn-mob-price-item {
        padding: 5px 10px;
    }

    .slider-content-buttons-li {
        padding: 0.5rem 0.5rem;
    }
}
@media screen and (max-width: 330px) {
    .img-logo-h {display:none;}
}