@charset "UTF-8";
/* CSS Document */

/*
Theme Name: AlexMade
Author: Alex Made
Author URI: http://alexmade.ru/
*/


/*
Для заглушки 

<style>
body {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;  
}

h1 {
    color: #000 !important;  
}

a {
    color: #3cb6f5;
}

a:hover {
    color: #3cb6f5;
    opacity: 0.9;
}

.content {
    width: 100%;
    margin: 0;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: center;
}
    
#header .content span.logo {
    width: 170px;
}

#intro {
    padding: 0 !important;
}
</style>
*/

* {
    box-sizing: border-box; 
}

html {
    background: #f8f8f8;
}

.body {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    overflow-x: hidden;
}

section {
    width: 100%; 
}

.section {
    padding-top: 118px;
    padding-bottom: 118px;  
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;   
}

.button {
    background: #FF5E20;
    color: #fff;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    border-radius: 28px;
    padding: 0 70px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

h1 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
}

h2 {
    font-size: 52px;
    color: #212121;
    margin: 0;
    font-weight: 600;
}

a:hover {
    opacity: 0.8;
}

.header {
    height: 113px;
    background: #fff;
    position: fixed;
    width: 100%;
    margin-top: -113px;
    -webkit-box-shadow: 0px 0px 28px 3px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 28px 3px rgba(0,0,0,0.1);
    z-index: 99999;
}

.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 44px;
}

.logo img {
    height: 100%;
    width: auto;
}

.header .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.header .menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .menu li a {
    font-size: 15px;
    font-weight: 600;
    color: #1D1D20;
    text-decoration: none;
}

.header .menu li a:hover {
    color: #FF5E20;
}

.header .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.social a {
    width: 40px;
    height: 40px;
    background: #FF5E20;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social a img {
    height: 20px;
    width: auto;
}

.phone {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 17px;
}

.phone a {
    height: 40px;
    background: #FF5E20;
    border-radius: 20px;
    padding: 0 30px;
    text-decoration: none;
}

.phone a span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
}

.phone a img {
    display: none;
}

.comm {
    font-size: 13px;
}

.home-one {
    height: 724px;
    margin-top: 113px;
}

.home-one .bgr {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.home-one .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.home-one span {
    color: #fff;
    font-size: 20px;
    font-weight: 400; 
}

.home-two .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 70px;
}

.home-two .block .item {
    width: calc(25% - 20px);
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.home-two .block .item:first-child,
.home-two .block .item:last-child {
    width: calc(50% - 20px);
}

.home-two .block .item .bgr {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 36%);
    padding: 20px;
}

.home-two .block .item .bgr img {
    filter: brightness(10);
}

.home-two .block .item h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.home-three {
    background: #FF5E20;
    border-radius: 48px;
}

.page-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.page-title h2,
.page-title span {
    width: 50%;
    color: #fff;
}

