@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Thin.ttf");
    font-weight: 100;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-ExtraLight.ttf");
    font-weight: 200;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Black.ttf");
    font-weight: 900;
}


/* Total */
* {
    font-family: 'Onest';
    box-sizing: border-box;
}
html,
body {
    margin: 0;
}
body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb {
    width: 2px;
    height: 2px;
}
body::-webkit-scrollbar-thumb {
    background: #C7B786;
    border-radius: 4px;
}
img {
    max-width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.page {
    min-height: 70vh;
}
.title {
    font-weight: 500;
    font-size: 60px;
    line-height: 74px;
    text-align: center;
    color: #282828;
}
/* Total */

/* Header */
.header {
    position: relative;
    width: 100%;
    height: 90px;
    padding-right: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_menu {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
}
.header_menu a {
    cursor: pointer;
}
.header_right {
    display: flex;
    align-items: center;
    gap: 46px;
}
.header_right_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 40px;
    background: #C7B786;
    border: 1px solid #C7B786;

    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.header_langs {
    display: flex;
    align-items: center;
    gap: 20px;

    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
}

/* Header */


/* Main */

.main_slider_space {
    position: relative;
}
.main_slider {
    position: relative;
    z-index: 1;
}
.main_slide {
    position: relative;
    min-height: 606px;
}
.main_slide_img {
    width: 100%;
    background: #000000;
    position: relative;
    z-index: 1;
}
.main_slide_data {
    position: absolute;
    top: 322px;
    left: 208px;
    width: 100%;
    max-width: 514px;
    height: auto;
    z-index: 2;
}
.main_slide_data_title {
    font-weight: 500;
    font-size: 96px;
    line-height: 82px;
    color: #FFFFFF;
}
.main_slide_data_text {
    font-weight: 500;
    font-size: 48px;
    line-height: 74px;
    color: #FFFFFF;
}
.main_form_block {
    position: absolute;
    width: 100%;
    max-width: 950px;
    top: 186px;
    right: 140px;
    padding: 65px 91px 106px;
    background: #FFFFFF;
    z-index: 2;
}
.main_form_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #282828;
}
.main_form_subtitle {
    margin-top: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}
.main_form {
    margin-top: 47px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 22px 18px;
    width: 100%;
    max-width: 730px;
}
.main_form_line {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(50% - 9px);
    border: 1px solid #B2B2B2;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background: #ffffff;
}
.main_form_line input,
.main_form_line .form_select {
    width: 100%;
    padding: 13px 18px;
    outline: none;
    border: none;
    background: none;
}
.main_form_line input {
    height: 60px;
}
.main_form_line input::placeholder {
    color: #808080;
}
.main_form_line_phone {
    padding: 0 18px;
}
.main_form_line_phone input {
    padding: 0;
}

.main_form_line.file_line input {
    display: none;
}
.main_form_line.file_line .visible_placeholder {
    padding: 19px 18px;
    width: 100%;
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    cursor: pointer;
}
.main_form_line.file_line .visible_placeholder span.file_selected {
    color: #ffffff
}

.main_form_line .form_select {
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.main_form_line .form_select .current {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.main_form_line .form_select .list {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.main_form_line .form_select:after {
    right: 18px;
    margin-top: 0;
    background: no-repeat url('../images/arrow_down_black.png');
    border: none;
    width: 10px;
    height: 6px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.main_form_line .form_select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main_form_line .form_select .option.disabled {
    display: none;
}

.main_form_line .ms-options-wrap {
    width: 100%;
}
.main_form_line .ms-options-wrap button {
    width: 100%;
    height: 60px;
    border: none;
    background: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 18px;
}
.main_form_line .ms-options-wrap > button:after {
    right: 18px;
    background: no-repeat url('../images/arrow_down_black.png');
    width: 10px;
    height: 6px;
    border: none;
    filter: invert(100%);
}
.main_form_line .ms-options-wrap.ms-active > button:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main_form_line .ms-options-wrap {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.main_form_line .ms-options-wrap > .ms-options > ul label {
    padding: 6px 4px 6px 30px;
}
.main_form_line .ms-options-wrap input {
    height: 20px;
    width: 20px;
}


.main_form_line .phone_block {
    width: calc(100% - 42px);
    display: flex;
    gap: 5px;
}
.main_form_line .phone_code_block {
    position: relative;
    width: 32px;
}
.main_form_line .phone_code_block:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 5px;
    background: no-repeat url('../images/arrow_down.png');
}
.main_form_line .phone_code_block .code_list {
    position: absolute;
    top: 100%;
    left: -5px;
    background: #ffffff;
    max-height: 76px;
    overflow-y: scroll;
    padding: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    display: none;
    z-index: 7;
}
.main_form_line .phone_code_block.open .code_list {
    display: flex;
}
.main_form_line .phone_code_block .code_list::-webkit-scrollbar,
.main_form_line .phone_code_block .code_list::-webkit-scrollbar-thumb {
    width: 1px;
    height: 1px;
}
.main_form_line .phone_code_block .code_list::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
}


.main_form_line .phone_block .phone_code {
    width: 40px;
}
.main_form_line .phone_block .phone {
    width: calc(100% - 45px);
}

.main_form_line .phone_code_block .current_code {
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.main_form_line .phone_code_block .current_code img {
    width: 18px;
    height: 13px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.main_form_checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding-left: 19px;

    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
    cursor: pointer;
}

.checkbox {
    position: relative;
    width: 18px;
    height: 18px;
}
.checkbox:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    background: #ffffff;
    z-index: 1;
}
.checkbox:checked:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    background: no-repeat url('../images/checkbox.png');
    z-index: 2;
}


.main_form_btn {
    margin-top: 65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 50px;

    background: #C7B786;
    border: 1px solid #C7B786;

    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.main_form_btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: no-repeat url('../images/corner.png');
    z-index: 1;
}

.services_space {
    padding: 151px 205px 122px;
}
.services_subtitle {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-align: center;
}
.services_list {
    margin-top: 78px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 90px 96px
}
.services_line {
    position: relative;
    width: calc(50% - 48px);
}
.services_line_img {
    height: auto;
}
.services_line_data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 10px 25px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.services_line_title {
    font-weight: 400;
    font-size: 36px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: solid 2px #ffffff;
}
.services_line_text {
    display: none;
    margin-top: 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}
.services_line_text p,
.services_line_text ul {
    margin: 0;
}
.services_line_btn {
    margin: 100px auto 0;
    width: 312px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;

    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #110000;
    cursor: pointer;
    display: none;
}

.services_line:hover .services_line_text {
    display: block;
}
.services_line:hover .services_line_data {
    padding: 66px 25px 10px;
    background: rgba(0, 0, 0, 0.8);
    justify-content: flex-start;
}
.services_line:hover .services_line_btn {
    display: flex;
}

.partners_space {
    width: 100%;
    padding: 76px 21px 146px;
    border: 16px solid #C7B786;
}
.partners_slider_block {
    margin-top: 130px;
    position: relative;
    padding: 0 72px
}
.partners_slider {

}
.partners_slide {
    text-align: center;
}
.partners_slide img {
    display: inline-block;
}
.partners_slider_arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 18px;
    width: 50px;
    height: 50px;
    background: #C7B786;
    border-radius: 100px;
}
.partners_slider_arrow.prev {
    left: 0;
}
.partners_slider_arrow.next {
    right: 0;
}

.adv_space {
    position: relative;
    padding: 128px 10px 45px;
}

.adv_list {
    margin-top: 67px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 138px;
}
.adv_line {
    max-width: 476px;
}
.adv_line_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: 82px;
    max-width: 320px;
    margin-bottom: 24px;
}
.adv_line_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #282828;
}
.adv_line_text {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.gallery_slider {
    margin-top: 27px;
}
.gallery_slide {
    padding: 0 10px;
}
.gallery_slide img {
    width: 100%;
}

.oferta_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 80px;
    background: #282828;
    border: 1px solid #FFFFFF;

    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.oferta_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    background: no-repeat url('../images/corner_black.png');
}

