html {
    overflow-x: hidden
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Inter, sans-serif;
    overflow-x: hidden;
    color: #323232
}

body input, body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid, body textarea:required:valid {
    border-color: green
}

.header {
    position: fixed;
    padding: 15px 0;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    z-index: 100;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}

.header__nav {
    margin-top: 15px;
}

.header__nav ul {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    margin: 0;
    list-style: none;
}

.header__nav ul li a {
    text-decoration: none;
    transition: color .3s ease;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: block;
}

.header__nav ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    left: -20px;
}

.header__nav ul li:first-child a:before {
    display: none;
}

.header__nav ul li a:hover {
    color: #f1ce63;
}

.header.fixed {
    background: rgba(0, 0, 0, .7);
    padding: 0
}

.header.fixed .header__nav {
    margin-top: 5px;
    margin-bottom: 5px;
}

.header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__whatsapp .wrap {
    display: flex;
    align-items: center;
    /* background: #fff; */
    background-color: #f1f1f1;
    border-radius: 40px;
    max-width: 100%;
    padding: 5px;
    width: 270px;
    text-decoration: none;
    color: #333;
}

.header__whatsapp svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.header__whatsapp-title {
    font-size: 15px;
    font-weight: bold;
}

.header__whatsapp-text {
    font-size: 13px;
}

.header__phone {
    display: none
}

.header__call-ava img {
    position: relative;
    top: -5px;
    width: 60px;
}

.header__call .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444;
    width: 270px;
    position: relative;
    right: 10px
}

.header__call-caption {
    text-align: right;
    margin-right: 10px
}

.header__call-caption_time {
    font-size: 11px;
    line-height: 16px
}

.header__call-caption_phone {
    font-weight: 700;
    /* font-size: 20px; */
    line-height: 24px
}

.header__call-caption_phone a {
    color: #000;
    text-decoration: none
}

.header__call-caption_text {
    font-size: 14px;
    line-height: 16px
}

.header__logo .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444;
    font-size: 16px;
    line-height: 19px
}

.header__logo img {
    margin-right: 20px
}


@media (max-width: 1199px) {}

@media (max-width: 991px) {
    section {
        padding: 60px 0
    }

    .header {
        padding: 10px 0;
        border-bottom: 0
    }

    .header .container {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
        padding-bottom: 25px
    }

    .header__call, .header__whatsapp {
        display: none
    }

    .header__nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .95);
        right: -100%;
        top: 0;
        margin-top: 0;
        padding: 100px 20px;
        transition: all .3s ease;
    }

    .header.fixed .header__nav {
        margin-top: 0;
    }

    .header__nav ul li a {
        font-size: 18px;
    }

    .header__nav ul li {
        margin-bottom: 15px;
    }

    .header__nav.active {
        right: 0;
    }

    .header__nav ul {
        display: block;
        text-align: center;
    }

    .header__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header__phone div {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        background: #3e7d59;
        white-space: pre;
        position: relative;
        margin-left: 5px;
        z-index: 9;
    }

    .header__phone div span {
        transition: all .3s ease;
    }

    .header__phone div.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 20px;
    }

    .header__phone div.active span:nth-child(2) {
        opacity: 0;
    }

    .header__phone div.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 20px;
    }

    .header__nav ul li a:before {
        display: none;
    }

    .header__phone div span {
        background: #fff;
        height: 2px;
        width: 25px;
        display: block;
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .header__phone div span:nth-child(2) {
        top: 21px;
    }

    .header__phone div span:nth-child(3) {
        top: 30px;
    }

    .header__phone a {
        width: 42px;
        height: 42px;
        font-size: 0;
        /* border-radius: 15px; */
        border-radius: 50%;
        position: relative;
        background: #58b27a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__phone a:after {
        content: '';
        position: absolute;
        background-image: url('../img/phone_white.svg');
        background-repeat: no-repeat;
        width: 23px;
        height: 25px;
    }

    .header__phone svg {
        width: 42px;
        height: 42px
    }

    .header__logo span {
        width: 200px
    }
}

@media (max-width: 767px) {
    .header__logo img {
        width: 140px
    }

    .header__logo .wrap div {
        font-size: 12px;
        width: 150px
    }

    .header.fixed {
        padding: 10px 0
    }
    .wa__mob {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wa__mob .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #f1f1f1;
        border-radius: 40px;
        max-width: 100%;
        padding: 5px;
        width: 100%;
        text-decoration: none;
        color: #333;
        font-size: 8px !important;
        line-height: 9px !important;
        padding-right: 10px;
        svg {
            width: 20px;
            height: 20px;
        }
    }
}

@media (max-width: 575px) {
    .header__logo img {
        width: 100px
    }

    .hero {
        padding-top: 120px
    }

    .header__logo .wrap div {
        display: none;
    }
}