html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    height: 100%;
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #0D1E2C;
}

a {
    text-decoration: none;
    color: #0D1E2C;
}

a:hover {
    color: #0D1E2C;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.anim {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

header.header {
    padding: 20px 0px;
    background: #0D1E2C;
    color: #fff;
    background-image: url('../images/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 150px;
}

.header-phone a {
    color: #E9CA82;
    font-size: 27px;
    line-height: 33px;
    font-weight: 800;
}

.header-right {
    display: flex;
}

.header-btn-request a {
    background: #D2973B;
    border: 1px solid #E9CA82;
    padding: 14px 40px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 2px #fafafa45;
    font-weight: 800;
}

.header-phone {
    margin-right: 30px;
}

.header-bottom {
    padding-bottom: 140px;
}

h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #E9CA82;
}

.header-bottom-undertitle {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #D2973B;
    width: 60%;
    font-family: 'Comfortaa', cursive;
}

.header-bottom-text {
    font-size: 23px;
    line-height: 40px;
    font-weight: 100;
    width: 55%;
}

.benefits {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    text-align: center;
}

.benefits-item-icon {
    margin-bottom: 20px;
}

.benefits-item-number {
    font-size: 35px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #D2973B;
    font-family: 'Comfortaa', cursive;
}

.benefits-item-text {
    font-size: 32px;
    line-height: 40px;
    font-weight: 100;
}

.about-company {
    padding: 95px 0px;
}

h2 {
    color: #2f576e;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 110px;
    display: inline-block;
    font-weight: 900;
    margin-bottom: 20px;
    color: #D2973B;
    font-family: 'Comfortaa', cursive;
}

h2:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #E9CA82;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.about-company-text p {
    font-size: 25px;
    line-height: 40px;
    font-weight: 200;
}

.criteria {
    padding: 80px 0px;
    background: #0D1E2C;
}

.criteria-overtitle {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #E9CA82;
}

.criteria-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.criteria-item {
    width: 31%;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 45px;
    text-align: center;
    box-shadow: 2px 2px 2px 2px #a5a5a545;
}

.criteria-title {
    margin-bottom: 50px;
}

.criteria-item-title {
    color: #D2973B;
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 800;
}

.criteria-item-text {
    font-size: 21px;
    line-height: 27px;
    font-weight: 100;
}

.criteria-item-icon {
    margin-bottom: 20px;
}

.form {
    background: #E9CA82;
    padding: 70px 0px;
}

.form-title h2:before {
    background: #D2973B;
}

.form-wrap form {
    display: flex;
    flex-direction: column;
}

.form-wrap form label {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 15px;
}

.form-title {
    margin-bottom: 40px;
}

.form-wrapper {
    width: 60%;
    margin: 0 auto;
}

.form-wrap form input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #0D1E2C;
    padding: 14px 20px;
    margin-bottom: 15px;
    outline: none;
}

.form-wrap form button {
    background: #0D1E2C;
    color: #E9CA82;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
    box-shadow: 2px 2px 2px 2px #a5a5a545;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    outline: none;
}

.form-wrap form button:hover {
    background: #D2973B;
    color: #0D1E2C;
}

.focus {
    padding: 80px 0px;
}

.focus-overtitle {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #E9CA82;
}

.focus-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.focus-item {
    width: 30%;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #0D1E2C;
    height: 300px;
    background: #0d1e2cd4;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 30px;
    box-shadow: 1px 1px 2px 2px #0d1e2c40;
}

.focus-item-info {
    color: #E9CA82;
    font-size: 25px;
    line-height: 30px;
    font-weight: 200;
    margin-top: 20px;
}

.focus-item:hover {
    background: #E9CA82;
    border: 1px solid #E9CA82;
    color: #0D1E2C;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.focus-item:hover .focus-item-info {
    color: #0D1E2C;
}

