* {
    padding: 0;
    margin: 0;
    border: 0
}

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

#user-city-selector{
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px dashed #272727;
    width: 150px;
    cursor: pointer;
}
.first-city{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    color: #272727;
}
.city-list.active{
    max-height: 1000px;
    padding: 24px;
}
.city-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0px 24px;
    background: #f7f7f7;
    border-radius: 20px;
    box-shadow: 0px 0px 20rem 0px #33333340;
    z-index: 10;
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
}
.city-list span{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
    color: #272727;
    cursor: pointer;
}

:focus, :active {
    outline: none
}

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

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

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

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

button {
    cursor: pointer
}

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

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

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

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

a {
    color: inherit
}

html {
    scroll-behavior: smooth
}

@font-face {
    font-family: "Micra";
    src: url(../fonts/Micra.woff)
}

@font-face {
    font-family: "Micra Bold";
    src: url(../fonts/Micra-Bold.woff)
}

body {
    max-width: 1920px;
    background: #f7f7f7;
    font-family: "Century Gothic Paneuropean", sans-serif;
    margin: 0 auto
}

.container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto
}

:root {
    --title: "Micra Bold";
    --desc: "Micra"
}

.none {
    display: none !important
}

.desk {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.mob {
    display: none !important
}

.hidden {
    overflow: hidden
}

.article{
    width: 100%;
}
.article__body{
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 100px;
}
.article__body-head{
    padding: 50px 50px 50px 135px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.article__body-head img{
    width: 100%;
    height: auto;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -1;
}
.article__body-head .grad{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(357.23deg, #161616 2.79%, rgba(22, 22, 22, 0) 172.15%);
}
.article__body-head-info{
    display: flex;
    flex-direction: column;
    gap: 31px;
    position: relative;
    z-index: 1;
}
.article__body-head-info-bread{
    display: flex;
    align-items: center;
    gap: 5px;
}
.article__body-head-info-bread a, .article__body-head-info-bread p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}
.article__body-head-info h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
}
.article__body-head span{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF99;
    position: relative;
    z-index: 1;
}
.article__body-block{
    display: flex;
    flex-direction: column;
    padding: 0 135px;
}
.article__body-block span{
    margin-top: 50px;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1B1B1B;
}
.article__body-block p{
    margin-top: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1B1B1B;
}
.article__body-block ol{
    margin-top: 30px;
}
.article__body-block ol li{
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1B1B1B;
    list-style-position: inside;
}
.mb-100{
    padding-bottom: 100px;
}
.age {
    width: 100%;
    margin-top: 100px
}
.call.active{
    scale: 1;
}
.call{
    width: 100%;
    height: 100%;
    background: linear-gradient(264.8deg, rgba(0, 0, 0, 0.1) -28.95%, rgba(0, 0, 0, 0.8) 55.14%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    scale: 0;
}
.call__body .text p{
    max-width: none !important;
}
.call__body{
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 76px 48px 48px 48px !important;
    position: relative;
    max-width: 593px;
}
.call__body-close{
    position: absolute;
    width: 18px;
    height: 18px;
    top: 24px;
    right: 24px;
    background: transparent;
}
.call__body-close svg{
    width: 18px;
    height: 18px;
}
.age__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.age__body h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #00a3d4;
    max-width: 965px
}

.age__body h2 span {
    color: #272727
}

.age__body .splide {
    width: 100%;
    padding: 0 24px
}

.age__body .splide .splide__arrow {
    width: 48px;
    height: 48px;
    background: #00a3d4
}

.age__body .splide .splide__arrow svg {
    fill: none;
    width: 30px;
    height: 30px
}

.age__body .splide .splide__slide {
    width: 390px !important;
    background: 16px;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-right: 24px !important;
    background: rgba(191, 221, 255, .3019607843)
}

.age__body .splide .splide__slide img {
    width: 100%;
    height: 176px
}

.age__body .splide .splide__slide span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.age__body .splide .splide__slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #272727
}

.age__body-materials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px;
    padding: 32px;
    background: #fff;
    width: 100%
}

.age__body-materials h3 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 1193px;
    color: #272727
}

.age__body-materials img {
    width: 1396px;
    height: 89px
}

.anything {
    width: 100%;
    margin-top: 100px
}

.anything__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.anything__body-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.anything__body-text h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #f07e00
}

.anything__body-text h2 span {
    color: #272727
}

.anything__body-text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.anything__body-main {
    margin-top: 36px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    background: #fff;
    padding: 32px
}

.anything__body-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    background: rgba(191, 221, 255, .3019607843);
    padding: 32px;
    width: 406px
}

.anything__body-main-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.anything__body-main-info span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

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

.anything__body-main-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #272727
}

.anything__body-main-info ul li svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px
}

.anything__body-main-certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 48px 0px
}

.anything__body-main-certificate .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #272727
}

.anything__body-main-certificate img {
    width: 1035px;
    height: 223px
}

.anything__body-main-certificate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px
}

.anything__body-main-certificate ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.anything__body-main-certificate ul li img {
    max-width: 72px;
    max-height: 60px
}

.anything__body-main-certificate ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #272727
}

.anything__body-main-certificate ul li p span {
    font-weight: 700
}

.anything__body-dop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    width: 100%
}

.anything__body-dop img {
    width: 425px;
    height: 267px
}

.anything__body-dop-attr {
    padding: 64px;
    width: 100%;
    background: #f07e00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.anything__body-dop-attr div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.anything__body-dop-attr div span {
    font-family: var(--desc);
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff
}

.anything__body-dop-attr div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff
}

.banner {
    width: 100%;
    margin-top: 100px;
    position: relative
}

.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.banner__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 678px;
    padding: 100px 0
}

.banner__body-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    gap: 24px
}

.banner__body-info h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: uppercase;
    max-width: 422px;
    color: #272727
}

.banner__body-info h2 span {
    color: #f07e00
}

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

.banner__body-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #272727
}

.banner__body-info ul li svg {
    width: 24px;
    height: 24px
}

.banner__body-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px;
    background: #fff;
    position: relative;
    z-index: 2
}

.banner__body-main .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner__body-main .text h4 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #272727
}

.banner__body-main .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 215px;
    color: #272727
}

.banner__body-main form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 24px
}

.banner__body-main form input {
    width: 100%;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(39, 39, 39, .6);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: start;
    color: #272727
}

.banner__body-main form input:nth-child(2) {
    margin-top: 4px
}

.banner__body-main form p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    color: #272727;
    max-width: 318px;
}

.banner__body-main form button {
    width: 100%;
    height: 74px;
    background: #f07e00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%
}

.banner__body-main .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    margin-top: 25px
}

.banner__body-main .message p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 136px;
    color: #272727
}

.banner__body-main .message div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.banner__body-main .message div a {
    width: 28px;
    height: 28px
}

.banner__body-main .message div a svg {
    width: 28px;
    height: 28px
}

.blog {
    width: 100%;
    margin-top: 100px
}

.blog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.blog__body .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 499px;
    width: 100%
}

.blog__body .text h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #272727
}

.blog__body .text h2 span {
    color: #00a3d4
}

.blog__body .text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(17, 17, 17, .6)
}

.blog__body .text a svg {
    width: 24px;
    height: 24px
}

.blog__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.blog__body-block-item {
    width: 544px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.blog__body-block-item img {
    width: 100%;
    height: 328px
}

.blog__body-block-item h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #111;
    margin-top: 8px
}

.blog__body-block-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(17, 17, 17, .6)
}

.blog__body-block-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(17, 17, 17, .6);
    margin-top: 8px
}

.comfort {
    width: 100%;
    margin-top: 100px
}

.comfort__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.comfort__body h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #272727
}

.comfort__body h2 span {
    color: #f07e00
}

.comfort__body-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comfort__body-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    background: rgba(255, 183, 103, .3019607843);
    padding: 32px;
    width: 402px
}

.comfort__body-block-item .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f07e00;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    border-radius: 50%
}

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

.comfort__body-block-item div span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.comfort__body-block-item div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #272727
}

.construct {
    width: 100%;
    margin-top: 100px
}

.construct__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

.construct__body-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 470px;
    min-width: 470px;
    padding: 32px;
    background: rgba(191, 221, 255, .3019607843)
}

.construct__body-info .img {
    width: 100%;
    height: 414px
}

.construct__body-info-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px
}

.construct__body-info-people p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #272727
}

.construct__body-info-people p span {
    font-weight: 700
}

.construct__body-info-people .job {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #00a3d4
}

.construct__body-info .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727;
    margin-top: 24px
}

.construct__body-info .desc span {
    color: #00a3d4
}

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

.construct__body-info-block span {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #272727;
    margin-top: 24px;
}

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

.construct__body-info-block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.construct__body-info-block ul li img {
    width: 35px;
    height: 35px
}

.construct__body-quiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    width: 100%
}

.construct__body-quiz h2 {
    font-family: var(--desc);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #272727
}

.construct__body-quiz h2 span {
    color: #f07e00
}

.construct__body-quiz-desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.construct__body-quiz-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-top: 12px;
    background: #fff;
    padding: 32px;
    height: 822px
}

.construct__body-quiz-section .quiz-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #272727
}

.construct__body-quiz-section .pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.construct__body-quiz-section .pagination div {
    background: #f4f4f4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    height: 16px;
    width: 120px
}

.construct__body-quiz-section .pagination div.active {
    background: #f07e00
}

.construct__body-quiz-section .quiz__elements {
    margin-top: 8px
}

.construct__body-quiz-section .quiz__elements .element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.construct__body-quiz-section .quiz__elements .element h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.construct__body-quiz-section .quiz__elements .element .wrap__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item:hover {
    outline-color: #f07e00
}

.construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item.active {
    outline-color: #f07e00
}

.construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item.error {
    outline-color: #fb3333
}

.construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 544px;
    height: 241px;
    position: relative;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    outline: 3px solid rgba(0, 0, 0, 0);
    cursor: pointer
}

.construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
    position: relative;
    z-index: 1
}

.construct__body-quiz-section .quiz__elements .element .radio__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.construct__body-quiz-section .quiz__elements .element .radio__wrap input {
    position: absolute;
    opacity: 0;
    сursor: pointer
}

.construct__body-quiz-section .quiz__elements .element .radio__wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #272727;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.construct__body-quiz-section .quiz__elements .element .radio__wrap label.error {
    color: #fb3333
}

.construct__body-quiz-section .quiz__elements .element .radio__wrap span {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f07e00
}

.construct__body-quiz-section .quiz__elements .element .radio__wrap span:after {
    content: "";
    position: absolute;
    display: none
}

.construct__body-quiz-section .quiz__elements .element .radio__wrap label input:checked ~ span:after {
    display: block
}

.construct__body-quiz-section .quiz__elements .element .radio__wrap label span:after {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f07e00
}

.construct__body-quiz-section .quiz__elements-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.construct__body-quiz-section .quiz__elements-action-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #272727
}

.construct__body-quiz-section .quiz__elements-action button {
    padding: 28px 64px;
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    color: #fff;
    background: #f07e00
}

.construct__body-quiz-section .quiz__elements-action button svg {
    width: 11px;
    height: 20px
}

.contact {
    width: 100%;
    margin-top: 100px
}

.contact__body .footer__body-bot-info-item span {
    color: #272727
}

