/*----------------------------------------*/
/*----- TABLE OF CONTENTS -----*/
/*----------------------------------------*/
/*
1  Generate Google Fonts
2  General Styles
3  Font Settings
4  Theme Utilities
5  Lists
6  Buttons
7  Layout
8  Sections
9  Hero Section
10 Header
11 Responsive header
12 Footer
13 Forms
14 Elements
15 Sliders
16 Misc
*/
body {
    font-family: 'Gilroy';
    margin: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1310px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.block-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 30px 0;
    transition: all 0.3s;
}
.scrolled .block-header-wrap {
    padding: 10px 0;
}
.block-header-wrap-left-image img {
    max-width: 150px;
}
.block-header-wrap-center-menu {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    margin-bottom: 22px;
}
.block-header-wrap-center-menu li a {
    padding: 15px 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.block-header-wrap-center-menu li.item-menu-active a {
    font-weight: 500;
}
.block-header-wrap-center-menu li:hover a {
    font-weight: 500;
}
.block-header-wrap-center-menu li.item-menu-active a:before {
    content: '';
    width: 32px;
    height: 4px;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    background: #7B87F4;
}
.block-header-wrap-center-menu li:hover a:before {
    content: '';
    width: 32px;
    height: 4px;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    background: #7B87F4;
}
.block-header-wrap-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.block-header-wrap-right-login {
    margin-bottom: 7px;
}
.block-header-wrap-right-login a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background: #7B87F4;
    padding: 12px 16px;
    display: block;
}

.section-1-wrap-top {
    border-radius: 30px;
    background: #7B87F4;
    text-align: center;
}
.section-1-wrap-top-name {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    width: 240px !important;
    text-align: center;
}
.section-1-wrap-top-title {
    color: #FFF;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 850px;
    margin: auto;
}
.section-1-wrap-top-title span {
    font-weight: 900;
}
.section-1-wrap-top-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 45px;
    padding-bottom: 30px;
}
.section-1-wrap-top-subtitle span {
    font-weight: 600;
}
.section-1-wrap-top-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-1-wrap-top-name:after {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-1-wrap-top-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 200px;
}
.section-1-wrap-top-button a {
    display: block;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 12px;
    background: #F64D61;
    border: 1px solid #F64D61;
    padding: 19px;
}
.section-1-wrap-top-button a:hover {
    background: #fe5266;
    border: 1px solid #fe5266;
}
.section-1-wrap-top-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
}
.section-1-wrap-top-text span {
    font-weight: 800;
}
.section-1-wrap-bottom-image {
    margin: auto;
    text-align: center;
    margin-top: -140px;
    position: relative;
    max-width: 998px;
    text-align: center;
    margin-top: -140px;
    position: relative;
}

.block-header-wrap-right-account a {
    display: block;
}
.section-1-wrap-bottom-image-text-1 {
    color: #0F0F0F;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    right: 105px;
    top: 13%;
}
.section-1-block-1-text-1 {
    font-size: 16px;
    padding-right: 5px;
}

.section-1-wrap-bottom-image-text-2 {
    color: #0F0F0F;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    left: 115px;
    top: 51%;
}
.section-1-block-2-text-1 {
    font-size: 16px;
    padding-right: 5px;
}

