@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus, *active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    width: 100%;
    height: 100%;
}

input, button, textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol, ul, li {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
}

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Onest-Regular.eot");
    src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff"), url("../fonts/Onest-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Onest-Medium.eot");
    src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff"), url("../fonts/Onest-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Onest-SemiBold.eot");
    src: url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold.woff") format("woff"), url("../fonts/Onest-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Onest-Bold.eot");
    src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff"), url("../fonts/Onest-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/Onest-ExtraBold.eot");
    src: url("../fonts/Onest-ExtraBold.woff2") format("woff2"), url("../fonts/Onest-ExtraBold.woff") format("woff"), url("../fonts/Onest-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Raleway-Medium.eot");
    src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Raleway-Bold.eot");
    src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/Raleway-ExtraBold.eot");
    src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter18pt-Medium.eot");
    src: url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter18pt-SemiBold.eot");
    src: url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    background: var(--black-6);
    color: var(--black);
}

.zag__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.zag__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

h1.h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
}

section {
    margin-top: 40px 0;
    padding: 40px 0;
}

section h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}

.h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #000;
}

.mt60 {
    margin-top: 60px;
}

.subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin-top: 24px;
}

a:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden {
    display: none;
}

.btn,
.btn-blue,
.btn-white {
    border-radius: 16px;
    padding: 12px 24px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
}

.btn {
    background: var(--red);
}

.btn:hover {
    background: var(--red-hover);
    color: #fff;
}

.btn-blue {
    background: #0649aa;
}

.btn-blue:hover {
    background: #00409d;
    color: #fff;
}

.btn-white {
    background: #fff;
    border: 1px solid #B8BABC;
    color: #333738;
}

.btn-callback {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    gap: 8px;
    border-radius: 16px;
    padding: 12px 24px;
    background: var(--red);
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fafbfe;
}

.btn-callback:hover {
    background: var(--red-hover);
}

.wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.first {
    margin: 0 0;
}

.first__row {
    position: relative;
}

.first__video {
    background: url("../images/dest/first-bg.jpg") center center no-repeat;
    position: relative;
    height: 920px;
    border-radius: 36px;
}

.first__video::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 36px;
}

.first__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 36px;
}

.first__video_onas {
    height: 640px;
}

.first__descr {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
}

.first__descr_distrubitiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 12px 16px;
    gap: 6px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.6);
}

.first__descr_distrubitiv p {
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fafbfe;
}

.first__descr_title h1 {
    font-family: var(--third-family);
    font-weight: 900;
    font-size: 80px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white-main);
}

.first__descr_subtitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
}

.first__decor {
    position: absolute;
    top: 20px;
    right: 20px;
}

.first__button {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



.about__container {
    border-radius: 36px;
    padding: 80px 0;
    background: #fff url("../images/dest/about/about-bg.png") left bottom no-repeat;
}

.about__container-inner {
    position: relative;
}

.about__title h2 {
    text-align: left;
}

.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    gap: 60px;
}

.about__item_abouttext {
    padding-right: 100px;
}

.about__item_button {
    margin-top: 32px;
}

.about__item_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
}

.about__item_img img {
    width: 100%;
    border-radius: 36px;
}

.about__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
}

.about__advantage_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.about__advantage_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.about__advantage_title {
    font-weight: 800;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
}

.about__advantage_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.about__descr {
    margin-top: 60px;
}

.about__descr p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
    padding-right: 24px;
}

.tabs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs {
    border-radius: 20px;
    padding: 4px;
    background: rgba(51, 55, 56, 0.1);
}

