* {
    font-family: 'Open Sans';
}
a {
    transition: ease .5s;
}
header {
    background: #1A191A;
    border-bottom: 1px solid #706D70;
}
.logo {
    margin: 7px 0px;
    width: 351px;
}
.menu {
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}
.menu li {
    display: inline-block;
    list-style: none;
    height: 100%;
}
.menu li a {
    font-weight: 300;
    color: #EFEFEF;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid transparent;
}
.menu li a:hover {
    font-weight: 400;
    border-bottom: 3px solid #C89A69;
}
.button {
    border: 1px solid #C89A69;
    text-decoration: none;
    padding: 5px 15px;
    color: #EFEFEF;
    cursor: pointer;
}
.button:hover {
    background: #C89A69;
    color: #EFEFEF;
}
.button-fill {
    border: 1px solid #C89A69;
    background: #C89A69;
    text-decoration: none;
    padding: 10px 35px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
}
.button-fill:hover {
    background: transparent;
    color: #C89A69;
}
.button-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
}
.phone-div a {
    color: #EFEFEF;
    text-decoration: none;
    font-weight: 600;
}
#sect1 {
    background: #1A191A;
}
.prehead, .afterhead {
    color: #fff;
}
.bgrad {
    /*background: radial-gradient(#BE9D8E 0%, #1A191A 70%);*/
    position: relative;
}
#sect2 {
    background: #1B181B;
    padding: 0px 0px 30px;
}
#sect2 p {
    color: #fff;
}
.bgsah {
    background: url(./images/saharovo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.bgsah:before {
    content: '';
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    background: #C89A69;
    opacity: 0.9;
}
#sect3 img {
    float: right;
    position: relative;
    width: 100%;
}
#sect3 {
    overflow-y: hidden;
    position: relative;
}
#sect3 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}
#sect3 p {
    font-size: 20px;
}
#sect3 .bgsah-left p {
    position: relative;
    float: left;
    font-size: 26px;
    color: #fff;
}
#sect3 .col-xl-5 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#sect4 {
    background: #1A191A;
}
form input {
    background: none;
    border: none;
    border-bottom: 1px solid #C89A69;
    box-shadow: none;
    margin-top: 20px;
    width: 250px;
    color: #fff;
}
form button {
    font-size: 18px !important;
    margin-top: 30px;
}
footer {
    background: #010101;
    padding: 20px 0px;
}
.socials li {
    display: inline-block;
    padding: 0 15px;
}
.socials {
    padding-left: 0px;
    text-align: center;
}
.modal-content {
    background: #000;
}
.modal-content p {
    color: #fff;
    text-align: center;
}
.modal-content form {
    margin: 0 auto;
    width: 250px;
}
.btn-close {
    background: transparent url('./images/close.svg') center/1em auto no-repeat;
    padding: 0px !important;
    width: 35px;
    height: 35px;
}
.modal-header {
    border-bottom: 0px !important;
}
#sect6 .price>img {
    margin-bottom: 6px;
}
#sect7 .price>img {
    margin-bottom: 6px;
}
.zayavka .price>img {
    margin-bottom: 6px;
}
img {
    max-width: 100%;
}
#sect7 .price {
    position: relative;
}
#sect7 span.price:before {
    content: '';
    height: 1px;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: #fff;
    top: 50%;
}
#sect1 a, #sect1 p {
    color: #fff;
}
.z1 {
    z-index: 1;
    position: relative;
}
@media (min-width: 1200px) {
    #sect7 .st {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 50px;
    }
    #sect7 .col-xl-7 {
        min-height: 600px;
    }
    #sect3 img {
        right: -100px;
    }
    section {
        overflow: hidden;
    }
    #sect1 {
        padding-top: 40px;
    }
    .info {
        padding: 40px 0px;
        z-index: 100;
    }
    h1 {
        font-size: 50px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        z-index: 2;
    }
    .prehead {
        font-size: 25px;
        position: relative;
        z-index: 2;
    }
    .afterhead {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
        z-index: 2;
    }
    #sect2 .col-xl-12  p {
        font-size: 30px;
        text-align: center;
    }
    #sect2 .col-xl-3  p {
        font-size: 14px;
    }
    .bgsah-row {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 570px;
        left: 12px;
        z-index:1;
    }
    .bgsah .row {
        position: relative;
    }
    .bgsahrel {
        position: relative;
    }
    #sect3 .row .bgsah-left {
        position: absolute;
        display: flex;
        flex-direction: column;
        padding-top: 70px;
        z-index: 2;
    }
    #sect3 .row .bgsah-right {
        /*position: absolute;
        right: 0;
        top: 0;*/
    }
    #sect3 .container {
        position: relative;
        z-index:2;
    }
    #sect4 h2 {
        color: #fff;
        font-size:  40px;
        font-weight: 700;
        margin-top: 20px;
    }
    #sect4 p {
        color: #fff;
        font-size: 16px;
        padding-left: 30px;
        position: relative;
    }
    #sect4 h3 img {
        position: absolute;
        left: 0px;
        top: 8px;
    }
    #sect4 .bgrad img {
        width: 80%;
    }
    #sect5 .bgrad img {
        width: 464px;
    }
    .zayavka {
        background: #fff;
        border-radius: 5px;
        padding: 15px 30px;
        position: relative;
        left: -60px;
    }
    .zayavka .st {
        font-size: 30px !important;
        font-weight: bold !important;
        color: #000 !important;
    }
    .zayavka .ps {
        color: #000 !important;
        font-size: 13px !important;
    }
    #sect6 .ps, #sect5 .ps {
        font-size: 13px !important;
    }
    #sect5 .ps {
        padding-right: 50px;
    }
    .zayavka .st span {
        color: #C89A69;
        font-size: 30px !important;
        font-weight: 400;
    }
    .zayavka .st img {
        position: relative !important;
        left: unset !important;
        top: 0px  !important;
    }
    .zayavka .button-fill {
        position: absolute;
        right: 25px;
        top: 15px;
    }
    #sect5 .bgrad img {
        position: absolute;
        left: -100px;
        bottom: 0;
    }
    #sect5 p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #sect5 h2 {
        font-size: 40px;
        font-weight: 700;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    #sect5 h3 {
        font-size: 25px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #sect5 .stoim {
        font-size: 25px;
    }
    #sect5 .price {
        font-size: 25px;
    }
    .bgblack {
        background: #1A191A;
    }
    .bgblack-row {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 650px;
        left: 12px;
        z-index:1;
    }
    #sect5 .container {
        z-index: 2;
        position: relative;
    }
    .vnj {
        color: #C89A69;
        font-weight: 600;
    }
    #sect6 {
        background: url(./images/sect6.png);
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sect6:before {
        content: '';
        width: 100%;
        height: 100%;
        position:absolute;
        top: 0;
        left: 0;
        background: #C89A69;
        opacity: 0.9;
        z-index: 1;
    }
    #sect6 .container {
        position: relative;
        z-index: 2;
    }
    #sect6 h3 {
        font-weight: 700;
        font-size: 25px;
        color: #fff;
    }
    #sect6 p {
        color: #FFF;
        font-size: 20px;
    }
    #sect6 h2 {
        color: #000;
        font-size: 40px;
        font-weight: 700;
    }
    #sect6 .price {
        color: #000;
        font-size: 28px;
    }
    #sect6 .button-fill {
        background: #fff;
        color: #C89A69;
        margin-top: 30px;
        display: block;
    }
    #sect6 .button-fill:hover {
        border-color: #000;
        color: #000;
    }
    #sect7 {
        background: #1A191A;
    }
    #sect7 h2 {
        color: #fff;
        font-size:  40px;
        font-weight: 700;
        margin-top: 50px;
    }
    #sect7 p {
        color: #fff;
    }
    #sect7 .size25 {
        font-size: 25px;
    }
    #sect7 .size20 {
        font-size: 20px;
    }
    #sect7 h3 {
        font-size:  40px;
        font-weight: 700;
        margin-top: 30px;
        color: #C89A69;
    }
    #sect7 .price {
        color: #fff;
        font-size: 28px;
    }
    #sect7 .new-price {
        color: #C89A69;
        font-size: 28px;
    }
    #sect8 .zayavka {
        left: 0;
        box-shadow: 0px 0px 3px 0px #353335;
        margin-top: 50px;
    }
    #sect8 h2 {
        font-size: 40px;
        font-weight: 700;
        margin-top: 40px;
    }
    #sect8 p {
        font-size: 20px;
    }
    #sect9 {
        background: #1A191A;
    }
    #sect9 h2 {
        color: #fff;
        font-size:  40px;
        font-weight: 700;
        margin-top: 50px;
    }
    #sect9 p {
        color: #fff;
    }
    #sect9.size18 {
        font-size: 18px;
    }
    footer a {
        color: #fff;
        text-decoration: none;
    }
    footer p {
        color: #fff;
    }
    footer .text-center img {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    footer .logo {
        margin-bottom: 20px;
    }
    .formob {
        display: none !important;
    }
    #sect1 .bgrad img {
        z-index: 0;
        position: absolute;
        right: 0;
        height: 580px;
        max-width: none;
    }
    .f30 {
        font-size: 30px;
        text-align: center;
    }
    #sect4 h3 {
        color: #fff;
        font-weight: bold;
        position: relative;
        padding-left: 30px;
    }
    #sect4 .bgrad>img {
        position: absolute;
        bottom: 0;
    }
    #sect7 .bgrad img {
        max-width: 67%;
        position: absolute;
        bottom: 0;
    }
    #sect9 .bgrad img {
        position: absolute;
        height: 640px;
        width: auto;
        max-width: unset;
        z-index: 0;
        right: 0;
    }
    footer {
        z-index: 1;
        position: relative;
        background: rgba(0,0,0,.6);
    }
    #sect9 .col-xl-5 {
        z-index: 1;
        position: relative;
    }
    #sect9 form {
        margin-bottom: 50px;
    }
    .bgrad:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: radial-gradient(#BE9D8E 0%, #1A191A 70%);
        left: -60px;
        position: absolute;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .bgsah-row {
        height: 489px;
    }
    #sect3 .bgsah-left p {
        font-size: 22px;
    }
    #sect4 .bgrad img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .bgrad:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: radial-gradient(#BE9D8E 0%, #1A191A 70%);
        left: -60px;
        position: absolute;
    }
    #sect3 img {
        right: -100px;
        max-width: unset;
    }
    .col-md-hidden {
        display: none;
    }
    .formob {
        display: none !important;
    }
    section {
        overflow: hidden;
    }
    #sect1 {
        padding-top: 40px;
    }
    .info {
        padding: 40px 0px;
        z-index: 100;
    }
    h1 {
        font-size: 50px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
    .prehead {
        font-size: 25px;
    }
    .afterhead {
        font-size: 20px;
        margin-bottom: 35px;
    }
    #sect2 .col-xl-12  p {
        font-size: 18px;
        text-align: center;
    }
    #sect2 .col-xl-3  p {
        font-size: 14px;
    }
    .bgsah-row {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 430px;
        left: 12px;
        z-index:1;
    }
    .bgsah .row {
        position: relative;
    }
    .bgsahrel {
        position: relative;
    }
    #sect3 .row .bgsah-left {
        position: absolute;
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        z-index: 2;
    }
    #sect3 .row .bgsah-right {
        /*position: absolute;
        right: 0;
        top: 0;*/
    }
    #sect3 .container {
        position: relative;
        z-index:2;
    }
    #sect4 h2 {
        color: #fff;
        font-size:  40px;
        font-weight: 700;
        margin-top: 20px;
    }
    #sect4 p {
        color: #fff;
        font-size: 16px;
        padding-left: 30px;
        position: relative;
    }
    #sect4 h3 img {
        position: absolute;
        left: 0px;
        top: 8px;
    }
    .zayavka {
        background: #fff;
        border-radius: 5px;
        padding: 15px 30px;
        position: relative;
        left: -60px;
    }
    .zayavka .st {
        font-size: 30px !important;
        font-weight: bold !important;
        color: #000 !important;
    }
    .zayavka .ps {
        color: #000 !important;
        font-size: 14px !important;
    }
    #sect6 .ps, #sect5 .ps {
        font-size: 13px !important;
    }
    .zayavka .st span {
        color: #C89A69;
        font-size: 30px !important;
        font-weight: 400;
    }
    .zayavka .st img {
        position: relative !important;
        left: unset !important;
        top: 0px  !important;
    }
    .zayavka .button-fill {
        position: absolute;
        right: 25px;
        top: 15px;
    }
    #sect5 .bgrad img {
        position: absolute;
        left: -100px;
        bottom: 0;
    }
    #sect5 p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #sect5 h2 {
        font-size: 40px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #sect5 h3 {
        font-size: 25px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #sect5 .stoim {
        font-size: 25px;
    }
    #sect5 .price {
        font-size: 25px;
    }
    .bgblack {
        background: #1A191A;
    }
    .bgblack-row {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 722px;
        left: 12px;
        z-index:1;
    }
    #sect5 .container {
        z-index: 2;
        position: relative;
    }
    .vnj {
        color: #C89A69;
        font-weight: 600;
    }
    #sect6 {
        background: url(./images/sect6.png);
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
        z-index:2;
    }
    #sect6:before {
        content: '';
        width: 100%;
        height: 100%;
        position:absolute;
        top: 0;
        left: 0;
        background: #C89A69;
        opacity: 0.9;
        z-index: 1;
    }
    #sect6 .container {
        position: relative;
        z-index: 2;
    }
    #sect6 h3 {
        font-weight: 700;
        font-size: 25px;
        color: #fff;
    }
    #sect6 p {
        color: #FFF;
        font-size: 20px;
    }
    #sect6 h2 {
        color: #000;
        font-size: 40px;
        font-weight: 700;
    }
    #sect6 .price {
        color: #000;
        font-size: 28px;
    }
    #sect6 .button-fill {
        background: #fff;
        color: #C89A69;
        margin-top: 30px;
        display: block;
    }
    #sect6 .button-fill:hover {
        border-color: #000;
        color: #000;
    }
    #sect7 {
        background: #1A191A;
    }
    #sect7 h2 {
        color: #fff;
        font-size:  40px;
        font-weight: 700;
        margin-top: 50px;
    }
    #sect7 p {
        color: #fff;
    }
    #sect7 .size25 {
        font-size: 25px;
    }
    #sect7 .size20 {
        font-size: 20px;
    }
    #sect7 h3 {
        font-size:  40px;
        font-weight: 700;
        margin-top: 30px;
        color: #C89A69;
    }
    #sect7 .price {
        color: #fff;
        font-size: 28px;
    }
    #sect7 .new-price {
        color: #C89A69;
        font-size: 28px;
    }
    #sect8 .zayavka {
        left: 0;
        box-shadow: 0px 0px 3px 0px #353335;
        margin-top: 50px;
    }
    #sect8 h2 {
        font-size: 40px;
        font-weight: 700;
        margin-top: 40px;
    }
    #sect8 p {
        font-size: 20px;
    }
    #sect9 {
        background: #1A191A;
    }
    #sect9 h2 {
        color: #fff;
        font-size:  40px;
        font-weight: 700;
        margin-top: 50px;
    }
    #sect9 p {
        color: #fff;
    }
    #sect9.size18 {
        font-size: 18px;
    }
    footer a {
        color: #fff;
        text-decoration: none;
    }
    footer p {
        color: #fff;
    }
    footer .text-center img {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    footer .logo {
        margin-bottom: 20px;
    }
    .formob {
        display: none !important;
    }
    header .col-xl-4.forpc {
        display: none;
    }
    #sect3 .bgsah-left p {
        font-size: 16px;
    }
    .container {
        max-width: calc(100% - 30px);
    }
    #sect1 .bgrad img {
        width: auto !important;
        position: absolute;
        max-width: unset;
        left: -60%;
    }
    #sect4 h3 {
        color: #fff;
        font-weight: bold;
        position: relative;
        padding-left: 30px;
    }
    #sect4 .bgrad>img {
        position: absolute;
        bottom: 0;
    }
    #sect5 .bgrad img {
        position: absolute;
        left: -100px;
        bottom: 0;
    }
    #sect7 .bgrad img {
        max-width: 67%;
        position: absolute;
        bottom: 0;
    }
}
@media (max-width: 767px) {
    #sect5 .col-xl-7 {
        min-height: 450px;
    }
    #sect7 .col-xl-7  {
        min-height: 520px;
    }
    .btngraj {
        display: none;
    }
    .logo-div {
        text-align: center;
    }
    #sect9 .bgrad img {
        width: 100%;
    }
    .prehead {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    h1 {
        font-size: 30px;
        color: #fff;
        text-align: center;
    }
    .afterhead {
        font-size: 18px;
        text-align: center;
    }
    .forpc {
        display: none !important;
    }
    #sect2 .button-fill {
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    #sect2 p {
        font-size: 16px;
        text-align: center;
    }
    #sect2 .col-6 img {
        position: absolute;
        left: 0;
        top: 10px;
    }
    #sect2 .col-6 p {
        position: relative;
        font-size: 14px;
        padding-left: 30px;
        text-align: left;
    }
    .bgsahrel {
        background: url(./images/saharovo.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        overflow:hidden;
        height: 475px;
    }
    .bgsahrel:before {
        content: '';
        width: 100%;
        height: 100%;
        position:absolute;
        top: 0;
        left: 0;
        background: #C89A69;
        opacity: 0.9;
    }
    .bgsahrel .bgsah-left {
        z-index: 2;
        padding-top: 30px;
        max-width: 70%;
    }
    .bgsahrel .bgsah-left p {
        font-size: 18px !important;
        float: none !important;
    }
    .bgsahrel .col-xl-7 {
        position: absolute;
        z-index: 1;
        left: 110px;
    }
    #sect3 p {
        font-size: 16px;
    }
    #sect3 h2 {
        text-transform: uppercase;
        font-size: 30px;
        margin-top: 30px;
    }
    #sect3 .button-fill {
        width: 100%;
        margin-bottom: 30px;
        display: block;
    }
    #sect4 .row {
        flex-direction: column-reverse;
    }
    #sect4 h2 {
        color: #fff;
        font-size:  30px;
        font-weight: 700;
        margin-top: 20px;
    }
    #sect4 p {
        color: #fff;
        font-size: 14px;
        padding-left: 30px;
        position: relative;
    }
    #sect4 h3 img {
        position: absolute;
        left: 0px;
        top: 8px;
    }
    .zayavka {
        background: #fff;
        border-radius: 5px;
        padding: 15px 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .zayavka .st {
        font-size: 20px !important;
        font-weight: bold !important;
        color: #000 !important;
        padding-left: 0px !important;
    }
    .zayavka .ps {
        color: #000 !important;
        font-size: 12px !important;
        font-weight: 300;
        padding-left: 0px !important;
    }
    #sect6 .ps, #sect5 .ps {
        font-size: 13px !important;
    }
    .zayavka .st span {
        color: #C89A69;
        font-size: 30px !important;
        font-weight: 400;
    }
    .zayavka .st img {
        position: relative !important;
        left: unset !important;
        top: 0px  !important;
    }
    .zayavka .button-fill {
        order: 3;
        width: 100%;
    }
    #sect4 .bgrad>img {
        width: 100%;
    }
    .zayavka .st {
        order: 1;
        
    }
    .zayavka .ps {
        order: 2;
    }
    #sect6 .ps, #sect5 .ps {
        font-size: 13px !important;
    }
    
    #sect5 .bgrad img {
        position: relative;
        width: 100%;
    }
    #sect5 p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #sect5 h2 {
        font-size: 30px;
        font-weight: 700;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    #sect5 h3 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #sect5 .stoim {
        font-size: 18px;
    }
    #sect5 .price {
        font-size: 20px;
    }
    #sect5 .container {
        z-index: 2;
        position: relative;
    }
    .vnj {
        color: #C89A69;
        font-weight: 600;
    }
    #sect6 {
        background: url(./images/sect6.png);
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sect6:before {
        content: '';
        width: 100%;
        height: 100%;
        position:absolute;
        top: 0;
        left: 0;
        background: #C89A69;
        opacity: 0.9;
        z-index: 1;
    }
    #sect6 .container {
        position: relative;
        z-index: 2;
    }
    #sect6 h3 {
        font-weight: 700;
        font-size: 20px;
        color: #fff;
    }
    #sect6 p {
        color: #FFF;
        font-size: 16px;
    }
    #sect6 h2 {
        color: #000;
        font-size: 40px;
        font-weight: 700;
    }
    #sect6 .price {
        color: #000;
        font-size: 18px;
    }
    #sect6 .button-fill {
        background: #fff;
        color: #C89A69;
        margin-top: 10px;
        margin-bottom: 30px;
        display: block;
        width: 100%;
    }
    #sect6 .button-fill:hover {
        border-color: #000;
        color: #000;
    }
    #sect7 {
        background: #010101;
    }
    #sect7 .bgrad img {
        width: 100%;
    }
    #sect7 h2 {
        color: #fff;
        font-size:  25px;
        font-weight: 700;
        margin-top: 50px;
    }
    #sect7 p {
        color: #fff;
    }
    #sect7 .size25 {
        font-size: 18px;
    }
    #sect7 .size20 {
        font-size: 16px;
    }
    #sect7 h3 {
        font-size:  40px;
        font-weight: 700;
        margin-top: 30px;
        color: #C89A69;
    }
    #sect7 .price {
        color: #fff;
        font-size: 18px;
    }
    #sect8 .zayavka {
        left: 0;
        box-shadow: 0px 0px 3px 0px #c4c4c4;
        margin-top: 0px;
    }
    #sect8 h2 {
        font-size: 25px;
        font-weight: 700;
        margin-top: 40px;
    }
    #sect8 p {
        font-size: 16px;
    }
    #sect8 .col-xl-5>img {
        width: 100%;
    }
    #sect9 {
        background: #1A191A;
    }
    #sect9 h2 {
        color: #fff;
        font-size:  25px;
        font-weight: 700;
        margin-top: 50px;
    }
    #sect9 p {
        color: #fff;
    }
    #sect9.size18 {
        font-size: 16px;
    }
    footer a {
        color: #fff;
        text-decoration: none;
        font-size: 9px;
    }
    footer p {
        color: #fff;
        font-size: 9px;
    }
    footer .text-center img {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    footer .logo {
        margin-bottom: 20px;
    }
    form input {
        width: 100%;
    }
    form button {
        width: 100% !important;
    }
    footer .col-4 {
        padding: 0px;
    }
    .modal-content form {
        margin: 0 auto;
        width: 100%;
    }
    #sect4 h3 {
        color: #fff;
        font-weight: bold;
        position: relative;
        padding-left: 30px;
    }
    #sect1 a {
        width: 100%;
        display: block;
    }
    .bgrad {
        background: radial-gradient(#BE9D8E 0%, #1A191A 70%);
    }
}