.section-2-wrap {
    display: flex;
    padding-top: 115px;
    padding-bottom: 120px;
    flex-wrap: wrap;
}
.section-2-wrap-left {
    width: 500px;
}
.section-2-wrap-right {
    padding-left: 50px;
    width: calc(100% - 550px);
}
.section-2-wrap-right-name {
    color: #F64D61;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 15px;
    padding-left: 45px;
    margin-bottom: 30px;
    position: relative;
}
.section-2-wrap-right-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #F64D61;
    margin-top: -3px;
}
.section-2-wrap-right-title {
    color: #7B87F4;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 45px;
}
.section-2-wrap-right-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-2-wrap-right-text span {
    font-weight: 700;
}
.section-2-wrap-right-button a {
    color: #FFF;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 12px;
    background: #F64D61;
    border: 1px solid #F64D61;
    padding: 19px;
    display: inline-block;
}
.section-2-wrap-right-button a:hover {
    background: #fe5266;
    border: 1px solid #fe5266;
}
.section-2-wrap-right-text p {
    margin: 0;
    padding-bottom: 25px;
}
.section-3 {
    background: #7B87F4;
}
.section-3-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 105px;
}
.section-3-wrap-left {
    padding-left: 50px;
    width: calc(100% - 580px);
}
.section-3-wrap-right {
    width: 530px;
}
.section-3-wrap-left-name {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 45px;
    position: relative;
}
.section-3-wrap-left-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-3-wrap-left-title {
    color: #FFF;
    padding-bottom: 45px;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-3-wrap-left-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-3-wrap-left-text span {
    font-weight: 700;
}
.section-3-wrap-left-text p {
    margin: 0;
    padding-bottom: 25px;
}
.section-3-wrap-left-button a {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 12px;
    background: #F64D61;
    border: 1px solid #F64D61;
    padding: 19px;
}
.section-3-wrap-left-button a:hover {
    background: #fe5266;
    border: 1px solid #fe5266;
}

.section-4-wrap {
    display: flex;
    padding-top: 115px;
    padding-bottom: 120px;
    flex-wrap: wrap;
}
.section-4-wrap-left {
    width: 500px;
}
.section-4-wrap-right {
    padding-left: 50px;
    width: calc(100% - 550px);
}
.section-4-wrap-right-name {
    color: #F64D61;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 15px;
    padding-left: 45px;
    margin-bottom: 30px;
    position: relative;
}
.section-4-wrap-right-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #F64D61;
    margin-top: -3px;
}
.section-4-wrap-right-title {
    color: #7B87F4;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 45px;
}
.section-4-wrap-right-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-4-wrap-right-text span {
    font-weight: 700;
}
.section-4-wrap-right-button a {
    color: #FFF;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 12px;
    background: #F64D61;
    border: 1px solid #F64D61;
    padding: 19px;
    display: inline-block;
}
.section-4-wrap-right-button a:hover {
    background: #fe5266;
    border: 1px solid #fe5266;
}
.section-4-wrap-right-text p {
    margin: 0;
    padding-bottom: 25px;
}
.section-4-wrap-right-text ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 22px;
    padding-bottom: 12px;
    width: calc(45% - 24px);
}
.section-4-wrap-right-text ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    background: url("/assets/images/Ellipse-3.svg");
    top: 4px;
}
.section-4-wrap-right-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.section-5 {
    background: #7B87F4;
}
.section-6-wrap {
    padding-top: 120px;
    padding-bottom: 0px;
}
.section-6-wrap-content {
    background-image: url("/assets/images/Group-38.svg");
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-6-wrap-content-name {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
}
.section-6-wrap-content-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-6-wrap-content-title {
    color: #FFF;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 35px;
    padding-bottom: 45px;
}
.section-6-wrap-content-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 710px;
    padding-bottom: 35px;
}
.section-6-wrap-content-social {
    display: flex;
    margin-left: -5px;
    gap: 20px;
}
.section-6-wrap-content-social a:hover {
    opacity: 0.8;
}
.section-7-wrap-content {
    text-align: center;
    padding-top: 120px;
}
.section-7-wrap-content-name {
    display: inline-block;
    color: #F64D61;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 45px;
    position: relative;
}
.section-7-wrap-content-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #F64D61;
    margin-top: -3px;
}
.section-7-wrap-content-name:after {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #F64D61;
    margin-top: -3px;
}
.section-7-wrap-content-title {
    color: #000;
    text-align: center;
    font-size: 58px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 45px;
}
.section-7-wrap-content-text {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 80px;
}
.section-7-wrap-content-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section-7-wrap-content-item {
    width: calc(33.333% - 15px);
}
.section-7-wrap-content-item:nth-child(1) .section-7-wrap-content-item-separate {
    height: 1px;
    width: 100%;
    background: rgba(123, 135, 244, 0.41);
    margin-left: -30px;
}
.section-7-wrap-content-item:nth-child(2) .section-7-wrap-content-item-separate {
    height: 1px;
    width: 100%;
    background: rgba(246, 77, 97, 0.40);
    margin-left: -30px;
}
.section-7-wrap-content-item:nth-child(3) .section-7-wrap-content-item-separate {
    height: 1px;
    width: 100%;
    background: rgba(123, 135, 244, 0.40);
    margin-left: -30px;
}
.section-7-wrap-content-item-num-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -63px;
    position: relative;
    z-index: 66;
    padding: 0 10px;
}
.section-7-wrap-content-item-num {
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
}
.section-7-wrap-content-item:nth-child(1) .section-7-wrap-content-item-num {
    color: #7B87F4;
}
.section-7-wrap-content-item:nth-child(2) .section-7-wrap-content-item-num {
    color: #F64D61;
}
.section-7-wrap-content-item:nth-child(3) .section-7-wrap-content-item-num {
    color: #7B87F4;
}
.section-7-wrap-content-item-img {
    padding: 15px;
    background: #fff;
}
.section-7-wrap-content-item-title-text {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 65px 25px 25px 25px;
    text-align: left;
    margin-top: -63px;
}
.section-7-wrap-content-item-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.section-7-wrap-content-item:nth-child(1) .section-7-wrap-content-item-title {
    color: #7B87F4;
}
.section-7-wrap-content-item:nth-child(2) .section-7-wrap-content-item-title {
    color: #F64D61;
}
.section-7-wrap-content-item:nth-child(3) .section-7-wrap-content-item-title {
    color: #7B87F4;
}
.section-7-wrap-content-item-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    height: 76px;
}
.section-7-wrap-content-item:nth-child(1) .section-7-wrap-content-item-separate-wrap {
    overflow: hidden;
    margin-left: 10px;
}

.section-8 {
    padding-top: 140px;
}
.section-8-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 30px;
    background: #7B87F4;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    padding-right: 105px;
    padding-left: 105px;
}
.section-8-wrap-left {
    width: calc(100% - 570px);
}
.section-8-wrap-right {
    width: 570px;
}
.section-8-wrap-left-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 45px;
    position: relative;
}
.section-8-wrap-left-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-8-wrap-left-title {
    color: #FFF;
    font-size: 58px;
    font-weight: 500;
    max-width: 420px;
    padding-top: 30px;
    padding-bottom: 45px;
}
.section-8-wrap-left-text {
    max-width: 420px;
}
.section-8-wrap-left-text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.section-8-wrap-right-image {
    margin-top: -25px;
    padding-bottom: 55px;
}