.tab-button {
    background: transparent;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: rgba(51, 55, 56, 0.8);
    padding: 16px 24px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.tab-button:hover {
    border-radius: 16px;
    padding: 16px 24px;
    background: #fff;
    position: relative;
    color: #E30613;
}

.tab-button:hover:before {
    content: '';
    border-radius: 16px;
    width: 6px;
    height: 6px;
    background: #B8BABC;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tab-button.active {
    border-radius: 16px;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #B8BABC;
    position: relative;
    color: #333738;
}

.tab-button.active:before {
    content: '';
    border-radius: 16px;
    width: 6px;
    height: 6px;
    background: #E30613;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.description .tabs__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.catalog-grid {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.catalog-card {
    background: white;
    border-radius: 36px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(1/3*100% - (1 - 1/3)*16px);
    border: 1px solid transparent;
}

.catalog-card:hover {
    border: 1px solid #B8BABC;
}

.catalog-image {
    position: relative;
    width: 469px;
    height: 290px;
    border-radius: 36px;
    overflow: hidden;
}

.catalog-offer {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.offer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    padding: 4px 8px 3px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #52b000;
    font-weight: 800;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    vertical-align: top;
    color: #fff;
}

.catalog-info {
    padding: 23px;
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.catalog-description {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.catalog-description ul {
    list-style: none;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.catalog-description ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333738;
}

.catalog-description a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #E30613;
}

.catalog-title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000;
}

.catalog-title a:hover {
    color: var(--red-hover);
}

.catalog-footer {
    margin-top: 24px;
    margin-top: auto;
}

.catalog-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
}

.catalog-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4px;
    gap: 16px;
}

.catalog-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
    margin-top: 24px;
}

.catalog-button-mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #B8BABC;
    border-radius: 16px;
    padding: 12px 24px;
    background: #fff;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}

.mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.catalog-button-lis {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.catalog-button-lis div,
.catalog-button-lis a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
}

.catalog-link {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-grid.list-view .catalog-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.catalog-grid.list-view .catalog-image {
    width: 469px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-grid.list-view .catalog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-grid.list-view .catalog-footer {
    border-left: 1px solid #EDEDED;
    margin-top: 0;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 270px;
    padding-left: 40px;
}

.catalog-grid.list-view .catalog-footer-wrapp {
    margin-top: 0;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-grid.list-view .catalog-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}

.catalog-grid.list-view .catalog-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.catalog-grid.list-view .catalog-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.catalog-grid.list-view .catalog-button a {
    width: 100%;
}

.catalog-grid.list-view .catalog-button-mess {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-grid.list-view .catalog-button-lis {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-grid.list-view .catalog-button-lis a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 46px;
}

/* Swiper стили */
.catalog-swiper {
    width: 100%;
    height: 100%;
}

.catalog-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Точки навигации */
.catalog-swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 16px !important;
    border-radius: 36px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.3);
    width: auto !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.catalog-swiper .swiper-pagination-bullet {
    border-radius: 16px;
    width: 6px;
    height: 6px;
    background: #fff;
    margin: 0 4px;
}

.catalog-swiper .swiper-pagination-bullet-active {
    border-radius: 16px;
    width: 16px;
    height: 6px;
    background: #fff;
}

.selection__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.selection__callback {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 469px;
    flex: 0 0 469px;
    border-radius: 36px;
    padding: 60px;
    background: #CA000C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.selection__callback_phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
}

.selection__callback_info {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
    color: #fff;
}

.selection__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    cursor: pointer;
}

.selection__item {
    border-radius: 36px;
    padding: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #333738 url("../images/dest/selection-bg.png") top right no-repeat;
    background-size: auto calc(100% + 1px);
}

.selection__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
}

.selection__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-top: 8px;
    color: #fff;
    max-width: 464px;
}

.selection__button {
    margin-top: 24px;
}

.instructions__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [8];
    grid-template-columns: repeat(8, 1fr);
    -ms-grid-rows: auto [8];
    grid-template-rows: repeat(8, auto);
    gap: 16px;
    margin-top: 60px;
}

.instructions__item {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 36px;
    padding: 32px;
}

.instructions__item_1 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 6;
    grid-row: span 6 / span 6;
}

.instructions__item_title {
    font-weight: 800;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
}

.instructions__item_subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.instructions__item_2 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 6;
    grid-row: span 6 / span 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
}

.instructions__item_spisok ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.instructions__item_spisok ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #E30613;
}

.instructions__item_3 {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
    -ms-grid-row-span: 4;
    grid-row: span 4 / span 4;
    -ms-grid-column: 5;
    grid-column-start: 5;
    overflow: hidden;
    padding: 0;
    -ms-grid-row-align: start;
    align-self: start;
    position: relative;
}

