@charset "utf-8";
/* CSS Document */

/*=== General ===*/
html {
    overflow-x: hidden !important;
}

body {

    background-image: url('../img/BG.jpg');
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #c1c1c1;
    color: #232C36;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    transition: opacity .3s ease;
}

p {
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    color: inherit;
}

:focus {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    margin: 0 auto;
    display: block;
}

img.alignleft,
figure.alignleft {
    margin: 0 30px 30px 0;
    float: left;
}

img.alignright,
figure.alignright {
    margin: 0 0 30px 30px;
    float: right;
}

img.position-absolute {
    max-width: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

.banner {
    padding: 50px 60px;
}

.banner .logo {
    margin-bottom: 30px;
}

.banner .font {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.banner h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 115.1%;
    color: #002C67;
    margin: 20px 0 30px;
}

.banner a {
    display: inline-block;
    text-transform: uppercase;
    background-color: #FEC122;
    padding: 14px 20px;
    color: #232C36;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    border-radius: 6px;
}

.banner a img {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.banner .box {
    margin-top: 50px;
    max-width: 640px;
}

.banner .box .title {
    background: linear-gradient(90deg, #FFCE45 0%, #002C67 70%);
    border-radius: 20px 20px 0 0;
    padding: 30px 50px;
    text-transform: uppercase;
    color: #fff;
}

.banner .box .text {
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
    padding: 30px 50px 10px;
}

.banner .box .title h2 {
    font-size: 24px;
    line-height: 115.1%;
    margin: 0;
}

.banner .box .text p {
    margin-bottom: 20px;
}

.form {
    padding: 0 60px;
}

.form .title {
    text-align: center;
    background: linear-gradient(90deg, #FFCE45 0%, #002C67 70%);
    border-radius: 20px 20px 0 0;
    padding: 30px 50px 20px;
    text-transform: uppercase;
    color: #fff;
}

.form .title h2 {
    font-size: 32px;
}

.form .form-grid {
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
    padding: 30px 50px 50px;
    margin-bottom: 70px;
}

.form .form-grid .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.form .form-grid .grid .item {
    display: grid;
}

.form .form-grid .grid .item input {
    background-color: #F8F8F8;
    border-radius: 8px;
    height: 60px;
    padding: 0 20px;
    border: solid 1px #CACACA;
    margin-bottom: 5px;
}

.form .form-grid .grid h3 {
    font-size: 1rem;
}

.checkboxes {
    margin-top: 20px;
}

.checkboxes label {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkboxes label input {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
}

.checkboxes label a {
    color: #232C36;
}

button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background-color: #FEC122;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 8px;
}

button img {
    width: 10px;
}

#range {
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5c6977;
    color: #fff;
}

#range span {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
}

#range span b {
    font-family: "Montserrat", sans-serif;
}

#footer {
    position: relative;
}

#footer .content {
    display: flex;
    flex-direction: column;
}

#footer .content .upper-footer {
    background: #3b4a5c;
    padding-top: 70px;
    padding-bottom: 70px;
}

#footer .content .upper-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#footer .content .upper-footer .container .options {
    display: flex;
    gap: 70px;
}

#footer .content .upper-footer .container .options .nav-footer {
    padding-top: 14px;
}

#footer .content .upper-footer .container .options .nav-footer .list-social-desk {
    display: none;
    align-items: center;
    gap: 10px;
}

#footer .content .upper-footer .container .options .nav-footer .list-social-desk .item {
    width: 19px;
}

#footer .content .upper-footer .container .options .nav-footer .list-social-desk .item img {
    width: 100%;
}

#footer .content .upper-footer .container .address {
    display: flex;
    flex-direction: column;
    gap: 21px;
    width: 25%;
}

#footer .content .upper-footer .container .address p {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: .68rem;
    font-style: normal;
    font-weight: 300;
    line-height: 13.847px;
}

#footer .content .lower-footer {
    background: #232c36;
    padding: 27px 0;
}

#footer .content .lower-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .content .lower-footer .container .copyright {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 13.847px;
    letter-spacing: 1.421px;
    text-transform: uppercase;
}

#footer .content .lower-footer .container .copyright p {
    font-size: .68rem;
}

#footer .content .lower-footer .container .copyright small {
    font-size: .68rem;
}

#footer .content .lower-footer .container .policy {
    display: flex;
    gap: 49px;
    align-items: center;
}

#footer .content .lower-footer .container .policy a {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 13.847px;
    letter-spacing: 1.421px;
    text-transform: uppercase;
    font-size: .68rem;
    text-decoration: none;
    transition: border-color .1s linear;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

#footer .content .upper-footer .container .options .logo-social .list_menu_footer {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 34px;
    padding-left: 0;
    margin-bottom: 0;
}

#footer .content .upper-footer .container .options .logo-social .list_menu_footer li {
    font-family: "Raleway", sans-serif;
}

#footer .content .upper-footer .container .options .logo-social .list_menu_footer li a {
    text-decoration: none;
    font-size: .66rem;
    color: #fff;
    font-weight: 300;
    line-height: 126.645%;
    letter-spacing: 1.421px;
    text-transform: uppercase;
    display: block;
}

#footer .content .upper-footer .container .options .logo-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

#footer .content .upper-footer .container .options .logo-social .list-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1280px) {
    .checkboxes label {
        height: auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    body {
        background-image: url(../img/BG-mobile.jpg);
    }

    .banner {
        padding: 30px;
    }

    .form .form-grid .grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .banner .box .title {
        padding: 30px;
    }

    .banner .box .title h2 {
        font-size: 18px;
    }

    .banner .box .text {
        padding: 30px 30px 10px;
    }

    .form {
        padding: 0;
    }

    .form .title h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    .form .form-grid {
        padding: 30px 30px 10px;
    }

    .checkboxes label input {
        height: 20px !important;
    }

    .checkboxes label {
        display: grid;
        grid-template-columns: 24px 1fr;
    }

    .form button {
        margin-top: 20px;
    }

    #footer .content .upper-footer .container .options .logo-social .list_menu_footer,
    #footer .content .upper-footer .container {
        display: grid;
        gap: 20px;
    }

    #footer .content .upper-footer .container .address {
        width: 100%;
    }

    #range {
        text-align: center;
        padding: 0 30px;
    }

    #footer .content .upper-footer,
    #footer .content .lower-footer {
        padding: 30px;
    }

    #footer .content .lower-footer .container .policy,
    #footer .content .lower-footer .container {
        display: grid;
        gap: 10px;
        align-items: center;
    }
}