@import '../fonts/font.css';
/*-==============================-global-style-for-ol-browsers-==================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

button, a {
    cursor: pointer;
    text-decoration: none!important;
    border: 0;
    display: inline-block;
    padding: 0;
}

/* img {
    max-width: 100%;
    max-height: 100%;
} */

body {
    margin: 0;
    padding: 0;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.justify-content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@font-face {
    font-family: 'TildaSansBlack';
    src: url('../fonts/TildaSans-Black.eot');
    src: url('../fonts/TildaSans-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TildaSans-Black.woff2') format('woff2'),
    url('../fonts/TildaSans-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSansSemibold';
    src: url('../fonts/TildaSans-Semibold.eot');
    src: url('../fonts/TildaSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TildaSans-Semibold.woff2') format('woff2'),
    url('../fonts/TildaSans-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/TildaSans-Regular.eot');
    src: url('../fonts/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TildaSans-Regular.woff2') format('woff2'),
    url('../fonts/TildaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSansMedium';
    src: url('../fonts/TildaSans-Medium.eot');
    src: url('../fonts/TildaSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TildaSans-Medium.woff2') format('woff2'),
    url('../fonts/TildaSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSansLight';
    src: url('../fonts/TildaSans-Light.eot');
    src: url('../fonts/TildaSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TildaSans-Light.woff2') format('woff2'),
    url('../fonts/TildaSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSansBold';
    src: url('../fonts/TildaSans-Bold.eot');
    src: url('../fonts/TildaSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TildaSans-Bold.woff2') format('woff2'),
    url('../fonts/TildaSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*-========================================-global-style-for-ol-browsers-end-========================================*/

.header_button_card button {
    width: 43px;
    height: 43px;
    background-image: url('../img/card.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header {
    background-color: #091220;
    padding: 15px 0;
}

.header_language_body.hy {
    background-image: url("../img/am.svg");
}

.header_language_body {
    width: 25px;
    height: 17px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

.header_button_bay button {
    color: #439bff;
    font-size: 17px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    border-width: 2px;
    border-color: #439bff;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 131px;
    height: 46px;
    background-color: unset;
}

.header_button_card button {
    width: 43px;
    background-color: unset;
    color: #439bff;
    font-size: 18px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

.header_button {
    gap: 40px;
}

.header_button_bay button:hover {
    background-color: #439bff;
    color: #FFFFFF;
}

.header_menu ul li a {
    color: #ffffff;
    font-size: 17px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

.header_menu ul {
    gap: 40px;
}

.header_mobile_menu {
    width: 35px;
    gap: 4px;
    display: none;
}

.header_mobile_menu span {
    width: 100%;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    display: block;
}

.mobile_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: rgba( 0 , 0 , 0 , 0.5 );
    display: flex;
    justify-content: flex-end;
    border-radius: 0 0 0 100%;
    transition: all 0.4s;
    z-index: 111111;
}

.mobile_menu_main {
    max-width: 260px;
    background-color: #091220;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.mobile_menu_close {
    color: #FFFFFF;
    font-size: 28px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 400;
}

.mobile_menu_body_logo {
    padding: 15px 0;
}

.mobile_menu_body_list ul li a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    display: block;
}

.mobile_menu_body_list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile_menu_body_list {
    padding-top: 20px;
}

.mobile_menu_body_footer_button button {
    color: #439bff;
    font-size: 17px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    border-width: 2px;
    border-color: #439bff;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 131px;
    height: 46px;
    background-color: unset;
}

.mobile_menu_body_footer_button button:hover {
    background-color: #439bff;
    color: #FFFFFF;
    box-shadow: 2px 4px 10px 4px rgba(99, 99, 99, 0.20);
}

.mobile_menu_body {
    gap: 40px;
}

.mobile_menu_body_footer {
    gap: 20px;
}

.mobile_menu.active {
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 0;
}

.first_section {
    min-height: 750px;
    height: 862px;
    background-color: #edf2f5;
    position: relative;
    overflow: hidden;
}

.first_section_main_item_list_title {
    color: #439bff;
    font-size: 15px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
}

.first_section_main_item_list_description {
    color: #000000;
    font-size: 15px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.first_section_main_item_list ul li {
    gap: 10px;
    border-width: 1px;
    border-radius: 10px;
    background-position: center center;
    border-color: #439bff;
    border-style: solid;
    padding: 10px;
    max-width: 160px;
    width: 100%;
}

.first_section_main_item_list_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.first_section_main_item_list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.first_section_main_title {
    color: #1c507a;
    font-size: 34px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    max-width: 672px;
    width: 100%;
    padding: 80px 0 0;
}

.first_section_main_list_body {
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.first_section_main {
    gap: 40px;
}

.first_section_main_item_list_footer button {
    color: #ffffff;
    font-size: 15px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #439bff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 163px;
    height: 41px;
    transition: all 0.5s;
}

.first_section_main_item_list_footer {
    padding-top: 20px;
}

.first_section_main_list_body_item_fixed {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
    width: 100%;
}

.first_section_main_list_body_item {
    position: relative;
}

.first_section_main_list_body_item_fixed img {
    width: 100%;
}

.first_section_main_list_background {

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    position: absolute;
    bottom: -55px;
    left: 0;
}

.first_section_main_list {
    width: 100%;
    position: relative;
}

.header_icon {
    width: 100%;
    height: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(104%) contrast(102%);
}

.first_section_main_list_body_item img {
    width: 100%;
}

.filter_main_title {
    font-size: 35px;
    color: #1b4d75;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
}

.filter_main {
    padding: 25px 0;
}

.board_main_list_item_title {
    color: #000000;
    font-size: 18px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    margin-top: 20px;
}

.board_main_list_item_description {
    color: #000000;
    font-size: 14px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    padding: 10px;
}

.board_main_list_item {
    padding: 20px 10px;
    border-width: 1px;
    border-radius: 10px;
    background-position: center center;
    border-color: #439bff;
    border-style: solid;
    width: 48%;
    align-items: center;
    transition: all 0.5s;
}

.board_main_item_list {
    gap: 20px;
}

.board_main {
    gap: 40px;
    padding: 20px 0;
}

.board_main_item_title {
    font-size: 35px;
    color: #1b4d75;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
}
.board_main_item_image {
    padding-top: 40px;
}

.board_main_item_link a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #439bff;
    padding: 10px 40px;
    transition: all 0.5s;
}

.board_main_item_link {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.board_main_list_item:hover {
    box-shadow: 2px 4px 10px 4px rgba(99, 99, 99, 0.20);
}

.board_main_item_link a:hover {
    box-shadow: 2px 4px 10px 4px rgba(99, 99, 99, 0.20);
}

.first_section_main_item_list_footer button:hover {
    box-shadow: 2px 4px 10px 4px rgba(99, 99, 99, 0.20);
}

.board_main_item_image img {
    width: 100%;
}

.board_main_item_image {
    width: 100%;
    max-width: 500px;
}

.board_main_item {
    width: 100%;
}

.info_board_list_item {
    border-width: 1px;
    border-radius: 10px;
    background-position: center center;
    border-color: #439bff;
    border-style: solid;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 350px;
    transition: all 0.5s;
    gap: 20px;
}

.info_board_list_item_description {
    color: #000000;
    font-size: 14px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.info_board_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}

.info_board_list_item:hover {
    box-shadow: 2px 4px 10px 4px rgba(99, 99, 99, 0.20);
}

.step_main_list_item_step span {
    color: #439bff;
    font-size: 50px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    display: block;
}

.step_main_list_item_step {
    color: #439bff;
    font-size: 20px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.step_main_list_item_description {
    color: #000000;
    font-size: 15px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.step_main_list_item {
    width: calc( 50% + 60px );
    position: relative;
    gap: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.step_main_list {
    padding-top: 0px;
    gap: 140px;
    padding-bottom: 80px;
}

.step_main_list_item.hr::after {
    content: '';
    position: absolute;
    left: -30%;
    top: 50%;
    width: 200px;
    height: 1px;
    background: #1b4d75;
}

.step_main_player {
    max-width: 457px;
    width: 100%;
    height: 258px;
    margin: 0 auto;
}

.step_main_player iframe {
    width: 100%;
    height: 100%;
}

.step_main_link a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #439bff;
    padding: 10px 60px;
    transition: all 0.5s;
}

.step_main_link {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.last_section {
    background-color: #edf2f5;
    padding: 40px 20px;
    background-image: url("../img/22.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 85% 10px;
}

.last_section_title {
    color: #1c507a;
    font-size: 50px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.last_section_description {
    color: #1c507a;
    font-size: 20px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-top: 20px;
}

.last_section_link a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #439bff;
    padding: 10px 60px;
    transition: all 0.5s;
}

.last_section_link {
    padding-top: 40px;
}

footer {
    padding-top: 60px;
    padding-bottom: 45px;
    background-color: #091220;
}

.footer_list_item_info {
    color: #ffffff;
    font-size: 12px;
    font-family: 'TildaSans',Arial,sans-serif;
    padding-top: 20px;
}

.footer_info_text {
    color: #f4f4f4;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
}

.footer_list_item_menu_title {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.35;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
}

.footer_list_item_menu_nav ul li a {
    color: #f4f4f4;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
}

.footer_list_item_menu_nav {
    padding-top: 20px;
}

.footer_list_item_menu_nav ul li {
    padding-bottom: 10px;
}

.footer_list_item {
    width: 100%;
}

.footer_icon {
    gap: 10px;
    padding-top: 50px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer_list  {
    width: 100%;
}

.slider_main_list_item_image {
    max-width: 300px;
    width: 100%;
    height: 430px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_main_list_item_name {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
}

.slider_main_list_item_description {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
}

.slider_main_list_item {
    transition: all 0.5s;
}

.slider_main_list_item:hover {
    box-shadow: 2px 4px 10px 4px rgba(99, 99, 99, 0.20);
}

.slider_main {
    padding-top: 25px;
}

.slider_arrow {
    gap: 20px;
}

.slider_arrow_left ,
.slider_arrow_right {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
}

.slider_arrow_left img ,
.slider_arrow_right img {
     width: 100%;
    filter: brightness(0) saturate(100%) invert(23%) sepia(20%) saturate(2533%) hue-rotate(171deg) brightness(97%) contrast(89%);
}

.about_us {
    padding: 40px 20px;
    min-height: 80vh;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0,0,0,0.75)), to(rgba(0,0,0,0.7)) );
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.7));
}

.about_us_title {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}

.about_us_description {
    color: #ffffff;
    font-size: 20px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-top: 10px;
}

.about_us_title_paragraf {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    font-family: 'TildaSans',Arial,sans-serif;
    padding-top: 20px;
}

.about {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.delivery_header {
    background-color: #172233;
    padding: 30px 0;
}

.delivery_header_title {
    font-size: 35px;
    color: #FFFFFF;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    text-align: center;
}

.delivery_info_description {
    font-size: 17px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
    padding-top: 20px;
}

.delivery_info_title {
    font-weight: 700;
    font-size: 17px;
    font-family: 'TildaSans',Arial,sans-serif;
    color: #000000;
    padding-top: 20px;
}

.delivery_info {
    padding: 80px 0;
}

.delivery_info {
    min-height: 60vh;
}

.faq {
    background-color: #172233;
}

.faq_main_item_title {
    font-size: 25px;
    color: #439bff;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    padding: 50px 0px 14px 0px;
}

.faq_main_list_item_header {
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 700;
    font-family: 'TildaSans',Arial,sans-serif;
    cursor: pointer;
}

.faq_main_list_item_body {
    font-size: 14px;
    line-height: 1.3;
    color: #edf2f5;
    font-weight: 400;
    font-family: 'TildaSans',Arial,sans-serif;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    height: 0;
}

.faq_main_list_item {
    border-top: 1px solid #343d4b;
    padding: 27px 0;
    max-width: 360px;
    width: 100%;
    padding-bottom: 40px;
}

.faq_main_list_item:hover .faq_main_list_item_header_icon {
    background-color: #439bff;
}

.faq_main_list_item_header_icon {
    min-width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.faq_main_list_item_body.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 20px 0;
}

.faq_main_list_item_header_icon.active {
    transform: rotate(45deg);
}

.faq_main_item_list {
    flex-wrap: wrap;
    gap: 0 40px;
}

.last_section_title.faq_style {
    max-width: 600px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.last_section.faq_style {
    background-color: #172233;
}

.contact_list_item_info_title {
    color: #ffffff;
    font-size: 16px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.contact_list_item_info_description {
    color: #ffffff;
    font-size: 16px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.contact_list_item_icon {
    width: 30px;
    height: 30px;
}

.contact_list_item_icon img {
    width: 100%;
}

.contact_list_item {
    gap: 20px;
    border-radius: 20px;
    background-color: #172233;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 2px 2px 10px 2px rgba(255,255,255,0.3);
    padding: 10px;
    max-width: 260px;
    width: 100%;
}

.contact_list_item_info_description.email_style {
    color: rgb(67, 155, 255);
}

.contact_item_list {
    padding: 20px 0;
}

.contact_form_main {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.3);
    padding: 60px 45px 70px;
    border: 15px solid #091220;
    max-width: 620px;
    width: 100%;
}

.contact_form_main_title {
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    font-size: 38px;
    padding-bottom: 24px;
    text-align: center;
}

.contact_form_main_description {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.contact_form_list_input input {
    color: #000000;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    height: 56px;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0;
    font-size: 16px;
    width: 100%;
}

.contact_form_list_input {
    padding-top: 40px;
}

.contact_form_list_input select {
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    height: 56px;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0;
    font-size: 16px;
    width: 100%;
    color: #979797;
}

.contact_form_list_input.select::after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 30%;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.contact_form_list_input.select {
    position: relative;
}

.contact_form_list_input textarea {
    height: 102px;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0;
    font-size: 16px;
    width: 100%;
}

.contact_form_list_input textarea::placeholder ,
.contact_form_list_input select::placeholder {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'TildaSans',Arial,sans-serif;
    color: #979797;
}

.contact_form_button button {
    color: #ffffff;
    background-color: #091220;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    height: 56px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 16px;
    transition: all 0.5s;
}

.contact_form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.contact_form_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.contact_form_description {
    font-size: 14px;
    text-align: center;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
}

.contact_form_button button:hover {
    box-shadow: 2px 4px 10px 4px rgba(99, 99, 99, 0.20);
}

.contact_form_footer_item {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #091220;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 48px;
    min-height: 48px;
    padding: 12px 40px;
    transition: all 0.5s;
}

.contact_form_footer_list {
    gap: 10px;
    width: 100%;
}

.contact_form_footer {
    /*max-width: 620px;*/
    width: 100%;
    padding-top: 40px;
}

.contact_form_footer_item:hover {
    background-color: #439bff;
}

.sale_title {
    text-align: center;
    font-size: 17px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 700;
    color: #000000;
    padding: 70px 0 100px;
}

.sale_loade {
    text-align: center;
    font-size: 17px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 500;
    color: #000000;
    padding: 0px 0 100px;
}

.sale_map {
    max-width: 1160px;
    width: 100%;
    height: 385px;
    padding-bottom: 50px;
}

.sale_map iframe {
    width: 100%;
    height: 100%;
}

.sale_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: 11111;
}

.sale_modal_body_info_title {
    font-size: 24px;
    line-height: 1.35;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
}

.sale_modal_body_info_number {
    color: #777;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    padding-top: 20px;
}

.sale_modal_body_info_price {
    font-size: 20px;
    line-height: 1.35;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    padding-top: 20px;
}

.sale_modal_body_info_price span {
    color: #bdbdbd;
    font-size: 20px;
    line-height: 1.35;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    text-decoration: line-through;
}

.sale_modal_body_info_button button {
    color: #ffffff;
    background-color: #439bff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    font-family: 'TildaSans',Arial,sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sale_modal_body_info_description {
    font-size: 14px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
    padding-top: 20px;
}

.sale_modal_body_info {
    max-width: 560px;
    width: 100%;
}

.sale_modal_body_info_button {
    padding-top: 20px;
}

.sale_modal_header_close {
    font-size: 28px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.sale_modal {
    padding: 20px;
}

.sale_modal_body {
    padding: 40px 0;
    gap: 20px;
}

.sale_modal.active {
    visibility: visible;
    opacity: 1;
}

.sale_modal_body_slider_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 560px;
    width: 100%;
    height: 470px;
}

.sale_modal_body_slider {
    width: 560px;
    height: 475px;
    border: 2px solid rgba(222,222,222,.4);
}
.sale{

    min-height: 80vh;
}
.card {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba( 0 , 0 , 0 , 0.5 );
    z-index: 11111;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.card_main {
    max-width: 500px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 20px;
}

.card_main_header_close {
    font-size: 28px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.card_main_header_title {
    font-size: 30px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
}

.card_main_header {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(222,222,222,.4);
}

.card_main_body_header_description {
    font-size: 16px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    padding: 20px 0;
    text-align: center;
}

.form_img {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(222,222,222,.4);
}

.card_main_body_form_product_prev ,
.card_main_body_form_product_next {
    width: 20px;
    height: 20px;
    background-color: unset;
}

.card_main_body_form_product_prev img ,
.card_main_body_form_product_next img {
    width: 100%;
}

.card_main_body_form_product input {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(222,222,222,.4);
    font-size: 20px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    text-align: center;
}

.card_main_body_form_product {
    gap: 10px;
}

.card_main_body_form_price_this {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
}

.card_main_body_form_price_old {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    text-decoration: line-through;
}

.card_main_body_form_list {
    gap: 20px;
}

.card_main_body_form_remove {
    font-size: 19px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.card_main_body_footer_price_delivery_title {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
}

.card_main_body_footer_price_delivery_description {
    color: #439bff;
    font-size: 20px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
}

.card_main_body_footer {
    border-top: 1px solid rgba(222,222,222,.4);
    padding: 20px 0;
}

.card_main_body_footer_submit a {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    background-color: #439bff;
    padding: 10px;
    width: 100%;
    border: 2px solid #439bff;
    transition: all 0.5s;
    display: block;
    text-align: center;
}

.card_main_body_footer_submit {
    width: 100%;
    padding-top: 20px;
}

.card_main_body_footer_submit a:hover {
    background-color: #FFFFFF;
    color: #439bff;
}

.card.active {
    visibility: visible;
    opacity: 1;
}

body.active {
    padding-right: 500px;
}

body {
    transition: all 0.5s;
}

.ordering_left_title {
    font-size: 24px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ordering_left_form_input label input, .ordering_left_form_input select,.mlogin input{
    width: 100%;
    outline: 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px 47px 10px 20px;
    transition: .3s;
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.ordering_left_form_input select{    padding: 16px 47px 16px 20px !important;}
.ordering_left_form_input label {
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ordering_left_form_input {
    padding-bottom: 10px;
}

.ordering_left_form_submit button,.btn-primary {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    background-color: #439bff;
    padding: 10px 20px;
    border: 2px solid #439bff;
    transition: all 0.5s;

}

.ordering_left_form_submit {
    padding-top: 20px;
}

.ordering_left_form_submit button:hover {
    background-color: #FFFFFF;
    color: #439bff;
}

.ordering_main {
    padding: 40px 0;
}

.ordering_left ,
.ordering_right {
    width: 100%;
}

.ordering_table_list_description_img {
    min-width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(222,222,222,.4);
}

.ordering_table_list_title {
    color: #333;
    font-size: 16px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(222,222,222,.4);
}

.ordering_table_list_description {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(222,222,222,.4);
    min-height: 110px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.ordering_table_list {
    width: 100%;
}

.ordering_table_list_info {
    color: #333;
    font-size: 14px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-width: 250px;
}

.ordering_main {
    gap: 40px;
}

.ordering_table_list_description span {
    font-size: 18px;
    color: #439bff;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.ordering_table_list_description p {
    font-size: 18px;
    color: #439bff;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    white-space: nowrap;
    text-decoration: line-through;
    display: block;
    width: 100%;
}

.ordering_info_list_title {
    font-size: 20px;
    color: #333;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 500;
    white-space: nowrap;
}

.ordering_info_list_description span {
    font-size: 18px;
    color: #333;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.ordering_info_list_description p {
    font-size: 18px;
    color: #333;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 600;
    white-space: nowrap;
}

.ordering_info_list {
    padding: 20px 0;
    border-bottom: 1px solid rgba(222,222,222,.4);
}

.ordering_cupon_input input {
    width: 100%;
    outline: 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px 47px 10px 20px;
    transition: .3s;
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.ordering_cupon_button button {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    background-color: #439bff;
    padding: 15px 14px;
    border: 2px solid #439bff;
    transition: all 0.5s;
}

.ordering_cupon_button button:hover {
    background-color: #FFFFFF;
    color: #439bff;
}

.ordering_cupon {
    gap: 20px;
}

.ordering_cupon_input {
    max-width: 300px;
    width: 100%;
}

.ordering_cupon_button {
    max-width: 200px;
    width: 100%;
}

.ordering_cupon {
    padding: 20px 0;
    border-bottom: 1px solid rgba(222,222,222,.4);
}

.filter_main_body_slid {
    max-width: 400px;
    width: 100%;
}

.filter_main_body_slid_item {
    padding: 40px;
}

.filter_main_body_image {
    max-width: 300px;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.filter_main_body .swiper-pagination {
    position: relative;
    padding: 20px 0;
}

.filter_main_body .swiper-pagination span {

}

.slider_paginate_main_item {
    max-width: 60px;
    width: 100%;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid rgba(222,222,222,.4);
    cursor: pointer;
}

.slider_paginate {
    padding-top: 20px;
}

.slider_paginate .swiper-slide-thumb-active {
    opacity: 1 !important;
}
.slider_paginate .slider_paginate_main_item  {
    opacity: 0.5;
}

.header_language_body_main {
    position: absolute;
    top: 0px;
    left: -22px;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    z-index: 11111;
    gap: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.header_language {
    position: relative;
    cursor: pointer;
}

.header_language_body_main .header_language_body {
    width: 30px;
    height: 20px;
}

.header_language_body_main.active {
    top: 45px;
    visibility: visible;
    opacity: 1;
}

.form_not {
    display: none;
}

.form_not.active {
    display: block;
}

.form {
    display: none;
}

.form.active {
    display: block;
}

.card_main_body_footer {
    display: none;
}

.card_main_body_footer.active {
    display: block;
}

.header_language_body.en {
    background-image: url("../img/gbunitedkingdomflag_.svg");
}

.header_language_body.ru {
    background-image: url("../img/rurussiaflag_111751.svg");
}

html {
    overflow-x: hidden;
}

.step_main_list_item_icon {
    max-width: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.step_main_list_item_icon img {
    height: 100%;
}

.step_main_list_item_step {

}

.step_main_list_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.step_main_list_right {
    width: 100%;
    display: flex;
    justify-content: start;
}

.step_main_list {
    display: flex;
    gap: 20px;
}

.video-thumbnail {
    margin: 5% auto;
    max-width: 500px;
    width: 100%;
    height: 300px;
    border: 4px solid #439bff;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.play-btn {
    background: #439bff;
    border-radius: 50%;
    text-align: center;
    line-height: 108px;
    animation: animate 2s linear infinite;
    cursor: pointer;
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    border: 1px solid #439bff;
    transition: all 0.5s;
}

.play-btn i {
    color: #439bff;
    font-size: 102px;
}

@keyframes animate{
    0%{
        box-shadow: 0 0 0 0 rgba( 67 , 155 , 255 , 0.7 );
    }
    40%{
        box-shadow: 0 0 0 50px rgba( 67 , 155 , 255 , 0 );
    }
    80%{
        box-shadow: 0 0 0 50px rgba( 67 , 155 , 255 , 0 );
    }
    100%{
        box-shadow: 0 0 0 rgba( 67 , 155 , 255 , 0 );
    }
}

.play-btn img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7460%) hue-rotate(310deg) brightness(121%) contrast(98%);
    padding-left: 5px;
    padding-bottom: 3px;
}

.video_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 11111;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.video_modal_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.video_modal_player {
    max-width: 700px;
    width: 100%;
    height: 520px;
}

.video_modal_close {
    font-size: 28px;
    line-height: 1.55;
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.video_modal.active {
    visibility: visible;
    opacity: 1;
}

.swiper-pagination_this {
    width: fit-content !important;
}

body {
    overflow-x: hidden;
}

.ordering_cupon  {
    display: none;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-top-50{
    margin-top: 50px;
}
.mw-500{
    max-width: 500px;
}

.delivery_header.contact_header {
    padding: 80px 0;
    height: 70vh;
}

.form_order_type_item label input {
    display: none;
}

.form_order_type_item_icon {
    border: 1px solid #FFFFFF;
    width: 100px;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding: 5px;
}

.form_order_type_item label input:checked + .form_order_type_item_icon {
    border: 1px solid #439bff;
}

.form_order_type_item label {
    display: block;
    cursor: pointer;
}

.form_order_type {
    gap: 20px;
    padding: 20px 0;
}
.visa_icon{
    min-width: 300px;
}
.d-none{
    display: none;
}
.empty_field{
    border: 1px solid red !important;
}
.order_success,.order_fail{
    min-height: 80vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.order_success .text{
    font-size: 28px;
    color: green;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.order_fail .text{
    font-size: 28px;
    color: red;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