.contact__body .footer__body-bot-info-item a {
    color: #272727
}

.contact__body .footer__body-bot-info-item p {
    color: #272727
}

.contact__body .footer__body-bot-action .social p {
    color: #272727
}

.contact__body .footer__body-bot-action .phone a {
    color: #272727
}

.contact__body .footer__body-bot-action .phone p {
    color: #272727
}

.examples {
    width: 100%;
    margin-top: 100px
}

.examples__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.examples__body .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.examples__body .text h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #272727
}

.examples__body .text h2 span {
    color: #00a3d4
}

.examples__body .text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.examples__body .splide {
    width: 1348px
}

.examples__body .splide .splide__arrow--prev {
    left: -2em
}

.examples__body .splide .splide__arrow--next {
    right: -2em
}

.examples__body .splide .splide__arrow {
    width: 48px;
    height: 48px;
    background: #00a3d4
}

.examples__body .splide .splide__arrow svg {
    fill: none;
    width: 30px;
    height: 30px
}

.examples__body .splide .examples__body-slide {
    width: 100%;
    padding: 80px 100px 74px 118px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px
}

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

.examples__body .splide .examples__body-slide .main_el .main-slider:hover .splide__arrow {
    opacity: 1 !important
}

.examples__body .splide .examples__body-slide .main_el .main-slider {
    width: 544px
}

.examples__body .splide .examples__body-slide .main_el .main-slider .splide__arrow {
    scale: .7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.examples__body .splide .examples__body-slide .main_el .main-slider .splide__arrow--prev {
    left: 0
}

.examples__body .splide .examples__body-slide .main_el .main-slider .splide__arrow--next {
    right: 0
}

.examples__body .splide .examples__body-slide .main_el .main-slider .splide__slide {
    width: 544px !important;
    height: 338px
}

.examples__body .splide .examples__body-slide .main_el .main-slider .splide__slide img {
    width: 100%;
    height: 100%
}

.examples__body .splide .examples__body-slide .main_el .thumbnail-carousel {
    max-width: 544px;
    width: auto
}

.examples__body .splide .examples__body-slide .main_el .thumbnail-carousel .splide__slide {
    width: 118px !important;
    height: 74px
}

.examples__body .splide .examples__body-slide .main_el .thumbnail-carousel .splide__slide img {
    width: 100%;
    height: 100%
}

.examples__body .splide .examples__body-slide .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
}

.examples__body .splide .examples__body-slide .buttons a {
    padding: 28px 52px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: max-content;
}

.examples__body .splide .examples__body-slide .buttons a:nth-child(1) {
    background: #00a3d4;
    color: #fff
}

.examples__body .splide .examples__body-slide .buttons a:nth-child(2) {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #00a3d4;
    color: #00a3d4
}

.examples__body .splide .examples__body-slide .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.examples__body .splide .examples__body-slide .info h3 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #272727
}
.info__wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.info__wrap-item{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.info__wrap-item span{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #272727;
}
.info__wrap-item p{
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #272727;
}

.examples__body .splide .examples__body-slide .info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.examples__body .splide .examples__body-slide .info ul span {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #272727;
    margin-bottom: 16px
}

.examples__body .splide .examples__body-slide .info ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #272727;
    list-style: disc;
    list-style-position: inside
}

.examples__body .splide .examples__body-slide .info .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727;
    margin-top: 16px
}
.top_scroll.active{
    transform: translateX(0);
    opacity: 1;
}
.top_scroll{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #33333340;
    transform: translateX(100%);
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 0;
}
.top_scroll svg{
    width: 12px;
    height: 12px;
}
.footer {
    width: 100%;
    padding: 64px 0;
    background: #272727
}

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

.footer__body-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.footer__body-top .logo {
    width: 420px;
    height: 83px
}

.footer__body-top .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px
}

.footer__body-top .menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #fff;
    cursor: pointer
}

.footer__body-top .menu ul li svg {
    width: 13px;
    height: 8px
}

.footer__body-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 100px
}

.footer__body-bot .map {
    width: 1001px;
    height: 278px
}

.footer__body-bot .map iframe {
    width: 100%;
    height: 100%
}

.footer__body-bot-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.footer__body-bot-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.footer__body-bot-info-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, .6)
}

.footer__body-bot-info-item a {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff
}

.footer__body-bot-info-item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
    max-width: 185px;
}

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

.footer__body-bot-action .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.footer__body-bot-action .social p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, .6)
}

.footer__body-bot-action .social div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.footer__body-bot-action .social div a {
    width: 32px;
    height: 32px
}

.footer__body-bot-action .social div a svg {
    width: 32px;
    height: 32px
}

.footer__body-bot-action .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.footer__body-bot-action .phone a {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff
}

.footer__body-bot-action .phone p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, .6)
}

.footer__body-bot-action .call__me {
    width: 281px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    font-weight: 500;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 18px;
    letter-spacing: 0%;
    color: #fff;
    background: #f07e00
}

.footer__body-bot-action .call__me svg {
    width: 18px;
    height: 18px
}

.guarantees {
    width: 100%;
    margin-top: 100px
}

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

.guarantees__body h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #f07e00
}

.guarantees__body h2 span {
    color: #272727
}

.guarantees__body-attr {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.guarantees__body-attr div {
    background: rgba(255, 183, 103, .3019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    width: 402px
}

.guarantees__body-attr div span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.guarantees__body-attr div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #272727
}

.guarantees__body-block {
    width: 100%;
    height: 542px;
    position: relative;
    overflow: hidden;
    padding: 25px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.guarantees__body-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.guarantees__body-block .grad {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-130.83%, rgba(30, 30, 30, 0)), color-stop(98.61%, #262627));
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) -130.83%, #262627 98.61%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.guarantees__body-block a {
    position: relative;
    z-index: 2;
    padding: 28px 42.5px;
    background: #f07e00;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #fff
}

.guarantees__body-block a br {
    display: none
}

.header {
    width: 100%;
    padding: 30px 0px 32px 0px
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 30px
}

.header__body-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.header__body-info-logo {
    width: 395px;
    height: 82px
}

.header__body-info-logo img {
    width: 100%;
    height: 100%
}

.header__body-info-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px
}

.header__body-info-action-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.header__body-info-action-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3%;
    color: #00a3d4
}

.header__body-info-action-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.header__body-info-action-item div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: right;
    color: #272727
}

.header__body-info-action-item div a svg {
    width: 18px;
    height: 18px
}

.header__body-info-action .call__me {
    padding: 26px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 12px;
    background: #f07e00;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2%;
    color: #fff
}

.header__body-info-action .call__me svg {
    width: 18px;
    height: 18px
}

.header__body-menu {
    width: 100%
}

.header__body-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.header__body-menu ul li a:hover {
    background: #f07e00;
    color: #fff
}

.header__body-menu ul li a:hover svg path {
    stroke: #fff
}

.header__body-menu ul li.current-menu-item a {
    background: #f07e00;
    color: #fff
}

.header__body-menu ul li.current-menu-item a svg path {
    stroke: #fff
}
.header__body-menu ul li {
    position: relative;
}
.header__body-menu ul li a {
    padding: 32px 78px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(39, 39, 39, .3019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(39, 39, 39, .6);
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__body-menu ul li svg {
    width: 13px;
    height: 7px
}

.header__body-menu ul li .sub-menu {
    position: absolute;
    top: 100%;
    padding: 0px 32px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    z-index: 100;
    width: auto;
    left: -50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 0;
    overflow: hidden
}

.header__body-menu ul li .sub-menu li  a{
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727;
    border: none;
}

.header__body-menu ul li .sub-menu li:hover {
    background: rgba(0, 0, 0, 0);
    color: #272727
}

.header__body-menu ul li .sub-menu.open {
    padding: 32px;
    max-height: 1000px
}

.learning {
    width: 100%;
    margin-top: 100px
}

.learning__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 100px 120px;
    height: 678px
}

.learning__body img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.learning__body-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2
}

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

.learning__body-info .text h3 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: uppercase;
    max-width: 391px;
    color: #f07e00
}

.learning__body-info .text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    max-width: 375px;
    color: #fff
}

.learning__body-info .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #fff
}

.learning__body-info .action svg {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px
}

.learning__body-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px;
    background: #fff;
    position: relative;
    z-index: 2
}

.learning__body-main .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.learning__body-main .text h4 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #272727
}

.learning__body-main .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 215px;
    color: #272727
}

.learning__body-main .form-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 24px
}

.learning__body-main .form-action input {
    width: 100%;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(39, 39, 39, .6);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: start;
    color: #272727
}

.learning__body-main .form-action input:nth-child(2) {
    margin-top: 4px
}

.learning__body-main .form-action p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    color: #272727;
    max-width: 318px;
}

.learning__body-main .form-action button {
    width: 100%;
    height: 74px;
    background: #f07e00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%
}

.learning__body-main .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    margin-top: 25px
}

.learning__body-main .message p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 136px;
    color: #272727
}

.learning__body-main .message div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.learning__body-main .message div a {
    width: 28px;
    height: 28px
}

.learning__body-main .message div a svg {
    width: 28px;
    height: 28px
}

.main {
    width: 100%;
    position: relative
}

.main .main__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.main__body {
    padding: 80px 0 71px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 208px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main__body-text h1 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0%;
    color: #fff;
    text-transform: uppercase
}

.main__body-text span {
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 11%;
    color: #00a3d4
}

.main__body-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px
}

.main__body-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.main__body-action ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 2%;
    color: #fff
}

.main__body-action ul li svg {
    width: 32px;
    height: 32px
}

.main__body-action ul li span {
    color: #00a3d4
}

.main__body-action a {
    width: 461px;
    height: 120px;
    background: #00a3d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff
}

.main__body-action a svg {
    width: 30px;
    height: 42px
}

.main__body-action a span {
    max-width: 269px
}

.que {
    width: 100%;
    margin-top: 100px
}

.que .container {
    max-width: 1396px
}

.que__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.que__body h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #111
}

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

.que__body-block-item.open svg {
    rotate: 0deg
}

.que__body-block-item.open .que__body-block-item-top {
    padding-bottom: 32px
}

.que__body-block-item {
    width: 100%;
    background: #fff;
    padding: 42px 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.que__body-block-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.que__body-block-item-top span {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #111
}

.que__body-block-item-top svg {
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    rotate: 135deg
}

.que__body-block-item .accordion {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(17, 17, 17, .6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 0;
    overflow: hidden
}

.que__body-block-item .accordion ul li {
    list-style: disc;
    list-style-position: inside
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:focus, :active {
    outline: none
}

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

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

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

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

button {
    cursor: pointer
}

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

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

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

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

a {
    color: inherit
}

.review {
    width: 100%;
    margin-top: 100px
}

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

.review__body-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.review__body-info .text h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #272727
}

.review__body-info .text h2 span {
    color: #f07e00
}

.review__body-info .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    max-width: 728px;
    color: #272727
}

.review__body-info a {
    width: 364px;
    height: 82px;
    background: #f07e00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0%
}

.review__body .widget {
    width: 500px;
    height: 368px;
    overflow: hidden;
    position: relative
}

.services {
    width: 100%;
    margin-top: 100px
}

.services .container {
    max-width: 1413px
}

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

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

.services__body-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #272727
}

.services__body-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.services__body-item-list a {
    padding: 24px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(39, 39, 39, .5019607843);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #272727
}

