
.mb20 {
    margin-bottom: 20px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb32 {
    margin-bottom: 32px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.d-none {
    display: none;
}

.relative {
    position: relative !important;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.color-orange {
    color: #FF9549;
}

.text-center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

*,
*:after,
*:before {
    box-sizing: inherit;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 255, 255, 0.4) #242c2c;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 16px;
    }

    *::-webkit-scrollbar-track {
        background: #242c2c;
    }

    *::-webkit-scrollbar-thumb {
        background-color: rgb(255, 255, 255, 0.4);
    }




body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Gotha", Arial, sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
}

header {
    background-color: #000000;
}

.header__fixed {
    position: fixed;
    height: 110px;
    top: 0;
    left: 0;
    right: 0;
    z-index: +10000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #BEC9E7;
}

footer {
    background-color: #FFFFFF;
    color: #000000;
    border-top: 1px solid #BEC9E7;
}

.main-footer {
    border-top-color: #000000 !important;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.header__menu,
.content__container,
.footer__container {
    max-width: 920px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .content__container .form {
        max-width: 555px;
        margin: 0 auto;
    }

.footer__container,
.header__menu {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__container {
    padding-top: 15px;
    padding-bottom: 15px;
}


.header__logo,
.footer__logo {
    flex-basis: 120px;
    flex-shrink: 0;
}

    .header__logo img,
    .footer__logo img {
        width: 95px;
        max-width: 95px;
    }

.header__items {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

    .header__items li {
        margin: 0;
        padding: 0;
    }

        .header__items li img {
            max-height: 35px;
        }

.footer__items {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

.text-white {
    color: white !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-center {
    text-align: center !important;
}

a {
    color: #ff9549;
    text-decoration: none;
    cursor: pointer;
}

    a.underline {
        text-decoration: underline;
    }

.btn {
    display: block;
    background-color: #4059A5;
    color: #FFFFFF;
    padding: 22px 5px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
}

.btn-small {
    font-size: initial !important;
    padding: 13px 17px;
    border-radius: 8px;
}

.btn-inline {
    display: inline-block;
    padding: 19px 25px;
}

.btn-disabled {
    background-color: rgba(255, 149, 73, 0.2);
    color: rgba(255, 255, 255, 0.2);
    cursor: default;
    pointer-events: none;
}

.btn-black {
    background-color: black;
    color: white;
}

h1 {
    text-align: center;
    font-family: 'Mossport',Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 40px;
}

.content {
    padding: 160px 0 135px;
}

    .content ul {
        padding-left: 27px;
        list-style-type: disc;
    }

.form__header {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 32px 0 24px;
}



img.map {
    width: 100%;
    max-width: 100%;
}



.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-0.5 * 15px);
    margin-left: calc(-0.5 * 15px);
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(15px * 0.5);
        padding-left: calc(15px * 0.5);
    }



.col {
    flex: 1 0 0%;
}

.intro .col1 {
    width: 50%;
}

.intro .col2 {
    width: 41.66666666666667%;
    margin-left: 8.333333333333333%;
}

.intro p:last-child,
.intro ul:last-child {
    margin-bottom: 0;
}

.intro p:first-child,
.intro ul:first-child {
    margin-top: 0;
}


.model,
.rb-btn {
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 15px 15px 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    color: white;
}

.rb-btn {
    padding: 12px;
    font-size: 14px;
}

    .model:hover,
    .rb-btn:hover {
        border: 2px solid rgba(255, 149, 73, 0.5);
    }

.model-selected,
.rb-btn-selected {
    border: 2px solid rgb(255, 149, 73);
    color: rgb(255, 149, 73);
}

.model img {
    display: block;
    max-width: 276px;
    margin-left: auto;
    margin-right: auto;
    opacity: .9;
}

.model .pair {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.model p {
    margin: 22px 0 0;
    text-transform: uppercase;
    flex: 1 0 0%;
    opacity: .9;
}

.model-selected img,
.model:hover img,
.model-selected p,
.model:hover p {
    opacity: 1;
}

hr {
    border: none;
    border-bottom: 1px solid #D4D3D3;
}





/* modal */
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: +1500;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: url("/img/modal-bg.png") 0 0 repeat;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    display: flex;
    position: relative;
    height: auto;
    padding: 0;
    background: #FFFFFF;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    max-height: calc(100vh - 1rem);
    border-radius: 30px;
}

    .modal-dialog .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        outline: 0;
        max-height: calc(100vh - 1rem);
        padding: 40px;
    }

    .modal-dialog .modal-header {
        padding: 0 40px 0 0;
        position: relative;
        font-size: 40px;
        border: none;
        text-align: center;
        color: #000000;
        margin-bottom: 15px;
        word-wrap: break-word;
        text-transform: uppercase;
        font-weight: normal;
        font-family: 'Mossport',Arial, sans-serif;
    }

        .modal-dialog .modal-header p {
            font-size: 20px;
            margin: 10px 0 0;
        }

    .modal-dialog .close {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0px;
        top: 0px;
        background: transparent url("/img/close.svg") 0 0 no-repeat;
        background-size: cover;
        cursor: pointer;
    }

    .modal-dialog .modal-body {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        padding-right: 10px;
    }

        .modal-dialog .modal-body ul li,
        .modal-dialog .modal-body ol li,
        .modal-dialog .modal-body p {
            margin: 1em 0;
        }

        .modal-dialog .modal-body li ul {
            margin: 1em 0;
        }

        .modal-dialog .modal-body li li,
        .modal-dialog .modal-body li p {
            margin: .5em 0;
        }

            .modal-dialog .modal-body li ul:last-child,
            .modal-dialog .modal-body li li:last-child,
            .modal-dialog .modal-body li p:last-child {
                margin-bottom: 0;
            }

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal .btn {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    /* font-size: 20px; */
}

.modal#message-dlg-Price .modal-dialog,
.modal#message-dlg-Org .modal-dialog {
    max-width: 576px;
}

.modal#message-dlg-Message .modal-dialog {
    max-width: 606px;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: +1500;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: url("/img/modal-bg.png") 0 0 repeat;
}

    .overlay .loader {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: transparent url("/img/ajax-loader.gif") center center no-repeat;
    }


#message-result .modal-dialog {
    max-width: 600px;
}


    #message-result .modal-dialog .result {
        text-align: center;
        font-size: 38px;
        margin-top: 40px;
        text-transform: uppercase;
        font-weight: 800;
        background: url('/img/OkResult.png') top center no-repeat;
        padding-top: 95px;
        /* color: #7DBDC1; */
        padding-bottom: 20px;
    }

