body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 1.4;
    color: #363F45;
    -webkit-font-smoothing: antialiased;
}
aside, section{
    display: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.07778rem;
    margin: 0 0 0.88889rem;
    padding: 0.44444rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    font-family: inherit;
    font-size: 0.88889rem;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    max-width: 100%;
    overflow: auto;
    min-height: 50px;
}
.main {
    max-width: 1600px;
    width: 100%;
    margin:  0 auto;
    display: flex;
    flex-flow: row wrap;
}
.main-description-text {
    font-size: 18px;
}



.menu-container {
    width: 100%;
    background: rgb(54 63 69 / 34%);
    height: 45px;
    margin: 1px 0;
}
.mobile-menu-content {
    display: none;
}
.menu-list-content {
    margin: 0 auto;
    height: auto;
}
.sticky {
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 99999;
    background-color: #c7c6c6
}
.menu-list {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    display: flex;
    justify-content: flex-end;
    height: auto !important;
    width: auto;
    cursor: pointer;
    margin: 9px 0 0 0;
}
.menu-list li {
    text-align: center;
    background: rgb(54 63 69 / 0%);
    list-style: none;
    color: black;
}

.menu-list li a:hover {
    color: #f3f2e9;
    background-color: #e50614;
}
.menu-list li {
    position: relative;
}

.menu-list li::before {
    content: "";
    height: 21px;
    top: 3px;
    left: 0;
    position: absolute;
    display: block;
    border: 1px solid #535353;
    opacity: 0.25;
    transition: all .1s ease;
}

.menu-list li:first-child::before,
.menu-list li:hover + li::before,
.menu-list li.active::before {
    opacity: 0
}
.menu-list li:hover::before {
    opacity: 0
}

.menu-list li.active + li::before {
    opacity: 0
}

.menu-list-content a {
    text-decoration: none;
    color: black;
    padding: 13px 45px ;
}

.menu-list li.active::before {
    opacity: 0;
}

.menu-list li.active a{
    background: #e50614;
}

.menu-list li.active a {
    color: #f3f2e9;
}