.services__body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #272727
}

.works {
    width: 100%;
    margin-top: 100px
}

.works__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.works__body h2 {
    font-family: var(--title);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #272727
}

.works__body h2 span {
    color: #00a3d4
}

.works__body-tabs {
    margin-top: 16px;
    width: 100%;
    padding: 32px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.works__body-tabs button {
    width: auto;
    padding: 24px 60px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #272727;
    text-transform: uppercase;
}

.works__body-tabs button:hover {
    background: #00a3d4;
    color: #fff
}

.works__body-tabs button.active {
    background: #00a3d4;
    color: #fff
}

.works__body-block {
    width: 100%
}

.works__body-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 64px;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    height: 644px;
}

.works__body-block-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.works__body-block-item .grad {
    background: linear-gradient(264.8deg, rgba(0, 0, 0, 0.1) -28.95%, rgba(0, 0, 0, 0.8) 55.14%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.works__body-block-item-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.works__body-block-item-info h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #00a3d4
}

.works__body-block-item-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #fff;
    margin-top: 4px;
    max-width: 630px
}

.works__body-block-item-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.works__body-block-item-info ul span {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #00a3d4;
    margin-bottom: 16px
}

.works__body-block-item-info ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff
}

.works__body-block-item-info .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #00a3d4;
    margin-top: 12px
}

.works__body-block-item .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 2;
    align-self: flex-end;
}

.works__body-block-item .buttons button {
    width: 368px;
    height: 78px;
    background: #00a3d4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0%
}

.works__body-block-item .buttons button svg {
    width: 22px;
    height: 30px
}

.works__body-block-item .buttons a {
    width: 368px;
    height: 78px;
    background: #00a3d4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0%
}

.works__body-block-item .buttons a svg {
    width: 22px;
    height: 30px
}