.page-title span {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.home-three {
    padding-bottom: 676px;
}

.home-three .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.home-three .block {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 0 ;
    margin: 60px 0 40px 0;
    width: 100%;
}

.home-three .block .item {
    width: 25%;
    padding: 20px 34px;
    border-right: 1px #FF5E20 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-three .block .item:last-child {
    border: none;
}

.home-three .block .item img {
    height: 90px;
    width: auto;
}

.home-three .block .item h3 {
    margin: 40px 0 20px 0;
    font-size: 45px;
    color: #1D1D20;
    font-weight: 600;
}

.home-three .block .item span {
    font-size: 16px;
    text-transform: uppercase;
    color: #1D1D20;
    font-weight: 600;
}

.home-three .button {
    background: #fff;
    color: #0F0F0F;
    margin: 0 auto;
}

.home-five {
    background: #DCDEE0;
}

.home-five .page-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.home-five .page-title h2 {
    color: #000;
}

.mySwiper {
    margin-top: 70px;
    max-width: 1920px;
    overflow: visible;
}

.mySwiper .swiper-slide {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide-img {
    height: 308px;
}

.swiper-slide-img .bgr {
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 76%);
    width: 100%;
    height: 100%;
    padding: 25px;
}

.swiper-slide-img h3 {
    color: #FFF;
    font-size: 30px; 
    margin: 0;
    font-weight: 600;
}

.swiper-slide-box {
    height: 250px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
    color: #000;
}

.swiper-slide-box b {
    font-size: 22px;
    font-weight: 600;
}

.five-more {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.five-more span {
    text-transform: uppercase;
    color: #fff;
}

.five-more img{
    filter: brightness(10);
}

.mySwiper .swiper-slide:hover {
    background: #FF5E20;
    color: #fff;
    cursor: pointer;
}

.home-four {
    padding-top: 0;
    margin-top: -556px;
}

.home-four .content {
    background: #3B2F9A;
    border-radius: 32px;
    width: 100%;
}

.home-four h2 {
    color: #fff;
    margin-bottom: 30px;
}

.home-four-tekst {
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.home-four .banner {
    border-radius: 10px;
    background: #5D4ED5; 
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    line-height: 42px;
}

.home-four .banner span {
    color: #F7E645;
    font-size: 29px;
    font-weight: 600; 
    line-height: 42px;
}

.home-four .content {
    padding: 50px 110px;
}

.home-four .content h3 {
    color: #fff;
    font-size: 30px; 
    font-weight: 600; 
    margin: 0 0 50px 0;
    width: 100%;
    text-align: center;
}

.swiper-button-next2,
.swiper-button-prev2 {
    width: 86px;
    height: 50px;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 28px;
    position: relative;
}

.swiper-button-next2:after {
    content: url(img/Light.svg);
    height: 48px;
}

.swiper-button-prev2:after {
    content: url(img/Light.svg);
    rotate: 180deg;
    height: 48px; 
}

.swiper-pagination {
    margin-top: 50px;
    position: relative;
}

.home-four .swiper-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mySwiper2 {
    width: calc(100% - 230px);
}

.wpcf7-form-control-wrap, 
.wpcf7-form-control {
    width: 100%;
    height: 100%;
}

.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mySwiper2 .swiper-slide:first-child .wpcf7-form-control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 530px;
    flex-wrap: wrap;
}

.mySwiper2 .swiper-slide:first-child .wpcf7-form-control .wpcf7-list-item {
    width: calc(50% - 10px);
    height: 200px;
    border-radius: 10px;
    margin: 0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.mySwiper2 .swiper-slide:first-child .wpcf7-form-control .wpcf7-list-item label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
}

.mySwiper2 .swiper-slide:first-child .wpcf7-form-control .wpcf7-list-item label span {
    color: #fff;
    font-size: 18px;
    font-weight: 600; 
}

.mySwiper2 .swiper-slide:first-child .wpcf7-form-control .wpcf7-list-item:first-child {
    background: url(img/Rectangle305.png);
    background-size: cover;
}

.mySwiper2 .swiper-slide:first-child .wpcf7-form-control .wpcf7-list-item:nth-child(2) {
    background: url(img/Rectangle3051.png);
    background-size: cover;
}

.mySwiper2 .swiper-slide:first-child .wpcf7-form-control .wpcf7-list-item:nth-child(3) {
    background: url(img/Rectangle3052.png);
    background-size: cover;
}

.mySwiper2 .swiper-slide:first-child .wpcf7-form-control .wpcf7-list-item:nth-child(4) {
    background: url(img/Rectangle3053.png);
    background-size: cover;
}

.swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    background: url(img/Vector24.png) center center;
    background-repeat: repeat-x;
    width: 100%;
    max-width: 420px;
    margin: 50px auto 0 auto;
}

.swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    border: 2px #fff solid;
    background: #3B2F9A;
    font-size: 16px;
    color: #fff;
    font-weight: 700; 
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #EA5D2A;
    border: 2px #EA5D2A solid;
}

.mySwiper2 .swiper-slide:nth-child(2) .wpcf7-form-control {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 30px;
}

.mySwiper2 .swiper-slide:nth-child(2) .wpcf7-form-control .wpcf7-list-item {
    background: #fff;
    width: calc(50% - 10px);
    border-radius: 10px;
    margin: 0;   
}

