/*
 * Theme Name: Clean Theme
 * Description: Clean Theme
*/

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

body {
    margin: 0;
    font-family: "Inter", sans-serif;font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 99;
}

header .logo{
    width: 100px;
}

header nav{
    float: right;
    position: relative;
    top: 0px;
}

header nav ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    align-items: center;
}

header nav ul a{
    text-decoration: none;
    color: #242424;
}

.consult-btn a{
    background: #bfe35c;
    padding: 10px 25px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.consult-btn a img{
    width:20px;
}

.hero{
    padding: 190px 0 100px;
    background: linear-gradient(to bottom, #f4f4f4, transparent);
}

.hero-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.hero-container-content span{
    background: #bfe35c;
    padding: 4px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
}

.hero-container-content h1{
    font-size: 60px;
    line-height: 73px;
    margin-top: 20px;
    margin-bottom: 26px;
}

.hero-container-content p{
    font-size: 18px;
    color: #212529;
    max-width: 603px;
    line-height: 29px;
    font-weight: 300;
    margin: 0 0 40px 0;
    border-left: 10px solid #f4f4f4;
    border-radius: 0px;
    padding-left: 10px;
}

.hero-container-content a{
    text-decoration: none;
    background: #bfe35c;
    color: #0e1c24;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 40px;
    border: 2px solid #0e1c24;
    display: flex;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0px 0px 15px hsl(201.82deg 44% 9.8% / 7%);
}

.hero-container-content a img{
    width: 10px;
}

.round-menu{
    background: #fff;
    padding: 15px 30px;
    border-radius: 51px;
    box-shadow: 0px 0px 10px hsl(210deg 10.81% 14.51% / 15%);
}

.hero-container-img{
    background: hsl(0deg 21.74% 88.13%);
    padding: 20px;
    border-radius: 20px;
    border: 0px solid hsl(0deg 0% 100% / 38.04%);
    width: fit-content;
    transform: rotate(0deg);
    width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.hero-container-img:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f1e9e9;
    border-radius: 20px;
    transform: rotate(-10deg);
}

.hero-container-img:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f5f3ec;
    border-radius: 20px;
    transform: rotate(5deg);
}

.hero-container-img img{
    width: 100%;
    position: relative;
    z-index: 9;
}

.about{
    padding:60px 0;
    background: linear-gradient(to bottom, transparent, #f4f4f4);
    border-radius: 0 0 50px 50px;
    margin: 0 20px;
    border-radius: 0 0 20px 20px;
}

.about-container{
    display: grid;
    gap: 70px;
    grid-template-columns: 1.7fr 2fr;
    position: relative;
    z-index: 1;
}

.about-img-item{
    position: relative;
}

.years{
    position: absolute;
    background: #fff;
    padding: 8px 20px;
    border-radius: 18px 0 18px;
}

.years span:nth-child(1){
    font-size: 70px;
    display: block;
    text-align: center;
    font-weight: 800;
    color: #bfe35c;
    line-height: 73px;
}

.years span:nth-child(2){
    
}

.about-img-item img{
    width: 100%;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 12%);
    object-fit: cover;
    object-position: center;
}

.about-content-item span{
    background: #bfe35c;
    padding: 4px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
}

.about-content-item h2{
    font-size: 28px;
    margin-top: 10px;
}

.about-content-item p{
    font-size: 18px;
    color: #212529;
    line-height: 29px;
    font-weight: 300;
    margin: 0;
}

.best-item-text{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.best-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(200deg 43.9% 16.08% / 20%);
}

.best-item-text img{
    width: 45px;
}

.best-item-text h3{
    margin:0;
}

.best-container{
    margin-top: 40px;
}

.product{
    padding:80px 0;
}

.product-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.first-product-item{

}

.product span{
    background: #bfe35c;
    padding: 4px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
}

.product h2{
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.product-item{
    padding: 40px;
    box-shadow: 0px 0px 15px hsl(210deg 10.81% 14.51% / 16.86%);
    border-radius: 20px;
    transition: 0.3s;
}

.product-item:hover{
    transition: 0.3s;
    transform: scale(1.02);
}

.product-item img{
    height:130px;
}

.product-item a{
    text-decoration: none;
    background: transparent;
    color: #102a19;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #bfe35c;
    margin-top: 25px;
    transition: 0.3s;
}

.product-item a:hover{
    background: #bfe35c;
}

.steps{
    background: linear-gradient(to bottom, #f4f4f4, transparent);
    padding: 60px 0;
    margin: 0 20px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.steps span {
    background: #bfe35c;
    padding: 4px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
}

.steps h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 52px;
}

.steps-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    position: relative;
}

.steps-item {
    padding: 40px 60px;
}

.steps-container .steps-item:nth-child(1) {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.steps-container .steps-item:nth-child(4) {
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.steps-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #000;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px #e9e9e9;
    flex-direction: column;
    padding: 30px;
    color: #1a1a1a;
    font-size: 20px;
    text-transform: uppercase;
    gap: 12px;
}

.steps-circle span {
    font-size: 60px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 53px;
    border-radius: 100px;
    background: transparent;
    padding: 0;
}

.steps-img-block{
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #bfe35c;
}

.steps-img-block span{
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-img-block img{
    width: 50px;
}

.steps-item h3{
    text-align: center;
    max-width: 300px;
    margin: 15px auto 0;
    font-weight: 400;
}

.faq{
    padding:35px 0 60px;
    text-align:center;
}

.faq span{
    background: #bfe35c;
    padding: 4px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
}

.faq h2{
    font-size: 28px;
    margin-top: 10px;
}

.faq-container{
    margin-top: 20px;
    background: #fafafa;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    border-radius: 20px;
    box-shadow: 6px 10px 20px hsl(140.77deg 44.83% 11.37% / 5.88%);
}

.faq-item-block h3{
    background: #ffbc13;
    padding: 10px 0;
    margin-bottom: 20px;
}

.faq .faq-text img{
    width:100%;
    margin-bottom:30px;
}

.faq .faq-text h4{
    font-size:35px;
    font-weight:400;
    line-height:120%;
    margin-bottom:30px;
    color:#fff;
}

.faq .faq-text a{
    background: linear-gradient(270deg, #FF6200 0%, #FA8B07 100%);
    font-weight: 700;
    font-size: 16px;
    font-family: "Oxygen", sans-serif;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    padding: 12px 0px;
    margin: 0;
    max-width: 160px;
    text-decoration:none;
}

.faq .faq-text a img{
    width:9px;
    margin: 0;
}

.faq .faq-text a:hover{
    box-shadow: 0px 0px 17px 0px #FA8B07;
    transition: 0.3s;
}

.faq-item {
    border: 1px solid #bfe35c;
    border-radius: 20px;
    margin-bottom: 17px;
}

.faq-question {
    cursor: pointer;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    transition: color 0.3s;
    color: #102a19;
    margin-bottom: 0;
    text-align: left;
    margin: 0;
}

.faq-answer {
    display: none;
    padding: 0px 30px 20px 15px;
    text-align: left;
    font-size: 16px;
    color: #212529;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}

.faq-question img{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    width: 20px;
}

.faq-question.active img {
    transform: translateY(-50%) rotate(180deg);
}

.faq-item-cont{
    width: 46%;
    float: left;
    padding: 0 2%;
}

.contacts{
    padding: 35px 0px 60px;
    background: linear-gradient(to bottom, transparent, #f4f4f4);
    position: relative;
}

.contacts-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.big-car{
    position: absolute;
    right: 0;
    bottom: -31px;
    width: 47%;
}

form{
    background: transparent;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #102a19;
    max-width: 650px;
    width: 100%;
}

form h2{
    margin: 0 0 40px 0;
    text-align: center;
}

.form-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

form input{
    border-radius: 5px;
    border: 1px solid #102a19;
    padding: 10px;
    color: #102a19;
    outline: none;
    background: transparent;
}

form select{
    border-radius: 5px;
    border: 1px solid #102a19;
    padding: 10px;
    color: #102a19;
    outline: none;
    appearance: none;      
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: url('/wp-content/uploads/2025/10/angle-down.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 94% 50%;
}

form button{
    background: #bfe35c;
    padding: 12px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 100%;
    cursor: pointer;
    border: 1px solid #0f2a18;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    /* display: block; */
    grid-column: span 2;
}

form button img{
    width: 25px;
}

input::placeholder {
  color: #102a19;
  opacity: 1;
}

select {
  color: #102a19;
}

select option {
  color: #102a19;
}

.contact-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.contact-container .logo{
    max-width: 100px;
}

.contact-item-info{
    display: flex;
    border-bottom: 1px dotted #55685c;
    max-width: 239px;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    gap: 15px;
}

.contact-item-info img{
    width:25px;
}

.contact-info{
    display: flex;
    flex-direction: column;
    gap:5px;
}

.contact-info span{
    font-size: 16px;
    font-weight: 700;
}

.contact-info a{
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}


footer{
    background: #102b1a;
    padding: 60px 0 10px;
    color: #fff;
    font-size: 14px;
}

footer nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

footer nav ul a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

footer nav ul a img{
    width: 24px;
}

.logo-contact-box ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 25px 0 0px 0;
    padding: 0;
}

.logo-contact-box{
    font-size: 16px;
}

.logo-contact-box ul img{
    width:30px;
}

.copyright{
    text-align: center;
    margin-top: 60px;
}

.last-info{
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: none!important;
}

.center-contact-item{
    margin-left: 70px;
}

.icon-call img{
    width: 28px;
    position: relative;
    top: -3px;
}

.call {
    width: 70px;
    height: 70px;
    background: #bfe35c;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 35px;
    right: 50px;
    color: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  a {
        display: block;
        text-decoration: none;
        outline: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
  }
  &:before {
        border: none;
        animation: 4s linear 0s normal none infinite running spin;
        border-color: #bfe35c transparent transparent;
        border-radius: 50%;
        border-right: 3px solid transparent;
        border-style: solid;
        border-width: 3px;
        bottom: -15px;
        content: "";
        left: -15px;
        position: absolute;
        right: -15px;
        top: -15px;
  }
  &:after {
        border: none;
        animation: 2s linear 0s normal none infinite running spin;
        border-color: #bfe35c transparent transparent;
        border-image: none;
        border-radius: 50%;
        border-right: 2px solid transparent;
        border-style: solid;
        border-width: 2px;
        bottom: -5px;
        content: "";
        left: -5px;
        position: absolute;
        right: -5px;
        top: -5px;
  }
}

@keyframes spin {
  0% { transform: rotate(0deg) }

  100% { transform: rotate(360deg) }
}

.textInfo {
    position: absolute;
    padding-top: 19px;
    width: 100px;
    height: 95px;
    background: $blue;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    z-index: 6;
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-name: textInfoAnim;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    transform: scale(0, 0);
    opacity: 0;
}

@keyframes textInfoAnim {
    0%{
        transform: scale(0, 0);
        opacity: 0;
  }

    40%{
        transform: scale(0, 0) rotate(0deg);
        opacity: 0;
  }

    50%{
        transform: scale(1, 1) rotate(360deg);
        opacity: 1;
  }

    79%{
        transform: scale(1, 1) rotate(360deg);
        opacity: 1;
  }

    89%{
        transform: scale(0, 0) rotate(-360deg);
        opacity: 0;
  }
}

.iconPhone {
    line-height: 100px;
    font-size: 50px;
}

.shake.shake-constant {
    animation: shake-base 1800ms ease-in-out 0s infinite;
}

@keyframes shake-base{
    0%{
        transform: translate(0px, 0px) rotate(0deg);
  }

    9%{
        transform: translate(0px, 0px) rotate(0deg);
  }

    10%{
        transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }

    12%{
        transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  }

    14%{
        transform: translate(-0.5px, 0.5px) rotate(-1.5deg);
  }

    16%{
        transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }

    18%{
        transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }

    20%{
        transform: translate(-2.5px, 0.5px) rotate(0.5deg);
  }

    22%{
        transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }

    24%{
        transform: translate(1.5px, -1.5px) rotate(0.5deg);
  }

    26%{
        transform: translate(-2.5px, 1.5px) rotate(-0.5deg);
  }

    28%{
        transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }

    30%{
        transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }

    32%{
        transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }

    34%{
        transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }

    36%{
        transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }

    38%{
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }

    40%{
        transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }

    42%{
        transform: translate(-2.5px, -0.5px) rotate(-0.5deg);
  }

    44%{
        transform: translate(-2.5px, -0.5px) rotate(-0.5deg);
  }

    46%{
        transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }

    48%{
        transform: translate(-2.5px, 1.5px) rotate(-0.5deg);
  }

    50%{
        transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }

    52%{
        transform: translate(0.5px, 1.5px) rotate(-1.5deg);
  }

    54%{
        transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }

    56%{
        transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }

    58%{
        transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }

    60%{
        transform: translate(0.5px, -2.5px) rotate(0.5deg);
  }

    62%{
        transform: translate(0, 0) rotate(0deg);
  }

    98%{
        transform: translate(0, 0) rotate(0deg);
  }
}

.mb-0{
    margin:0!important;
}

.mobile-menu{
    display: none;
}

.mobile-logo{
    display: none;
}

.mobile-messengers{
    display: none;
}

.mobile-phone{
    display: none;
}

.close{
    display: none;
}

.modal-thanks{
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
	opacity:0;
	transition:0.3s;
}

.modal-thanks .modal-content {
    width: 620px;
    text-align: center;
    max-height: 100%;
    overflow-y: hidden;
	margin: 0px auto 0;
}

.modal-thanks .modal-content a{
	background: #bfe35c;
    color: #102a19 !important;
    border-radius: 27px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    right: 50px;
    bottom: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    z-index: 99;
    max-width: 230px;
    margin: 0 auto;
}
.modal-thanks .modal-content a img{
	width: 25px;
}

.modal-title{
	margin-top:0;
}

@media(max-height:350px){
	.modal-thanks .modal-content {
    	text-align: center;
    	max-height: calc(100% - 50px);
    	overflow-y: scroll;
		margin: 30px auto 0;
	}
}

.modal-content {
	background: #102a19;
    color: #fff;
    max-width: 95%;
    padding: 40px 45px;
    border-radius: 30px;
    position: relative;
    margin: 30px auto 0;
}
.seo-modal h2{
	text-align:center;
	font-size:35px;
	font-weight:400;
	line-height:120%;
}

.modal p{
	text-align:center;
}

.modal-close {
	display: block;
    width: 16px;
    position: absolute;
    right: 25px;
    top: 25px;
    background: #fff;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
}

.modal-subtitle{
	margin-bottom: 30px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader span {
	 width: 50px;
    height: 50px;
    border: 4px solid #f4f4f4;
    border-top: 4px solid #bfe35c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row{
    display: inline-block;
    width:100%;
}

.row-flex{
    display: flex;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    float: left;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.67%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.67%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.67%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.67%;
}

.col-md-12 {
    width: 100%;
}

@media(max-width:1400px){
    .about-container{gap: 30px;}
}

@media(max-width:1200px){
    .hero-container-content h1 {font-size: 55px;line-height: 70px;}
    .hero-container-img img{top:65px;}

    .product-container{grid-template-columns: repeat(2, 1fr);}
}

@media(max-width:991px){
    .hero{padding: 150px 0 30px;}
    .hero-container{grid-template-columns: repeat(1, 1fr);text-align: center;gap: 80px;}
    .hero-container-content p {max-width: 100%;border-left: none;padding-left: 0;}
    .hero-container-content a{margin: 0 auto;}
    .hero-container-img img {top: 0;}
    .hero-container-img{display: none;}

    .about {padding: 60px 0 30px;}
    .about-container{grid-template-columns: 1fr;}
    .about-container {gap: 50px;}
    .mb-0{padding-bottom: 0;border-bottom: none;}

    .faq-item-cont {width: 100%;float: none;padding: 0;}
    .faq-container {margin-top: 0;background: transparent;padding: 0;box-shadow: none;}
    .faq {padding: 35px 0 20px;}

    .big-car{display: none;}
    .contacts-container{grid-template-columns: repeat(1, 1fr);}
    .center-contact-item {margin-left: 11px;}
    form{width: auto;}
    form button{grid-column: span 1;}
    .form-container {grid-template-columns: repeat(1, 1fr);gap:20px;}

    .product {padding: 60px 0;}

    header nav{display: none;}
    .mobile-menu{display: block;width: 50px;float: right;}
    .mobile-logo{display: block;max-width: 130px;margin: 30px auto 35px;}

    .head-nav {display: block;position: fixed;left: -150%;top: 0;background: #fff;width: 100%;height: 100%;overflow: scroll;transition: 0.4s;background: #fafafa;}
    .head-nav.active{left:0;transition: 0.4s;}
    header nav ul{flex-direction: column;}
    .mobile-messengers{display: flex;padding: 0;align-items: center;justify-content: center;margin-top: 50px;gap: 30px;}
    .mobile-messengers img{width: 40px;}
    .mobile-phone{display: flex;justify-content: center;align-items: center;gap: 10px;color: #102b19;text-decoration: none;margin-top: 80px;}
    .mobile-phone img{width:27px;}
    .close{display: block;width: 35px;position: absolute;right: 25px;top: 25px;}
}

@media(max-width:767px){
    .hero-container-content h1 {font-size: 45px;line-height: 58px;}
    .hero-container-content p{line-height: 26px;font-size: 16px;}

    .about{margin:0;}
    .about-content-item{text-align: center;}
    .best-item-text{flex-direction: column;}
    .about-content-item p{line-height: 26px;font-size: 16px;}
    h2{font-size: 24px!important;line-height: 34px!important;}

    .product-container {grid-template-columns: repeat(1, 1fr);}
    .product{text-align: center;}
    .product-item{padding: 35px 20px;}

    .steps{margin:0;}
    .steps-container{grid-template-columns: repeat(1, 1fr);gap: 40px;}
    .steps-circle{display: none;}
    .steps-container .steps-item:nth-child(1){border: none;}
    .steps-container .steps-item:nth-child(4){border: none;}
    .steps-item{padding: 0px 0px;}

    .contact-container{grid-template-columns: repeat(2, 1fr);gap: 0px 30px;}
    .center-contact-item {margin-left: 0;}
    footer nav{display: none;}

    .copyright {margin-top: 25px;}
    form{padding:20px;}
    form h2 {font-size: 18px !important;line-height: 28px !important;}
	.modal-content{padding: 40px 15px;}
}

@media(max-width:576px){
    .hero-container-content h1 {font-size: 32px;line-height: 42px;}
    .hero-container-content p{line-height: 24px;font-size: 14px;}
    .about-content-item p{line-height: 24px;font-size: 14px;}
    .product-item p{line-height: 24px;font-size: 14px;}
    .contact-container{grid-template-columns: repeat(1, 1fr);gap: 45px 0px;}
    .contact-item-info{max-width: 100%;}
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}

@media(min-width:1550px){
    .container{
        max-width: 1450px;
    }
}

@media(min-width:1700px){
    .container{
        max-width: 1600px;
    }
}