.body .banner {
    height: 890px;
    z-index: 2;
}
.body .banner .slick-list,
.body .banner .slick-track {
    height: 100%;
}
.body .banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.body .banner .slick-arrow svg circle {
    fill: #fff;
}
.body .banner .slick-arrow svg path {
    stroke: #2b2a28;
}
.body .banner .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body .banner .slick-arrow.slick-disabled {
    cursor: default;
}
.body .banner .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
    opacity: 0.7;
}
.body .banner .slick-arrow.slick-disabled svg path {
    stroke: #fff;
}
.body .banner .arrowRight {
    right: 0;
}
.body .banner .arrowLeft {
    left: 0;
}
.body .banner__item {
    height: 100%;
    width: 100%;
    position: relative;
}
.body .banner__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.body .banner__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}
.body .banner__title {
    color: var(--color-3, #fff);
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    max-width: 700px;
}
.body .banner__text {
    color: var(--Orange, #f8b540);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 45px 0;
}
.body .banner__content {
    height: 100%;
}
.body .banner__content .container {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 85px;
    height: 100%;
}
.body .banner__btn {
    height: 70px;
    padding: 20px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.body .banner__btn.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.body .services {
    margin: 100px 0 130px;
}
.body .services__title {
    text-align: center;
    margin-bottom: 55px;
}
.body .services__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 38px;
    grid-row-gap: 34px;
}
.body .services__text {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.7;
    background: var(--color-1, #2b2a28);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--color-3, #fff);
    min-height: 50px;
    width: 330px;
    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: start;
    padding: 10px 15px;
}
.body .services__item {
    position: relative;
}
.body .services__item:hover img {
    opacity: 0.6;
}
.body .services__item:hover p {
    height: 60px;
}
.body .services__item b {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}
.body .services__item p {
    height: 0;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    overflow-y: hidden;
}
.body .services__item picture {
    width: 100%;
    height: 100%;
}
.body .services__item picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    height: 260px;
}
.body .services__item:nth-child(1) {
    grid-area: 1/1/2/3;
}
.body .services__item:nth-child(2) {
    grid-area: 1/3/2/5;
}
.body .services__item:nth-child(3) {
    grid-area: 2/1/3/3;
}
.body .services__item:nth-child(4) {
    grid-area: 2/3/3/5;
}
.body .services__item:nth-child(5) {
    grid-area: 3/1/4/5;
}
.body .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.body .about__img {
    width: 38%;
    max-height: 630px;
}
.body .about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.body .about__title {
    margin-bottom: 32px;
}
.body .about__content {
    width: 58%;
    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;
    opacity: 0;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    -o-transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease,
        -webkit-transform 0.8s ease;
}
.body .about__content.slide-in-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.body .about__content p {
    color: var(--color-3, #fff);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
}
.body .about__text {
    color: #999;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.body .about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
}
.body .about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .about__item b {
    color: var(--Orange, #f8b540);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .about__item span {
    display: block;
    color: #999;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.body .about__subtext {
    color: #999;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.body .about__subtitle {
    margin-bottom: 24px;
}
.body .whyus {
    margin: 100px 0;
}
.body .whyus__title {
    text-align: center;
    margin-bottom: 50px;
}
.body .whyus__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 45px;
}
.body .whyus__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
}
.body .whyus__item.fade-in {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
}
.body .whyus__item:nth-child(1) {
    grid-area: 1/1/3/3;
}
.body .whyus__item:nth-child(2) {
    grid-area: 1/3/3/5;
}
.body .whyus__item:nth-child(3) {
    grid-area: 1/5/3/7;
}
.body .whyus__item:nth-child(4) {
    grid-area: 3/1/5/4;
}
.body .whyus__item:nth-child(5) {
    grid-area: 3/4/5/7;
}
.body .whyus__item img {
    width: 55px;
    height: 55px;
}
.body .whyus__item b {
    display: block;
    margin: 20px 0;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .whyus__item p {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .insta {
    margin: 100px 0;
}
.body .insta__title {
    text-align: center;
    margin-bottom: 55px;
}
.body .insta__items {
    padding: 0 75px;
}
.body .insta__items .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.body .insta__items .slick-arrow svg circle {
    fill: #fff;
}
.body .insta__items .slick-arrow svg path {
    stroke: #2b2a28;
}
.body .insta__items .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body .insta__items .slick-arrow.slick-disabled {
    cursor: default;
}
.body .insta__items .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
    opacity: 0.7;
}
.body .insta__items .slick-arrow.slick-disabled svg path {
    stroke: #fff;
}
.body .insta__items .arrowRight {
    right: 0;
}
.body .insta__items .arrowLeft {
    left: 0;
}
.body .insta__item {
    position: relative;
    margin: 0 15px;
}
.body .insta__img {
    height: 360px;
}
.body .insta__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.body .insta__info {
    margin-top: 15px;
    padding-right: 50px;
    padding-left: 5px;
}
.body .insta__info p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline;
}
.body .insta__info span {
    color: var(--color-4, #6b6b6a);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 10px;
}
.body .insta__info span:hover {
    color: #fddb92;
}
.body .insta__icon {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.body .comeus {
    height: 480px;
}
.body .comeus__content {
    position: relative;
}
.body .comeus__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.body .comeus__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.body .comeus__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 46px 88px 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body .comeus__title {
    max-width: 500px;
}
.body .comeus__form {
    width: 490px;
}
.body .comeus__form input::-webkit-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .comeus__form input::-moz-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .comeus__form input:-ms-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .comeus__form input::-ms-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .comeus__form input::placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .comeus__input {
    height: 70px;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    padding: 10px 20px;
}
.body .comeus__select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .comeus__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.body .comeus__current img {
    width: 36px;
    height: 14px;
    margin-top: 3px;
}
.body .comeus__current b {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.body .comeus__others {
    position: absolute;
    width: 100%;
    bottom: -220px;
    left: 0;
    border-radius: 24px;
    background: #fff;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}
.body .comeus__others p {
    color: var(--color-1, #2b2a28);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #dfdfdf;
    padding: 14px 32px;
    cursor: pointer;
}
.body .comeus__others p:last-child {
    border-bottom: none;
}
.body .comeus__btn {
    width: 100%;
    height: 76px;
    background: var(--Orange, #f8b540);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .news {
    margin: 0 0 60px;
}
.body .news__title {
    text-align: center;
    margin-bottom: 55px;
}
.body .news__item {
    margin: 0 16px;
}
.body .news__item img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}
.body .news__item span {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
    display: block;
}
.body .news__item b {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .news__item p {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
    height: 80px;
    overflow-y: hidden;
}
.body .news__item a {
    color: var(--Orange, #f8b540);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .news__item a svg {
    margin-left: 7px;
    margin-top: 6px;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
.body .news__item a svg path {
    stroke: #f8b540;
}
.body .news__items {
    padding: 0 75px;
    z-index: 2;
}
.body .news__items .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.body .news__items .slick-arrow svg circle {
    fill: #fff;
}
.body .news__items .slick-arrow svg path {
    stroke: #2b2a28;
}
.body .news__items .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body .news__items .slick-arrow.slick-disabled {
    cursor: default;
}
.body .news__items .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
    opacity: 0.7;
}
.body .news__items .slick-arrow.slick-disabled svg path {
    stroke: #fff;
}
.body .news__items .arrowRight {
    right: 0;
}
.body .news__items .arrowLeft {
    left: 0;
}
.body .partners__title {
    margin-bottom: 54px;
    text-align: center;
}
.body .partners__items img {
    opacity: 0.8;
}
.body .partners__items img:hover {
    opacity: 1;
}
.body .partners__wrapper {
    margin: 0 24px;
    height: 240px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .contacts {
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 400px;
}
.body .contacts__info {
    border-radius: 20px;
    border: 1px solid #6b6b6a;
    padding: 60px 0 60px;
    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;
    width: 340px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body .contacts__address p {
    color: var(--color-3, #fff);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .contacts a {
    color: var(--color-3, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .contacts__map {
    width: calc(100% - 380px);
}
.body .contacts__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.body .contacts__title {
    font-size: 36px;
    color: #fff;
}
.body .appl {
    margin-bottom: 150px;
    margin-top: 30px;
}
.body .appl__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 80px;
}
.body .appl__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.body .appl__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.body .appl__title {
    max-width: 500px;
    margin-top: 50px;
}
.body .appl__form {
    width: 490px;
}
.body .appl__form input::-webkit-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .appl__form input::-moz-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .appl__form input:-ms-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .appl__form input::-ms-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .appl__form input::placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .appl__select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .appl__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.body .appl__current img {
    width: 36px;
    height: 14px;
    margin-top: 3px;
}
.body .appl__current b {
    font-weight: 400;
    color: #000;
}
.body .appl__others {
    position: absolute;
    width: 100%;
    bottom: -270px;
    left: 0;
    border-radius: 24px;
    background: #fff;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}
.body .appl__others p {
    color: var(--color-1, #2b2a28);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #dfdfdf;
    padding: 14px 32px;
    cursor: pointer;
}
.body .appl__others p:last-child {
    border-bottom: none;
}
.body.white .about__text {
    color: #444;
}
.body.white .about__content p {
    color: var(--color-9, #0d0d0d);
}
.body.white .about__item b {
    color: var(--Orange, #f8b540);
}
.body.white .about__item span {
    color: #444;
}
.body.white .about__subtext {
    color: #444;
}
.body.white .whyus__item b {
    color: #2b2a28;
}
.body.white .whyus__item p {
    color: #444;
}
.body.white .insta__info p {
    color: var(--color-9, #0d0d0d);
}
.body.white .insta__info span:hover {
    color: #fddb92;
}
.body.white .comeus__title.main-title {
    color: var(--color-3, #fff);
}
.body.white .news__item span {
    color: #444;
}
.body.white .news__item b {
    color: #2b2a28;
}
.body.white .news__item p {
    color: #444;
}
.body.white .news__items .slick-arrow svg circle {
    fill: #f8b540;
}
.body.white .news__items .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
}
.body.white .news__items .slick-arrow.slick-disabled:hover {
    cursor: default;
}
.body.white .news__items .slick-arrow.slick-disabled:hover svg circle {
    fill: #6b6b6a;
}
.body.white .news__items .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body.white .contacts__info {
    border: 1px #c1c1c1 solid;
}
.body.white .contacts__address p {
    color: var(--color-9, #0d0d0d);
}
.body.white .contacts a {
    color: var(--color-9, #0d0d0d);
}
.body.white .contacts__title {
    color: #2b2a28;
}
.body.white .appl__title.main-title {
    color: #fff;
}
@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.whyus__item:nth-child(1) .fade-in {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.whyus__item:nth-child(2) .fade-in {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.whyus__item:nth-child(3) .fade-in {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.whyus__item:nth-child(4) .fade-in {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.whyus__item:nth-child(5) .fade-in {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.whyus__item:nth-child(6) .fade-in {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.whyus__item:nth-child(7) .fade-in {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.whyus__item:nth-child(8) .fade-in {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
@media (max-width: 1200px) {
    .body .comeus__info {
        padding: 25px 50px 50px;
    }
    .body .appl__content {
        padding: 25px 50px;
    }
    .body .appl__title {
        margin-top: 20px;
        max-width: 400px;
    }
    .body .appl__form {
        width: 460px;
    }
}
@media (max-width: 992px) {
    .body .banner {
        height: 800px;
    }
    .body .banner__text {
        margin: 30px 0;
        font-size: 18px;
    }
    .body .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .body .about__img {
        width: 100%;
        margin-bottom: 25px;
        height: 500px;
    }
    .body .about__content {
        width: 100%;
    }
    .body .about__items {
        margin-bottom: 20px;
    }
    .body .insta {
        margin: 70px 0;
    }
    .body .insta__title {
        margin-bottom: 35px;
    }
    .body .comeus {
        height: unset;
    }
    .body .comeus__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 50px 30px;
    }
    .body .comeus__title {
        max-width: unset;
        margin-bottom: 25px;
    }
    .body .comeus__form {
        width: 100%;
    }
    .body .news {
        margin: 40px 0;
    }
    .body .news__title {
        margin-bottom: 35px;
    }
    .body .news__items {
        padding: 0 50px;
    }
    .body .partners {
        margin-top: 100px;
    }
    .body .appl {
        margin-bottom: 100px;
    }
    .body .appl__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 30px;
    }
    .body .appl__title {
        margin-top: 0;
        max-width: unset;
        margin-bottom: 27px;
    }
    .body .appl__form {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .body .banner {
        height: 700px;
    }
    .body .banner__title {
        font-size: 48px;
    }
    .body .services {
        margin: 70px 0 100px;
    }
    .body .services__items {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        gap: 20px;
    }
    .body .services__item picture img {
        height: 240px;
    }
    .body .services__item:nth-child(1) {
        grid-area: unset;
    }
    .body .services__item:nth-child(2) {
        grid-area: unset;
    }
    .body .services__item:nth-child(3) {
        grid-area: unset;
    }
    .body .services__item:nth-child(4) {
        grid-area: unset;
    }
    .body .services__item:nth-child(5) {
        grid-area: unset;
    }
    .body .whyus__items {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        gap: 25px;
    }
    .body .whyus__item:nth-child(1) {
        grid-area: unset;
    }
    .body .whyus__item:nth-child(2) {
        grid-area: unset;
    }
    .body .whyus__item:nth-child(3) {
        grid-area: unset;
    }
    .body .whyus__item:nth-child(4) {
        grid-area: unset;
    }
    .body .whyus__item:nth-child(5) {
        grid-area: unset;
    }
    .body .comeus__info {
        padding: 45px 20px 30px;
    }
    .body .partners__wrapper {
        margin: 0 12px;
        height: 90px;
    }
    .body .contacts {
        margin: 70px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: unset;
    }
    .body .contacts__info {
        width: 100%;
        height: 300px;
        margin-bottom: 35px;
    }
    .body .contacts__map {
        width: 100%;
        height: 400px;
    }
    .body .contacts__map iframe {
        border-radius: 10px;
    }
}
@media (max-width: 576px) {
    .body .banner {
        height: 570px;
    }
    .body .banner__title {
        font-size: 40px;
        text-align: center;
    }
    .body .banner__text {
        margin: 20px 0;
        font-size: 16px;
        text-align: center;
    }
    .body .banner__content .container {
        padding: 0 60px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .body .banner__btn {
        margin: 0 auto 30px;
        height: 45px;
        border-radius: 10px;
    }
    .body .services {
        margin: 50px 0 80px;
    }
    .body .services__title {
        margin-bottom: 40px;
    }
    .body .services__item b {
        height: 30px;
        font-size: 14px;
        width: 270px;
    }
    .body .services__item picture img {
        height: 200px;
    }
    .body .about__img {
        height: auto;
    }
    .body .about__img img {
        border-radius: 10px;
        height: auto;
        max-height: 410px;
    }
    .body .about__title {
        margin-bottom: 20px;
    }
    .body .about__content p {
        font-size: 24px;
        font-weight: 400;
    }
    .body .about__text {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 32px;
    }
    .body .about__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .body .about__item {
        width: 49%;
        margin-bottom: 17px;
    }
    .body .about__item span {
        font-size: 14px;
    }
    .body .about__subtext {
        line-height: normal;
        font-size: 16px;
    }
    .body .whyus {
        margin: 50px 0;
    }
    .body .whyus__item b {
        font-size: 18px;
    }
    .body .insta {
        margin: 45px 0;
    }
    .body .insta__title {
        margin-bottom: 22px;
    }
    .body .insta__items {
        padding: 0 40px;
    }
    .body .insta__img {
        height: 320px;
    }
    .body .insta__img img {
        border-radius: 10px;
    }
    .body .comeus .container {
        margin: 0;
        width: 100%;
    }
    .body .comeus__bg img {
        border-radius: 0;
    }
    .body .comeus__info {
        min-height: 400px;
    }
    .body .comeus__title {
        font-weight: 400;
        max-width: 350px;
    }
    .body .comeus__title.main-title {
        font-size: 24px;
    }
    .body .comeus__form input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .body .comeus__form input::-moz-placeholder {
        font-size: 16px;
    }
    .body .comeus__form input:-ms-input-placeholder {
        font-size: 16px;
    }
    .body .comeus__form input::-ms-input-placeholder {
        font-size: 16px;
    }
    .body .comeus__form input::placeholder {
        font-size: 16px;
    }
    .body .comeus__input {
        height: 50px;
        border-radius: 10px;
        font-size: 16px;
    }
    .body .comeus__others {
        bottom: -165px;
        border-radius: 12px;
    }
    .body .comeus__others p {
        font-size: 14px;
        padding: 10px 20px;
    }
    .body .comeus__btn {
        height: 50px;
        font-size: 16px;
        padding: 10px 20px;
        margin: 0 auto;
        border-radius: 10px;
    }
    .body .news__item img {
        border-radius: 10px;
    }
    .body .news__items .slick-arrow {
        top: 33%;
    }
    .body .partners {
        margin-top: 30px;
    }
    .body .partners__title {
        margin-bottom: 25px;
        text-align: start;
        padding-left: 15px;
    }
    .body .contacts__info {
        padding: 30px 0;
    }
    .body .contacts__map {
        height: 450px;
    }
    .body .appl {
        min-height: 450px;
        margin-bottom: 60px;
        margin-top: 50px;
    }
    .body .appl .container {
        margin: 0;
    }
    .body .appl__content {
        padding: 45px 25px;
    }
    .body .appl__bg img {
        border-radius: 0;
    }
    .body .appl__form input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .body .appl__form input::-moz-placeholder {
        font-size: 16px;
    }
    .body .appl__form input:-ms-input-placeholder {
        font-size: 16px;
    }
    .body .appl__form input::-ms-input-placeholder {
        font-size: 16px;
    }
    .body .appl__form input::placeholder {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .body .banner {
        height: 460px;
    }
    .body .banner__title {
        font-size: 30px;
    }
    .body .banner__text {
        font-size: 14px;
    }
    .body .services {
        margin: 50px 0 45px;
    }
    .body .services__item picture img {
        height: 170px;
    }
    .body .insta__items {
        padding: 0 15px;
    }
    .body .insta__info p {
        font-size: 15px;
    }
    .body .insta__info span {
        font-size: 15px;
    }
    .body .news {
        margin: 25px 0;
    }
    .body .news__title {
        margin-bottom: 20px;
    }
    .body .news__item img {
        height: 280px;
    }
    .body .news__item span {
        font-size: 15px;
        margin: 13px 0;
    }
    .body .news__item b {
        font-size: 18px;
    }
    .body .news__item p {
        font-size: 14px;
        height: 80px;
    }
    .body .news__item a {
        font-size: 14px;
    }
    .body .news__items {
        padding: 0 20px;
    }
    .body .contacts {
        margin: 30px 0;
    }
    .body .appl__btn {
        margin: 0;
    }
}