.mySwiper2 .swiper-slide:nth-child(2) .wpcf7-form-control .wpcf7-list-item span {
    font-size: 18px;
    color: #0F0F0F;
    font-weight: 600; 
}

.mySwiper2 .swiper-slide:nth-child(2) .wpcf7-form-control .wpcf7-list-item label {
    width: 100%;
    padding: 14px 20px;
    display: block;
}

.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 70px;
}

.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item {
    background: #fff;
    width: calc(50% - 10px);
    border-radius: 10px;
    margin: 0;
}

.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item label {
    width: 100%;
    padding: 14px 20px;
    display: block;
}

.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item span {
    font-size: 18px;
    color: #0F0F0F;
    font-weight: 600;
}

.mySwiper2 .swiper-slide p {
    height: calc(100% - 88px);
    margin: 0;
}

.mySwiper2 .swiper-slide:nth-child(4) .wpcf7-form-control-wrap {
    background: url(img/Frame400.svg) no-repeat top center;
    padding-top: 145px;
}

.mySwiper2 .swiper-slide:nth-child(4) p {
    padding-top: 29px;
}

.wpcf7-form input {
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    max-width: 420px;
}

.mySwiper2 .swiper-slide:nth-child(5) .mask-774 {
    background: url(img/Frame387.svg) no-repeat top center;
    padding-top: 265px;
}

.mySwiper2 .swiper-slide:nth-child(5) p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.mySwiper2 .swiper-slide:nth-child(5) .wpcf7-acceptance {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 0 30px 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.wpcf7-submit {
    background: #FF5E20;
    color: #fff;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    border-radius: 28px !important;
    padding: 0 70px !important;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    max-width: 310px !important;
    border: none !important;
}

.home-five {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.home-six .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 70px;
}

.home-six .block .item {
    width: calc(25% - 15px);
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.home-six .block .item img {
    height: 114%;
    width: auto;
}

.home-six .block .item .video {
    height: 100%;
    width: 100%;
}

.home-six .block .item .video iframe {
    width: 100% !important;
    height: 100% !important;
}

.home-seven {
    background: #F8F8F8;
}

.column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.accordion-box {
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion input {
    display: none;
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 50%;
    z-index: 1;
}

.accordion__header {
    background: #fff url(img/minus.svg) no-repeat;
    background-position: 97%;
    border-radius: 10px;
    color: #1D1D20;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 15px 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.accordion__header:hover {
    opacity: 0.9;
}

.accordion .accordion__header:last-child {
    border-bottom: 0px solid #fff;
}

.accordion input:checked ~ .accordion__header {
    background: #fff url(img/plus.svg) no-repeat;
    background-position: 97%;
    border-radius: 10px 10px 0 0;
    color: #EA5D2A;
    background-position: 97% center;
    background-size: 30px;
}
.accordion input:checked ~ .accordion__header:hover {
    opacity: 0.9;
    cursor: default;
}

.accordion input:checked ~ .accordion__header:after {
    display: none;
}

.accordion__content {
    background: #fff;
    display: none;
    padding: 0 20px 15px 20px;
    box-sizing: border-box;
    color: #000;
    border-radius: 0 0 10px 10px;
}

.accordion__content ul {
    padding: 0;
    margin: 0;
}

.accordion__content ul li {
margin-left: 14px;
}

.accordion input:checked ~ .accordion__content {
    display: block;
}

.home-seven .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-seven h2 {
    width: 50%;
}

.home-seven .column{
    width: 50%;
}

.home-eight {
    background: #f8f8f8;
    padding-top: 0;
}

.home-eight .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.home-eight .block {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px;
    margin: 70px 0 0 0;
    width: 100%;
    height: 180px;
}

.home-eight .block .item {
    width: 16.66%;
    height: 100%;
    border-right: 1px #ccc solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 20px 10px 20px;
    cursor: pointer;
}

.home-eight .block .item:last-child {
    border: none !important;
}

.home-eight .block .item span:first-child {
    color: #848484;
    font-size: 18px;
    line-height: 110%;
    font-weight: 600;
}

.home-eight .block .item span:nth-child(2) {
    color: #E46435;
    font-size: 16px;
}

.home-eight .block .item:hover span {
    color: #E46435;
}

.home-nine {
    background: #0D031C;
}

.home-nine .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.home-nine h2 {
    color: #fff;
}

.footer {
    padding-top: 46px;
    padding-bottom: 46px;
    background: #3B2F9A;
} 

.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.footer-contact a {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}

.burger {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f8f8f8;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fancybox-content {
    background: none !important;
}

.fancybox-navigation .fancybox-button {
    width: 46px !important;
    height: 46px !important;
    background: #FF5E20 !important;
    border-radius: 100% !important;
    padding: 0 !important;
    position: relative !important;
    margin: 0 !important;
}

.fancybox-navigation {
    max-width: 1200px !important;
    padding: 0 20px;
    margin: 0 auto 0 auto;
    width: 100%;
    height: calc(50% + 46px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center !important;
}

.form-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.form-column {
    width: calc(50% - 10px);
}

.form-column p {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.form-column .wpcf7-form-control-wrap {
    height: auto;
}

.home-nine .content {
    margin-top: 60px;
    width: 100%;
    max-width: 1100px;
}

.form-column input {
    max-width: none;
    padding: 22px 20px !important;
    background: #9A99A2 !important;
    font-family: 'Inter', sans-serif;
}

textarea {
  padding: 22px 20px !important;
  border-radius: 10px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  height: 144px !important;
  resize: vertical;
  width: 100%;
  background: #9A99A2;
  font-family: 'Inter', sans-serif;
}

.home-nine .content .wpcf7-submit {
    margin: 20px auto 0 auto;
    display: block !important;
}

#popup2 .popup-box,
#popup3 .popup-box {
    max-width: 470px;
    padding: 30px 40px 40px 40px;
    border-radius: 32px;
    margin: 5% auto 0 auto;
}

#popup2 .close,
#popup3 .close {
    width: 30px;
    height: 30px;
    margin: -15px -25px 0 0;
}

#popup2 .close img,
#popup3 .close img {
    width: 20px;
}

#popup3 .menu li {
    list-style: none;
    margin-bottom: 12px;
}

#popup3 .menu li a {
    font-size: 20px;
    color: #212121;
    text-decoration: none;
}

#popup2 .wpcf7-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

#popup2 h3,
#popup3 h3 {
    margin: 0;
    color: #212121;
    font-size: 28px;
    font-weight: 600; 
    text-align: center;
    width: 100%;
    text-align: center;
}

