.container {
    max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	font-family: 'Montserrat',Arial,sans-serif;
	box-sizing: border-box;
}

.container *, .container :after, .container :before {
	box-sizing: border-box;
	word-break: normal;
}

.container ul, .container ul>li {
    list-style: none;
}

.container ul {
	padding: 0 !important;
	margin: 0;
}

.without-scrolling {
    overflow-y: hidden;
    position: relative;
}

@media (max-width: 1199px) {
	.container {
		max-width: 960px;
		padding: 0 10px;
	}
}

@media (max-width: 959px) {
	.container {
		max-width: 640px;
	}
}

@media (max-width: 639px) {
	.container {
		max-width: 480px;
	}
}

@media (max-width: 479px) {
	.container {
		max-width: 320px;
	}
}


/* modal prices */
.uc-modal-pop .t-popup__container {
    background: none !important;
    right: 0 !important;
    left: 0 !important;
}
.uc-modal-pop .t396__filter {
    cursor: pointer;
}
.uc-modal-pop .t-popup {
    padding: 0 !important;
}
.tn-atom .t-form__errorbox-wrapper, .tn-form__errorbox-popup , .t-form-success-popup {
    z-index: 9999999 !important;
}


/* header */

.header {
    background: #F5F4F3;
    padding-top: 15px;
    box-sizing: border-box;
}
.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    display: flex;
    align-items: flex-end;
}
.header__logo img {
    margin-right: 20px;
}
.header__logo-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}
.header__nav-close {
    display: none;
}
.header__nav>ul {
    display: flex;
    margin-bottom: 15px;
}
.header__nav>ul>li {
    padding: 0 25px;
}
.header__nav>ul>li:first-of-type {
    padding-left: 0;
}
.header__nav>ul>li:last-of-type {
    padding-right: 0;
}
.header__nav>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #000 !important;
}
.header__nav>ul>li>a:hover {
    text-decoration: underline !important;
}
.header__phone {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin-bottom: 14px;
}
.header__phone:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.header__phone:hover:before {
    display: none;
}
.header__nav-button {
    display: none;
}

@media (max-width: 1199px) {
    .header__logo-text {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .header__logo img {
        margin-right: 8px;
        height: 45px;
    }
    .header {
        padding-top: 7px;
    }
    .header__phone {
        font-size: 14px;
    }
    .header__nav>ul>li {
        padding: 0 20px;
    }
    .header__nav>ul>li>a {
        font-size: 13px;
    }
    .header__nav>ul {
        margin-bottom: 10px;
    }
    .header__phone {
        margin-bottom: 10px;
    }
}

@media (max-width: 959px) {
    .header__nav {
        position: fixed;
        top: -100vh;
        left: 0;
        height: 100vh;
        width: 100%;
        background: #454552;
        z-index: 999;
        overflow-y: auto;
    }
    .header__nav.nav-open {
        top: 0;
        transition: 0.3s;
    }
    .header__nav>ul {
        display: block;
        padding: 0 30px;
    }

    .header__nav-button {
        display: block;
        margin-top: auto;
        width: 34px;
        height: 34px;
        background: #33333B;
        position: relative;
    }
    .header__nav-button:before {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 14px);
        height: 3px;
        background: #fff;
        top: 7px;
        left: 7px;
    }
    .header__nav-button:after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 14px);
        height: 11px;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        top: 15px;
        left: 7px;
    }
    .header__nav-close {
        display: block;
        position: absolute;
        top: 16px;
        right: 19px;
        width: 30px;
        height: 30px;
    }
    .header__nav-close:before,
    .header__nav-close:after {
        content: '';
        display: block;
        position: absolute;
        top: 14px;
        left: -4px;
        background: #fff;
        height: 1px;
        width: 38px;
        transform: rotate(-45deg);
    }
    .header__nav-close:after {
        transform: rotate(45deg);
    }
    .header__nav>ul {
        padding-top: 124px !important;
        margin: 0 auto;
        width: fit-content;
    }
    .header__nav>ul>li {
        padding: 0 !important;
        margin-bottom: 17px;
    }
    .header__nav>ul>li>a {
        font-weight: bold;
        font-size: 20px;
        color: #fff !important;
    }
}