.about_block {
    margin-top: 118px;
    display: flex;
    align-items: center;

    background: #C7B786;
}
.about_right,
.about_left {
    width: 50%;
}
.about_left {
    padding-top: 74px;
    padding-left: 96px;
    padding-right: 170px;
    padding-bottom: 96px;
}
.about_right img {
    width: 100%;
}
.about_title {
    font-weight: 500;
    font-size: 60px;
    line-height: 74px;
    color: #FFFFFF;
}
.about_text {
    margin-top: 11px;

    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.about_text p {
    margin-top: 0;
    margin-bottom: 20px;
}
.about_text *:last-child {
    margin-bottom: 0px;
}


.transport_form_block {
    margin-top: 86px;
    display: flex;
    align-items: flex-end;
    background: #282828;
}
.transport_form_img {
    width: 730px;
}
.transport_form_data {
    width: calc(100% - 730px);
    padding-top: 71px;
    padding-left: 75px;
    padding-bottom: 71px;
}
.transport_form {
    padding: 53px 55px 90px;
}

.transport_form_title {
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    color: #FFFFFF;
}
.transport_form_subtitle {
    margin-top: 23px;
    font-weight: 200;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
}

.transport_form .main_form {
    margin-top: 33px;
    max-width: 100%;
}
.echipa_form .main_form .main_form_line,
.transport_form .main_form .main_form_line {
    border: 1px solid #B3B3B3;
    color: #ffffff;
    background: #282828;
}
.echipa_form .main_form .main_form_line input,
.transport_form .main_form .main_form_line input {
    color: #ffffff;
}
.echipa_form .main_form .main_form_line .form_select:after,
.transport_form .main_form .main_form_line .form_select:after {
    filter: invert(100%);
}

.echipa_form .main_form .main_form_checkbox,
.transport_form .main_form .main_form_checkbox {
    margin-top: 5px;
    padding-left: 0;
    color: #ffffff;
}

.echipa_form .checkbox:after,
.transport_form .checkbox:after {
    border: 2px solid #ffffff;
    background: #282828;
    z-index: 1;
}
.echipa_form .checkbox:checked:before,
.transport_form .checkbox:checked:before {
    filter: invert(100%);
}

.transport_form_btn_block {
    display: inline-block;
    margin-top: 30px;
}
.transport_form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 310px;
    height: 60px;
    background: #C7B786;

    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;

    cursor: pointer;
}


