/*<link href="https://fonts.googleapis.com/css2?family=PT+Serif&family=Roboto:wght@400;500&display=swap"
        rel="stylesheet">*/
* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: inline-block;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;

}

body {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;
    font-style: 14px;
    line-height: 18px;
    color: #5e5e5e;

}

.logo {
    max-width: 150px;
}

.header {
    font-family: 'Montserrat Alternates', sans-serif;

}

.header__top {
    background-color: #303030;


}

.header__btn {
    float: right;
    line-height: 36px;
    color: #1b1b1b;
    background-color: #ffc222;
    padding: 5px 20px 4px 50px;
    font-size: 16px;
    display: block;
    position: relative;
}

.header__btn::before {
    content: "\f0b1";
    font-family: 'icomoon';
    position: absolute;
    left: 22px;
    color: #1b1b1b;
}

.header__contacts:after {
    content: "";
    clear: both;
    display: block;
}

.header__phone,
.header__email {
    color: #cbcacb;
    letter-spacing: 0.25px;
    line-height: 45px;
    position: relative;
}

.header__phone {
    padding-left: 20px;
    padding-right: 30px;
}

.header__phone:before {
    content: "\f095";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    color: #ffc222;
}

.header__email {
    padding-left: 24px;
}

.header__email::before {
    content: "\f003";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    color: #ffc222;
}

/*.header__content {
    padding: 34px 0px 23px;
}*/

.header__content-inner {
    display: flex;
    justify-content: space-between;
}

.menu li {
    display: inline-block;
    padding-top: 22px;
}

.menu a {
    color: #323232;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid transparent;
    padding: 0px 16px;
}

.menu a:hover {
    border-color: #ffc222;
}

.menu li+li {
    padding-left: 10px;
}

#modal {
    display: none;
}

.slider {
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    
}

.slider__item {
    text-align: center;
    padding-top: 110px;
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    
}

.slider__title {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    margin-top: -20px;
    font-family: 'Montserrat Alternates', sans-serif;
    

}



.slider__text {
    line-height: 24px;
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    color: #1c5a2c;
    margin-bottom: 50px;
    font-family: 'Montserrat Alternates', sans-serif;

}

.default-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    padding: 8px 50px 8px 24px;
    border: 1px solid #ffc222;
    border-right-width: 20px;
    position: relative;
    z-index: 2;
}

.default-btn::after {
    content: "\f105";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
}

.slick-btn {
    position: absolute;
    top: 70%;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    cursor: pointer;
    outline: none;
    background-color: #ffc222;
}

.slick-btn.slick-disabled {
    cursor: default;
    background-color: transparent;
}

.slick-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    color: #fff;
}

.slider__inner {
    position: relative;
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "\f105";
}

.slick-prev {
    left: 0;
}

.slick-prev::before {
    content: "\f104";
}

.services {
    padding: 50px 0px 30px;
}

.services-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.otz{
    text-align: center;
    border-top: 1px solid #1b1b1b;
    padding-top: 30px;
    font-size: 40px;
    margin-bottom: 60px;
}
.services__title-box,
.form__title-box {
    max-width: 520px;
    padding-left: 140px;
    position: relative;
}

.services__title-box::before,
.form__title-box::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #ffc222;
    left: 0;
    top: 11px;
}

.services-title,
.form-title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #212020;
    margin-bottom: 10px;
}

.services-text,
.form-text {
    letter-spacing: 11px;
    
}

.services__btn a {
    color: #373636;
    line-height: 24px;
    letter-spacing: 0.25px;
    padding: 5px 38px;
    border: 3px solid #e6e6e6;
}

.services__items {
    display: flex;
    justify-content: space-between;
}

.services__item {
    max-width: 360px;
    text-align: center;
    padding: 30px 0px 40px;
    position: relative;
    min-height: 375px;
    background-color: #f9f9f9;
    box-shadow: 0px 7px 24.3px 2.7px rgba(91, 89, 89, 0.14);
}

.services__item-title {
    color: #212020;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    font-family: 'Montserrat Alternates', sans-serif;
    padding: 24px 0s;
    margin-bottom: 10px;
}

.services__item-text {
    letter-spacing: 0.1px;
    padding: 0px 35px;

}

.about {
    background-image: url(../img/about-fon.png);
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}

.form {
    padding-top: 30px;
}

.form__inner {
    padding-bottom: 40px;
    background-image: url(../img/my.png);
    min-height: 460px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 300px;
}

.form__box {
    max-width: 848px;
    padding-top: 45px;

}

.form__box-inner {
    display: flex;
    justify-content: space-between;
}

.form__box-left {
    max-width: 260px;
    width: 100%;
}

.form__box-right {
    max-width: 555px;
    width: 100%;
}

.form__box-inner label,
.form__box-inner input,
.form__box-inner textarea,
.form__box-inner select {
    display: block;
    width: 100%;
}

.form__box-inner label {
    line-height: 36px;
    color: #262626;
    font-family: 'Montserrat Alternates', sans-serif;
}

.form__box-inner input {
    margin-bottom: 8px;
    outline: none;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0px 10px;
}

.form__box-inner select {
    outline: none;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0px 10px;
    padding-left: 17px;
}

.form__box-inner textarea {
    outline: none;
    border: 1px solid #e6e6e6;
    padding: 10px;
    height: 207px;
    resize: none;
    margin-bottom: 40px;
}

.form__box-inner button {
    background-color: transparent;
    color: #282828;

    float: right;
}

#modal1 {
    display: none;
}

#modal1 input,
select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0px 10px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;
}

#modal1 input[type="submit"] {
    background-color: #ffc222;
}

.footer__content {
    background-color: #595959;
    padding: 20px 0px 30 px;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer__map {
    padding-top: 30px;
    max-width: 630px;
    width: 100%;
}

.footer__map iframe {
    width: 100%;
    height: 85%;
}

.footer__inner .slider__btn {
    float: none;
    display: inline-block;
}

.footer__title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    letter-spacing: 0.5px;

}

.footer__text {
    color: #d3d2d2;
    margin-bottom: 20px;
}

.footer__info {
    max-width: 360px;
}

.footer__list li {
    margin-top: 10px;
}

.footer__list a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-left: 33px;
    position: relative;
}

.footer__list a::before {
    content: '\f003';
    position: absolute;
    left: 0;
    color: #ffc222;
    font-family: 'icomoon';
}

.footer__list .footer__phone::before {
    content: "\f095";
    left: 3px;
}

.footer__list .footer__adress::before {
    content: "\f041";
    left: 3px;
}
.footer__list .footer__wat::before {
    content: "\e900";
    
}

.header__btn-menu {
    display: none;
    font-size: 28px;
    padding-top: 25px;
    padding-right: 10px;
}
#vb_mb
{
display:none
}
.about__title,
.about__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 30px;
}