html {
    box-sizing: border-box;
    height: 100%;
    font-size: 16px
}

*, *::before, *::after {
    box-sizing: inherit;
    padding: 0;
    margin: 0
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #171717;
    height: 100vh
}

a {
    display: inline-block;
    text-decoration: none
}

ul, li, ol {
    list-style: none
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-family: 'Mukta', sans-serif;
    font-weight: 800
}

h1 {
    font-size: 96px
}

h2 {
    font-size: 64px
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 24px
}

button {
    border: none;
    outline: none !important;
    cursor: pointer
}

.container {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto
}

.no-scroll {
    overflow: hidden
}

.btn-main {
    background-color: #0038FF;
    font-weight: 600;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Mukta';
    font-size: 24px;
    line-height: 40px
}

.btn-main:disabled {
    background: #FFFFFF;
    border: 2px solid #E4E4E4;
    color: #E4E4E4
}

.modal {
    padding: 40px;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    max-width: 500px
}

.modal__title {
    font-family: 'Mukta', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 47px;
    margin-bottom: 20px;
    text-align: center;
    color: #171717
}

.modal__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #171717;
    margin-bottom: 30px
}

.modal__btn {
    text-align: center
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 380px;
    max-width: 100%;
    height: 100vh;
    background-color: #191919;
    padding: 40px 75px 39px 75px;
    z-index: 10
}

.header__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.header__logo img {
    width: 100%
}

.header__menu_wrapper li {
    display: inline-block
}

.header__menu_wrapper li a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    margin-bottom: 20px
}

.header__menu_wrapper li a:hover {
    border-bottom: 3px solid #FF4C19
}

.header__menu_wrapper li.active a {
    border-bottom: 3px solid #FF4C19
}

.header__links_link {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff
}

.header__links_rights {
    font-size: 12.5px;
    line-height: 23px;
    color: #666666
}

.content {
    width: 100%;
    padding-left: 380px
}

.content .home {
    background-image: url(../img/index-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.content .home__inner {
    position: relative;
    width: 768px;
    max-width: 100%;
    margin: 160px 100px 0 auto;
    text-align: right;
    z-index: 1
}

.content .home__inner_title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px
}

.content .home__inner_descr {
    font-size: 48px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    color: #FFF;
    margin-bottom: 50px
}

.content .home__line {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1770px;
    height: 620px;
    opacity: .7;
    background-image: url(../img/line.svg);
    background-size: cover
}

.content .offer {
    overflow: hidden
}

.content .offer__tabs {
    padding: 50px 100px 50px 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh
}

.content .offer__tabs_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.content .offer__tabs_main_info {
    margin-right: 32px;
    max-width: 768px;
    flex-basis: 65%
}

.content .offer__tabs_main_info h2 {
    position: relative;
    font-weight: 800;
    font-size: 64px;
    line-height: 96px;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 40px;
    margin-left: 45px
}

.content .offer__tabs_main_info h2::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #FF4C19
}

.content .offer__tabs_main_info p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #191919
}

.content .offer__tabs_main_img {
    flex-basis: 35%
}

.content .offer__tabs_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px
}

.content .offer__tabs_main.current {
    display: flex !important;
    background-color: transparent !important
}

.content .offer__tabs .tabs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px
}

.content .offer__tabs .tabs li {
    cursor: pointer;
    width: 310px;
    height: 380px;
    height: 100%;
    max-width: 100%;
    padding: 20px 20px 30px 30px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px
}

.content .offer__tabs .tabs li.current {
    background-color: #E6E8EE
}

.content .offer__tabs .tabs li.current .tab-link__link {
    border: 2px solid #A0A0A0;
    color: #A0A0A0
}

.content .offer__tabs .tab-content {
    display: none;
    height: 350px
}

.content .offer__tabs .tab-content.current {
    display: inherit
}

.content .offer__tabs .tab-content h3 {
    position: relative;
    font-weight: 800;
    font-size: 34px;
    line-height: 60px;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 40px;
    margin-left: 45px
}

.content .offer__tabs .tab-content h3::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #FF4C19
}

.content .offer__tabs .tab-content__wrapper {
    display: flex
}

.content .offer__tabs .tab-content__wrapper_img {
    width: 500px;
    height: 300px;
    margin-right: 40px
}

.content .offer__tabs .tab-content__wrapper_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15)
}

.content .offer__tabs .tab-content__wrapper_info p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #191919;
    margin-bottom: 20px
}

.content .offer__tabs .tab-content__wrapper_info ul li {
    margin-left: 15px
}

.content .offer__tabs .tab-content__wrapper_info ul li::before {
    content: '-';
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #191919;
    margin-right: 10px
}

.content .offer__tabs .tab-link {
    display: flex;
    flex-direction: column
}

.content .offer__tabs .tab-link__img {
    margin-bottom: 33.12px;
    height: 94px;
    display: flex;
    align-items: flex-end
}