.section-9-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.section-9-wrap-content-name {
    color: #F64D61;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
}
.section-9-wrap-content-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #F64D61;
    margin-top: -3px;
}
.section-9-wrap-content-name:after {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #F64D61;
    margin-top: -3px;
}
.section-9-wrap-content-title {
    color: #000;
    text-align: center;
    font-size: 58px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 45px;
}
.section-10 {
    background: #7B87F4;
    padding-top: 120px;
    padding-bottom: 90px;
}
.section-10-wrap-content {
    text-align: center;
}
.section-10-wrap-content-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    display: inline-block;
}
.section-10-wrap-content-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-10-wrap-content-name:after {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-10-wrap-content-title {
    color: #FFF;
    font-size: 58px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 45px;
}
.section-10-wrap-content-title span {
    font-weight: 800;
}
.section-10-wrap-content-text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 30px;
}
.section-10-wrap-content-items {
    display: flex;
    gap: 20px;
}
.section-10-wrap-content-item {
    padding: 25px;
}
.section-10-wrap-content-item-name {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.section-10-wrap-content-item-name span {
    font-weight: 700;
}
.section-10-wrap-content-item-text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 25px;
    height: 38px;
}
.section-10-wrap-content-item-price {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.20);
    padding-bottom: 5px;
}
.section-10-wrap-content-item-price span:last-child {
    font-size: 16px;
}
.section-10-wrap-content-item-check {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: left;
}
.section-10-wrap-content-item-check-item {
    display: inline-block;
    padding-left: 22px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
}
.section-10-wrap-content-item-check-item:before {
    content: '';
    width: 11px;
    height: 11px;
    background: url("/assets/images/Ellipse-31.svg");
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.section-10-wrap-content-item-button a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    border: 1px solid #F64D61;
    padding: 19px;
    display: block;
    border-radius: 12px;
    border: 1px solid #FFF;
}
.section-10-wrap-content-item-button a:hover {
    background: #fe5266;
    border: 1px solid #fe5266;
}
.section-10-wrap-content-item-active {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-name {
    color: #000;
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-name span {
    color: #FC6476;
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-text {
    color: #000;
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-price {
    border-radius: 12px;
    background: rgba(252, 100, 118, 0.20);
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-price span:first-child {
    color: #FC6476;
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-price span:last-child {
    color: #000;
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-check {
    color: #000;
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-button a {
    border: 1px solid #FC6476;
    background: #FC6476;
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-button a:hover {
    background: #fe5266;
    border: 1px solid #fe5266;
}
.section-10-wrap-content-item-active .section-10-wrap-content-item-check-item:before {
    background: url("/assets/images/Ellipse-32.svg");
}

.section-10-wrap-content-item:hover {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-name {
    color: #000;
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-name span {
    color: #FC6476;
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-text {
    color: #000;
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-price {
    border-radius: 12px;
    background: rgba(252, 100, 118, 0.20);
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-price span:first-child {
    color: #FC6476;
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-price span:last-child {
    color: #000;
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-check {
    color: #000;
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-button a {
    border: 1px solid #FC6476;
    background: #FC6476;
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-button a:hover {
    background: #fe5266;
    border: 1px solid #fe5266;
}
.section-10-wrap-content-item:hover .section-10-wrap-content-item-check-item:before {
    background: url("/assets/images/Ellipse-32.svg");
}
.section-11-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-11-wrap-content {
    text-align: center;
}
.section-11-wrap-content-name {
    color: #F64D61;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 45px;
    position: relative;
}
.section-11-wrap-content-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #F64D61;
    margin-top: -3px;
}
.section-11-wrap-content-name:after {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #F64D61;
    margin-top: -3px;
}
.section-11-wrap-content-title {
    color: #000;
    font-size: 58px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 45px;
}
.section-11-wrap-content-title span {
    color: #7B87F4;
    font-weight: 800;
}
.section-11-wrap-content-item {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    max-width: 850px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    padding: 25px;
    cursor: pointer;
}
.section-11-wrap-content-item-title {
    text-align: left;
    padding-right: 25px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.section-11-wrap-content-item-title:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 18px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background-image: url("/assets/images/Arrow-3.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
.section-11-wrap-content-item-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding-top: 25px;
    text-align: left;
    display: none;
}
.section-11-wrap-content-item-active .section-11-wrap-content-item-title {
    color: #7B87F4;
    font-weight: 700;
}
.section-11-wrap-content-item-active .section-11-wrap-content-item-title:after {
    transform: rotate(0deg);
}
.section-11-wrap-content-item-active .section-11-wrap-content-item-text {
    display: block;
}
.section-11-wrap-content-bottom-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
}
.section-11-wrap-content-bottom-text a {
    color: #7B87F4;
    font-weight: 400;
}
.section-12-wrap-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 120px;
}
.section-12-wrap-content-left {
    width: 50%;
    border-radius: 30px;
    background: #7B87F4;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 100px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.section-12-wrap-content-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 45px;
    position: relative;
}
.section-12-wrap-content-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-12-wrap-content-right {
    width: 50%;
}
.section-12-wrap-content-title {
    color: #FFF;
    font-size: 58px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 40px;
}
.section-12-wrap-content-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
}
.section-12-wrap-content-text span {
    font-weight: 600;
}
.dtr-form-column {
    margin: 0;
}
.dtr-form-column input {
    border-radius: 12px;
    border: 1px solid #7B87F4;
    background: #FFF;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: Gilroy;
}
.dtr-form-column input:active {
    outline: none;
}
.dtr-form-column input:focus {
    outline: none;
}
.dtr-form-column textarea {
    border-radius: 12px;
    border: 1px solid #7B87F4;
    background: #FFF;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: Gilroy;
}
.dtr-form-column textarea:active {
    outline: none;
}
.dtr-form-column textarea:focus {
    outline: none;
}
.dtr-form-column button {
    border-radius: 12px;
    border: 1px solid #F64D61;
    background: #F64D61;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: Gilroy;
    cursor: pointer;
}
.dtr-form-column button:hover {
    background: #fe5266;
    border: 1px solid #fe5266;
}
.section-12-wrap-content-right-img {
    padding-top: 10px;
    padding-left: 80px;
}
.dtr-form-column.phone-field input {
    background-image: url("/assets/images/Group-25.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 110px;
}
.block-footer {
    background: #7B87F4;
}
.footer-wrap-block-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /*align-items: end;*/
    padding-top: 45px;
}
.footer-wrap-block-top-left {
    width: calc(33.333% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-wrap-block-top-center {
    width: calc(33.333% - 15px);
    padding-top: 48px;
}
.footer-wrap-block-top-right {
    width: calc(33.333% - 15px);
    padding-top: 48px;
}
.footer-wrap-block-top-center-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-wrap-block-top-right-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-wrap-block-middle {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-wrap-block-middle-left {
    width: calc(33.333% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-wrap-block-middle-center {
    width: calc(33.333% - 15px);
}
.footer-wrap-block-middle-right {
    width: calc(33.333% - 15px);
}
.footer-wrap-block-middle-center-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 35px;
}
.footer-wrap-block-middle-center-menu ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    display: block;
}
.footer-wrap-block-middle-right-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 35px;
}
.footer-wrap-block-middle-right-menu ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    display: block;
}
.footer-wrap-block-middle-left-text {
    color: rgba(255, 255, 255, 0.59);
    font-size: 16px;
    font-weight: 300;
    padding-top: 27px;
    padding-bottom: 35px;
}
.footer-wrap-block-middle-left-phone a {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    display: block;
    padding-left: 45px;
    background-image: url("/assets/images/ic_twotone-phone.svg");
    background-position: left 2px;
    background-repeat: no-repeat;
}
.footer-wrap-block-middle-left-email a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    padding-left: 45px;
    background-image: url("/assets/images/ic_twotone-mail.svg");
    background-position: left 0;
    background-repeat: no-repeat;
}
.footer-wrap-block-middle-left-email {
    padding-bottom: 15px;
}
.footer-wrap {
    padding-bottom: 30px;
}
.block-footer-copyright {
    background: #7B87F4;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 25px 0;
}
.footer-wrap-block-bottom {
    display: flex;
    justify-content: space-between;
}
.footer-wrap-block-bottom-left-text {
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    font-weight: 300;
}
.footer-wrap-block-bottom-right-link a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    font-weight: 300;
    text-decoration-line: underline;
}
.section-5-wrap-right-slider .mySwiper {
    height: 550px;
}
.section-5-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.section-5-wrap-left {
    width: calc(100% - 700px);
    padding-top: 120px;
}
.section-5-wrap-left-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
}
.section-5-wrap-left-name:before {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #FFF;
    margin-top: -3px;
}
.section-5-wrap-left-title {
    color: #FFF;
    font-size: 58px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 50px;
}
.section-5-wrap-left-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    padding-right: 60px;
}
.section-5-wrap-right {
    width: 700px;
}
.section-5-wrap-right-slider {
    padding: 100px 0;
}
.section-5-wrap-right-slider-block-wrap {
    display: flex;
    justify-content: space-between;
}
.section-5-wrap-right-slider-block-number {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 65px;
}
.section-5-wrap-right-slider-block-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.section-5-wrap-right-slider-block-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    width: 305px;
}
.section-5-wrap-right-slider-block-1 {
    background-image: url("/assets/images/Group-26.svg");
    background-position: top right;
    background-repeat: no-repeat;
}
.section-5-wrap-right-slider-block-2 {
    background-image: url("/assets/images/Group-27.svg");
    background-position: top right;
    background-repeat: no-repeat;
}
.section-5-wrap-right-slider-block-3 {
    background-image: url("/assets/images/Group-28.svg");
    background-position: top right;
    background-repeat: no-repeat;
}
.section-5-wrap-right-slider-block-4 {
    background-image: url("/assets/images/Group-29.svg");
    background-position: top right;
    background-repeat: no-repeat;
}
.section-5-wrap-right-slider-block-5 {
    background-image: url("/assets/images/Group-30.svg");
    background-position: top right;
    background-repeat: no-repeat;
}
.section-5-wrap-right-slider-block-6 {
    background-image: url("/assets/images/Group-31.svg");
    background-position: top right;
    background-repeat: no-repeat;
}
.section-5-wrap-right-slider-block {
    /*width: 50%;*/
}
.swiper-slide-active .section-5-wrap-right-slider-block-wrap {
    padding-bottom: 40px;
    position: relative;
}
.swiper-slide-active .section-5-wrap-right-slider-block-wrap:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #A5ACEC;
    bottom: 0;
    left: 0;
}
.swiper-slide-active .section-5-wrap-right-slider-block-wrap:before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 55px);
    background: #A5ACEC;
    top: 15px;
    left: 50%;
}
.swiper-slide-next .section-5-wrap-right-slider-block-wrap {
    padding-top: 40px;
    position: relative;
}
.swiper-slide-next .section-5-wrap-right-slider-block-wrap:before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    background: #A5ACEC;
    top: 40px;
    left: 50%;
}
.swiper-button-next-cs {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    width: 52px;
    height: 52px;
    background-image: url("/assets/images/Frame-45.svg");
    background-position: center;
    background-repeat: no-repeat;
    order: 2;
}
.swiper-button-prev-cs {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    width: 52px;
    height: 52px;
    background-image: url("/assets/images/Frame-45.svg");
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.swiper-button-wrap {
    display: flex;
    gap: 15px;
    position: absolute;
    left: 0;
    bottom: 120px;
}
.swiper-button-disabled {
    opacity: 0.3;
}
.dtr-form-column input.error {
    border-color: red !important;
}
.dtr-form-column textarea.error {
    border-color: red !important;
}
.dtr-form-column label.error {
    color: #fff;
    margin-top: -15px;
    margin-bottom: 15px;
    display: block;
}
#contactresult p {
    margin: 0;
    color: #fff;
}
.block-header-wrap-toggle-menu {
    display: none;
}
.block-header-wrap-center-menu-mobile {
    display: none;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background: #FFF;
    height: calc(100% - 110px);
    overflow: auto;
}
.phone-header-mobile a {
    color: #7B87F4;
    font-size: 14px;
    font-weight: 700;
    padding-left: 45px;
    display: block;
    background-image: url("/assets/images/ic_twotone-phone-1.svg");
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-bottom: 20px;
}
.email-header-mobile a {
    color: #7B87F4;
    font-size: 14px;
    font-weight: 400;
    padding-left: 45px;
    display: block;
    background-image: url("/assets/images/ic_twotone-mail-1.svg");
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}
.menu-header-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 30px;
}
.menu-header-mobile li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 25px 0;
    border-bottom: 1px solid #F4F4F4;
}
.menu-2-header-mobile {
    border-top: 1px solid #F4F4F4;
    padding-top: 30px;
    padding-bottom: 15px;
}
.menu-2-title-header-mobile {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.menu-2-header-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-2-header-mobile ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 15px;
}
.mobile-image {
    display: none;
}
.section-5-wrap-right-slider-mobile {
    display: none;
}
.swiper-button-wrap-mobile {
    display: none;
}
.section-6-wrap-content-image-mobile {
    display: none;
}
.section-10-wrap-content-items-mobile {
    display: none;
}
.section-1 {
    padding-top: 121px;
}
.block-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 666;
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}
.section-1-wrap-top-name div.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}
.section-1-wrap-top-name div.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}
.section-1-wrap-top-name div {
    opacity: 0;
    top: 0;
    position: absolute;
    margin-top: -12px;
    width: 100%;
    left: 0;
}
.footer-wrap-block-middle-center-menu ul li:hover a {
    margin-left: 40px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
.footer-wrap-block-middle-center-menu ul li {
    position: relative;
}
.footer-wrap-block-middle-center-menu ul li:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 1px;
    transition: width .3s;
    background-color: #fff;
}
.footer-wrap-block-middle-center-menu ul li:hover:before {
    width: 30px;
}
.footer-wrap-block-middle-right-menu ul li:hover a {
    margin-left: 40px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
.footer-wrap-block-middle-right-menu ul li {
    position: relative;
}
.footer-wrap-block-middle-right-menu ul li:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 1px;
    transition: width .3s;
    background-color: #fff;
}
.footer-wrap-block-middle-right-menu ul li:hover:before {
    width: 30px;
}
#home {
        height: 20px;
    position: absolute;
    top: 0;
    padding-top: 110px;
    width: 100%;
}
.section-1-wrap-bottom-image .tablet-image {
    display: none;
}
.block-header-wrap-left-image .tablet-image {
    display: none;
}
.section-2-wrap-left-image .tablet-image {
    display: none;
    max-width: 500px;
    margin: auto;
}
.section-3-wrap-right-image .tablet-image {
    display: none;
    max-width: 530px;
    margin: auto;
}
.section-4-wrap-left-image .tablet-image {
    display: none;
    max-width: 515px;
    margin: auto;
}
.section-8-wrap-right-image .tablet-image {
    display: none;
    max-width: 525px;
}
.footer-wrap-block-top-left-logo .tablet-image {
    display: none;
    max-width: 200px;
}
@media screen and (max-width: 1300px) {
    .section-10-wrap-content-item-price {
        font-size: 34px;
    }
}
@media screen and (max-width: 1199px) {
    .section-7-wrap-content-item-text {
        height: 114px;
    }
    .section-8-wrap-left-text {
        width: 420px;
    }
    .section-6-wrap-content-text {
        max-width: 505px;
    }
    .section-10-wrap-content-item-check {
        font-size: 14px;
    }
    .section-12-wrap-content-left {
        padding: 50px;
    }
    .section-2-wrap-left {
        width: 450px;
    }
    .section-2-wrap-right {
        width: calc(100% - 500px);
    }
}
@media screen and (max-width: 991px) {
    .section-1-wrap-bottom-image-text-1 {
        font-size: 34px;
        right: 65px;
    }
    .section-1-wrap-bottom-image-text-2 {
        font-size: 34px;
        left: 89px;
    }
    .section-2-wrap-left {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .section-2-wrap-right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .section-2-wrap {
        flex-direction: column;
    }
    .section-3-wrap {
        flex-direction: column;
    }
    .section-3-wrap-left {
        padding-left: 0;
        width: 100%;
        padding-bottom: 30px;
    }
    .section-3-wrap-right {
        width: 100%;
        text-align: center;
    }
    .section-4-wrap {
        flex-direction: column;
    }
    .section-4-wrap-left {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .section-4-wrap-right {
        padding-left: 0;
        width: 100%;
        padding-bottom: 30px;
    }
    .section-5-wrap {
        flex-direction: column;
    }
    .swiper-button-wrap {
        bottom: 25px;
        left: 50%;
        margin-left: -60px;
    }
    .section-5-wrap-left {
        width: 100%;
    }
    .section-5-wrap-right {
        width: 100%;
    }
    .section-5-wrap-right-slider .mySwiper {
        height: 549px;
    }
    .section-6-wrap-content {
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 30px;
        background-size: cover;
        border-radius: 30px;
    }
    .section-7-wrap-content-item-text {
        height: 145px;
    }
    .section-8-wrap {
        padding: 100px 30px;
    }
    .section-8-wrap-left {
        width: 100%;
        padding-bottom: 30px;
    }
    .section-8-wrap-right {
        width: 100%;
        text-align: left;
    }
    .section-8-wrap-right-image {
        margin-top: 0;
        padding-bottom: 0;
    }
    .section-10-wrap-content-items {
        flex-wrap: wrap;
    }
    .section-10-wrap-content-item {
        width: calc(50% - 60px);
    }
    .section-11-wrap-content-item {
        box-sizing: border-box;
    }
    .section-12-wrap-content-right {
        display: none;
    }
    .section-12-wrap-content-left {
        width: 100%;
    }
    .footer-wrap-block-middle-left-text {
        font-size: 14px;
    }
    .footer-wrap-block-middle-center-menu ul li a {
        font-size: 14px;
    }
    .footer-wrap-block-middle-right-menu ul li a {
        font-size: 14px;
    }
    .block-header-wrap-left-image {
        max-width: 150px;
    }
    .block-header-wrap-center-menu li a {
        padding: 12px 0;
        font-size: 14px;
    }
    .block-header-wrap-center-menu {
        gap: 13px;
    }
}
@media screen and (max-width: 767px) {
    .block-header-wrap-center {
        display: none;
    }
    .block-header-wrap-left-image {
        max-width: 108px;
    }
    .block-header-wrap-toggle-menu {
        display: block;
    }
    .block-header-wrap-toggle-menu .close-menu-icon {
        display: none;
    }
    .block-header-wrap-toggle-menu.block-header-wrap-toggle-menu-open .close-menu-icon {
        display: block;
    }
    .block-header-wrap-toggle-menu.block-header-wrap-toggle-menu-open .open-menu-icon {
        display: none;
    }
    .block-header-wrap-right-login a {
        font-size: 14px;
    }
    .block-header-wrap-center-menu-mobile.block-header-wrap-center-menu-mobile-active {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        padding: 0 15px;
        box-sizing: border-box;
        top: 0;
        right: 0;
    }
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
    .section-1-wrap-top-name {
        font-size: 16px;
        margin-top: 45px;
        margin-bottom: 25px;
        width: 190px !important;
        text-align: center;
    }
    .section-1-wrap-top-title {
        font-size: 35px;
        padding: 0 30px;
    }
    .section-1-wrap-top-subtitle {
        padding-top: 30px;
        padding-bottom: 25px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .block-header-wrap {
        padding-bottom: 20px;
    }
    .section-1-wrap-top-button-text {
        gap: 15px;
        padding-bottom: 200px;
        flex-direction: column;
    }
    .section-1-wrap-top-button a {
        font-size: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .section-1-wrap-top-text {
        font-size: 14px;
        line-height: 17px;
    }
    .section-1-wrap-bottom-image {
        margin: auto;
        margin-top: -170px;
        max-width: 360px;
    }
    .section-1-wrap-top {
        border-radius: 15px;
    }
    .section-2-wrap {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .section-2-wrap-right-name {
        margin-top: 0;
        margin-bottom: 25px;
        font-size: 16px;
    }
    .section-2-wrap-right-title {
        padding-bottom: 30px;
        font-size: 35px;
    }
    .section-2-wrap-right-text {
        font-size: 14px;
    }
    .section-2-wrap-right-text p {
        padding-bottom: 15px;
    }
    .section-2-wrap-right-button a {
        font-size: 14px;
    }
    .section-2-wrap-left {
        margin-top: -85px;
        z-index: -1;
    }
    .section-3-wrap {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .section-3-wrap-left-name {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .section-3-wrap-left-title {
        font-size: 35px;
        padding-bottom: 30px;
    }
    .section-3-wrap-left-text {
        font-size: 14px;
    }
    .section-3-wrap-left-text p {
        padding-bottom: 15px;
    }
    .section-3-wrap-left-button a {
        font-size: 14px;
    }
    .section-3-wrap-left {
        z-index: 2;
    }
    .section-3-wrap-right {
        margin-top: -85px;
    }
    .section-4-wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-4-wrap-right-name {
        font-size: 16px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .section-4-wrap-right-title {
        padding-bottom: 30px;
        font-size: 35px;
    }
    .section-4-wrap-right-text {
        font-size: 14px;
    }
    .section-4-wrap-right-text p {
        padding-bottom: 15px;
    }
    .section-4-wrap-right-text ul li {
        padding-bottom: 12px;
        width: calc(50% - 25px);
        font-size: 14px;
    }
    .section-4-wrap-right-text ul {
        padding-bottom: 12px;
    }
    .section-4-wrap-right-button a {
        font-size: 14px;
    }
    .section-4-wrap-left {
        margin-top: -85px;
        z-index: -1;
    }
    .block-header-wrap-right {
        gap: 5px;
    }
    .section-5-wrap-left {
        padding-top: 70px;
    }
    .section-5-wrap-left-name {
        font-size: 16px;
    }
    .section-5-wrap-left-title {
        padding-top: 25px;
        padding-bottom: 30px;
        font-size: 35px;
    }
    .section-5-wrap-left-text {
        padding-right: 0;
        font-size: 14px;
    }
    .section-5-wrap-right-slider {
        display: none;
    }
    .section-5-wrap-right-slider-mobile {
        display: block;
        padding-top: 5px;
    }
    .swiper-button-wrap {
        display: none;
    }
    .swiper-button-wrap-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 5px;
    }
    .swiper-slide-active .section-5-wrap-right-slider-block-wrap {
        padding-bottom: 0;
        flex-direction: column;
    }
    .swiper-slide-active .section-5-wrap-right-slider-block-wrap:before {
        display: none;
    }
    .swiper-slide-active .section-5-wrap-right-slider-block-wrap:after {
        display: none;
    }
    .section-5-wrap-right-slider-block {
        background-size: 110px;
        padding: 20px 0;
        border-bottom: 1px solid #A5ACEC;
        background-position: top 20px right 0;
    }
    .section-5-wrap-right-slider-block:last-child {
        border: none;
    }
    .section-5-wrap-right-slider-block-number {
        padding-top: 65px;
        font-size: 14px;
        padding-bottom: 12px;
    }
    .section-5-wrap-right-slider-block-title {
        padding-bottom: 20px;
        font-size: 16px;
    }
    .section-5-wrap-right-slider-block-text {
        width: 100%;
        font-size: 14px;
    }
    .swiper-button-next-cs-mobile {
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
        width: 52px;
        height: 52px;
        background-image: url(/assets/images/Frame-45.svg);
        background-position: center;
        background-repeat: no-repeat;
        min-width: 52px;
    }
    .swiper-button-prev-cs-mobile {
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
        width: 52px;
        height: 52px;
        background-image: url(/assets/images/Frame-45.svg);
        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        min-width: 52px;
    }
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #fff;
        opacity: 0.3;
    }
    .swiper-pagination-bullet-active {
        opacity: 1;
        width: 22px;
        height: 22px;
        background: none;
        background-image: url(/assets/images/Group-15.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
    .swiper-pagination-cs-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-5-wrap-right {
        padding-bottom: 70px;
    }
    .section-6-wrap-content-image-mobile {
        display: block;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -70px
    }
    .section-6-wrap {
        padding-top: 30px;
        padding-bottom: 0px;
        margin-top: 70px;
        border-radius: 30px;
        background: #7B87F4;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    }
    .section-6-wrap-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        background: none;
        border-radius: 0;
    }
    .section-6-wrap-content-name {
        font-size: 16px;
    }
    .section-6-wrap-content-title {
        font-size: 35px;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .section-6-wrap-content-text {
        max-width: 100%;
        font-size: 14px;
        padding-bottom: 25px;
    }
    .section-6-wrap-content-social {
        gap: 5px;
        z-index: 2;
        position: relative;
    }
    .section-6-wrap-content-image-mobile img {
        border-radius: 30px;
        margin-bottom: -7px;
    }
    .section-7-wrap-content {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .section-7-wrap-content-name {
        font-size: 16px;
    }
    .section-7-wrap-content-title {
        padding-top: 24px;
        padding-bottom: 30px;
        font-size: 35px;
    }
    .section-7-wrap-content-text {
        padding-bottom: 0;
        font-size: 14px;
    }
    .section-7-wrap-content-items {
        gap: 25px;
        flex-direction: column;
    }
    .section-7-wrap-content-item {
        width: 100%;
        position: relative;
    }
    .section-7-wrap-content-item-num-img {
        margin-top: 0px;
    }
    .section-7-wrap-content-item-img img {
        height: 85px;
        width: 85px;
    }
    .section-7-wrap-content-item-title {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .section-7-wrap-content-item-text {
        height: auto;
        font-size: 14px;
    }
    .section-7-wrap-content-item-num-img {
        padding: 0;
        padding-left: 10px;
    }
    .section-7-wrap-content-item-img {
        padding: 0;
    }
    .section-7-wrap-content-item-title-text {
        padding: 80px 25px 25px 25px;
        margin-top: -70px;
    }
    .section-7-wrap-content-item-separate-wrap {
        display: none;
    }
    .section-7-wrap-content-item:nth-child(1):after {
        z-index: 333;
        width: 1px;
        height: 31px;
        content: '';
        position: absolute;
        left: 33px;
        top: 57px;
        background: #7B87F4;
    }
    .section-7-wrap-content-item:nth-child(2):after {
        z-index: 333;
        width: 1px;
        height: 31px;
        content: '';
        position: absolute;
        left: 33px;
        top: 57px;
        background: #F64D61;
    }
    .section-7-wrap-content-item:nth-child(2):before {
        z-index: 333;
        width: 1px;
        height: 20px;
        content: '';
        position: absolute;
        left: 33px;
        top: 30px;
        background: #7B87F4;
    }
    .section-7-wrap-content-item:nth-child(3):after {
        z-index: 333;
        width: 1px;
        height: 31px;
        content: '';
        position: absolute;
        left: 33px;
        top: 57px;
        background: #7B87F4;
    }
    .section-7-wrap-content-item:nth-child(2):before {
        z-index: 333;
        width: 1px;
        height: 20px;
        content: '';
        position: absolute;
        left: 33px;
        top: -5px;
        background: #7B87F4;
    }
    .section-7-wrap-content-item:nth-child(3):before {
        z-index: 333;
        width: 1px;
        height: 20px;
        content: '';
        position: absolute;
        left: 33px;
        top: -5px;
        background: #7B87F4;
    }
    .section-7-wrap-content-item-num {
        margin-top: -13px;
    }
    .section-8 {
        padding-top: 0px;
    }
    .section-8-wrap {
        padding: 30px;
        padding-bottom: 0;
    }
    .section-8-wrap-left-name {
        padding-left: 45px;
        padding-right: 45px;
        display: inline-block;
        font-size: 16px;
    }
    .section-8-wrap-left-name:after {
        content: '';
        width: 28px;
        height: 1px;
        position: absolute;
        right: 0px;
        top: 50%;
        background: #FFF;
        margin-top: -3px;
    }
    .section-8-wrap-left-title {
        padding-top: 25px;
        padding-bottom: 30px;
        font-size: 35px;
    }
    .section-8-wrap-left {
        text-align: center;
    }
    .section-8-wrap-left-text {
        width: 100%;
    }
    .section-8-wrap-left-text p {
        font-size: 16px;
    }
    .section-8-wrap-right-image {
        margin-left: -45px;
        margin-right: -46px;
    }
    .section-9-wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-9-wrap-content-name {
        font-size: 16px;
    }
    .section-9-wrap-content-title {
        padding-top: 25px;
        padding-bottom: 30px;
        font-size: 35px;
    }
    .section-10 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-10-wrap-content-name {
        font-size: 16px;
    }
    .section-10-wrap-content-title {
        padding-top: 25px;
        padding-bottom: 30px;
        font-size: 35px;
    }
    .section-10-wrap-content-items {
        display: none;
    }
    .section-10-wrap-content-items-mobile {
        display: block;
    }
    .swiper-button-wrap-mobile-2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
    }
    .swiper-button-prev-cs-mobile-2 {
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
        width: 52px;
        height: 52px;
        background-image: url(/assets/images/Frame-45.svg);
        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        min-width: 52px;
    }
    .swiper-button-next-cs-mobile-2 {
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
        width: 52px;
        height: 52px;
        background-image: url(/assets/images/Frame-45.svg);
        background-position: center;
        background-repeat: no-repeat;
        min-width: 52px;
    }
    .swiper-pagination-cs-mobile-2 {
        display: flex;
        justify-content: center;
        align-items: end;
        font-size: 20px;
        font-weight: 500;
        color: #FFF;
        text-transform: uppercase;
    }
    .swiper-pagination-cs-mobile-2 .swiper-pagination-total {
        font-size: 14px;
        font-weight: 700;
        opacity: 0.3;
    }
    .swiper-pagination-current:before {
        content: "0";
        font-size: 20px;
        font-weight: 500;
        color: #FFF;
        font-family: 'Gilroy';
    }
    .swiper-pagination-total:before {
        content: "0";
        font-size: 14px;
        font-weight: 700;
        color: #FFF;
        font-family: 'Gilroy';
    }
    .section-10-wrap-content-item {
        width: 100%;
        box-sizing: border-box;
    }
    .section-10-wrap-content-item-name {
        padding-bottom: 20px;
        font-size: 16px;
    }
    .section-10-wrap-content-item-text {
        padding-bottom: 25px;
        height: auto;
        font-size: 14px;
    }
    .section-10-wrap-content-item-price {
        font-size: 35px;
        font-weight: 500;
        padding: 15px 20px;
        padding-bottom: 10px;
    }
    .section-10-wrap-content-item-price span:last-child {
        font-size: 14px;
    }
    .section-10-wrap-content-item-check {
        padding-top: 19px;
        padding-bottom: 19px;
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .section-10-wrap-content-item-button a {
        font-weight: 700;
        font-size: 14px;
    }
    .section-10-wrap-content-text {
        padding-bottom: 25px;
        font-size: 14px;
    }
    .section-11-wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-11-wrap-content-name {
        font-size: 16px;
    }
    .section-11-wrap-content-title {
        padding-top: 25px;
        padding-bottom: 40px;
        font-size: 35px;
    }
    .section-11-wrap-content-item-title {
        font-size: 16px;
    }
    .section-11-wrap-content-item-text {
        padding-top: 20px;
    }
    .section-11-wrap-content-item {
        margin-bottom: 15px;
    }
    .section-11-wrap-content-bottom-text {
        padding-top: 10px;
        font-size: 14px;
    }
    .section-12-wrap-content-left {
        padding: 30px;
    }
    .section-12-wrap-content-name {
        font-size: 16px;
    }
    .section-12-wrap-content-title {
        padding-top: 25px;
        padding-bottom: 30px;
        font-size: 35px;
    }
    .section-12-wrap-content-text {
        padding-bottom: 25px;
        font-size: 14px;
    }
    .dtr-form-column input {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 15px 20px;
    }
    .dtr-form-column textarea {
        font-size: 14px;
        margin-bottom: 5px;
        padding: 15px 20px;
    }
    .dtr-form-column button {
        font-size: 14px;
        padding: 15px 20px;
        margin: 0;
    }
    .dtr-form-column.phone-field input {
        padding-left: 95px;
    }
    .section-12-wrap-content {
        padding-bottom: 70px;
    }
    .footer-wrap-block-top {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        /* align-items: end; */
        padding-top: 45px;
        flex-direction: column;
    }
    .footer-wrap-block-top {
        gap: 0;
        padding-top: 45px;
        flex-direction: column;
    }
    .footer-wrap-block-middle-left-text {
        font-size: 14px;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .footer-wrap-block-middle-left-phone a {
        font-size: 14px;
        padding-top: 2px;
        margin-bottom: 20px;
    }
    .footer-wrap-block-middle-left-email a {
        font-size: 14px;
        padding-top: 3px;
    }
    .footer-wrap-block-middle-left-email {
        padding-bottom: 25px;
    }
    .footer-wrap-block-top-left {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        width: 100%;
    }
    .footer-wrap-block-top-center {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }
    .footer-wrap-block-top-center-title {
        font-size: 16px;
    }
    .footer-wrap-block-middle-center-menu ul {
        padding-top: 20px;
    }
    .footer-wrap-block-top-right {
        width: 100%;
        padding-top: 25px;
    }
    .footer-wrap-block-top-right-title {
        font-size: 16px;
    }
    .footer-wrap-block-middle-right-menu ul {
        padding-top: 20px;
    }
    .footer-wrap {
        padding-bottom: 10px;
    }
    .block-footer-copyright {
        border: none;
        padding-top: 0;
    }
    .footer-copyright-wrap {
        border-top: 1px solid rgba(255, 255, 255, 0.20);
        padding-top: 25px;
    }
    .footer-wrap-block-bottom {
        flex-direction: column;
    }
    .footer-wrap-block-bottom-left-text {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .footer-wrap-block-bottom-right-link a {
        font-size: 14px;
    }
    .block-header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: #FFF;
        z-index: 99999999;
        right: 0;
    }
    /*.wow {*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*}*/
    .section-1 {
        padding-top: 111px;
    }
    .open-menu .block-header-wrap-center-menu-mobile {
        display: block;
    }
    .open-menu {
        overflow: hidden;
    }
    .scrolled .block-header-wrap {
        padding: 30px 0;
    }
    .section-1-wrap-bottom-image-text-2 {
        font-size: 20px;
        left: 72px;
        top: 17px;
    }
    .section-1-block-2-text-1 {
        font-size: 14px;
        padding-right: 5px;
    }
    .section-1-wrap-bottom-image-text-1 {
        font-size: 20px;
        right: 14px;
        bottom: 47px;
        top: inherit;
    }
    .section-1-block-1-text-1 {
        font-size: 14px;
        padding-right: 5px;
    }
    .section-9-wrap-content-image img {
        margin: auto;
    }
    .block-header-wrap-right-account a img {
        width: 53px;
        margin-top: -6px;
    }
    .block-header-wrap-toggle-menu .open-menu-icon {
        width: 53px;
        /*margin-top: -6px;*/
    }
    .block-header-wrap-toggle-menu .close-menu-icon {
        width: 53px;
        margin-top: -6px;
    }
    .block-header-wrap-right {
        height: 61px;
    }
    .footer-wrap-block-top-left-logo {
        max-width: 200px;
    }
    .scrolled .block-header-wrap {
        padding: 10px 0;
    }
    .scrolled .block-header-wrap-center-menu-mobile {
        top: 80px;
        height: calc(100% - 80px);
    }
    .menu-header-mobile li.item-menu-active a {
            color: #7B87F4;
    }
    body {
            overflow-x: hidden;
    }
    .section-5-wrap-right-slider-block-wrap {
    display: block;
}
    .block-header-wrap-open .block-header-wrap-center-menu-mobile {
        display: block;
    }
    .section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9, .section-10, .section-11, .section-12 {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .section-1-wrap-bottom-image .desktop-image {
        display: none;
    }
    .section-1-wrap-bottom-image .tablet-image {
        display: block;
    }

    .block-header-wrap-left-image .desktop-image {
        display: none;
    }
    .block-header-wrap-left-image .tablet-image {
        display: block;
    }

    .section-2-wrap-left-image .desktop-image {
        display: none;
    }
    .section-2-wrap-left-image .tablet-image {
        display: block;
    }

    .section-3-wrap-right-image .desktop-image {
        display: none;
    }
    .section-3-wrap-right-image .tablet-image {
        display: block;
    }

    .section-4-wrap-left-image .desktop-image {
        display: none;
    }
    .section-4-wrap-left-image .tablet-image {
        display: block;
    }

    .section-8-wrap-right-image .desktop-image {
        display: none;
    }
    .section-8-wrap-right-image .tablet-image {
        display: block;
    }

    .footer-wrap-block-top-left-logo .desktop-image {
        display: none;
    }
    .footer-wrap-block-top-left-logo .tablet-image {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-10-wrap-content-item-active .section-10-wrap-content-item-check {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-10-wrap-content-item-check-item {
        width: 175px;
    }
}