.header-section {
    background: #e50614;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}
.header-section .header-content {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.header-section .header-content a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 0.27778rem;
    margin-right: 0.27778rem;
}
strong {
    font-weight: bold;
    line-height: inherit;
}
.header-contact {
    float: none;
    display: block;
}
header.header-container {
    position: absolute;
    z-index: 30;
    /*background-color: #5b5d5e03;*/
    /*background-color: #5b5d5e9e;*/
    padding: 0;
    text-align: center;
    width: 100%;

}
/*@media print, screen and (min-width: 64em) {*/
/*    header.page-header {*/
/*        height: 0;*/
/*        text-align: right;*/
/*        padding: 0;*/
/*    }*/
/*}*/
.header-logo-section {
    justify-content: center;
}
.header-logo {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
    margin: 1.66667rem 0;
    max-height: 11.11111rem;

}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
a {
    line-height: inherit;
    color: #e50614;
    text-decoration: none;
    cursor: pointer;
}
section.center-header-content {
    background: #4B555C url(../images/banner.png) center/cover no-repeat;



}
/*@media print, screen and (min-width: 40em) {*/
/*    .banner.full-width-banner {*/
/*        background-image: url(https://placehold.it/2000);*/
/*    }*/
/*}*/

@media print, screen and (min-width: 64em) {
    .center-header-content {
        padding-top: 22rem;
    }
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.center-header-content  {
    position: relative;
    text-align: center;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.center-header-content::before {
    content: "";
    background: rgba(54, 63, 69, 0.59);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.center-header-content::before, .center-header-content::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.center-header-content::after {
    clear: both;
}
.main-description-text a:hover{
    color: #e47108;
}
.center-header-content > .main {
    position: relative;
    z-index: 1;
}
.center-container {
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
}

.top-message {
    margin: 0 0 1.11111rem 0;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 43px;
    font-weight: normal;
}
.main-message {
    margin: 0 0 2.77778rem 0;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 71px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
}
/*.main .main {*/
/*    margin-right: -0.55556rem;*/
/*    margin-left: -0.55556rem;*/
/*}*/
.bottom-description {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.bottom-button {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
    flex: 0 0 auto;
    max-width: 100%;
}
.button.bottom:hover {
    background-color: #fff;
    color: #e50614;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1.66667rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #e50614;
    color: #fff;
}

.button.bottom {
    font-size: 22px;
    margin: 0 0 5.55556rem 0
}
.button {
    text-decoration: none;
    font-weight: 600;
    border: 0.11111rem solid #fff;
    font-family: 'Fira Sans', sans-serif;
    min-width: 10.27778rem;
}
.main-section {
    padding: 72px 0;
    background-image: none;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
    border-top: thin solid #6C808E;

}
.main-section::before {
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 16.7845355964168%;
    background: url(../images/form-section-background.png) bottom/cover no-repeat;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
.main-section > .main {
    position: relative;
    z-index: 1;
}
.main-section .main-desc-content {
    padding: 0 1.66667rem 0 0.83333rem;
    position: relative;
    z-index: 1;
    flex: 1 1 0px;
}
.main-section .main-desc-content h2 {
    color: #e50614;
    margin-bottom: 1.11111rem;
    font-size: 28px;
    line-height: 1.4;
    margin-top: 0;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
p {
    margin-bottom: 1.66667rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
h3 {
    margin-bottom: 1.11111rem;
}
h3, .h3 {
    font-size: 32px;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
ul {
    margin-bottom: 1.66667rem;
    list-style-position: outside;
    line-height: 1.6;
}
ul.services-list {
    margin: 0 0 29px 0;
    padding: 0;
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}



ul.services-list li {
    margin: 10px 0 13px 0;
    padding: 0 0 0 1.94444rem;
    color: #363F45;
    font-size: 20px;
    line-height: 1.66667rem;
    background-image: url(../images/image-list.png);
    background-repeat: no-repeat;
    background-position: 0 0.22222rem;
    font-weight: 600;
    font-style: italic;
    display: block;
    float: left;
    clear: both;
}
.main-logos {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.logo-item {
    padding: 0.83333rem;
}
.main-form-container {
    flex: 1 1 0px;
    max-width: 33.33333%;
}
.main-description-content {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.main-form-content {
    background-color: #e50614;
    border: 0.11111rem solid #b90813;
    padding: 1.66667rem 2.77778rem;
    position: relative;
    height: 94%;
    text-align: left;
    color: #fff;
}
.form-top-msg {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
}
.form-main-msg {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    line-height: 1.18;
    padding: 0 0 1.11111rem 0;
    font-size: 31px;
    margin-left: -0.27778rem;
    margin-right: -0.27778rem;
}
.form-bottom-msg {
    font-size: 19px;
}
.contact-form .input-content {
    width: 100%;
    margin-bottom: 10px;
}
.input-content.two{
    font-size: 0;
}
.input-content.two>div:first-child {
    margin-right: 10px;
}
.input-content.two>div {
    display: inline-block;
    width: calc(50% - 5px);
}
.input-title {
    font-size: 19px;
}
.input-content .title {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 3px;
    display: none;
}
.input-content .input-field {
    background: #FFF;
    font-size: 14px;
    width: 100%;
    margin: 0;
    box-shadow: none;
}
.input-content input {
    height: 40px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF;
}
.contact-form textarea {
    resize: none;
    height: 100px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    background: #FFF;
}
.contact-form .input-checkbox-radio {
    height: 40px;
}
.contact-form .input-checkbox-radio>div {
    position: relative;
}
.contact-form .input-checkbox-radio>div>div {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-form .input-checkbox-radio input[type='checkbox'],
.contact-form .input-checkbox-radio input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
}
.contact-form .input-checkbox-radio label {
    line-height: 40px;
    cursor: pointer;
    padding: 0 0 0 50px;
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #000;

}
[type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer;
}
form .submit-container {
    text-align: center;
    clear: both;
    padding-top: 1.11111rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.buttons {
    /*vertical-align: middle;*/
    font-family: inherit;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #a0000a;
    color: #fff;
    /*display: block;*/
    width: 93%;
    font-weight: 600;
    font-size: 25px;
    border: 0.11111rem solid #fff;
    /*text-transform: none;*/
    padding: 0.85em 0.5em;

}
.buttons:hover, .buttons:focus {
    background: #fff;
    color: #4B555C;
}
.gallery-list:before, .gallery-list:after {
    content: " ";
    display: table;
}
.gallery-list:after {
    clear: both;
}
.gallery-list {
    display: block;
    padding: 0;
    margin: 0px -.01355556rem;
    list-style-type: disc;

}
.gallery-title {
    text-align: center;
    font-size: 32px;
}
.gallery-list >li {
    list-style: none;
    width: 25%;
    display: block;
    float: left;
    height: auto;
    padding: 0 .55556rem 1.11111rem;
    box-sizing: border-box;
}


.gallery-list>li:nth-of-type(2n+1) {
    clear: both;
}
.gallery-list>li:nth-of-type(1n) {
    clear: none;
}




.coupons-list {
    display: block;
    padding: 0;
    margin: 0px -.01355556rem;
    list-style-position: outside;
    line-height: 1.6;
}
ul.coupons-list {
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
}
.coupons-list li {
    list-style: none;
}
.coupons-list:after {
    clear: both;
}

.footer-section {
    padding: 1.66667rem 0;
    background: #e50614 url(../images/footer.jpg) center/cover no-repeat;
    color: #fff;
    text-align: center;
}


.main.footer {
    float: none;
    display: block;
}
.footer-phone {
    font-size: 40px;
}
.footer-phone a {
    text-decoration: none;
    font-weight: 700;
    margin: 0 0.16667rem;
    display: inline-block;
    color: #fff;
}
.footer-phone a:hover {
    color: #4B555C;
}
.footer-container {
    padding: 3.33333rem 0;
    position: relative;
    background-color: #000;
    text-align: center;
    color: #6C808E;
    font-size: 12px;
    font-weight: normal;
}
.main .footer-content {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
    float: none;
    display: block;
    font-size: 12px;
}
.footer-description {
    color: #6C808E;
    margin: 0 0 0.66667rem 0;
}
br:before {
    content: "\A";
}
.footer-bottom {
    margin: 0 0 0.66667rem 0;
}
h6, .h6 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.mobile-contact-section {
    display: none;
}

@media screen and (max-width: 1024px) {

    header.header-container {
        position: relative;
        background-color: #999a9b;
        width: 50%;
        margin-bottom: 2px;
    }
    .header-logo {
        margin: 0;
        width: 190px!important;
        max-width: unset;
        margin-top: 10px
       

    }
    .header-logo img {
        width: 100%;
    }
    .header-logo-section {
        width: 25%;
    }
    .mob-div {
        display: flex;
    }



    .menu-container {
        background: #999a9b;
        margin: 0;
        width: 50%;
        order: 2;
        height: 66px;
    }
    .mobile-menu-content {
        display: block;
        width: 100%;
        height: 45px;
        padding: 0 20px;
    }
    .menu-container.sticky {
        width: 100%;
    }
    .menu-container.sticky .menu-list-content
    {
        width: 49%;
        position: absolute;
        right: 0;
        top: 60px;
    }
    .sticky {
        right: 0;
    }

    .menu-list-content {
        width: 100%;
        display: none;
        background-color: #999a9b;
        z-index: 999;
        padding: 20px 0;
    }

    .menu-list {
        display: block;
        padding: 0px 10px 12px;
    }

    .menu-list li {
        text-align: left;
    }

    .menu-list li::before {
        content: none;
    }


    .menu-icon {
        text-align: right;
        padding: 7px 10px;
    }

    .menu-icon a {
        text-decoration: none;
    }
    .menu-list-section ul li>a {
        color: #000;
        display: block;
        font-family: "Roboto",Arial,sans-serif;
        font-size: 16px;
        font-weight: 500;
        /* padding-left: .77778rem; */
        padding: 12px 0 12px 14px;
        text-transform: none;
    }

    .mob-div.sticky .header-container {
        margin: 1px 0 0;
    }





    .mobile-contact-section {
        display: block;
        height: 43.2812px;
        position: relative;
        clear: both;
        margin-top: -2px;
    }
    .mobile-contact-content{
        position: relative;
        right: auto;
        left: auto;
        z-index: 20;
        background: #000;
        display: block;
        align-items: center;
        padding: 0rem;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
        top: 0px;
        bottom: auto;
    }
    .mob {
        background: #000;
        justify-content: space-around;
        padding: 0.7rem;
        display: flex;
        align-items: center;
    }
    .f-nav {
        z-index: 9999;
        position: fixed;
        left: 0;
        top: 67px;
        width: 100%;
    }
    .mob a {
        /*text-decoration: underline;*/
        color: #fff;
        display: flex;
        align-items: center;
    }
    .center-container {
        flex: 0 0 95%;
        max-width: unset;
    }
    .top-message {
        margin: 2.22222rem 1.11111rem 1.11111rem 1.11111rem;
        font-size: 1.88889rem;
    }
    .main-message {
        margin: 0 1.11111rem 2.22222rem 1.11111rem;
        font-size: 3rem;
    }
    .bottom-description {
        margin-bottom: 1.11111rem;
    }
    ul.services-list {
        columns: 2;
    }
    .gallery-list>li:nth-of-type(1n) {
        clear: none;
    }
    .gallery-list >li {
        width: 33%;
    }
    .main.coupons-container {
        width: 98%;
    }
    .main-description-content {
        display: block;

    }
    .main-section .main-desc-content {
        padding: 1.66667rem 0.83333rem;
        position: relative;
        z-index: 1;
    }
    .main-logos {
        position: relative;
    }
    .main-form-container {
        max-width: unset;
    }
    .main-form-content {
        padding: 1.11111rem 1.66667rem;
    }
    .buttons {
        margin: 0 0 1.66667rem 0;
    }
    .main-section{
        background-image: none;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        position: relative;
        border-top: thin solid #6C808E;

    }
    .main-desc-content::before{
        content: "";
        width: 100%;
        height: 0;
        padding-bottom: 16.7845355964168%;
        background: url(../images/form-section-background.png) bottom/cover no-repeat;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;

    }
    .main.footer {
        float: none;
        display: block;
        padding: 0;
    }
    .footer-container {
        font-size: 0.8rem;
    }
    h6, .h6 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }

    .main.coupons-container {
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 768px) {


    .bottom-description {
        font-size: 1.22222rem;
    }
    .main-section::before {
        background: none;
    }
    .main-section {
        padding: 0 0;
    }

    .button.bottom {
        margin: 0 0.55556rem 2.22222rem 0.55556rem;
    }

    .footer-description {
        width: 98%;
        margin: 0 auto;
        padding-right: 0.83333rem;
        padding-left: 0.83333rem;
    }
}
@media screen and (max-width: 480px) {
    .buttons {
        font-size: 18px;
    }
    .main-message {
        font-size: 2rem;
    }
    .button.bottom {
        padding-right: 70px;
        padding-left: 70px;
        font-size: 18px;
    }
    .main-section .main-desc-content h2 {
        font-size: 2rem;
    }
    .header-section {
        font-size: 15px;
    }
    .top-message {
        font-size: 34px;
    }
    .gallery-list >li {
        width: 50%;
    }
    ul.coupons-list {
        columns: 1;
    }
    ul.services-list {
        columns: 1;
    }
    ul.services-list li {
        font-size: 20px;
    }
    .coupons-list li {
        padding: 15px 10px;
    }
    .footer-phone {
        font-size: 20px;
    }
    .footer-container {
        padding: 1.66667rem 0;
    }
}
@media screen and (max-width: 320px) {
    .header-section {
        font-size: 15px;
    }
    .top-message {
        font-size: 40px;
    }
    .bottom-description {
        margin: 0 auto;
        font-size: 21px;
        width: 90%;
    }
    .button.bottom {
        padding-right: 0.55556rem;
        padding-left: 0.55556rem;
    }

    .main.footer {
        padding: 0;
    }
}