#popup2 .wpcf7-form span {
    color: rgba(27, 27, 27, 0.80);
    font-size: 16px;
    font-weight: 400; 
    width: 100%;
    text-align: center;
}

#popup2 .wpcf7-form p {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

#popup2 .wpcf7-list-item {
    margin: 0 !important;
}

#popup2 .wpcf7-list-item-label {
    margin: 0 !important;
    font-size: 14px !important;
}

.wpcf7-spinner {
    display: none !important;
}

.overlay {
    display:none; 
    position:fixed; 
    z-index:99999; 
    opacity:0.7; 
    filter:alpha(opacity=50); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000;
    text-align: center;
}

.popup {
    display:none; 
    position:fixed; 
    overflow-y: auto;
    z-index:999999;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}

.popup-box {
    width: calc(100% - 40px);
    max-width: 1300px;
    height: auto;
    background: #fff;
    border-radius: 16px;
    margin: 100px auto 0 auto;
    padding: 40px 30px;
}

.close {
    display:block; 
    width:72px;  
    height: 72px;
    cursor:pointer;   
    position:relative; 
    background: #333;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: right;
    margin: -15px -5px -65px 0;
}

.popup-box .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 70px;
}

.popup-box .top-left {
    width: calc(45% - 35px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.popup-box .top-right {
    width: calc(55% - 35px);
    overflow: hidden;
    border-radius: 10px;
}

.popup-box .top-right iframe {
    width: 100% !important;
    height: 100% !important;
}

.popup-box h3  {
    font-size: 30px;
    font-weight: 600; 
    color: #000;
    margin: 0;
}

.popup-box .galery {
    height: 210px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    width: 100%;
}

.popup-box .galery .img {
    width: calc(25% - 15px);
    height: 100%;
    border-radius: 8px;
}

.popup-box .bottom {
    margin-top: 30px;
}

.popup-box .bottom b {
    margin-bottom: 20px;
    font-size: 18px;
    display: block;
}

.popup-box .feed {
    width: calc(50% - 10px);
    background: #EFEFEF;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    gap: 20px;
}

.popup-box .feed .ava {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.popup-box .text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: calc(100% - 100px);
}

.popup-box .text-box span:first-child {
    color: #1D1D20;
}

.popup-box .text-box span:nth-child(2) {
    color: rgba(29, 29, 32, 0.60);
    font-size: 12px; 
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: auto;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: auto;
    text-align: center;
}

@media screen and (max-width: 1260px) { 
    .phone a img {
        display: block;
    }

    .phone a span {
        display: none;
    }

    .phone a {
        width: 40px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .phone a img {
        height: 20px;
        width: auto;
    }

    .comm {
        display: none;
    }

    .phone {
        padding: 0;
    }

    .home-two .block .item h3 {
        font-size: 16px;
    }

    .mySwiper {
        margin-right: 150px;
    }

    .page-title h2 br {
        display: none;
    }
}

@media screen and (max-width: 1080px) { 
    .section,
    .home-one .bgr {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .home-eight {
        padding-top: 0px;
    }

    .header .menu {
        gap: 20px;
    }

    .home-one {
        height: auto;
    }

    h1, h2 {
        font-size: 40px;
    }

    .home-three .block .item h3 {
        font-size: 30px;
    }

    .home-three {
        padding-bottom: 556px;
    }

    .home-four .content {
        padding: 50px 20px;
    }

    .popup-box .galery {
        height: 150px;
    }
}

@media screen and (max-width: 1024px) { 
    .burger {
        display: flex;
    }

    .header .menu-top-menu-container {
        display: none;
    }

    .header {
        height: 90px;
        margin-top: -90px;
    }

    .home-one {
        margin-top: 90px;
    }

    .home-two .block .item {
        width: calc(33.33% - 13.33px) !important;
    }

    .page-title {
        flex-direction: column;
        gap: 60px;
    }

    .page-title h2, .page-title span {
        width: 100%;
    }

    .page-title h2 br {
        display: none;
    }

    .home-three .block .item img {
        height: 60px;
    }

    .home-three .block .item h3 {
        margin: 20px 0 20px 0;
    }

    .home-six .block .item {
        width: calc(33.33% - 13.33px);
    }

    .home-seven .block {
        flex-direction: column;
        gap: 60px;
    }

    .home-seven h2,
    .home-seven .column {
        width: 100%;
    }

    .home-eight .block {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 0;
    }

    .home-eight .block .item {
        width: 33.33%;
        height: 170px;
        margin-bottom: 10px;
    }

    .home-eight .block .item:nth-child(3) {
        border: none;
    }

    .mySwiper2 .swiper-slide:nth-child(2) .wpcf7-form-control .wpcf7-list-item span {
        font-size: 16px;
    }

    .popup-box .top {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .popup-box .top-left {
        width: 100%;
    }

    .popup-box .top-right {
        width: 100%;
        height: 400px;
    }

    .popup-feed .close { 
        width: 42px;
        height: 42px;
        margin: -25px -15px -65px 0;
    }

    .popup-feed .close img {
        width: 20px;
    }
}

@media screen and (max-width: 860px) { 
    .home-two .block .item {
        width: calc(50% - 10px) !important;
    }

    .home-three .block {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .home-three .block .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .home-three .block .item:nth-child(2) {
        border: none;
    }

    .home-six .block .item {
        width: calc(50% - 10px);
        height: 280px;
    }

    .home-eight .block .item {
        width: 50%;
    }

    .home-eight .block .item:nth-child(2n) {
        border: none;
    }

    .home-eight .block .item:nth-child(3) {
        border-right: 1px #ccc solid;
    }

    .mySwiper {
        margin-right: 100px;
    }

    #popup2 .popup-box,
    #popup3 .popup-box {
        padding: 20px;
    }

    #popup2 .close, #popup3 .close {
        margin: -5px -5px 0 0;
    }

    .popup-box {
        border-radius: 20px !important;
        padding: 20px;
    }

    .mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item {
        width: calc(70% - 10px);
    }

    .home-four .banner {
        display: flex;
        flex-direction: column;
    }

    .popup-box .galery {
        height: auto;
        flex-wrap: wrap;
    }

    .popup-box .galery .img {
        width: calc(50% - 10px);
        height: 250px;
    }

    .popup-box .feed {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {  
    .header .social,
    .header .phone {
        display: none;
    }

    h1,h2 {
        font-size: 36px;
    }

    .home-one .button {
        width: 100%;
        text-align: center;
        max-width: 400px;
        margin-top: 160px;
    }

    .home-one h1 br {
        display: none;
    }

    .home-one .container {
        gap: 20px;
    }

    .home-two .block .item {
        width: 100% !important;
        height: 250px;
    }

    .section, .home-one .bgr {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-two .block {
        margin-top: 40px;
    }

    .page-title {
        flex-direction: column;
        gap: 40px;
    }

    .page-title span {
        font-size: 18px;
    }

    .home-three .block .item {
        padding: 20px;
    }

    .swiper-slide-box a span {
        color: #212121;
    }

    .swiper-slide-box a img{
        filter: none;
    }

    .home-six .block {
        margin-top: 40px;
    }

    .home-six .block .item {
        width: 100%;
        height: 250px;
    }

    .home-seven .block {
        gap: 40px;
    }

    .accordion__header {
        font-size: 18px;
    }

    .home-eight {
        padding-top: 0px;
    }

    .home-eight .block {
        margin: 40px 0 0 0;
    }

    .home-eight .block .item {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 30px;
        border-right: none !important;
        border-bottom: 1px solid #ccc !important;
        height: 120px;
    }

    .footer .container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-contact {
        width: calc(50% - 15px);
    }

    .footer .logo {
        margin-right: 50%;
    }

    .footer .social {
        margin: 0 auto;
    }

    .mySwiper {
        margin-right: 60px;
    }

    .home-three {
        padding-bottom: 556px;
    }

    .home-four .swiper-container {
        flex-wrap: wrap;
    }

    .home-four .swiper-container .mySwiper2 {
        order: 1;
        width: 100%;
    }

    .home-four .swiper-container .swiper-button-prev {
        order: 2;
        margin-top: 40px;
        left: 0;
    }

    .home-four .swiper-container .swiper-button-next {
        order: 3;
        margin-top: 40px;
        right: 0;
    }

    .swiper-pagination {
        gap: 0;
        justify-content: space-between;
        width: 100%;
    }

    .mySwiper2 .swiper-slide:nth-child(2) .wpcf7-form-control .wpcf7-list-item label {
        padding: 10px;
    }

    .mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item label {
        padding: 10px;
        
    }

    .mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item {
        width: 100%;
    }

    .popup-box .top-right {
        height: 200px;
    }
}


















.galery {
	display: block !important;
	height: auto !important;
}
.galery .img {
	float: left;
	height: 210px !important;
    margin-right: 20px;
    margin-bottom: 20px;
}
.galery .img:nth-child(4n+4) {
    margin-right: 0;
}






@media screen and (max-width: 680px) {
	.header {
		height: 76px;
		margin-top:-76px;
	}
	.home-one {
		margin-top: 76px;
	}
	.phone {
		display: block !important;
	}
	.home-three .button {
		padding: 0 20px;
	}
	.home-three .block .item:nth-child(3) {
		/*padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 20px;
		margin-right: 20px;
		border-top: 1px solid #FF5E20;*/
	}
	.home-four h2 {
		font-size: 28px;
	}
	.home-four .banner {
		line-height: 25px;
		padding: 10px 0;
		border-radius: 18px;
	}
	.home-four .content {
		border-radius: 18px;
	}
	.home-four .content h3 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	
	
	.wpcf7-list-item {
		height: 100px !important;
	}
	.wpcf7-list-item:after {
		width: 24px;
		height: 24px;
		border-radius: 15px;
		background: #fff;
		border: 1px solid #9CA3AF;
	}
	.wpcf7-list-item label span {
		/*text-shadow: 1px 1px 2px #000;*/
		font-size: 16px !important;
		font-weight: 600 !important;
	}
	
	
	.mySwiper2 .swiper-slide .wpcf7-form-control {
		padding-top: 0 !important;
	}
	.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-form-control {
		margin-top: 140px;
	}
	.mySwiper2 .swiper-slide:nth-child(2) .wpcf7-form-control {
		flex-direction: column;
		gap: 7px;
	}
	.mySwiper2 .swiper-slide:nth-child(2) .wpcf7-list-item {
		height: auto !important;
		width: 100% !important;
	}
	.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control {
		flex-direction: column;
		gap: 7px;
		margin-top: 160px;
	}
	.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-list-item {
		height: auto !important;
		width: 100% !important;
	}
	.mySwiper2 .swiper-slide:nth-child(4) .wpcf7-form-control-wrap {
		margin-top: 135px;
	}
	
	
	
	.home-six .block {
		gap: 15px;
	}
	.home-six .block .item {
		width: 46%;
		height: 100px;
	}
	
	.home-nine .form-block {
		flex-direction: column !important;
	}
	.home-nine .form-column {
		width: 100% !important;
	}
	
	
	
	
	
	.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-form-control label:before,
	.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control label:before {
		display: none;
	}
	.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-form-control label.label_check:before,
	.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control label.label_check:before {
		display: none;
	}
	
	.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-list-item:before,
	.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-list-item:before {
		display: block !important;
		position:relative;
		content: url(/wp-content/uploads/2023/08/radio0.png);
		z-index: 3;
		top: 0;
	}
	.mySwiper2 .swiper-slide:nth-child(1) #label_check:before,
	.mySwiper2 .swiper-slide:nth-child(3) #label_check:before {
		display: block !important;
		content: url(/wp-content/uploads/2023/08/radio1.png) !important;
	}
	
	#popup2 {
		width: 100% !important;
		left: 18px !important;
	}
	
	
	.galery {
		display: block !important;
		height: auto !important;
	}
	.galery .img {
		float: left;
		width: calc(50% - 8px) !important;
		height: 100px !important;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.galery .img:nth-child(2n+2) {
		margin-right: 0;
	}

	
}









.home-four .wpcf7-submit {
	cursor: pointer;
}


.popup .feed {
	display: none;
}

#popup2 {
	width: 500px;
    top: 2%;
    left: calc(50% - 250px);
}
#popup2 .popup-box {
	margin: 0;
}



.mySwiper2 .swiper-slide .wpcf7-text, .mySwiper2 .swiper-slide .wpcf7-mask {
	height: 57px;
	font-size: 14px;
	padding-top: 14px !important;
	line-height: 30px;
}
.popup input[type="text"], .popup input[type="email"] {
	height: 57px;
	font-size: 14px;
	padding-top: 14px !important;
	line-height: 30px;
	border-radius: 6px;
}
.popup input[type="submit"] {
	text-transform: none !important;
    font-size: 18px;
}



/* Стилизация чекбоксов */
#popup2 .wpcf7-list-item label,
.home-nine .wpcf7-acceptance label,
.mySwiper2 .swiper-slide:nth-child(2) label,
.mySwiper2 .swiper-slide:nth-child(5) label {
	cursor: pointer;
}
.mySwiper2 .swiper-slide:nth-child(2) label:before {
	position:absolute;
	content: url(/wp-content/uploads/2023/08/checkbox_off.png);
    margin-top: -5px;
	z-index: 3;
}
#popup2 .wpcf7-list-item label:before,
.home-nine .wpcf7-acceptance label:before,
.mySwiper2 .swiper-slide:nth-child(5) label:before {
	position:absolute;
	content: url(/wp-content/uploads/2023/08/checkboxs_off.png);
	z-index: 3;
}
.mySwiper2 .swiper-slide:nth-child(2) label.label_check:before {
	content: url(/wp-content/uploads/2023/08/checkbox.png) !important;
}
#popup2 .wpcf7-list-item label.label_check:before,
.home-nine .wpcf7-acceptance label.label_check:before,
.mySwiper2 .swiper-slide:nth-child(5) label.label_check:before {
	content: url(/wp-content/uploads/2023/08/checkboxs.png) !important;
}
#popup2 .wpcf7-list-item input[type="checkbox"],
.home-nine .wpcf7-acceptance input[type="checkbox"],
.mySwiper2 .swiper-slide:nth-child(2) input[type="checkbox"],
.mySwiper2 .swiper-slide:nth-child(5) input[type="checkbox"] {
	/*position: absolute;
	z-index: -1;
	opacity: 0;*/
}
/*
.home-nine .wpcf7-acceptance label span {
	margin-left: 10px;
	line-height: 20px;
}
*/
.mySwiper2 .swiper-slide:nth-child(2) label span {
	margin-left: 25px;
	line-height: 20px;
}
.mySwiper2 .swiper-slide:nth-child(5) label span {
	margin-left: 5px !important;
	line-height: 20px;
}

	


.home-nine {
    padding-top: 50px;
    padding-bottom: 40px;
}
.home-nine h2 {
	font-size: 42px;
	/*letter-spacing: -1.68px;*/
}


.five-more span {
	color: #000;
}
.five-more img {
	filter: none;
}
.mySwiper .swiper-slide:hover .five-more span {
	color: #fff;
}
.mySwiper .swiper-slide:hover .swiper-slide-box span {
	color: #fff !important;
}
	
.mySwiper .swiper-slide-box:hover .five-more img {
	filter: brightness(10);
}

.page-one h1 {
	font-family: 'Inter', sans-serif;
	font-size: 52px;
	color: #212121;
	margin: 0;
	font-weight: 600;
	margin-bottom: 70px;
}

.page-one h2 {
	font-size: 24px;
}

.personal p {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 20px 0 !important;
	padding: 0 !important;
}

.personal span {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.personal a {
	font-size: 12px;
	padding-left: 6px;
	color: #fff;
}

.home-nine .personal a {
	font-size: 18px !important;
}

.popup-box .personal a {
	color: #000 !important;
	font-size: 14px !important;
	padding-left: 0 !important;
}


.home-nine .wpcf7-form .personal p, .wpcf7-form .personal a {
	justify-content: left !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}
.home-nine .wpcf7-form .personal a {
	margin-top: 5px;
}




.home-nine .wpcf7-form input, textarea {
	border: none !important;
	color: #fff;
}
.home-nine .wpcf7-form input {
	margin-right: 10px;
}
.home-nine .wpcf7-textarea {
	height: 140px !important;
}

.wpcf7-submit {
	text-transform: none !important;
	font-size: 18px;
}
.home-nine .wpcf7-list-item-label {
	color: #FFFFFF99;
}





/* стилизация радио-кнопок */

.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-form-control .wpcf7-list-item label,
.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item label {
	cursor: pointer;
}
.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-form-control .wpcf7-list-item label span,
.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item label span {
	width: 100%;
}

.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control .wpcf7-list-item label span {
	margin-left: 40px;
	line-height: 24px;
}

.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-form-control input[type="radio"],
.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control input[type="radio"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-form-control label:before,
.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control label:before {
	position:absolute;
	content: url(/wp-content/uploads/2023/08/radio0.png);
	z-index: 3;
}
.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-form-control label.label_check:before,
.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-form-control label.label_check:before {
	content: url(/wp-content/uploads/2023/08/radio1.png) !important;
}

.mySwiper2 .swiper-slide:nth-child(1) .wpcf7-list-item:before,
.mySwiper2 .swiper-slide:nth-child(3) .wpcf7-list-item:before {
	display: none;
}
.mySwiper2 .swiper-slide:nth-child(1) #label_check:before,
.mySwiper2 .swiper-slide:nth-child(3) #label_check:before {
	display: none;
}





.social a:nth-child(1) {
	background: #12af0a;
}
.social a:nth-child(2) {
	background: #ff0000;
}












