@font-face {
    font-family: 'Inter';
    src: url(./fonts/inter/Inter-Medium.ttf) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_light';
    src: url(./fonts/inter/Inter-Light.ttf) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url(./fonts/Manrope/Manrope-Regular.woff) format('woff');
    /* font-weight: 400; */
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* outline: solid red; */
}
.hideinputform {
    display: none;
}
html {
    font-size: 14px;
}

body {
    /* width: 100%; */
    margin: 0 auto;
    background-repeat: no-repeat;
}

h1,
h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.vr{
    width: 30px;
}

.nav {
    display: flex;
    align-items: center;
    height: 126px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 102.52%;
    padding-left: 122px;
    padding-right: 60px;
}

.nav_logo {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-image: url(./img/img_logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-size: cover;
}

.nav_hamberger {
    display: none;
}

.nav ul {
    display: flex;
    color: #4E4E4E;
}

.nav ul li {
    margin-left: 82px;
    list-style-type: none;
}

.wrap_WhatsApp {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.wrap_WhatsApp .WhatsApp_img a:hover,
.wrap_WhatsApp .WhatsApp_number a:hover {
    border-bottom: 0;
}

.WhatsApp_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 81px;
    height: 81px;
    background: linear-gradient(216.96deg, #406750 -12.07%, #629C7A 125.89%), #D9D9D9;
    border-radius: 10px;
}

.WhatsApp_img img {
    width: 60px;
    height: 60px;
}

.WhatsApp_number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 33px;
    height: 81px;
    padding: 0 29px;
    background: linear-gradient(216.96deg, #406750 -12.07%, #629C7A 125.89%), #D9D9D9;
    border-radius: 10px;
    color: white;
}

.WhatsApp_number a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 102.52%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.nav ul a:link {
    color: #4E4E4E;
    text-decoration: none;
}

.nav a:hover {
    border-bottom: 3px solid #406750;
}

.nav a:visited {
    color: #4E4E4E;
}

.nav a:active {
    border-bottom: 3px solid #406750;
}

.header_img {
    min-width: 940px;
    height: 824px;
    background-color: #406750;
    background-image: url(./img/Header_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    display: flex;
}

.wrap_header_chat {
    width: 100%;
    background: linear-gradient(216.96deg, #406750 -12.07%, #629C7A 125.89%), #406750;
}

.wrap_chat {
    width: 614px;
}

.form_tg {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.input_tg {
    width: 294px;
    height: 65px;
    padding: 22px 20px;
    background: #FCFCFC;
    border: 0;
    box-shadow: inset 7px 5px 10px rgba(207, 214, 228, 0.5), inset -5px -5px 10px #FFFFFF;
    border-radius: 22px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 102.5%;
    color: #848484;
}

.input_tg:nth-child(even) {
    margin-left: 26px;
}

.input_tg:nth-child(3) {
    margin-top: 30px;
}

.input_tg:nth-child(4) {
    margin-top: 30px;
}

.form_tg .bat {
    width: 185px;
    height: 51px;
    padding: 10px;
    background: #000000;
    box-shadow: none;
    border-radius: 18px;
    margin-top: 39px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 102.5%;
    text-align: center;
    color: #FFFFFF;
}

.chat_header h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 102.52%;
    color: #FFFFFF;
    margin-right: 20px;
}

.heading h1 {
    font-family: 'Inter_light';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 102.52%;
    color: #FFFFFF;
}

.chat_header {
    display: flex;
    align-items: center;
}

.heading {
    padding-bottom: 170px;
}

.chat_header img {
    width: 48px;
    height: 48px;
}

.wrap_slogan_chat h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 102.52%;
    color: #FFFFFF;
}

.wrap_header_chat {
    padding-left: 59px;
    padding-top: 47px;
}

.wrap_services {
    background-image: url(./img/fon1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 173px;
    padding-top: 83px;
    padding-right: 367px;
    padding-bottom: 116px;
}

.wrap_services h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 102.52%;
    text-transform: capitalize;
    color: #537963;
}

.services_item_content h2 {
    margin-bottom: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 102.52%;
    color: #000000;
}

.wrap_services_item {
    display: flex;
    margin-top: 83px;
}

.services_item_img img {
    width: 727px;
    height: 410px;
}

.services_item_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 40px;
    padding-top: 10px;
}

.services_item_content p {
    width: 613px;
    margin-bottom: 85px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 102.52%;
    color: #000000;
}

.services_item_content button {
    width: 186px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    background-color: #000000;
    border-radius: 18px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 102.5%;
    text-align: center;
    color: #FFFFFF;
}

.services_item_content button:hover {
    background: linear-gradient(216.96deg, #406750 -12.07%, #629C7A 125.89%), #000000;
}

.about_fon {
    width: 100%;
    height: 100%;
    padding-left: 173px;
    padding-top: 69px;
    padding-right: 173px;
    padding-bottom: 172px;
    background-image: url(./img/about_fon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about_fon h1 {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 102.52%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 51px;
}

.wrap_about {
    position: relative;
    z-index: 0;
    display: flex;
    color: #FFFFFF;
    background-image: url(./img/about_fon1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 77px;
}

.wrap_about_content {
    display: flex
}

.about_content p {
    width: 520px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 102.52%;
    color: #FFFFFF;
    padding-bottom: 297px;
}

.about_content_footer {
    display: flex;
    justify-content: space-between;
    width: 800px;
}

.about_content_footer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_content_footer_item img {
    width: 57px;
    height: 57px;
    margin-bottom: 42px;
}

.about_reviews {
    margin-left: auto;
}

.about_reviews_item_conten {
    width: 432px;
    height: 201px;
    margin-top: 30px;
    background-image: url(./img/otziv.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about_reviews_item_conten:nth-child(1n+2) {
    margin-top: 30px;
}

.about_reviews_item_conten p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 102.52%;
    color: #000000;
}

.wrap_about_reviews_item {
    display: flex;
    align-items: flex-end;
}

.wrap_about_reviews_item img {
    width: 78px;
    height: 78px;
}

.about_content_footer_item span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 102.52%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.wrap_works {
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-image: url(./img/fon2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap_works p {
    position: relative;
    z-index: 0;
}

.wrap_works a {
    position: relative;
    z-index: 0;
}

.wrap_works h1 {
    position: relative;
    z-index: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 102.52%;
    margin-left: 173px;
    text-transform: capitalize;
    color: #537963;
    margin-bottom: 120px;
}

.wrap_works_img {
    display: flex;
    margin: 0 auto
}

.wrap_works_img img {
    min-width: 420px;
    height: 550px;
    margin-bottom: 104px;
}

.wrap_works_img img:nth-child(1n+2) {
    margin-left: 24px;
}

.wrap_works_img_scroll {
    content: "";
    position: relative;
    margin: 0 auto;
    width: 1386px;
    height: 11px;
    background-color: #C6C6C6;
    border-radius: 20px;
    margin-bottom: 20px;
}

.wrap_works_img_scroll_thumb {
    content: "";
    position: absolute;
    right: 632px;
    left: 0;
    background-color: #537963;
    border-radius: 20px;
    height: 11px;
}

.swiper {
    padding-bottom: 50px;
}

.swiper-slide img {
    min-width: 420px;
    height: 550px;
    margin-left: 20px;
}

.scrollbar {
    width: 754px;
    height: 11px;
    background-color: #537963;
    border-radius: 20px;
}

.mob {
    display: none;
}

.content_social_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 307px;
    height: 145px;
    background-color: #FFFFFF;
    box-shadow: 2px 5px 11px 2px rgba(79, 79, 79, 0.17);
    border-radius: 8px;
    margin-bottom: 44px;
}

.content_social_item img {
    width: 97px;
    height: 97px;
}

.content_social_item:nth-child(even) {
    margin-left: 40px;
}

.content_social_item:nth-child(1n+3) {
    margin-bottom: 94px;
}

.wrap_contacts h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 102.52%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 94px;
}

.wrap_contacts_content_social {
    width: 654px;
    display: flex;
    flex-wrap: wrap;
}

.wrap_contacts_content {
    display: flex;
}

.contacts_wrap_item {
    margin-left: 21px;
    margin-bottom: 36px;
}

.contacts_wrap_item h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 102.52%;
    color: #201413;
    margin-bottom: 13px;
}

.contacts_wrap_item a {
    text-decoration: none;
}

.contacts_wrap_item span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 102.52%;
    color: #201413;
}

.wrap_map {
    width: 900px;
    height: 582px;
}

.wrap_contacts_all {
    display: flex;
}

.contacts {
    padding-left: 173px;
    padding-right: 60px;
}

.contacts h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 102.52%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 94px;
}

.wrap_map {
    margin-left: 133px;
}

.wrap_map iframe {
    border-radius: 14px;
}

.footer {
    display: flex;
    height: 261px;
    padding-left: 113px;
    padding-right: 134px;
    background: #303030;
}

.wrap_footer_logo div {
    margin-left: 9px;
}

.footer h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 102.52%;
    color: #FFFFFF;
}

.footer h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 27px;
    line-height: 102.52%;
    color: #FFFFFF;
}

.wrap_footer_logo {
    padding-top: 80px;
    padding-bottom: 112px;
    display: flex;
    align-items: flex-end;
}

.wrap_footer_menu {
    padding-left: 75px;
}

.wrap_footer_menu a {
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 102.52%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.wrap_footer_menu li {
    list-style-type: none;
    margin-bottom: 17px;
}

.wrap_footer_menu {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrap_footer_soc {
    padding-top: 100px;
    display: flex;
    margin-left: 165px;
}

.wrap_footer_soc div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    background: #537963;
    border-radius: 12px;
}

.wrap_footer_soc div:nth-child(2) {
    margin-left: 64px;

}

.h12_wrap {
    display: none;
}

.WhatsApp_number img {
    display: none;
}

.wrap_footer_tel {
    padding-top: 125px;
    margin-left: 165px;
}

.wrap_footer_tel a {
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 102.52%;
    text-align: center;
    color: #FFFFFF;
}

.wrap_footer_madeby {
    margin-left: auto;
    padding-top: 108px;
}

.wrap_footer_madeby h2 {
    margin-bottom: 11px;
    font-family: 'Inter_light';
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 102.52%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.wrap_footer_madeby a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 102.52%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.wrap_tele_details .form_tg {
    width: 393px;
    justify-content: flex-start;
    margin-top: 34px;
}

.wrap_tele_details .input_tg {
    width: 188px;
    height: 41px;
    padding: 18px 15px;
    background: #FCFCFC;
    border: 0;
    box-shadow: inset 7px 5px 10px rgba(207, 214, 228, 0.5), inset -5px -5px 10px #FFFFFF;
    border-radius: 22px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 102.5%;
}

.wrap_tele_details .input_tg:nth-child(even) {
    margin-left: 17px;
}

.wrap_tele_details .input_tg:nth-child(3) {
    margin-top: 17px;
}

.wrap_tele_details .input_tg:nth-child(4) {
    margin-top: 17px;
}

.wrap_tele_details .form_tg .bat {
    margin-left: auto;
    justify-content: flex-end;
    width: 120px;
    height: 30px;
    padding: 10px;
    background: #000000;
    box-shadow: none;
    border-radius: 18px;
    margin-top: 20px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 102.5%;
    text-align: center;
    color: #FFFFFF;
}

.wrap_tele_details .wrap_slogan_chat h2 {
    font-size: 18px;
}

.wrap_tele_details {
    display: none;
    position: fixed;
    top: 50px;
    right: auto;
    left: calc(50% - 289px);
    z-index: 10;
    width: 577px;
    height: 308px;
    padding-left: 86px;
    padding-top: 41px;
    background: linear-gradient(216.96deg, #406750 -12.07%, #629C7A 125.89%), #D9D9D9;
    border-radius: 17px;
}

.image_filter {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

.fillin_div {
    display: none;
    position: fixed;
    top: 50px;
    right: auto;
    left: calc(50% - 188.5px);
    z-index: 10000;
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
    width: 377px;
    height: 202px;
    background: linear-gradient(216.96deg, #406750 -12.07%, #629C7A 125.89%), #D9D9D9;
    border-radius: 17px;
}

.fillin_div h1 {
    font-family: 'Inter';
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 102.52%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.fillin_div h2 {
    font-family: 'Inter';
    /* margin-top: 5px; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 102.52%;
    color: #FFFFFF;
}

.fillin {
    background: #FCFCFC;
    box-shadow: inset 4px 4px 10px rgba(226, 65, 65, 0.5), inset -5px -5px 10px #FFFFFF;
    border-radius: 14px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 102.5%;
    color: #E44444;
    border-radius: 22px;
}

.active {
    display: block;
}

.nav {
    height: 9.0000rem;
    font-size: 2.1429rem;
    padding-left: 8.7143rem;
    padding-right: 4.2857rem;
}

.nav_logo {
    width: 6.5000rem;
    height: 6.5000rem;
}

.nav ul li {
    margin-left: 5.8571rem;
}

.WhatsApp_img {
    width: 5.7857rem;
    height: 5.7857rem;
    border-radius: 0.7143rem;
}

.WhatsApp_img img {
    width: 4.2857rem;
    height: 4.2857rem;
}

.WhatsApp_number {
    margin-left: 2.3571rem;
    height: 5.7857rem;
    padding: 0 2.0714rem;
    border-radius: 0.7143rem;
}

.WhatsApp_number a {
    font-size: 2.1429rem;
}

.nav a:hover {
    border-bottom: 0.2143rem solid #406750;
}

.nav a:active {
    border-bottom: 0.2143rem solid #406750;
}

.header_img {
    min-width: 67.1429rem;
    height: 87.8571rem;
}

.wrap_chat {
    width: 43.8571rem;
}

.input_tg {
    width: 21.0000rem;
    height: 4.6429rem;
    padding: 1.5714rem 1.4286rem;
    box-shadow: inset 0.5000rem 0.3571rem 0.7143rem rgba(207, 214, 228, 0.5), inset -0.3571rem -0.3571rem 0.7143rem #FFFFFF;
    border-radius: 1.5714rem;
    font-size: 1.5714rem;
}

.form_tg .foto {
    display: none;
}

.form_tg .btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 31px;
}

.form_tg .btn span {
    color: #848484;
    width: 100%;
}

.input_tg img {
    width: 2rem;
    margin-left: auto;
}

.input_tg:nth-child(even) {
    margin-left: 1.8571rem;
}

.input_tg:nth-child(3) {
    margin-top: 2.1429rem;
}

.input_tg:nth-child(4) {
    margin-top: 2.1429rem;
}

.input_tg:nth-child(5) {
    margin-top: 2.1429rem;
}

.form_tg .bat {
    width: 13.2143rem;
    height: 3.6429rem;
    padding: 0.7143rem;
    border-radius: 1.2857rem;
    margin-top: 2.7857rem;
    font-size: 1.5714rem;
}

.chat_header h1 {
    font-size: 4.5714rem;
    margin-right: 1.4286rem;
}

.heading h1 {
    font-size: 4.5714rem;
}

.heading {
    padding-bottom: 12.1429rem;
}

.chat_header img {
    width: 3.4286rem;
    height: 3.4286rem;
}

.wrap_slogan_chat h2 {
    font-size: 2.2857rem;
}

.wrap_header_chat {
    padding-left: 4.2143rem;
    padding-top: 3.3571rem;
}

.wrap_services {
    padding-left: 12.3571rem;
    padding-top: 5.9286rem;
    padding-right: 26.2143rem;
    padding-bottom: 8.2857rem;
}

.wrap_services h1 {
    font-size: 4.1429rem;
}

.services_item_content h2 {
    margin-bottom: 1.2857rem;
    font-size: 3.4286rem;
}

.wrap_services_item {
    margin-top: 5.9286rem;
}

.services_item_img img {
    width: 51.9286rem;
    height: 29.2857rem;
}

.services_item_content {
    padding-left: 2.8571rem;
    padding-top: 0.7143rem;
}

.services_item_content p {
    width: 43.7857rem;
    margin-bottom: 6.0714rem;
    font-size: 1.7143rem;
}

.services_item_content button {
    width: 15.2857rem;
    padding-top: 1.0714rem;
    padding-bottom: 1.0714rem;
    padding-left: 1.0714rem;
    padding-right: 1.0714rem;
    border-radius: 1.2857rem;
    font-size: 1.5714rem;
}

.about_fon {
    padding-left: 12.3571rem;
    padding-top: 4.9286rem;
    padding-right: 12.3571rem;
    padding-bottom: 12.2857rem;
}

.about_fon h1 {
    font-size: 4.1429rem;
    margin-bottom: 3.6429rem;
}

.wrap_about {
    margin-bottom: 5.5000rem;
}

.about_content p {
    width: 37.1429rem;
    font-size: 2.0714rem;
    padding-bottom: 21.2143rem;
}

.about_content_footer {
    width: 57.1429rem;
}

.about_content_footer_item img {
    width: 4.0714rem;
    height: 4.0714rem;
    margin-bottom: 3.0000rem;
}

.about_reviews_item_conten {
    padding-left: 1.5rem;
    padding-top: 3rem;
    width: 30.8571rem;
    height: 16.3571rem;
    margin-top: 2.1429rem;
}

.about_reviews_item_conten:nth-child(1n+2) {
    margin-top: 2.1429rem;
}

.about_reviews_item_conten p {
    font-size: 1.7714rem;
    width: 24.5rem;
}

.wrap_about_reviews_item img {
    width: 5.5714rem;
    height: 5.5714rem;
}

.about_content_footer_item span {
    font-size: 2.2857rem;
}

.wrap_works h1 {
    font-size: 4.1429rem;
    margin-left: 12.3571rem;
    margin-bottom: 8.5714rem;
}

.wrap_works_img img {
    min-width: 30.0000rem;
    height: 39.2857rem;
    margin-bottom: 7.4286rem;
}

.wrap_works_img img:nth-child(1n+2) {
    margin-left: 1.7143rem;
}

.wrap_works_img_scroll {
    width: 99.0000rem;
    height: 0.7857rem;
    border-radius: 1.4286rem;
    margin-bottom: 1.4286rem;
}

.wrap_works_img_scroll_thumb {
    right: 45.1429rem;
    border-radius: 1.4286rem;
    height: 0.7857rem;
}

.swiper {
    padding-bottom: 3.5714rem;
}

.swiper-slide img {
    min-width: 30.0000rem;
    height: 39.2857rem;
    margin-left: 1.4286rem;
}

.scrollbar {
    width: 53.8571rem;
    height: 0.7857rem;
    border-radius: 1.4286rem;
}

.content_social_item {
    width: 21.9286rem;
    height: 10.3571rem;
    box-shadow: 0.1429rem 0.3571rem 0.7857rem 0.1429rem rgba(79, 79, 79, 0.17);
    border-radius: 0.5714rem;
    margin-bottom: 3.1429rem;
}

.content_social_item img {
    width: 6.9286rem;
    height: 6.9286rem;
}

.content_social_item:nth-child(even) {
    margin-left: 2.8571rem;
}

.content_social_item:nth-child(1n+3) {
    margin-bottom: 6.7143rem;
}

.wrap_contacts h1 {
    font-size: 4.1429rem;
    margin-bottom: 6.7143rem;
}

.wrap_contacts_content_social {
    width: 46.7143rem;
}

.contacts_wrap_item {
    margin-left: 1.5000rem;
    margin-bottom: 2.5714rem;
}

.contacts_wrap_item h2 {
    font-size: 2.0714rem;
    margin-bottom: 0.9286rem;
}

.contacts_wrap_item span {
    font-size: 2.0714rem;
}

.wrap_map {
    width: 64.2857rem;
    height: 41.5714rem;
}

.contacts {
    padding-left: 12.3571rem;
    padding-right: 4.2857rem;
}

.contacts h1 {
    font-size: 4.1429rem;
    margin-bottom: 6.7143rem;
}

.wrap_map {
    margin-left: 9.5000rem;
}

.wrap_map iframe {
    border-radius: 1.0000rem;
}

.footer {
    height: 18.6429rem;
    padding-left: 8.0714rem;
    padding-right: 9.5714rem;
}

.wrap_footer_logo div {
    margin-left: 0.6429rem;
}

.footer h1 {
    font-size: 1.9286rem;
}

.footer h2 {
    font-size: 1.9286rem;
}

.wrap_footer_logo {
    padding-top: 5.7143rem;
    padding-bottom: 8.0000rem;
}

.wrap_footer_menu {
    padding-left: 5.3571rem;
}

.wrap_footer_menu a {
    font-size: 1.5714rem;
}

.wrap_footer_menu li {
    margin-bottom: 1.2143rem;
}

.wrap_footer_menu {
    padding-top: 2.8571rem;
    padding-bottom: 2.8571rem;
}

.wrap_footer_soc {
    padding-top: 7.1429rem;
    margin-left: 11.7857rem;
}

.wrap_footer_soc div {
    width: 6.0714rem;
    height: 6.0714rem;
    border-radius: 0.8571rem;
}

.wrap_footer_soc div:nth-child(2) {
    margin-left: 4.5714rem;
}

.wrap_footer_tel {
    padding-top: 8.9286rem;
    margin-left: 11.7857rem;
}

.wrap_footer_tel a {
    font-size: 2.2857rem;
}

.wrap_footer_madeby {
    padding-top: 7.7143rem;
}

.wrap_footer_madeby h2 {
    margin-bottom: 0.7857rem;
    font-size: 1.5714rem;
}

.wrap_footer_madeby a {
    font-size: 2.0000rem;
}

.wrap_tele_details .form_tg {
    width: 29.0714rem;
    margin-top: 2.4286rem;
}

.wrap_tele_details .input_tg {
    width: 13.4286rem;
    height: 2.9286rem;
    padding: 1.2857rem 1.0714rem;
    box-shadow: inset 0.5000rem 0.3571rem 0.7143rem rgba(207, 214, 228, 0.5), inset -0.3571rem -0.3571rem 0.7143rem #FFFFFF;
    border-radius: 1.5714rem;
    font-size: 1.0000rem;
}

.wrap_tele_details .form_tg .btn {
    display: flex;
    align-items: center;
    width: 100%;
}

.wrap_tele_details .input_tg:nth-child(even) {
    margin-left: 1.2143rem;
}

.wrap_tele_details .input_tg:nth-child(3) {
    margin-top: 1.2143rem;
}

.wrap_tele_details .input_tg:nth-child(4) {
    margin-top: 1.2143rem;
}

.wrap_tele_details .form_tg .bat {
    width: 8.5714rem;
    height: 2.1429rem;
    padding: 0.7143rem;
    border-radius: 1.2857rem;
    margin-top: 1.4286rem;
    font-size: 1.0000rem;
}

.input_tg:nth-child(5) {
    margin-top: 1.2143rem;
}

.wrap_tele_details .wrap_slogan_chat h2 {
    font-size: 1.2857rem;
}

.wrap_tele_details {
    top: 3.5714rem;
    left: calc(50% - 20.6429rem);
    width: 41.2143rem;
    height: 26.0000rem;
    padding-left: 6.1429rem;
    padding-top: 2.9286rem;
    border-radius: 1.2143rem;
}

.fillin_div {
    top: 3.5714rem;
    left: calc(50% - 18.3571rem);
    padding-top: 2.5714rem;
    padding-bottom: 2.5714rem;
    width: 26.9286rem;
    height: 14.4286rem;
    border-radius: 1.2143rem;
}

.fillin_div h1 {
    margin-top: 0.7143rem;
    font-size: 1.8571rem;
}

.fillin_div h2 {
    font-size: 1.2857rem;
}

.fillin {
    box-shadow: inset 0.2857rem 0.2857rem 0.7143rem rgba(226, 65, 65, 0.5), inset -0.3571rem -0.3571rem 0.7143rem #FFFFFF;
    border-radius: 1.0000rem;
    font-size: 1.0000rem;
    border-radius: 1.5714rem;
}

.wrap_map iframe {
    width: 64.2857rem;
    height: 41.5714rem;
}

.wrap_footer_soc img {
    width: 3.9rem;
    height: 3.9rem;
}

.form_tg {
    margin-top: 2.5rem;
}

@media (min-width: 1366px) and (max-width: 1919px) {
    html {
        font-size: 0.72vw;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    html {
        font-size: 0.72vw;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    html {
        font-size: 0.72vw;
    }
}

@media (max-width: 1023px) {
    .mob {
        display: block;
    }

    .desk {
        display: none;
    }

    .form_tg .btn {
        padding-right: 2.24rem;
    }

    .form_tg .btn img {

        width: 10rem;
        padding-right: 2.24rem;
    }

    .zoom {
        position: relative;
        overflow: visible;
        top: 0;
        /* bottom: 520px; */
        left: 0;
        right: 0;
        bottom: 30px;
        z-index: 100;
        transform: scale(1.5);
        transition: transform 0.25s ease;
    }

    .fillin_div {
        top: 25.5714rem;
        left: calc(50% - 55.4571rem);
        padding-top: 6.5714rem;
        padding-bottom: 6.5714rem;
        width: 110.9286rem;
        height: auto;
        border-radius: 2.2143rem;
    }

    .fillin_div h1 {
        margin-top: 5rem;
        font-size: 12rem;
    }

    .fillin_div h2 {
        font-size: 10rem;
    }

    .header_img {
        height: 100rem;
    }

    .nav ul,
    .WhatsApp_img {
        display: none;
    }

    .header,
    .wrap_services_item,
    .wrap_contacts_all,
    .wrap_about_content {
        flex-direction: column;
    }

    .wrap_chat,
    .wrap_contacts_all {
        padding-bottom: 3.5rem;
    }

    .wrap_about_content .about_reviews {
        margin-left: 2.5rem auto;
    }

    .wrap_services {
        padding-left: 10.3571rem;
        padding-right: 10.3571rem;
    }

    .services_item_content {
        padding-left: 0;
        padding-top: 4.7143rem;
    }

    .wrap_services_item:nth-child(n + 2) {
        margin-top: 10.9286rem;
    }

    .services_item_img img {
        width: 100%;
        height: auto;
    }

    .services_item_content h2 {
        font-size: 6.4286rem;
    }

    .services_item_content p {
        width: 100%;
        font-size: 4.7rem;
    }

    .services_item_content button {
        width: 41.2857rem;
        padding-top: 4.0714rem;
        padding-bottom: 4.0714rem;
        padding-left: 4.0714rem;
        padding-right: 4.0714rem;
        border-radius: 2.2857rem;
        font-size: 4.5714rem;
    }

    .about_content p {
        margin-top: 7rem;
        width: 75%;
        font-size: 5.0714rem;
        padding-bottom: 0;
    }

    .about_content_footer_item span {
        font-size: 4.2857rem;
    }

    .about_content_footer {
        display: none;
    }

    .wrap_about_content .about_reviews {
        display: flex;
        flex-direction: column;
        margin-top: 2.5rem;
        margin-left: 0;
    }

    .about_fon h1 {
        font-size: 6.1429rem;
    }

    .about_fon {
        padding-left: 10.3571rem;
        padding-top: 10.3571rem;
        padding-right: 4.3571rem;
        padding-bottom: 46.3571rem;
    }

    .about_reviews_item_conten {
        padding-top: 13rem;
        padding-left: 8rem;
        margin-top: 0;
        width: 100.8571rem;
        height: 55.3571rem;
    }

    .about_reviews_item_conten p {
        font-size: 5.7714rem;
        width: 76.5rem;
    }

    .contacts_wrap_item {
        margin-bottom: 10.5714rem;
    }

    .content_social_item:nth-child(1n+3) {
        margin-bottom: 19.7143rem;
    }

    .wrap_about_reviews_item img {
        width: 17.5714rem;
        height: 17.5714rem;
    }

    .wrap_contacts {
        margin: 0 auto;
    }

    .wrap_contacts_content_social {
        width: 100%;
        justify-content: space-between;
    }

    .content_social_item {
        width: 56.9286rem;
        height: 25.3571rem;
    }

    .content_social_item img {
        width: 20.9286rem;
        height: 20.9286rem;
    }

    .contacts h1 {
        font-size: 7.1429rem;
        color: #537963;
    }

    .wrap_about {
        margin-top: 5.5rem;
    }

    .contacts_wrap_item h2 {
        font-size: 6.0714rem;
    }

    .contacts_wrap_item span {
        font-size: 6.0714rem;
    }

    .wrap_contacts_content_img img {
        width: 5.5rem;
    }

    .contacts {
        padding: 2.5rem;
        padding-left: 10.3571rem;
        padding-right: 10.3571rem;
    }

    .wrap_map {
        margin-top: 5rem;
        margin-bottom: 29rem;
        width: 100%;
        margin-left: 0;
    }

    .wrap_map iframe {
        margin-top: 5rem;
        margin-bottom: 5rem;
        border-radius: 5rem;
        width: 100%;
        height: 80.5714rem;
    }

    .footer {
        margin-top: 20rem;
    }

    .wrap_works h1,
    .wrap_services h1 {
        font-size: 7.1429rem;
    }

    .swiper-slide img {
        min-width: 45rem;
        height: 59.2857rem;
        margin-left: 1.4286rem;
    }

    .chat_header h1 {
        font-size: 6.5714rem;
    }

    .wrap_slogan_chat h2 {
        font-size: 6.2857rem;
    }

    .wrap_chat {
        width: 99.8571rem;
    }

    .input_tg {
        width: 47.5rem;
        height: 11.6429rem;
        font-size: 3.5714rem;
        border-radius: 3rem;
    }

    .form_tg .bat {
        width: 33.2857rem;
        padding-top: 4.0714rem;
        padding-bottom: 4.0714rem;
        border-radius: 2.2857rem;
        font-size: 4.5714rem;
    }

    .form_tg .bat {
        width: 30rem;
        height: 10rem;
        padding-top: 1.0714rem;
        padding-bottom: 1.0714rem;
        border-radius: 3.2857rem;
        font-size: 4.5714rem;
        margin-top: 8rem;
        margin-left: auto;
    }

    .form_tg {
        margin-top: 4rem;
        justify-content: space-between;
    }

    .input_tg {
        padding-left: 5rem;
    }

    .input_tg:nth-child(even) {
        margin-left: 3.8571rem;
    }

    .input_tg:nth-child(3) {
        margin-top: 4.1429rem;
    }

    .input_tg:nth-child(4) {
        margin-top: 4.1429rem;
    }

    .input_tg:nth-child(5) {
        margin-top: 4.1429rem;
    }

    .nav {
        height: 25rem;
        font-size: 3.1429rem;
        padding-left: 4.7143rem;
        padding-right: 4.2857rem;
        justify-content: space-between;
    }

    .chat_header img,
    .chat_header h1,
    .heading {
        display: none;
    }

    .wrap_header_chat {
        position: relative;
        top: -11rem;
        border-radius: 5.5rem;
        padding-top: 7.5rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wrap_tele_details .wrap_slogan_chat {
        padding-left: 14.1429rem;
        margin-right: auto;
    }

    .nav_hamberger {
        display: block;
    }

    .nav_hamberger img {

        width: 6.8rem;
        height: 4.8rem;
    }

    .nav ul li {
        margin-left: 2.8571rem;
    }

    .logo_wrap {
        display: flex;
    }

    .nav_logo {
        width: 11.2143rem;
        height: 11.2143rem;
    }

    .h12_wrap {
        margin-right: auto;
        display: block;
    }

    .h12_wrap h1 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 7rem;
        line-height: 102.52%;
        color: #406750;
    }

    .h12_wrap h2 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 5rem;
        line-height: 102.52%;
        color: #406750;
    }

    .wrap_WhatsApp {
        margin-left: 0;
    }

    .WhatsApp_number {
        background: transparent;
    }

    .WhatsApp_number .a {
        display: none;
    }

    .footer {
        flex-wrap: wrap;
    }

    .footer h1 {
        font-size: 6.9286rem;
    }

    .footer h2 {
        font-size: 5.9286rem;
    }

    .wrap_footer_menu ul {
        display: flex;
        flex-wrap: wrap;
        margin-block-start: 0;
        padding-inline-start: 0;
    }

    .wrap_footer_logo img {
        width: 15rem;
    }

    .wrap_footer_logo {
        padding-top: 0;
        width: 100%;
    }

    .wrap_footer_menu {
        margin: 0 auto;
        width: 100%;
    }

    .wrap_footer_soc {
        width: 33%;
    }

    .wrap_footer_menu a {
        font-size: 4.0714rem;
    }

    .wrap_footer_menu li:nth-child(n + 2) {
        margin-left: 10.6143rem;
    }

    .wrap_footer_soc div {
        width: 15.0714rem;
        height: 15.0714rem;
        border-radius: 0.8571rem;
    }

    .footer {
        height: auto;
        padding-top: 7rem;
        padding-bottom: 10rem;
        padding-left: 7rem;
        padding-right: 7rem;
        padding-bottom: 10rem;
        justify-content: space-between;
    }

    .wrap_footer_soc {
        display: none;
    }

    .wrap_footer_soc img {
        width: 10rem;
        height: 10rem;
    }

    .wrap_footer_tel {
        background: linear-gradient(216.96deg, #406750 -12.07%, #629C7A 125.89%), #D9D9D9;
        border-radius: 2rem;
        padding-top: 3rem;
        padding-left: 5rem;
        padding-right: 5rem;
        margin-left: 0;
    }

    .wrap_footer_madeby {
        padding-top: 0;
        margin-left: 0;
    }

    .wrap_footer_tel a {
        font-size: 5.2857rem;
    }

    .wrap_footer_madeby a {
        font-size: 5rem;
    }

    .wrap_footer_madeby h2 {
        font-size: 5rem;
    }

    .wrap_footer_menu {
        padding-left: 0;
        margin-bottom: 7rem;
    }

    .wrap_tele_details {
        padding-top: 6rem;
        padding-bottom: 6rem;
        padding-left: 0;
        top: 25.5714rem;
        left: calc(50% - 60.6429rem);
        width: 120.2143rem;
        height: auto;
        border-radius: 4.2143rem;
    }

    .wrap_tele_details .wrap_slogan_chat h2 {
        font-size: 6.2857rem;
    }

    .wrap_tele_details .form_tg {
        flex-direction: column;
        padding-right: 14.1429rem;
        padding-left: 14.1429rem;
        width: 100%;
    }

    .wrap_tele_details .input_tg:nth-child(even) {
        margin-left: 0;
    }

    .wrap_tele_details .input_tg {
        border-radius: 4rem;
        padding-left: 7rem;
        font-size: 6rem;
        width: 100%;
        height: 14.9286rem;
        margin-top: 0;
        margin-bottom: 5rem;
    }

    .wrap_tele_details .form_tg .bat {
        width: 44.5714rem;
        height: 12.1429rem;
        padding: 0.7143rem;
        border-radius: 2.2857rem;
        margin-top: 1.4286rem;
        font-size: 5rem;
    }

    #side-checkbox {
        display: none;
    }

    .side-panel {
        position: fixed;
        z-index: 999999;
        top: 0;
        bottom: 0;
        left: -100rem;
        background: #FFFFFF;
        transition: all 0.5s;
        width: 88rem;
        height: 100vh;
        box-shadow: 10px 0 20px rgba(0, 0, 0, 0.4);
        padding-left: 5rem;
        padding-top: 10rem;
        padding-right: 5rem;
        padding-bottom: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .side-title {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .side-panel ul {
        display: flex;
        flex-direction: column;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 102.52%;
        text-transform: capitalize;
    }

    .side-panel ul li {
        margin-top: 6rem;
    }

    .side-panel ul a {
        color: #537963;
        border-bottom: 0;
    }

    .side-panel ul a:active {
        color: #000000;
        border-bottom: 0;
    }

    .side-panel ul a:hover {
        color: #000000;
        border-bottom: 0;
    }

    .side-panel .nav_logo {
        margin-left: 0;
    }

    .side-panel .chat_header {
        display: flex;
    }

    .side-panel .chat_header img {
        display: block;
        width: 7rem;
        height: 7rem;
    }

    .side-panel .heading {
        display: block;
        padding-bottom: 0;
    }

    .side-panel .heading h1 {
        display: block;
        color: #496856;
    }

    .side-panel .chat_header h1 {
        display: block;
        color: #496856;
    }

    #side-checkbox:checked+.side-panel+.side-button-1-wr .side-button-1 .side-open {
        display: none;
    }

    #side-checkbox:checked+.side-panel+.side-button-1-wr .side-button-1 .side-close {
        display: block;
    }

    #side-checkbox:checked+.side-panel {
        left: 0;
    }

    /* Оформление кнопки на панеле */
    .side-button-2 {
        font-size: 30px;
        border-radius: 20px;
        position: absolute;
        z-index: 1;
        top: 8px;
        right: 8px;
        cursor: pointer;
        transform: rotate(45deg);
        color: #BFE2FF;
        transition: all 280ms ease-in-out;
    }

    .side-button-2:hover {
        transform: rotate(45deg) scale(1.1);
        color: #FFF;
    }

    .WhatsApp_number img {
        display: block;
        position: relative;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 0.72vw;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    html {
        font-size: 0.72vw;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 0.72vw;
    }
}

@media (min-width: 1366px) and (max-width: 1919px){
    .vr{ width: 1.5625vw;
    }
    }
    
    @media (min-width: 1280px) and (max-width: 1365px){
    .vr{ width: 2.1962vw;
    }
    }
    
    @media (min-width: 1024px) and (max-width: 1279px){
    .vr{ width: 2.3438vw;
    }
    }
    
    @media (min-width: 768px) and (max-width: 1023px){
    .vr{ width: 2.9297vw;
    }
    }
    
    @media (min-width: 360px) and (max-width: 767px){
    .vr{ width: 3.9063vw;
    }
    }
    
    @media (min-width: 320px) and (max-width: 359px){
    .vr{ width: 8.3333vw;
    }
    }