.content .offer__tabs .tab-link__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 5px
}

.content .offer__tabs .tab-link__description {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #191919;
    margin-bottom: 30px;
    flex: 1 0 auto
}

.content .offer__tabs .tab-link__link {
    padding: 10px 20px;
    border: 2px solid #0038FF;
    font-family: 'Mukta', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    max-width: 131px;
    line-height: 30px;
    color: #191919
}

.content .offer__tabs_tab-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh
}

.content .offer__tabs_tab-wrapper_tabs {
    margin-bottom: 10px
}

.content .contact-us {
    background-image: url(../img/contact-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden
}

.content .contact-us__wrapper {
    display: flex;
    justify-content: space-between;
    width: 1227px;
    max-width: 100%;
    margin: 100px 100px 0 auto;
    padding: 0 20px
}

.content .contact-us__wrapper_form {
    max-width: 560px
}

.content .contact-us__wrapper_form h2 {
    position: relative;
    font-family: 'Mukta', sans-serif;
    font-weight: 800;
    font-size: 64px;
    margin-right: 45px;
    line-height: 96px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 18px
}

.content .contact-us__wrapper_form h2::after {
    position: absolute;
    content: '';
    right: -45px;
    height: 100%;
    width: 5px;
    background-color: #FF4C19
}

.content .contact-us__wrapper_form p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: right;
    color: #FFFFFF
}

.content .contact-us__wrapper_form form {
    margin-top: 40px
}

.content .contact-us__wrapper_form form .input-wrapper {
    position: relative
}

.content .contact-us__wrapper_form form .input-wrapper .input-error {
    position: absolute;
    bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: none;
}

.content .contact-us__wrapper_form form .input-wrapper .input-error .error {
    display: block;
}

.content .contact-us__wrapper_form form .input-wrapper-error input {
    border: 2px solid #FF1919 !important;
    margin-bottom: 38px !important
}

.content .contact-us__wrapper_form form .input-wrapper input, .content .contact-us__wrapper_form form .input-wrapper textarea {
    padding: 20px 10px 20px 20px;
    width: 100%;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    outline: none
}

.content .contact-us__wrapper_form form .input-wrapper input::placeholder, .content .contact-us__wrapper_form form .input-wrapper textarea::placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF
}

.content .contact-us__wrapper_form form .input-wrapper textarea {
    resize: none;
    min-height: 180px
}

.content .contact-us__wrapper_form form button {
    display: block;
    margin-left: auto
}

.content .contact-us__wrapper_address {
    margin-left: 50px
}

.content .contact-us__wrapper_address h2 {
    position: relative;
    font-family: 'Mukta', sans-serif;
    font-weight: 800;
    font-size: 64px;
    margin-right: 45px;
    line-height: 96px;
    text-align: right;
    text-transform: uppercase;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 18px
}

.content .contact-us__wrapper_address h2::after {
    position: absolute;
    content: '';
    right: -45px;
    height: 100%;
    width: 5px;
    background-color: #FF4C19
}

.content .contact-us__wrapper_address p {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    font-style: normal;
    color: #FFFFFF;
    max-width: 391px;
    margin-left: auto
}

.content .contact-us__connection {
    margin-top: 15px
}

.content .contact-us__connection a {
    font-size: 24px;
    line-height: 36px;
    color: #fff
}

.content .main-2 {
    height: 100vh
}

.content .main-2__inner {
    height: 100%;
    padding-top: 100px;
    padding-left: 140px
}

.content .main-2__inner_wrapper {
    max-width: 985px;
    position: relative;
    color: #191919;
    margin-bottom: 40px;
    margin-left: 45px
}

.content .main-2__inner_wrapper::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #FF4C19
}

.content .main-2__inner_wrapper h2 {
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.content .main-2__inner_wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px
}

.content .main-2__inner_wrapper p span {
    font-weight: bold
}

.content .privacy__inner {
    padding: 50px 220px 100px 140px;
    height: 100vh;
    overflow: auto
}

.content .privacy__inner h2 {
    max-width: 985px;
    position: relative;
    color: #191919;
    margin-bottom: 40px;
    margin-left: 45px
}

.content .privacy__inner h2::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #FF4C19
}

.content .privacy__inner_wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #191919
}

.content .privacy__inner_wrapper p a {
    color: #191919;
    text-decoration: underline
}

.content .privacy__inner_wrapper p a:hover {
    text-decoration: none
}

.content .privacy__inner_wrapper ul {
    font-size: 18px;
    line-height: 27px
}

.content .privacy__inner_wrapper ul li {
    margin-left: 10px
}

.content .privacy__inner_wrapper ul li:first-child {
    margin-top: 10px
}

.content .privacy__inner_wrapper .last-update {
    margin-bottom: 40px
}

.content .privacy__inner_wrapper .bold {
    font-weight: 600;
    margin-bottom: 10px
}

