@charset "UTF-8";
.info__cards,
.provide__info-cards {
    -webkit-box-direction: normal;
    gap: 40px;
}
.info__cards,
.provide__info-cards,
.services-card {
    -webkit-box-direction: normal;
}
.factory::before,
.provide__info-title::before {
    color: var(--button-bg-color);
    opacity: 0.15;
    z-index: -1;
}
.provide {
    padding-top: 60px;
    padding-bottom: 50px;
}
.provide__advantage {
    margin-bottom: 70px;
}
.provide__advantage .advantage-img {
    min-width: 77px;
    -webkit-transform: translate(12%, -53%) scale(1.2);
    -ms-transform: translate(12%, -53%) scale(1.2);
    transform: translate(12%, -53%) scale(1.2);
}
.provide__info {
    position: relative;
    overflow: visible;
    aspect-ratio: 4/2;
}
.provide__info-title {
    max-width: 690px;
}
.provide__info-title::before {
    content: "O";
    position: absolute;
    left: -15%;
    top: -20%;
    font-size: 500px;
    line-height: 1;
    font-weight: 700;
}
.provide__info-image {
    position: absolute;
    width: 75%;
    right: 0;
    top: 45px;
    z-index: -1;
}
.product-card,
.services-card {
    position: relative;
    -webkit-box-orient: vertical;
}
.provide__info-image-img {
    width: 100%;
}
.services-items {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(210px, 258px));
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.services-card {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}
.services-card__image {
    position: absolute;
    top: -35px;
    width: 125px;
}
.services-card__title {
    color: var(--dark-color);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
}
.provide__info-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 960px) {
    .provide {
        overflow: hidden;
    }
    .provide__advantage .advantage-img {
        -webkit-transform: translate(0, 0) scale(1);
        -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    .provide__info {
        position: static;
        aspect-ratio: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .provide__info-title {
        max-width: 600px;
    }
    .provide__info-title::before {
        left: -2%;
        top: -10%;
        font-size: 500px;
    }
    .provide__info-image {
        position: relative;
        max-width: 870px;
        width: 100%;
        top: 35px;
    }
    .services-items {
        grid-template-columns: repeat(2, minmax(150px, 258px));
        row-gap: 50px;
    }
    .services-card__image {
        top: -15px;
    }
}
@media screen and (max-width: 540px) {
    .provide {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .provide__advantage .advantage {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .services-card__title {
        font-size: 16px;
    }
    .provide__info {
        position: static;
        aspect-ratio: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 35px;
    }
    .provide__info-title::before {
        left: -22%;
        top: -10%;
        font-size: 400px;
    }
    .services-items {
        row-gap: 20px;
    }
}
.info {
    padding-top: 50px;
    padding-bottom: 50px;
}
.info__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 65px;
}
.info-card {
    padding: 30px;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: minmax(300px, 470px) minmax(450px, 1fr);
    grid-template-areas: "video title" "video text";
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
}
.info-card:nth-child(even) {
    grid-template-columns: minmax(450px, 1fr) minmax(300px, 470px);
    grid-template-areas: "title video" "text video";
}
.info-card__video {
    grid-area: video;
    width: 100%;
    aspect-ratio: 1/0.5;
    border-radius: 5px;
    overflow: hidden;
}
.info-card__video-iframe {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
.info-card__text-title {
    grid-area: title;
    color: var(--main-title-color);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.info-card__text-description {
    grid-area: text;
    color: var(--dark-color);
    font-size: 20px;
}
.info__button {
    max-width: 420px;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .info-card,
    .info-card:nth-child(even) {
        max-width: 620px;
        padding: 30px;
        display: grid;
        grid-template-columns: minmax(auto, 470px);
        grid-template-areas: "title" "video" "text";
        row-gap: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .info-card__text-title {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .info-card__text-description {
        font-size: 18px;
    }
    .info-card__video {
        aspect-ratio: 2/1.1;
    }
}
@media screen and (max-width: 600px) {
    table {
        width: 100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }
    .tb_text td,
    .tb_text th {
        font-size: 14px;
    }
    h1,
    h2,
    h3,
    h4,
    .info-card__text-title {
        line-height: 1.5;
    }
}
@media screen and (max-width: 479px) {
	.tb_text td,
    .tb_text th {
        font-size: 12px;
    }
}
@media screen and (max-width: 479px) {
	.tb_text tr td:nth-child(1),.tb_text tr td:nth-child(4),
	.tb_text tr td:nth-child(5){
        width: 5%;
    }
    .tb_text tr td:nth-child(6){
    	width: 25%;
    }
    .tb_text tr td:nth-child(2),.tb_text tr td:nth-child(3){
    	width: 30%;
    }

}
@media screen and (max-width: 540px) {
    .info {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .info-card,
    .info-card:nth-child(even) {
        padding: 27px;
        row-gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .info-card__text-title {
        font-size: 20px;
    }
    .info-card__text-description {
        font-size: 16px;
    }
    .info__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        white-space: normal;
        line-height: 110%;
        padding: 27px 15px;
    }
}
.products {
    padding-top: 50px;
    padding-bottom: 120px;
}
.products__info {
    margin-bottom: 40px;
}
.products__info-title {
    margin-bottom: 50px;
}
.products__info-text {
    max-width: 520px;
}
.products__items {
    margin: 0 auto;
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(4, minmax(200px, 260px));
    grid-auto-rows: minmax(240px, 262px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-form__text,
.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
}
.product-card {
    padding: 23px 18px;
    display: flex;
    gap: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 240px;
    height: 100%;
    max-height: 262px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-card:first-child {
    background-image: url(../uploads/assets/images/products/vagon-doma.jpg);
    grid-column: span 2;
    grid-row: span 1;
}
.product-card:nth-child(2) {
    background-image: url(../uploads/assets/images/products/block-box.jpg);
}
.product-card:nth-child(3) {
    background-image: url(../uploads/assets/images/products/bitovki.jpg);
}
.product-card:nth-child(4) {
    background-image: url(../uploads/assets/images/products/modul-zdanie.jpg);
}
.product-card:nth-child(5) {
    background-image: url(../uploads/assets/images/products/korpmeb.jpg);
}
.product-card:nth-child(6) {
    background-image: url(../uploads/assets/images/products/post-ohrana.jpg);
}
.product-card:nth-child(7) {
    background-image: url(../uploads/assets/images/products/vodovoz.jpg);
}
.product-card:last-child {
    background-image: url(../uploads/assets/images/products/documen.jpg);
    grid-column: span 4;
    grid-row: span 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.factory-main,
.order-form__text,
.peculiarities {
    -webkit-box-orient: vertical;
}
.product-card:last-child .product-card__image {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.product-card:last-child .product-card__button {
    bottom: 30px;
    right: 30px;
}
.product-card__title {
    max-width: 350px;
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 1px 1px 5px #fff;
}
.product-card__image {
    max-width: 100%;
    height: 130px;
}
.product-card__image svg {
    width: 100%;
    height: 100%;
}
.product-card__button {
    font-size: 15px;
    width: 160px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 16px;
}
.factory,
.factory-main {
    position: relative;
}
@media screen and (max-width: 960px) {
    .products__items {
        max-width: 600px;
        gap: 15px;
        grid-template-columns: repeat(2, minmax(190px, 500px));
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .product-card:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }
    .product-card:last-child {
        grid-column: span 2;
    }
}
@media screen and (max-width: 540px) {
    .products {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .products__info {
        margin-bottom: 20px;
    }
    .products__info-title {
        margin-bottom: 25px;
    }
    .products__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-card:last-child {
        position: relative;
    }
    .product-card:last-child .product-card__image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .product-card:last-child .product-card__button {
        bottom: 16px;
        right: 10px;
    }
}
.order-form {
    padding-top: 50px;
    padding-bottom: 50px;
}
.order-form__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.order-form__title {
    grid-column: 1/3;
    grid-row: 1/2;
}
.order-form__title-subtitle {
    display: inline-block;
    max-width: 700px;
}
.order-form__text-title {
    grid-row: 2/3;
    max-width: 410px;
    justify-self: end;
    margin-bottom: 27px;
}
.order-form__text {
    justify-self: end;
    grid-row: 3/4;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 25px;
    max-width: 410px;
    margin-bottom: 27px;
    line-height: 115%;
}
.factory-main,
.order-form__form-card {
    display: -webkit-box;
    display: -ms-flexbox;
}
.order-form__form-card {
    position: relative;
    z-index: 9;
    padding: 15px 40px 50px;
    display: flex;
    margin-bottom: 70px;
}
.order-form__form-card-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transform: scale(1.3) rotate(-40deg);
    -ms-transform: scale(1.3) rotate(-40deg);
    transform: scale(1.3) rotate(-40deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}
.order-form__form-card-image-img {
    max-width: 100%;
}
.order-form__form {
    max-width: 400px;
    min-width: 360px;
}
@media screen and (max-width: 960px) {
    .order-form__text-title {
        grid-row: 2/3;
        max-width: 410px;
        justify-self: center;
    }
    .order-form__text {
        justify-self: end;
        grid-row: 2/3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 25px;
        max-width: 410px;
        line-height: 115%;
    }
    .order-form__form-card-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-transform: scale(1.3) rotate(-40deg) translate(4%, 18%);
        -ms-transform: scale(1.3) rotate(-40deg) translate(4%, 18%);
        transform: scale(1.3) rotate(-40deg) translate(4%, 18%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}
@media screen and (max-width: 770px) {
    .order-form__form-card,
    .order-form__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .order-form__form-card {
        margin-top: 50px;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .order-form__form-card-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-transform: scale(1) rotate(0) translate(0, -32%);
        -ms-transform: scale(1) rotate(0) translate(0, -32%);
        transform: scale(1) rotate(0) translate(0, -32%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .order-form__text,
    .order-form__text-title {
        max-width: 100%;
    }
    .order-form__text-title {
        grid-row: 2/3;
        justify-self: center;
        margin-bottom: 0;
    }
    .order-form__text {
        justify-self: center;
        grid-row: 3/4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .order-form__form {
        margin-top: -7%;
    }
}
@media screen and (max-width: 540px) {
    .order-form__form-card {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 20px;
    }
    .order-form__form {
        min-width: auto;
    }
}
.execution,
.factory {
    padding-top: 70px;
}
.execution,
.factory,
.peculiarities {
    padding-bottom: 50px;
}
.execution__title {
    margin-bottom: 50px;
}
.factory-main {
    margin-bottom: 60px;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
}
.factory::before {
    content: "2011";
    position: absolute;
    right: 2%;
    top: -68px;
    font-size: clamp(10.9375rem, 1.7045rem + 39.3939vw, 31.25rem);
    line-height: 1;
    font-weight: 700;
}
.factory__text {
    max-width: 400px;
    margin-left: 5%;
}
.factory__image {
    position: absolute;
    max-width: 400px;
    width: 100%;
    right: 10%;
    top: -8%;
    z-index: -1;
}
.factory__card {
    padding: 4% 5%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 30px;
}
.factory__card-advantages {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 56%;
    flex: 1 0 56%;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.factory__card-advantage {
    background-color: #f8f8fa;
    border: none;
}
.factory__card-text {
    max-width: 450px;
}
.factory__card-text > :not(:last-child) {
    margin-bottom: 30px;
}
.factory__card .swiper-slide {
    width: 100%;
    margin: 0;
}
.factory__card button.swiper-button-prev::after,
button.swiper-button-next::after {
    display: none;
}
.factory__card .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.factory-slider {
    margin-bottom: 50px;
}
.factory-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.factory-slider__slide-image {
    aspect-ratio: 1/0.7;
    max-width: 650px;
    width: 100%;
}
.factory-slider__slide-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
.certificates__item img,
.factory__stock-image img,
.test__image-img {
    -o-object-fit: cover;
    -o-object-position: center;
}
.factory-slider__slide-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    font-size: 18px;
    line-height: 130%;
    padding: 3% 5.6% 3% 3%;
}
.factory-slider__slide-text p:not(:last-child) {
    margin-bottom: 20px;
}
.factory__stock {
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
    background-image: url(../uploads/assets/images/factory-stock-fon.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: left;
}
.factory__stock-info {
    padding: 0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.factory__stock-text {
    padding-top: 40px;
    max-width: 360px;
}
.factory__stock-text p:not(:last-child) {
    margin-bottom: 40px;
}
.factory__stock-image {
    border-radius: 4px;
    overflow: hidden;
    width: 380px;
    height: 506px;
    aspect-ratio: 1/1;
}
.factory__stock-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.factory__stock-card {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.factory__card-link {
    color: var(--button-bg-color-hover);
    text-decoration: underline;
}
.factory__card-link:hover {
    color: var(--button-bg-color);
}
@media screen and (max-width: 960px) {
    .factory::before {
        top: 0;
    }
    .factory__image {
        max-width: 350px;
        right: 0;
    }
    .factory__card-advantage {
        text-align: center;
    }
    .factory__stock {
        background-position: top;
    }
    .factory__stock-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .factory__stock-text {
        padding-top: 0;
        max-width: 600px;
    }
    .factory__stock-card.factory__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .factory__stock-card-advantage {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: none;
        min-width: auto;
        width: 100%;
    }
    .factory__stock-image {
        border-radius: 4px;
        overflow: hidden;
        width: 100%;
        height: 100%;
        max-width: 500px;
        max-height: 666px;
    }
}
@media screen and (max-width: 770px) {
    .factory__card {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .factory__card-text {
        max-width: 100%;
    }
    .factory__card-advantages {
        margin: 0;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .factory-slider__slide-text {
        font-size: 15px;
    }
    .factory-slider__nav {
        display: none;
    }
}
@media screen and (max-width: 540px) {
    .factory__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }
    .factory__image {
        max-width: 250px;
        top: 10%;
    }
    .factory-slider__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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: start;
    }
    .factory-slider__slide-image {
        aspect-ratio: 1/0.3;
    }
    .factory__stock {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
    }
    .factory__stock-info {
        gap: 20px;
    }
    .factory__card-text > :not(:last-child),
    .factory__stock-text p:not(:last-child) {
        margin-bottom: 20px;
    }
    .factory__stock-card {
        bottom: -17%;
    }
}
.certificates {
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url(../uploads/assets/images/certificates-fon.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.certificates__container {
    max-width: 100%;
}
.certificates__title {
    line-height: normal;
    margin-bottom: 70px;
}
.certificates__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}
.certificates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: auto;
    height: 97vh;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.certificates__item img {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    border: 1px solid gray;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: -webkit-grab;
    cursor: grab;
}
.certificates__item.swiper-slide-active {
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}
.certificates__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.peculiarities,
.peculiarities__info {
    display: -webkit-box;
    display: -ms-flexbox;
    gap: 40px;
}
@media screen and (max-width: 540px) {
    .certificates {
        padding-bottom: 20px;
    }
    .certificates__item {
        width: auto;
        height: auto;
    }
}
.vagon-doma-specification .specification__image-img {
    padding-left: 0;
}
.vagon-doma-specification .circle-info {
    width: 28px;
    height: 28px;
}
.vagon-doma-specification .circle-info::after,
.vagon-doma-specification .circle-info::before {
    top: calc(50% - 14px);
    left: calc(50% - 14px);
}
.vagon-doma-specification .circle-info:nth-child(1) {
    left: 68%;
    top: 67%;
}
.vagon-doma-specification .circle-info:nth-child(2) {
    left: 48%;
    top: 12%;
}
.vagon-doma-specification .circle-info:nth-child(3) {
    left: 30%;
    top: 35%;
}
.vagon-doma-specification .circle-info:nth-child(3) .circle-info__content {
    top: 0;
    right: -170px;
    left: auto;
    bottom: auto;
    width: 300px;
    -webkit-transform-origin: 37% 0;
    -ms-transform-origin: 37% 0;
    transform-origin: 37% 0;
}
.vagon-doma-specification .circle-info:nth-child(4) {
    left: 20%;
    top: 62%;
}
.vagon-doma-specification .circle-info:nth-child(4) .circle-info__content {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.vagon-doma-specification .circle-info:nth-child(5) {
    left: 7%;
    top: 39%;
}
.vagon-doma-specification .circle-info:nth-child(5) .circle-info__content {
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.vagon-doma-specification .circle-info:nth-child(6) {
    left: 55%;
    top: 83%;
}
.vagon-doma-specification .circle-info:nth-child(6) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.vagon-doma-specification .circle-info:nth-child(7) {
    left: 28%;
    top: 75%;
}
.vagon-doma-specification .circle-info:nth-child(8) {
    left: 7%;
    top: 69%;
}
.vagon-doma-specification .circle-info:nth-child(9) {
    left: 90%;
    top: 79%;
}
.vagon-doma-specification .circle-info:nth-child(9) .circle-info__content {
    top: auto;
    left: auto;
    width: 300px;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.peculiarities {
    padding-top: 50px;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.peculiarities__title {
    margin: 0;
}
.peculiarities__info {
    padding: 0 5%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.peculiarities__info-text,
.peculiarities__info-video {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.peculiarities__info-text {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.peculiarities__info-video {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.peculiarities__info-video-text {
    content: "»";
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.peculiarities__info-video-text::after {
    content: "»";
    font-size: 22px;
    display: inline-block;
    margin-left: 5px;
}
.peculiarities__info-video-iframe {
    width: 100%;
    border-radius: 4px;
    aspect-ratio: 1/0.5;
}
.peculiarities .peculiarities__accordion {
    padding: 0 7%;
}
.vagon-doma-peculiarities .peculiarities__info {
    padding: 3.8% 4.5%;
}
.designs,
.test {
    padding-top: 60px;
    padding-bottom: 60px;
}
.designs__title {
    margin-bottom: 40px;
    text-align: center;
}
.designs .designs-slider {
    margin-bottom: 50px;
}
.designs .designs-slider__slide-image,
.fotogallery-layout .fotogallery-slider__slide-image {
    width: auto;
    height: 78vh;
    max-height: 800px;
    border-radius: 4px;
    overflow: hidden;
}
.designs .designs-slider__slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
}
.test {
    background-image: url(../uploads/assets/images/house-on-wheels-page/weather-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}
.test__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8%;
}
.test__image {
    -webkit-transform: scale(1.1) translateY(15px);
    -ms-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    max-width: 460px;
}
.test__image-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.test__info {
    max-width: 460px;
}
.test__info-title {
    margin-bottom: 20px;
}
.test__info-text.sub-title {
    margin-bottom: 40px;
}
.test__info-text {
    margin-bottom: 27px;
}
.test__info-button {
    width: 300px;
    height: 60px;
}
.company-info {
    padding-top: 50px;
    padding-bottom: 50px;
}
.company-info__title {
    margin-left: 4%;
    margin-bottom: 25px;
}
.company-info .peculiarities__info {
    padding-top: 4%;
    padding-bottom: 4%;
    margin-bottom: 35px;
}
.company-info__card-button {
    width: 300px;
    height: 60px;
    margin: 0 auto;
}
.house-on-wheels-specification .circle-info:nth-child(1) {
    left: 71%;
    top: 10%;
}
.house-on-wheels-specification .circle-info:nth-child(1) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.house-on-wheels-specification .circle-info:nth-child(2) {
    left: 78%;
    top: 16%;
}
.house-on-wheels-specification .circle-info:nth-child(2) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.house-on-wheels-specification .circle-info:nth-child(3) {
    left: 66%;
    top: 30%;
}
.house-on-wheels-specification .circle-info:nth-child(3) .circle-info__content {
    top: 0;
    right: -100px;
    left: auto;
    bottom: auto;
    width: 300px;
    -webkit-transform-origin: 66% 0;
    -ms-transform-origin: 66% 0;
    transform-origin: 66% 0;
}
.house-on-wheels-specification .circle-info:nth-child(4) {
    left: 70%;
    top: 53%;
}
.house-on-wheels-specification .circle-info:nth-child(4) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.house-on-wheels-specification .circle-info:nth-child(5) {
    left: 79%;
    top: 79%;
}
.house-on-wheels-specification .circle-info:nth-child(5) .circle-info__content {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
.house-on-wheels-specification .circle-info:nth-child(6) {
    left: 55%;
    top: 46%;
}
.house-on-wheels-specification .circle-info:nth-child(6) .circle-info__content {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.house-on-wheels-specification .circle-info:nth-child(7) {
    left: 46%;
    top: 37%;
}
.house-on-wheels-specification .circle-info:nth-child(8) {
    left: 50%;
    top: 11%;
}
.house-on-wheels-specification .circle-info:nth-child(9) {
    left: 41%;
    top: 68%;
}
.house-on-wheels-specification .circle-info:nth-child(9) .circle-info__content {
    top: auto;
    left: auto;
    width: 300px;
    bottom: 0;
    right: -160px;
    -webkit-transform-origin: 43% 100%;
    -ms-transform-origin: 43% 100%;
    transform-origin: 43% 100%;
}
.house-on-wheels-specification .circle-info:nth-child(10) {
    left: 22%;
    top: 51%;
}
.house-on-wheels-specification .circle-info:nth-child(11) {
    left: 30%;
    top: 61%;
}
.house-on-wheels-specification .circle-info:nth-child(11) .circle-info__content {
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.house-on-wheels-specification .circle-info:nth-child(12) {
    left: 36%;
    top: 35%;
}
.house-on-wheels-specification .circle-info:nth-child(13) {
    left: 28%;
    top: 44%;
}
.house-on-wheels-specification .circle-info:nth-child(14) {
    left: 25%;
    top: 31%;
}
@media screen and (max-width: 960px) {
    .peculiarities__info {
        gap: 25px;
    }
    .peculiarities__info-video {
        width: 60%;
    }
    .peculiarities__info-video-iframe {
        aspect-ratio: 1/0.6;
    }
    .peculiarities .peculiarities__accordion {
        padding: 0 7%;
    }
}
@media screen and (max-width: 770px) {
    .peculiarities__title {
        font-size: 30px;
    }
    .peculiarities__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 45px;
    }
    .peculiarities__info-text {
        width: 100%;
        gap: 20px;
    }
    .peculiarities__info-video {
        width: 100%;
    }
    .peculiarities__info-video-iframe {
        aspect-ratio: 1/0.5;
    }
    .test {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .test__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .test__image {
        margin-top: -60px;
        margin-left: auto;
        z-index: 1;
        -webkit-transform: scale(1.1) translateY(0);
        -ms-transform: scale(1.1) translateY(0);
        transform: scale(1.1) translateY(0);
    }
    .test__info {
        z-index: 2;
        max-width: 460px;
    }
    .test__info-text.sub-title {
        margin-bottom: 30px;
    }
    .test__info-text {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 540px) {
    .peculiarities__title {
        font-size: 26px;
    }
    .peculiarities__title .text-nowrap {
        font-size: 20px;
        color: var(--dark-color);
    }
    .peculiarities__info-video-text {
        white-space: nowrap;
        font-size: 14px;
    }
    .peculiarities__info-video-text::after {
        font-size: 20px;
    }
}
.fotogallery-layout {
    margin: 50px 0;
}
.fotogallery-layout .fotogallery-swiper-top {
    /*height: 90vh;
    width: 100%;*/
    display: flex;
    overflow: hidden;
    position: relative;
}
.fotogallery-layout .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fotogallery-layout .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.fotogallery-layout .fotogallery-swiper-bottom {
    height: 190px;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
.fotogallery-layout .fotogallery-swiper-bottom .swiper-slide {
    overflow: hidden;
    border-radius: 4px;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.fotogallery-layout .fotogallery-swiper-bottom .swiper-slide-thumb-active {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
}

.tb_text td, .tb_text th{padding: 5px 7px; border: 1px solid #ccc;}

h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.btn-cost {
  margin: 0 auto 40px;
  text-align: center;
}

.masonry { 
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}


@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}


.tableRWD{
    display:table;
    font-size:17px;
    color:#666666;
    margin:10px 0;
    width: 100%;
}

.table-headRWD{
     display: table-header-group; 
}

.table-headRWD .columnRWD{ 
    background:turquoise;
    color:#000;
    border-right:1px solid #fff;
    border-bottom:none;
    text-align: left !important;
    font-weight: 600;
}

.table-headRWD .column:hover{ 
    background:#222222;
}

.rowRWD {
    display:table-row; 
}

.rowRWD .columnRWD:nth-child(1){ 
    border-left:1px solid #fff;
    text-align: left !important;
}

.rowRWD:last-child .columnRWD{  
    border-bottom:none;
}

.columnRWD{
    display:table-cell; 
    padding: 20px;
    
    border-right:1px solid #fff;
    background:#EFF0F1;
    text-align: center;
  min-width: 100px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media all and (max-width: 640px){
    .tableRWD,
    .rowRWD,
    .columnRWD,
    .columnRWD:before{
        display:block;  
    }
  
    .tableRWD,
    .rowRWD .columnRWD:last-child{
        border-bottom:none;
    }
  
    .table-headRWD{
        position:absolute;  
        top:-1000em;
        left:-1000em;
    }
  
  .rowHeader {
    background-color: #393A3A !important;
    color: #fff;
    font-weight: bold;
  }
  
    .rowRWD{
        border:1px solid #eeeeee;
        border-top:2px solid #fff;
        border-bottom:2px solid #fff;
        margin:20px 0;
    }
  
    .rowRWD .columnRWD:nth-child(1){ 
        border-left:none;
    }
  
    .rowRWD .columnRWD:last-child{
        border-right:none;
    }
  
    .rowRWD:last-child .columnRWD,
    .columnRWD{ 
        
    }
    .columnRWD:first-child{
        background-color: #d8d8d8;
    }
  
    .columnRWD:before{ 
        font-weight:bold;
        padding-right:20px;
        font-size:12px;
} }

.swiper-slide a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 280px;
  padding: 0;
  height: 45px;
}
.fotogallery-layout {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0;
}
.product-nav {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-nav-link {
  padding: 6px 18px;
  border: 1px solid var(--main-color);
  border-radius: 20px;
  margin: 0 10px 10px;
  font-size: 12px;
  color: #000;
  transition: .6s;
}
.product-nav-link.active-link {
  background: #162866;
  color: #fff;
  transition: .6s;
}
.product-nav-link.active-link:hover{
    background: #162866;
}

.product-nav-link:hover{
    background: var(--main-color);
    color: #fff;
}
.product-box .product-box-item:nth-child(4){
    margin-right: 0;
}
.product-box-item {
  flex: 0 0 23%;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 15px -9px var(--main-color);
  padding: 18px;
  transition: 1s;

}
.product-box-item:hover {
  box-shadow: inset 1px 1px 15px -9px var(--main-color), inset -1px -1px 15px -9px var(--main-color);
}
.product-box-item__img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: 220px;
  border: 1px solid var(--main-color);
}
.product-box-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}
.product-box-item__name {
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  padding: 0 10px;
  line-height: 1.5;
}
.product-box-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--three-color);;
  cursor: pointer;
}
.product-box-item__price {
  font-weight: 400;
}
.product-box-item__status {
  margin-bottom: 10px;
}

.product-box-item .product-box-item__btn{
    width: 90%;
    margin: 0 auto;
    background: var(--two-color);
    color: var(--three-color);;
    height: 40px;
    border-radius: 10px;
    transition: .7s;
}
/*.product-box-item .product-box-item__btn:hover{
    background-color: var(--four-color);
    color: #fff;
}*/
.product-box-item:hover .product-box-item__btn{
    background-color: var(--four-color);
    color: #fff;
}
.product-box-item__price {
  margin-bottom: 20px;
}
.portfolio {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.portfolio figure {
  flex: 0 0 31%;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 2px 2px 10px -5px #979797;
}
.portfolio figure:not(.portfolio figure:nth-child(3n)) {
    margin-right:  20px;
}
.portfolio figure:hover img {
    filter: brightness(1);
    transform: scale(1.2);
}
.portfolio figure figcaption {
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
  text-align: center;
  background: var(--two-color);
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 15px;
}
.portfolio figure a {
  display: block;
  height: 280px;
  width: 100%;
  overflow: hidden;
}
.portfolio figure a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    filter: brightness(.75);
    transition: .7s;
    transform: scale(1.0);
}
.portfolio-subtitle {
  text-align: center;
  font-size: 20px;
}
.flex-info-box {
  margin-top: 40px;
}
.flex-info-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.flex-info-block__img {
  flex: 0 0 50%;
  height: auto;
  max-height: 650px;
}
.flex-info-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flex-info-block__text {
  flex: 0 0 48%;
}

.flex-info-box {
  margin-top: 40px;
  margin-bottom: 40px;
}
.info-block p,
.flex-info-block p {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: justify;
}
.info-block-list {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: none;
}
.info-block-list li {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
}
.info-block-list li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--main-color);
  margin-right: 8px;
  position: absolute;
  top: 10px;
  left: 0;
}
.info-block-list li span {
  font-weight: 700;
  font-size: 18px;
}
.head-top,.head-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-top {
  height: 110px;
  border-bottom: 2px solid #ececec;
}
.head-menu {
  height: 50px;
}
.head-top-contacts {
  display: flex;
  flex: 0 0 55%;
  align-items: center;
  justify-content: flex-end;
}
.head-top-consult {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.head-top-contacts__mail a,
.head-top-contacts__phone a {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.head-top-contacts__mail a span,
.head-top-contacts__phone a span{
    cursor: pointer;
    display: block;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--three-color);
    transition: .6s;
}
.head-top-contacts__phone-link:hover span {
    color: var(--two-color);
}
.head-top-contacts__phone-link img {
  height: 23px;
  width: 23px;
  object-fit: contain;
  cursor: pointer;
}
.head-top-contacts__phone {
  margin-right: 20px;
}
.head-top-consult__town {
  margin-bottom: 10px;
}
.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-box {
  flex: 0 0 45%;
  height: auto;
  width: 45%;
  overflow: hidden;
}
.cart-info {
  flex: 0 0 52%;
  padding: 20px;
  box-shadow: 2px 2px 5px -3px #ccc, -2px -2px 5px -3px #ccc;
}
.cart-info p {
  line-height: 1.5;
}
.cart-info-par2, .cart-info-par3, .cart-info-par4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-info-par1, .cart-info-par2,
.cart-info-par3, .cart-info-par4 {
  margin-bottom: 15px;
}
.cart-info-par1__name,.cart-info-par3__name,
.cart-info-par2__name,.cart-info-par4__name{
  font-size: 16px;
/*  text-transform: uppercase;*/
}
.cart-info-par1__value,.cart-info-par3__value,
.cart-info-par2__value,.cart-info-par4__value {
  font-weight: 600;
  font-size: 20px;
}
.cart-info-desc-title{
    font-weight: 600;
    font-size: 20px;
}
.cart-info-desc-txt{
    font-size: 16px;
    color: #41569b;
    font-weight: 400;
    text-align: justify;
}
/*.cart-info-par2__name,.cart-info-par3__name,
.cart-info-par1__name,.cart-info-par4__name {
  margin-right: 15px;
}*/
.cart-slider-main {
  position: relative;
}
.cart-slider-main .swiper-button-next, 
.cart-slider-main .swiper-button-prev{
    background-color: var(--button-bg-color);
    width: 50px;    
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.cart-slider-main .swiper-button-next span, 
.cart-slider-main .swiper-button-prev span{
    display: none;
}
.cart-slider-main .swiper-button-next:after, 
.cart-slider-main .swiper-button-prev:after{
    font-size: 26px;
    font-weight: 700;
}
.cart-info-par2, .cart-info-par3, .cart-info-par4 {
  border-bottom: 1px solid #bec1ca;
}
.cart-info-price__btn {
  display: flex;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--main-color);
  cursor: pointer;
  transition: .7s;
  padding: 0 15px;
  height: 50px;
}

.cart-info-price__btn:hover {
    background-color: var(--two-color);
    color: var(--three-color);
}
.cart-info-price__value {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}
.cart-info-price {
  margin-bottom: 15px;
  padding: 20px 0px;
  border-bottom: 1px solid #bec1ca;
}
.tab-section{
    margin: 40px 0;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #eaeaea;
    box-shadow: 3px 3px 11px -5px #222;
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
    height: 100%;
    padding: 0 15px;
}
.tab button:hover {
    background-color: var(--two-color);
}
.tab button.active {
    background-color: var(--main-color);
    color: #fff;
}
.tabcontent {
    display: none;
    padding: 40px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #f7f7f7;
}
#charact-id,#equip-id{
    width: 100%;
}
#charact-id .charact {
  width: 100%;
}
.charact-row__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.charact-row__desc-head {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
.charact-row__desc-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0 3px 15px;
  border-bottom: 1px solid #c4c4c4;
}
.charact-row__desc-list {
  margin: 0 0 20px;
}
.charact-row__desc-list-value {
  line-height: 1.5;
  font-weight: 600;
  font-size: 18px;
}
.charact-row__desc-list-name {
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}
.equip-item__name {
  font-size: 16px;
  font-weight: 400;
}
.equip {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equip-item {
  flex: 0 0 48%;
}
.equip-item-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.charact-row {
  margin-bottom: 10px;
}
#charact-id.charact-sec.tabcontent {
    display: block;
}
h2 {
    color: var(--main-title-color);
    font-size: 50px;
    font-weight: 700;
    display: block;
}
.designs h2 {
  margin-bottom: 40px;
}