* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

:root {
    --width: 1200px;
}

a {
	text-decoration: none;
    color: #000;
    outline: none;
}

a:focus {
    text-shadow: 0 0 20px #000;
}

body {
	font-family: 'Montserrat', sans-serif;
    height: auto !important;
}

body._lock {
    overflow: hidden;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .main {
    padding: 10px 0;
    padding-left: 173px;
}

input {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid rgba(190,190,190,0.25);
    border-radius: 5px;
    margin: 7px 0px;
    padding: 5px 15px;
    outline: none;
    border-radius: 10px;
    transition: 0.5s;
}

input:focus {
    box-shadow: 0 0 20px red;
}

textarea {
    width: 100%;
    height: 73px;
    font-size: 14px;
    margin: 7px 0px;
    border: solid 1px #ff0000;
    padding: 5px 15px;
     outline: none;
     border-radius: 10px;
     transition: 0.5s;
}

textarea:focus {
    box-shadow: 0 0 20px red;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    width: 250px;
    margin: 7px 0px;
    background: #29910d;
    justify-content: center;
    font-weight: 400;
    height: 50px;
    border: none;
    border-radius: 25px;
    display: flex;
    align-items: center;
    font-size: 20px;
    transition: 0.5s;
    outline: none;
    cursor: pointer;
    color: #fff;
}

.btn:disabled {
    background: #CCC;    
}

.main {
    width: var(--width);
    display: flex;
    justify-content: space-between;
    position: relative;
}

.h1 {
	font-family: 'Montserrat', sans-serif;                                          
    font-size: 36.2px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 120px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.logo a {
    display: flex;
    vertical-align: middle;
    margin: 8px 0;
    align-items: center;
    justify-content: center;
}

.adress {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #29910d;
    margin: 0 10px;
    /*text-shadow: 0 0 10px #67e95e;*/
}

.box_contact {
    display: flex;
    align-items: center;
}

.contacts {
    width: 40%;
}

.contacts img {
    width: 15px;
}

.tit_cont {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    margin-left: 20px;
    color: #29910d;
}

.numb_cont {
    font-size: 17.1px;
    margin-bottom: 5px;
    font-weight: 700;
}


.homeSlide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 740px;
}


.bcg {
    display: flex;
    justify-content: center;
    align-items: center;
	background: url(../img/bnr.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bcg .main {
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.home {
    height: 345px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 40px;
    position: absolute;
    width: 600px;
    top: 70px;
    left: 0px;
    text-shadow: 0px 0px 2px #000;
}

.home::after {
    content: "";
    display: block;
    position: absolute;
    height: 345px;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}


.title_home {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 10;
    position: relative;
    margin-bottom: 20px;
}

.text_home {
    font-family: Montserrat;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 10;
    position: relative;
}

.company {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
}

.company .main {
    margin: 60px 0;
}

.left_box {
    width: 50%;
}
.title_comp {
    font-size: 36.2px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0;
}

.text_comp {
    font-size: 20.9px;
    line-height: 1.2;
    font-weight: 300;
}

.right_box {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}

.delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 90px;
}
.delivery .main {
    flex-direction: column;
}

.delivery .h1 {
    text-align: center;
}

.boxes_dlv-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
}

.box_dlv-top {
    display: flex;
    width: 24%;
    height: 300px;
    border: 2px solid #29910d;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box_dlv-top img {
    min-height: 70px;
    margin-bottom: 30px;
}
.tit_dlv-top {
    font-size: 21.1px;
    line-height: 1.2;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.text_dlv-top {
   font-size: 21.1px;
    line-height: 1.2;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 0;
    color: #29910d;
}

.free {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.free .main {
    flex-direction: column;
}

.boxes_free {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.box_free {
    display: flex;
    align-items: center;
    width: 48%;
    margin: 0px 10px 20px 0px;
}
.icon_free {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    background-color: #29910d;
    border-radius: 10px;
    margin-right: 30px;
}
.text_free {
    font-size: 24.3px;
    line-height: 1.2;
    font-weight: 500;
}

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
}

.services .main {
    flex-direction: column;
    margin: 60px 0;
}

.services .h1 {
    text-align: center;
}

.boxes_serv {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.box_serv {
    display: flex;
    flex-direction: column;
    width: 47%;
    margin-right: 20px;
    margin-bottom: 40px;
}

.box_serv:nth-child(2n) {
    margin-right: 0px;
}

.box_serv ul {
    margin-bottom: 20px;
    min-height: 80px;
}

.box_img-serv {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.title_serv {
    margin: 20px 0;
    font-size: 22.5px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #5677d6;
}

.text_serv {
    list-style-position: inside;
}

.footer {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.form-container {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 27px 20px 27px;
    box-sizing: border-box;
    width: 464px;
    height: 602px;
    background-color: #ffffff;
    border: 1px solid rgba(29,29,29,0.08);
    border-radius: 5px;
    z-index: 10;
    position: relative;
}

.tit_form {
   font-size: 23px;
   line-height: 1.2;
   font-weight: 700;
}

.tit_form.red {color: #29910d;}

.tit_input {
    font-size: 13.4px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #29910d;
    margin-top: 20px;
}

form.ajax-contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form p {
    width: 100%;
}

.fields {
    width: 100%;
}

footer .main {
    padding: 10px 0;
    padding-left: 173px;
}


.bcg.bottom {
    background: url(../img/footer.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.mob_contact {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0px;
}

.modal.active {
    display: flex;
    z-index: 100;
    width: 100%;
    height: 100%;
}


.modal.active .veil {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #112233a1;
}

.modal .form-container {padding: 40px 27px 20px 27px;}


.close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 30px;
    height: 25px;
    cursor: pointer;
}

.close span {
    top: 50%;
    transform:  rotate(45deg) translate(0px, 0%);
}


 .close span, .close::before{
        content: "";
        left: 0;
        position: absolute;
        width: 100%;
        height: 4px;
        transition: all 0.3s ease 0s;
        background-color: #ea463b;
        border-radius: 3px;
}

.close::before {
        top: 50%;
        transform: rotate(-45deg) translate(0px, 0%);
}


.homeSlide.homeSlide2 {
    height: 780px;
}
.homeSlide2 .bcg .main {
    flex-direction: column;
    align-items:  center;
}

.homeSlide2 .bcg .main .home {
    position: initial;
    width: initial;
}
.homeSlide2 .bcg .main .form-container {
    margin: 20px;
}