.instructions__item_3 a {
    display: block;
    line-height: 0;
    position: relative;
}

.instructions__item_3 a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.instructions__item_3 a img.gallimg {
    width: 100%;
    height: auto;
    border-radius: 36px;
}

.instructions__item_more {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.instructions__item_link {
    font-weight: 800;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.instructions__item_4 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
}

.instructions__item_5 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
}

.instructions__item_6 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
}

.instructions__item_7 {
    -ms-grid-column-span: 6;
    grid-column: span 6 / span 6;
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
}

.instructions__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.quote__container-inner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}

.quote__quote {
    width: 100%;
    max-width: 1320px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
}

.quote__autor {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #333738;
    padding-right: 380px;
}

.panel__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}

.view-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    padding: 2px;
    background: #EDEDED;
    cursor: pointer;
}

.icon-grid,
.icon-list {
    padding: 8px 16px;
}

.actives {
    border-radius: 14px;
    padding: 8px 16px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

.info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.info__item h2 {
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 8px;
}

.info__item ul {
    margin-top: 8px;
}

.info__item p {
    margin-bottom: 16px;
}

.product {
    padding: 40px 0;
}

.product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.product__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.product__item_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
}

.product__slide {
    max-width: 700px;
    margin: 0 auto;
}

.product__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.product__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__characteristics_item {
    border-left: 1px solid #B8BABC;
    padding-left: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #333738;
}

.product__characteristics_title {
    font-size: 16px;
}

.product__characteristics_subtitle {
    font-size: 12px;
}

.product__characteristics_link a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-decoration: none;
    border-bottom: 2px dotted;
    color: var(--red);
}

.product__characteristics_link a:hover {
    color: #CA000C;
}

.product__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.product__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.product__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
}

.product__button {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 16px;
}

.product__button div,
.product__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    cursor: pointer;
}

.product__personal {
    border-radius: 36px;
    padding: 24px 24px 32px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__personal_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.product__personal_avatar {
    border-radius: 16px;
}

.product__personal_descr {
    font-weight: 500;
    line-height: 140%;
    color: #333738;
}

.product__personal_name {
    font-size: 20px;
}

.product__personal_job {
    font-weight: 400;
    font-size: 14px;
}

.product__personal_phone {
    font-size: 16px;
}

.product__personal_callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.product__personal_callback a {
    border: 1px solid #B8BABC;
    border-radius: 16px;
    padding: 8px 8px 8px 16px;
    color: #333738;
}

.btn-salle {
    border: 1px solid #B8BABC;
    border-radius: 16px;
    padding: 12px 24px;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    color: #333738;
}

.mainSwiper {
    width: 100%;
    height: 432px;
    margin-bottom: 10px;
    border-radius: 36px;
    overflow: hidden;
}

.mainSwiper .swiper-slide {
    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;
}

.mainSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mainSwiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 16px;
    border-radius: 36px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.3);
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mainSwiper .swiper-pagination-bullet {
    border-radius: 16px;
    width: 6px;
    height: 6px;
    background: #fff;
    margin: 0 4px;
}

.mainSwiper .swiper-pagination-bullet-active {
    border-radius: 16px;
    width: 16px;
    height: 6px;
    background: #fff;
}

.thumbsSwiper {
    width: 100%;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thumbsSwiper .swiper-slide {
    width: 91px;
    height: 100%;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.thumbsSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.description {
    margin: 40px 0;
    padding: 40px 0;
}

.description__row {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}

.description__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    border-radius: 16px;
    background: #fff;
    line-height: 140%;
    font-size: 16px;
    color: #333738;
    border: 1px solid #EDEDED;
    overflow: hidden;
}

.description__item_title {
    padding: 12px 16px;
    font-weight: 700;
}

.description__item_descr ul {
    list-style: none;
}

.description__item_descr ul li {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
}

.description__item_descr ul li:nth-child(odd) {
    background: #F8F8F8;
}

.garant {
    margin: 40px 0;
    padding: 40px 0;
}

.garant__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 8px;
}

