9@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
    font-weight: 700;
}

* {
    padding: 0;
    margin: 0;
}

body {
    /* overflow-x: hidden; */
    background: #F5F5F5;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

button, input {
    outline: 0;
    border: 0;
    background-color: transparent;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

header {
    position: sticky;
    top: 29px;
    right: 0;
    left: 0;
    z-index: 4;
}

.header_scrolled {
    top: 20px;
}

.container {
    max-width: 1520px;
    padding: 0 20px;
    margin: 0 auto;
}

.header-top {
    margin-top: 29px;
    transition: 0.3s;
    max-height: 30px;
}

.header_scrolled .header-top {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    max-height: 0;
}

.header-top {
    display: flex;
    align-items: center;
}

.header-top-adr {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
}

.header-top-adr-pic {
    width: 16px;
    height: 16px;
}

.header-top-adr-pic img {
    width: 100%;
    height: 100%;
}

.header-top-tel {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%; /* 22.26px */
    letter-spacing: 0.14px;
    text-transform: lowercase;
}

.header-top-tel:hover {
    color: #000;
}

.header-top-tel-pic {
    width: 24px;
    height: 24px;
    background-image: url(../img/header-top/tel.svg);
    background-size: 100% 100%;
    transition: 0.3s;
}

.header-top-tel:hover .header-top-tel-pic {
    background-image: url(../img/header-top/tel_active.svg);
}

.header-top-tel-pic img {
    width: 100%;
    height: 100%;
    display: none;
}

.header-top-acc {
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%;
    text-transform: capitalize;
}

.header-top-acc:hover {
    color: #000;
}

.header-top-acc-pic {
    width: 24px;
    height: 24px;
    background-image: url(../img/header-top/acc.svg);
    background-size: 100% 100%;
    transition: 0.3s;
}

.header-top-acc:hover .header-top-acc-pic {
    background-image: url(../img/header-top/acc_active.svg);
}

.header-top-acc-pic img {
    width: 100%;
    height: 100%;
    display: none;
}

.header-tel-acc-pic {
    width: 24px;
    height: 24px;
}

.header-tel-acc-pic img {
    width: 100%;
    height: 100%;
}

.header-main {
    border-radius: 8px;
    background: #FFF;
    padding: 0 26px;
    height: 84px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.header-main-btn {
    width: 28px;
    height: 28px;
    margin-right: 30px;
}

.header-main-btn img {
    width: 100%;
    height: 100%;
}

.header-main-logo {
    width: 130px;
}

.header-main-logo img {
    width: 100%;
}

.header-main-nav {
    display: flex;
    align-items: center;
    gap: 38px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.header-main-nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.header-main-nav button {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
}

a.header-main-nav-item {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
}

.header-main-nav-menu {
    position: absolute;
    top: 87px;
    border-radius: 4px;
    background: #FFF;
    padding: 18px 32px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    width: max-content;
    max-width: 273px;
}

/* .header-main-nav-item:nth-child(4) .header-main-nav-menu {
    opacity: 1;
    visibility: visible;
} */

.header-main-nav-item:hover .header-main-nav-menu {
    opacity: 1;
    visibility: visible;
}

.header-main-nav-menu a {
    /* flex: 0 0 calc(50% - 1px); */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
    /* white-space: nowrap; */
}

.header-main-nav-menu span {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.header-main-nav-menu a:hover {
    color: #2131CA;
}

.header-main-nav-menu_long {
    max-width: 469px;
}

.header-main-nav_more {
    width: 24px;
    height: 22px;
}

.header-main-nav_more img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-main-add {
    display: flex;
    gap: 13px;
}

.header-main-cat {
    padding: 16px 34px;
    border-radius: 6px;
    background: #4755D6;
    font-family: Montserrat;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%; /* 22.26px */
    font-variant: small-caps;
    box-sizing: border-box;
}

.header-main-cat:hover {
    background: var(--Hover, #2131CA);
}

.header-main-acc {
    border-radius: 6px;
    border: 1px solid  #4755D6;
    padding: 16px 34px;
    box-sizing: border-box;
    color: #4755D6;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%; /* 22.26px */
    font-variant: small-caps;
}

.header-main-acc:hover {
    border: 1px solid var(--Hover, #2131CA);
    background: var(--Hover, #2131CA);
    color: #FFF;
}

.header-side {
    position: absolute;
    overflow-y: scroll;
    /* max-width: 0; */
    left: -310px;
    position: fixed;
    /* left: 0; */
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: #FFF;
    padding: 26px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    max-width: 310px;
}

.header-side_active {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.header-side::-webkit-scrollbar {
    display: none;
}

.header-side-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.header-side-logo {
    width: 170px;
}

.header-side-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-side-close {
    width: 34px;
    height: 34px;
    background-image: url(../img/header-side/close.svg);
    background-size: 100% 100%;
}

.header-side-nav {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
}

.header-side-nav-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 22px;
    overflow: hidden;
    gap: 0;
    transition: 0.3s;
}

.header-side-nav-item_active {
    gap: 20px;
    max-height: 500px;
}

.header-side-nav-item-btn {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 159%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-side-nav-item-btn::after {
    content: '';
    width: 11px;
    height: 12px;
    background-image: url(../img/header-side/arrow.svg);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.header-side-nav-item_active .header-side-nav-item-btn::after {
    transform: rotate(90deg);
}

.header-side-nav-item-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 187px;
}

.header-side-nav-item-list a {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-variant: small-caps;
    letter-spacing: 0.14px;
}

.header-side-nav-link {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 159%;
    text-transform: uppercase;
}

.header-side-add {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 12px;
}

.header-side-add a, .header-side-add button {
    width: 100%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    border-radius: 6px;
    background: #4755D6;
    box-sizing: border-box;
	cursor: pointer;
}

.header-side-add a:hover, .header-side-add button:hover {
    background: #2131CA;
}


.header-side-add_mob {
    display: none;
}

.header-side-acc {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-side-acc::before {
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(../img/header-side/acc_active.svg);
    background-size: 100% 100%;
    display: flex;
}

.header-side-info {
    margin-top: 28px;
    border-top: 1px solid #CFCFCF;
    padding-top: 20px;
}

.header-side-info-cont {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.header-side-info-cont-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.header-side-info-cont-item a {
    align-self: stretch;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%;
    letter-spacing: 0.18px;
    text-transform: lowercase;
}

.header-side-info-cont-item span {
    align-self: stretch;
    color: #CFCFCF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
}

.header-side-info-add {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-side-info-add-adr {
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
}

.header-side-info-add-soc {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.header-side-info-add-soc a {
    border-radius: 2.667px;
    background: #4755D6;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-side-info-add-soc a:hover {
    background-color: #2131CA;
}

.header-side-info-add-soc a img {
    width: 21.778px;
    height: 21.778px;
}

.main-banner {
    margin-top: 30px;
}

.main-banner .container {
    position: relative;
}

.main-banner-slider {
    height: 648px;
    border-radius: 8px;
}

.main-banner-slider .slick-dots {
    position: absolute;
    top: 33px;
    left: 84px;
    right: 84px;
    display: flex;
    list-style: none;
    gap: 43px;
    z-index: 1;
}

.main-banner-slider .slick-dots li {
    width: -webkit-fill-available;
    width: -moz-available;
    font-size: 0;
    height: 4px;
}

.main-banner-slider .slick-dots li button {
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    height: 4px;
    font-size: 0;
    transition: 0.3s;
}

.main-banner-slider .slick-dots .slick-active button {
    background: #4755D6;
}

.main-banner-slider .slick-track, .main-banner-slider .slick-list {
    height: 100%;
}

.main-banner-item {
    position: relative;
}

.main-banner-cont {
    padding-top: 180px;
    padding-left: 84px;
    max-width: 919px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 36px;
}

.main-banner-cont-title {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.main-banner-cont-text {
    max-width: 447px;
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.main-banner-cont-btn {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%; /* 22.26px */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 34px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
    width: fit-content;
    margin-top: auto;
}

.main-banner-cont-btn:hover {
    background: #2131CA;
}

.main-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 8px;
}

.main-banner-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    object-position: top;
}

.main-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    object-position: center;
}

.main-banner-nav {
    display: flex;
    gap: 16px;
    position: absolute;
    right: 86px;
    bottom: 36px;
    z-index: 1;
}

.main-banner-nav-btn {
    display: flex;
    width: 54px;
    height: 54px;
    border-radius: 6px;
    background-color: #4755D6;
    justify-content: center;
    align-items: center;
    background-image: url(../img/main-banner/arrow.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.main-banner-nav-btn:hover {
    background-color: #2131CA;
}

.main-banner-nav-btn_next {
    transform: rotate(180deg);
}

.main-banner-add {
    margin-top: 16px;
}

.main-banner-add .main-banner-cont-btn {
    display: none;
}

.main-banner-add .container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.main-banner-add-item {
    border-radius: 8px;
    background: #FFF;
    padding: 26px 27px 26px 26px;
    box-sizing: border-box;
    width: calc(100% / 4 - 12px);
    display: flex;
    align-items: center;
    gap: 22px;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
}

.main-banner-add-item-pic {
    min-width: 42px;
    max-width: 42px;
    height: 42px;
}

.main-banner-add-item-pic img {
    width: 100%;
    height: 100%;
}

.main-tarif {
    margin-top: 180px;
}

.main-block {
    margin-bottom: 44px;
}

.main-block-top {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-block-top h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
}

.main-block-top a {
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-block-top a::after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../img/main-tarif/arrow.svg);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.main-block-top a:hover {
    color: #2131CA;
}

.main-block-top a:hover::after {
    background-image: url(../img/main-tarif/arrow_active.svg);
}

.main-block-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 752px;
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.main-tarif-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-tarif-item {
    width: calc(100% / 3 - 6.7px);
    height: 463px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 32px 47px;
    box-sizing: border-box;
    text-align: center;
    gap: 14px;
    position: relative;
    border-radius: 8px;
}

.main-tarif-item-pic {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-tarif-item-pic img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    border-radius: 8px;
    object-fit: cover;
}

.main-tarif-item-pic_mob {
    display: none;
}

.main-tarif-item-title {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.main-tarif-item-text {
    color: #303030;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-variant: small-caps;
    text-align: center;
    /* max-width: none !important; */
}

.main-tarif-item-text span {
    color: var(--Hover, #2131CA);
    font-weight: 600;
}

.main-tarif-btn {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    text-align: center;
    border-radius: 6px;
    background: #4755D6;
    padding: 16px 34px;
    box-sizing: border-box;
    display: flex;
    width: fit-content;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
}

.main-tarif-btn:hover {
    background: #2131CA;
}

.main-eqt {
    margin-top: 180px;
}

.main-eqt-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.main-eqt-item {
    width: calc(100% / 4 - 12px);
    height: 386px;
    border-radius: 8px;
    background: #E1E2EB;
    padding-top: 17px;
    box-sizing: border-box;
    position: relative;
}

.main-eqt-item-pic {
    width: 100%;
    height: 264px;
}

.main-eqt-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px 8px 0 0;
}

.main-eqt-item-cont {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 4px;
    background: #4755D6;
    height: 100%;
    max-height: 88px;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.3s;
}

.main-eqt-item:hover .main-eqt-item-cont {
    max-height: 120px;
}

.main-eqt-item-cont-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    font-variant: small-caps;
    margin-bottom: 6px;
}

.main-eqt-item-cont-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.main-eqt-item:hover .main-eqt-item-cont-text {
    opacity: 1;
    visibility: visible;
}

.main-weding {
    margin-top: 180px;
}

.main-weding .container {
    border-radius: 8px;
    padding: 38px 75px 40px;
    box-sizing: border-box;
    background-image: url(../img/main-weding/bg.png);
    background-size: cover;
    object-fit: cover;
    object-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.main-weding-block {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-weding-block h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.main-weding-block p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.main-weding-block a {
    margin-top: 58px;
    color: var(--Hover, #2131CA);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    text-align: center;
    border-radius: 6px;
    background: #FFF;
    padding: 16px 34px;
    box-sizing: border-box;
    width: fit-content;
}

.main-weding-block a:hover {
    box-shadow: 0px 4px 4px 0px rgba(4, 7, 56, 0.25);
}

.main-weding-pic {
    width: 40%;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
}

.main-weding-pic img {
    height: 348px;
    width: 100%;
    object-fit: contain;
}

.main-why {
    margin-top: 180px;
}

.main-why .main-tarif-item-title {
    font-size: 22px;
}

.main-block_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main-block_center .main-block-text {
    /* max-width: none; */
}

.main-tarif-row_why .main-tarif-item {
    padding: 32px 26px;
}

.main-tarif-item a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    text-align: center;
    padding: 16px 34px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
    margin-top: auto;
}

.main-tarif-item button {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    text-align: center;
    padding: 16px 34px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
    margin-top: auto;
}

.main-tarif-item a:hover, .main-tarif-item button:hover {
    background: #2131CA;
}

.main-buis {
    margin-top: 180px;
}

.main-tarif-row_two {
    gap: 56px;
}

.main-tarif-row_two .main-tarif-item {
    width: calc(100% / 2 - 28px);
}

.main-tarif-row_two .main-tarif-item-text {
    max-width: 520px;
}

.main-ind {
    margin-top: 180px;
    height: 458px;
}

.main-ind .container {
    height: 100%;
    background-image: url(../img/main-ind/bg.png);
    background-size: cover;
    border-radius: 6px;
    background-position: right bottom;
    padding: 38px 48px;
    box-sizing: border-box;
    position: relative;
}

.main-ind .main-weding-block {
    max-width: 784px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.main-ind .main-weding-block a {
    margin-top: auto;
}

.main-ind .main-weding-block a:hover {
    box-shadow: 0px 4px 4px 0px rgba(4, 7, 56, 0.25);
}

.main-ind-pic {
    position: absolute;
    right: 70px;
    bottom: 30px;
    max-width: 840px;
    width: 100%;
}

.main-ind-pic img {
    width: 100%;
    height: 100%;
}

.main-sol {
    margin-top: 180px;
}

.main-sol .main-block-top {
    flex-direction: row-reverse;
}

.main-sol .main-block-text {
    margin-left: auto;
}

.main-sol .main-block-top h2 {
    max-width: 752px;
    width: 100%;
}

.main-sol .main-eqt-item {
    padding-top: 0;
    background-color: rgb(232, 232, 237);
}

.main-sol .main-eqt-item-pic {
    width: 100%;
    height: 296px;
}

.main-sol .main-eqt-item:nth-child(1) .main-eqt-item-pic {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.main-sol .main-eqt-item:nth-child(1) .main-eqt-item-pic img {
    object-fit: cover;
    object-position: 0 -2px;
}

.main-sol .main-eqt-item:nth-child(3) .main-eqt-item-pic img {
    object-position: 0 3px;
}

.main-sol .main-eqt-item:nth-child(4) .main-eqt-item-pic img {
    object-position: 0 4px;
}

.main-sol .main-eqt-item-pic img {
    object-fit: cover;
}

.main-sol .main-eqt-item-cont {
    height: 90px;
    max-height: 90px;
}

.main-brand {
    margin-top: 180px;
    overflow: hidden;
}

.main-brand-slider {
    max-width: 1520px;
    overflow: hidden;
}

.main-brand-slider_c {
    display: flex;
    gap: 30px;
}

.main-brand-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1rem 0;
}

.main-brand-track {
  display: flex;
  /* заведомо достаточно широкий контейнер, чтобы вместить оба набора логотипов */
  width: calc( (200px + 2rem) * 11 * 2 );
  animation: marquee 20s linear infinite;
}

.main-brand-item {
  margin: 0 1rem;       /* отступы между ними */
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-brand-item img {
  max-width: 100%;
  height: auto;
}

/* Анимация прокрутки влево на половину общей ширины трека */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Адаптивность: чем меньше экран, тем уже делаем элементы */
@media (max-width: 768px) {
  .main-brand-item {
  }
  /* чтобы считать ширину трека заново, можно убрать фиксированную width,
     но анимацию лучше не трогать */
}

/* .main-brand-slider {
    display: inline-block;
    white-space: nowrap;
} */

/* .main-brand-slider .slick-list {
    margin: 0 -44px;
} */

.main-brand .js-marquee {
    display: flex;
    margin-right: 0 !important;
}

.main-brand-item {
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0 32px;
}

.main-brand-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.main-qst {
    margin-top: 180px;
}

.main-qst .container {
    background-color: #4755D6;
    padding: 38px 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}

.main-qst-block {
    max-width: 768px;
    width: 100%;
}

.main-qst-pic {
    width: 500px;
    height: 350px;
}

.main-qst-pic img {
    width: 100%;
    height: 100%;
}

.main-qst-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 62.4px */
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.main-qst-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    max-width: 694px;
}

.main-qst-form {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 12px;
}

.main-qst-form input[type="text"] {
    width: calc(100% / 2 - 5px);
    border-radius: 4px;
    background: #FFF;
    color: #000;
    padding: 16px 20px;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.main-qst-form input[type="tel"] {
    width: calc(100% / 2 - 5px);
    border-radius: 4px;
    background: #FFF;
    color: #000;
    padding: 16px 20px;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.main-qst-form textarea {
    width: 100%;
    height: 102px;
    padding: 16px 20px;
    border-radius: 4px;
    color: #000;
    background: #FFF;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    border: 0;
    outline: 0;
    resize: none;
}

.main-qst-form-agr {
    margin-top: 0 !important;
    width: 100%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px;
    cursor: pointer;
}

.main-qst-form-agr input {
    display: none;
}

.main-qst-form-agr span {
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    background-image: url(../img/main-qst/wt_check.svg);
    background-size: 100% 100%;
    transition: 0.3s;
}

.main-qst-form-agr input:checked~span {
    background-image: url(../img/main-qst/wt_check_acive.svg);
}

.main-qst-form-captc {
    margin-top: 22px !important;
    padding: 16px;
    padding-right: 22px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px;
    max-width: 254px;
    cursor: pointer;
}

.main-qst-form-captc input {
    display: none;
}

.main-qst-form-captc span {
    width: 22px;
    height: 22px;
    background-image: url(../img/main-qst/bk_check.svg);
    background-size: 100% 100%;
    transition: 0.3s;
}

.main-qst-form-captc input:checked~span {
    background-image: url(../img/main-qst/bk_check_active.svg);
}

.main-qst-form-captc-cont {
    margin-top: 2px;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.main-qst-form-captc-cont div {
    color: #0D2951;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-qst-form-bot {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 18px;
}

.main-qst-form-bot input {
    color: #2131CA;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%; /* 22.26px */
    font-variant: small-caps;
    padding: 16px 34px;
    border-radius: 6px;
    background: #FFF;
    height: 54px;
    cursor: pointer;
}

.main-qst-form-bot input:hover {
    box-shadow: 0px 4px 4px 0px rgba(4, 7, 56, 0.25);
}

.main-qst-form-bot-soc {
    display: flex;
    gap: 8px;
}

.main-qst-form-bot-soc a {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
}

.main-qst-form-bot-soc a:hover {
    box-shadow: 0px 4px 4px 0px rgba(4, 7, 56, 0.25);
}

.main-qst-form-bot-soc a img {
    width: 28px;
    height: 28px;
}

.main-oper {
    margin-top: 180px;
}

.main-oper .main-block-text {
    max-width: 760px;
}

.main-oper-year {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    font-variant: small-caps;
    gap: 12px;
}

.main-oper-year span:nth-child(1) {
    order: 0;
}

.main-oper-year span:nth-child(2) {
    order: 2;
}

.main-oper-year::after {
    content: '';
    width: 100%;
    height: 10px;
    background-image: url(../img/main-oper/line.svg);
    background-size: 100% 100%;
    display: flex;
    order: 1;
}

.main-oper-row {
    margin-top: 44px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.main-oper-item {
    width: calc(100% / 4 - 12px);
    height: 386px;
    border-radius: 8px;
    background: #4755D6;
    padding: 34px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-oper-item-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 62.4px */
    letter-spacing: -0.48px;
}

.main-oper-item-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    font-variant: small-caps;
}

footer {
    margin-top: 180px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer-info {
    max-width: 265px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-logo {
    display: flex;
    width: 116px;
}

.footer-logo img {
    width: 100%;
}

.footer-info-text {
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
    font-variant: small-caps;
    letter-spacing: -0.12px;
}

.footer-info .main-qst-form-bot-soc {
    margin-top: 62px;
}

.footer-nav {
    display: contents;
    justify-content: space-between;
    width: 100%;
}

.footer-nav-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav-item-title {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    font-variant: small-caps;
    margin-bottom: 4px;
}

.footer-nav-item-link {
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
    font-variant: small-caps;
}

.footer-nav-item-title_bot {
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-add {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 368px;
    width: 100%;
}

.footer-add a {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%; /* 25.44px */
    font-variant: small-caps;
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #FFF;
}

.footer-add button {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%; /* 25.44px */
    font-variant: small-caps;
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #FFF;
}

.footer-add a:hover {
    background: var(--Hover, #2131CA);
    color: #fff;
}

.footer-add button:hover {
    background: var(--Hover, #2131CA);
    color: #fff;
}

.footer-bot {
    padding-top: 22px;
    border-top: 1px solid #CFCFCF;
    padding-bottom: 24px;
    display: flex;
}

.footer-bot-text {
    max-width: 368px;
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
    font-variant: small-caps;
}

.footer-bot-policy {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
    font-variant: small-caps;
    /* margin-right: 127px; */
}

.footer-bot-policy a {
    color: inherit;
}

.footer-bot-dev {
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
    font-variant: small-caps;
    margin-right: 95px;
    margin-left: auto;
}

.cookie {
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 7.7px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookie-pic {
    width: 68px;
    height: 52px;
}

.cookie-pic img {
    width: 100%;
    height: 100%;
}

.cookie-text {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
    max-width: 278px;
}

.cookie-text a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: inherit;
}

.cookie-btn {
    height: 44px;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%; /* 22.26px */
    font-variant: small-caps;
}

.cookie-btn:hover {
    background-color: #2131CA;
}

.support {
    position: fixed;
    z-index: 5;
    top: 220px;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    right: -58px;
    display: flex;
    /* height: fit-content; */
}

.support-btn {
    border-radius: 6px 0px 0px 6px;
    background: #4755D6;
    width: 58px;
    height: 54px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-btn:hover {
    background-color: #2131CA;
}

.support-btn img {
    width: 30px;
    height: 30px;
}

.support_active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.support_open {
    /* top: 0; */
    /* bottom: 0; */
	overflow: scroll;
}

.support-menu {
    max-width: 0;
    width: 552px;
    border-radius: 0px 8px 8px 8px;
    background: #FFF;
    box-sizing: border-box;
    overflow-y: scroll;
    /* height: fit-content; */
    transition: 0.3s;
	display: flex;
    flex-direction: column;
}

.support-menu_active {
    max-width: 552px;
	height: fit-content;
    /* min-width: 552px; */
}

.support-head {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    font-variant: small-caps;
    padding: 14px 26px;
    box-sizing: border-box;
    border-bottom: 1px solid #ECECEC;
}

.support-menu form {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 22px 26px;
    box-sizing: border-box;
}

.support-menu form label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.support-menu form label input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid var(--unnamed, #D9D9D9);
    box-sizing: border-box;
    padding-left: 20px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.support-menu form label input[type="tel"] {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid var(--unnamed, #D9D9D9);
    box-sizing: border-box;
    padding-left: 20px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.support-menu form .main-qst-form-agr {
    margin-top: 0 !important;
}

.support-menu form .main-qst-form-agr span {
    background-image: url(../img/main-qst/bk_check.svg);
}

.support-menu form .main-qst-form-agr input:checked~span {
    background-image: url(../img/main-qst/bk_check_active.svg);
}

.support-menu form .main-qst-form-captc {
    margin-top: 18px;
    border-radius: 8px;
    background: #E1E2EB;
}

.support-bot {
    display: flex;
}

.support-bot button {
    width: 50%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.support-bot-reset {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%; /* 22.26px */
    font-variant: small-caps;
    border-radius: 0px 0px 0px 8px;
    background: var(--unnamed, #EBEBEB);
}

.support-bot-reset:hover {
    background: #CAC7C7;
}

.support-bot-submit {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%; /* 22.26px */
    font-variant: small-caps;
    border-radius: 0px 0px 8px 0px;
    background: #4755D6;
}

.support-bot-submit:hover {
    background: #2131CA;
}

.support-submit {
    border-radius: 0px 8px 8px 8px;
    background: #FFF;
}

.support-submit-msg {
    margin-top: 36px;
    margin-left: 26px;
    margin-right: 26px;
    margin-bottom: 36px;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    padding: 54px 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 42px;
}

.support-submit-msg-pic {
    width: 94px;
    height: 58px;
}

.support-submit-msg-pic img {
    width: 100%;
}

.support-submit-msg-cont {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    font-variant: small-caps;
}

.support-submit-msg-cont span {
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.error {
    margin-top: 45px;
}

.error-block {
    border-radius: 8px;
    background: #D5E5FF;
    max-height: 757px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 118px;
    box-sizing: border-box;
}

.error-pic {
    width: 254px;
    height: 254px;
    margin-bottom: 20px;
}

.error-pic img {
    width: 100%;
    height: 100%;
}

.error-block h1 {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    text-align: center;
    margin-bottom: 10px;
}

.error-block span {
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    font-variant: small-caps;
    text-align: center;
}

.error-block a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    text-align: center;
    padding: 16px 34px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
    margin-top: 44px;
}

.error-block a:hover {
    background: #2131CA;
}

.chip {
    margin-top: 30px;
	overflow: scroll;
}

.chip::-webkit-scrollbar {
	display: none;
}

.chip .container {
    display: flex;
    gap: 14px;
}

.chip a {
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    display: flex;
    align-items: center;
    gap: 14px;
	white-space: nowrap;
}

.chip a:first-child::before {
    display: none;
}

.chip a:last-child {
    color: #000;
}

.chip a:last-child::before {
    background-image: url(../img/header-top/chip-arrow_active.svg);
}

.chip a::before {
    content: '';
    min-width: 6px;
	max-width: 6px;
    height: 11px;
    background-image: url(../img/header-top/chip-arrow.svg);
    background-size: 100% 100%;
    display: flex;
}

.top-block {
    margin-top: 24px;
}

.top-title {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.top-text {
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    flex-direction: column;
    gap: 10px;
	max-width: 100% !important;
}

.main-oper_about {
    margin-top: 48px;
}

.about-qst {
    margin-top: 180px;
}

.about-qst .container {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.main-why .main-block-text {
	max-width: 600px;
}

.about-qst-block {
    max-width: 591px;
    display: flex;
    flex-direction: column;
}

.about-qst-block .main-block-text {
    max-width: 444px;
}

.about-qst-block a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    text-align: center;
    border-radius: 6px;
    background: #4755D6;
    padding: 16px 34px;
    display: flex;
    margin-top: auto;
    width: fit-content;
}

.about-qst-block button {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    text-align: center;
    border-radius: 6px;
    background: #4755D6;
    padding: 16px 34px;
    display: flex;
    margin-top: auto;
    width: fit-content;
}

.about-qst-block a:hover, .about-qst-block button:hover {
    background: #2131CA;
}

.about-qst-row {
    max-width: 752px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-qst-row .btn_modal {
	display: none;
}

.about-qst-item {
    padding: 16px 28px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #E1E2EB;
    max-height: 74px;
    overflow: hidden;
    transition: 0.3s;
}

.about-qst-item_big {
    max-height: 90px;
}

.about-qst-item_big .about-qst-item-top {
    height: 58px;
}

.about-qst-item_active {
    max-height: 500px;
}

.about-qst-item-top {
    display: flex;
    align-items: center;
    gap: 80px;
    height: 42px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px;
    cursor: pointer;
}

.about-qst-item-top-text {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    font-variant: small-caps;
}

.about-qst-item-top-btn {
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    background-image: url(../img/about-suc/arrow-down.svg);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
	margin-bottom: auto;
}

.about-qst-item_active .about-qst-item-top-btn {
    transform: rotate(180deg);
}

.doc .about-qst-item_active {
    max-height: 2000px;
}

.serv .about-qst-item_active {
    max-height: 2000px;
}

.about-qst-item-text {
    max-width: 587px;
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.doc {
    margin-top: 44px;
}

.doc .container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-qst-item ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-qst-item ul li {
    display: flex;
    gap: 12px;
    color: #3B3B3B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.about-qst-item ul li::before {
    content: '';
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url(../img/about-suc/dow.svg);
    background-size: 100% 100%;
    display: flex;
    margin-top: 4px;
}

.about-qst-item ul li a {
    color: #3B3B3B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.about-qst-item ul li a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.serv {
    margin-top: 44px;
}

.serv .container {
    display: flex;
    gap: 15px;
}

.serv-pic {
    max-width: 752px;
    width: 100%;
    height: 320px;
}

.serv-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.serv-cont {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.serv-cont h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    font-variant: small-caps;
}

.serv-cont-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 752px;
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.about-qst-row a {
    display: none;
}

.serv_doc {
    margin-top: 180px;
}

.serv_doc .main-block {
    margin-bottom: 26px;
}

.serv_doc .about-qst-item ul li::before {
    background-image: none;
    max-width: 3px;
    min-width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}

.eqt {
    margin-top: 26px;
}

.eqt-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 0 !important;
}

.eqt-row .slick-slide {
    margin: 0 10px;
}

.eqt-row .slick-list {
    margin: 0 -10px;
}

.eqt-item {
    width: calc(100% / 4 - 12px);
    height: 386px;
    border-radius: 8px;
    background: #E1E2EB;
    padding: 33px 0;
    box-sizing: border-box;
}

.eqt-item-pic {
    width: 100%;
    height: 100%;
}

.eqt-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eqt-bum {
    margin-top: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eqt-bum-title {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 62.4px */
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}

.eqt-bum-text {
    max-width: 732px;
    width: 100%;
    text-align: center;
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    font-variant: small-caps;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.eqt-bum-pic {
    width: 324px;
    height: 302px;
    margin-top: 16px;
}

.eqt-bum-pic img {
    width: 100%;
    height: 100%;
}

.partner-banner {
    margin-top: 24px;
}

.partner-banner-cont {
    position: relative;
    height: 480px;
    padding: 38px 48px;
    box-sizing: border-box;
}

.partner-banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.partner-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.partner-banner-block {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-width: 768px;
    height: 100%;
}

.partner-banner-block h1 {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.partner-banner-text {
    color: var(--unnamed, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    max-width: 546px;
}

.partner-banner-block a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 16px 34px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
}

.partner-banner-block button {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 16px 34px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
}

.partner-banner-block a:hover, .partner-banner-block button:hover {
    background: #2131CA;
}

.partner-prog .main-block-text {
    max-width: 817px;
}

.partner-prog .main-tarif-item-title {
    font-size: 22px;
}

.partner-asd {
    margin-top: 180px;
}

.partner-asd-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.partner-asd-item {
    width: 100%;
    height: 426px;
    position: relative;
    padding: 38px 48px;
    box-sizing: border-box;
	overflow: hidden;
	border-radius: 8px;
}

.partner-asd-link {
    display: none;
}

.partner-asd-pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
	border-radius: 8px;
}

.partner-asd-pic img {
    width: 104%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    object-position: bottom;
}

.partner-asd-pic_mob {
    display: none;
}

.partner-asd-block {
    position: relative;
    z-index: 1;
    max-width: 702px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.partner-asd-block h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    font-variant: small-caps;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
}

.partner-asd-block p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 18px;
}

.partner-asd-block span {
    font-weight: 500;
}

.partner-asd-block ul {
    padding-left: 20px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-variant: small-caps;
    margin-bottom: 18px;
}

.partner-asd-block a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 16px 34px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
}

.partner-asd-block button {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%;
    font-variant: small-caps;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 16px 34px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4755D6;
}

.partner-asd-block a:hover, .partner-asd-block button:hover {
    background: #2131CA;
}

.partner-asd-item_r .partner-asd-block {
    margin-left: auto;
}

.partner-qst .container {
    position: relative;
    background-image: none;
    overflow: hidden;
    background-color: transparent;
}

.partner-qst-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.partner-qst-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.partner-qst-pic_mob {
    display: none;
}

.main-qst-block {
    position: relative;
    z-index: 1;
}

.partner-qst .main-qst-title, .partner-qst .main-qst-text, .partner-qst .main-qst-form-agr {
    color: #000;
}

.partner-qst .main-qst-form-agr span {
    background-image: url(../img/main-qst/bk_check.svg);
}

.partner-qst .main-qst-form-agr input:checked~span {
    background-image: url(../img/main-qst/bk_check_active.svg);
}

.partner-qst .main-qst-form-bot input {
    color: #fff;
    background-color: #4755D6;
}

.partner-qst .main-qst-form-bot input:hover {
    background-color: #2131CA;
}

.contact {
    margin-top: 30px;
}

.contact-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-item {
    width: calc(100% / 3 - 6.7px);
    border-radius: 8px;
    background: #4755D6;
    padding: 42px 38px;
    box-sizing: border-box;
}

.contact-item-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    margin-bottom: 32px;
}

.contact-item-cont {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-item-cont-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
}

.contact-item-cont-block a {
    color: inherit;
}

.contact-item-cont-block span {
    font-weight: 600;
}

.contact-item-btn {
    margin-top: 46px;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 159%; /* 22.26px */
    font-variant: small-caps;
    padding: 16px 34px;
    border-radius: 6px;
    background: #FFF;
    display: flex;
    width: fit-content;

}

.contact-item-btn:hover {
    box-shadow: 0px 4px 4px 0px rgba(4, 7, 56, 0.25);
}

.contact-add {
    margin-top: 180px;
}

.contact-add .container {
    display: flex;
    gap: 10px;
}

.contact-add-block {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-add-block-pic {
    width: 100%;
    height: 440px;
}

.contact-add-block-pic img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.contact-add-map {
    width: 100%;
    max-width: 752px;
    min-width: 752px;
    height: 536px;
}

.contact-add-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.contact-add-block-bot {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.contact-add-block-bot .contact-item-btn {
    margin-top: 0;
}

.cookie-cont {
    margin-top: 48px;
}

.cookie-cont .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.cookie-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cookie-block h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* margin-bottom: 4px; */
}

.cookie-block p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.cookie-block span {
    font-weight: 600;
}

.cookie-block ul {
    padding-left: 30px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.cookie-block a {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.scroll-btn {
    width: 62px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid var(--Hover, #2131CA);
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    background-image: url(../img/footer/scroll_btn.svg);
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-position: center center;
}

.scroll-btn_active {
    opacity: 1;
    visibility: visible;
}

.scroll-btn:hover {
    background-color: var(--Hover, #2131CA);
    background-image: url(../img/footer/scroll_btn_active.svg);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(0, 0, 0, 0.12);*/
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.modal_active {
    opacity: 1;
    visibility: visible;
}

.modal-cont {
    border-radius: 8px;
    background: #FFF;
    padding: 54px 64px 54px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 625px;
    width: 100%;
    max-height: 100vh;
    overflow: scroll;
    position: relative;
}

.modal-title {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    margin-bottom: 36px;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-form-label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
    color: #000;
}

.modal-form-label input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid var(--unnamed, #D9D9D9);
    background: var(--unnamed, #F8F8F8);
    padding-left: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
    color: #000;
    box-sizing: border-box;
}

.modal .main-qst-form-agr {
    color: #000;
    margin-top: 2px;
}

.modal .main-qst-form-agr span {
    background-image: url(../img/main-qst/bk_check.svg);
}

.modal .main-qst-form-agr input:checked~span {
    background-image: url(../img/main-qst/bk_check_active.svg);
}

.modal .main-qst-form-captc {
    background-color: #E4E4E4;
    margin-top: 8px;
    padding-right: 15px;
}

.modal .main-qst-form-captc-cont {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
}

.modal .main-qst-form-bot {
    margin-top: 20px;
}

.modal .main-qst-form-bot input {
    border-radius: 6px;
    background: #4755D6;
    color: #fff;
}

.modal .main-qst-form-bot input:hover {
    background: #2131CA;
}

.modal-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
    background-image: url(../img/header-main/modal_close.svg);
    background-size: 100% 100%;
}

.modal .support-submit-msg {
    margin: 0;
    width: 100%;
}

@media (max-width: 1300px) {
    header {
        top: 0;
    }

    .header_scrolled {
        top: 0;
    }

    .support {
        display: none;
    }

    .container {
        padding: 0 12px;
    }

    header {

    }

    header .container {
        padding: 0;
    }

    .header-top {
        display: none;
    }

    .header-main {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 0;
        padding: 0 12px;
        height: 105px;
    }

    .header-main-nav {
        display: none;
    }

    .header-main-add {
        display: none;
    }

    .header-main-btn {
        margin-right: 0;
        width: 32px;
        height: 32px;
    }

    .header-side {
        max-width: 100%;
        padding: 30px 12px;
    }

    .header-side-logo {
        width: 130px;
    }

    .header-side-close {
        width: 32px;
        height: 32px;
    }

    .header-side-add {
        display: none;
    }

    .header-side-add_mob {
        display: flex;
    }

    .header-side-add a:last-child {
        background-color: #fff;
        border: 1px solid #4755D6;
        color: #4755D6;
    }

    .header-side-top {
        margin-bottom: 38px;
    }

    .header-side-acc {
        justify-content: center;
    }

    .header-side-info-cont {
        justify-content: center;
        text-align: center;
    }

    .header-side-info-add-adr {
        font-size: 13px;
        text-align: center;
    }

    .header-side-info-add-soc {
        justify-content: center;
    }

    .main-banner {

    }

    .main-banner .container {
        padding: 0;
    }

    .main-banner-slider {
        height: auto;
    }

    .main-banner-cont {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .main-banner-cont-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 26px */
        letter-spacing: -0.2px;
        margin-bottom: 8px;
    }

    .main-banner-cont-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 154%; /* 21.56px */
    }

    .main-banner-bg {
        position: unset;
        width: 100%;
        height: 372px;
        margin-top: 26px;
    }

    .main-banner-bg video {
        object-position: -352px;
        height: 116%;
    }

    .main-banner-cont-btn {
        display: none;
    }

    .main-banner-nav {
        display: none;
    }

    .main-banner-slider .slick-dots {
        top: auto;
        bottom: 351px;
        left: 12px;
        right: 12px;
        gap: 13px;
    }

    .main-banner-add {
        gap: 8px;
    }

    .main-banner-add .container {
        gap: 8px;
    }

    .main-banner-add-item {
        width: 100%;
        padding: 14px 20px;
        gap: 20px;
    }

    .main-banner-add-item-pic {
        min-width: 36px;
        max-width: 36px;
        height: 36px;
    }

    .partner-qst-pic img {
        display: none;
    }

    .partner-qst-pic_mob {
        display: flex !important;
    }

    .main-banner-add .main-banner-cont-btn {
        display: flex !important;
        width: 100%;
        margin-top: 14px;
    }

    .main-tarif {
        margin-top: 100px;
    }

    .main-block {
        margin-bottom: 16px;
    }

    .main-block-top {
        margin-bottom: 8px;
    }

    .main-block-top h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 31.2px */
        letter-spacing: -0.24px;
    }

    .main-block-text {
        font-size: 14px;
    }

    .main-tarif-row {
        gap: 18px;
    }

    .main-buis_slider .slick-list {
        margin: 0 -10px;
    }

    .main-buis_slider .main-tarif-item {
        aspect-ratio: 1 / 0.9288;
        height: auto !important;
        margin: 0 10px;
    }

    .main-buis_pidor .main-block_center {
        justify-content: center;
    }

    .main-tarif-item {
        width: 100%;
        height: 326px;
        padding: 22px 0;
        gap: 8px;
    }

    .main-sol .main-eqt-item:nth-child(1) .main-eqt-item-pic {
        height: 296px;
    }

    .main-tarif-row_first .main-tarif-item {
        height: 296px;
    }

    .main-tarif-item-title {
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 20.8px */
    }

    .main-tarif-item-text {
        font-size: 14px;
        font-style: normal;
        line-height: 154%; /* 21.56px */
    }

    .main-tarif-item_1 .main-tarif-item-text {
        max-width: 306px !important;
    }

    .main-tarif-item_2 .main-tarif-item-text {
        max-width: 241px !important;
    }

    .main-tarif-item_3 .main-tarif-item-text {
        max-width: 413px !important;
		padding: 0 30px;
    }

    .main-tarif-item_4 .main-tarif-item-text {
        max-width: 319px !important;
    }

    .main-tarif-item_5 .main-tarif-item-text {
        max-width: 327px !important;
    }

    .main-tarif-item-pic {
        background-color: rgb(226, 226, 236);
        border-radius: 6px;
    }

    .main-tarif-item-pic img {
        display: none;
        object-position: center;
        border-radius: 6px;
    }

	.main-buis_pidor .main-tarif-item:first-child .main-tarif-item-pic img {
		object-position: center 29px;
	}

    .main-tarif-item-pic_mob {
        display: flex !important;
    }

    .main-tarif-btn {
        margin: 0;
        margin-top: 22px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-eqt {
        margin-top: 100px;
    }

    .main-block {
        display: grid;
    }

    .main-block-top {
        display: contents;
    }

    .main-block-top h2 {
        order: 0;
        margin-bottom: 8px;
    }

    .main-block-text {
        order: 1;
    }

    .main-block-top a, .main-block-top btn {
        order: 2;
        margin-top: 28px;
    }

    .main-eqt-row {
        gap: 18px;
    }

    .main-eqt-item {
        width: 100%;
        height: auto;
    }

    .main-eqt-item-cont {
        padding: 16px 20px;
        height: auto;
        max-height: none;
        position: unset;
        margin-top: 17px;
    }

    .main-eqt-item-cont-title {
        margin-bottom: 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 20.8px */
    }

    .main-eqt-item-cont-text {
        opacity: 1;
        visibility: visible;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 154%; /* 21.56px */
    }

    .main-weding {
        margin-top: 100px;
    }

    .main-weding .container {
        padding: 22px 29px;
        flex-direction: column;
        gap: 36px;
    }

    .main-qst-form input[type="tel"] {
        width: 100%;
    }

    .main-weding-pic {
        width: 100%;
        height: 198px;
        padding: 0;
    }

    .main-weding-pic img {
        width: 100%;
        height: 100%;
    }

    .main-weding-block {
        max-width: 100%;
    }

    .main-weding-block h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 31.2px */
        letter-spacing: -0.24px;
        margin-bottom: 8px;
    }

	.main-weding-block br {
		display: none;
	}

    .main-weding-block p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 154%; /* 21.56px */
    }

    .main-weding-block a {
        margin-top: 28px;
        order: 1;
    }

    .main-why {
        margin-top: 100px;
    }

    .main-block_center {
        text-align: left;
        justify-content: flex-start;
    }

    .main-block_center .main-block-text p br {
        display: none;
    }

    .main-tarif-row_why .main-tarif-item {
        padding: 22px 0;
    }

    .main-tarif-item a, .main-tarif-item button {
        font-size: 12px;
        padding: 16px 30px;
    }

    .main-buis {
        margin-top: 100px;
    }

    .main-tarif-row_two .main-tarif-item {
        width: 100%;
        /* height: 365px; */
        padding: 22px 0;
    }

    .main-ind {
        margin-top: 100px;
        height: auto;
    }

    .main-ind .container {
        padding: 22px 12px;
        display: grid;
    }

    .main-ind .main-weding-block {
        text-align: center;
        display: contents;
    }

    .main-weding-block h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 26px */
        letter-spacing: -0.2px;
        order: 0;
    }

    .main-weding-block p {
        order: 1;
        /* padding: 0 20px; */
    }

    .main-ind-pic {
        position: unset;
        order: 2;
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }

    .main-ind .main-weding-block a {
        order: 3;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-sol {
        margin-top: 100px;
    }

    .main-sol .main-eqt-item-cont {
        height: 74px;
        margin-top: 0;
    }

    .main-brand {
        /* display: none; */
        margin-top: 100px;
    }

    .main-brand-item {
        margin: 0 24px;
    }

    .main-qst {
        margin-top: 100px;
    }

    .main-qst .container {
        padding: 26px 29px;
    }

    .main-qst-pic {
        display: none;
    }

    .main-qst-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 31.2px */
        letter-spacing: -0.24px;
        margin-bottom: 8px;
    }

    .main-qst-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 154%; /* 21.56px */
    }

    .main-qst-form {
        margin-top: 26px;
        gap: 14px;
    }

    .main-qst-form-agr {
        margin-top: 0 !important;
    }

    .main-qst-form-captc {
        margin-top: 12px;
    }

    .main-qst-form input[type="text"] {
        width: 100%;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 154%; /* 21.56px */
        padding: 16px 18px;
    }

    .main-qst-form textarea {
        padding: 16px 18px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 154%; /* 21.56px */
    }

    .main-qst-form-bot {
        max-width: 254px;
        margin-top: 24px;
    }

    .main-qst-form-bot input {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 159%; /* 19.08px */
        font-variant: small-caps;
        padding: 0 20px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }

    .main-qst-form-bot-soc a img {
        width: 22px;
        height: 22px;
    }

    /* footer .main-qst-form-bot-soc a img {
        width: 28px;
        height: 28px;
    } */

    .main-qst-form-bot-soc a {
        width: 42px;
        height: 42px;
    }

    .main-oper {
        margin-top: 100px;
    }

    .main-oper .container {
        padding: 0;
    }

    .main-oper .main-block_center {
        text-align: center;
        padding: 0 12px;
    }

    .main-oper .main-block-top h2 {
        max-width: 308px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-oper-year {
        font-size: 16px;
        padding: 0 12px;
    }

    .main-oper-year::after {
        background-image: url(../img/main-oper/line_mob.svg);
    }

    .main-oper-row {
        overflow-x: scroll;
        grid-area: 26px;
        flex-wrap: nowrap;
        margin-top: 22px;
    }

    .main-oper-row::-webkit-scrollbar {
        display: none;
    }

    .main-oper .slick-track {
        margin: 0 14px;
    }

    .main-oper-item {
        display: flex !important;
        min-width: 279px;
        height: 276px;
        padding: 24px;
        max-width: 279px;
        margin: 0 13px;
    }

    .main-oper-item:first-child {
        margin-left: 14px;
    }

    .main-oper-item:last-child {
        margin-right: 14px;
    }

    .main-oper-item-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 31.2px */
        letter-spacing: -0.24px;
    }

    .main-oper-item-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 20.8px */
    }

    footer {
        margin-top: 100px;
    }

    .footer-main {
        flex-direction: column;
        gap: 34px;
    }

    .footer-info .main-qst-form-bot-soc {
        margin-top: 30px;
    }

    .footer-add a, .footer-add button {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 20.8px */
        height: 56px;
    }

    .footer-bot {
        padding-top: 14px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer-bot-text {
        text-align: center;
    }

    .footer-bot-policy {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        gap: 20px;
    }

    .footer-bot-dev {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .cookie {
        right: 12px;
        left: 12px;
        bottom: 12px;
        border-radius: 4px;
        background: #E1E2EB;
        box-shadow: 0px 4px 7.7px 0px rgba(0, 0, 0, 0.12);
        gap: 10px;
        padding: 18px 13px;
    }

    .cookie-pic {
        min-width: 55px;
        max-width: 55px;
        height: 42px;
    }

    .cookie-text {
        font-size: 12px;
    }

    .cookie-btn {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 159%; /* 19.08px */
        font-variant: small-caps;
        padding: 12px 24px;
    }

    .error {
        margin-top: 24px;
    }

    .error-block {
        max-height: 427px;
        box-sizing: border-box;
        padding-top: 50px;
    }

    .error-pic {
        width: 168px;
        height: 168px;
        margin-bottom: 12px;
    }

    .error-block h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .error-block span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 154%; /* 21.56px */
    }

    .error-block a {
        margin-top: 22px;
        font-size: 12px;
        padding: 14px 22px;
    }

    .chip {
        margin-top: 24px;
    }

    .chip .container {
        gap: 8px;
    }

    .chip a {
        gap: 8px;
    }

    .top-block {
        margin-top: 22px;
    }

    .top-title {
        font-size: 24px;
        margin-right: 40px;
        margin-bottom: 8px;
    }

    .top-text {
        font-size: 14px;
    }

    .main-oper_about {
        margin-top: 26px;
    }

    .main-buis .slick-dots {
        width: 100%;
        display: flex;
        justify-content: center;
        list-style: none;
        gap: 4px;
    }

    .main-buis .slick-dots li button {
        font-size: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        box-sizing: border-box;
        background-color: #E1E2EB;
        transition: 0.3s;
    }

    .main-buis .slick-dots .slick-active button {
        background-color: #4755D6;
    }

    .main-buis_slider .main-tarif-row {
        gap: 12px;
    }

    .about-qst {
        margin-top: 100px;
    }

    .about-qst .container {
        flex-direction: column;
        display: grid;
    }

    .about-qst-item {
        max-height: 78px;
        padding: 11px 16px;
    }

    .about-qst-item_big {
        max-height: 100px;
    }

    .about-qst-item_big .about-qst-item-top {
        height: 76px;
    }

    .about-qst-item_active {
        max-height: 500px !important;
    }

	.about-qst .about-qst-row .about-qst-item:first-child {
		max-height: 60px;
	}

	.about-qst .about-qst-row .about-qst-item:first-child .about-qst-item-top {
		height: 38px;
	}

    .about-qst-item-top {
        height: 57px;
        gap: 20px;
    }

    .doc .about-qst-item-top {
        height: 38px;
        gap: 20px;
    }

    .about-qst-item-top-text {
        font-size: 14px;
    }

    .about-qst-item-top-btn {
        min-width: 38px;
        max-width: 38px;
        height: 38px;
    }

    .about-qst-item-text {
        font-size: 14px;
    }

    .about-qst-block a, .about-qst-block button {
        display: none;
    }

    .about-qst-row a, .about-qst-row_btn {
        color: #FFF;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 159%;
        font-variant: small-caps;
        text-align: center;
        border-radius: 6px;
        background: #4755D6;
        padding: 16px 34px;
        display: flex;
        margin-top: auto;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .about-qst-item ul li::before {
        /* display: none; */
    }

    .about-qst-item ul li a {
        font-size: 14px;
    }

    .about-qst-item ul li {
        font-size: 14px;
    }

    .doc .about-qst-item-top-text {
        font-size: 16px;
    }

    .doc .about-qst-item {
        padding-left: 24px;
        padding-top: 14px;
        padding-bottom: 22px;
		max-height: 65px;
    }

    .doc .about-qst-item_active {
        max-height: 2000px;
    }

    .serv {
        margin-top: 26px;
    }

    .serv .container {
        flex-direction: column;
        gap: 24px;
    }

    .serv-pic {
        max-width: 100%;
        height: 150px;
    }

    .serv-cont {
        max-width: 100%;
        gap: 8px;
    }

    .serv-cont h2 {
        font-size: 16px;
    }

    .serv-cont-text {
        font-size: 14px;
    }

    .serv_doc {
        margin-top: 100px;
    }

	.serv_doc .about-qst-item {
        max-height: 123px;
    }
    
    .serv_doc .about-qst-item-top {
    	height: 98px;
    }

    .serv_doc .about-qst-item:nth-child(3) {
        max-height: 103px;
    }
    
    .serv_doc .about-qst-item:nth-child(3) .about-qst-item-top {
    	height: 78px;
    }

    .serv_doc .about-qst-item_active {
        max-height: 2000px !important;
    }

    .serv_doc .about-qst-item ul li::before {
        display: none;
    }

    .eqt-bum {
        margin-top: 100px;
    }

    .eqt-bum-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .eqt-bum-text {
        font-size: 14px;
        font-weight: 400;
    }

    .eqt-bum-pic {
        margin-top: 0;
        width: 192px;
        height: 179px;
    }

    .partner-banner {
        margin-top: 22px;
    }

    .partner-banner-cont {
        padding: 0;
        height: auto;
        display: grid;
    }

    .partner-banner-block h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .partner-banner-text {
        font-size: 14px;
    }

    .partner-banner-bg {
        position: unset;
        height: 208px;
        width: 100%;
        order: 2;
        margin-top: 26px;
    }

    .partner-banner-bg img {
        object-position: right;
    }

    .partner-banner-block {
        display: contents;
    }

    .partner-banner-block h1 {
        order: 0;
    }

    .partner-banner-text {
        order: 1;
    }

    .partner-banner-block a, .partner-banner-block button {
        order: 4;
        margin-top: 22px;
        width: 100%;
        font-size: 14px;
        padding: 16px 34px;
        box-sizing: border-box;
        font-weight: 500;
    }

    .partner-prog .main-tarif-item-title {
        font-size: 16px;
    }

    .partner-prog .main-tarif-item-pic img {
        display: flex;
    }

    .partner-asd {
        margin-top: 100px;
    }

    .partner-asd-pic img {
        display: none;
    }

    .partner-asd-pic_mob {
        display: flex !important;
    }

    .partner-asd-row {
        gap: 18px;
    }

    .partner-asd-item {
        height: auto;
        padding: 26px 22px;
        height: 600px;
    }

    /* .partner-asd-item */

    .partner-asd-block h3 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .partner-asd-block p {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .partner-asd-block ul {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .partner-asd-block a, .partner-asd-block button {
        display: none;
    }

    .partner-asd-link {
        display: flex;
        color: #FFF;
        text-align: center;
        justify-content: center;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 22.4px */
        font-variant: small-caps;
        border-radius: 6px;
        background: #4755D6;
        padding: 16px 34px;
        box-sizing: border-box;
        width: 100%;
    }

    .contact {
        margin-top: 26px;
    }

    .contact-row {
        gap: 18px;
    }

    .contact-item {
        width: 100%;
        padding: 26px 28px;
    }

    .contact-item-title {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .contact-item-cont {
        gap: 28px;
    }

    .contact-item-cont-block {
        gap: 8px;
        font-size: 16px;
    }

    .contact-item-btn {
        font-size: 12px;
        padding: 16px 24px;
        margin-top: 44px;
    }

    .contact-add {
        margin-top: 100px;
    }

    .contact-add .container {
        flex-direction: column;
        gap: 30px;
    }

    .contact-add-block {
        width: 100%;
        gap: 18px;
    }

    .contact-add-block-pic {
        height: 205px;
    }

    .footer-add {
        max-width: none;
        width: 100%;
    }

    .contact-add-map {
        width: 100%;
        max-width: none;
        min-width: 0;
        height: 250px;
    }

    .cookie-cont {
        margin-top: 32px;
    }

    .cookie-cont .container {
        gap: 32px;
    }

    .cookie-block {
        gap: 10px;
    }

    .cookie-block h2 {
        font-size: 16px;
    }

    .cookie-block p {
        font-size: 14px;
    }

    .cookie-block ul {
        font-size: 14px;
    }

    .cookie-block a {
        font-size: 14px;
    }

    .modal-cont {
        padding: 28px 24px 28px 24px;
    }

    .modal-title {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .modal-form {
        gap: 14px;
    }

    .modal-form-label {
        gap: 4px;
        font-size: 14px;
    }

    .modal-form-label input {
        height: 44px;
    }

    .modal .main-qst-form-captc {
        width: 100%;
        max-width: none;
    }

    .modal .support-submit-msg {
        padding: 28px 18px;
        gap: 12px;
        align-items: center;
    }

    .support-submit-msg-cont {
        gap: 4px;
        font-size: 16px;
    }

    .support-submit-msg-cont span {
        font-size: 12px;
    }

    .support-submit-msg-pic {
        width: 64px;
        height: auto;
    }

	.main-sol .main-eqt-item:nth-child(1) .main-eqt-item-pic img {
		object-position: 0 -29px;
	}
	
	.main-sol .main-eqt-item:nth-child(3) .main-eqt-item-pic img {
		object-position: 0 -40px;
	}
	
	.main-sol .main-eqt-item:nth-child(4) .main-eqt-item-pic img {
		object-position: 0 -30px;
	}
}

@media (max-width: 380px) {
    .serv_doc .about-qst-item {
        max-height: 154px;
    }
    
    .serv_doc .about-qst-item-top {
    	height: 127px;
    }

	.serv_doc .about-qst-item:nth-child(3) {
        max-height: 130px;
    }
    
    .serv_doc .about-qst-item:nth-child(3) .about-qst-item-top {
    	height: 108px;
    }
}