@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,500i,700&subset=cyrillic");

@keyframes show_element {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes floating {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: 1em;
    }
    50% {
        margin-top: 1.4em;
    }
    80% {
        margin-top: 0.4em;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes floating {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: 1em;
    }
    50% {
        margin-top: 1.4em;
    }
    80% {
        margin-top: 0.4em;
    }
    100% {
        margin-top: 0;
    }
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 4px;
    cursor: pointer;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background: linear-gradient(92.92deg, #49D8BD 28.06%, #3793FF 99.24%);
    border-radius: 4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

body, form, input, a, span, textarea, html, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
    border: none;
}

textarea, select, input, button {
    outline: none !important;
}

body {
    background-color: #ffffff;
}

h1 {
    font-size: 40px;
    line-height: normal;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    color: #2B415B;
    margin: 0;
    padding-bottom: 32px;
}

h2 {
    font-size: 32px;
    line-height: normal;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    color: #2B415B;
    margin: 0;
    padding-bottom: 32px;
}

h3 {
    font-size: 18px;
    line-height: 27px;
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
    color: #23C6EA;
    margin: 0;
    padding-bottom: 8px;
}

.section {
    padding-bottom: 130px;
}

.center_column {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 82px;
    position: relative;
}

.center_column.after_border:after {
    content: "";
    display: block;
    clear: both;
}

.header {
    padding-top: 26px;
    padding-bottom: 26px;
    height: 50px;
}

.left_side_col {
    float: left;
    position: relative;
}

.right_side_col {
    float: right;
    position: relative;
}

.pad_top {
    padding-top: 1em;
}

.pad_top_big {
    padding-top: 1.5em;
}

.pad_top_small {
    padding-top: 0.5em;
}

.pad_bot {
    padding-bottom: 1em;
}

.pad_bot_big {
    padding-bottom: 1.5em;
}

.pad_bot_small {
    padding-bottom: 0.5em;
}

.bg_mask_left {
    background-image: url("../../images/main/section_01_left.png");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.bg_mask_right {
    background-image: url("../../images/main/section_01_right.jpg");
    background-position: right top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.offer_bg {
    background-image: url("../../images/main/mid_section_bg.png");
    background-position: left 90px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.help_bg {
    background-image: url("../../images/main/help_bg.png");
    background-position: left 1100px;
    background-color: transparent;
    background-repeat: no-repeat;
}

/* Стили кнопок */
.btn_tiny {
    transition: all 0.3s ease-out 0s;
    padding: 10px 22px 11px;
    background-color: transparent;
    border: solid 1px rgba(43, 65, 91, 0.2);
    color: rgba(43, 65, 91, 0.7);
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    line-height: 1em;
    font-size: 1em;
}

.btn_tiny.marg_side {
    margin: 0 20px;
}

.btn_tiny.marg_side:first-child {
    margin-left: 0;
}

.btn_tiny.marg_side:last-child {
    margin-right: 0;
}

.btn_tiny:hover {
    border-color: #00C2FF;
    color: #00C2FF;
}

.footer .btn_tiny:hover {
    border: solid 1px rgba(255, 255, 255, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.btn_tiny.img_btn {
    position: relative;
    padding-right: 52px;
}

.btn_tiny.img_btn img {
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn_bordered {
    transition: all 0.3s ease-out 0s;
    padding: 12px 22px 13px;
    background-color: transparent;
    border: solid 2px #F2F2F2;
    letter-spacing: 0.05em;
    color: #516378;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    line-height: 12px;
    text-transform: uppercase;
}

.btn_bordered:hover {
    border-color: #00C2FF;
    color: #00C2FF;
}

.btn {
    all: initial;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(129.44deg, #00D1FF 4.8%, #1485D7 101.83%);
    display: block;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    padding: 0;
    border-radius: 10px;
    position: relative;
}

.btn:before {
    content: attr(data-text);
    display: block;
    color: #ffffff;
    padding: 19px 0 21px;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 24px;
    height: 38px;
    border-radius: 10px;
    z-index: 1;
    filter: blur(6px);
    background: linear-gradient(129.44deg, #00D1FF 4.8%, #1485D7 101.83%);
    opacity: 0.6;
}

.btn:hover {
    box-shadow: 0 0 25px #00D1FF;
}

.btn.bordered {
    background: none;
    border: solid 2px #00D1FF;
}

.btn.bordered:before {
    color: #516378;
    padding: 17px 0 19px;
}

.btn.bordered:after {
    background: none;
    border: solid 2px #00D1FF;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: auto;
    opacity: 0.3;
    height: 52px;
    filter: blur(4px);
    border-radius: 10px;
}

.btn.inline_view {
    margin-left: 26px;
    width: auto;
    display: inline-block;
    padding-left: 46px;
    padding-right: 46px;
}

.btn.inline_view:first-child {
    margin-left: 0;
}

.btn.img_icon {
    position: relative;
    padding-right: 62px;
    padding-left: 32px;
    text-align: left;
}

.btn.img_icon img {
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.btn.img_icon_clear {
    position: relative;
    padding-right: 12px;
    padding-left: 42px;
    text-align: left;
    background: none;
}

.btn.img_icon_clear:before {
    color: #516378;
}

.btn.img_icon_clear:after {
    display: none;
}

.btn.img_icon_clear img {
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.btn.img_icon_clear:hover {
    box-shadow: none;
}

.btn.small_btn:before {
    padding: 12px 0;
    font-size: 14px;
}

.btn.small_btn:after {
    top: 8px;
    height: 32px;
}

.btn.small_btn.bordered:before {
    padding: 10px 0 10px;
}

/* Стили тектстовых полей */
.input {
    transition: all 0.3s ease-out 0s;
    width: 100%;
    background-color: #F7F9FC;
    box-sizing: border-box;
    padding: 17px 26px 19px;
    border-radius: 10px;
    border: solid 1px #F7F9FC;
    font-size: 1em;
    line-height: 1em;
    color: #516378;
    position: relative;
}

.input.small_size {
    padding: 8px 20px;
    width: 92px;
    border-radius: 5px;
    font-size: 14px;
}

.input.error {
    border-color: #F2BEBE;
    color: #FF0000;
}

.input:hover {
    border-color: #CCDBED;
}

.error_field {
    color: #FF0000;
    font-size: 14px;
    position: absolute;
    top: -24px;
    left: 0;
}

.register-form .error_field {
    font-size: 0.9rem;
    top: 100%;
    left: 0;
    right: 0;
    height: 2rem;
    padding: 0.4rem 0;
    line-height: 1.2;
    word-break: break-word;
    box-sizing: border-box;
}

.register-form .label_checkbox .error_field{
    top: calc(100% + 10px);
}

@media screen and (max-width: 1300px) {
    .register-form .input_block {
        padding-bottom: 0;
        margin: 2rem 7px !important;
    }

    .register-form .input_half_wrap .input_block {
        margin: 2rem 7px !important;
        width: calc(50% - 14px) !important;
    }
}

@media screen and (max-width: 700px) {

    .register-form .input_half_wrap .input_block {
        margin: 2rem 0 !important;
        width: 100% !important;
    }

    .register-form .input_half_wrap .checkbox_text {
        margin-bottom: 4rem;
    }
}

.register-form .input_block {

}

/* Стили текста */
.text {
    font-size: 16px;
    line-height: 24px;
    font-family: "Ubuntu", sans-serif;
    color: #516378;
}

.text.small {
    font-size: 14px;
    line-height: 21px;
}

.text.big {
    font-size: 18px;
    line-height: 27px;
}

.text.light_color {
    color: rgba(128, 141, 157, 0.5);
}

.text.med_color {
    color: #808D9D;
}

.footer .text.med_color {
    color: #ffffff;
    font-weight: 700;
}

.text.blue_color {
    color: #23C6EA;
}

.text.white_color {
    color: #ffffff;
}

.text.error_color {
    color: #FF0000;
}

.text.bold {
    font-weight: bold;
}

.text.pad_right {
    padding-right: 16px;
}

.text img {
    vertical-align: baseline;
}

.text a {
    color: #23C6EA;
}

.menu_ul {
    padding: 0 40px;
    margin: 0;
    font-size: 0;
    list-style: none;
}

.menu_li_item {
    font-size: 16px;
    display: inline-block;
    padding: 0 30px 0 6px;
}

.menu_li_item * {
    transition: all 0.3s ease-out 0s;
    font-size: 1em;
    line-height: 1em;
    color: rgba(43, 65, 91, 0.7);
    text-decoration: none;
    display: block;
    padding: 12px 0 12px 26px;
}

.menu_li_item a:hover {
    color: #2B415B;
    background-image: url("../../images/main/hover_ball.png");
    background-position: left center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.after_header {
    padding-top: 150px;
    background-image: url("../../images/main/dots_group_med.png");
    background-position: 90% 90px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.after_header:after {
    content: "";
    display: block;
    clear: both;
}

.offers_list {
    max-width: 470px;
    padding: 32px 0;
}

.half_column {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 1.5em;
}

.icon_text_block {
    position: relative;
    padding-bottom: 56px;
}

.left_icon {
    width: 40px;
    height: 40px;
    float: left;
}

.right_text {
    margin-left: 64px;
    min-height: 40px;
    position: relative;
}

.right_text span {
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 20px;
    color: #2B415B;
}

.tap_container {
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.tap_top_block {
    overflow: hidden;
}

.tap_item {
    background-color: #F7F9FC;
    text-align: center;
    width: 50%;
    float: left;
    cursor: pointer;
    font-size: 18px;
    padding-top: 21px;
    padding-bottom: 21px;
    color: rgba(43, 65, 91, 0.6);
}

.tap_item.active {
    background-color: #ffffff;
    color: #2B415B;
    font-weight: bold;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.08);
}

.tap_cell {
    padding: 56px;
    min-width: 333px;
    display: none;
}

.tap_cell.double_size {
    min-width: 526px;
}

.tap_cell.active_tap {
    display: block;
}

.input_block {
    padding-top: 40px;
    position: relative;
}

.input_block:first-child {
    padding-top: 0;
}

.input_half_wrap {
    position: relative;
    font-size: 0;
    padding-top: 40px;
}

.input_half_wrap:first-child {
    padding-top: 0;
}

.input_half_wrap:hover {
    z-index: 7;
}

.input_half_wrap .input_block {
    width: 48%;
    margin: 0 2%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    font-size: 16px;
    display: inline-block;
}

.input_half_wrap .input_block:first-child {
    margin-left: 0;
}

.input_half_wrap .input_block:last-child {
    margin-right: 0;
}

.btn_block {
    padding-top: 40px;
}

.btn_block.med_btn_size {
    width: 620px;
}

.btn_block.small_btn_size {
    width: 440px;
}

.btn_block.align_center {
    text-align: center;
}

.btn_block.no_pad {
    padding-top: 0;
}

.after_input_block {
    padding: 12px 0 26px;
    text-align: center;
}

.grey_link {
    color: #808D9D;
    font-size: 14px;
    line-height: 1em;
}

a.grey_link:hover {
    text-decoration: underline;
}

.decor_ball {
    background: linear-gradient(160.38deg, #49D8BD 28.06%, #3793FF 99.24%);
    box-shadow: 0px 15px 25px rgba(29, 115, 115, 0.2);
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    /* Размеры */
    /* Позиция */
}

.decor_ball.big_size {
    width: 84px;
    height: 84px;
}

.decor_ball.top_left {
    left: -54px;
    top: 32%;
}

.header_bottom {
    height: 240px;
    padding-bottom: 60px;
}

.list_down {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #F7FDFD;
    position: relative;
    margin-left: -22px;
}

.list_span {
    position: absolute;
    transform: rotate(-90deg);
    white-space: nowrap;
    left: -20px;
    top: 100%;
    color: rgba(43, 65, 91, 0.3);
}

.quad_wrapper {
    font-size: 0;
}

.quad_block {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 23.5%;
    margin: 0 1%;
    border-bottom: solid 5px #23C6EA;
    border-radius: 10px;
    background-color: #ffffff;
    min-height: 340px;
    box-shadow: 0px 15px 35px rgba(29, 115, 115, 0.06);
}

.quad_block:first-child {
    margin-left: 0;
}

.quad_block:last-child {
    margin-right: 0;
}

.icon_place {
    background-image: url("../../images/main/point_in_cell.png");
    background-position: center bottom;
    background-color: transparent;
    background-repeat: no-repeat;
    border-bottom: solid 1px #F2F2F2;
    height: 170px;
    position: relative;
}

.icon_place img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.description_place {
    padding: 46px 50px 0 50px;
}

@media screen and (max-width: 1180px) {
    .offer_bg .description_place {
        padding: 26px 30px 30px 30px;
    }
}

@media screen and (max-width: 900px) {

    .offer_bg .description_place {
        padding: 11px 15px 15px 15px;
    }

    .offer_bg .section {
        padding-bottom: 30px !important;
    }

}

@media screen and (max-width: 1300px) {
    .quad_block {
        margin: 0 1% 30px !important;
    }
}


.round_taps_wrap {
    padding-top: 18px;
    padding-bottom: 26px;
}

.round_tap_item {
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    padding: 1px;
    background: #E5E5E5;
    cursor: pointer;
    border-radius: 35px;
    margin-left: 22px;
    border: solid 1px transparent;
}

.round_tap_item:first-child {
    margin-left: 0;
}

.round_tap_item span {
    transition: all 0.3s ease-out 0s;
    border-radius: 35px;
    display: block;
    padding: 20px 38px 21px;
    background-color: #ffffff;
}

.round_tap_item.active {
    background: linear-gradient(to top, #3aa0f3 0%, #49d7bc 100%);
}

.round_tap_item:hover {
    background-color: #1CB9FF;
}

.round_tap_item:hover span {
    color: #1CB9FF;
}

.scroll_offers_list {
    margin-top: 32px;
    max-height: 630px;
}

.offer_item_cell {
    padding: 28px 40px;
    background-color: #ffffff;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 30px;
    position: relative;
    box-shadow: 0px 10px 20px rgba(29, 115, 115, 0.06);
}

.offer_item_cell:after {
    content: "";
    display: block;
    clear: both;
}

.cell_photo {
    float: left;
    width: 200px;
    border: solid 1px #F2F2F2;
}

.cell_photo img {
    width: 100%;
    box-sizing: border-box;
}

.cell_name_pos {
    float: left;
    padding-left: 52px;
    width: 340px;
}

.position_text {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.pos_visual_icon {
    margin: 0 12px;
    padding-left: 18px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.pos_visual_icon.up {
    background-image: url("../../images/main/up_arr.png");
    background-position: left center;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #49D8BD;
}

.pos_visual_icon.down {
    background-image: url("../../images/main/down_arr.png");
    background-position: left center;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #FF0000;
}

.cell_table {
    margin-left: 650px;
}

.offers_table {
    width: 100%;
}

.offers_table th {
    padding: 0 0 8px 0;
    text-align: left;
}

.offers_table td {
    padding: 8px 0 0 0;
    text-align: left;
}

.offers_table td * {
    vertical-align: middle;
}

.offers_table td img {
    padding-right: 8px;
}

.offers_btn_block {
    padding: 52px 0 0 0;
}

.help_wrap {
    font-size: 0;
}

.help_cell {
    font-size: 16px;
    display: inline-block;
    margin: 0 1%;
    width: 32%;
    box-shadow: 0px 20px 50px rgba(29, 115, 115, 0.06);
    border-radius: 10px;
    height: 246px;
    vertical-align: top;
    background-color: #ffffff;
}

.help_cell:first-child {
    margin-left: 0;
}

.help_cell:last-child {
    margin-right: 0;
}

.help_description {
    padding: 12px 42px;
}

.faq_wrapper {
    background-image: url("../../images/main/question.png");
    background-position: 90% 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
}

.faq_scroll_wrapper {
    max-height: 518px;
}

.review_wrap {
    background-image: url("../../images/main/round_block.png");
    background-position: center top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.faq_list_block {
    margin-right: 300px;
}

.faq_item {
    transition: all 0.3s ease-out 0s;
    display: block;
    cursor: pointer;
    border-bottom: solid 1px #F2F2F2;
    background-image: url("../../images/main/down_arrow.png");
    background-position: 95% center;
    background-color: transparent;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding-left: 52px;
    padding-right: 52px;
    margin: 0 32px 0 16px;
    background-color: #fff;
}

.faq_item.active {
    background-color: #ffffff;
    background-image: url("../../images/main/up_arrow.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    box-shadow: 0px 20px 30px rgba(29, 115, 115, 0.06);
}

.faq_item.active .faq_header {
    color: #45cbca;
}

.faq_item.active .faq_middle {
    display: block;
}

.faq_header {
    transition: color 0.3s ease-out 0s;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    line-height: normal;
    font-weight: bold;
    color: #808D9D;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
}

.faq_middle {
    padding-bottom: 40px;
    padding-right: 80px;
    display: none;
}

.review_block {
    position: relative;
    padding-bottom: 40px;
    padding-top: 22px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
}

.review_cell {
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px rgba(29, 115, 115, 0.06);
    padding: 52px 52px 52px;
    white-space: normal;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 370px;
    width: 49%;
    margin: 0 1%;
}

.review_cell:first-child {
    margin-left: 0;
}

.review_cell:last-child {
    margin-right: 0;
}

.rev_header {
    height: 80px;
    background-image: url("../../images/main/quote.png");
    background-position: right center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.rev_img {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.rev_img img {
    width: 100%;
}

.rev_descript {
    margin-left: 112px;
    padding-top: 8px;
    margin-right: 60px;
}

.rev_body {
    padding-top: 40px;
}

.rev_body p {
    padding-top: 32px;
}

.rev_body p:first-child {
    padding-top: 0;
}

.dots_line {
    padding: 20px 0;
    text-align: left;
}

.dot_switch {
    transition: all 0.3s ease-out 0s;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
}

.dot_switch:after {
    transition: all 0.3s ease-out 0s;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #E6E6E6;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dot_switch.active {
    background: linear-gradient(160.38deg, #ecfbf8 28.06%, #ebf5fd 99.24%);
}

.dot_switch.active:after {
    background: linear-gradient(160.38deg, #49D8BD 28.06%, #3793FF 99.24%);
    width: 16px;
    height: 16px;
}

.dot_switch:hover:after {
    background: linear-gradient(160.38deg, #49D8BD 28.06%, #3793FF 99.24%);
}

.footer {
    box-sizing: border-box;
    padding: 50px 0;
    background: linear-gradient(45deg,#2fb7d5,#0e7fdd);
}

.right_side_info {
    float: right;
    width: 45%;
}

.partners_list {
    padding-bottom: 34px;
    text-align: left;
}

.partners_list_of {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -0.5rem;
    justify-content: flex-start;
}

.partners-list__item {
    padding: 0.5rem;
}

.partners-list_text-left {
    text-align: left;
}

.partners-list_text-left {
    text-align: left !important;
}

.partners-list__dontfarm-img {
    opacity: 0.5 !important;
}

.partners-list__wecpa-img {
    opacity: 1;
    margin-top: -9px;
}

.pro-traffic-home-footer svg path {
    fill: #CACACA;
    transition: all 0.3s ease-in-out;
}

.pro-traffic-home-footer svg:hover path {
    fill: #0069C3;
}

@media screen and (max-width: 546px) {
    .partners-list__dontfarm {
        margin-left: 0rem;
    }
}

.partners_list a {
    transition: opacity 0.3s ease-out 0s;
    vertical-align: top;
    margin-right: 1rem;
}

.partners_list:after {
    display: inline-block;
    content: "";
    height: 0;
    width: 100%;
}

.partners_align_middle a {
    vertical-align: middle;
}

.rtn_botn_block {
    float: right;
    padding-top: 28px;
}

.left_side_info {
    margin-right: 45%;
}

.foot_logo_block {
    padding-bottom: 20px;
}

.footer_info_block {
    padding-bottom: 1rem;
}

.footer_info_block_mob {
    padding-bottom: 1rem;
    display: none;
}

.social_links {
    padding: 0 0px 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.social_links a {
    margin: 0 8px;
}

.footer_link {
    color: #ffffff;
    text-decoration: underline;
}

.footer_link:hover {
    text-decoration: none;
}

.img_inside {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    color: #ffffff;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    line-height: 12px;
    font-size: 9px;
    right: 20px;
    cursor: pointer;
    top: 50%;
    background-image: url("../../images/main/small_round.png");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
}

.img_inside:hover .note_show, .img_inside.tooltip_show .note_show {
    display: block;
}

.label_checkbox {
    position: relative;
    display: block;
    cursor: pointer;
}

.hidden_check {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.hidden_check:checked ~ .checkbox_text:after {
    background-image: url("../../images/main/chekbox.png");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
}

.checkbox_text {
    padding-left: 48px;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    display: block;
    color: #808D9D;
    position: relative;
}

.checkbox_text * {
    color: #808D9D;
    font-size: 12px;
    line-height: normal;
    font-family: "Ubuntu", sans-serif;
    text-decoration: underline;
}

.checkbox_text:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #3793FF;
}

.background_fill {
    position: fixed;
    z-index: 10;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(43, 65, 91, 0.4);
}

.pop_up {
    position: fixed;
    animation: show_element 0.4s linear 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
}

.pop_up.show_pop_up {
    display: flex;
}

.pop_up h2 {
    font-size: 32px;
    line-height: normal;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    margin: 0;
    padding-bottom: 32px;
}

.pop_up .text {
    font-size: 16px;
    line-height: 24px;
    font-family: "Ubuntu", sans-serif;
    color: #516378;
}

.pop_up .text.small {
    font-size: 14px;
    line-height: 21px;
}

.pop_up_content {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inside_wrap {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.inside_wrap:before {
    display: block;
    content: "";
    width: 307px;
    height: 307px;
    background-image: url("../../images/main/pop_up_decor.png");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    left: -92px;
    top: -92px;
}

.pop_up_body {
    background-color: #ffffff;
    box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 48px 54px;
    position: relative;
    z-index: 1;
}

.pop_up_body.gift_icon {
    background-image: url("../../images/main/gifts.svg");
    background-position: 90% 34px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.close_pop_up {
    border: none;
    cursor: pointer;
    width: 21px;
    height: 21px;
    background-image: url("../../images/main/close_pop_up.png");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 14px;
}

.mob_btn_menu {
    display: none;
    width: 30px;
    height: 22px;
    background-image: url("../../images/main/gamb_menu.png");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
}

.main_menu .close_pop_up {
    display: none;
}

.bottom_mob_btn, .mobile_view {
    display: none;
}

.to_top {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    width: 76px;
    height: 76px;
    cursor: pointer;
    right: 82px;
    top: -146px;
    border-radius: 50%;
    opacity: 0.8;
    background-image: url("../../images/main/up_btn.png");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.to_top:hover {
    opacity: 1;
    box-shadow: 0px 10px 10px rgba(29, 115, 115, 0.2);
}

.btn_switcher {
    float: right;
}

.switch_rev {
    margin-left: 42px;
    float: left;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: none;
}

.switch_rev.left_switch {
    background-image: url("../../images/main/left_arrow.png");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.switch_rev.left_switch:hover {
    background-image: url("../../images/main/hover_arrow_left.png");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.switch_rev.right_switch {
    background-image: url("../../images/main/right_arrow.png");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.switch_rev.right_switch:hover {
    background-image: url("../../images/main/hover_arrow_right.png");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.slider_body {
    transition: left 0.3s ease-out 0s;
    left: 0;
    position: relative;
}

.header_floater.prepare {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    height: auto;
    box-shadow: 0px 10px 20px rgba(29, 115, 115, 0.06);
    background-color: #ffffff;
    transition: all 0.3s ease-out 0s;
}

.header_floater.prepare.compact {
    position: fixed;
    top: 0;
    z-index: 11;
}

.header_floater.prepare.compact .mob_btn_menu {
    background-image: url("../../images/main/gamb_menu_dark.png");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.header_floater.prepare.compact .dark_login {
    display: block;
}

.header_floater.prepare.compact .light_login {
    display: none;
}

.header_floater.prepare.compact .wide_search_block {
    border: solid 1px #F2F2F2;
}

.bread_crumb {
    padding-bottom: 60px;
}

.bread_crumb a, .bread_crumb span, .bread_crumb img {
    vertical-align: middle;
    margin-right: 12px;
    color: #C4C4C4;
}

.bread_crumb a:hover {
    text-decoration: underline;
}

.text_block p {
    line-height: 24px;
    font-size: 16px;
    color: #516378;
    padding-bottom: 24px;
}

.text_block ul {
    margin: 0;
    padding: 0 0 24px 0;
}

.text_block ul li {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #516378;
    padding: 0;
    margin: 0;
}

.note_show {
    position: absolute;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    width: 140px;
    display: none;
    padding: 6px 12px;
    color: #516378;
    line-height: 24px;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    right: 0;
    top: 100%;
    text-align: left;
}

.forget_form {
    display: none;
}

.img_arrear {
    position: relative;
    display: inline-block;
}

.img_arrear img {
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.img_arrear img:first-child {
    opacity: 1;
    position: static;
}

.img_arrear:hover img {
    opacity: 1;
}

.img_arrear svg {
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.img_arrear svg:first-child {
    opacity: 1;
    position: static;
}

.img_arrear:hover svg {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    z-index: 10;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(43, 65, 91, 0.4);
    animation: show_element 0.4s linear 1;
}

.modal-backdrop.show {
    display: block;
}

.angle_icon_block {
    width: 101px;
    height: 101px;
    background-image: url("../../images/main/Intersect.svg");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.angle_icon_block span {
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    position: absolute;
    left: 5px;
    top: 25px;
    transform: rotate(-45deg);
}

/* Страница Store */
.header_bg {
    background-image: url("../../images/main/header_bg_part_01.png");
    background-position: right top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.header_section {
    background-image: url("../../images/main/header_bg_part_02.svg");
    background-position: center top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.bottom_header {
    padding: 62px 0;
}

.left_store_blck {
    float: left;
    width: 275px;
    padding-top: 10px;
}

.mid_store_blck {
    margin-left: 275px;
}

.lft_txt_line {
    font-size: 44px;
    font-weight: 600;
    color: #ffffff;
}

.bot_txt_line {
    font-size: 18px;
    color: #ffffff;
}

.round_line {
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 0;
}

.third_item_blck {
    width: 33.3%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-bottom: 18px;
    padding: 0 28px;
    border-left: solid 1px #E6E6E6;
}

.third_item_blck:first-child {
    border-left: 0;
}

.number_count {
    font-size: 48px;
    line-height: 61px;
    font-weight: 600;
    float: left;
    width: 60px;
    background: linear-gradient(to top, #41b9db 0%, #48d8bd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.description_count {
    margin-left: 76px;
    padding-top: 8px;
}

.left_column_cell {
    float: left;
    width: 328px;
}

.search_mob_icon, .mobile_search_view, .close_filter {
    display: none;
}

.column_block {
    box-shadow: 0px 20px 50px rgba(29, 115, 115, 0.06);
    border-radius: 10px;
    padding: 24px 0 24px 24px;
    background-color: #ffffff;
}

.left_column_step {
    padding-bottom: 32px;
    padding-top: 26px;
    position: relative;
}

.left_column_step:first-child {
    padding-top: 0;
}

.left_column_step:after {
    display: block;
    content: "";
    left: 0;
    right: 24px;
    bottom: 0;
    height: 1px;
    position: absolute;
    background-color: #E6E6E6;
}

.left_column_step.mask_after:after {
    right: 0;
    left: -24px;
}

.tag_link {
    transition: all 0.3s ease-out 0s;
    padding: 2px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 18px;
    margin-right: 15px;
    background: #F7F9FC;
}

.tag_link span {
    font-size: 14px;
    color: #2B415B;
    border-radius: 4px;
    display: block;
    padding: 8px 16px;
    background-color: #F7F9FC;
}

.tag_link:hover {
    background: #41b9db;
}

.tag_link.active {
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(to top, #41b9db 0%, #48d8bd 100%);
}

.tag_link.active span {
    background-color: #ffffff;
}

.check_line {
    padding-bottom: 8px;
}

.label_checkbox {
    display: block;
    position: relative;
}

.hidden_checkbox {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.hidden_checkbox:checked ~ .checkbox_span {
    background-image: url("../../images/main/filled_checkbox.png");
    background-position: left center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.check_list {
    padding: 18px 0 0 0;
}

.checkbox_span {
    padding-left: 36px;
    color: #2B415B;
    height: 20px;
    display: block;
    font-size: 14px;
    background-image: url("../../images/main/empty_checkbox.svg");
    background-position: left center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.radius_dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url("../../images/main/round_mark.svg");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 7px;
}

.radius_dot:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(to top, #41b9db 0%, #48d8bd 100%);
}

.radius_dot.leftGrip {
    margin-left: -7px;
}

.radius_dot.rightGrip {
    margin-left: 7px;
}

.radius_diapozone_block {
    position: relative;
    background-color: #F7F9FC;
    height: 4px;
    margin-right: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.filled_radius_line {
    position: absolute;
    height: 4px;
    background: linear-gradient(to top, #41b9db 0%, #48d8bd 100%);
}

.radius_inline {
    width: 50%;
    float: left;
    text-align: right;
}

.radius_inline:first-child {
    text-align: left;
}

.radius_select {
    margin-right: 24px;
    padding-top: 26px;
    overflow: hidden;
}

.btn_block_form {
    padding-right: 24px;
    padding-top: 12px;
}

.btn_pad_step {
    padding-top: 18px;
}

.mid_column_cell {
    margin-left: 368px;
}

.catalog_list_cell {
    font-size: 0;
}

.goods_item {
    width: 32%;
    margin: 0 1% 30px;
    display: inline-block;
    background-color: #ffffff;
    vertical-align: top;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 26px 18px;
    box-shadow: 0px 20px 50px rgba(29, 115, 115, 0.06);
}

.goods_item:nth-child(3n+1) {
    margin-left: 0;
}

.goods_item:nth-child(3n+3) {
    margin-right: 0;
}

.img_item_place {
    border: solid 1px #F2F2F2;
    position: relative;
    overflow: hidden;
}

.img_item_place img {
    width: 100%;
}

.tags_block {
    padding: 16px 0 0;
}

.tag_span {
    background-color: #F7F9FC;
    padding: 6px 10px 7px;
    margin-right: 15px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    color: #2B415B;
}

.tag_span.color_dot {
    position: relative;
    padding-left: 24px;
}

.tag_span.color_dot:after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tag_span.color_dot.red:after {
    background-color: #FF003D;
}

.tag_span.color_dot.green:after {
    background-color: #49D8BD;
}

.description_item_blck {
    min-height: 142px;
    overflow: hidden;
}

.description_item_blck h3 {
    height: 2.8em;
}

.price_block {
    padding: 12px 0;
}

.price_block * {
    vertical-align: baseline;
}

.price_span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-right: 8px;
    color: #2B415B;
}

.bottom_item_btns {
    padding-top: 12px;
}

.bottom_item_btns:after {
    content: "";
    display: block;
    clear: both;
}

.left_btn_place {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-right: 5%;
}

.right_btn_place {
    float: left;
    width: 40%;
}

.search_line {
    margin-left: 240px;
    margin-right: 340px;
    padding-top: 10px;
    text-align: center;
}

.inline_search {
    display: inline-block;
}

.inline_search * {
    vertical-align: middle;
}

.search_transparent {
    background-color: transparent;
    color: #2B415B;
}

.search_ico {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: none;
    margin-right: 12px;
    background-image: url("../../images/main/search_ico.svg");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.login_false {
    display: none;
}

.login_true {
    display: block;
}

.not_logined_view {
    display: none;
}

.login_block_col {
    margin-left: 275px;
}

.right_login_info {
    float: right;
    text-align: right;
    padding-top: 5px;
}

.logout_btn {
    display: inline-block;
    padding-left: 64px;
    vertical-align: middle;
}

.logout {
    transition: opacity 0.3s ease-out 0s;
    padding: 0 42px 0 0;
    border: none;
    opacity: 1;
    cursor: pointer;
    background-image: url("../../images/main/logout.svg");
    background-position: right center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.logout:hover {
    opacity: 0.7;
}

.logout span {
    font-size: 16px;
    display: block;
    padding: 3px 0 5px;
    color: rgba(43, 65, 91, 0.7);
}

.balance_block {
    display: inline-block;
    vertical-align: middle;
}

.balance_block * {
    vertical-align: middle;
}

.wallet_icon {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-image: url("../../images/main/wallet_icon.svg");
    background-position: center 8px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-color: #ffffff;
    display: inline-block;
}

.line_text {
    font-size: 16px;
    color: rgba(43, 65, 91, 0.7);
    padding: 0 10px;
}

.balance_span {
    font-size: 20px;
    font-weight: 600;
    padding-right: 24px;
    padding-left: 12px;
    color: #2B415B;
    background-image: url("../../images/main/l_rub.svg");
    background-position: right 3px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.search_block_col {
    margin-right: 500px;
}

.wide_search_block {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 14px 0;
}

.search_wide_white {
    font-size: 16px;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    width: 93%;
    color: #2B415B;
    padding: 0 26px;
}

.colored_search_btn {
    width: 18px;
    height: 18px;
    border: none;
    vertical-align: middle;
    background-image: url("../../images/main/colored_search_icon.svg");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.show_more {
    padding: 24px 0 0 0;
    text-align: center;
}

.table_line_pop {
    padding: 20px 0;
}

.table_style {
    width: 100%;
}

.table_style th {
    background-color: #49D8BD;
    padding: 12px 26px;
    text-align: left;
    color: #ffffff;
}

.table_style td {
    padding: 12px 26px;
    color: #2B415B;
    text-align: left;
}

.table_style tr:nth-child(even) td {
    background-color: #FAFAFA;
}

.dark_login, .mobile_bal, .mobile_btn_filter {
    display: none;
}

.image_modal_pop_up {
    max-width: 600px;
}

.image_modal_pop_up img {
    width: 100%;
}

.dots_items {
    background-image: url("../../images/main/white_dots.svg");
    background-position: left 120px;
    background-color: transparent;
    background-repeat: no-repeat;
}

@media screen and (min-width: 2000px) {
    .header_section {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 1700px) {
    .faq_wrapper {
        background-position: right 40px;
    }
}

@media screen and (max-width: 1600px) {
    .left_store_blck {
        float: none;
        width: auto;
    }

    .mid_store_blck {
        margin: 0;
        padding-top: 24px;
    }

    .bottom_header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .dots_items {
        background: none;
    }

    .header_bg {
        background-position: 200% top;
    }

    .bg_mask_right {
        background-position: 140% top;
    }
}

@media screen and (max-width: 1400px) {
    .center_column {
        padding: 0 38px;
    }

    .right_side_info {
        width: 50%;
    }

    .left_side_info {
        margin-right: 55%;
    }

    .left_side_info * {
        vertical-align: top;
    }

    .footer_link {
        display: inline-block;
        max-width: 200px;
    }

    .bg_mask_right {
        background-position: 200% top;
    }

    .header_bottom {
        padding-bottom: 40px;
    }

    .menu_li_item {
        padding-right: 14px;
    }
}

@media screen and (max-width: 1300px) {
    .bg_mask_right {
        background-image: url("../../images/main/small_circle.png");
        background-position: right top;
        background-color: transparent;
        background-repeat: no-repeat;
    }

    .tap_container.register {
        padding-bottom: 15px;
    }


    .mob_btn_menu {
        display: block;
        float: right;
    }

    .after_header {
        padding-top: 74px;
    }

    .main_menu {
        transition: right 0.3s ease-out 0s;
        position: fixed;
        right: -100%;
        width: 380px;
        top: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 11;
        box-sizing: border-box;
        padding: 100px 80px;
    }

    .main_menu.expand {
        right: 0;
    }

    .main_menu .btn_tiny {
        width: 100%;
        text-align: center;
        display: block;
    }

    .main_menu .left_side_col {
        float: none;
    }

    .main_menu .close_pop_up {
        display: block;
    }

    .search_wide_white {
        width: 90%;
    }

    .left_column_cell {
        width: 264px;
    }

    .mid_column_cell {
        margin-left: 295px;
    }

    .radius_inline .text {
        padding: 0;
    }

    .radius_inline .input.small_size {
        width: 72px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn_block_form .btn.bordered {
        padding-left: 24px;
        padding-right: 24px;
    }

    .btn_block_form .btn.bordered:before {
        font-size: 14px;
    }

    .btn_block_form .btn.img_icon_clear {
        padding-left: 12px;
        padding-right: 0;
    }

    .btn_block_form .btn.img_icon_clear:before {
        font-size: 14px;
    }

    .btn_block_form .btn.img_icon_clear img {
        left: 10px;
    }

    .left_btn_place {
        width: 75%;
    }

    .right_btn_place {
        width: 25%;
    }

    .btn.small_btn.cart_pad_icon {
        width: 100%;
        height: 41px;
    }

    .btn.small_btn.cart_pad_icon:before {
        content: "";
        background-image: url("../../images/main/shoping_cart.svg");
        background-position: center center;
        background-color: transparent;
        background-repeat: no-repeat;
    }

    .tag_link {
        margin-top: 12px;
    }

    .header_floater.prepare.compact {
        padding: 12px 0 16px;
    }

    .header_floater.prepare.compact .mob_btn_menu {
        margin-top: 16px;
    }

    .menu_ul {
        padding: 0;
    }

    .menu_li_item {
        padding: 0;
        margin-bottom: 16px;
        display: block;
    }

    .bottom_mob_btn {
        display: block;
        position: absolute;
        bottom: 100px;
        left: 80px;
        right: 80px;
    }

    .after_header .left_side_col, .after_header .right_side_col {
        float: none;
    }

    .after_input_block {
        clear: both;
        padding: 0 0 0 0;
        margin-top: -16px;
    }

    .tap_container {
        clear: both;
    }

    .tap_cell {
        padding: 32px;
    }

    .tap_cell, .tap_cell.double_size {
        min-width: auto;
    }

    .input_block {
        width: 32%;
        float: left;
        padding-top: 0;
        padding-bottom: 32px;
        margin: 15px 7px !important;
    }

    .input_block:nth-child(3n+1) {
        margin-left: 0;
    }

    .input_block:nth-child(3n+3) {
        margin-right: 0;
    }

    .btn:before {
        padding: 16px 0 17px;
    }

    .btn.bordered:before {
        padding: 14px 0 15px;
    }

    .header_bottom {
        display: none;
    }

    .section {
        padding-bottom: 62px;
    }

    .quad_block {
        width: 48%;
        margin: 0 1% 30px;
    }

    .quad_block:nth-child(2) {
        margin-right: 0;
    }

    .quad_block:nth-child(3) {
        margin-left: 0;
    }

    .scroll_offers_list {
        white-space: nowrap;
    }

    .offer_item_cell {
        display: inline-block;
        margin-bottom: 38px;
    }

    .cell_table {
        margin: 0;
        display: block;
        padding-top: 24px;
        clear: both;
    }

    .help_cell {
        box-sizing: border-box;
        width: auto;
        display: block;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        padding: 25px;
        height: auto;
        min-height: auto;
    }

    .help_description {
        float: left;
        height: 100px;
        width: 55%;
        padding: 0 10% 0 5%;
        border-left: solid 1px #F5F5F5;
        box-sizing: border-box;
        display: flex;
    }

    .faq_wrapper {
        background: none;
    }

    .faq_list_block {
        margin: 0;
    }

    .review_cell {
        width: 100%;
        margin-right: 32px;
        min-height: auto;
        height: auto;
        padding: 36px;
    }

    .review_cell:last-child {
        margin-right: 0;
    }

    .review_block {
        padding-bottom: 0;
    }

    .review_wrap {
        background-position: right top;
        background-size: auto 100%;
        overflow: hidden;
    }

    .right_side_info {
        float: none;
        width: auto;
        padding-bottom: 60px;
    }

    .left_side_info {
        width: auto;
        margin: 0;
    }

    .footer_link {
        width: auto;
        max-width: none;
    }

    .rtn_botn_block {
        display: none;
    }

    .input_half_wrap {
        clear: left;
        padding-top: 0;
        padding-bottom: 32px;
    }

    .mob_full_size {
        width: auto;
        float: none;
        margin: 0;
    }

    .to_top {
        top: auto;
        bottom: 252px;
    }
}

@media screen and (max-width: 1200px) {
    .left_column_cell {
        transition: left 0.3s ease-out 0s;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -120%;
        float: none;
        width: 368px;
        z-index: 16;
    }

    .left_column_cell.show_filter {
        left: 0;
    }

    .close_filter {
        display: block;
    }

    .mobile_btn_filter {
        display: block;
        padding-bottom: 32px;
    }

    .column_block {
        border-radius: 0;
        overflow: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .btn_block_form {
        padding-bottom: 24px;
    }

    .mid_column_cell {
        margin-left: 0;
    }

    .number_count {
        float: none;
        display: block;
    }

    .description_count {
        margin-left: 0;
    }

    .header_section {
        background-size: cover;
    }

    .header_bg {
        background-position: 250% 50px;
    }

    .catalog_gemb {
        padding-top: 12px;
    }
}

@media screen and (max-width: 1100px) {
    .search_wide_white {
        width: 85%;
    }

    .search_line {
        text-align: right;
        margin-right: 50px;
        padding-top: 12px;
    }

    .balance_block {
        display: none;
    }

    .right_login_info {
        padding-top: 10px;
    }

    .search_block_col {
        margin-right: 150px;
    }

    .search_wide_white {
        width: 93%;
    }

    .mobile_bal {
        display: block;
        padding: 0;
        position: relative;
    }

    .mobile_bal * {
        vertical-align: middle;
    }

    .balance_mob_blck {
        position: absolute;
        right: 0;
        top: 22px;
    }

     .quad_block {
        width: 48%;
        margin: 0 1% 30px;
        min-width: 18rem;
    }
}

@media screen and (max-width: 1000px) {
    .search_wide_white {
        width: 90%;
    }

    .dots_items {
        background: none;
    }
}

@media screen and (max-width: 800px) {
    .wide_search_block {
        position: relative;
    }

    .search_wide_white {
        width: 95%;
    }

    .colored_search_btn {
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .logout_btn {
        padding-left: 0;
    }

    .search_block_col {
        margin-right: 50px;
    }

    .logout {
        height: 24px;
        padding-right: 0;
        margin-left: 12px;
        width: 24px;
    }

    .logout span {
        display: none;
    }
}

@media screen and (max-width: 700px) {

    .rev_descript {
        margin-right: 0;
    }

    .btn, .btn.inline_view {
        width: 100% !important;
        display: block !important;
        margin: 0 0 24px;
        box-sizing: border-box;
    }

    .input_block .btn {
        margin-bottom: 0;
    }

    .pop_up:before {
        display: none;
    }

    .pop_up .decor_ball {
        display: none;
    }

    .bg_mask_right {
        background-image: url("../../images/main/mob_bg_view.png");
        background-position: right top;
        background-color: transparent;
        background-repeat: no-repeat;
    }

    .round_tap_item {
        margin-bottom: 20px;
        margin-right: 20px;
        margin-left: 0;
    }

    .round_tap_item span {
        padding: 10px 18px;
    }

    .btn_block.med_btn_size, .btn_block.small_btn_size {
        width: auto;
    }

    .center_column {
        padding: 0 24px;
    }

    .offers_list {
        max-width: none;
    }

    .input_half_wrap {
        padding: 0;
    }

    .checkbox_text br {
        display: none;
    }

    .input_block, .input_half_wrap .input_block {
        all: initial;
        margin-bottom: 32px;
        display: block;
        position: relative;
    }

    .quad_wrapper {
        white-space: nowrap;
        width: 100%;
        box-sizing: border-box;
    }

    .quad_block {
        width: 100%;
        margin-left: 32px;
        margin-right: 0;
        white-space: normal;
    }

    .quad_block:first-child {
        margin-left: 0;
    }

    .quad_block:nth-child(3) {
        margin-left: 32px;
    }

    .quad_block:last-child {
        margin-right: 24px;
    }

    .cell_photo {
        float: none;
        width: auto;
        margin-bottom: 12px;
    }

    .offer_item_cell {
        vertical-align: top;
    }

    .cell_name_pos {
        padding: 0;
        width: auto;
    }

    .offers_table td:first-child span {
        display: none;
    }

    .scroll_offers_list {
        max-height: none;
    }

    .mobile_hide {
        display: none !important;
    }

    .btn_bordered {
        width: 100%;
        display: block;
    }

    .mobile_view {
        display: block;
    }

    .offer_item_cell {
        margin-left: 16px;
        margin-right: 0;
        box-shadow: none;
        padding: 26px 22px;
        border: solid 1px #F2F2F2;
    }

    .offer_item_cell:first-child {
        margin-left: 0;
    }

    .partners_list {
        text-align: left;
    }

    .partners_list a {
        display: inline-block;
        margin-right: 26px;
        margin-bottom: 22px;
        vertical-align: top;
    }

    .partners_list_middle {
        background-color: red;
        text-align: left;
        vertical-align: middle;
    }

    .partners_list_middle1 a {
        display: inline-block;
        margin-right: 26px;
        margin-bottom: 22px;
        vertical-align: middle;
    }

    .rev_header {
        background: none;
    }

    .help_description {
        float: none;
        width: auto;
        padding: 16px 0 0 0;
        height: auto;
    }

    .third_item_blck {
        width: 100%;
        margin: 0 !important;
        padding: 24px;
    }

    .goods_item {
        width: 100%;
        margin: 0 0 24px 0;
    }
}

@media screen and (max-width: 600px) {
    .faq_item {
        padding-left: 18px;
        padding-right: 18px;
        background-position: 95% center;
        margin: 0 32px 0 0;
    }

    .faq_item.active {
        background-position: 95% 40px;
        box-shadow: none;
        border: solid 1px #F2F2F2;
        margin: 0 32px 0 0;
    }

    .mobile_bal {
        display: block;
        padding: 12px 0 12px 6px;
        position: relative;
    }

    .mobile_bal * {
        vertical-align: middle;
    }

    .balance_mob_blck {
        position: static;
    }

    .faq_middle {
        padding-right: 0;
    }

    .right_side_info {
        margin-bottom: 110px;
    }

    .table_style td {
        font-size: 12px;
    }

    .table_style th {
        font-size: 14px;
    }

    .table_style td, .table_style th {
        padding: 6px;
    }

    .left_column_cell {
        width: 320px;
    }

    .search_line {
        padding-top: 7px;
    }

    .search_line .inline_search {
        display: none;
    }

    .not_logined_view {
        display: block;
    }

    .header {
        padding-top: 14px;
        padding-bottom: 10px;
    }

    .login_block_col {
        margin-left: 0;
    }

    .right_side_col {
        padding-top: 12px;
    }

    .mobile_search_view {
        display: block;
        right: 24px;
    }

    .search_block_col {
        transition: top 0.3s ease-out 0s;
        position: fixed;
        top: -100%;
        left: 0;
        right: 0;
        border-radius: 0;
        margin: 0;
        padding: 64px 16px 24px;
        background-color: #ffffff;
        z-index: 16;
    }

    .search_block_col.show_srch_col {
        top: 0;
    }

    .wide_search_block {
        border: solid 1px #F2F2F2;
    }

    .search_mob_icon {
        border: none;
        cursor: pointer;
        width: 24px;
        height: 24px;
        display: inline-block;
        background-image: url("../../images/main/search_ico.svg");
        background-position: center center;
        background-color: transparent;
        background-repeat: no-repeat;
    }

    .header_floater.prepare.compact {
        padding: 12px 0 10px;
    }

    .header_floater.prepare.compact .mob_btn_menu {
        margin-top: 0;
    }

    .to_top {
        top: auto;
        right: 1rem;
        bottom: 441px;
    }

    .help_bg {
        background-image: url("../../images/main/help_bg.png");
        background-position: left 1500px;
        background-color: transparent;
        background-repeat: no-repeat;
    }

    .review_wrap {
        background-position: 3200% top;
    }

    .foot_logo_block {
        text-align: center;
        padding-bottom: 22px;
    }

    .rev_img {
        width: 70px;
        height: 70px;
    }

    .rev_descript {
        margin-left: 92px;
    }

    .offer_item_cell {
        width: 100%;
        box-sizing: border-box;
        white-space: normal;
    }

    .fot_block_center {
        text-align: center;
    }

    .social_links {
        padding: 4px 0;
    }

    .pop_up .pop_up_content {
        padding: 16px;
    }

    .pop_up .inside_wrap:before {
        display: none;
    }

    .pop_up_body.gift_icon {
        background: transparent;
        background-color: #ffffff;
    }

    .pop_up_body {
        padding: 32px 24px;
        box-shadow: none;
    }

    .pop_up_body h2 {
        font-size: 24px;
        line-height: normal;
        padding-bottom: 24px;
    }

    .pop_up_body .text {
        font-size: 16px;
        line-height: 20px;
    }

    .pop_up_body .btn_block {
        padding-top: 22px;
    }

    .pop_up_body .pad_top_big {
        padding-top: 0;
    }

    .pop_up_body .btn.mob_text:before {
        content: attr(data-mobile);
    }
}

@media screen and (max-width: 550px) {
    .pop_up_content {
        align-items: inherit;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }

    .menu_li_item {
        margin-bottom: 16px;
    }

    .review_wrap {
        background-position: left top;
    }

    .main_menu {
        width: 300px;
        padding: 40px 32px 0;
    }

    .bottom_mob_btn {
        left: 32px;
        right: 32px;
        bottom: 80px;
    }

    .btn:before {
        font-size: 14px;
    }

    .btn.img_icon {
        padding-left: 16px;
    }

    .logo {
        width: 180px;
    }

    .half_column {
        width: auto;
        float: none;
    }

    .icon_text_block {
        padding-bottom: 16px;
    }

    .bottom_mob_btn {
        position: static;
        padding-top: 1em;
    }

    .bottom_mob_btn .pad_bot_big {
        padding-bottom: 1em;
    }

    .bottom_mob_btn .pad_top_small {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .rev_img {
        float: none;
    }

    .center_column {
        padding: 0 12px;
    }

    .rev_descript {
        margin: 0;
        display: block;
    }

    .rev_header {
        height: auto;
    }

    .rev_body {
        padding-top: 12px;
    }

    .review_cell {
        padding: 24px;
        min-height: 500px;
    }

    .after_header {
        padding-top: 24px;
    }

    .quad_block {
        width: 48%;
        margin: 0 1% 30px;
        min-width: 98%;
        max-width: 98%;
    }
}

@media screen and (max-width: 350px) {
    .review_cell {
        min-height: 550px;
    }

    .search_line {
        margin-left: 220px;
        margin-right: 40px;
        padding-top: 10px;
    }

    .search_line button {
        vertical-align: top;
    }
}

.section_info_help {
    display: flex;
}

.section_info_help_text {
    padding-bottom: 46px;
}

.lang_drop {
    position: absolute;
    left: 0;
    top: 100%;
    list-style-type: none;
    margin: 6px 0 0;
    border-radius: 5px;
    padding: 7px 0;
    min-width: 100%;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    font-size: 16px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.lang:hover .lang_drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang_drop::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 6px;
}

.lang_drop li a:hover,
.lang_drop li a.is-active {
    color: #00C2FF;
}

.lang_drop li a {
    display: block;
    padding: 4px 15px 4px 20px;
    color: #2B415B;
    transition: 0.3s;
}

.lang_btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    border-right: solid 1px #2B415B;
    border-bottom: solid 1px #2B415B;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    transition: all 0.3s ease-out 0s;
}

.btn_tiny {
    transition: all 0.3s ease-out 0s;
    padding: 10px 22px 11px;
    background-color: transparent;
    border: solid 1px rgba(43, 65, 91, 0.2);
    color: rgba(43, 65, 91, 0.7);
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    line-height: 1em;
    font-size: 1em;
}

.footer .btn_tiny {
    border: solid 1px rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.7);
}

.lang_btn {
    position: relative;
    padding: 7px 30px 8px 14px;
}

.lang {
    z-index: 2;
    position: relative;
    margin-top: 4px;
}

.aggrement-line {
    padding: 0 !important;
    font-size: 0.8rem !important;
    margin-top: 1rem;
}

.aggrement-line-hr {
    margin: 0;
    margin-bottom: 1rem;
}

.aggrement-page p {
    padding-bottom: 10px;
}

.aggrement-list li {
    list-style-type: disc !important;
    display: list-item !important;
    margin-left: 2rem !important;
}

.store-rules-list > li {
    margin-bottom: .5rem !important;
}

.footer_link_aggrement_cont {
    display: flex;
    max-width: 20rem;
    flex-wrap: wrap;

}

.footer_link_aggrement_cont a {
    margin-top: 1rem;
}

.footer_link_aggrement_cont a:first-child {
    margin-right: 3rem;
}

@media screen and (max-width: 600px) {
    .footer_link_aggrement_cont {
        display: flex;
        flex-direction: column;
    }

    .footer_link_aggrement_cont a {
        text-align: center;
    }

    .footer_link_aggrement_cont a:first-child {
        margin-right: 0rem;
    }

    .footer_link_aggrement_cont {
        max-width: unset;
    }

    .footer_info_block {
        padding-bottom: 1rem;
        display: none;
    }

    .footer_info_block_mob {
        padding-bottom: 1rem;
        display: block;
    }
}

.confirm-phone-head {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2;
    color: #516378;
    font-size: 1.3125rem;
}

.confirm-phone-body {
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
    color: #516378;
    font-size: 1rem;
}

.confirm-phone-support-info {
    margin-top: 1.5rem;
}


.confirm-phone-head-margin-bottom {
    margin-bottom: 2rem;
}

.design_button.confirm_modal {
    max-width: 100%;
    display: inline-block;
    padding-left: 46px;
    padding-right: 46px; }

.error_field_top10 {
    top: 2%;
}

.input_confirm_data {
    padding-bottom: 0;
}

/* register-form select*/

.register-form:not([data-part="rlp"]) .select {
    appearance: none;
    -webkit-appearance:none;
    background-color: #F7F9FC;
    border: solid 1px #F7F9FC;
    border-radius: 10px;
    box-sizing: border-box;
    color: #516378;
    cursor: pointer;
    font-size: 1em;
    font-family: "Ubuntu", sans-serif;
    line-height: 1em;
    padding: 17px 26px 19px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.register-form:not([data-part="rlp"]) .select:hover {
    border-color: #CCDBED;
}

.register-form:not([data-part="rlp"]) .select:focus-visible  {
    border: solid 1px #23C6EA;
}

.register-form:not([data-part="rlp"]) .select.error {
    border-color: #F2BEBE;
    color: #FF0000;
}

.footer-18-plus {
    margin-top: 1rem;
}

.text_block.policy > p {
    text-indent: 20px;
    line-height: 1.7;
}

.text_block > .contacts {
    margin-left: 20px;
}

.text_block > .policy_footer {
    text-align: center;
}

/*******************************************************/
/************authorize-form__btn-password***************/
/*******************************************************/
    @media screen and (max-width: 700px){
        .authorize-form__btn-password {
            margin-top: 2rem;
        }
    }
/*******************************************************/
/************authorize-form__btn-password***************/
/*******************************************************/

/*# sourceMappingURL=main.css.map */