@media (max-width: 479px) {
    .header__logo img {
        margin-right: 5px;
        height: 40px;
    }
    .header__logo-text {
        font-size: 12px;
        line-height: 1.14;
    }
    .header__phone {
        font-size: 12px;
        margin-bottom: 5px;
    }
}


/* equipments */

.equipments {
    padding-top: 135px;
    overflow: hidden;
}
.equipments__heading {
    font-weight: 600;
    font-size: 46px;
    line-height: 1.16;
    margin-bottom: 45px;
}
.equipments__content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.equipments__item {
    width: 278px;
    height: 283px;
    background: #F5F4F3;
    padding: 35px;
    position: relative;
    margin: 0 8px 16px;
    transition: 0.3s;
}
.equipments__item:nth-child(n + 9) {
    display: none;
}
.equipments__item:hover {
    background: #333333;
}
.equipments__item:hover .equipments__item-text {
    color: #fff;
}
.equipments__item--other {
    background: #333333 !important;
}
.equipments__other-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 10px;
}
.equipments__item--other p:first-of-type {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
}
.equipments__item--other p:last-of-type {
    font-size: 11px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
.equipments__item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.35;
    color: #33333C;
    transition: 0.3s;
}
.equipments__item img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.equipments__more {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    padding-left: 30px;
    margin: 40px auto 0;
    width: fit-content;
    cursor: pointer;
}
.equipments__more:before,
.equipments__more:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    height: 2px;
    width: 15px;
    background: #333;
}
.equipments__more:after {
    transform: rotate(90deg);
}

.equipments--opened .equipments__item {
    display: block !important;
}
.equipments--opened .equipments__more:after {
    display: none;
}

.equipments__other-form .t396__elem {
    left: 0 !important;
}


@media (max-width: 1199px) {
    .equipments__item {
        width: 302px;
    }
    .equipments__item:nth-child(n + 7) {
        display: none;
    }
}

@media (max-width: 959px) {
    .equipments__heading {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .equipments {
        padding-top: 55px;
    }
    .equipments__item-text, .equipments__other-title {
        font-size: 16px;
    }
    .equipments__item {
        height: 278px;
    }
    .equipments__item:nth-child(n + 5) {
        display: none;
    }
}

@media (max-width: 639px) {
    .equipments__item {
        height: 110px;
        width: 100%;
        margin-bottom: 7px;
    }
    .equipments__item img {
        width: 80px;
        transform: unset;
        left: auto;
        right: 20px;
    }
    .equipments__more {
        margin-top: 30px;
    }
    .equipments__item--other {
        height: auto;
    }
}

@media (max-width: 479px) {
    .equipments__item {
        padding-left: 30px;
    }
    .equipments__item-text {
        display: block;
        max-width: 135px;
    }
}


/* discount */
.uc-discount input[type=tel] {
    background: rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 639px) {
    .uc-discount .t396__carrier {
        background-position: right -330px top 50% !important;
    }
}


/* work */

.work {
    background: #F5F4F3;
    padding-top: 145px;
}
.work__heading {
    font-weight: 600;
    font-size: 46px;
    line-height: 1.16;
    color: #33333C;
    margin-bottom: 50px;
}
.work__slider-wrap {
    position: relative;
    padding: 0 34px;
}
.work__slider {
    position: relative;
    overflow: hidden;
}
.work__slider-wrap .swiper-button-prev, .work__slider-wrap .swiper-button-next {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 25px;
    cursor: pointer;
    outline: none;
}
.work__slider-wrap .swiper-button-prev:after, .work__slider-wrap .swiper-button-next:after {
    color: #333333;
    font-size: 24px;
}
.work__slider-wrap .swiper-button-prev {
    left: 0;
    right: auto;
}
.work__item {
    background: #fff;
    padding: 30px 20px 30px 30px;
    display: flex;
    align-items: center;
}
.work__item-img {
    margin-right: 20px;
}
.work__item-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.16;
    color: #33333C;
}

