@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    background-color: #D07409;
    border-radius: 2px;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    padding: 8px 15px;
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.btn-tr {
    color: #000;
    padding: 8px 15px;
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.btn:hover {
    background-color: #0a9eff;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.btn-tr:hover {
    color: #fff;
    background-color: #0a9eff;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

header {
    border-bottom: 2px solid #f6f6f7;
}

.header-contact {
    background-color: #0072bc;
    color: #fff;
    font-size: 14px;
}

.header-contact {
    padding: 10px 0;
}

.header-contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px;

}

.header-contact-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-contact-left a {
    color: #fff;
}

.header-contact_phone {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 0;
}

.header-menu_tel {
    font-size: 18px;
    font-weight: 600;
    color: #0072bc;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.header-menu_tel:hover {
    color: #014d7e;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

.header-menu ul li {
    list-style-type: none;
    padding: 0 15px;
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-social a {
    margin: 0 5px;
}

.card {
    background-image: url('../image/rem-back.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #0072bc;
    min-height: 566px;
    display: flex;
    align-items: center;
}

.card .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.card-text, .card-image {
	margin-left: -5%;
	width: 44%;
}

.card-text h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 41px;
    color: #004D7E;
}

.card-text  span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background: #fff;
}

.card-text span.btn {
    background: #d07309;
    color: #ffffff;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.card-text span.btn:hover {
    background: #d89a53;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.card-image {
    text-align: center;
}

.card-image img {
    max-width: 100%;
}

.card-button {
    margin-top: 40px;
}

.feedback {
    padding: 50px 0;
}

.feedback .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.feedback-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 450px;
    margin-top: 20px;
}

.feedback-form input {
    border: 1px solid #e7e7e7;
    padding: 11px;
    -webkit-box-shadow: inset 2px 2px 2px -1px rgb(180 188 191 / 23%);
            box-shadow: inset 2px 2px 2px -1px rgb(180 188 191 / 23%);
    border-radius: 3px;
    margin-bottom: 20px;
}

.feedback-form label span {
    font-size: 12px;
}

.feedback-form input::-webkit-input-placeholder {
    color: #d5dadc;
}

.feedback-form input::-moz-placeholder {
    color: #d5dadc;
}

.feedback-form input:-ms-input-placeholder {
    color: #d5dadc;
}

.feedback-form input::-ms-input-placeholder {
    color: #d5dadc;
}

.feedback-form input::placeholder {
    color: #d5dadc;
}

.feedback-form .btn {
    text-align: center;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
}

.feedback-head {
    text-align: center;
}

.feedback-head h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #004D7E;
}

.feedback-head-dsc {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.privacy {
    margin-top: 20px;
    font-size: 12px;
}

.privacy a {
    text-decoration: underline;
}

footer {
    background-color: #f6f6f7;
    border-top: 3px solid #0072bc;
}

.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #000000;
}

.footer-contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-contact-top div {
    width: 45%;
}

.footer-policy {
    font-size: 12px;
}

.footer-contact a:hover {
    text-decoration: underline;
}


.modal, .modal-two {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000db;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.modal.open,.modal-two.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.modal-window {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 450px;
    border-radius: 5px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.modal-window form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modal-window form input {
    max-width: 250px;
    border: 1px solid #e7e7e7;
    padding: 11px;
    -webkit-box-shadow: inset 2px 2px 2px -1px rgb(180 188 191 / 23%);
            box-shadow: inset 2px 2px 2px -1px rgb(180 188 191 / 23%);
    border-radius: 3px;
    margin: 5px 0 20px 0;
}

.modal-window .btn {
    margin-top: 10px;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    color: #0072bc;
}

.modal-close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 2px 1px 5px #00000073;
            box-shadow: 2px 1px 5px #00000073;
    cursor: pointer;
}

.modal-close:before {
    position: absolute;
    left: 11px;
    top: 19px;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.modal-close:after {
    position: absolute;
    left: 11px;
    top: 19px;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.modal-close:hover:before, .modal-close:hover:after {
    width: 22px;
    left: 10px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#feedback-form_link {
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
}

#feedback-form_link a {
    color: #0072bc;
}

@media (max-width:  880px) {
    .header-contact .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-social {
        margin-top: 10px;
    }
    .header-menu .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header-menu .container nav {
        margin: 20px 0;
    }
    .card .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .card-text {
        margin-bottom: 50px;
    }
    .card-text, .card-image {
        width: 100%;
        padding: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

@media (max-width:  550px) {
        .footer-contact-top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .card-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        .card-button a {
            margin-bottom: 15px;
        }
        .footer-contact-top div {
            width: 100%;
            text-align: center;
        }
        .feedback-form .btn {
            margin: 0 auto;
        }
        .header-contact-left {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            text-align: center;
        }
        .header-menu ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            text-align: center;
        }
        .header-menu ul li {
            margin: 10px 0;
        }
        .modal-window {
            width: 75%;
        }
        .header-contact_phone {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-bottom: 5px;
        }
        .feedback-form form {
            max-width: 340px;
        }
}
@media (max-width: 500px) {
  .card-text h1 {
    font-size: 22px;
      line-height: 30px;
  }
}