.focus-item .focus-item-info {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.criteria-item {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.criteria-item:hover,
.focus-item:hover {
    transform: translateY(-10px);
}

footer#footer {
    padding: 80px 0px;
    background: #0D1E2C;
}

.footer-row {
    display: flex;
    color: red;
    justify-content: center;
}

.footer-phone a {
    color: #E9CA82;
    font-size: 30px;
    line-height: 38px;
    font-weight: 100;
}

footer .adress {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 100;
}

.footer-phone {
    margin-right: 50px;
}

.footer-adress-title {
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .container {
        width: 970px !important;
    }
    body,
    section,
    footer {
        width: 100% !important;
        overflow-x: hidden;
    }
    .criteria-item {
        width: 48%;
    }
    h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .header-bottom-undertitle {
        font-size: 30px;
        line-height: 40px;
        width: 80%;
        margin-bottom: 20px;
    }
    .header-bottom-text {
        font-size: 22px;
        line-height: 32px;
        font-weight: 100;
        width: 80%;
    }
    .header-bottom {
        padding-bottom: 30px;
    }
    .benefits {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 25px;
    }
    .benefits-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .benefits-item-number {
        font-size: 30px;
        line-height: 33px;
    }
    .benefits-item-text {
        font-size: 26px;
        line-height: 30px;
    }
    .about-company {
        padding: 40px 0px;
    }
    h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .about-company-text p {
        font-size: 22px;
        line-height: 30px;
    }
    .criteria {
        padding: 40px 0px;
    }
    .criteria-title {
        margin-bottom: 30px;
    }
    .form {
        padding: 30px 0px;
    }
    .form-wrap form input {
        padding: 10px 10px;
        margin-bottom: 15px;
    }
    .form-wrap form label {
        font-size: 22px;
        line-height: 25px;
    }
    .form-wrap form button {
        padding: 10px 10px;
        font-size: 23px;
        line-height: 28px;
    }
    .focus {
        padding: 40px 0px;
    }
    .focus-box {
        margin-top: 20px;
    }
    .focus-item {
        width: 48%;
        margin: 10px 7px;
    }
    footer#footer {
        padding: 40px 0px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 750px !important;
    }
    body,
    section,
    footer {
        width: 100% !important;
        overflow-x: hidden;
    }
    .header-btn-request a {
        padding: 10px 15px;
    }
    .header-phone a {
        font-size: 20px;
        line-height: 32px;
    }
    .header-top {
        margin-bottom: 50px;
    }
    h1 {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }
    .header-bottom-undertitle {
        font-size: 26px;
        line-height: 33px;
        width: 100%;
        text-align: center;
    }
    .header-bottom-text {
        font-size: 22px;
        line-height: 32px;
        font-weight: 100;
        width: 100%;
        text-align: center;
    }
    h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .criteria-item {
        min-height: 300px;
    }
    .form-title {
        margin-bottom: 20px;
    }
    .form-wrapper {
        width: 80%;
    }
    footer#footer {
        padding: 20px 0px;
    }
    .footer-adress-title {
        margin-bottom: 20px;
    }
    .footer-row {
        flex-wrap: wrap;
    }
    .footer-phone {
        width: 100%;
        text-align: center;
    }
    footer .adress {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0px 30px;
        width: 100% !important;
    }
    body,
    section,
    footer {
        width: 100% !important;
        overflow-x: hidden;
    }
    h2:before {
        width: 20px;
    }
    h2 {
        padding-left: 30px;
        font-size: 23px;
        line-height: 33px;
    }
    .about-company-text p {
        font-size: 20px;
        line-height: 26px;
    }
    .header-logo img {
        height: 50px;
    }
    a {}
    .header-top {
        flex-wrap: wrap;
    }
    .header-logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .header-right {
        width: 100%;
        justify-content: space-between;
    }
    .header-btn-request {
        width: 50%;
    }
    .header-phone {
        width: 49%;
        margin: 0;
    }
    .header-phone a {
        font-size: 17px;
        line-height: 30px;
    }
    .header-btn-request a {
        padding: 7px 8px;
        display: inline;
    }
    .criteria-item {
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 20px;
    }
    .form-wrapper {
        width: 100%;
    }
    .focus-item {
        width: 100%;
    }
    .footer-phone a {
        font-size: 24px;
        line-height: 32px;
    }
    footer .adress {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 320px) {
    header,
    section,
    footer {
        width: 320px !important;
    }
}