@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html, input, div, a, h1, h2, h3, h4, h5, p, span, li {
	 font-family: "Montserrat", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
footer.entry-footer, aside {
    display: none;
}
body.page-template-default main {
    padding: 1rem;
}
html {
  scroll-behavior: smooth;
}
a {
  cursor: pointer;
  text-decoration: none;
}
html {
  margin-top: 0 !important;
	font-size: 16px;
}
body {
	background: #f9f2ec;
	font-size: 16px;
}
div#wpadminbar {
  display: none;
}
.container {
  max-width: 80rem;
  margin: 0 auto;
}
/* header */
.header {
    position: relative;
    z-index: 100;
}

.header-desktop .container {
    display: flex;
    align-items: center;
}

.header__logo {
    margin-right: 1.25rem;
}

.header__logo a {
    display: flex;
    text-decoration: none;
    color: var(--color-black);
}

.header__logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__logo-text .logo__main {
    margin-bottom: 0;
}

.header__logo img {
    width: auto;
    height: 3.75rem;
    margin-right: 0;
}

.header__navigation {
    display: flex;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.header__navigation ul {
    position: relative;
    z-index: 10;

    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__navigation a {
    display: inline-flex;


    color: var(--color-black);
    font-size: .8125rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.header__navigation li {
    position: relative;
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
}

.header__navigation li.menu-item-has-children::after {
    position: relative;
    z-index: 10;
    content: '';
    display: flex;
    width: 1.5rem;
    height: 1.5rem;

    background-image: url(../img/icons/sub-menu-arrow-icon.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: .875rem .5rem;

    cursor: pointer;
}


.header-desktop .header__navigation li>ul {
    display: none;
    min-width: 12.5rem;
    overflow-x: hidden;
    background-color: white;


    position: absolute;
    top: 1.6875rem;
    left: 0;

    box-shadow: 0 0 .25rem 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #9ac6a3;


    opacity: 0;
    transform: translateY(1.25rem);


    transition: 0.24s ease-in;
    transition-behavior: allow-discrete;
}
.row__block .card {
    width: 50%;
}
.header-desktop .header__navigation li:hover>ul {
    display: block;
    opacity: 1;
    transform: translateY(0px);

    transition: 0.24s ease-out;

    @starting-style {
        opacity: 0;
        transform: translateY(1.25rem)
    }
}


.header__navigation ul.sub-menu li {
    padding: .375rem .9375rem;
    transition: 0.1s ease-out;
}

.header__navigation ul.sub-menu li:hover {
    transform: translateX(.375rem);
}







.header__actions {
    padding: 1.25rem 1.25rem 1.125rem 1.25rem;
    position: relative;
    display: flex;
    margin-left: auto;

    color: white;
    background-color: #74b13f;
}

.header__actions-right {
    margin-left: 1.75rem;
}

.header__actions-title {
    margin-bottom: .5rem;
}

.header__actions-date {
    font-size: .6875rem;
}


.header__actions-call-buton {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.header__actions-call-buton a {
    font-size: 1rem;
}

.header__actions-social-list {
    justify-content: flex-end;
}

.header__actions-social-list .social-list-item {
    margin-left: .5rem;
    margin-right: .5625rem;

    width: 1.375rem;
    height: 1.375rem;

    background-size: contain;
}

.header__actions-social-list .social-list-item:last-of-type {
    margin-right: 0;
}

.header__actions .callback-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background-color: #5c8e31;
}

.callback-button a:hover,
.callback-button a:active {
    color: inherit;
}


.callback-button .phone-button {
    display: flex;
    justify-content: center;
    padding: .6875rem 1.5rem;
    margin-bottom: 0;

    font-size: .8125rem;
    line-height: 1.25rem;
    text-transform: uppercase;

}


.header-mobile {
    display: inline-block;

    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    padding: 30px;

    background-color: white;

    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;

    transition: 0.2s ease-out;
    transition-behavior: allow-discrete;
}

.header-mobile__active {

    opacity: 1;
    transform: translateX(0);
    pointer-events: all;

    @starting-style {
        opacity: 0;
        transform: translateX(-100%)
    }
}


.mobile-menu-button {
    display: none;
    width: 1.875rem;
    height: 1.875rem;

    border: none;
    background: url(/wp-content/uploads/2024/09/burger-menu-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-menu__close-button {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3.25rem;
    height: 3.25rem;
    opacity: 0.6;

    background-color: transparent;
    border: none;
}

.mobile-menu__close-button:hover {
    opacity: 1;
}

.mobile-menu__close-button:before, 
.mobile-menu__close-button:after {
    position: absolute;
    left: 1.5625rem;
    top: .625rem;

    content: ' ';
    height: 2.0625rem;
    width: .1875rem;
    background-color: #333;
    border-radius: 100%;
  }
  .mobile-menu__close-button:before {
    transform: rotate(45deg);
  }
  .mobile-menu__close-button:after {
    transform: rotate(-45deg);
  }

footer .container {
    display: flex;
    align-items: flex-start;
}
.footer__col {
    width: 33%;
}
.logo_footer img {
    width: 14rem;
}
.logo_footer p {
	  font-size: 0.8rem;
    max-width: 30rem;
}
.footer__menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__menu {
    display: flex;
    justify-content: center;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}
footer .header__actions-date {
    font-size: 1rem;
}
body {
    margin-bottom: 0 !important;
}
footer {
    background: #fff;
    padding: 4rem 0 2rem 0;
    margin: 0 !important;
}
.copyright .container a {
     font-size: 0.8rem !important;
   
    color: #000 !important;
}
.copyright .container p {
    font-size: 0.8rem;
    max-width: 30rem;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright {
    background: #fff;
}
.phone a {
    color: #000;
    font-size: 1rem;
}
.footer__menu ul {
	gap: 1rem;
}
.address {
    text-align: right;
 
}
.footer__menu a {
    font-size: 1rem;
}
.container {
	    position: relative;
}
.about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
about__img-block {
    width: 40%;
}
.about__col {
    position: relative;
}
.about__container h2 {
    font-size: 2.2rem;
    line-height: 120%;
    margin-right: 40px;
    max-width: unset !important;
	.about__container h2 {
    font-size: 3rem;
    line-height: 120%;
    margin-right: 40px;
    max-width: unset !important;
}
}
.about__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-top: 85px;
    padding-left: 90px;
}
.about__col {
    position: relative;
}
.about__img-block {
    width: 40%;
}
.about__img {
    height: 100%;
    width: calc((100vw - 1220px) / 2 + 415px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    max-width: 960px;
    position: absolute;
    top: 85px;
    right: 85px;
}
.about__img._ibg img {
    object-fit: cover !important;
    height: 100%;
}
.contact__form {
    background: url('http://komila.ru/wp-content/uploads/2024/09/PCZJ8CRO_output_0.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}
.contact__form .container {
    display: flex;
}
.contact__form .row__block {
    width: 50% !important;
    display: flex;
    flex-direction: column;
}
.row__block.block__form {
    background: #fff;
    padding: 2rem;
    gap: 0;
}
.row__block.block__form h3 {
    font-size: 2rem;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.row__block input, .row__block textarea {
    font-size: 1.25rem;
    padding: 0.5rem;
    outline: unset;
    width: -webkit-fill-available;
}
textarea {
    height: 140px;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7-submit {
    border: 1px solid #75b140 !important;
    background: #75b140 !important;
    color: #fff !important;
    padding: 1rem !important;
    text-transform: uppercase;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background: #5b8f31 !important;
}
textarea{resize: none;}
.row__block label {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 1.5rem;
}
.row__block input {
    font-size: 1.25rem;
    padding: 0.5rem;
    outline: unset;
}
section.gallery__about h2 {
    width: fit-content;
}
section.gallery__about h1 {
    font-size: 4rem;
    border-bottom: 1px solid #000;
    width: fit-content;
}
@media (min-width: 767px) {

    .about .container:before {
        content: "";
        display: block;
        background-color: #75b140;
        width: 100vw;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50vw;
        max-width: 960px;
    }
}
.btn-text {
    color: #fff !important;
    background: #74b13f !important;
    padding: 25px 100px;
    display: block;
    width: fit-content !important;
    font-size: 1.4rem;
    margin-top: 2.5rem;
}
.steps .row__block {
    display: flex;
    flex-direction: column;
    width: 50%;
}
section.steps .container {
    display: flex;
    gap: 1rem;
}
.steps__img, .steps__img img {
    height: -webkit-fill-available;
    object-fit: cover;
}
.step__card {
    background: #fff;
    padding: 2rem;
    margin-left: 4rem;
}
.step__card h4 {
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}
.step__card p {
    font-size: 1rem;
    line-height: 140%;
}
.step__card {
    position: relative;
}
.step__num {
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    font-size: 3rem;
    font-weight: 500;
}
.steps {
    padding-top: 10rem;
}
@media screen and (max-width: 1300px) {
	.about .container:before {
   
    right: 70vw;

}
.about__img {
    height: 100%;
    width: 600px !important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    max-width: unset !important;
    position: absolute;
    top: 85px;
    right: -20px;
}
.btn-text {
    text-align: center;
}
}

@media screen and (max-width: 900px) {
.row__block.block__form {
    width: 70% !important;
}
.row__block.block__form h3 {
    font-size: 1rem;
}
.steps h2 {
    font-size: 3rem;
}

	.about__container {
    flex-direction: column;
}
.about__img {
    position: relative;
    margin-bottom: 2rem;
    width: 90vw !important;
    max-width: unset !important;
}
	.about__img img {
		height: 300px;
	}
    .about__img img {
        height: 300px !important;
        object-fit: cover !important;
        width: 100% !important;
    }
.about .container:before {
    height: 400px;
}
.about__content {
    padding-left: 20px;
}
}
@media (max-width: 400px) {
	.mobile-menu__close-button {
    position: absolute;
    right: 1.375rem;
    top: .125rem;
    width: 2rem;
    height: 2rem;
	}
	
	.mobile-menu__close-button:before, .mobile-menu__close-button:after {
    position: absolute;
    left: 1.5625rem;
    top: .625rem;
    content: ' ';
    height: 2.0625rem;
    width: .1875rem;
    background-color: #333;
    border-radius: 100%;
}
}

@media (max-width: 1200px) {

    .header-desktop .header__actions-title,
    .header-desktop .header__actions-date,
    .header-desktop .callback-button {
        display: none;
    }


    .header-desktop .header__logo img {
       
        height: 2.25rem;
        
    }


    .header-desktop .header__navigation {
        margin-left: .625rem;
        margin-right: .625rem;
    }

    .header__navigation>li {
        padding: 4px 8px;
    }


    .header-desktop .header__actions {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
    }

    .header-desktop .header__actions-right {
        display: flex;
        margin-left: 0;

    }

    .header-desktop .header__actions-call-buton {
        margin-left: 10px;
        margin-right: 15px;
        margin-bottom: 0;
        color: var(--color-black);
        order: 1;
    }

    .header-desktop .header__actions-social-list {
        order: 2;
		align-items: center;
    }

    .header__actions-social-list .social-list-whatsapp {
        transform: scale(1.2);
    }
}



@media (max-width: 1085px) {
    .header-desktop .header__navigation {
        display: none;
    }

    .header-desktop .header__actions-right {
        margin-right: 20px;
    }

    .mobile-menu-button {
        display: block;
    }

}

/*  Mobile menu */

@media (max-width: 1200px) {
    .header-mobile {
        /* display: flex; */
        /* flex-direction: column; */
    }
}


@media (max-width: 600px) {
    .header-desktop .header__logo img {
     
 
        height: 33px;
    }

    .header-desktop .header__actions-call-buton {
        display: none;
    }

    .header-desktop .logo__main {
        font-size: 14px;
        letter-spacing: 4px;
    }

    .header-desktop .logo__text {
        font-size: 8px;
    }

    .header__actions-social-list .social-list-item {
        margin-left: 0;
    }
}

.header-mobile .logo__main {
    letter-spacing: 4.6px;
}

.header-mobile .header__actions {
    width: fit-content;
    flex-direction: column;
    margin-left: unset;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;

    color: var(--color-black);

}

.header-mobile .header__navigation {
    margin-left: 0;
    margin-right: 0;
}

.header-mobile .header__navigation li {
    padding: 6px 12px;
    padding-left: 0;
}

.header-mobile .header__actions-right {
    margin-left: 0;
    margin-bottom: 12px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header-mobile .header__actions-title {
    font-size: 20px;
    margin-bottom: 4px;
}

.header-mobile .header__actions-date {
    font-size: 17px;
    margin-bottom: 6px;
}

.header-mobile .header__actions-call-buton {
    margin-bottom: 12px;
}

.header-mobile .header__actions-social-list {
    justify-content: flex-start;
    width: fit-content;
    border-radius: 10px;
}

.header-mobile .header__actions-social-list .social-list-item {
    display: flex;
    padding: 12px;

    height: 32px;
    width: 32px;

    background-size: 100%;
    border-radius: 6px;
    margin: 7px 10px;

    margin-left: 0px;
    margin-right: 8px;
}

.header-mobile .header__actions-social-list .social-list-whatsapp {
    transform: scale(1.2);
}

.header-mobile .header__actions-social-list .social-list-item:first-of-type {
    margin-left: 0px;
}

.header-mobile .header__actions-social-list .social-list-item:last-of-type {
    margin-right: 10px;
}

.header-mobile .header__actions-call-buton a {
    color: var(--color-black);
    font-size: 26px;
    text-decoration: none;
    margin-bottom: 4px;
}

.header-mobile .header__actions-social-list {
    justify-content: flex-start;
}

.header-mobile .header__actions .callback-button {
    position: relative;
    bottom: unset;
    left: unset;

    width: 100%;
    padding: .5rem 1.25rem;

    font-size: 1.25rem;
    border-radius: .25rem;
	text-align: center;

    transform: unset;
}

.header-mobile .header__actions .callback-button a {
    color: white;
    text-decoration: none;
}

.header-mobile .header__navigation a {
    font-size: 1.125rem;
}




.header-mobile ul.menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.header-mobile ul.menu li {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.header-mobile ul.menu>li {
    margin-bottom: 5px;
}

.header-mobile li>ul {
    /* display: block; */
    display: none;
    top: 0;
    position: relative;
    border: none;

    opacity: 1;
    box-shadow: none;
    transform: unset;
}

.header-mobile li.menu-item-has-children::after {
    margin-left: auto;

}

.header-mobile .header__navigation li.menu-item-has-children::after {
    position: absolute;
    right: 0;
    top: .3125rem;

    background-size: 1.5rem 1.375rem;
    transition: 0.15s ease-out;
}

.header-mobile .header__navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}

.header-mobile .header__navigation li:hover>ul {
    margin-top: .625rem;
    width: 100%;
}

.header__actions-call-buton.online-bubble-icon:before {
    top: 42%;
    left: -0.625rem;
}

.header__actions-date.online-bubble-icon:before {
    content: none;
}

.online-bubble-icon {
    position: relative;
}

.online-bubble-icon::after {
    content: '';
    position: absolute;
    left: -0.625rem;
    top: 50%;

    width: .375rem;
    height: .375rem;
    border-radius: 100%;

    background-color: #45C436;
    transform: translateY(-50%);

    z-index: 2;
}

.phone-button {
    margin-bottom: .9375rem;

    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;

    transition: all 0.1s ease-out;
}

.phone-button:visited,
.phone-button:hover,
.phone-button:active {
    color: inherit;
}


.phone-button:hover,
.no-bg-button:hover {
    transform: scale(1.1);
    filter: brightness(1.4);
}
section {
    padding: 5rem 0;
}
section h2 {
    font-size: 4rem;
    border-bottom: 1px solid;
    margin-top: 0;
}
.row__block {
    display: flex;
    gap: 2rem;
}
.card img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.card h3 {
    font-size: 2rem;
    line-height: 120%;
    font-weight: 500;
}
.card p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 130%;
}
.fade-in-block {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.fade-in-block.visible {
    opacity: 1;
}


.works .row__block {
    flex-wrap: wrap;
}
.portfolio {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	gap: 2rem;
}
.portfolio a {
    width: calc(50% - 1rem);
}
.portfolio a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.portfolio h5 {
    margin: 0;
    font-size: 2rem;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 10px 0;
}
.sticky .header-desktop {
    border-bottom: 1px solid #000;
}
@media (max-width: 1200px) {

    .header-desktop .phone-button {
        color: black;
    }

}


.no-bg-button {
    display: inline-flex;
    padding: .5rem 0;

    color: #E9B663;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;

    background: transparent;
    border: none;

    transition: all 0.1s ease-out;
}

.no-bg-button:visited,
.no-bg-button:focus,
.no-bg-button:active {
    outline: none;
    color: inherit;
}


.social-list {
    display: flex;
}

.social-list-item {
    margin-left: .625rem;
    margin-right: .625rem;

    width: 2rem;
    height: 2rem;

    font-size: 0;

    background-position: center;
    background-repeat: no-repeat;

    transition: all 0.1s ease-out;
}

.social-list-whatsapp {
    background-image: url(/wp-content/uploads/2024/09/whatsapp-icon.svg);
}

.social-list-telegram {
    background-image: url(/wp-content/uploads/2024/09/telegram-icon.svg);
}
.social-list-vk {
    background-image: url(http://komila.ru/wp-content/uploads/2024/10/145813.png);
}

.social-list-item:hover {
    filter: brightness(1.1);
    transform: scale(1.15);
}
header.header.sticky {
    position: fixed;
    width: 100%;
    background: #f9f2ec;
    top: 0;
}
header.header.sticky ~ main {
    margin-top: 5.75rem;
}
.swiper {
    position: relative;
}
.swiper-slide {
    height: calc(100vh - 6rem);
}
.swiper img {
    position: absolute;
    height: calc(100vh - 6rem);
    width: -webkit-fill-available;
}
.swiper img {
    z-index: -1;
}
.swiper .container {
    z-index: 9999999999;
    width: -webkit-fill-available;
	margin-top: -6rem;
}
.swiper-slide {
    display: flex;
    align-items: center;
}
.swiper-slide img {
    filter: brightness(0.6);
	object-fit: cover;
}
.swiper-slide h2 {
    font-size: 60px;
    max-width: 600px;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
	margin-bottom: 1.5rem;
}
.swiper-slide a {
    color: #fff;
    background: #74b13f;
    padding: 25px 100px;
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    margin-top: 2.5rem;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-pagination {
    position: absolute;
    right: 0 !important;
    top: 50% !important;
    width: fit-content !important;
	left: unset !important;
    margin-right: 20px;
}
.swiper-pagination {
    display: flex;
    flex-direction: column;
    margin-top: -110px;
    gap: 1rem;
}
.swiper-pagination-bullet {
    border: 2px solid #fff;
    opacity: 1;
    background: transparent;
	border-radius: 12px;
}
.swiper-pagination-bullet-active {
    background: #07070763;
}
.swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 1.5rem;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {

    width: fit-content;
}


.swiper-slide p {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.btn:hover {
  text-decoration: none;
}

.btn-1 {
  color: #fff;
        background: #74b13f;
        padding: 15px 60px;
        display: block;
        width: fit-content;
        font-size: 1.4rem;
        margin-top: 1.5rem;
  font-weight: 100;
}
.btn-1:hover {
	color: #fff;
}
.btn-1 svg {
  height: -webkit-fill-available;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.btn-1:hover {
  font-weight: 600;
  letter-spacing: 1px;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn {

  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 1280px) {
	.container {
		padding: 0 1rem;
	}
}
@media screen and (max-width: 1085px) {
.header__actions .menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}
.header__actions-call-buton a {
    font-size: 1.4rem !important;
    display: block;
    margin-top: 1rem;
}
	header.header.sticky ~ main {
    margin-top: 3.875rem;
}
}
@media screen and (max-width: 767px) {
		.row__block .card {
    width: 100%;
}
.popup {
    width: 95% !important;
}
.popup h3 {
    font-size: 1.5rem !important;
    line-height: 120% !important;
    padding-bottom: 0.5rem !important;
}
.popup span {
    padding: 0 !important;
    font-size: 1rem !important;
}
.popup .wpcf7 {
    padding: 0 !important;
}
.row__block.block__form {
    width: 100% !important;
}
.row__block.block__form h3 {
    font-size: 1.25rem;
}
.row__block label, .row__block input, .row__block label, .row__block placeholder {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 1rem !important;
}
.row__block.block__form {
    background: #fff;
    padding: 1rem;
    gap: 0;
}
section.contact__form .row__block.block__form {
    display: flex;
}
section.contact__form .row__block {
    display: none;
}
.row__block.block__form h3, .row__block.block__form input, .row__block.block__form label {
    width: fit-content;
    max-width: calc(100vw - 4rem);
}
.row__block .wpcf7-submit {
    width: -webkit-fill-available !important;
}
.steps .row__block {
    width: 100%;
}
.steps h2 {
    font-size: 2rem;
}
.step__card {
    margin-left: 1rem;
    margin-right: 1rem;
}
.step__num {
    left: -1rem;
    font-size: 2rem;
    top: 0.25rem;
}
.step__card h4 {
    line-height: 120%;
    margin-top: 0.5rem;
}
section.steps .container {
    flex-direction: column;
}
.about__col {
    width: 100% !important;
}
.btn-text {
    text-align: center;
    font-size: 1rem;
}
.steps {
    padding-top: 2rem;
}
.about__img {
    left: unset !important;
    right: unset !important;
    position: relative !important;
    top: unset;
}
.about__img img {
    height: 220px !important;
}
.about__img {
    left: unset !important;
    right: unset !important;
}
.about__container h2 {
    font-size: 2rem;
    margin-right: 0 !important;
}
.about__content {
    padding: 0 !important;
}
.about__content ul {
    margin: 0 !important;
}
	footer .container {
    flex-direction: column;
    text-align: left !important;
}
	.logo_footer p {
    max-width: unset !important;
    width: fit-content !important;
}
	.footer__col {
    width: 100%;
}
	.footer__menu ul {
    gap: 0.5rem;
}
.footer__menu a {
    font-size: 0.8rem;
}
.footer__menu li {
    padding: 0;
}
.footer__menu nav {
    margin: 0;
}
.footer__menu {
    justify-content: flex-start;
}
	.footer__contacts {
    justify-content: flex-start !important;
    align-items: flex-start;
    margin-top: 2rem;
    gap: 0.5rem;
}
	.address {
    text-align: left;
}
	.footer__contacts, .footer__contacts .phone a, .footer__contacts .header__actions-date {
    font-size: 0.8rem !important;
}
	.copyright .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1rem;
}
	footer .social-list {
    margin: 1rem 0;
}
	footer {
   
    padding: 2rem 0 2rem 0;

}
	section h2 {
    font-size: 2rem;
		margin-bottom: 1rem;
}
	.card img {
    height: 200px;
}
	.card h3 {
    font-size: 1.5rem;
    margin: 1rem 0;
    line-height: 110%;
}
	.card p {
    font-size: 1rem;
}
	.row__block {
    flex-wrap: wrap;
}
	.swiper-pagination {
    bottom: 0 !important;
    top: unset !important;
    flex-direction: row;
    margin: 0;
    width: 100% !important;
    justify-content: center;
    margin-bottom: 20px;
}
	.swiper-slide h2 {
    font-size: 40px;
}
	.swiper-slide a {
    color: #fff;
    background: #74b13f;
    padding: 15px 60px;
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}
	.portfolio h5 {
    font-size: 1rem;
    padding: 0.5rem 0;
}
	.portfolio a img {
    height: 150px;
}
	section {
    padding: 2rem 0;
}
}