.content .privacy__inner_wrapper .small-margin-text {
    margin-bottom: 10px
}

.content .privacy__inner_wrapper .big-margin-text {
    margin-bottom: 30px
}

.content .terms {
    height: 100vh
}

.content .offer, .content .main-2, .content .privacy, .content .terms {
    background-color: #fafafa;
    background-image: url(../img/line-gray.svg);
    background-size: cover
}

@media (max-width: 1837px) {
    .tab-link__img {
        margin-bottom: 15px !important
    }

    .tab-link__title {
        line-height: 28px !important
    }
}

@media (max-width: 1766px) {
    .offer__tabs {
        padding: 30px 60px !important
    }
}

@media (max-width: 1717px) {
    .content .offer__tabs .tab-content h3 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 45px
    }
}

@media (max-width: 1646px) {
    .content .offer__tabs_main_img img {
        max-width: 450px
    }
}

@media (max-width: 1563px) {
    .content .offer__tabs .tab-content__wrapper_info p {
        font-size: 22px;
        line-height: 32px
    }
}

@media (max-width: 1528px) {
    .content .offer__tabs .tab-content__wrapper_img {
        height: 270px
    }

    .content .offer__tabs .tab-content__wrapper_info p {
        margin-bottom: 10px
    }

    .content .offer__tabs .tab-content__wrapper_info ul li {
        font-size: 14px
    }
}

@media (max-width: 1521px) {
    .content .offer__tabs .tab-link__img {
        height: 64px
    }

    .content .offer__tabs .tab-link__img img {
        height: 70px
    }

    .content .offer__tabs .tab-link__description {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 20px
    }
}

@media (max-width: 1508px) {
    .content .contact-us__wrapper_form h2, .content .contact-us__wrapper_address h2 {
        font-size: 48px;
        line-height: 65px
    }
}

@media (max-width: 1496px) {
    .content .offer__tabs_main_info h2 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 20px
    }

    .content .offer__tabs_main_info p {
        font-size: 22px;
        line-height: 37px
    }
}

@media (max-width: 1304px) {
    .content .contact-us__wrapper_form h2, .content .contact-us__wrapper_address h2 {
        font-size: 38px;
        line-height: 55px
    }
}

/*# sourceMappingURL=style.min.css.map */

/*  MODAL
------------------------------------------------------------------------------*/

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.modal {
    display: none;
    overflow: hidden;
    z-index: 1072;
    padding: 0 !important;
    text-align: center;
    white-space: nowrap;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;

}

.modal-container {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.modal:before {
    content: '';
    height: 100%;
    margin-right: -4px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.show {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    background-color: #000;
    z-index: 1071;
}

.modal-backdrop.show {
    opacity: .7;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /*-webkit-box-shadow: 0 6px 24px rgba(23, 24, 25, .31);*/
    /*box-shadow: 0 6px 24px rgba(23, 24, 25, .31);*/
    border-radius: 0;
}

.modal-dialog,
.modal:before {
    display: inline-block;
    vertical-align: middle;
}

.modal-dialog {
    position: relative;
    max-width: 660px;
    padding: 45px;
    pointer-events: none;
    text-align: left;
    white-space: normal;
}

.modal-text .modal-dialog {
    max-width: 765px;
    width: 100%;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #5c6273;
    text-shadow: 0 1px 0 #fff;
    z-index: 1072;
    width: 28px;
    height: 28px;
    background-size: contain;
    overflow: hidden;
}

.modal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-text .modal-body {
    padding: 22px 30px 30px;
}

.modal-text .title {
    font-size: 24px;
    color: #5c6273;
    text-align: left;
    padding: 0 15px 20px 0;
}

.modal-text p {
    color: #5c6273;
}

.modal-text .wrapper-text {
    overflow: hidden;
    height: 410px;
    border: 1px solid #c7cee3;
}

.modal-text .wrapper-text .text {
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    height: 410px;
}

.modal-text .wrapper-text iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 800px) {
    .modal-text .modal-dialog {
        width: 95%;
        margin: 0 auto;
    }
}


/* MODAL */

.modal-thank .modal-dialog {
    max-width: 460px;
}

.modal-thank .modal-content {
    /* border-radius: 50px; */
    text-align: center;
}

.modal-thank button.close {
    color: #c7cee3
}

.modal button.close svg {
    display: block;
    width: 28px;
    height: 28px;
}

.modal-thank img {
    margin: 0 auto 20px;
    max-width: 100px;
}

.modal-thank .title {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
}


/* MODAL EVENT */

.modal-event .modal-dialog {
    max-width: 400px;
}

.modal-event .modal-content {
    /* border-radius: 50px; */
    text-align: center;
}

.modal-event .close {
    color: #c7cee3
}

.modal-event .modal-body {
    padding: 60px 20px;
}

.modal-event img {
    margin: 0 auto 30px;
    max-width: 80px;
}

.modal-event .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
}

.modal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
