* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

a {
    transition: 0.3s;
}

a:hover {
    color: #fbfdffd4 !important;
}
:root {
    --item-width: 1200px;
}

::placeholder {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
}

html {
	scroll-behavior: smooth;
}

textarea {
	display: block;
    border: 0;
    color: black;
    font-size: 16px;
    line-height: 22px;
    background: #FFF;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #a7a7a7;
    outline: none;
    min-height: 150px;
    resize: vertical;
    margin-bottom: 15px;
}

p {
    font-size: 18px;
    margin: 15px 0;
}

textarea:focus {
	box-shadow: 0 0 10px #fff;
}


a {
	text-decoration: none;
    color: #000;
}

body {
	font-family: 'Lato', sans-serif;
    height: auto !important;
    line-height: 1.2;
}


.main {
    display: flex;
    align-items: center;
    width: var(--item-width);
    position: relative;
    justify-content: space-between;
}



.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 55px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase  ;
    background: #1573B8;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 15px;
}

.btn:hover {
    background: #0e568b;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #37393F;
    padding: 0px 10px;
    width: 100%;
    top: 0;
    z-index: 100;
}

.logo {
   display: flex;
   flex-direction: column;
   margin: 15px 0;
}

.tit_logo {
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.subtit_logo {
    font-size: 11px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    margin: 0;
}

.phone {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    margin: 0 15px;
}

.tel {display: none;}


.menu_link {
    height: 100%;
}

.link {
    font-size: 17px;
    cursor: pointer;
    height: 100%;
    display: inline-block;
    padding: 20px 10px;
    transition: 0.3s;
}

.homeBnr {
    margin-top: 60px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bnr_main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.left_box {
    width: 50%;
    position: relative;
}


.title_bnr {
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.title_bnr .grey {
    color: #B8BECF;
}

.subtit_bnr {
    font-size: clamp(12px, 5vw, 16px);
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}
.right_box {
    width: 50%;
    position: relative;
}

.box_img {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    top: -170px;
    right: 0;
}

.circle_1 {
    background: #37393F;
    height: 376px;
    width: 376px;
    border-radius: 50%;
    position: absolute;
    right: 160px;
    top: -20px;
}

.box_img img {
    position: absolute;
}

.advantages {
     display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #D9D9D9;
}


.advantages .main {
}
.boxes_adv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 220px;
}

.box_adv {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tit_adv {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}


.box_adv .adv_img {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 60px 0;
}

#counter {
    position: absolute;
    top: -80px;
}

.counter .left_box {
    padding-right: 30px;
    box-sizing: border-box;
}

.counter .left_box img {width: 100%;}

.counter .h1 {
    text-align: left !important;
    margin-top: 5px;
}


.h1 {
    font-size: clamp(27px, 5vw, 35px);
    font-weight: 700;
    margin: 20px 0;
    width: 100%;
    text-align: center !important;
}

.h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
    width: 100%;
    text-align: left;
}

.order {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#order {
    position: absolute;
    top: -80px;
}
.order .main {
    background: #F7F7F7;
    border-radius: 6px;
    height: 350px;
    padding: 70px 60px;
}

.tit_ord {
    font-size: clamp(20px, 5vw, 28px);
    font-weight: 700;
    text-transform: uppercase;
}
.subtit_ord {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin: 30px 0;
}

.box_img {
}
.circle_2 {
    width: 212px;
    height: 212px;
    background: #37393F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50px;
}

.order .box_img img {
    bottom: 0;
}

.order .right_box {
    height: 350px;
}

.order .box_img {
    top: 0;
    right: 60px;
    width: -webkit-fill-available;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#price {
    position: absolute;
    top: -80px;
}

.price .main {
    flex-direction: column;
}

.boxes_prs {
    width: 100%;

}
.box_prs {
    width: 100%;
    height: 90px;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    margin: 15px 0;
}
.tit_prs {
    font-size: clamp(14px, 3vw, 20px);
    font-weight: 400;
    text-align: left;
    width: 70%;
}
.cena_prs {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 700;
    text-align: right;
}


.description {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 70px 0;
}

#inform {
    position: absolute;
    top: -80px;
}
.description .main {
    flex-direction: column;
}

.boxes_dsc {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.box_dsc {
    width: 30%;
}

.box_dsc img {width: 100%;}

.box_dsc:nth-child(2) {
    /*margin-top: 30px;*/
}
.tit_dsc {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}


.contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 70px 0;
}