@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    .modal-dialog .modal-header {
        font-size: 32px;
    }

    .modal-dialog {
        border-radius: 10px;
    }

        .modal-dialog .modal-content {
            padding: 30px 30px 10px;
        }

    #message-result .modal-dialog .result {
        padding-bottom: 50px;
    }


    .btn {
        padding: 16px 5px;
    }
}

@media (max-width: 890px) {

    .modal-dialog .modal-header {
        font-size: 26px;
    }

    .intro {
        flex-direction: column;
    }

        .intro .col1,
        .intro .col2 {
            width: 100%;
        }

        .intro .col2 {
            margin-left: 0;
            margin-top: 32px;
            padding-top: 32px;
            border-top: 1px solid #D4D3D3;
        }
}

@media (max-width: 580px) {

    .modal-dialog .modal-header {
        font-size: 22px;
    }

    .content {
        padding: 40px 0 70px;
    }

    .header__fixed {
        position: relative;
        height: auto;
        border-bottom: none;
    }

    .header__menu {
        padding-top: 16px;
        padding-bottom: 5px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .header__logo {
        order: 1;
        margin-top: 32px;
    }

        .header__logo img {
            width: 207px;
            max-width: 100%;
        }


    .intro .col2 {
        margin-top: 24px;
        padding-top: 24px;
    }

    .form__header {
        margin-top: 12px;
    }

    .footer__container {
        flex-direction: column;
    }

    .footer__logo {
        flex-basis: auto;
        margin-bottom: 30px
    }

    .footer__items {
        font-size: 14px;
        text-align: center;
    }

    #message-result .modal-dialog .result {
        font-size: 32px;
    }
}



@media (max-width: 530px) {
    .header__items {
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .header__items li:nth-child(1) {
            flex-grow: 1;
            width: 100%;
        }

    .modal-dialog .modal-content {
        padding: 20px 20px 10px;
    }

    .modal-dialog .modal-body {
        font-size: 14px;
        padding-right: 5px;
    }
}


@media (max-width: 450px) {
    .form__header {
        font-size: 16px;
    }
}


@media (max-width: 400px) {

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    #message-result .modal-dialog .result {
        font-size: 22px;
    }
}