.echipa_form_block {
    margin-top: 108px;
    background: #282828;
    display: flex;
    align-items: flex-start;
}
.echipa_form_img {
    width: 645px;
}
.echipa_form_data {
    padding-top: 8px;
    padding-left: 93px;
    width: calc(100% - 645px);
}

.echipa_form {
    max-width: 956px;
    padding: 87px 55px 42px;
}
.echipa_form_title {
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    color: #FFFFFF;
}
.echipa_form .main_form {
    margin-top: 47px;
    max-width: 100%;
}

.faq_space {
    padding: 63px 20px 102px;
}

.faq_list {
    margin: 63px auto 0;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 40px;
}

.faq_line {
    width: calc(50% - 20px);
    border-top: solid 1px #B2B2B2;
}
.faq_line_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    white-space: nowrap;
}
.faq_line.last {
    border-bottom: solid 1px #B2B2B2;
}

.faq_line_btn {
    cursor: pointer;
}
.faq_line.open .faq_line_btn svg.active,
.faq_line .faq_line_btn svg.default {
    display: block;
}
.faq_line .faq_line_btn svg.active,
.faq_line.open .faq_line_btn svg.default {
    display: none;
}

.faq_line_body {
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    padding-bottom: 15px;
    padding-right: 40px;
    display: none;
}
.faq_line_body p {
    margin-top: 0px;
    margin-bottom: 10px;
}
.faq_line.open .faq_line_body {
    display: block;
}

/* Main */


/* Footer */

.footer {
    background: #C7B786;
    padding-top: 95px;
    padding-bottom: 147px;
}
.footer_title {
    font-weight: 500;
    font-size: 60px;
    line-height: 74px;
    color: #FFFFFF;
    text-align: center;
}
.footer_links {
    margin-top: 17px;
}
.footer_links a {
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
    text-align: center;
}
.footer_soc_list {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.footer_soc_line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
}

/* Footer */


/* Copyright */

.copyright {
    padding: 5px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #282828;
}

/* Copyright */


/* Modal */

.modal_space {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    z-index: 100;
    display: none;
}
.modal_space.active {
    display: flex;
}
.modal_block {
    position: relative;
    width: 90%;
    max-width: 720px;
    height: auto;
    padding: 53px 20px 40px;
    background: #ffffff;
}
.modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modal_form {

}

/* Modal */