@media (max-width: 1920px) {
    html {
        font-size: .0520833333vw
    }

    body {
        max-width: 1920rem;
        background: #f7f7f7;
        font-family: "Century Gothic Paneuropean", sans-serif;
        margin: 0 auto
    }

    .container {
        width: 100%;
        max-width: 1680rem;
        margin: 0 auto
    }
    #user-city-selector{
        position: relative;
        padding-bottom: 5rem;
        border-bottom: 1px dashed #272727;
        width: 150rem;
        cursor: pointer;
    }
    .first-city{
        font-weight: 700;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        text-align: left;
        color: #272727;
    }
    .city-list.active{
        max-height: 1000rem;
        padding: 24rem;
    }
    .city-list{
        display: flex;
        flex-direction: column;
        gap: 15rem;
        position: absolute;
        left: 0;
        top: 30rem;
        padding: 0rem 24rem;
        background: #f7f7f7;
        border-radius: 20rem;
        box-shadow: 0px 0px 20rem 0px #33333340;
        z-index: 10;
        transition: all 0.3s ease;
        max-height: 0;
        overflow: hidden;
    }
    .city-list span{
        font-weight: 700;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        text-align: left;
        color: #272727;
        cursor: pointer;
    }
    .article{
        width: 100%;
    }
    .article__body{
        display: flex;
        flex-direction: column;
        gap: 60rem;
        padding-bottom: 100rem;
    }
    .article__body-head{
        padding: 50rem 50rem 50rem 135rem;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
    }
    .article__body-head img{
        width: 100%;
        height: auto;
        position: absolute;
        top: -50%;
        left: 0;
        z-index: -1;
    }
    .article__body-head .grad{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: linear-gradient(357.23deg, #161616 2.79%, rgba(22, 22, 22, 0) 172.15%);
    }
    .article__body-head-info{
        display: flex;
        flex-direction: column;
        gap: 31rem;
        position: relative;
        z-index: 1;
    }
    .article__body-head-info-bread{
        display: flex;
        align-items: center;
        gap: 5rem;
    }
    .article__body-head-info-bread a, .article__body-head-info-bread p{
        font-weight: 400;
        font-size: 16rem;
        line-height: 100%;
        letter-spacing: 0%;
        color: #fff;
    }
    .article__body-head-info h1{
        font-weight: 700;
        font-size: 36rem;
        line-height: 130%;
        letter-spacing: 0%;
        color: #fff;
    }
    .article__body-head span{
        font-weight: 400;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #FFFFFF99;
        position: relative;
        z-index: 1;
    }
    .article__body-block{
        display: flex;
        flex-direction: column;
        padding: 0 135rem;
    }
    .article__body-block span{
        margin-top: 50rem;
        font-weight: 700;
        font-size: 28rem;
        line-height: 130%;
        letter-spacing: 0%;
        color: #1B1B1B;
    }
    .article__body-block ol{
        margin-top: 30rem;
    }
    .article__body-block p{
        margin-top: 30rem;
        font-weight: 400;
        font-size: 24rem;
        line-height: 130%;
        letter-spacing: 0%;
        color: #1B1B1B;
    }
    .article__body-block ol li{
        font-weight: 400;
        font-size: 24rem;
        line-height: 130%;
        letter-spacing: 0%;
        color: #1B1B1B;
        list-style-position: inside;
    }
    .mb-100{
        padding-bottom: 100rem;
    }
    .call{
        width: 100%;
        height: 100%;
        background: linear-gradient(264.8deg, rgba(0, 0, 0, 0.1) -28.95%, rgba(0, 0, 0, 0.8) 55.14%);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .call__body{
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 76rem 48rem 48rem 48rem !important;
        position: relative;
        max-width: 593rem;
    }
    .call__body-close{
        position: absolute;
        width: 18rem;
        height: 18rem;
        top: 24rem;
        right: 24rem;
    }
    .call__body-close svg{
        width: 18rem;
        height: 18rem;
    }
    .age {
        width: 100%;
        margin-top: 100rem
    }

    .age__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .age__body h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #00a3d4;
        max-width: 965rem
    }

    .age__body h2 span {
        color: #272727
    }

    .age__body .splide {
        width: 100%;
        padding: 0 24rem
    }

    .age__body .splide .splide__arrow {
        width: 48rem;
        height: 48rem;
        background: #00a3d4
    }

    .age__body .splide .splide__arrow svg {
        fill: none;
        width: 30rem;
        height: 30rem
    }

    .age__body .splide .splide__slide {
        width: 390rem !important;
        background: 16rem;
        padding: 32rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        margin-right: 24rem !important;
        background: rgba(191, 221, 255, .3019607843)
    }

    .age__body .splide .splide__slide img {
        width: 100%;
        height: 176rem
    }

    .age__body .splide .splide__slide span {
        font-weight: 700;
        font-size: 20rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .age__body .splide .splide__slide p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .age__body-materials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 64rem;
        padding: 32rem;
        background: #fff;
        width: 100%
    }

    .age__body-materials h3 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 1193rem;
        color: #272727
    }

    .age__body-materials img {
        width: 1396rem;
        height: 89rem
    }

    .anything {
        width: 100%;
        margin-top: 100rem
    }

    .anything__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .anything__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .anything__body-text h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #f07e00
    }

    .anything__body-text h2 span {
        color: #272727
    }

    .anything__body-text p {
        font-weight: 400;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main {
        margin-top: 36rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 64rem;
        background: #fff;
        padding: 32rem
    }

    .anything__body-main-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        background: rgba(191, 221, 255, .3019607843);
        padding: 32rem;
        width: 406rem
    }

    .anything__body-main-info p {
        font-weight: 400;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-info span {
        font-weight: 700;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .anything__body-main-info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem;
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-info ul li svg {
        width: 24rem;
        height: 24rem;
        min-width: 24rem;
        min-height: 24rem
    }

    .anything__body-main-certificate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        padding: 48rem 0rem
    }

    .anything__body-main-certificate .title {
        font-weight: 400;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-certificate img {
        width: 1035rem;
        height: 223rem
    }

    .anything__body-main-certificate ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 64rem
    }

    .anything__body-main-certificate ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem
    }

    .anything__body-main-certificate ul li img {
        max-width: 72rem;
        max-height: 60rem
    }

    .anything__body-main-certificate ul li p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-certificate ul li p span {
        font-weight: 700
    }

    .anything__body-dop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem;
        width: 100%
    }

    .anything__body-dop img {
        width: 425rem;
        height: 267rem
    }

    .anything__body-dop-attr {
        padding: 64rem;
        width: 100%;
        background: #f07e00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .anything__body-dop-attr div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .anything__body-dop-attr div span {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 80rem;
        line-height: 80rem;
        letter-spacing: 0%;
        text-align: center;
        color: #fff
    }

    .anything__body-dop-attr div p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        text-align: center;
        color: #fff
    }

    .banner {
        width: 100%;
        margin-top: 100rem;
        position: relative
    }

    .banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .banner__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 678rem;
        padding: 100rem 0
    }

    .banner__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 2;
        gap: 24rem
    }

    .banner__body-info h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 32rem;
        line-height: 34rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        max-width: 422rem;
        color: #272727
    }

    .banner__body-info h2 span {
        color: #f07e00
    }

    .banner__body-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .banner__body-info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem;
        font-weight: 400;
        font-size: 18rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .banner__body-info ul li svg {
        width: 24rem;
        height: 24rem
    }

    .banner__body-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 48rem;
        background: #fff;
        position: relative;
        z-index: 2
    }

    .banner__body-main .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner__body-main .text h4 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 20rem;
        line-height: 19rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .banner__body-main .text p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 215rem;
        color: #272727
    }

    .banner__body-main form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem;
        width: 100%;
        margin-top: 24rem
    }

    .banner__body-main form input {
        width: 100%;
        height: 51rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 24rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid rgba(39, 39, 39, .6);
        font-weight: 400;
        font-size: 12rem;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: start;
        color: #272727
    }

    .banner__body-main form input:nth-child(2) {
        margin-top: 4rem
    }

    .banner__body-main form p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 12rem;
        letter-spacing: 0%;
        text-align: center;
        color: #272727;
        max-width: 318rem;
    }

    .banner__body-main form button {
        width: 100%;
        height: 74rem;
        background: #f07e00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12rem;
        color: #fff;
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .banner__body-main .message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 13rem;
        margin-top: 25rem
    }

    .banner__body-main .message p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 136rem;
        color: #272727
    }

    .banner__body-main .message div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .banner__body-main .message div a {
        width: 28rem;
        height: 28rem
    }

    .banner__body-main .message div a svg {
        width: 28rem;
        height: 28rem
    }

    .blog {
        width: 100%;
        margin-top: 100rem
    }

    .blog__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .blog__body .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 499rem;
        width: 100%
    }

    .blog__body .text h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .blog__body .text h2 span {
        color: #00a3d4
    }

    .blog__body .text a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 400;
        font-size: 24rem;
        line-height: 48rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(17, 17, 17, .6)
    }

    .blog__body .text a svg {
        width: 24rem;
        height: 24rem
    }

    .blog__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .blog__body-block-item {
        width: 544rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .blog__body-block-item img {
        width: 100%;
        height: 328rem
    }

    .blog__body-block-item h3 {
        font-weight: 400;
        font-size: 24rem;
        line-height: 28rem;
        letter-spacing: 0%;
        color: #111;
        margin-top: 8rem
    }

    .blog__body-block-item p {
        font-weight: 400;
        font-size: 18rem;
        line-height: 22rem;
        letter-spacing: 0%;
        color: rgba(17, 17, 17, .6)
    }

    .blog__body-block-item span {
        font-weight: 400;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: rgba(17, 17, 17, .6);
        margin-top: 8rem
    }

    .comfort {
        width: 100%;
        margin-top: 100rem
    }

    .comfort__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .comfort__body h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .comfort__body h2 span {
        color: #f07e00
    }

    .comfort__body-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .comfort__body-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem;
        background: rgba(255, 183, 103, .3019607843);
        padding: 32rem;
        width: 402rem
    }

    .comfort__body-block-item .number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 32rem;
        height: 32rem;
        background: #f07e00;
        color: #fff;
        font-weight: 400;
        font-size: 16rem;
        leading-trim: Cap height;
        line-height: 24rem;
        letter-spacing: 0%;
        border-radius: 50%
    }

    .comfort__body-block-item div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .comfort__body-block-item div span {
        font-weight: 700;
        font-size: 20rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .comfort__body-block-item div p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct {
        width: 100%;
        margin-top: 100rem
    }

    .construct__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32rem
    }

    .construct__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 470rem;
        min-width: 470rem;
        padding: 32rem;
        background: rgba(191, 221, 255, .3019607843)
    }

    .construct__body-info .img {
        width: 100%;
        height: 414rem
    }

    .construct__body-info-people {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem;
        margin-top: 32rem
    }

    .construct__body-info-people p {
        font-weight: 400;
        font-size: 24rem;
        line-height: 28rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-info-people p span {
        font-weight: 700
    }

    .construct__body-info-people .job {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: #00a3d4
    }

    .construct__body-info .desc {
        font-weight: 400;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727;
        margin-top: 24rem
    }

    .construct__body-info .desc span {
        color: #00a3d4
    }

    .construct__body-info-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .construct__body-info-block span {
        font-weight: 700;
        font-size: 16rem;
        line-height: 28rem;
        letter-spacing: 0%;
        color: #272727;
        margin-top: 24rem;
    }

    .construct__body-info-block ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .construct__body-info-block ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem;
        font-weight: 400;
        font-size: 16rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-info-block ul li img {
        width: 35rem;
        height: 35rem
    }

    .construct__body-quiz {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem;
        width: 100%
    }

    .construct__body-quiz h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz h2 span {
        color: #f07e00
    }

    .construct__body-quiz-desc {
        font-weight: 400;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        margin-top: 12rem;
        background: #fff;
        padding: 32rem;
        height: 822rem
    }

    .construct__body-quiz-section .quiz-title {
        font-weight: 400;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section .pagination {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .construct__body-quiz-section .pagination div {
        background: #f4f4f4;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 10rem;
        height: 16rem;
        width: 120rem
    }

    .construct__body-quiz-section .pagination div.active {
        background: #f07e00
    }

    .construct__body-quiz-section .quiz__elements {
        margin-top: 8rem
    }

    .construct__body-quiz-section .quiz__elements .element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .construct__body-quiz-section .quiz__elements .element h3 {
        font-weight: 700;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item:hover {
        outline-color: #f07e00
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item.active {
        outline-color: #f07e00
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 544rem;
        height: 241rem;
        position: relative;
        padding: 32rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        outline: 3rem solid rgba(0, 0, 0, 0);
        cursor: pointer
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item span {
        font-weight: 400;
        font-size: 18rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #fff;
        position: relative;
        z-index: 1
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap input {
        position: absolute;
        opacity: 0;
        сursor: pointer
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-left: 48rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 32rem;
        font-weight: 400;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap span {
        position: absolute;
        top: 0;
        left: 0;
        height: 32rem;
        width: 32rem;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1rem solid #f07e00
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap span:after {
        content: "";
        position: absolute;
        display: none
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap label input:checked ~ span:after {
        display: block
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap label span:after {
        width: 26rem;
        height: 26rem;
        border-radius: 50%;
        background: #f07e00
    }

    .construct__body-quiz-section .quiz__elements-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .construct__body-quiz-section .quiz__elements-action-desc p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 21rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section .quiz__elements-action button {
        padding: 28rem 64rem;
        font-weight: 400;
        font-size: 24rem;
        line-height: 18rem;
        letter-spacing: 0%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18rem;
        color: #fff;
        background: #f07e00
    }

    .construct__body-quiz-section .quiz__elements-action button svg {
        width: 11rem;
        height: 20rem
    }
    .contact {
        width: 100%;
        margin-top: 100rem
    }
    .examples {
        width: 100%;
        margin-top: 100rem
    }

    .examples__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .examples__body .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .examples__body .text h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .examples__body .text h2 span {
        color: #00a3d4
    }

    .examples__body .text p {
        font-weight: 400;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .examples__body .splide {
        width: 1348rem
    }

    .examples__body .splide .splide__arrow--prev {
        left: -2em
    }

    .examples__body .splide .splide__arrow--next {
        right: -2em
    }

    .examples__body .splide .splide__arrow {
        width: 48rem;
        height: 48rem;
        background: #00a3d4
    }

    .examples__body .splide .splide__arrow svg {
        fill: none;
        width: 30rem;
        height: 30rem
    }

    .examples__body .splide .examples__body-slide {
        width: 100%;
        padding: 80rem 100rem 74rem 118rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 48rem
    }

    .examples__body .splide .examples__body-slide .main_el {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .examples__body .splide .examples__body-slide .main_el .main-slider {
        width: 544rem
    }

    .examples__body .splide .examples__body-slide .main_el .main-slider .splide__slide {
        width: 544rem !important;
        height: 338rem
    }

    .examples__body .splide .examples__body-slide .main_el .main-slider .splide__slide img {
        width: 100%;
        height: 100%
    }

    .examples__body .splide .examples__body-slide .main_el .thumbnail-carousel {
        max-width: 544rem;
        width: auto
    }

    .examples__body .splide .examples__body-slide .main_el .thumbnail-carousel .splide__slide {
        width: 118rem !important;
        height: 74rem
    }

    .examples__body .splide .examples__body-slide .main_el .thumbnail-carousel .splide__slide img {
        width: 100%;
        height: 100%
    }

    .examples__body .splide .examples__body-slide .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .examples__body .splide .examples__body-slide .buttons a {
        padding: 28rem 52rem;
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        width: 100%
    }

    .examples__body .splide .examples__body-slide .buttons a:nth-child(1) {
        background: #00a3d4;
        color: #fff
    }

    .examples__body .splide .examples__body-slide .buttons a:nth-child(2) {
        background: rgba(0, 0, 0, 0);
        border: 1rem solid #00a3d4;
        color: #00a3d4
    }

    .examples__body .splide .examples__body-slide .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 24rem;
    }

    .examples__body .splide .examples__body-slide .info h3 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        color: #272727
    }
    .info__wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 32rem;
    }
    .info__wrap-item{
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }
    .info__wrap-item span{
        font-weight: 400;
        font-size: 16rem;
        line-height: 22rem;
        letter-spacing: 0%;
        color: #272727;
    }
    .info__wrap-item p{
        font-weight: 600;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727;
    }
    .examples__body .splide .examples__body-slide .info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6rem
    }

    .examples__body .splide .examples__body-slide .info ul span {
        font-weight: 700;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727;
        margin-bottom: 16rem
    }

    .examples__body .splide .examples__body-slide .info ul li {
        font-weight: 400;
        font-size: 16rem;
        line-height: 22rem;
        letter-spacing: 0%;
        color: #272727;
        list-style: disc;
        list-style-position: inside
    }

    .examples__body .splide .examples__body-slide .info .price {
        font-weight: 700;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727;
        margin-top: 16rem
    }
    .top_scroll{
        position: fixed;
        bottom: 50rem;
        right: 50rem;
        width: 48rem;
        height: 48rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #FFFFFF;
        box-shadow: 0px 0px 20rem 0px #33333340;
        transform: translateX(100%);
        transition: all 0.3s ease;
    }
    .top_scroll svg{
        width: 12rem;
        height: 12rem;
    }
    .footer {
        width: 100%;
        padding: 64rem 0;
        background: #272727
    }

    .footer__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35rem
    }

    .footer__body-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .footer__body-top .logo {
        width: 420rem;
        height: 83rem
    }

    .footer__body-top .logo img {
        width: 100%;
        height: 100%
    }

    .footer__body-top .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 100rem
    }

    .footer__body-top .menu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 700;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
        color: #fff;
        cursor: pointer
    }

    .footer__body-top .menu ul li svg {
        width: 13rem;
        height: 8rem
    }

    .footer__body-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 100rem
    }

    .footer__body-bot .map {
        width: 1001rem;
        height: 278rem
    }

    .footer__body-bot .map iframe {
        width: 100%;
        height: 100%
    }

    .footer__body-bot-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .footer__body-bot-info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .footer__body-bot-info-item span {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, .6)
    }

    .footer__body-bot-info-item a {
        font-weight: 700;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #fff
    }

    .footer__body-bot-info-item p {
        font-weight: 700;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #fff;
        max-width: 185rem;
    }

    .footer__body-bot-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .footer__body-bot-action .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .footer__body-bot-action .social p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, .6)
    }

    .footer__body-bot-action .social div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16rem
    }

    .footer__body-bot-action .social div a {
        width: 32rem;
        height: 32rem
    }

    .footer__body-bot-action .social div a svg {
        width: 32rem;
        height: 32rem
    }

    .footer__body-bot-action .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .footer__body-bot-action .phone a {
        font-weight: 700;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #fff
    }

    .footer__body-bot-action .phone p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, .6)
    }

    .footer__body-bot-action .call__me {
        width: 281rem;
        height: 66rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12rem;
        font-weight: 500;
        font-size: 18rem;
        leading-trim: Cap height;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #fff;
        background: #f07e00
    }

    .footer__body-bot-action .call__me svg {
        width: 18rem;
        height: 18rem
    }

    .guarantees {
        width: 100%;
        margin-top: 100rem
    }

    .guarantees__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .guarantees__body h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #f07e00
    }

    .guarantees__body h2 span {
        color: #272727
    }

    .guarantees__body-attr {
        margin-top: 34rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .guarantees__body-attr div {
        background: rgba(255, 183, 103, .3019607843);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        padding: 32rem;
        width: 402rem
    }

    .guarantees__body-attr div span {
        font-weight: 700;
        font-size: 20rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .guarantees__body-attr div p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .guarantees__body-block {
        width: 100%;
        height: 542rem;
        position: relative;
        overflow: hidden;
        padding: 25rem 32rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .guarantees__body-block img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .guarantees__body-block .grad {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-130.83%, rgba(30, 30, 30, 0)), color-stop(98.61%, #262627));
        background: linear-gradient(180deg, rgba(30, 30, 30, 0) -130.83%, #262627 98.61%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .guarantees__body-block a {
        position: relative;
        z-index: 2;
        padding: 28rem 42.5rem;
        background: #f07e00;
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #fff
    }

    .header {
        width: 100%;
        padding: 30rem 0rem 32rem 0rem
    }

    .header__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 30rem
    }

    .header__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .header__body-info-logo {
        width: 395rem;
        height: 82rem
    }

    .header__body-info-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-info-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 64rem
    }

    .header__body-info-action-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .header__body-info-action-item span {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 3%;
        color: #00a3d4
    }

    .header__body-info-action-item div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem
    }

    .header__body-info-action-item div a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 700;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        text-align: right;
        color: #272727
    }

    .header__body-info-action-item div a svg {
        width: 18rem;
        height: 18rem
    }

    .header__body-info-action .call__me {
        padding: 26rem 48rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 12rem;
        background: #f07e00;
        font-weight: 400;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 2%;
        color: #fff
    }

    .header__body-info-action .call__me svg {
        width: 18rem;
        height: 18rem
    }

    .header__body-menu {
        width: 100%
    }

    .header__body-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .header__body-menu ul li a:hover {
        background: #f07e00;
        color: #fff
    }

    .header__body-menu ul li a:hover svg path {
        stroke: #fff
    }

    .header__body-menu ul li.current-menu-item a {
        background: #f07e00;
        color: #fff
    }

    .header__body-menu ul li.current-menu-item a svg path {
        stroke: #fff
    }

    .header__body-menu ul li a {
        padding: 32rem 78rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid rgba(39, 39, 39, .3019607843);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
        text-transform: uppercase;
        color: rgba(39, 39, 39, .6);
        white-space: nowrap;
        position: relative;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header__body-menu ul li svg {
        width: 13rem;
        height: 7rem
    }

    .header__body-menu ul li .sub-menu {
        position: absolute;
        top: 100%;
        padding: 0rem 32rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14rem;
        z-index: 100;
        width: auto;
        left: -50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        max-height: 0;
        overflow: hidden
    }

    .header__body-menu ul li .sub-menu li  a{
        padding: 0;
        border: none;
        font-weight: 400;
        font-size: 14rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727;
        background: transparent !important;
    }

    .header__body-menu ul li .sub-menu li:hover {
        background: rgba(0, 0, 0, 0);
        color: #272727
    }

    .header__body-menu ul li .sub-menu.open {
        padding: 32rem;
        max-height: 1000rem
    }

    .learning {
        width: 100%;
        margin-top: 100rem
    }

    .learning__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 100rem 120rem;
        height: 678rem
    }

    .learning__body img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .learning__body .grad {
        background: linear-gradient(78.99deg, #232323 3.47%, rgba(13, 13, 13, 0) 145.11%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }

    .learning__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 2
    }

    .learning__body-info .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .learning__body-info .text h3 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 32rem;
        line-height: 34rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        max-width: 391rem;
        color: #f07e00
    }

    .learning__body-info .text p {
        font-weight: 400;
        font-size: 24rem;
        line-height: 26rem;
        letter-spacing: 0%;
        max-width: 375rem;
        color: #fff
    }

    .learning__body-info .action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem;
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #fff
    }

    .learning__body-info .action svg {
        width: 64rem;
        height: 64rem;
        min-width: 64rem;
        min-height: 64rem
    }

    .learning__body-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 48rem;
        background: #fff;
        position: relative;
        z-index: 2
    }

    .learning__body-main .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .learning__body-main .text h4 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 20rem;
        line-height: 19rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .learning__body-main .text p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 215rem;
        color: #272727
    }

    .learning__body-main .form-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem;
        width: 100%;
        margin-top: 24rem
    }

    .learning__body-main .form-action input {
        width: 100%;
        height: 51rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 24rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid rgba(39, 39, 39, .6);
        font-weight: 400;
        font-size: 12rem;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: start;
        color: #272727
    }

    .learning__body-main .form-action input:nth-child(2) {
        margin-top: 4rem
    }

    .learning__body-main .form-action p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 12rem;
        letter-spacing: 0%;
        text-align: center;
        color: #272727;
        max-width: 318rem;
    }

    .learning__body-main .form-action button {
        width: 100%;
        height: 74rem;
        background: #f07e00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12rem;
        color: #fff;
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .learning__body-main .message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 13rem;
        margin-top: 25rem
    }

    .learning__body-main .message p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 136rem;
        color: #272727
    }

    .learning__body-main .message div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .learning__body-main .message div a {
        width: 28rem;
        height: 28rem
    }

    .learning__body-main .message div a svg {
        width: 28rem;
        height: 28rem
    }

    .main {
        width: 100%;
        position: relative
    }

    .main .main__img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .main__body {
        padding: 80rem 0 71rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 208rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main__body-text h1 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 64rem;
        line-height: 64rem;
        letter-spacing: 0%;
        color: #fff;
        text-transform: uppercase
    }

    .main__body-text span {
        font-weight: 400;
        font-size: 64rem;
        line-height: 64rem;
        letter-spacing: 11%;
        color: #00a3d4
    }

    .main__body-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 64rem
    }

    .main__body-action ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .main__body-action ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem;
        font-weight: 400;
        font-size: 32rem;
        line-height: 32rem;
        letter-spacing: 2%;
        color: #fff
    }

    .main__body-action ul li svg {
        width: 32rem;
        height: 32rem
    }

    .main__body-action ul li span {
        color: #00a3d4
    }

    .main__body-action a {
        width: 461rem;
        height: 120rem;
        background: #00a3d4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24rem;
        font-weight: 400;
        font-size: 24rem;
        line-height: 26rem;
        letter-spacing: 0%;
        text-align: center;
        color: #fff
    }

    .main__body-action a svg {
        width: 30rem;
        height: 42rem
    }

    .main__body-action a span {
        max-width: 269rem
    }

    .que {
        width: 100%;
        margin-top: 100rem
    }

    .que .container {
        max-width: 1396rem
    }

    .que__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .que__body h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #111
    }

    .que__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .que__body-block-item.open svg {
        rotate: 0deg
    }

    .que__body-block-item.open .que__body-block-item-top {
        padding-bottom: 32rem
    }

    .que__body-block-item {
        width: 100%;
        background: #fff;
        padding: 42rem 32rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer
    }

    .que__body-block-item-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .que__body-block-item-top span {
        font-weight: 700;
        font-size: 20rem;
        line-height: 22rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #111
    }

    .que__body-block-item-top svg {
        width: 24rem;
        height: 24rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        rotate: 135deg
    }

    .que__body-block-item .accordion {
        font-weight: 400;
        font-size: 16rem;
        line-height: 24rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(17, 17, 17, .6);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        max-height: 0;
        overflow: hidden
    }

    .que__body-block-item .accordion ul li {
        list-style: disc;
        list-style-position: inside
    }

    .review {
        width: 100%;
        margin-top: 100rem
    }

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

    .review__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .review__body-info .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .review__body-info .text h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #272727
    }

    .review__body-info .text h2 span {
        color: #f07e00
    }

    .review__body-info .text p {
        font-weight: 400;
        font-size: 18rem;
        line-height: 22rem;
        letter-spacing: 0%;
        max-width: 728rem;
        color: #272727
    }

    .review__body-info a {
        width: 364rem;
        height: 82rem;
        background: #f07e00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-weight: 400;
        font-size: 20rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .review__body .widget {
        width: 500rem;
        height: 368rem;
        overflow: hidden;
        position: relative
    }

    .works {
        width: 100%;
        margin-top: 100rem
    }

    .works__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32rem
    }

    .works__body h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 24rem;
        line-height: 32rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .works__body h2 span {
        color: #00a3d4
    }

    .works__body-tabs {
        margin-top: 16rem;
        width: 100%;
        padding: 32rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .works__body-tabs button {
        width: auto;
        padding: 24rem 60rem;
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 400;
        font-size: 16rem;
        line-height: 24rem;
        letter-spacing: 0%;
        text-align: center;
        color: #272727
    }

    .works__body-tabs button:hover {
        background: #00a3d4;
        color: #fff
    }

    .works__body-tabs button.active {
        background: #00a3d4;
        color: #fff
    }

    .works__body-block {
        width: 100%
    }

    .works__body-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 64rem;
        position: relative;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-start;
        width: 100%;
        overflow: hidden;
        height: 644rem;
    }

    .works__body-block-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .works__body-block-item .grad {
        background: linear-gradient(264.8deg, rgba(0, 0, 0, 0.1) -28.95%, rgba(0, 0, 0, 0.8) 55.14%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .works__body-block-item-info {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 2
    }

    .works__body-block-item-info h3 {
        font-weight: 700;
        font-size: 24rem;
        line-height: 21rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #00a3d4
    }

    .works__body-block-item-info p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 22rem;
        letter-spacing: 0%;
        color: #fff;
        margin-top: 4rem;
        max-width: 630rem
    }

    .works__body-block-item-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .works__body-block-item-info ul span {
        font-weight: 400;
        font-size: 18rem;
        line-height: 21rem;
        letter-spacing: 0%;
        color: #00a3d4;
        margin-bottom: 16rem
    }

    .works__body-block-item-info ul li {
        font-weight: 400;
        font-size: 14rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #fff
    }

    .works__body-block-item-info .price {
        font-weight: 700;
        font-size: 24rem;
        line-height: 21rem;
        letter-spacing: 0%;
        color: #00a3d4;
        margin-top: 12rem
    }

    .works__body-block-item .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        position: relative;
        z-index: 2
    }

    .works__body-block-item .buttons button {
        width: 368rem;
        height: 78rem;
        background: #00a3d4;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 400;
        font-size: 20rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .works__body-block-item .buttons button svg {
        width: 22rem;
        height: 30rem
    }

    .works__body-block-item .buttons a {
        width: 368rem;
        height: 78rem;
        background: #00a3d4;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 400;
        font-size: 20rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .works__body-block-item .buttons a svg {
        width: 22rem;
        height: 30rem
    }

    .services {
        width: 100%;
        margin-top: 100rem
    }

    .services .container {
        max-width: 1413rem
    }

    .services__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .services__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .services__body-item h3 {
        font-weight: 700;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .services__body-item-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24rem
    }

    .services__body-item-list a {
        padding: 24rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid rgba(39, 39, 39, .5019607843);
        font-weight: 400;
        font-size: 14rem;
        line-height: 14rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #272727
    }

    .services__body p {
        font-weight: 400;
        font-size: 18rem;
        line-height: 28rem;
        letter-spacing: 0%;
        color: #272727
    }
}

@media (max-width: 780px) {
    html {
        font-size: .2564102564vw
    }

    .desk {
        display: none !important
    }

    .mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    body {
        max-width: 390rem;
        background: #f7f7f7;
        font-family: "Century Gothic Paneuropean", sans-serif;
        margin: 0 auto
    }

    .container {
        width: 100%;
        max-width: 358rem;
        margin: 0 auto
    }

    .article{
        width: 100%;
        margin-top: 75rem;
    }
    .article__body{
        display: flex;
        flex-direction: column;
        gap: 32rem;
        padding-bottom: 50rem;
    }
    .article__body-head{
        padding: 24rem;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 24rem;
        position: relative;
        overflow: hidden;
    }
    .article__body-head img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .article__body-head .grad{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: linear-gradient(357.23deg, #161616 2.79%, rgba(22, 22, 22, 0) 172.15%);
    }
    .article__body-head-info{
        display: flex;
        flex-direction: column;
        gap: 24rem;
        position: relative;
        z-index: 1;
    }
    .article__body-head-info-bread{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5rem;
    }
    .article__body-head-info-bread a, .article__body-head-info-bread p{
        font-weight: 400;
        font-size: 16rem;
        line-height: 100%;
        letter-spacing: 0%;
        color: #fff;
    }
    .article__body-head-info h1{
        font-weight: 700;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #fff;
    }
    .article__body-head span{
        font-weight: 400;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #FFFFFF99;
        position: relative;
        z-index: 1;
    }
    .article__body-block{
        display: flex;
        flex-direction: column;
        padding: 0 16rem;
    }
    .article__body-block span{
        margin-top: 24rem;
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #1B1B1B;
    }
    .article__body-block p{
        margin-top: 16rem;
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #1B1B1B;
    }
    .article__body-block ol{
        margin-top: 16rem;
    }
    .article__body-block ol li{
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #1B1B1B;
        list-style-position: inside;
    }
    .mb-100{
        padding-bottom: 50rem;
    }

    .call__body{
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 32rem 24rem !important;
        position: relative;
        max-width: 342rem;
    }
    .call__body-close{
        position: absolute;
        width: 18rem;
        height: 18rem;
        top: 16rem;
        right: 16rem;
    }
    .call__body-close svg{
        width: 18rem;
        height: 18rem;
    }

    .age {
        width: 100%;
        margin-top: 50rem
    }

    .age__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 27rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .age__body h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #00a3d4;
        max-width: 965rem
    }

    .age__body h2 span {
        color: #272727
    }

    .age__body .splide {
        width: 100%;
        padding: 0 0rem
    }

    .age__body .splide .splide__arrow {
        display: none;
        width: 48rem;
        height: 48rem;
        background: #00a3d4
    }

    .age__body .splide .splide__arrow svg {
        fill: none;
        width: 30rem;
        height: 30rem
    }

    .age__body .splide .splide__slide {
        width: 171rem !important;
        padding: 16rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem;
        margin-right: 16rem !important;
        background: rgba(191, 221, 255, .3019607843)
    }

    .age__body .splide .splide__slide img {
        width: 100%;
        height: 134rem
    }

    .age__body .splide .splide__slide span {
        font-weight: 700;
        font-size: 12rem;
        line-height: 13rem;
        letter-spacing: 0%;
        color: #272727;
        margin-top: 4rem
    }

    .age__body .splide .splide__slide p {
        font-weight: 400;
        font-size: 10rem;
        line-height: 14rem;
        letter-spacing: 0%;
        color: #272727
    }

    .age__body-materials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem;
        padding: 24rem;
        background: #fff;
        width: 100%
    }

    .age__body-materials h3 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 14rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 1193rem;
        color: #272727
    }

    .age__body-materials img {
        width: 100%;
        height: 41rem
    }

    .anything {
        width: 100%;
        margin-top: 50rem
    }

    .anything__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .anything__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .anything__body-text h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #f07e00
    }

    .anything__body-text h2 span {
        color: #272727
    }

    .anything__body-text p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727;
        text-align: center
    }

    .anything__body-main {
        margin-top: 0rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        background: #fff;
        padding: 0rem
    }

    .anything__body-main-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        background: rgba(191, 221, 255, .3019607843);
        padding: 16rem;
        width: 100%
    }

    .anything__body-main-info p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-info span {
        font-weight: 700;
        font-size: 16rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .anything__body-main-info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12rem;
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-info ul li svg {
        width: 24rem;
        height: 24rem;
        min-width: 24rem;
        min-height: 24rem
    }

    .anything__body-main-certificate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        padding: 0rem 16rem
    }

    .anything__body-main-certificate .title {
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-certificate .desk {
        width: 1035rem;
        height: 223rem
    }

    .anything__body-main-certificate-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem
    }

    .anything__body-main-certificate-images img {
        width: 290rem;
        height: 126rem
    }

    .anything__body-main-certificate ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .anything__body-main-certificate ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem
    }

    .anything__body-main-certificate ul li img {
        max-width: 72rem;
        max-height: 60rem
    }

    .anything__body-main-certificate ul li p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .anything__body-main-certificate ul li p span {
        font-weight: 700
    }

    .anything__body-dop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0rem;
        width: 100%
    }

    .anything__body-dop img {
        width: 425rem;
        height: 267rem
    }

    .anything__body-dop-attr {
        padding: 24rem;
        width: 100%;
        background: #f07e00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 16rem
    }

    .anything__body-dop-attr div:nth-child(1) {
        max-width: 125rem
    }

    .anything__body-dop-attr div:nth-child(2) {
        max-width: 134rem
    }

    .anything__body-dop-attr div:nth-child(3) {
        max-width: 125rem
    }

    .anything__body-dop-attr div:nth-child(4) {
        max-width: 155rem
    }

    .anything__body-dop-attr div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem
    }

    .anything__body-dop-attr div span {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        text-align: center;
        color: #fff
    }

    .anything__body-dop-attr div p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        text-align: center;
        color: #fff
    }

    .anything__body-dop-attr div p br {
        display: none
    }

    .banner {
        width: 100%;
        margin-top: 50rem;
        position: relative
    }

    .banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .banner__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 100%;
        height: auto;
        padding: 16rem 16rem 242rem 16rem
    }

    .banner__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 2;
        gap: 16rem
    }

    .banner__body-info h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        max-width: 247rem;
        color: #272727
    }

    .banner__body-info h2 span {
        color: #f07e00
    }

    .banner__body-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .banner__body-info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem;
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        color: #272727
    }

    .banner__body-info ul li svg {
        width: 24rem;
        height: 24rem;
        min-width: 24rem;
        min-height: 24rem
    }

    .banner__body-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32rem 24rem;
        background: #fff;
        position: relative;
        z-index: 2;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .banner__body-main .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner__body-main .text h4 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .banner__body-main .text p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 16rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 220rem;
        color: #272727
    }

    .banner__body-main form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem;
        width: 100%;
        margin-top: 24rem
    }

    .banner__body-main form input {
        width: 100%;
        height: 51rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 24rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid rgba(39, 39, 39, .6);
        font-weight: 400;
        font-size: 12rem;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: start;
        color: #272727
    }

    .banner__body-main form input:nth-child(2) {
        margin-top: 0rem
    }

    .banner__body-main form p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 12rem;
        letter-spacing: 0%;
        text-align: center;
        color: #272727;
        max-width: 270rem;
    }

    .banner__body-main form button {
        width: 100%;
        height: 58rem;
        background: #f07e00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12rem;
        color: #fff;
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .banner__body-main .message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 13rem;
        margin-top: 24rem
    }

    .banner__body-main .message p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 136rem;
        color: #272727
    }

    .banner__body-main .message div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .banner__body-main .message div a {
        width: 28rem;
        height: 28rem
    }

    .banner__body-main .message div a svg {
        width: 28rem;
        height: 28rem
    }

    .blog {
        width: 100%;
        margin-top: 50rem
    }

    .blog__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .blog__body .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .blog__body .text h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .blog__body .text h2 span {
        color: #00a3d4
    }

    .blog__body .text a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 400;
        font-size: 12rem;
        line-height: 12rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(17, 17, 17, .6)
    }

    .blog__body .text a svg {
        width: 24rem;
        height: 24rem
    }

    .blog__body-block::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .blog__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 16rem;
        overflow: auto;
        max-width: 358rem
    }

    .blog__body-block-item {
        width: 358rem;
        min-width: 358rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem;
        padding-bottom: 2rem
    }

    .blog__body-block-item img {
        width: 100%;
        height: 216rem
    }

    .blog__body-block-item h3 {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #111;
        margin-top: 8rem
    }

    .blog__body-block-item p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: rgba(17, 17, 17, .6)
    }

    .blog__body-block-item span {
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        color: rgba(17, 17, 17, .6);
        margin-top: 8rem
    }

    .comfort {
        width: 100%;
        margin-top: 50rem
    }

    .comfort__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .comfort__body h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .comfort__body h2 span {
        color: #f07e00
    }

    .comfort__body-block::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .comfort__body-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 358rem;
        overflow: auto;
        gap: 16rem
    }

    .comfort__body-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        background: rgba(255, 183, 103, .3019607843);
        padding: 24rem;
        width: 358rem;
        min-width: 358rem
    }

    .comfort__body-block-item .number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 32rem;
        height: 32rem;
        background: #f07e00;
        color: #fff;
        font-weight: 400;
        font-size: 16rem;
        leading-trim: Cap height;
        line-height: 24rem;
        letter-spacing: 0%;
        border-radius: 50%
    }

    .comfort__body-block-item div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .comfort__body-block-item div span {
        font-weight: 700;
        font-size: 18rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .comfort__body-block-item div p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct {
        width: 100%;
        margin-top: 50rem
    }

    .construct__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50rem
    }

    .construct__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        min-width: auto;
        padding: 16rem;
        background: rgba(191, 221, 255, .3019607843)
    }

    .construct__body-info .img {
        width: 100%;
        height: 316rem
    }

    .construct__body-info-people {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem;
        margin-top: 16rem
    }

    .construct__body-info-people p {
        font-weight: 400;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-info-people p span {
        font-weight: 700
    }

    .construct__body-info-people .job {
        font-weight: 400;
        font-size: 14rem;
        line-height: 14rem;
        letter-spacing: 0%;
        color: #00a3d4
    }

    .construct__body-info .desc {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727;
        margin-top: 16rem
    }

    .construct__body-info .desc span {
        color: #00a3d4
    }

    .construct__body-info-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .construct__body-info-block span {
        font-weight: 700;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-info-block ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .construct__body-info-block ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem;
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-info-block ul li img {
        width: 35rem;
        height: 35rem
    }

    .construct__body-quiz {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        width: 100%
    }

    .construct__body-quiz h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727;
        text-align: center
    }

    .construct__body-quiz h2 span {
        color: #f07e00
    }

    .construct__body-quiz-desc {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727;
        text-align: center
    }

    .construct__body-quiz-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem;
        margin-top: 8rem;
        background: #fff;
        padding: 24rem 16rem;
        height: 568rem
    }

    .construct__body-quiz-section .quiz-title {
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section .pagination {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 5rem
    }

    .construct__body-quiz-section .pagination div {
        background: #f4f4f4;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 50%;
        height: 16rem;
        width: 16rem
    }

    .construct__body-quiz-section .pagination div.active {
        background: #f07e00
    }

    .construct__body-quiz-section .quiz__elements {
        margin-top: 8rem
    }

    .construct__body-quiz-section .quiz__elements .element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .construct__body-quiz-section .quiz__elements .element h3 {
        font-weight: 700;
        font-size: 20rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 24rem;
        max-width: 326rem;
        overflow: auto;
        padding: 8rem
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item:hover {
        outline-color: #f07e00
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item.active {
        outline-color: #f07e00
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 274rem;
        min-width: 274rem;
        height: 191rem;
        position: relative;
        padding: 24rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        outline: 2rem solid rgba(0, 0, 0, 0);
        cursor: pointer
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .construct__body-quiz-section .quiz__elements .element .wrap__img .wrap__img-item span {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: #fff;
        position: relative;
        z-index: 1
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap input {
        position: absolute;
        opacity: 0;
        сursor: pointer
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-left: 48rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 32rem;
        font-weight: 400;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap span {
        position: absolute;
        top: 0;
        left: 0;
        height: 32rem;
        width: 32rem;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1rem solid #f07e00
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap span:after {
        content: "";
        position: absolute;
        display: none
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap label input:checked ~ span:after {
        display: block
    }

    .construct__body-quiz-section .quiz__elements .element .radio__wrap label span:after {
        width: 26rem;
        height: 26rem;
        border-radius: 50%;
        background: #f07e00
    }

    .construct__body-quiz-section .quiz__elements-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 19rem
    }

    .construct__body-quiz-section .quiz__elements-action-desc p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727
    }

    .construct__body-quiz-section .quiz__elements-action button {
        padding: 0rem;
        font-weight: 400;
        width: 100%;
        height: 54rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        display: flex;
        align-items: center;
        gap: 12rem;
        color: #fff;
        background: #f07e00
    }

    .construct__body-quiz-section .quiz__elements-action button svg {
        width: 5rem;
        height: 10rem
    }
    .contact {
        width: 100%;
        margin-top: 75rem
    }
    .examples {
        width: 100%;
        margin-top: 50rem
    }

    .examples__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .examples__body .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .examples__body .text h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .examples__body .text h2 span {
        color: #00a3d4
    }

    .examples__body .text p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727;
        text-align: center
    }

    .examples__body .splide {
        width: 326rem
    }

    .examples__body .splide .splide__arrow--prev {
        left: 0;
        display: none
    }

    .examples__body .splide .splide__arrow--next {
        right: 0;
        top: 196rem;
        right: 16rem
    }

    .examples__body .splide .splide__arrow {
        width: 48rem;
        height: 48rem;
        background: #00a3d4
    }

    .examples__body .splide .splide__arrow svg {
        fill: none;
        width: 30rem;
        height: 30rem
    }

    .examples__body .splide .examples__body-slide {
        width: 326rem !important;
        padding: 16rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        margin-right: 24rem !important
    }

    .examples__body .splide .examples__body-slide .main_el {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .examples__body .splide .examples__body-slide .main_el .splide__arrows {
        display: none
    }

    .examples__body .splide .examples__body-slide .main_el .main-slider {
        width: 294rem
    }

    .examples__body .splide .examples__body-slide .main_el .main-slider .splide__slide {
        width: 294rem !important;
        height: 182rem
    }

    .examples__body .splide .examples__body-slide .main_el .main-slider .splide__slide img {
        width: 100%;
        height: 100%
    }

    .examples__body .splide .examples__body-slide .main_el .thumbnail-carousel {
        max-width: 294rem;
        width: auto
    }

    .examples__body .splide .examples__body-slide .main_el .thumbnail-carousel .splide__slide {
        width: 64rem !important;
        height: 39rem
    }

    .examples__body .splide .examples__body-slide .main_el .thumbnail-carousel .splide__slide img {
        width: 100%;
        height: 100%
    }

    .examples__body .splide .examples__body-slide .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: none
    }

    .examples__body .splide .examples__body-slide .buttons a {
        padding: 0rem;
        width: 100%;
        height: 58rem;
        min-height: 58rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 14rem;
        line-height: 14rem;
        letter-spacing: 0%;
        width: 100%
    }

    .examples__body .splide .examples__body-slide .buttons a:nth-child(1) {
        background: #00a3d4;
        color: #fff
    }

    .examples__body .splide .examples__body-slide .buttons a:nth-child(2) {
        background: rgba(0, 0, 0, 0);
        border: 1rem solid #00a3d4;
        color: #00a3d4
    }

    .examples__body .splide .examples__body-slide .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 16rem
    }

    .examples__body .splide .examples__body-slide .info h3 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 14rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }
    .info__wrap{
        display: flex;
        flex-wrap: wrap;
        row-gap: 12rem;
        column-gap: 32rem;
    }
    .info__wrap-item{
        display: flex;
        flex-direction: column;
        gap: 6rem;
        width: 112rem;
    }
    .info__wrap-item span{
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        color: #272727;
    }
    .info__wrap-item p{
        font-weight: 600;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727;
    }
    .examples__body .splide .examples__body-slide .info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .examples__body .splide .examples__body-slide .info ul span {
        font-weight: 700;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: #272727;
        margin-bottom: 16rem
    }

    .examples__body .splide .examples__body-slide .info ul li {
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        color: #272727;
        list-style: disc;
        list-style-position: inside
    }

    .examples__body .splide .examples__body-slide .info .price {
        font-weight: 700;
        font-size: 17rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727;
        margin-top: 0rem
    }
    .top_scroll{
        position: fixed;
        bottom: 25rem;
        right: 25rem;
        width: 24rem;
        height: 24rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #FFFFFF;
        box-shadow: 0px 0px 10rem 0px #33333340;
        transform: translateX(100%);
        transition: all 0.3s ease;
    }
    .top_scroll svg{
        width: 12rem;
        height: 12rem;
    }
    .footer {
        width: 100%;
        padding: 24rem 0 45rem 0;
        background: #272727
    }

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

    .footer__body-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0rem;
        row-gap: 24rem;
        width: 100%
    }

    .footer__body-top .logo {
        width: 342rem;
        height: 68rem
    }

    .footer__body-top .logo img {
        width: 100%;
        height: 100%
    }

    .footer__body-top .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .footer__body-top .menu span {
        font-weight: 700;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #fff
    }

    .footer__body-top .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5rem
    }

    .footer__body-top .menu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 400;
        font-size: 14rem;
        line-height: 22rem;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
        color: #fff;
        cursor: pointer
    }

    .footer__body-top .menu ul li svg {
        width: 13rem;
        height: 8rem;
        display: none
    }

    .footer__body-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 24rem
    }

    .footer__body-bot .map {
        width: 358rem;
        height: 183rem
    }

    .footer__body-bot .map iframe {
        width: 100%;
        height: 100%
    }

    .footer__body-bot-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18rem
    }

    .footer__body-bot-info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .footer__body-bot-info-item span {
        font-weight: 400;
        font-size: 14rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, .6)
    }

    .footer__body-bot-info-item a {
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #fff
    }

    .footer__body-bot-info-item p {
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #fff;
        max-width: 165rem;
    }

    .footer__body-bot-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 24rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__body-bot-action .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer__body-bot-action .social p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, .6)
    }

    .footer__body-bot-action .social div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16rem
    }

    .footer__body-bot-action .social div a {
        width: 28rem;
        height: 28rem
    }

    .footer__body-bot-action .social div a svg {
        width: 28rem;
        height: 28rem
    }

    .footer__body-bot-action .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .footer__body-bot-action .phone a {
        font-weight: 700;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #fff
    }

    .footer__body-bot-action .phone p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, .6)
    }

    .footer__body-bot-action .call__me {
        width: 100%;
        height: 54rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        gap: 12rem;
        font-weight: 500;
        font-size: 16rem;
        leading-trim: Cap height;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #fff;
        background: #f07e00
    }

    .footer__body-bot-action .call__me svg {
        width: 14rem;
        height: 14rem
    }

    .footer__body-bot .right {
        margin-top: 24rem;
        text-align: center;
        width: 100%;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(255, 255, 255, .2);
        align-items: center;
        justify-content: center;
    }

    .guarantees {
        width: 100%;
        margin-top: 50rem
    }

    .guarantees__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .guarantees__body h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #f07e00
    }

    .guarantees__body h2 span {
        color: #272727
    }

    .guarantees__body-attr::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .guarantees__body-attr {
        margin-top: 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 358rem;
        gap: 16rem;
        width: 100%;
        overflow: auto
    }

    .guarantees__body-attr div {
        background: rgba(255, 183, 103, .3019607843);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        padding: 32rem;
        width: 358rem;
        min-width: 358rem
    }

    .guarantees__body-attr div span {
        font-weight: 700;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .guarantees__body-attr div p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .guarantees__body-block {
        width: 100%;
        height: 542rem;
        position: relative;
        overflow: hidden;
        padding: 24rem 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .guarantees__body-block img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .guarantees__body-block .grad {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-130.83%, rgba(30, 30, 30, 0)), color-stop(98.61%, #262627));
        background: linear-gradient(180deg, rgba(30, 30, 30, 0) -130.83%, #262627 98.61%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .guarantees__body-block a {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0rem;
        height: 70rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f07e00;
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #fff;
        text-align: center
    }

    .guarantees__body-block a br {
        display: block
    }

    .header.active {
        height: 100vh
    }

    .header {
        width: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        height: 75rem;
        overflow: hidden;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: #f7f7f7
    }

    .header .container {
        max-width: none
    }

    .header__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 32rem
    }

    .header__body .header__body-mobile {
        padding: 0rem 16rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 46rem
    }

    .header__body .header__body-mobile-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0rem;
        row-gap: 24rem;
        width: 100%
    }

    .header__body .header__body-mobile-top .logo {
        width: 342rem;
        height: 68rem
    }

    .header__body .header__body-mobile-top .logo img {
        width: 100%;
        height: 100%
    }

    .header__body .header__body-mobile-top .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .header__body .header__body-mobile-top .menu span {
        font-weight: 700;
        font-size: 18rem;
        line-height: 24rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #272727
    }

    .header__body .header__body-mobile-top .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5rem
    }

    .header__body .header__body-mobile-top .menu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 400;
        font-size: 14rem;
        line-height: 22rem;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
        color: #272727;
        cursor: pointer
    }

    .header__body .header__body-mobile-top .menu ul li svg {
        width: 13rem;
        height: 8rem;
        display: none
    }

    .header__body .header__body-mobile-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 24rem
    }

    .header__body .header__body-mobile-bot .map {
        width: 358rem;
        height: 183rem
    }

    .header__body .header__body-mobile-bot .map iframe {
        width: 100%;
        height: 100%
    }

    .header__body .header__body-mobile-bot-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18rem
    }

    .header__body .header__body-mobile-bot-info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .header__body .header__body-mobile-bot-info-item span {
        font-weight: 400;
        font-size: 14rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: rgba(39, 39, 39, .6)
    }

    .header__body .header__body-mobile-bot-info-item a {
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727
    }

    .header__body .header__body-mobile-bot-info-item p {
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        color: #272727;
        max-width: 165rem;
    }

    .header__body .header__body-mobile-bot-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 24rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__body .header__body-mobile-bot-action .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header__body .header__body-mobile-bot-action .social p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(39, 39, 39, .6)
    }

    .header__body .header__body-mobile-bot-action .social div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16rem
    }

    .header__body .header__body-mobile-bot-action .social div a {
        width: 28rem;
        height: 28rem
    }

    .header__body .header__body-mobile-bot-action .social div a svg {
        width: 28rem;
        height: 28rem
    }

    .header__body .header__body-mobile-bot-action .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .header__body .header__body-mobile-bot-action .phone a {
        font-weight: 700;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .header__body .header__body-mobile-bot-action .phone p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: rgba(39, 39, 39, .6)
    }

    .header__body .header__body-mobile-bot-action .call__me {
        width: 100%;
        height: 54rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        gap: 12rem;
        font-weight: 500;
        font-size: 16rem;
        leading-trim: Cap height;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #272727;
        background: #f07e00
    }

    .header__body .header__body-mobile-bot-action .call__me svg {
        width: 14rem;
        height: 14rem
    }

    .header__body .header__body-mobile-bot .right {
        margin-top: 24rem;
        text-align: center;
        width: 100%;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(39, 39, 39, .2)
    }

    .header__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 19rem 16rem 19rem 16rem;
        -webkit-box-shadow: 0px 0px 4rem 0px rgba(39, 39, 39, .2509803922);
        box-shadow: 0px 0px 4rem 0px rgba(39, 39, 39, .2509803922)
    }

    .header__body-info-logo {
        width: 181rem;
        height: 37rem
    }

    .header__body-info-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-info .hamburger {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__body-info .hamburger input {
        display: none
    }

    .header__body-info .hamburger svg {
        height: 32rem;
        width: 32rem;
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1)
    }

    .header__body-info .line {
        fill: none;
        stroke: #272727;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1;
        -webkit-transition: stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1)
    }

    .header__body-info .line-top-bottom {
        stroke-dasharray: 12 63
    }

    .header__body-info .hamburger input:checked + svg {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header__body-info .hamburger input:checked + svg .line-top-bottom {
        stroke-dasharray: 20 300;
        stroke-dashoffset: -32.42
    }

    .header__body-info-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 64rem
    }

    .header__body-info-action-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .header__body-info-action-item span {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 3%;
        color: #00a3d4
    }

    .header__body-info-action-item div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem
    }

    .header__body-info-action-item div a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 700;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        text-align: right;
        color: #272727
    }

    .header__body-info-action-item div a svg {
        width: 18rem;
        height: 18rem
    }

    .header__body-info-action .call__me {
        padding: 26rem 48rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 12rem;
        background: #f07e00;
        font-weight: 400;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 2%;
        color: #fff
    }

    .header__body-info-action .call__me svg {
        width: 18rem;
        height: 18rem
    }

    .header__body-menu {
        width: 100%
    }

    .header__body-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .header__body-menu ul li a:hover {
        background: #f07e00;
        color: #fff
    }

    .header__body-menu ul li a:hover svg path {
        stroke: #fff
    }

    .header__body-menu ul li.current-menu-item a {
        background: #f07e00;
        color: #fff
    }

    .header__body-menu ul li.current-menu-item a svg path {
        stroke: #fff
    }

    .header__body-menu ul li a {
        padding: 32rem 78rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid rgba(39, 39, 39, .3019607843);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
        text-transform: uppercase;
        color: rgba(39, 39, 39, .6);
        white-space: nowrap;
        position: relative;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header__body-menu ul li svg {
        width: 13rem;
        height: 7rem
    }

    .header__body-menu ul li .sub-menu {
        position: absolute;
        top: 100%;
        padding: 0rem 32rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14rem;
        z-index: 100;
        width: auto;
        left: -50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        max-height: 0;
        overflow: hidden
    }

    .header__body-menu ul li .sub-menu li  a{
        padding: 0;
        border: none;
        font-weight: 400;
        font-size: 14rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #272727
    }

    .header__body-menu ul li .sub-menu li:hover {
        background: rgba(0, 0, 0, 0);
        color: #272727
    }

    .header__body-menu ul li .sub-menu.open {
        padding: 32rem;
        max-height: 1000rem
    }

    .learning {
        width: 100%;
        margin-top: 50rem
    }

    .learning__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 32rem;
        padding: 16rem 16rem 106rem 16rem;
        height: auto
    }

    .learning__body img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .learning__body .grad {
        background: linear-gradient(78.99deg, #232323 3.47%, rgba(13, 13, 13, 0) 145.11%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: none
    }

    .learning__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 64rem;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 2
    }

    .learning__body-info .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .learning__body-info .text h3 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 18rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        max-width: 189rem;
        color: #f07e00
    }

    .learning__body-info .text p {
        font-weight: 400;
        font-size: 16rem;
        line-height: 18rem;
        letter-spacing: 0%;
        max-width: 225rem;
        color: #fff
    }

    .learning__body-info .action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-weight: 400;
        font-size: 12rem;
        line-height: 15rem;
        letter-spacing: 0%;
        color: #fff
    }

    .learning__body-info .action svg {
        width: 32rem;
        height: 32rem;
        min-width: 32rem;
        min-height: 32rem
    }

    .learning__body-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32rem 24rem;
        background: #fff;
        position: relative;
        z-index: 2;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .learning__body-main .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .learning__body-main .text h4 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .learning__body-main .text p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 16rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 220rem;
        color: #272727
    }

    .learning__body-main .form-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12rem;
        width: 100%;
        margin-top: 24rem
    }

    .learning__body-main .form-action input {
        width: 100%;
        height: 51rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 24rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid rgba(39, 39, 39, .6);
        font-weight: 400;
        font-size: 12rem;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: start;
        color: #272727
    }

    .learning__body-main .form-action input:nth-child(2) {
        margin-top: 0rem
    }

    .learning__body-main .form-action p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 12rem;
        letter-spacing: 0%;
        text-align: center;
        color: #272727;
        margin-top: 4rem;
        max-width: 270rem;
    }

    .learning__body-main .form-action button {
        width: 100%;
        height: 58rem;
        background: #f07e00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12rem;
        color: #fff;
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .learning__body-main .message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 13rem;
        margin-top: 24rem
    }

    .learning__body-main .message p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        text-align: center;
        max-width: 136rem;
        color: #272727
    }

    .learning__body-main .message div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .learning__body-main .message div a {
        width: 28rem;
        height: 28rem
    }

    .learning__body-main .message div a svg {
        width: 28rem;
        height: 28rem
    }

    .main {
        width: 100%;
        position: relative;
        margin-top: 75rem
    }

    .main .main__img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .main__body {
        padding: 32rem 8rem 64rem 8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6rem
    }

    .main__body-text h1 {
        font-family: var(--desc);
        font-family: var(--title);
        font-weight: 400;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 0%;
        color: #fff;
        text-transform: uppercase
    }

    .main__body-text span {
        font-weight: 400;
        font-size: 24rem;
        line-height: 24rem;
        letter-spacing: 11%;
        color: #00a3d4
    }

    .main__body .main__body-logo {
        margin-bottom: 241rem;
        width: 100%;
        height: 70rem
    }

    .main__body-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .main__body-action ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .main__body-action ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem;
        font-weight: 400;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 2%;
        color: #fff
    }

    .main__body-action ul li svg {
        width: 32rem;
        height: 32rem;
        min-width: 32rem;
        min-height: 32rem
    }

    .main__body-action ul li span {
        color: #00a3d4
    }

    .main__body-action ul li p {
        max-width: 278ox
    }

    .main__body-action a {
        width: 100%;
        height: 80rem;
        background: #00a3d4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24rem;
        font-weight: 400;
        font-size: 14rem;
        line-height: 16rem;
        letter-spacing: 0%;
        text-align: center;
        color: #fff
    }

    .main__body-action a svg {
        width: 22rem;
        height: 29rem
    }

    .main__body-action a span {
        max-width: 157rem
    }

    .que {
        width: 100%;
        margin-top: 50rem
    }

    .que .container {
        max-width: 358rem
    }

    .que__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .que__body h2 {
        font-family: var(--title);
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #111
    }

    .que__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .que__body-block-item.open svg {
        rotate: 0deg
    }

    .que__body-block-item.open .que__body-block-item-top {
        padding-bottom: 16rem
    }

    .que__body-block-item {
        width: 100%;
        background: #fff;
        padding: 16rem 24rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer
    }

    .que__body-block-item-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .que__body-block-item-top span {
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #111
    }

    .que__body-block-item-top svg {
        width: 24rem;
        height: 24rem;
        min-width: 24rem;
        min-height: 24rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        rotate: 135deg
    }

    .que__body-block-item .accordion {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(17, 17, 17, .6);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        max-height: 0;
        overflow: hidden
    }

    .que__body-block-item .accordion ul li {
        list-style: disc;
        list-style-position: inside
    }

    .review {
        width: 100%;
        margin-top: 50rem
    }

    .review__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .review__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 24rem
    }

    .review__body-info .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .review__body-info .text h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #272727;
        text-align: center
    }

    .review__body-info .text h2 br {
        display: none
    }

    .review__body-info .text h2 span {
        color: #f07e00
    }

    .review__body-info .text p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        max-width: 728rem;
        color: #272727;
        text-align: center
    }

    .review__body-info a {
        width: 100%;
        height: 58rem;
        background: #f07e00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-weight: 400;
        font-size: 20rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .review__body .widget {
        width: 100%;
        height: 260rem;
        overflow: hidden;
        position: relative
    }

    .works {
        width: 100%;
        margin-top: 50rem
    }

    .works__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .works__body h2 {
        font-family: var(--desc);
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #272727
    }

    .works__body h2 span {
        color: #00a3d4
    }

    .works__body-tabs::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .works__body-tabs {
        margin-top: 8rem;
        width: 100%;
        padding: 24rem 16rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        max-width: 358rem;
        gap: 16rem
    }

    .works__body-tabs button {
        width: auto;
        padding: 24rem 38rem;
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 400;
        font-size: 16rem;
        line-height: 24rem;
        letter-spacing: 0%;
        text-align: center;
        color: #272727;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        white-space: nowrap
    }

    .works__body-tabs button:hover {
        background: #00a3d4;
        color: #fff
    }

    .works__body-tabs button.active {
        background: #00a3d4;
        color: #fff
    }

    .works__body-block {
        width: 100%
    }

    .works__body-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 16rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24rem 16rem;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        overflow: hidden;
        height: 702rem;
    }

    .works__body-block-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        z-index: 0
    }

    .works__body-block-item .grad {
        background: linear-gradient(264.8deg, rgba(0, 0, 0, 0.1) -28.95%, rgba(0, 0, 0, 0.8) 55.14%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .works__body-block-item-info {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        position: relative;
        z-index: 2
    }

    .works__body-block-item-info h3 {
        font-weight: 400;
        font-size: 16rem;
        line-height: 20rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #00a3d4
    }

    .works__body-block-item-info p {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #fff;
        margin-top: 0rem;
        max-width: 630rem
    }

    .works__body-block-item-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .works__body-block-item-info ul span {
        font-weight: 400;
        font-size: 16rem;
        line-height: 16rem;
        letter-spacing: 0%;
        color: #00a3d4;
        margin-bottom: 8rem
    }

    .works__body-block-item-info ul li {
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #fff
    }

    .works__body-block-item-info .price {
        font-weight: 700;
        font-size: 18rem;
        line-height: 18rem;
        letter-spacing: 0%;
        color: #00a3d4;
        margin-top: 4rem
    }

    .works__body-block-item .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        position: relative;
        z-index: 2;
        width: 100%
    }

    .works__body-block-item .buttons button {
        width: 100%;
        height: 58rem;
        background: #00a3d4;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .works__body-block-item .buttons button svg {
        width: 16rem;
        height: 22rem
    }

    .works__body-block-item .buttons a {
        width: 100%;
        height: 58rem;
        background: #00a3d4;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 400;
        font-size: 14rem;
        line-height: 18rem;
        letter-spacing: 0%
    }

    .works__body-block-item .buttons a svg {
        width: 16rem;
        height: 22rem
    }

    .services {
        width: 100%;
        margin-top: 50rem
    }

    .services .container {
        max-width: 358rem
    }

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

    .services__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .services__body-item h3 {
        font-weight: 700;
        font-size: 14rem;
        line-height: 14rem;
        letter-spacing: 0%;
        color: #272727
    }

    .services__body-item-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12rem
    }

    .services__body-item-list a {
        padding: 6rem 8rem;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid rgba(39, 39, 39, .5019607843);
        font-weight: 400;
        font-size: 9rem;
        line-height: 12rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #272727
    }

    .services__body p {
        font-weight: 400;
        font-size: 12rem;
        line-height: 14rem;
        letter-spacing: 0%;
        color: #272727
    }
}