.garant__text p {
    margin-bottom: 16px;
}

.garant__button {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.onas {
    margin-top: 60px;
    padding-bottom: 40px;
}

.onas__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.onas__text p {
    text-align: center;
}

.onas__partner {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.onas__partner_item {
    width: calc(1/6*100% - (1 - 1/6)*24px);
}

.advantages {
    margin: 40px 0;
    padding: 40px 0;
}

.advantages h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}

.advantages__container {
    padding: 80px 0;
    background: #fff;
    border-radius: 36px;
}

.advantages__row {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
}

.advantages__item {
    width: calc(1/3*100% - (1 - 1/3)*60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages__item_title {
    font-weight: 800;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
}

.advantages__item_descr {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.awards__container {
    padding: 80px 0;
    background: #333738 url("../images/adwards-bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 36px;
}

.awards__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.awards__item_left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.awards__item_left ul.custom-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    list-style: none;
}

.awards__item_left ul.custom-pagination li {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    padding-left: 28px;
}

.awards__item_left ul.custom-pagination li::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/award.svg") center center no-repeat;
}

.awards__item_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #fff;
}

.awards__item_right {
    width: 560px;
}

.awards__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.awards__arrows {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    cursor: pointer;
    z-index: 100;
}

.awards__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-transition: all 05s ease;
    transition: all 05s ease;
}

.awards__slider .swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.awards__slider .swiper-slide img {
    width: 100%;
}

.awards__slider .swiper-slide-active {
    width: 375px !important;
}

.awards__slider .swiper-slide-active img {
    border-radius: 24px;
    width: 100%;
}

.awards__slider .swiper-slide-next {
    width: 160px !important;
    opacity: 0.8;
}

.awards__slider .swiper-slide-next img {
    width: 100%;
    border-radius: 16px;
}

.custom-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
}

.custom-pagination .swiper-pagination-bullet-active {
    position: relative;
    padding-right: 16px;
}

.custom-pagination .swiper-pagination-bullet-active::after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #E30613;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery {
    margin: 40px 0;
    padding: 40px 0;
}

.parents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 1fr [4];
    grid-template-rows: repeat(4, 1fr);
    gap: 16px;
    margin-top: 60px;
    height: 536px;
    max-height: 536px;
}

.div1 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 4;
    grid-row: span 4 / span 4;
}

.div2 {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
}

.div3 {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 4;
    grid-column-start: 4;
}

.div4 {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
}

.div5 {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

.div6 {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

.div7 {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    cursor: pointer;
    border: 1px solid #B8BABC;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.div7 a {
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333738;
}

.div7 a:hover {
    color: #E30613;
}

.item {
    border-radius: 36px;
    overflow: hidden;
}

.item img {
    width: 100%;
    height: -webkit-fill-available;
    border-radius: 36px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news {
    margin: 40px 0;
    padding: 40px 0;
}

.news__container {
    border-radius: 36px;
    padding: 80px 0;
    background: #fff;
}

.news__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.news__slide {
    margin-top: 60px;
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F8F8F8;
    border-radius: 36px;
}

.news__item_img {
    border-radius: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 260px;
    height: 195px;
}

.news__item_img img {
    border-radius: 36px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__item_descr {
    padding: 20px 20px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.news__item_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
}

.news__item_data {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #B8BABC;
}

.news__item_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.news__item_link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #080808;
}

.news__item_link a:hover {
    color: red;
}

.news__button {
    margin-top: 60px;
}

.news__slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.news__el {
    width: calc(1/2*100% - (1 - 1/2)*15px);
    background-color: #fff;
}

.news-page {
    padding: 0 0;
}

.application__container img {
    border-radius: 36px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sertifikats {
    margin-top: 40px;
}

.sertifikats__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.sertifikats__item {
    width: calc(1/4*100% - (1 - 1/4)*20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    padding: 24px;
    background: var(--white-main);
}

.sertifikats__item img {
    width: 100%;
    border-radius: 16px;
}

.sertifikats__item p {
    text-align: center;
}