@media (max-width: 1199px) {
    .work__item {
        flex-direction: column;
        padding: 30px;
        height: 280px !important;
    }
    .work__item-img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .work__item-text {
        width: 315px;
    }
}

@media (max-width: 959px) {
    .work {
        padding-top: 80px;
    }
    .work__heading {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .work__item-text {
        font-size: 14px;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .work__slider-wrap {
        padding: 0 120px;
    }
    .work__slider-wrap .swiper-button-prev, .work__slider-wrap .swiper-button-next {
        width: 120px;
        height: 100%;
        display: flex;
    }
}

@media (max-width: 639px) {
    .work__slider-wrap {
        padding: 0 42px;
    }
    .work__slider-wrap .swiper-button-prev, .work__slider-wrap .swiper-button-next {
        width: 42px;
        height: 100%;
        display: flex;
    }
    .work__slider-wrap .swiper-button-prev {
        justify-content: flex-start;
    }
    .work__slider-wrap .swiper-button-next {
        justify-content: flex-end;
    }
}

@media (max-width: 479px) {
    .work__slider-wrap {
        padding: 0 25px;
    }
    .work__item-img {
        width: 100%;
    }
    .work__item-text {
        width: auto;
    }
    .work__item {
        padding: 20px;
        height: auto !important;
    }
    .work__slider-wrap .swiper-button-prev, .work__slider-wrap .swiper-button-next {
        width: 25px;
    }
}


/* reviews */

.reviews {
    background: #F5F4F3;
    padding: 170px 0;
}
.reviews__heading {
    font-weight: 600;
    font-size: 46px;
    line-height: 1.16;
    color: #33333C;
    margin-bottom: 65px;
}
.reviews__slider-wrap {
    position: relative;
    padding: 0 42px;
}
.reviews__slider {
    position: relative;
    overflow: hidden;
}
.reviews__slider-wrap .swiper-button-prev, .reviews__slider-wrap .swiper-button-next {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 25px;
    cursor: pointer;
    outline: none;
}
.reviews__slider-wrap .swiper-button-prev:after, .reviews__slider-wrap .swiper-button-next:after {
    color: #333333;
    font-size: 24px;
}
.reviews__slider-wrap .swiper-button-prev {
    left: 0;
    right: auto;
}
.reviews__item {
    background: #333333;
    padding: 40px 50px 55px;
    height: auto !important;
    display: flex;
    flex-direction: column;
}
.reviews__item-autor {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.reviews__item-autor-img {
    border-radius: 50%;
    margin-right: 50px;
}
.reviews__item-autor-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
.reviews__item-text {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
}
.reviews__item-stars {
    width: 108px;
    height: 20px;
    background: url("https://static.tildacdn.com/tild3138-3063-4437-a134-346431323634/star.png") left/contain repeat-x;
    margin-top: auto;
}

@media (max-width: 959px) {
    .reviews__heading {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .reviews {
        padding: 75px 0 60px;
    }
    .reviews__item {
        padding: 40px;
    }
    .reviews__item-autor-name {
        font-size: 14px;
    }
    .reviews__item-text {
        font-size: 16px;
    }
    .reviews__item-autor-img {
        width: 65px;
        height: 65px;
        margin-right: 20px;
    }
    .reviews__slider-wrap .swiper-button-prev, .reviews__slider-wrap .swiper-button-next {
        width: 42px;
        height: 100%;
        display: flex;
    }
    .reviews__slider-wrap .swiper-button-prev {
        justify-content: flex-start;
    }
    .reviews__slider-wrap .swiper-button-next {
        justify-content: flex-end;
    }
}

@media (max-width: 479px) {
    .reviews__slider-wrap {
        padding: 0 24px;
    }
    .reviews__slider-wrap .swiper-button-prev, .reviews__slider-wrap .swiper-button-next {
        align-items: flex-start;
        top: 0;
        transform: unset;
        padding-top: 165px;
        width: 24px;
    }
    .reviews__item-text {
        font-size: 15px;
    }
}

.t-title-text > div > b {
    color: #0a63c7;
}

