@font-face {
    font-family: "VremenaRegular";
    src: url("../fonts/VremenaRegular/VremenaRegular.eot");
    src: url("../fonts/VremenaRegular/VremenaRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/VremenaRegular/VremenaRegular.woff") format("woff"),
    url("../fonts/VremenaRegular/VremenaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #000312;
}

a {
    outline: none;
    transition: color .2s ease;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
}

.content-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.main {
    flex-grow: 1;
}

.header {
    padding-top: 50px;
    /* height: 902px; */
}

.header-top {

}

.header-top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: block;
    text-decoration: none;
    margin-right: 40px;
    max-width: 100px;
}
.header-logo img {
    width: 100%;
}

.header-top_info {
    font-size: 16px;
    color: #d7cdc3;
    font-family: "Commissioner";
}

.header-top_left {
    display: flex;
    align-items: center;
}

.header-top_middle {
    display: flex;
    align-items: center;
}

.header-price {
    display: flex;
    align-items: flex-start;
}

.header-price img {
    display: block;
    margin-right: 15px;
}

.header-price a {
    display: inline-block;
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "VremenaRegular";
    font-size: 25px;
    line-height: 30px;
}

.header-price a:hover {
    /*background: #F7E3D5;
    background: linear-gradient(to right, #b89d72 0%, #F7E3D5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    border-color: transparent;
}

.header-price a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #f7e3d5 0%, #986d3f 100%);
    left: 0;
    bottom: 0;
}

.header-price a:hover:after {
    opacity: 0;
}

.header-email {
    margin-left: 85px;
    margin-right: 105px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header-email span {
    font-size: 30px;
    line-height: 31px;
    color: #fdfdfd;
    font-family: "Berlingske Serif";
}

.header-email a {
    text-decoration: none;
    font-size: 20px;
    line-height: 27px;
    color: #d7cdc3;
    font-weight: 400;
    font-family: "Commissioner";
    border-bottom: #424242 1px solid;
}

.header-email a:hover {
    border-bottom-color: transparent;
}

.header-phone {
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "VremenaRegular";
    font-size: 30px;
    line-height: 27px;
    font-family: 'BerlingskeSerifCn-XBd';
    font-weight: 900;
    display: inline-block;
    margin-bottom: 5px;
}

.header-phone:hover {
    background: #F7E3D5;
    background: linear-gradient(to right, #b89d72 0%, #F7E3D5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-address {
    font-size: 20px;
    line-height: 25px;
    color: #d7cdc3;
    font-weight: 400;
    font-family: "Commissioner";
}

.main-block {
    padding: 50px 0px;
    background-image: url('../img/header-bg.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-info_text {
    padding-top: 40px;
}

.main-info_subtitle {
    font-size: 50px;
    font-weight: 500;
    font-style: italic;
    font-family: "BerlingskeSerifCn-MdItalic";
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
    line-height: 1.2;
    display: inline-block;
}

.main-info_title {
    font-size: 72px;
    font-size: 62px;
    line-height: 87px;
    font-family: "BerlingskeSerifCn-Md";
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
    max-width: 635px;
}

.main-info_after {
    font-size: 35px;
    line-height: 49px;
    color: #d7cdc3;
    font-weight: 400;
    font-family: "Commissioner";
    margin-bottom: 75px;
}

.main-info_btns {
    display: flex;
    align-items: center;
}

.cat-btn {
    display: flex;
    text-decoration: none;
    align-items: center;
    width: 320px;
    height: 90px;
    border-radius: 45px;
    background-image: linear-gradient(0deg, #a41313 0%, #df3030 100%);
    font-size: 23px;
    line-height: 25px;
    color: #f1dcca;
    font-family: "BerlingskeSerifCn-XBd";
    font-weight: 800;
    padding: 0 35px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.2) inset;
    margin-right: 15px;
}

.cat-btn img {
    margin-right: 15px;
}

.cat-btn:hover {
    color: #ffffff;
    background-image: linear-gradient(0deg, #a41313 0%, #df3030 100%);
    box-shadow: none;
}

.in-btn {
    font-size: 23px;
    line-height: 27px;
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "BerlingskeSerifCn-XBd";
    font-weight: 800;
    padding: 0 35px;
    width: 415px;
    height: 90px;
    border-radius: 45px;
    display: flex;
    text-decoration: none;
    align-items: center;
    border: #6f6963 2px solid;
    color: #423424;
}

.in-btn img {
    margin-right: 15px;
}

.in-btn:hover {
    color: #423424;
    background-image: linear-gradient(0deg, #986d3f 0%, #f9e5b8 100%, #f9e5b8 100%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    border: none;
    width: 415px;
    height: 90px;
}


.main-top {
    background-image: url("../img/wf.webp");
    padding-top: 260px;
    margin-top: -65px;
    background-repeat: no-repeat;
    background-size: cover;
}

.features {

}

.features-title {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-Md";
    text-align: center;
    padding-bottom: 25px;
    font-weight: 500;
}

.features-title span {
    color: #e22626;
    font-weight: 600;
}

.features-subtitle {
    max-width: 985px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 44px;
    color: #565666;
    text-align: center;
    font-family: "Commissioner";
    padding-bottom: 75px;
}

.features-subtitle span {
    color: #d7b59d;
    font-style: italic;
    font-weight: 600;
    font-family: "BerlingskeSerifCn-DBdItalic";
}

.features-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 145px;
    gap: 30px;
}

.features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features-item img {
    display: inline-block;
    margin-bottom: 15px;
    height: 170px;
}

.features-item_step {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "BerlingskeSerifCn-DBd";
}

.features-item_title {
    text-align: center;
    color: #fdfdfd;
    font-size: 30px;
    line-height: 38px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-DBd";
    margin-bottom: 15px;
    font-weight: 600;
}

.features-item_info {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 32px;
    color: #565665;
    font-weight: 300;
    font-family: "Commissioner";
    text-align: center;
}

.garantee-title {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-Md";
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.garantee-title span {
    color: #e22626;
    font-weight: 600;
}

.garantee-subitle {
    font-size: 30px;
    line-height: 44px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
    text-align: center;
    margin-bottom: 70px;
}

.garantee-grid {
    display: flex;
    justify-content: space-between;
    padding-bottom: 115px;
}

.garantee-item {
    width: 100%;
    max-width: 445px;
}

.garantee-item_img {
    padding: 20px;
    border-radius: 10px;
    border: #b89d72 1px solid;
    margin-bottom: 35px;
}

.garantee-item_img img {
    border-radius: 10px;
    display: block;
    width: 100%;
}

.garantee-item_name {
    font-size: 28px;
    line-height: 35px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-DBd";
    text-align: center;
    font-weight: 600;
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products {
    background-repeat: no-repeat;
    background-image: url("../img/products-bg.webp");
    padding: 170px 0px;
}

.products-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.products-title {
    font-size: 55px;
    line-height: 65px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-Md";
    font-weight: 500;
}

.products-title span {
    color: #e22626;
    font-weight: 500;
}

.products-subtitle {
    font-size: 30px;
    line-height: 44px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
}

.products-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-grid {
    padding: 95px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 40px;
}

.product {
    display: flex;
    align-items: center;
}

.product-img {
    width: 100%;
    max-width: 400px;
    margin-right: 40px;
}

.product-img img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.product-name {
    font-weight: 600;
    font-size: 44px;
    line-height: 38px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-DBd";
    margin-bottom: 30px;
}

.product-data .product-row {
    margin-bottom: 25px;
}

.product-data .product-row:last-of-type {
    margin-bottom: 0;
}

.product-price {
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
    font-family: "BerlingskeSerifCn-DBd";
    font-weight: 600;
}

.product-price.gradient {
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-price_info {
    font-size: 23px;
    line-height: 38px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
}

.media {
    padding-top: 40px;
}

.media-title {
    font-size: 55px;
    line-height: 65px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-DBd";
    text-align: center;
    font-weight: 600;
    max-width: 785px;
    margin: 0 auto 25px;
}

.media-title span {
    color: #e22626;
    font-weight: 600;
}

.media-subtitle {
    font-size: 32px;
    line-height: 42px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
    text-align: center;
    margin-bottom: 100px;
}

.media-slider {

}

.media-slider .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    max-height: 590px;
}
.media-slider .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(24, 31 , 59, .85);
    position: absolute;
    z-index: 1;

}

.media-slider .swiper-slide-active:before {
    display: none;
}

.media-slider .swiper-slide img {
    display: block;
    width: 100%;

}

.media-swiper-button-next, .media-swiper-button-prev {
    width: 72px;
    height: 72px;
    background-image: url("../img/swiper-btn.webp");
    background-position: center;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.media-swiper-button-next svg, .media-swiper-button-prev svg {
    height: 55px;
}

.media-swiper-button-next svg path, .media-swiper-button-prev svg path {
    stroke: #570c0c;
}

.media-swiper-button-next:hover svg path, .media-swiper-button-prev:hover svg path {
    stroke: #ffffff;
}

.media-swiper-button-next {
    right: 15%;
}

.media-swiper-button-prev {
    left: 15%;
}

.video {
    padding: 165px 0px;
}




.footer {
    padding: 190px 0 95px;
    background-image: url("../img/footer-bg.webp");
    background-size: cover;
    margin-top: -60px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-left {

}

.footer-price {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.footer-price img {
    display: block;
    margin-right: 15px;
}

.footer-price a {
    display: inline-block;
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "VremenaRegular";
    font-size: 25px;
    line-height: 30px;
}

.footer-price a:hover {
    /*background: #F7E3D5;
    background: linear-gradient(to right, #986d3f 0%, #F7E3D5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    border-color: transparent;
}

.footer-price a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #f7e3d5 0%, #986d3f 100%);
    left: 0;
    bottom: 0;
}

.footer-price a:hover:after {
    opacity: 0;
}

.footer-policy {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 23px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
    border-bottom: #565666 1px solid;
}

.footer-policy:hover {
    border-bottom-color: transparent;
}

.footer-middle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 16px;
    line-height: 23px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.footer-right_info {
    margin-bottom: 40px;
}

.footer-dev {
    font-size: 18px;
    line-height: 27px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
}

.footer-dev p {
    margin: 0 0 0px;
}

.footer-dev a {
    text-decoration: none;
    font-size: 16px;
    line-height: 27px;
    color: #7d7d7d;
    font-weight: 500;
    font-family: "Commissioner";
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: #3f3f3f 1px solid;
}

.footer-dev a:hover {
    border-bottom-color: transparent;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-left .footer-price {
    margin: 0;
}

.footer-left .header-email {
    margin: 0;
}


.friends {
    background-image: url("../img/friends-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 180px 0 165px;
    background-size: cover;
}

.friends-title {
    font-size: 55px;
    line-height: 65px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-DBd";
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.friends-title span {
    color: #e22626;
    font-weight: 600;
}

.friends-subtitle {
    font-size: 32px;
    line-height: 42px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
    text-align: center;
    margin-bottom: 125px;
}

.friends-text {
    max-width: 610px;
    left: 50%;
}

.friends-text_title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-DBd";
    margin-bottom: 40px;
}

.friends-text_title span {
    color: #d7b59d;
}

.friends-text_subtitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #fdfdfd;
    font-style: italic;
    font-family: "BerlingskeSerifCn-DBdItalic";
    background: #F7E3D5;
    background: linear-gradient(to right, #f8e5b8 0%, #9a7144 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    display: inline-block;
    max-width: 470px;
}

.friends-text p {
    margin: 0 0 0;
    font-size: 25px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Commissioner";
    padding-bottom: 15px;
}

.fancybox-bg {
    background: #000000;
}

.fancybox-is-open .fancybox-bg {
    opacity: .7;
}

.modal {
    display: none;
    background-image: url("../img/modal-bg.webp");
    background-position: center;
    padding: 80px 50px;
    width: 100%;
    max-width: 600px;
    overflow: unset;
}

.modal-title {
    font-size: 46px;
    line-height: 55px;
    color: #ffffff;
    font-family: "BerlingskeSerifCn-Md";
    text-align: center;
    background: #F7E3D5;
    background: linear-gradient(to right, #f8e5b8 0%, #9a7144 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
    font-weight: 600;
}

.modal .fancybox-close-small {
    background: #d7cdc3;
    opacity: 1;
    border-radius: 3px;
    top: -22px;
    padding: 5px;
}

.modal .fancybox-close-small:hover {
    background: url("../img/modal-close-h.webp");
}


input[type='text']::placeholder {
    color: #ffffff;
}

.modal-form input[type='text'] {
    width: 100%;
    padding: 25px;
    font-size: 23px;
    color: #ffffff;
    font-family: "BerlingskeSerifCn-Md";
    font-weight: 500;
    outline: none;
    background: #030514;
    border: #1e2132 1px solid;
    border-radius: 5px;
    margin-bottom: 20px;
}
.modal-form textarea {
    width: 100%;
    padding: 25px;
    font-size: 23px;
    color: #ffffff;
    font-family: "BerlingskeSerifCn-Md";
    font-weight: 500;
    outline: none;
    background: #030514;
    border: #1e2132 1px solid;
    border-radius: 5px;
    margin-bottom: 20px;
    resize: none;
    height: 150px;
}
.modal-form textarea::placeholder {
    color: #ffffff;
}
.modal-form .nice-select.wide {
    width: 100%;
    padding: 25px;
    font-size: 23px;
    line-height: 1;
    height: auto;
    color: #ffffff;
    font-family: "BerlingskeSerifCn-Md";
    font-weight: 500;
    outline: none;
    background: #030514;
    border: #1e2132 1px solid;
    border-radius: 5px;
    margin-bottom: 20px;
}

.modal-form .nice-select:after {
    border-bottom: 3px solid #d7cdc3;
    border-right: 3px solid #d7cdc3;
    width: 9px;
    height: 9px;
    right: 25px;
    margin-top: -8px
}

.modal-form .nice-select.wide .list {
    padding: 25px;
    font-size: 23px;
    line-height: 1;
    color: #ffffff;
    font-family: "BerlingskeSerifCn-Md";
    font-weight: 500;
    outline: none;
    background: #030514;
    border: #1e2132 1px solid;
    border-radius: 5px;
}

.modal-form .nice-select.wide .list li {
    font-weight: 500;
}

.modal-form .nice-select .option:hover, .modal-form .nice-select .option.focus, .modal-form .nice-select .option.selected.focus {
    background: none;
    color: #e6cea1;
}

.modal-form .nice-select.wide .list li:first-of-type {
    display: none;
}

.modal-form button {
    margin: 0 auto;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 80px;
    border-radius: 45px;
    background-image: linear-gradient(0deg, #a41313 0%, #df3030 100%);
    font-size: 23px;
    line-height: 25px;
    color: #f1dcca;
    font-family: "BerlingskeSerifCn-XBd";
    font-weight: 800;
    padding: 0 35px;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(255 255 255 / 20%) inset;
    -moz-box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0px 0px 13px 0px rgb(255 255 255 / 20%) inset;
}

.modal-form button:hover {
    color: #ffffff;
    background-image: linear-gradient(0deg, #a41313 0%, #df3030 100%);
    box-shadow: none;
}

.modal-policy {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    font-family: "BerlingskeSerifCn-Md";
    font-weight: 500;
    margin-bottom: 50px;
}

.modal-policy a {
    text-decoration: none;
    display: inline-block;
    color: #caac80;
    border-bottom: #caac80 1px solid;
}

.modal-policy input {
    margin-top: 3px;
    min-width: 25px;
    width: 25px;
    height: 25px;
    background: #030514;
    border: #1e2132 1px solid;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 20px;
}

.modal-policy input:checked {
    background: #030514 url("../img/check.webp") no-repeat center;
}

#thx .modal-title {
    text-align: left;
}

.modal-thx_text {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-family: "BerlingskeSerifCn-Md";
    font-weight: 500;
    margin-bottom: 10px;
}

.modal-thx_logo {
    text-align: right;
}

.modal-thx_logo img {

}

.modal-subtitle {
    font-size: 22px;
    line-height: 36px;
    color: #d7cdc3;
    font-weight: 300;
    font-family: "Commissioner";
    text-align: center;
    margin-bottom: 40px;
}

.show-mobile {
    display: none;
}

.footer-mobile {
    display: none;
}


.video-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1335px;
    margin: 0 auto;
    align-items: flex-start;
}

.video-main {
    width: 870px;
    height: 550px;
}

.video-main .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

.video-main .swiper-slide:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(24, 31 , 59, .85);
}

.video-main .swiper-slide:after {
    position: absolute;
    content: '';
    display: block;
    width: 111px;
    height: 111px;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    background-image: url("../img/play.webp");
    background-position: center;
}

.video-main .swiper-slide:hover:after {
    background-image: url("../img/play-h.webp");
}

.video-main .swiper-slide img {
    display: block;
    width: 100%;
}

.video-list {
    width: 435px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video-list a {
    display: block;
    width: 205px;
    height: 170px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.video-list a:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(24, 31 , 59, .85);
}

.video-list a:after {
    position: absolute;
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    background-image: url("../img/play-mini.webp");
    background-position: center;
}

.video-list a:hover:after {
    background-image: url("../img/play-mini-h.webp");
}

.video-list a img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.video-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1335px;
    margin: 45px auto 0;
    align-items: flex-start;
}

.video-titles {
    width: 870px;
}

.video-data__subtitle {
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    font-family: "BerlingskeSerifCn-MdItalic";
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.video-data__title {
    color: #fdfdfd;
    font-family: "BerlingskeSerifCn-DBd";
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 25px;
}

.video-data__info {
    font-size: 27px;
    line-height: 37px;
    color: #565666;
    font-weight: 300;
    font-family: "Commissioner";
}

.video-btns {
    width: 435px;
}

.next-video {
    font-size: 23px;
    line-height: 23px;
    background: #F7E3D5;
    background: linear-gradient(to right, #F7E3D5 0%, #986d3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "BerlingskeSerifCn-XBd";
    font-weight: 800;
    padding: 20px 40px;
    border-radius: 45px;
    display: flex;
    text-decoration: none;
    align-items: center;
    border: #6f6963 2px solid;
    color: #423424;
    display: inline-block;
    margin-top: 30px;
}

.next-video:hover {
    color: #423424;
    background-image: linear-gradient(0deg, #986d3f 0%, #f9e5b8 100%, #f9e5b8 100%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    border-color: transparent;
    padding: 24px 44px;
    border: none;

}


/* promo */
.promo {
    padding: 50px 0;
}
.promo__slider {
    max-width: 1256px;
    margin: 0 auto;
}
.promo__sliderItem {
}
.promo__sliderItemImg {
    display: flex;
}
.promo__sliderItemImg img {
    width: 100%;
    height: auto;
    display: block;
    user-select: none;
    pointer-events: none;
}
.promo-swiper-button-next, .promo-swiper-button-prev {
    width: 72px;
    height: 72px;
    background-image: url("../img/swiper-btn.webp");
    background-position: center;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.promo-swiper-button-next svg, .promo-swiper-button-prev svg {
    height: 55px;
}

.promo-swiper-button-next svg path, .promo-swiper-button-prev svg path {
    stroke: #570c0c;
}

.promo-swiper-button-next:hover svg path, .promo-swiper-button-prev:hover svg path {
    stroke: #ffffff;
}

.promo-swiper-button-next {
    right: -20px;
}

.promo-swiper-button-prev {
    left: -20px;
}
.promo-swiper-button-prev.swiper-button-disabled,
.promo-swiper-button-next.swiper-button-disabled {
    display: none;
}
@media (max-width: 587px) {
    .promo-swiper-button-next, .promo-swiper-button-prev {
        top: auto;
        bottom: -30px;
    }

    .promo__slider {
        /* padding-bottom: 70px; */
    }

    .promo-swiper-button-prev {
        left: 50%;
        transform: translateX(-120%);
    }

    .promo-swiper-button-next {
        right: 50%;
        transform: translateX(120%);
    }
    .promo {
        padding-bottom: 50px;
    }
}
/* promo */