#contacts {
    position: absolute;
    top: -80px;
}
.contacts .main {
    /*background: url(../img/map.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    height: 350px;
}
.box_cont {
    width: 257px;
    height: 350px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    background: #F7F7F7;
    padding: 20px 40px 40px 40px;
    margin-left: 0px;
}
.map {
    width: calc(100% - 237px)
}
.tit_cont {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.contacts .phone {color: #000;
    margin: 0px 0px 15px 0px;
}

.mail {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-decoration: underline;
}
.adress {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #37393F;
    padding: 10px 0;
}
.footer .main {
    flex-wrap: wrap;
}

.link_f {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
}
.footer .mail, .footer .phone {
    color: #ffffff;
}




/*------------------------------*/


.header__container {
        margin: 0 auto;
        display: flex;
        padding: 0;
        justify-content: space-between;
        align-items: center;
}

.header_menu.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu__icon {
        display: none;
}

.menu__body {
        width: 100%;
        display: flex;
        justify-content: space-between;
}

.menu__list > li {
        position: relative;
        margin: 0px 0px 0px 0px;
        list-style-type: none;
}

.menu__link {
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
        transition: 0.3s;
        color: #fff;
        text-transform: uppercase;
}

.menu__link:hover {
   text-decoration: underline; 
   color: #000;
}





/* ----------------------------------------------- */ 
body._pc .menu__list > li:hover .menu__sub-list {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        pointer-events: all;
}

body._touch .menu__list > li {
        display: flex;
        align-items: center;
}

body._touch .menu__link {
        flex: 1 1 auto;
}

body._lock {overflow: hidden;}


body._lock .header__container {
                display: block;
}

/* ----------------------------------------------- */


@media (min-width: 1023px) {
        .menu__list {
                display: flex;
                align-items: center;
        }
        .menu__list > li {
                padding: 0px 10px;
        }

         header .line_mob {
                display: none;
        }


}

@media (max-width: 1023px) {
        header {
                width: 100%;
                position: fixed;
                box-sizing: border-box;
                padding-left: 10px;
                padding-right: 10px;
                background: #ffff;
                padding-bottom: 0px !important;
        }

        header .main {
                padding: 0 10px;
                box-sizing: border-box;
        }

        header .line_mob {
                display: block;
        }

         header .line {
                display: none;
         }



        .header__logo {
                padding-left: 20px;
                align-items: center;
                margin: 15px 0 15px 0px !important;
        }

         .header__logo .logo {
                display: flex;
                align-items: center;
                margin-left: 50px;
         }

        .header__logo .logo img {
                width: 190px;
        }

        .header__logo span {
                font-size: 20px;
        }

        .header__container {
                width: 100%;
                padding: 0;
                z-index: 10;
                display: none;
                position: absolute;
        }

        .menu__icon {
                z-index: 5;
                display: flex;
                flex-direction: column;
                position: absolute;
                width: 49px;
                height: 35px;
                cursor: pointer;
                margin-right: 15px;
                z-index: 20;
                left: 0px;
        }


        .menu__icon span, .menu__icon::before, .menu__icon::after {
                content: "";
                left: 0;
                position: absolute;
                width: 100%;
                height: 7px;
                transition: all 0.3s ease 0s;
                background-color: #60c755;
        }

        .menu__icon::before {
                top: 0;
                border-radius: 5px;
        }


        .menu__icon::after {
                bottom: 0;
                border-radius: 5px;
        }

        .menu__icon span {
                position: relative;
                top: 50%;
                transform: scale(1.0) translate(0px, -50%);
                width: 40px;
                height: 7px;
                background: #60c755;
                border-radius: 5px;
        }


        .menu__icon._active span {
                transform: scale(0) translate(0px, -50%);

        }

        .menu__icon._active::before {
                top: 50%;
                transform: rotate(-45deg) translate(0px, -50%);
        }

        .menu__icon._active::after {
                left: -7%;
                top: 50%;
                transform:  rotate(45deg) translate(0px, -50%);
        }


        .menu__body {
                position: fixed;
                top: 0;
                left: -120%;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.9);
                padding: 100px 30px 30px 30px;
                transition: left 0.3s ease 0s;
                overflow: auto;
               
        }

        .menu__body._active {
                left: 0;
        }

        .menu__list {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
        }

        .menu__list > li {
                flex-wrap: wrap;
                margin: 0px 0px 30px 0px !important;
        }

        .menu__list > li:first-child {
                margin-left: 0px !important;
        }

        .menu__list > li._active .menu__sub-list {
                display: block;
        }

        .menu__list > li:last-child {
                margin-bottom: 0;
        }

        .menu__link {
               color: #ffff;
               font-size: 24px;
        }

}

/*----------------------------------------------------------------*/



.form {
    display: flex;
    width: 400px;
    height: 370px;
    background: #ffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 30px 30px 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form input {
    outline: none;
    transition: box-shadow 0.5s ease 0s;
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #e3e3e3;
    background: #f4f4f4;
    text-align: center;
}

.form input:focus {
    box-shadow: 0px 0px 20px #1234;
}

.text_form {
    font-size: 12px;
    margin-bottom: 25px;
}

#modalForm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 150;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1500;
}

#modalForm.active {
    display: flex;
}

#filter {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 15;
}

#filter.active {
    display: block;
}


.close {
    width: 100%;
    display: flex;
    height: 16px;
    justify-content: flex-end;
    cursor: pointer;
}

.close:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    background: #000;
    transform: rotate(-45deg);
    margin-right: -15px;
}


.close:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
    margin-right: -15px;
}

#message {
    color: red;
    margin-bottom: 10px;
    text-align: center;
}


#partners {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 70px 0;
    flex-direction: column;
}

.partners_left {
    width: 30%;
}

.partners_left ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-direction: column;
    list-style-type: none;
}

.partners_left ul li {
    margin: 10px 0px 40px 0px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.partners_left ul li div {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    text-align: center;
    font-size: 0px;
}

.partners_left ul li div img {
    max-width: 80px;
}


.partners_right {
    width: 70%;
}

.partners_right a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.partners_right .form {
    padding: 20px 0px;
    width: 100%;
    display: block;
    text-align: center;
}

.partners_right .form div input {
    width: 98%;
}

.partners_right .form div.line input{
    width: 49%;
}

.partners_right .form button {
    display: inline-block;
}