
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    box-sizing: border-box;
}

img
{
    border: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active
{
    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]
{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

:focus
{
    outline: none;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

::-ms-clear
{
    display: none;
}

/*---------------    Main styles---------------*/
:root
{
    --bg: #f2f2f2;
    --bg2: #F3ECDE;
    --aside_width: 237px;
    --scroll_width: 17px;
    --text_color: #000;
    --font_size: 16px;
    --font_size_title: 50px;
    --font_family: 'Play';
    --box-shadow-color: #E1D7C4;
    --main_color1: #191919;
    --main_color2: #235049;
    --main_color3: #F5EEE0;
    --main_color4: rgb(216, 168, 58);
    --main_color_opacity: rgba(95, 95, 254, .03);
    --alpha: 0.6;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

html
{
    height: 100%;

    background: var(--bg);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);

    height: 100%;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

body.lock
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

.wrap
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-width: 360px;
    min-height: 100%;
}

.main
{
    flex: 1 0 auto;
}

.cont
{
    width: 100%;
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 20px;
}

.compensate-for-scrollbar
{
    margin-right: var(--scroll_width) !important;
}

.lozad
{
    transition: .5s linear;

    opacity: 0;
}

.lozad.loaded
{
    opacity: 1;
}

.flex
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.content_flex.flex,
.content_flex > .cont.flex
{
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.content_flex.block {
    padding: 50px 0 50px;

}
.content_flex .content
{
    position: relative;

    width: calc(100% - var(--aside_width) - 42px);
}

.content_flex .content > :first-child
{
    margin-top: 0;
    margin-bottom: 0;
}

.content_flex .content > :last-child
{
    margin-bottom: 0;
}

.block
{
    padding: 130px 0 120px;
}

.block.no_margin
{
    margin-bottom: 0 !important;
}


.block_head
{
    display: flex;

    width: 100%;
    margin-bottom: 51px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}




.block_head.center .desc
{
    max-width: 100%;
}

.block_head .title
{
    color: var(--main_color1);
    font-size: var(--font_size_title);
    font-weight: 700;
    line-height: 58px;
    font-family: var(--font_family);
    letter-spacing: -0.1px;
    padding-bottom: 12px;
}

.block_head .desc
{
    color: var(--text-color);
    font-size: var(--font_size);
    line-height: 26px;
    width: 100%;
}

.link {
    color: #fff;
    line-height: 39px;
    display: inline-block;
    min-width: 113px;
    min-height: 39px;
    padding: 0 12px;
    vertical-align: top;
    text-decoration: none;
    border: none;
    font-size: 14px;
    text-align: center;
    background: var(--main_color4);
}
.link:hover {
    background: var(--main_color2);
}
.link svg
{
    margin-left: 5px;
}

.block_head .link
{
    margin-top: 28px;
}

.block_head .all_link
{
    color: #fff;
    font-size: 18px;
    line-height: 53px;

    display: inline-block;

    height: 53px;
    margin-left: auto;
    padding: 0 40px;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: -.3px;
    background: var(--main_color2);
}

.block_head .all_link svg
{
    margin-left: 5px;
}


.form
{
    --form_border_color: var(--main_color1);
    --form_focus_color: var(--main_color1);
    --form_error_color: red;
    --form_success_color: green;
    --form_border_radius: 12px;
    --form_bg_color: #eef9ff;
    --form_placeholder_color: rgba(85, 85, 85, 0.3);
}

.form ::-webkit-input-placeholder
{
    color: var(--form_placeholder_color);
}

.form :-moz-placeholder
{
    color: var(--form_placeholder_color);
}

.form :-ms-input-placeholder
{
    color: var(--form_placeholder_color);
}

.form .columns
{
    display: flex;

    margin-left: calc(var(--form_columns_offset) * -1);

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    --form_columns_offset: 20px;
}

.form .columns > *
{
    width: calc(50% - var(--form_columns_offset));
    margin-left: var(--form_columns_offset);
}

.form .columns > *.width1of3
{
    width: calc(33.333% - var(--form_columns_offset));
}

.form .columns > *.width2of3
{
    width: calc(66.666% - var(--form_columns_offset));
}

.form .columns > *.width3of3
{
    width: calc(100% - var(--form_columns_offset));
}

.form .columns > *.width1of4
{
    width: calc(25% - var(--form_columns_offset));
}

.form .columns > *.width2of4
{
    width: calc(50% - var(--form_columns_offset));
}

.form .columns > *.width3of4
{
    width: calc(75% - var(--form_columns_offset));
}

.form .columns > *.width4of4
{
    width: calc(100% - var(--form_columns_offset));
}

.form .line
{
    margin-bottom: 18px;
}

.form .label
{
    color: #000;
    line-height: 21px;

    margin-bottom: 7px;

    letter-spacing: .35px;

    opacity: .33;
}

.form .field
{
    position: relative;
}

.form .input
{
    color: #7B7B7C;
    font: var( --font_size) var(--font_family);
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 67px;
    padding: 0 22px;
    transition: .2s linear;
    background: #FFFFFF;
    border: none;
}

.form textarea
{
    color: #7B7B7C;
    font: var(--font_size)/30px var(--font_family);
    display: block;
    width: 100%;
    height: 132px;
    padding: 7px 22px;
    resize: none;
    transition: .2s linear;
    background: #FFFFFF;
    border: none;
}

.form .input:focus,
.form textarea:focus
{
    border-color: var(--form_focus_color);
}

.form .success
{
    border-color: var(--form_success_color);
}

.form .error
{
    border-color: var(--form_error_color);
}

.form input[type=checkbox],
.form input[type=file]
{
    display: none;
}

.checkout_info .form input[type=checkbox] + label, .director_letter .form input[type=checkbox] + label
, .quiz_poll .form input[type=checkbox] + label
, .upload  .form input[type=checkbox] + label{
    color: var(--text_color);
}
.form input[type=checkbox] + label
{
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
    position: relative;
    display: flex;
    min-height: 24px;
    padding-left: 36px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form input[type=checkbox] + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 24px;
    height: 24px;

    content: '';
    transition: .2s linear;

    border: 2px solid var(--main_color2);
    background: #fff;
}

.form input[type=checkbox] + label i
{
    position: absolute;
    top: 3px;
    left: 3px;

    display: block;

    width: 17px;
    height: 17px;

    content: '';
    transition: .2s linear;

    opacity: 0;
}

.form input[type=checkbox] + label a{
    text-decoration: underline;
}

.form input[type=checkbox]:checked + label i
{
    opacity: 1;
}
.form input[type=checkbox]:checked + label i svg *
{
    fill: var(--main_color2);
}
.form input[type=file] + label
{
    font: 700 10px/39px var(--font_family);
    font-weight: 300;
    line-height: 53px;
    display: inline-block;
    min-width: 155px;
    height: 53px;
    margin-left: auto;
    cursor: pointer;
    transition: .2s linear;
    color: var(--main_color2);
    padding: 0 20px;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid var(--main_color2);
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    background-color: #fff;
}

.form .file .list
{
    display: flex;

    margin-top: 30px;
    margin-bottom: -20px;
    margin-left: -25px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.form .file .list .list-item
{
    display: flex;

    margin-left: 25px;
}
.form .file .list .list-item svg *
{
    fill: var(--main_color1);
}
.form .file .list .item
{
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;

    display: flex;
    flex-direction: column;

    min-height: 28px;
    margin-bottom: 20px;
    padding-left: 10px;

    text-align: left;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .file .list .item > *
{
    width: 100%;

    text-align: left;
}

.form .file .list .item .del
{
    color: #e23f4c;
    font-family: var(--font_family);
    font-size: 9px;
    line-height: 11px;

    display: inline-block;

    margin-top: 3px;

    cursor: pointer;
    vertical-align: top;

    border: none;
    background: none;
}

.form .bottom
{
    display: flex;

    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
    flex-wrap: wrap;
}

.form .bottom .agree
{
    width: calc(100% - 175px);
}



.form .submit
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .submit_btn
{

    font: 700 10px/39px var(--font_family);
    font-weight: 300;
    line-height: 53px;
    display: flex;
    align-items: center;
    min-width: 131px;
    min-height: 39px;
    height: auto;
    margin-left: auto;
    cursor: pointer;
    transition: .2s linear;
    color: #fff;
    padding: 0 22px;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    background: var(--main_color4);
    border: none;
}
.form .submit_btn svg
{
    margin-left: 6px;
    display: block;
}

.text_block
{
    line-height: 35px;

    letter-spacing: .3px;
}

.text_block > :last-child,
.text_block blockquote > :last-child,
.text_block q > :last-child
{
    margin-bottom: 0 !important;
}

.text_block > :first-child,
.text_block blockquote > :first-child,
.text_block q > :first-child
{
    /*margin-top: 0 !important;*/
}

.text_block p,
.text_block img,
.text_block blockquote,
.text_block q
{
    margin-bottom: 30px;
}

.text_block img
{
    display: block;

    max-width: 100%;
}

.text_block img.left
{
    max-width: calc(50% - 36px);
    margin-top: 4px;
    margin-right: 28px;
}

.text_block img.right
{
    max-width: calc(50% - 36px);
    margin-top: 4px;
    margin-left: 36px;
}

.text_block img.loaded
{
    height: auto !important;
}

.text_block blockquote,
.text_block q
{
    font-weight: 500;
    font-style: italic;

    display: block;
}

.text_block b,
.text_block strong
{
    font-weight: 500;
}

.text_block a
{
    transition: .2s linear;
}

.text_block a:hover
{
    text-decoration: none;
}

.pagination {
    display: flex;
    margin-top: 44px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.pagination.center {
    justify-content: center;
}

.pagination.alignright {
    justify-content: flex-end;
}

.pagination a {
    color: #95A3B3;
    font-size: 12px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    width: 36px;
    height: 36px;
    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--main_color2);
    margin-right: 1px;
}
.pagination span{
    color: #95A3B3;
    width: 36px;
    text-align: center;
}

.pagination a:hover {
    background: var(--main_color2);
    font-weight: bold;
    color:#fff;
}

.pagination a.active {
    background: var(--main_color2);
    font-weight: bold;
    color:#fff;
}

.pagination .prev,
.pagination .next {
    background: var(--main_color2);
    width: 36px;
    height: 36px;
    line-height: 40px;
}
.pagination .next{
    margin-left:8px;
}
.pagination .prev {
    margin-right: 8px;
}

.pagination .prev:hover,
.pagination .next:hover {
    opacity: 1;
}


.buttonUp
{
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;

    display: none;
}

.buttonUp button
{
    position: relative;

    display: block;

    width: 50px;
    height: 50px;

    cursor: pointer;

    border: none;
    border-radius: 50%;
    background: var(--main_color2) url(../../../../../images/site/designs/11/ic_buttonUp.png) 50% calc(50% - 1px)/30px 30px no-repeat;
}

.overlay
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100vh;

    opacity: .65;
    background: #000;
}

.supports_error
{
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;

    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.supports_error.show
{
    display: flex;
}

/*---------------   Header---------------*/
header
{
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}
header .bottom {
    background: var(--main_color4);
}
header > .close
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    width: 50px;
    height: 50px;
    padding: 13px;

    cursor: pointer;

    border: none;
    background: none;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header.show > .close
{
    display: flex;
}

header > .close span
{
    position: relative;

    display: block;

    width: 100%;
    height: 2px;

    background: #fff;
}

header > .close span:nth-child(1)
{
    top: 1px;

    transform: rotate(45deg);
}

header > .close span:nth-child(2)
{
    top: -1px;

    transform: rotate(-45deg);
}

header .info
{
    padding: 30px 0 30px;
    background: #fff;
}

header .info .cont.flex
{
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

header .logo
{
    width: 100%;
    max-width: 510px;
    margin-right: auto;
}

header .logo
{
    color: #626262;
    font-size: var(--font_size);
    line-height: 21px;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: 2.49px;
    text-transform: uppercase;
}
header .logo .desc {
    font-size: 17px !important;
    line-height: 20px;
    letter-spacing: 7.22311px;
    text-transform: uppercase;
    color: #244364;
    mix-blend-mode: normal;
    opacity: 0.3;
}
header .logo a
{
    color: var(--main_color2);

    text-decoration: none;
}

header .logo .name
{
    color: var(--main_color2);
    font-size: var(--font_size);
    font-weight: 900;
    line-height: 16px;
    font-family: var(--font_family);
    transition: .3s;
    letter-spacing: -1.32px;
}

header .logo img
{
    display: block;

    max-width: 100%;
    max-height: 120px;
}

header .socials
{
    display: flex;

    margin-left: 13px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-shrink: 0;
}

header .socials a
{
    display: block;
}

header .socials a.more
{
    position: relative;

    border-radius: 50%;
    background-color: var(--main_color2);
}
header .socials a.more .arrow
{
    position: absolute;
    top: 32px;
    right: 0;

    display: none;

    padding: 0 15px 0 150px;
    padding-bottom: 10px;
}

header .socials a.more svg
{
    fill: var(--main_color2);
}

header .socials a.more .more_block
{
    position: absolute;
    z-index: 100;
    top: 60px;
    right: 0;

    display: none;

    padding: 15px;

    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 23px rgba(0, 0, 0, .14);
}

header .socials a.more.active .more_block
{
    display: flex;
}
header .socials a.more.active .arrow
{
    display: block;
}

header .socials a + a
{
    margin-left: 12px;
}

header .socials img
{
    display: block;

    width: 40px;
    height: 40px;
}

header .contacts
{
    color: #1b1b1b;
    font-size: var(--font_size);
    font-weight: 500;
    line-height: 20px;

    margin-left: 40px;

    letter-spacing: -.21px;

    flex-shrink: 0;
}

header .contacts a
{
    color: #244364;
    display: flex;
    align-items: center;
    white-space: normal;
    text-decoration: none;
}

header .contacts .email
{
    position: relative;

    padding-left: 14px;
}

header .contacts .email:before
{
    position: absolute;
    top: 10px;
    left: 0;
    display: none;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background: #1b1b1b;
}

header .contacts .email a:hover
{
    text-decoration: underline;
}

header .contacts .phones
{
    /* display: flex; */
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 510px;
}
@media (min-width: 1024px)
{
    header .contacts .phones a:nth-child(3), header .contacts .phones a:nth-child(4){
        margin-top: 10px;
    }
}
header .contacts .phones a span {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.196638px;
    color: #244364;
    display: block;
    margin-left: 14px;
}

header .contacts .phones > *
{
    position: relative;

    padding-left: 14px;

}
header .contacts .phones img {
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 50%;
    background: var(--main_color2);
}

header .contacts .phones > * + *
{
    /* margin-left: 30px; */
}


header .menu
{
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

header .menu .item
{
    position: relative;

    display: block;

    list-style-type: none;
}

header .menu .item > a
{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    height: 52px;
    padding: 15px 22px 14px;
    transition: background .2s linear;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

header .menu .item > a span
{
    position: relative;

    padding-right: 15px;
}

header .menu .item > a span:after {
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    content: '';
    transform: rotate(-135deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

header .menu .item:hover > a span:after{
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}


header .menu .item:hover > a,
header .menu .item > a.active
{
    color: #fff;
    background:  rgba(0, 0, 0, .28);
}

header .menu .sub_menu,
header .menu .item:hover > a.touch_link + .sub_menu
{
    position: absolute;
    z-index: 99;
    top: calc(100% + 30px);

    visibility: hidden;

    min-width: auto;

    transition: .2s linear;

    opacity: 0;
    background: var(--main_color4);
    border: none;
}

header .menu .item:hover .sub_menu,
header .menu .item > a.touch_link + .sub_menu.show
{
    top: 100%;
    visibility: visible;
    opacity: 1;
}

header .menu .sub_menu a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    display: flex;
    height: 40px;
    padding: 12px 60px 14px 15px;
    transition: background .2s linear;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
    justify-content: flex-start;
}

header .menu .sub_menu a:hover,
header .menu .sub_menu a.active
{
    color: #fff;
    background: rgba(0, 0, 0, .28);
}

header .menu .sub_menu div:first-child a:hover
{
}
header .menu .sub_menu div:last-child a:hover
{
}

header .menu .flexMenu-viewMore
{
    position: relative;

    list-style-type: none;
}

header .menu .flexMenu-viewMore > a
{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;

    display: flex;

    height: 52px;
    padding: 15px 40px;

    transition: background .2s linear;
    text-decoration: none;
    text-transform: uppercase;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

header .menu .flexMenu-viewMore > a span
{
    position: relative;

    padding-right: 15px;
}

header .menu .flexMenu-viewMore > a span:after
{
    position: absolute;
    top: 50%;
    right: -1px;

    display: block;

    width: 7px;
    height: 7px;
    margin-top: -6px;

    content: '';
    transform: rotate(-45deg);

    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

header .menu .flexMenu-viewMore .item > a span:after{
    /* display: none; */
}

header .menu .flexMenu-viewMore:hover > a span:after
{
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
header .menu .flexMenu-viewMore:hover > a,
header .menu .flexMenu-viewMore.active > a
{
    color: #fff;

    background: rgba(0, 0, 0, .28);
}

header .menu .flexMenu-popup
{
    z-index: 9;
    top: calc(100% + 0px);
    right: 0;
    left: auto;

    min-width: 100%;
    padding: 0;

    background: var(--main_color4);
    border:none;
}

header .menu .flexMenu-popup > *
{
    display: block;

    list-style-type: none;
}

header .menu .flexMenu-popup .item
{
    width: 100%;
}

header .menu .flexMenu-popup .item a
{
	color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    display: flex;
    height: 40px;
    transition: background .2s linear;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
    justify-content: flex-start;
}

header .menu .flexMenu-popup .item:first-child a
{
}

header .menu .flexMenu-popup .item:last-child a
{
}

header .menu .flexMenu-popup .item > a .icon
{
    display: none;
}

header .menu .flexMenu-popup .item a:hover,
header .menu .flexMenu-popup .item a.active
{
    color: #fff;
    background: rgba(0, 0, 0, .28);
}

header .menu .flexMenu-popup .sub_menu,
header .menu .flexMenu-popup .item:hover > a.touch_link + .sub_menu
{
    top: 0;
    right: calc(100% + 30px);
    left: auto;
}

header .menu .flexMenu-popup .item:hover .sub_menu,
header .menu .flexMenu-popup .item > a.touch_link + .sub_menu.show
{
    top: 0;
    right: 100%;
    margin-bottom:0;
}

.mob_header
{
    display: none;

    margin-bottom: 20px;
    padding: 35px 0;
}

.mob_header .cont
{
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.mob_header .logo
{
    max-width: 240px;
    margin-right: auto;
}

.mob_header .logo,
.mob_header .logo a
{
    color: var(--main_color2);
    font-size: 2.3vw;
    line-height: 2.3vw;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.mob_header .logo .name
{
    color: var(--main_color2);
    font-size: 5vw;
    font-weight: bold;
    line-height: 5vw;

    letter-spacing: -2.5px;
}

.mob_header .logo img
{
    display: block;

    max-width: 180px;
    max-height: 100px;
}

.mob_header .bg
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .contacts
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .contacts a
{
    display: flex;

    width: 35px;
    height: 35px;
    padding: 8px;

    border-radius: 50%;
    background: var(--main_color2);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .contacts a + a
{
    margin-left: 15px;
}

.mob_header .contacts a img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.mob_header .socials
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .socials a
{
    display: block;
}

.mob_header .socials,
.mob_header .socials a + a
{
    margin-left: 15px;
}

.mob_header .socials img
{
    display: block;

    width: 35px;
    height: 35px;
}


.mob_header .socials a.more
{
    position: relative;

    border-radius: 50%;
    background-color: var(--main_color2);
}
.mob_header .socials a.more .arrow
{
    position: absolute;
    top: 32px;

    display: none;

    padding: 0 12px;
    padding-bottom: 10px;
}

.mob_header .socials a.more svg
{
    fill: var(--main_color1);
}

.mob_header .socials a.more .more_block
{
    position: absolute;
    z-index: 100;
    top: 60px;
    right: 0;

    display: none;

    padding: 15px;

    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 23px rgba(0, 0, 0, .14);
}

.mob_header .socials a.more.active .more_block
{
    display: flex;
}
.mob_header .socials a.more.active .arrow
{
    display: block;
}

.mob_header .mob_menu_link
{
    display: flex;

    width: 64px;
    height: 64px;
    margin-left: 40px;
    padding: 15px;

    cursor: pointer;

    border: none;
    background: var(--main_color4);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .mob_menu_link span
{
    position: relative;

    display: block;

    width: 100%;
    height: 3px;

    transition: .2s linear;

    border-radius: 2px;
    background: #fff;
}

.mob_header .mob_menu_link span:nth-child(2)
{
    width: calc(100% - 10px);
    margin-right: 10px;
}

.mob_header .mob_menu_link span + span
{
    margin-top: 6px;
}

/*---------------   Sidebar---------------*/
aside
{
    position: relative;

    width: var(--aside_width);
    max-width: 100%;
}

aside .block
{
    margin-bottom: 26px !important;

    background: var(--main_color2);
}

aside .block:nth-child(2n),aside .block:nth-child(2n+1)  {
    background: var(--main_color2);
    padding: 0;
}

aside .block .title
{
    color: #fff;
    position: relative;
    display: flex;
    padding: 19px 21px 16px;
    border-bottom: 1px solid rgba(151, 151, 151, .21);
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: var(--font_size);
    line-height: 21px;
}

aside .block .title .close
{
    display: none;

    width: 24px;
    height: 24px;
    margin-left: auto;

    cursor: pointer;

    border: none;
    border-radius: 4px;
    background: #c8c8c8 url(../../../../../images/site/designs/11/ic_close.svg) 50% no-repeat;
}

aside .block .data
{
    padding: 20px;
}

aside .mob_filter_link
{
    color: #fff;
    font-family: var(--font_family);
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;

    display: none;

    width: 167px;
    height: 41px;

    cursor: pointer;

    border: none;
    background: var(--main_color2);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

aside .mob_filter_link img
{
    display: block;

    margin-right: 10px;
}

aside .search
{
    margin-bottom: 26px;
}

aside .search div
{
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

aside .search ::-webkit-input-placeholder,
aside .search :-moz-placeholder,
aside .search :-ms-input-placeholder
{
    color: #898989;
}

aside .search .input
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    line-height: 17px;
    display: block;
    box-sizing: border-box;
    width: calc(100% - 57px);
    height: 45px;
    padding: 0 12px;
    border: none;
    background: #fff;
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.185428);
}

aside .search .submit_btn
{
    display: flex;

    width: 45px;
    height: 45px;

    cursor: pointer;

    border: none;
    background: var(--main_color4);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
aside .search .submit_btn img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

aside .cats .data > * + *
{
    margin-top: 5px;
}
aside .cats .data .data2
{
    position: relative;
    z-index: 2;

    overflow-y: auto;

    max-height: 310px;
}

aside .cats .data .data2::-webkit-scrollbar
{
    width: 7px;
}
aside .cats .data .data2::-webkit-scrollbar-track
{
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: #eaeaea;
}
aside .cats .data .data2::-webkit-scrollbar-thumb
{
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: #c8c8c8;
}


aside .cats label
{
    color: #fff;
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding-left: 25px;

    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
}

aside .cats label:before
{
    position: absolute;
    top: 7px;
    left: 0;

    display: block;

    width: 17px;
    height: 17px;

    content: '';
    transition: border-color .2s linear;

    background: #E9F7FF;
    mix-blend-mode: normal;
    opacity: 0.24;
    border: 1px solid #B3B3B3;
}

aside .cats label:after
{
    position: absolute;
    top: 3px;
    left: 3px;

    display: block;

    width: 11px;
    height: 11px;

    content: '';
    transition: opacity .2s linear;

    opacity: 0;
    background: url(../../../../../images/site/designs/11/ic_checkbox2.svg);
}

aside .cats input:checked + label:before
{
    border-color: var(--main_color2);
}

aside .cats input:checked + label:after
{
    opacity: 1;
}

aside .filter .range .name
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

aside .submit_btn
{
    font: 400 14px/56px var(--font_family);
    width: 100%;
    padding: 0 14px;
    cursor: pointer;
    transition: .2s linear;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    height: 45px;
    width: calc(100% - 57px);
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    background: var(--main_color4);
    border: none;
}

aside > *:last-child
{
    margin-bottom: 0 !important;
}


.breadcrumbs {
    margin-bottom: 18px;
}
.breadcrumbs a {
    text-decoration: none;
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);

}
.breadcrumbs .sep {
    padding-left: 6px;
    padding-right: 6px;
}

/*---------------   Main section---------------*/
.owl-carousel,
.owl-carousel .slide:first-child
{
    display: block;
}

.owl-carousel .slide
{
    display: none;
}

.owl-carousel .owl-stage
{
    white-space: nowrap;
}

.owl-carousel .owl-item
{
    display: inline-block;
    float: none;

    vertical-align: top;
    white-space: normal;
}

.owl-carousel .slide .lozad
{
    transition: .2s linear;
}


.first_section
{
    position: relative;
    background: var(--main_color3);
}
.first_section.block {
    margin-top: -130px;
}
.first_section .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.first_section .info {
    width: calc(100% - 572px);
    background: var(--main_color2);
    padding-top: 180px;
    padding-bottom: 140px;
    position: relative;
}
.first_section .info:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: var(--main_color2);
}
.first_section .info .title
{
    position: relative;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1.76744px;
    color: #fff;
    max-width: 410px;
    width: 100%;
    margin-bottom: 22px;
}
.first_section .info .desc
{
    font-weight: 400;
    font-size: var(--font_size);
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 34px;
    max-width: 348px;
    width: 100%;
}

.first_section .img {
    display: block;
    width: 720px;
    height: 479px;
    margin-left: -200px;
    z-index: 1;
}

.first_section .img > *
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
.first_section .link:hover {
    background: var(--main_color4);
}


.first_section2.block {
    text-align: end;
    padding: 0;
    position: relative;
    z-index: 1;
    background: none;
}
.first_section2.block:after {
    content: "";
    position: absolute;
    border-radius: 0 0 70% 0;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    background: var(--main_color2);
    z-index: -1;
    left: 0;
}
.first_section2 .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first_section2 .info {
    background: none;
    width: calc(100% - 748px);
    padding-top: 175px;
    padding-bottom: 260px;
}
.first_section2 .img {
    position: relative;
    display: block;
    width: 607px;
    height: 599px;
    margin-left: -80px;
    margin-top: 33px;
    z-index: 1;
    border-radius: 50%;
    border: 26px solid var(--main_color4);
    flex-shrink: 0;
}
.first_section2 .img::before {
    position: absolute;
    content: "";
    width: 659px;
    height: 649px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--main_color4);
    opacity: 0.6;
    border-radius: 50%;
    z-index: -1;
}
.first_section2 .img::after {
    position: absolute;
    content: "";
    width: 710px;
    height: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--main_color4);
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
}

.first_section2 .img > *
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;

}
.first_section2 .info:before {
    display: none;
}
.first_section2 .info .title
{
    position: relative;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1.76744px;
    color: #fff;
    max-width: 410px;
    width: 100%;
    margin-bottom: 22px;
}
.first_section2 .info .desc
{
    font-weight: 400;
    font-size: var(--font_size);
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 34px;
    max-width: 398px;
    width: 100%;
}


.button-down {
    width: 95px;
    height: 80px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--main_color4);
    transition: all .4s;
    z-index: 1;
}
.button-down:hover {
    background: var(--main_color2);
}
.button-down svg {
    display: block;
    margin: 0 auto;
    margin-top: 27px;
}

.owl-nav-custom {
    display: flex;
    align-items: center;
}
.owl-nav-custom button {
    z-index: 9;
    bottom: -15px;
    display: block;
    overflow: visible;
    width: 42px;
    height: 42px;
    cursor: pointer;
    transition: opacity .2s linear;
    border: none;
}
.owl-nav-custom button.next {
    transition: all .4s;
    background: var(--main_color2);
}
.owl-nav-custom button.next svg {
    fill: #FFFFFF;
}
.owl-nav-custom button.next:hover {
    background: #FFFFFF;
}
 .owl-nav-custom button.next:hover svg {
    fill: var(--main_color2);
}

.owl-nav-custom button.prev {
    transition: all .4s;
    background: #FFFFFF;
    margin-right: 12px;
}
.owl-nav-custom button.prev svg {
    fill: var(--main_color2);
}
.owl-nav-custom button.prev:hover {
    background: var(--main_color2);
}
.owl-nav-custom button.prev:hover svg {
    fill: #FFFFFF;
}
.owl-nav-custom button svg {
    top: 0;
}



.main_slider .owl-carousel .owl-nav button
{
    bottom: 50%;
    background: var(--main_color4);
}
.main_slider .owl-carousel .owl-nav button.owl-prev {
    left: 6%;
    margin-left: 0;
}
.main_slider .owl-carousel .owl-nav button.owl-next {
    right: 6%;
    margin-right: 0;
}
.main_slider .owl-dots {
    left: 78%;
}
.main_slider .owl-dot {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    transition: .2s linear;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
}
.main_slider .owl-dot.active {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    transition: .2s linear;
    border: none;
    border-radius: 50%;
    background: var(--main_color4);
}


.main_slider2 .owl-dot {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    transition: .2s linear;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
}
.main_slider2 .owl-dot.active {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    transition: .2s linear;
    border: none;
    border-radius: 50%;
    background: var(--main_color4);
}
.main_slider2 .owl-dots {
    right: calc(17% + 400px);
    bottom: 100px;
    left: 0;
}
.main_slider2 .owl-carousel .owl-nav button {
    position: absolute;
    z-index: 9;
    left: 41% !important;
    bottom: 3%;
    display: block;
    overflow: visible;
    width: 55px;
    height: 55px;
    cursor: pointer;
    transition: opacity .2s linear;
    border: none;
    background: var(--main_color4);
}
.main_slider2 .owl-carousel .owl-nav button.owl-next
{
    background: #fff;
}
.main_slider2 .owl-carousel .owl-nav button svg {
    width: 9px;
    height: 15px;
}





.main_slider
{
    background: #ddd;
}

.main_slider .slide
{
    position: relative;
    overflow: hidden;
}
.main_slider3 .slide
{
    position: relative;
    overflow: hidden;
}
.main_slider3 .link:hover {
    background: var(--main_color4);
}
.main_slider .slide:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.main_slider .slide .bg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;

    object-fit: cover;
}

.main_slider3 .slide .bg
{
    position: absolute;
    z-index: 1;
    top: -106px;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;

    object-fit: cover;
}

.main_slider .slide .cont
{
    position: relative;
    z-index: 5;

    display: flex;

    min-height: 582px;
    padding-top: 90px;
    padding-bottom: 150px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.main_slider .slide .info
{
    color: #fff;
    width: 100%;
    text-align: end;
}

.main_slider .slide .title
{
    position: relative;
    max-width: 100%;
    padding-bottom: 37px;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 49px;
    line-height: 46px;
    letter-spacing: -2.16512px;
    color: #fff;
}
.main_slider .slide .desc
{
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.main_slider .slide .link
{
    margin-top: 37px;
    margin-left: auto;
}



.main_slider2 .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.main_slider2 .info
{
    width: 634px;
    padding: 61px 109px 96px 63px;
    background: var(--main_color2);
}

.main_slider2 .info .title
{
    color: #fff;
    position: relative;
    max-width: 100%;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -2.03256px;
}

.main_slider2 .info .desc
{
    margin-top: 23px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    max-width: 369px;
    width: 100%;
}

.main_slider2 .info .link
{
    margin-top: 40px;
}

.main_slider2 .img
{
    position: relative;
    z-index: 9;

    display: block;
    margin-left: -87px;
    margin-top: 91px;
    width: 651px;
    height: 500px;
}

.main_slider2 .img img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    object-fit: cover;
}


.main_slider3 .slide .bg {
    z-index: -1;
}

.main_slider3 .slide .info {
    text-align: start;
    padding: 79px 79px 85px;
    background: var(--main_color2);
    max-width: 657px;
    width: 100%;
    z-index: 1;
    margin-top: 106px;
}
.main_slider3 .slide .title {
    font-weight: bold;
    font-size: 47px;
    line-height: 46px;
    letter-spacing: -2.07674px;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.main_slider3 .slide .desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 369px;
    width: 100%;
    margin-bottom: 39px;
}
.main_slider3 .btns {
    margin-top: 116px;
}


.advantages {
    padding: 130px 0 120px;
    background: var(--bg);
}
.advantages .cont
{
    position: relative;
}
.advantages .flex
{
    justify-content: center;
    align-items: stretch;
    margin-bottom: -21px;
    margin-left: -21px;
}

.advantages .flex > *
{
    width: calc(25% - 21px);
    margin-bottom: 21px;
    margin-left: 21px;
}

.advantages .item
{
    line-height: 22px;
    position: relative;
    text-align: start;
    letter-spacing: .3px;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 23px 23px 39px 23px;
    height: auto;
}

.advantages .item .icon
{
    position: relative;

    width: 74px;
    height: 74px;
    margin-bottom: 21px;
}


.advantages .item .icon img
{
    position: absolute;
    display: block;
    top: 0;
    border: 6px solid var(--main_color4);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.advantages .item .name {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    margin-bottom: 22px;
    font-family: var(--font_family);
}

.advantages .item .desc
{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #646464;
}
.about {
    background: url(../../../../../images/site/designs/11/about-bg.png);
    background-position: 0 center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.about .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.about .info
{
    max-width: calc(100% - 600px);
}
.about .link
{
    margin-top: 20px;
}
.about .img
{
    display: block;
    width: 412px;
    height: 460px;
    position: relative;
}
.about .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about .block_head {
    margin-bottom: 8px;
}
.about .fw700 {
    font-weight: 700;
}
.about .text_block {
    line-height: 26px;
    letter-spacing: 0px;
}
.about .img::before {
    position: absolute;
    top: 27px;
    left: -35px;
    width: 100%;
    height: 100%;
    background: var(--main_color2);
    content: "";
    z-index: -1;
}




.how_we_work .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.how_we_work .info .flex
{
    counter-reset: div;
    justify-content: space-between;
}

.how_we_work .info .item {
    line-height: 22px;
    position: relative;
    width: 100%;
    min-height: 120px;
    padding-left: 58px;
}

.how_we_work .info .item:before {
    font-family: var(--font_family);
    color: var(--main_color2);
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    line-height: 41px;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 41px;
    height: 41px;
    content: '' counters(div, '') '';
    counter-increment: div;
    text-align: center;
}

.how_we_work .info .item:after
{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    content: '';
    background: #FFFFFF;
    box-shadow: -16px 15px 31px var(--box-shadow-color);
}





.how_we_work .cont {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.how_we_work .img {
    display: block;
    width: 552px;
    height: 596px;
    position: relative;
}
.how_we_work .info .item .name
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    margin-bottom: 9px;
}
.how_we_work .info .item .desc
{
    font-weight: 400;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}
.how_we_work .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.how_we_work .img::before {
    position: absolute;
    top: 40px;
    right: -40px;
    width: 412px;
    height: 593px;
    background: var(--main_color2);
    content: "";
    z-index: 0;
}
.how_we_work .info {
    max-width: calc(100% - 730px);
}



.reviews .cont {
    display: flex;
    align-items: center;
}
.reviews_top {
    width: 382px;
    margin-right: 90px;
    flex-shrink: 0;
}

.reviews .owl-item
{
    visibility: hidden;
    transition: .2s linear;
    pointer-events: none;
    opacity: 0;
}

.reviews .owl-item.active
{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.reviews .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.reviews .owl-carousel {
    display: block;
    width: 100%;
}

.reviews .block_head {
    margin-bottom: 30px;
}
.reviews .review
{
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 24px 24px 33px 24px;
    background: #fff;
    box-shadow: 13px 15px 31px var(--box-shadow-color);
}
.reviews .review_text {
    margin-top: 16px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: var(--text_color);
}
.review_bottom {
    display: flex;
    align-items: center;
}
.review_bottom-photo {
    width: 68px;
    height: 71px;
    flex-shrink: 0;
}
.review_bottom-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_bottom-author {
    margin-left: 19px;
}
.review_bottom-name
{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 3px;
}
.review_bottom-post {
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #646464;
}


.works {
    background: var(--bg);
}
.works .cont {
    display: flex;
    align-items: center;
}
.works_top {
    width: 364px;
    margin-right: 59px;
}
.works .block_head {
    margin-bottom: 29px;
}
.works .owl-item
{
    visibility: hidden;
    transition: .2s linear;
    pointer-events: none;
    opacity: 0;
}
.works .owl-item.active
{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.works .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.works .owl-carousel {
    display: block;
    width: calc(100% - 620px);
}
.works_item {
    width: 267px;
    height: 363px;
}
.works_item img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.works .owl-item.active.center {
    visibility: visible;
    opacity: 1;
    transform: scale(1.26);
    pointer-events: auto;
    z-index: 1;
}





.articles {
    /* background: var(--main_color3);  */
}
.articles .cont
{
    position: relative;
}
.articles_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 51px;
}
.articles .block_head {
    margin-bottom: 0;
    max-width: 480px;
    width: 100%;
}
.articles .block_head .desc {
    max-width: 370px;
    width: 100%;
}
.articles .article
{
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: all .4s;
}
.article_items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -27px;
    margin-bottom: -32px;
}
.article_items > * {
    width: calc(100%/3 - 27px);
    margin-left: 27px;
    margin-bottom: 32px;
}
.articles .article .img
{
    width: 100%;
    height: 233px;
}
.articles .article img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articles .article .info
{
    overflow: hidden;
    position: relative;
    padding: 21px 24px 37px;
    color: #000;
}
.articles .article .name
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    margin-bottom: 19px;
}
.articles .article .date
{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #646464;
    margin-bottom: 11px;
}
.link-more {
    font-weight: bold;
    font-size: var(--font_size);
    line-height: 19px;
    color: var(--main_color4);
    display: flex;
    align-items: center;
    text-decoration: none;
}
.link-more span {
    display: block;
    margin-right: 6px;
}
.articles .article:hover .name {
    color: #fff;
}
.articles .article:hover .date {
    color: #fff;
}
.articles .article:hover {
    background: var(--main_color2);
}


.big_boss_quote {
    background: url(../../../../../images/site/designs/11/big_boss_quote-bg.jpg);
    background-position: 0 center;
    background-size: cover;
    background-repeat: no-repeat;
}
.big_boss_quote .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.big_boss_quote .info {
    max-width: 640px;
    width: 100%;
}
.big_boss_quote .info .block_head
{
    position: relative;
    margin-bottom: 18px;
}
.big_boss_quote .info .block_head .title
{
    max-width: 500px;
    width: 100%;
    position: relative;
    padding-top: 120px;
}
.big_boss_quote .info .block_head .title:before {
    position: absolute;
    content: "";
    width: 95px;
    height: 68px;
    top: 30px;
    left: 0;
    background: url(../../../../../images/site/designs/11/quote1_1.svg);
}
.big_boss_quote .info .name
{
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    margin-bottom: 5px;
    color: #1B1B1C;
    margin-top: 33px;
}
.big_boss_quote .info .post
{
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}
.big_boss_quote .info .text_block
{
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}
.big_boss_quote .img
{
    position: relative;
    display: block;
    width: 412px;
    height: 460px;
    flex-shrink: 0;
}
.big_boss_quote .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.big_boss_quote .img:before {
    position: absolute;
    content: "";
    width: 412px;
    height: 460px;
    top: 40px;
    left: -40px;
    background: var(--main_color2);
}



.video_reviews .cont
{
    position: relative;
    display: flex;
    align-items: center;
}
.video_reviews .owl-carousel {
    display: block;
    width: calc(100% - 465px);
}
.video_reviews .block_head {
    margin-bottom: 30px;
}
.video_reviews_top {
    margin-left: 106px;
}






.video_reviews .slide a {
    text-decoration: none;
}
.video_reviews .info
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    background: #fff;
    padding: 26px 24px 35px;
}
.video_reviews .slide .img
{
    color: #fff;
    position: relative;
    display: block;
    padding-bottom: 66%;
    width: 100% !important;
}
.video_reviews .slide .img:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .53) url(../../../../../images/site/designs/11/ic_video_play.svg) 50% no-repeat;
}
.video_reviews .slide img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.prices {
    background: var(--main_color3);
}
.prices .cont
{
    position: relative;
}
.prices .block_head {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.prices .block_head .desc {
    max-width: 370px;
    width: 100%;
}
.prices .flex
{
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: -27px;
}
.prices .flex > *
{
    width: calc(100%/3 - 27px);
    margin-left: 27px;

}
.prices .item
{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 57px 41px 62px;
    text-align: center;
    margin-bottom: 20px;
    background: #FFFFFF;
}
.prices .item:nth-child(3n+2)
{
    background: var(--main_color2);
}
.prices .item .name
{
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #646464;
    text-transform: uppercase;
}
.prices .item .price
{
    margin-top: 15px;
    flex: 0 0 auto;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 47px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -2.07674px;
    color: #1B1B1C;
    margin-bottom: 18px;
}
.prices .item .desc
{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--text_color);
    margin-bottom: 26px;
}

.prices .item:nth-child(3n+2) .name
{
    color: #fff;
}
.prices .item:nth-child(3n+2) .price
{
    color: #fff;
}
.prices .item:nth-child(3n+2) .desc
{
    color: #fff;
}

.prices .item .link-more
{
    justify-content: center;
}
.prices .item.free
{
    color: #fff;
    opacity: .7;
    background: var(--main_color1);
}
.prices .item.free:after
{
    display: none;
}
.prices .item.free .price
{
    color: #fff;
}

.prices .item.free .link
{
    color: var(--main_color1);
    background: #fff;
}



.documents .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.documents  .block_head {
    margin-bottom: 20px;
}
.documents_wrap {
    padding: 45px;
    background: #fff;
}
.documents_top {
    margin-right: 90px;
    width: 382px;
    flex-shrink: 0;
}
.documents .owl-carousel {
    display: block;
    width: calc(100% - 472px);
}
.documents .owl-item
{
    visibility: hidden;
    transition: .2s linear;
    pointer-events: none;
    opacity: 0;
}
.documents .owl-item.active
{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.documents .item
{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    color: #98896A;
    font-size: var(--font_size);
    line-height: 18px;
    display: block;
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
    text-decoration: underline;
}
.documents .item .icon
{
    display: flex;
    height: 74px;
    margin-bottom: 13px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.documents .item .icon img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
}




.faq {
    background: var(--main_color3);
}
.faq .cont
{
    position: relative;
}
.faq .item
{
    transition: .2s linear;
    background: #F7F7F7;
}

.faq .item + .item
{
    margin-top: 30px;
}

.faq .item .title
{
    position: relative;
    display: flex;
    padding: 30px;
    cursor: pointer;
    transition: color .2s linear;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #20253A;
}

.faq .item .title i
{
    display: flex;

    width: 55px;
    height: 55px;
    margin-left: 10px;

    text-align: center;

    background: var(--main_color2);

    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.faq .item .title:hover:after
{
    color: #fff;
}




.faq .item.active i
{
    transform: rotate(90deg);
}



.faq .item .data
{
    font-size: 17px;
    line-height: 30px;

    display: none;

    padding: 0 30px 40px;
}




.director_letter .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-start;
    flex-wrap: wrap;
}
.director_letter .info
{
    width: 690px;
    max-width: 100%;
    position: relative;
    background: #fff;
    padding: 72px 20px 72px 63px;
    margin-left: -126px;
    position: relative;
}
.director_letter .info::after
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: #fff;
    box-shadow: 0px -247px 47px rgb(0 0 0 / 0%);
}
.director_letter .img
{
    position: relative;
    display: block;
    width: 522px;
    height: 816px;
}
.director_letter .img:before {
    position: absolute;
    content: "";
    width: 384px;
    height: 814px;
    top: 40px;
    left: -40px;
    background: var(--main_color2);
}
.director_letter .img > *
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.director_letter .form .input {
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.185428);
}
.director_letter .form textarea {
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.185428);
}


.partners .flex
{
    margin-bottom: -40px;
    margin-left: -40px;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.partners .flex > *
{
    width: calc(16.666% - 40px);
    margin-bottom: 40px;
    margin-left: 40px;
}

.partners .item img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}


.vacancies .cont {
    display: flex;
    align-items: center;
}
.vacancies_top {
    width: 382px;
    margin-left: 90px;
    flex-shrink: 0;
}
.vacancies .owl-item
{
    visibility: hidden;
    transition: .2s linear;
    pointer-events: none;
    opacity: 0;
}
.vacancies .owl-item.active
{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.vacancies .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.vacancies .owl-carousel {
    display: block;
    width: 100%;
}
.vacancies .block_head {
    margin-bottom: 30px;
}

.vacancies .slider
{
    margin-top: 50px;
    padding-bottom: 73px;
    position: relative;
}
.vacancies .item
{
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 35px;
    box-shadow: 13px 15px 31px var(--box-shadow-color);
}

.vacancies .item .name a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    display: block;
    margin-bottom: 15px;
}
.vacancies .item .desc .title
{
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: var(--text_color);
    margin-bottom: 7px;
}
.vacancies .item .desc
{
    margin-bottom: 18px;
    line-height: 26px;
}


.order_block {
    /* background: var(--main_color3);    */
    position: relative;
}
.order_block .form {
    padding: 81px 95px 75px;
    background: var(--main_color2);
    position: relative;
}
.order_block:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: calc(100% + 1000px);
    height: 333px;

}
.order_block .form .line
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9.5px 7px;
    background: #fff;
    margin-bottom: 0;
    margin-bottom: 20px;
}
.order_block .form input {
    height: 39px;
    color: #7B7B7C;
    font: var( --font_size) var(--font_family);
    display: block;
    width: 100%;
    padding: 0 20px;
    transition: .2s linear;
    letter-spacing: 0px;
    background: #FFFFFF;
    border: none;
    border-right: 2px solid #DCDCDC;
}
.order_block-checkbox {
    display: none !important;
}
.order_block .form textarea {
    height: 39px;
    font: var( --font_size) var(--font_family);
    border: none;
    width: 370px;
    padding: 0 20px;
    line-height: 39px;
}
.order_block .form .submit_btn {
    background: var(--main_color4);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 0px 16px;
    min-width: 136px;
    min-height: 68px;
    margin-left: auto;
    cursor: pointer;
    transition: .2s linear;
    letter-spacing: 0px;
    text-transform: inherit;
    border: none;
    display: block;
}
.order_block .form .title {
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}
.order_block .form .desc {
    font-weight: 400;
    font-size: var(--font_size);
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}
.order_block .form .block_head {
    margin-bottom: 41px;
}
.order_block .form input[type=checkbox] + label a {
    color: #fff;
}
.form input[type=checkbox] + label {
    color: #fff;
}




.contacts_block .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.contacts_block .info2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.contacts_block .info {
    position: relative;
    width: 690px;
    max-width: calc(100% - 630px);
    padding: 81px 60px 103px 0;
    background: #fff;
    box-shadow: -16px 15px 31px var(--box-shadow-color);
    z-index: 1;
}
.contacts_block .info::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #fff;
    box-shadow: -45px 15px 31px var(--box-shadow-color);
}
.contacts_block .info > * + *
{
    margin-top: 40px;
}
.contacts_block .contacts {
    display: flex;
    flex-direction: column;
}
.contacts_block .info .desc {
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}
.contacts_block .info .val
{
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    text-decoration: none;
}
.contacts_block .info .exp {
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}
.email,
.phone,
.adres {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}
.adres {
    margin-bottom: 0;
}
.email_img,
.phone_img,
.adres_img {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    background: var(--main_color2);
    margin-right: 29px;
    flex-shrink: 0;
}
.email_img img {
    position: absolute;
    width: 25px;
    height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.phone_img img {
    position: absolute;
    width: 21px;
    height: 19px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.adres_img img {
    position: absolute;
    width: 14px;
    height: 19px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contacts_block .map
{
    position: relative;
    display: block;
    width: 522px;
    height: 666px;
    margin-left: -150px;
    margin-right: 110px;
    z-index: 1;
}
.contacts_block .map iframe
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contacts_block .map:after {
    position: absolute;
    content: "";
    width: 111px;
    height: 494px;
    right: -110px;
    top: 86px;
    background: var(--main_color2);
    z-index: 0;
}



.stocks {
    background:var(--bg2);
}
.stocks .cont {
    display: flex;
    align-items: center;
}
.stocks_top {
    width: 382px;
    margin-right: 90px;
    flex-shrink: 0;
}
.stocks .owl-item
{
    visibility: hidden;
    transition: .2s linear;
    pointer-events: none;
    opacity: 0;
}
.stocks .owl-item.active
{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.stocks .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.stocks .owl-carousel {
    display: block;
    width: 100%;
}
.stocks .block_head {
    margin-bottom: 30px;
}

.stocks .slider
{
    margin-top: 50px;
    padding-bottom: 73px;
}
.stocks .stock
{
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    box-shadow: 13px 15px 31px var(--box-shadow-color);
}
.stocks .stock .thumb
{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 67%;
}
.stocks .stock .thumb img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stocks .stock .info
{
    padding: 17px 16px 30px 24px;
}
.stocks .stock .name
{
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    display: block;
    margin-bottom: 5px;
}
.stocks .slider
{
    position: relative;
}
.stocks .stock .desc
{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: var(--text_color);
    margin-bottom: 11px;
}
.stocks .stock:hover {
    background: var(--main_color2);
}
.stocks .stock:hover .desc
{
    color: #fff;
}
.stocks .stock:hover .name
{
    color: #fff;
}

.stocks .stock:hover .link-more
{
    color: #fff;
}
.stocks .stock:hover .link-more svg *
{
    fill: #fff;
}





.text_blocks .block_head {
    margin-bottom: 0;
}
.text_blocks .text_block p:last-child {
    color: #393939;
}



.team {
    background: var(--main_color3);
}
.team_top {
    width: 382px;
    margin-left: 40px;
}
.team .block_head {
    margin-bottom: 20px;
}
.team .cont
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team .owl-carousel {
    display: block;
    width: calc(100% - 382px);
}
.team .owl-item
{
    visibility: hidden;
    transition: .2s linear;
    pointer-events: none;
    opacity: 0;
}
.team .owl-item.active
{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.team .item
{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 24px;
    margin-bottom: 20px;
}
.team .item .foto
{
    position: relative;
    width: 68px;
    height: 71px;
    flex-shrink: 0;
    margin-right: 19px;
}
.team .item .foto img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team .item .name
{
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 3px;
}
.team .item .post
{
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #646464;
}




.ads_block .flex
{
    margin-bottom: -38px;
    margin-left: -29px;

    align-items: stretch;
    align-content: stretch;
}

.ads_block .flex > *
{
    width: calc(33.333% - 29px);
    margin-bottom: 38px;
    margin-left: 29px;
}

.ads_block .flex > *.big
{
    display: flex;

    width: calc(66.666% - 29px);

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.ads_block .item.big .info
{
    width: 310px;
    max-width: 100%;
}

.ads_block .item.big .thumb
{
    position: absolute;
    top: 0;
    right: 0;

    width: calc(100% - 343px);
    height: 100%;

    order: 3;
}

.ads_block .item.big .thumb img
{
    width: auto;
    min-width: 100%;
    height: 100%;
}

.ads_block .item.big .name
{
    font-size: 23px;
}

.ads_block .item.big .name a
{
    padding-bottom: 20px;
}

.ads_block .item.big .desc
{
    font-size: 14px;

    margin-top: 17px;
}

.ads_block .flex > *.full
{
    width: calc(100% - 29px);
}

.ads_block .flex > *.full:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: linear-gradient(0deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41));
}

.ads_block .flex > *.full .thumb
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.ads_block .flex > *.full .thumb img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ads_block .flex > *.full .img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ads_block .flex > *.full .info
{
    position: relative;
    z-index: 5;

    padding: 45px;
}

.ads_block .item.full .name
{
    font-size: 30px;
    font-weight: bold;
}

.ads_block .item.full .name a
{
    color: #fff;

    padding-bottom: 24px;
}

.ads_block .item.full .desc
{
    color: #fff;
    font-size: var(--font_size);
    font-weight: 500;

    margin-top: 22px;
}

.ads_block .item
{
    position: relative;

    overflow: hidden;

    border-radius: 51px;
    background: var(--main_color_opacity);
}

.ads_block .item .thumb
{
    display: block;

    width: 100%;
}

.ads_block .item .thumb img
{
    display: block;

    width: 100%;
    min-width: 100px;
    min-height: 50px;
}

.ads_block .item .info
{
    width: 100%;
    padding: 35px;
}

.ads_block .item .name
{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.ads_block .item .name a
{
    color: #000;

    position: relative;

    display: inline-block;

    padding-bottom: 15px;

    vertical-align: top;
    text-decoration: none;
}

.ads_block .item .name a:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 45px;
    height: 5px;

    content: '';

    border-radius: 3px;
    background: var(--main_color1);
}

.ads_block .item .desc
{
    color: #757e8c;
    font-size: 12px;
    line-height: 30px;

    margin-top: 10px;

    letter-spacing: .21px;
}

.ads_block .item .link
{
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 37px;

    display: inline-block;

    min-width: 156px;
    height: 37px;
    margin-top: 22px;
    padding: 0 40px;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 1.32px;

    border-radius: 19px;
    background: var(--main_color1);
    box-shadow: 0 7px 17px var(--box-shadow-color);
}


.poll .widget img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}

.soc_block  {
    background: var(--bg2);
}
.soc_block .desc
{
    margin-top: 28px;
    margin-bottom: 28px;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: var(--text_color);
}
.soc_block .cont
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-start;
}

.soc_block .cont > * + *
{
    margin-left: auto;
}

.soc_block .info
{
    position: relative;
    background: #fff;
    padding: 92px 60px;
}
.soc_insta {
    background: none;
}


.soc_block .soc_link
{
    color: var(--main_color2);
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;

    position: relative;

    display: flex;

    width: 100%;
    min-height: 61px;
    margin-top: 40px;
    padding-left: 82px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.soc_block .soc_link .icon
{
    position: absolute;
    top: 0;
    left: 0;
    height: 62px;
    width: 62px;
    display: block;
}

.soc_block .soc_link:hover
{
    text-decoration: none;
}





.soc_block .widget
{
    width: 632px;
    padding: 45px;
    background: var(--bg);
    position: relative;
}
.soc_block .widget:after
{
    position: absolute;
    content: "";
    width: 342px;
    height: 494px;
    top: 46px;
    right: -342px;
    background: var(--main_color2);
}
.soc_block.soc_insta .widget
{
    position: relative;
}
.soc_block.soc_insta .widget:after
{
    position: absolute;
    content: "";
    width: 342px;
    height: 494px;
    top: 46px;
    left: -342px;
    background: var(--main_color2);
}
.soc_block .widget iframe
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 400px;
    margin: 0 auto;

    border: none;
}

.payment .cont
{
    position: relative;

    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}



.payment .block_head
{
    width: calc(55% - 35px);
    margin: 0;
}

.payment .widget
{
    width: 423px;
    max-width: calc(45% - 35px);
}

.payment .widget iframe
{
    display: block;

    width: 100%;
}



.services {
    /* background: var(--main_color3);  */
}
.services .owl-item.active + .services .owl-item {
    visibility: visible;
}
.services .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.services .services_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.services .block_head {
    max-width: 370px;
    width: 100%;
}
.services .flex
{
    position: relative;
    justify-content: center;
    align-items: stretch;
}

.services .flex > *
{
    width: calc(33.333%);
}

.services .service
{
    color: #fff;
    background: #fff;

    position: relative;

    display: block;

    text-decoration: none;
}
.services .service .img
{
    position: relative;

    width: 100%;
    height: 292px;
}
.services .service img
{
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .service .info
{
    width: 100%;
    padding: 21px 24px 28px;
    text-align: start;
}

.services .service .name
{
    word-break: break-word;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    text-align: start;
}

.services .service .link
{
    margin-top: 20px;
}
.gallery .flex
{
    margin-top: 75px;
}

.gallery .flex > *
{
    width: calc(33.333%);
}

.gallery .item
{
    color: #fff;

    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: calc(33.333%);

    text-decoration: none;
    background: #ddd;
}

.gallery .item img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.gallery .images .item span
{
    color: #fff;

    position: absolute;
    z-index: 98;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    display: flex;

    padding: 10px;

    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    text-align: center;

    opacity: 0;
    background: rgba(0, 0, 0, .6);

    align-items: center;
    justify-content: center;
}

.gallery .images .item:hover > span
{
    opacity: 1;
}

.gallery .item .info
{
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 18px 25px 23px;

    border-radius: 18px 18px 51px 51px;
    background: rgba(0, 0, 0, .58);
}

.gallery .item .name
{
    font-size: var(--font_size);
    font-weight: 500;
    line-height: 23px;

    letter-spacing: .28px;
}

.gallery .item .desc
{
    font-size: 15px;
    line-height: 23px;

    margin-top: 5px;

    letter-spacing: .26px;

    opacity: .81;
}

.gallery .item:hover .name
{
    text-decoration: underline;
}

.gallery .flex.images
{
    margin-top: 50px;

}

.gallery .flex.images > *
{
    width: calc(33.333%);
}

.gallery .images .item
{
    overflow: hidden;

    padding-bottom: calc(33.333%);
}



.products {
}
.products .block_head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
}
.products .block_head .desc {
    max-width: 370px;
    width: 100%;
}
.products .flex
{
    align-items: stretch;
    margin-left: -22px;
    margin-bottom: -22px;
}

.products .flex > *
{
    width: calc(100%/3 - 22px);
    margin-left: 22px;
    margin-bottom: 22px;
}
.content .products {
    margin-top: 18px;
}
.content .products .flex
{
    justify-content: flex-start;
}

.products .product
{

    position: relative;

    display: block;

    text-decoration: none;

}

.products .product .img
{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 66%;
}
.content .product .img {
    padding-bottom: 68%;
}
.product .stickers
{
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 15px;

    text-align: right;
}

.product .stickers > * + *
{
    margin-top: 5px;
}

.product .sticker
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    display: inline-block;
    height: 27px;
    padding: 0 16px;
    vertical-align: top;
    white-space: nowrap;
}

.product .sticker.stock
{
    background: #FF4A4A;
}

.product .sticker.recommend
{
    background: #39A728;
}

.product .sticker.hit
{
    background: #3649F4;
}
.content .more-btn {
    margin: 34px auto 0;
    text-align: center;
}
.products .product img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.products .product .info
{
    position: relative;

    width: 100%;
    padding: 27px 27px 33px 27px;
    background: #fff;
}

.products .product .name
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
}
.content .product .name
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.795349px;
    color: #1B1B1C;
}
.products .product .info
{
    padding: 27px 20px 32px 20px;
}


.products .product .cat
{
    margin-top: 2px;
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}

.products .product .price
{
    margin-top: 9px;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.883721px;
    color: var(--main_color4);
}

.content .product .price
{
    margin-top: 0px;
}

.products .product:hover .name
{
    color: #fff;
}
.products .product:hover .cat
{
    color: #fff;
}
.products .product:hover .info
{
    background: var(--main_color2);
}
.products .product:hover .price
{
    color: #fff;
}

.products .link
{
    margin-top: 41px;
}

.cart_info .titles
{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;

    display: none;

    margin-bottom: 25px;
    padding-right: 21px;

    text-transform: uppercase;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}



.cart_info .titles .col_name
{
    margin-right: auto;
}

.cart_info .titles .col_price
{
    width: 150px;

    text-align: center;
}

.cart_info .titles .col_amount
{
    width: 110px;

    text-align: center;
}

.cart_info .titles .cal_total
{
    width: 186px;

    text-align: center;
}


.cart_info {
    padding: 50px 0 50px;

}
.cart_info .product
{
    display: flex;
    background: #FFFFFF;
    box-shadow: 13px 15px 31px var(--box-shadow-color);
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.cart_info .product .thumb
{
    display: flex;

    align-items: center;
}
.cart_info .product .product_delete
{
    margin-left: 20px;
    cursor: pointer;
    color: rgb(216, 22, 22);
}
.cart_info .product + .product
{
    margin-top: 20px;
}

.cart_info .product > * + *
{
    padding-left: 24px;
}

.cart_info .product .thumb a
{
    display: block;
    overflow: hidden;

    width: 164px;
    height: 159px;

    background: #ddd;
}

.cart_info .product .thumb img
{
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.cart_info .product .info
{
    width: calc(100% - 720px);
    margin-right: auto;
}

.cart_info .product .name
{
    width: 350px;
    max-width: 100%;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
}

.cart_info .product .name a
{
    color: #1B1B1C;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}

.cart_info .product .name a:hover
{
    text-decoration: underline;
}

.cart_info .product .video_link {
    font-size: var(--font_size);
    line-height: 26px;
    margin-top: 3px;
    display: flex;
}

.cart_info .product .video_link a
{
    color: #9C9C9C;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}

.cart_info .product .video_link a:hover
{
    text-decoration: underline;
}

.cart_info .product .price
{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.883721px;
    color: var(--main_color4);
    mix-blend-mode: normal;
    opacity: 0.55;
}



.cart_info .product .amount .box
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.cart_info .product .amount button
{
    color: #878786;
    font-family: var(--font_family);
    font-size: var(--font_size);
    font-weight: 700;
    min-width: 15px;
    height: 34px;
    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    text-transform: uppercase;

    border: none;
    background: none;
}
.cart_info .product .amount .input
{
    -moz-appearance: textfield;
}
.cart_info .product .amount .input::-webkit-inner-spin-button
{
    display: none;
}

.cart_info .product .amount .input
{
    color: #878786;
    font-family: var(--font_family);
    font-size: 13px;

    display: block;

    width: 34px;
    height: 34px;
    margin: 0 5px;

    text-align: center;
    text-align: center;
    text-transform: uppercase;
    border-radius: 9px;
    border: 1px solid #EE337C;
    background: #fff;
}

.cart_info .product .price.total
{
    font-weight: bold;
    margin-right: 40px;
    opacity: 1;
    min-width: 150px;
}
.block_checkform .total_price {
    margin-right: 22px;
}
.cart_info .cart_total
{
    color: #838383;
    font-size: var(--font_size);
    line-height: 16px;
    display: flex;
    margin-top: 34px;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: center;
    flex-wrap: wrap;
}

.cart_info .cart_total .val
{
    color: var(--main_color4);
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1.54651px;
    margin-left: 20px;
}

.cart_info .cart_total .checkout_link
{
    margin-left: 25px;
}

.checkout_info {
    padding: 50px 0 50px;
}
.checkout_info .cont
{
    position: relative;
}

.checkout_info .cart_link
{
    right: 20px;
}

.checkout_info .form .columns
{
    --form_columns_offset: 25px;
}

.checkout_info .form .line
{
    position: relative;

    margin-bottom: 30px;
}

.checkout_info .form .exp
{
    color: #ea5c37;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;

    text-align: right;
}
.checkout_info .form .line input {
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.185428);
}

.checkout_info .form .agree
{
    margin-right: auto;
}

.checkout_info .form .total_price
{
    display: block;
    margin-left: auto;
}
.checkout_info .form .total_price span
{
    color: var(--main_color4);
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}
.checkout_info .form .total_price .val
{
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1.54651px;
    color: var(--main_color4);
    white-space: nowrap;
}

.checkout_info .form .submit
{
    display: flex;

    width: auto;
    margin-left: 25px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
.checkout_info .form .bottom {
    flex-wrap: nowrap;
}
.checkout_info .form .submit_btn
{
    font-size: 14px;
    line-height: 39px;

    min-width: 178px;
    height: 39px;
}

.form .submit_btn:hover
{
    background: var(--main_color2);
}
.form .submit_btn:disabled
{
    color: #fff !important;
    background: var(--main_color4) !important;
    opacity: 0.5;
}
.form button:disabled
{
    color: #fff !important;
    background: var(--main_color4) !important;
    opacity: 0.5;
}
.form button:hover
{
    background: var(--main_color2);
}
button:disabled
{
    color: #fff !important;
    background: var(--main_color4) !important;
    opacity: 0.5;
}

.checkout_info .form .pay_later
{
    color: var(--main_color4);
    font-family: var(--font_family);
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    min-width: 155px;
    height: 40px;
    margin-left: 28px;
    margin-right: 7px;
    cursor: pointer;
    vertical-align: top;
    border: 2px solid var(--main_color4);
    background: none;
    padding: 0 20px;
}


.product_info {
    padding: 56px 0 0 0;

}
.product_info .cont
{
    position: relative;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.product_info .block_head {
    margin-bottom: 0;
}
.product_info-slider {
    width: 422px;
}
.product_info-wrapper {
    display: flex;
    align-items: flex-start;
}
.product_info-wrapper .owl-carousel .owl-item {
    width: 422px;
}
#sync1 .item {
    width: 100%;
}
#sync1 .item img {
    width: 100%;
}

#sync2 {
    width: 100%;
    margin-top: 10px;
}
#sync2 .item {
    cursor: pointer;
    width: 100%;
    height: 98px;
}
#sync2 .item img {
  object-fit: cover;
  width: 100%;
}
.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}
#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 42px;
    height: 104px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    mix-blend-mode: normal;
    opacity: 0.59;
}
#sync1.owl-theme .owl-prev {
    left: 68px;
}
#sync1.owl-theme .owl-next {
    right: 72px;
}
#sync2.owl-theme button {
    display: none;
}

.product_info-form {
    max-width: 500px;
    width: 100%;
    margin-bottom: 48px;
}
.product_info-form .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -30px;
}
.product_info-form .line > * {
    width: calc(100%/3 - 30px);
    margin-left: 30px;
}
.product_info-form .line .field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.product_info-form .line .field label {
    margin-bottom: 2px;
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}

.product_info .cart_link
{
    right: 20px;
}

.product_info .data
{
    width: calc(100% - 422px);
    margin-left:42px;
}

.product_info .head{
    position: relative;
    padding-bottom: 43px;
}
.product_info .text_block p {
    font-size: var(--font_size);
}
.product_info .text_block p:last-child {
    font-weight: 700;
}

.product_info .product_name
{
    color: #3e424f;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}

.product_info .product_name span
{
    color: var(--main_color2);
}

.product_info .cat
{
    font-family: var(--font_family);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 27px;

    margin-top: 3px;
}

.product_info .cat a
{
    color: #999;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}

.product_info .cat a:hover
{
    text-decoration: underline;
}

.product_info .buy
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.product_info .buy .price
{
    color: var(--text_color);
    font-size: var(--font_size);
    font-weight: 400;
    line-height: 26px;
    white-space: nowrap;
}

.product_info .buy .price .val
{
    color: var(--main_color4);
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -1.67907px;
}


.product_info .buy .price span
{
    color: var(--main_color2);
}

.back_link {
    position: relative;
    color: var(--text_color);
    line-height: 39px;
    display: inline-block;
    height: 39px;
    padding: 0 30px 0 20px;
    vertical-align: top;
    text-decoration: none;
    border: none;
    font-size: var(--font_size);
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
}
.product_info .buy .btn {
    position: relative;
    width: 407px;
    max-width: 100%;
    height: 39px;
    margin-left: 28px;
    display: flex;
    align-items: center;
}
.product_info .buy_btns {
    display: flex;
}

.product_info .buy_link
{
    padding: 0 3px;
    width: 200px;
}
.product_info .buy .order_link {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: none;
    width: 200px;
}

.bounceOut
{
    -webkit-animation-name: bounceOut;
            animation-name: bounceOut;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes bounceOut
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    25%
    {
        -webkit-transform: scale(.95);
                transform: scale(.95);
    }

    50%
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }

    100%
    {
        -webkit-transform: scale(.3);
                transform: scale(.3);

        opacity: 0;
    }
}

@keyframes bounceOut
{
    0%
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    25%
    {
        -webkit-transform: scale(.95);
            -ms-transform: scale(.95);
                transform: scale(.95);
    }

    50%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }

    100%
    {
        -webkit-transform: scale(.3);
            -ms-transform: scale(.3);
                transform: scale(.3);

        opacity: 0;
    }
}

.product_info .desc
{
    font-size: 18px;
    line-height: 31px;

    margin-top: 45px;
}

.product_info .description
{
    font-size: 18px;
    line-height: 31px;

    width: 100%;
    margin-top: 39px;
}

.share
{
    color: var(--text_color);
    font-size: var(--font_size);
    font-weight: 400;
    line-height: 26px;

    display: flex;

    margin-top: 30px;
    padding-bottom: 25px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.share .name
{
    padding-right: 24px;
}

.share a
{
    display: block;
}

.share a + a
{
    margin-left: 17px;
}

.share img
{
    display: block;

    width: 37px;
    height: 37px;
}

.comments .vk_comments img
{
    display: block;

    max-width: 100%;
}

.checkout_success
{
    width: 600px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;

    text-align: center;
}

.checkout_success .icon img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}

.checkout_success .title
{
    color: #0b162b;
    font-size: 37px;
    font-weight: bold;
    line-height: 61px;

    margin-top: 10px;
}

.checkout_success .title span
{
    color: var(--main_color2);
}

.checkout_success .desc
{
    color: #b5b5b5;
    font-size: 33px;
    font-weight: 500;
    line-height: 49px;

    margin-top: 10px;
}

.checkout_success .link
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 54px;

    display: inline-block;

    width: 290px;
    height: 54px;
    margin-top: 26px;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: 2px;

    border-radius: 23px;
    background: var(--main_color1);
    box-shadow: 0 10px 25px var(--box-shadow-color);
}



.article_info {
    padding: 60px 0 90px;
}
.article_info .head
{
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.article_info .head .data
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.article_info .head .thumb
{
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 183px;
    background: #ddd;
}
.article_info .head .thumb img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_info .head .info
{
    position: relative;
    width: calc(100% - 203px);
}
.article_info .head .info .title
{
    color: var(--main_color1);
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 14px;
}
.article_info .head .info .date
{
    color: var(--text_color);
    font-size: var(--font_size);
    font-weight: bold;
    line-height: 26px;
}
.article_info .back_link
{
    padding-left: 0;
}
.article_info .back_link svg
{
    margin-right: 5px;
}
.article_info .text_block
{
    font-size: var(--font_size);
    line-height: 26px;
    letter-spacing: 0;
}
.article_info .text_block p:last-child
{
    color: #3A3A3A;
}
.cart_link
{
    color: var(--text_color);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0px;
    display: flex;
    padding-top: 11px;
    text-align: right;
    text-decoration: none;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.cart_link .count
{
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    background: #FF3C3C;
}
.cart_link .icon
{
    display: block;
    margin-left: 11px;
}
.cart_link .icon svg
{
    display: block;
    width: 40px;
    height: 40px;
}
.cart_link .icon svg  *
{
    fill: var(--main_color2);
}




.upload .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 81px 20px 88px 61px;
    background-color: #fff;
}
.upload .cont:before {
    width: 196px;
    height: 462px;
    position: absolute;
    content: "";
    top: 0;
    left: -196px;
    background: var(--main_color2);
    z-index: 1;
}
.upload .block_head .title {
    padding-bottom: 25px;
}
.upload .info
{
    width: 420px;
    max-width: 100%;
}
.upload .info .form
{
    width: 100%;
}
.upload .form
{
    width: calc(100% - 450px);
    max-width: 100%;
}
.upload .form input[type=file] + label {
    font-weight: normal;
    font-size: 14px;
    line-height: 39px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: 155px;
    min-width: 155px;
    height: 39px;
    margin: 0;
    cursor: pointer;
    transition: .2s linear;
    background: var(--main_color4);
    padding: 0 15px;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    border: none;
    text-transform: inherit;
    letter-spacing: 0px;
}
.upload .form input {
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.123801);
}
.upload .form textarea {
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.123801);
}
.upload .form input[type=file] + label svg {
    margin-left: 6px;
    display: block;
}
.upload .form input[type=file] + label:hover {
    background: var(--main_color2);
}








.stock_finish .cont
{
    position: relative;

    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.stock_finish .info
{
    width: calc(100% - 690px);
    margin-right: auto;
}
.stock_finish .block_head
{
    margin-bottom: 20px;
}

.stock_finish .timer
{
    display: flex;

    width: 556px;
    max-width: 100%;
    margin: 0;
    padding: 21px;

    background: var(--main_color2);

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.stock_finish .timer .item
{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;

    text-align: center;
    text-transform: uppercase;
}

.stock_finish .timer .item .val
{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
    color: var(--main_color2);
}

.stock_finish .timer .item .val > *
{
    position: relative;
    z-index: 5;
    display: block;
    overflow: hidden;
    width: 55px;
    height: 96px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.stock_finish .timer .item .val > *:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: '';

    border-bottom: 2px solid #d6d6d6;
    background: linear-gradient(180deg, #f9f9f9 0%, #f6f6f6 100%);
}

.stock_finish .timer .item .val > * + *
{
    margin-left: 6px;
}

.stock_finish .timer .item .val + *
{
    margin-top: 9px;
}

.stock_finish .link
{
    display: inline-block;

    margin-top: 30px;
    margin-top: 27px;

    text-align: center;

}

.stock_finish .link a
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 37px;

    display: inline-block;

    width: 155px;
    height: 37px;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: 1.32px;

    border-radius: 18px;
    background: var(--main_color1);
    box-shadow: 0 7px 17px var(--box-shadow-color);
}


.before_after {
    background: var(--bg2);
}
.before_after .cont
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.before_after .block_head
{
    width: 310px;
    max-width: 100%;
    margin-bottom: 0 !important;

    align-self: center;
}

.before_after .item
{
    position: relative;
    height: 596px;
    width: 666px;
    max-width: 100%;
}
.before_after .item::before {
    position: absolute;
    top: 40px;
    right: -40px;
    width: 629px;
    height: 597px;
    background: var(--main_color2);
    content: "";
    z-index: 0;
}


.before_after .item img
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.before_after .resize
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 50%;
    height: 100%;
}

.before_after .handle
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 10px;
    margin-left: -6px;

    cursor: ew-resize;

    background: var(--main_color4);
}

.before_after .handle span
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    display: block;

    width: 92px;
    height: 92px;
    margin: auto 0 auto -44px;

    border-radius: 50%;
    background: var(--main_color4) url(../../../../../images/site/designs/11/ic_before_after.svg) 50%/40px 27px no-repeat;

}


.image_tips  {
    background: url(../../../../../images/site/designs/11/image_tips-bg.jpg);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image_tips .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.image_tips .image
{
    position: relative;
    width: 740px;
    height: auto;
}
.image_tips .block_head {
    max-width: 304px;
    margin-right: 146px;
}
.image_tips .image img
{
    display: block;
    width: 100%;
}

.image_tips .image .item
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    margin-top: -15px;
    margin-left: -15px;
}

.image_tips .image .item1 {
    top: 64%;
    left: 38.5%;
}

.image_tips .image .item2 {
    top: 20%;
    left: 53%;
}

.image_tips .image .item3 {
    top: 80%;
    left: 61%;
}

.image_tips .image .btn
{
    position: relative;

    width: 29px;
    height: 29px;

    cursor: pointer;
    transition: background .2s linear;

    border-radius: 50%;
    background: var(--main_color2);
}

.image_tips .image .btn:before
{
    position: absolute;
    z-index: -1;
    top: -9px;
    left: -9px;

    display: block;

    width: 47px;
    height: 47px;

    content: '';
    transition: background .2s linear;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 11px 35px rgba(0, 0, 0, .162205);
}

.image_tips .image .btn span
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
}

.image_tips .image .btn span:before,
.image_tips .image .btn span:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 15px;
    height: 3px;
    margin: auto;

    content: '';
    transition: background .2s linear;

    border-radius: 3px;
    background: #fff;
}

.image_tips .image .btn span:after
{
    width: 3px;
    height: 15px;
}

.image_tips .image .info
{
    color: #7b7b7b;
    font-size: 14px;
    line-height: 19px;

    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 278px;
    padding: 24px;

    transform: translateY(-50%);

    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.image_tips .image .info1 {
    top: 40%;
    left: calc(-1.5% + 60px);
}

.image_tips .image .info2
{
    top: 25%;
    right: calc(12% + 60px);
    left: auto;
}

.image_tips .image .info3
{
    top: 50%;
    left: calc(40% + 60px);
}

.image_tips .image .info.right
{
    right: calc(100% + 30px);
    left: auto;
}

.image_tips .image .info .name
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    margin-bottom: 5px;
    text-align: start;
}

.image_tips .image .info .desc
{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: var(--text_color);
    margin-bottom: 11px;
    text-align: start;
}

.image_tips .image .info .link
{
    font-weight: bold;
    font-size: var(--font_size);
    line-height: 19px;
    color: var(--main_color4);
    background: none;
    text-align: start;
    padding: 0;
    display: block;
    min-height: 25px;
}

.image_tips .image .info .close
{
    position: absolute;
    top: 4px;
    right: 4px;

    display: flex;

    width: 36px;
    height: 36px;
    padding: 10px;

    cursor: pointer;
    transition: opacity .2s linear;

    opacity: .2;
    border: none;
    background: none;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.image_tips .image .info .close span
{
    position: relative;

    display: block;

    width: 100%;
    height: 2px;

    background: #000;
}

.image_tips .image .info .close span:nth-child(1)
{
    top: 1px;

    transform: rotate(45deg);
}

.image_tips .image .info .close span:nth-child(2)
{
    top: -1px;

    transform: rotate(-45deg);
}

.image_tips .image .info .close:hover
{
    opacity: 1;
}

.image_tips .image .item.active
{
    margin-top: -20px;
    margin-left: -20px;
}

.image_tips .image .item.active .btn
{
    width: 39px;
    height: 39px;

    background: #fff;
}

.image_tips .image .item.active .btn:before
{
    top: -11px;
    left: -11px;

    width: 61px;
    height: 61px;

    background: var(--main_color4);
    box-shadow: 0px 11px 35px rgba(0, 0, 0, 0.373798);
}

.image_tips .image .item.active .btn span:before,
.image_tips .image .item.active .btn span:after
{
    background: var(--main_color4);
}


.three_photo {
    background: var(--bg2);
}
.three_photo .cont
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.three_photo .block_head
{
    width: 365px;
    max-width: 100%;
    margin-bottom: 0 !important;

    align-self: center;
}

.three_photo .photo {
    position: relative;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 700px;
    margin-left: -130px;
    z-index: 1;
}
.three_photo .photo::before {
    position: absolute;
    content: "";
    width: 713px;
    height: 563px;
    top: -40px;
    right: -158px;
    background: var(--main_color2);
    z-index: -1;
}

.three_photo .photo img
{
    display: block;
    width: 100%;
    min-width: 100px;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
}
.three_photo .photo .img1
{
    display: block;
    overflow: hidden;
    grid-column: 1/3;
    grid-row: 1/3;
    width: 500px;
    height: 482px;
}
.three_photo .photo .img2
{
    position: relative;

    display: block;
    overflow: hidden;
    grid-column: 3/4;
    grid-row: 1/2;
    width: 313px;
    height: 241px;
}
.three_photo .photo .img3
{
    position: relative;

    display: block;
    overflow: hidden;
    grid-column: 3/4;
    grid-row: 2/3;
    width: 313px;
    height: 241px;
}









.socials_block .data
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.socials_block .block_head
{
    margin: 0;
    padding-right: 65px;
}

.socials_block .socials
{
    position: relative;
    display: flex;
    max-width: 500px;
    padding: 65px 90px;
    padding-bottom: 45px;
    background: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}


.socials_block .socials a
{
    display: block;
}

.socials_block .socials a
{
    margin: 0 10px 20px;
}

.socials_block .socials img
{
    display: block;

    width: 55px;
    height: 55px;
}

.socials_block .socials .number {
    width: 55px;
    height: 55px;
    padding: 10px;
    border-radius: 50%;
    background: var(--main_color2);
}
.socials_block .socials .number img {
    width: 100%;
    height: 100%;
}
.about_video .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.about_video .info
{
    width: 380px;
    max-width: calc(100% - 476px);
}

.about_video .video_link
{
    position: relative;
    display: block;
    width: 651px;
    height: 460px;
    max-width: 100%;
    background: #f6f8fe;
    z-index: 1;
}
.about_video .video_link:after {
    position: absolute;
    content: "";
    width: 635px;
    height: 460px;
    background: var(--main_color2);
    left: -40px;
    top: 40px;
    z-index: -1;
}
.about_video .video_link:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent url(../../../../../images/site/designs/11/ic_video_play.svg) 50% no-repeat;
}

.about_video .link{
    margin-top:60px;
}


.about_video .video_link img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    border-radius: 3px;

    object-fit: cover;
}




.quiz_poll {
    background: var(--bg2);
}
.quiz_poll .quiz_poll-wrapper {
    display: flex;
    background: #fff;
}
.quiz_poll .img{
    position: relative;
    display: block;
    width: 369px;
    height: 369px;
}
.quiz_poll .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.quiz_poll .info
{
    align-self: center;
    padding-left: 39px;
    padding-right: 30px;
    width: calc(100% - 409px);
}
.quiz_poll .step
{
    display: none;
}
.quiz_poll .step1
{
    display: block;
}
.quiz_poll .step .title
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: var(--main_color1);
}
.quiz_poll .form .line {
    width: 100%;
}
.quiz_poll .form input {
    box-shadow: 0px 11px 47px rgba(0, 0, 0, 0.123801);
}
.quiz_poll .step .desc
{
    color: var(--text_color);
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    margin-top: 16px;
}
.quiz_poll .step .links > * {
    margin-left: 20px;
}
.quiz_poll .step .form
{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quiz_poll .step .links
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.quiz_poll .step .next
{
    color: #fff;
    line-height: 39px;
    display: inline-block;
    min-width: 113px;
    height: 39px;
    padding: 0 12px;
    vertical-align: top;
    border: none;
    font-size: 14px;
    text-align: center;
    background: var(--main_color4);
    cursor: pointer;
    transition: all .4s;
}
.quiz_poll .step .next:hover {
    background: var(--main_color2);
}

.quiz_poll .success
{
    display: flex;
    align-items: center;
}

.quiz_poll .success .icon
{
    display: flex;
    width: 122px;
    height: 122px;
    background: var(--main_color2);
    justify-content: center;
    align-items: center;
    margin-right: 37px;
}
.quiz_poll .success .title
{
    color: #272727;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}
.quiz_poll .success .desc
{
    color: var(--text_color);
    font-size: var(--font_size);
    font-weight: 400;
    line-height: 26px;
    margin-top: 8px;
}
.quiz_poll .success .success_info {
    margin-left: 37px;
}





.contacts_info .info .flex {
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    background: #FFFFFF;
    box-shadow: 13px 15px 31px var(--box-shadow-color);
    padding: 46px 75px 57px;
    display: flex;
}
.contacts_info .info .flex > * {
    width: calc(50% - 40px);
}
.contacts_info .info .item
{
    position: relative;
    display: flex;
    text-align: center;
    padding: 20px;
}

.contacts_info .info .item:after
{
    position: absolute;
    z-index: -1;
    bottom: -15px;

    width: 90%;
    height: 80%;

    content: '';

    border-radius: 16px;
}



.contacts_info .info .icon
{
    display: flex;
    width: 99px;
    height: 99px;
    background: var(--main_color2);
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.contacts_info .info .icon img
{
    display: block;

    width: 50px;
    height: 50px;

    fill: var(--main_color2);
}
.contacts_info .info .title {
    width: 100%;
    margin-bottom: 6px;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #3A3A3A;
}
.contacts_info .info .description {
    text-align: start;
    margin-left: 34px;
}
.contacts_info .info .val
{
    color: #777;
    font-size: var(--font_size);
    line-height: 28px;

    width: 100%;
    display: block;
    text-align: start;
}
.contacts_info .info .email,
.contacts_info .info .phone,
.contacts_info .info .adres {
    margin-bottom: 0px;
}
.contacts_info .info .val > * + *
{
    margin-top: 3px;
}
.contacts_info .info .val a
{
    color: #68adff;
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
}
.contacts_info .info .val a.ic_whatsapp
{
    padding-left: 35px;

    background: url(../../../../../images/site/designs/11/ic_soc3.svg) 0 50%/27px 27px no-repeat;
}
.contacts_info .info .val a.ic_viber
{
    padding-left: 35px;

    background: url(../../../../../images/site/designs/11/ic_soc4.svg) 0 50%/27px 27px no-repeat;
}
.contacts_info .info .val a.ic_vk
{
    padding-left: 35px;

    background: url(../../../../../images/site/designs/11/ic_soc1.svg) 0 50%/27px 27px no-repeat;
}
.contacts_info .info .val a.ic_insta
{
    padding-left: 35px;

    background: url(../../../../../images/site/designs/11/ic_soc2.svg) 0 50%/27px 27px no-repeat;
}


.contacts_info .info .val a.ic_whatsapp {
    padding-left: 35px;
    background: url(../../../../../images/site/designs/11/ic_soc3.svg)  0 50%/27px 27px no-repeat;
}

.contacts_info .info .val a.ic_viber {
    padding-left: 35px;
    background: url(../../../../../images/site/designs/11/ic_soc4.svg) 0 50%/27px 27px no-repeat;
}

.contacts_info .info .val a.ic_vk {
    padding-left: 35px;
    background: url(../../../../../images/site/designs/11/ic_soc1.svg)  0 50%/27px 27px no-repeat;
}

.contacts_info .info .val a.ic_insta {
    padding-left: 35px;
    background: url(../../../../../images/site/designs/11/ic_soc2.svg)  0 50%/27px 27px no-repeat;
}

/* telegram entity was added */
.contacts_info .info .val a.ic_telegram {
    padding-left: 35px;
    background: url(../../../../../images/site/designs/11/ic_soc_tl.svg)  0 50%/27px 27px no-repeat;
}

/* facebook entity was added */
.contacts_info .info .val a.ic_facebook {
    padding-left: 35px;
    background: url(../../../../../images/site/designs/11/ic_soc_fb.svg)  0 50%/27px 27px no-repeat;
}

/* odnoklassniki entity was added */
.contacts_info .info .val a.ic_odnoklassniki {
    padding-left: 35px;
    background: url(../../../../../images/site/designs/11/ic_soc_ok.svg)  0 50%/27px 27px no-repeat;
}




.contacts_info .info .val a:hover
{
    text-decoration: none;
}


.contacts_info .map_wrap
{

}

.contacts_info .map
{
    position: relative;

    overflow: hidden;

    height: 480px;

    background: #ddd;
}




.news {
    padding: 50px 0 90px;
}
.news .article
{
    color: #979797;
    position: relative;
    display: block;
    text-decoration: none;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.news .article .info {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 21px 24px 37px;
}
.news .article .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.news .article .img
{
    position: relative;
    width: 100%;
    padding-bottom: 65%;
}
.news .article img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .article .name
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
    margin-bottom: 19px;
}
.news .article .date
{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #646464;
    margin-bottom: 11px;
}
.news .article:hover .name {
    color: #fff;
}
.news .article:hover .date {
    color: #fff;
}
.news .article:hover {
    background: var(--main_color2);
}
.news .block_head {
    margin-bottom: 0;
}
.news_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.news_category
{
    display: flex;
    margin-left: auto;
    width: 425px;
    margin-left: -16px;
}
.news_category > div
{
    margin-left: 16px;
    width: calc(100%/3 - 16px);
}
.news_category a
{
    line-height: 45px;
    display: block;
    height: 45px;
    padding: 0 10px;
    transition: all .5s ease;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--main_color4);
    font-weight: bold;
    font-size: 14px;
    color: var(--main_color4);
    min-width: 124px;
}
.news_category a.active {
    color: #fff;
    background: var(--main_color4);
}
.news_category a:hover {
    color: #fff;
    background: var(--main_color4);
}



/*---------------   Footer---------------*/
footer
{
    font-size: 13.5px;
    line-height: 27px;
    text-align: center;
    color: var(--text_color);
    padding: 51px 0 70px;
    text-align: center;
    background: #fff;
    flex: 0 0 auto;
}

footer .cont > * + *
{
    margin-top: 14px;
}

footer a
{
    color: var(--text_color);
    transition: color .2s linear;
    text-decoration: none;
}

footer a:hover
{
    color: var(--main_color2);
}

footer .links
{
    width: 500px;
    max-width: 100%;
    margin: 0 auto 44px;
    list-style: none;
    column-gap: 60px;
    column-count: 3;
}

footer .links > *
{
    --webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

footer .links > * + *
{
    margin-top: 10px;
}

footer .links a
{
    color: var(--text_color);
    display: inline-block;
    vertical-align: top;
}

footer .links a:hover
{
    color: var(--main_color2);
}

footer .creator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 13.5px;
    line-height: 14px;
    text-align: center;
    color: var(--text_color);
}
footer .creator img {
    margin-left: 17px;
}



/*---------------   PopUp---------------*/


.color_change
{
    position: fixed;
    z-index: 1000;
    top: 20px;
    width: 70px;
}

.agree label a
{
    color: var(--main_color2);
    text-decoration: none;
    margin-left: 5px;
}

.error
{
    border: 1px solid red !important;
}

/*file ulpload*/





.file-list
{
    display: flex;

    margin-top: 30px;
    margin-bottom: -20px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.file-list__name
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-list li
{
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;

    display: flex;

    min-height: 28px;
    margin-bottom: 20px;
    padding-left: 10px;

    text-align: left;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.removal-button
{
    color: white;

    margin-left: 10px;
    padding: 8px 10px;

    cursor: pointer;

    border: none;
    background-color: var(--main_color2);
}
.removal-button::before
{
    content: 'X';
}
.removal-button:focus
{
    outline: 0;
}


.file-chooser p
{
    font-size: 18px;
    color: red;
    padding-bottom: 1em;
}

.file-chooser label
{
    font-weight: normal;
    font-size: 14px;
    line-height: 39px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: 155px;
    min-width: 155px;
    height: 39px;
    margin: 0;
    cursor: pointer;
    transition: .2s linear;
    background: var(--main_color4);
    padding: 0 15px;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    border: none;
    text-transform: inherit;
    letter-spacing: 0px;
}
.file-chooser label {
    background: var(--main_color2);
}
.file-chooser label svg {
    margin-left: 6px;
    display: block;
}
.file-uploader
{
    max-width: 400px;
    height: auto;
    margin: 2em auto;
}
.file-uploader *
{
    display: block;
}
.file-uploader input[type=submit]
{
    float: right;

    margin-top: 2em;
}



.file-list__name
{
    margin-left: 15px;
}

.removal-button
{
    display: inline-block;
    float: right;

    height: 100%;
}
.removal-button {
    color: #FF2F3F;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: transparent;
}
.removal-button::before {
    content: 'Удалить';
}



.file-chooser__input
{
    color: #fff;
    font-size: var(--font_size);
    font-weight: 500;
    line-height: 55px;

    display: inline-block;

    height: 55px;

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    border: none;
    border-radius: 4px;
    background: var(--main_color1);
}

.file-uploader__submit-button
{
    color: white;
    font-size: 1.5em;

    width: 100%;
    padding: 1em;

    border: none;
    background-color: #72bfa7;
}
.file-uploader__submit-button:hover
{
    background-color: #a7d7c8;
}


.upload .hidden
{
    display: none;
}
.upload .hidden input
{
    display: none;
}
.file-uploader .error {
    border: none !important;
}

.upload  .file-uploader * svg
{
    fill: var(--main_color2);
}

.upload .form .file .list
{
    margin-left: 0;
}

.modal
{
    display: none;
    visibility: visible !important;

    width: 625px;
    max-width: 100%;
    padding: 70px 90px;

    text-align: center;

    border-radius: 10px;
    background: #fff;
}

.fancybox-slide--html .fancybox-close-small
{
    opacity: 1;
}

.thanks .icon
{
    display: flex;

    width: 122px;
    height: 122px;
    margin: 0 auto 30px;
    margin-bottom: 20px;
    padding: 20px;

    background: var(--main_color2);

    justify-content: center;
    align-items: center;
}

.thanks .icon img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.thanks .title
{
    color: #272727;
    margin-top: 10px;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 35px;
}


.thanks .desc
{
    color: #b5b5b5;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;

    margin-top: 10px;
}

#app
{
    height: 100%;
}
.products_sort b
{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 30px;
}
.products_sort ul
{
    display: inline-block;

    list-style: none;
}

.sorting_switcher li
{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;

    position: relative;

    display: inline-block;

    padding: 0 15px;

    cursor: pointer;
    color: #000;
}

.products_sort
{
    margin-bottom: 30px;
}
.sorting_switcher li.sort_asc:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    margin: -1px .3em 0 0;

    content: '';

    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.sorting_switcher li.sort_desc:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    margin: -1px .3em 0 0;

    content: '';

    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    border-left: 4px solid transparent;
}
.sorting_switcher li.active
{
    color: var(--main_color4);
}

.products_sort_mobile
{
    display: none;
}
.schema-order__link
{
    cursor: pointer;
}

.schema-order__link:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-top: 7px;
    margin-left: 2px;

    content: '';
    vertical-align: top;

    border-width: 4px 3.5px 0;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
}

.schema-order__popover
{
    position: absolute;
    z-index: 123;
    top: -10px;
    left: 0;

    display: none;

    width: 270px;
    padding-right: 10px;

    -o-transition: all .2s cubic-bezier(.9,.1,.1,.9);
       transition: all .2s cubic-bezier(.9,.1,.1,.9);
    -o-transform: translateY(40px);
       transform: translateY(40px);

    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.3), 0 0 0 1px rgba(0,0,0,.05);
}

.schema-order__list a
{
    color: #000;

    position: relative;

    display: block;

    padding: 9px 20px 9px 40px;

    cursor: pointer;
    text-decoration: none;
}
.schema-order__list .active:before
{
    position: absolute;
    top: 12px;
    left: 16px;

    display: block;

    width: 12px;
    height: 15px;

    content: '';

    background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2017%2020%22%0A%09%20enable-background%3D%22new%200%200%2017%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M5.6%2C19.4L17%2C1.9l-1.7-1L5.4%2C16.1l-4-4.7L0%2C12.9L5.6%2C19.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A) 0 0/100% auto no-repeat;
}

.products_sort_mobile
{
    position: relative;
    z-index: 33;

    margin-bottom: 20px;
}




.gallery2 {
    background: var(--bg);
}
.gallery2 .flex
{
    display: flex;

    margin-left: -39px;
    margin-bottom: -47px;

    flex-wrap: wrap;
}
.gallery2 .flex > div
{
    width: calc(100%/3 - 39px);
    margin-bottom: 47px;
    margin-left: 39px;

}
.gallery2 .item
{
    display: block;

    text-decoration: none;
}

.gallery2 .item .img
{
    position: relative;

    overflow: hidden;

    width: 100%;
    padding-bottom: 70%;
}

.gallery2 .item img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.gallery2 .item .info
{
    position: relative;
    background: #fff;
    padding: 29px 30px 19px;
}

.gallery2 .item .info .desc
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
}


.main_slider .owl-carousel .owl-stage
{
    display: flex;
}
.main_slider .slide
{
    display: flex;

    height: 100%;

    flex: 1 0 auto;
}
.main_slider .slide .cont
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    align-items: stretch;
}
.main_slider3 .owl-item .owl-dot-custom
{
    background: rgba(255, 255, 255, .31);
    width: 12px;
    height: 12px;
    margin-top: 0;
    bottom: 0;
    top: 0;
    list-style: none;
    border-radius: 50%;
    margin-right: 7px;
    cursor: pointer;
}
.main_slider3 .owl-item .owl-dot-custom.active {
    display: block;
    width: 19px;
    height: 19px;
    background: var(--main_color4);
}
.main_slider3 .owl-dots {
    position: relative;
    left: 0;
    margin-top: 0;
}

.btns
{
    display: flex;
}
.customNextBtn
{
    display: flex;
    width: 43px;
    height: 43px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 1.56364px;
}

.customPreviousBtn
{
    display: flex;
    width: 43px;
    height: 43px;
    background: var(--main_color4);
    border-radius: 1.56364px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}


.main_slider .owl-carousel .owl-stage
{
    display: flex;
}

.main_slider .slide
{
    display: flex;

    height: 100%;

    flex: 1 0 auto;
}



aside .submit
{
    display: flex;
    margin-bottom: 26px;
    background: none;
}

aside .submit .reset
{
    width: 45px;
    height: 45px;
    margin-left: 12px;

    cursor: pointer;

    border: none;
    background: #FB5252;

    flex-shrink: 0;
}

aside .submit .reset i
{
    position: relative;

    display: block;

    width: 20px;
    height: 20px;
    margin: 0 auto;

    border-radius: 50%;
}
aside .submit .reset i:before,
aside .submit .reset i:after
{
    position: absolute;
    top: 0;
    left: 10px;

    width: 2px;
    height: 20px;

    content: ' ';

    background-color: #fff;
}

aside .submit .reset i:before
{
    transform: rotate(45deg);
}

aside .submit .reset i:after
{
    transform: rotate(-45deg);
}


/*пустая корзина*/

.cart_empty
{

}
.cart_empty .cont {
    width: 430px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 160px;
    padding-bottom: 160px;
    text-align: center;
}

.cart_empty .icon
{
    width: 122px;
    height: 122px;
    margin: 0 auto;
    margin-bottom: 35px;
    padding: 37px 33px;
    background: var(--main_color2);
}

.cart_empty .icon svg
{
    width: 100%;
    height: 100%;
}

.cart_empty .title {
    color: var(--main_color1);
    margin-top: 15px;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 19px;
}

.cart_empty .title span
{
    color: var(--main_color1);
}

.cart_empty .desc
{
    font-weight: normal;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: var(--text_color);
    margin-top: 10px;
}

.cart_empty .link {
    font-size: 14px;
    font-weight: 400;
    line-height: 39px;
    display: inline-block;
    height: 39px;
    margin-top: 32px;
    vertical-align: top;
    text-decoration: none;
}

.cart_empty .link.link_catalog
{
    margin-left: 20px;

}


.news .block_head .title
{
    padding-bottom: 0;
}

.first_section .link {
    max-width: 350px;
}
.first_section .no_mask.img > *
{
    border-radius: 0;
}
.first_section .img.no_mask:before{
    display: none;
}
.first_section .img.no_mask
{
    top: 0;
    margin: 20px 0;
}

.mob_header + .main_slider,
.mob_header + .main_slider3
{
    /* margin-top: -43px; */
}


.main .remove_margin{
    margin-bottom: 0px;
}


.contacts_info.maps_not{
    padding-bottom: 0px !important;
}
.block:nth-child(2n-1).contacts_info.maps_not{
    margin-bottom:0px !important
}


.poll .desc{
    overflow-x: auto;
}
.poll .desc table{
    width: 100% !important;
}


.main_slider{
    margin-bottom:0px;
    /* margin-top:-120px; */
}

.block{
    background: var(--bg2);
}
.block:nth-child(2n) {
    background: var(--bg);
}


.block:nth-child(2n).main_slider{
    padding:0;
    margin-bottom: 120px;
}

.block:nth-child(2n).main_slider2, .block:nth-child(2n).main_slider, .block:nth-child(2n).main_slider3, .block:nth-child(2n).first_section{
    margin-bottom:120px;
    margin-top: 0px;
}


header.fixed {
    position: fixed;
    -webkit-animation: moveDown .5s;
    animation: moveDown .5s;
    background: #fff;
}

header.fixed .info {
    padding: 10px 0 10px;
}

.mob_header.fixed {
    /* position: fixed; */
    -webkit-animation: moveDown .5s;
    animation: moveDown .5s;
    background: #fff;
    padding: 20px 0 10px;
    width:100%;
    z-index: 1000;
}

@media (max-width: 767px)
{
    .mob_header.fixed .bg{
        display: none;
    }
}

@-webkit-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
}
@-moz-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
}
@keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
}



.poll .desc ul, .poll .desc ol, .text_block ul, .text_block ol{
    margin: 30px 0 30px 50px;
}

.poll .desc table, .text_block table{
    margin:20px 0;
}


.poll .desc table td, .text_block table td{
    padding: 20px;
}




.soc_block .widget iframe.vk{
    width: 320px;
    height: 493px;
}


/*новый блок*/
.products_category {
    padding: 50px 0 140px;
}
.products_category .cont {
    position: relative;
}
.products_category .block_head {
    margin-bottom: 28px;
}
.products_category .flex {
    margin-bottom: -22px;
    margin-left: -21px;
    justify-content: space-between;
}

.products_category .flex>* {
    width: calc(33% - 21px);
    margin-bottom: 22px;
    margin-left: 23px;
    text-decoration: none;
}

.products_category .img {
    padding-bottom: 70%;
    position: relative;
    width: 100%;
}

.products_category .img img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products_category .info{
    padding: 26px 26px 33px 26px;
    background: #fff;
}


.products_category .info .name{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #1B1B1C;
}

.products_category .info .counts{
    margin-top: 2px;
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    color: var(--text_color);
}

.products_category .info .price{
    margin-top: 9px;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.883721px;
    color: var(--main_color4);
}


.product_info .buy .price .val.old {
    color: var(--main_color4);
    font-size: 22px;
    line-height: 25px;
    text-decoration: line-through;
    opacity: 0.42;
}


.poll .desc img{
    max-width: 100%;
}

/*новое меню*/

header .menu .item .sub_menu  .sub_menu{
    top: 0;
    left: calc(100% + 30px);
}

header .menu .item:hover .sub_menu  .sub_menu{
    visibility: hidden;
    opacity: 0;
}

header .menu .item .item:hover .sub_menu{
    top: 0% !important;
    visibility: visible !important;
    opacity: 1 !important;
    left: 100%;
}

header .menu .sub_menu a.sub_link span:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    content: '';
    transform: rotate(-135deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

header .flexMenu-popup .item .item .sub_menu{
    left: calc(-100% + 30px);
}

header .flexMenu-popup .item .item:hover .sub_menu{
    left: auto;
}



/********************/
/***CONTACT BUTTON***/
/********************/
#contactButton {
  z-index: 999999;
  position: fixed;
  height: 50px;
  width: 50px;
}

#shadow-element {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    z-index: 99;
}

.contact-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    background: var(--main_color1) !important;
}

.contact-button svg{
    width: 30px;
    height: 30px;
}

.contact-button:hover,
.contact-button:active,
.contact-button:focus,
.contact-button:visited {
  color: #fff !important;
}

.shadow {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.shadow:hover {
  box-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

.main-button {
  -webkit-transition: transform 0.7s; /* Safari */
  transition: transform 0.7s;
  box-shadow: none !important
}

.main-button.up {
  transform: rotate(720deg);
}

.contact-button-out {
  display: none !important
}

#firstButton{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: var(--main_color2) !important;
}

#secondButton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 98;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#secondButton.up {
  bottom: 65px;
  opacity: 1;
}

#thirdButton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 97;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#thirdButton.up {
  bottom: 130px;
  opacity: 1;
}

#fourthButton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 96;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#fourthButton.up {
  bottom: 195px;
  opacity: 1;
}

#fifthButton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 95;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#fifthButton.up {
  bottom: 260px;
  opacity: 1;
}

#sixthButton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 94;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#sixthButton.up {
  bottom: 325px;
  opacity: 1;
}

#seventhButton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 93;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#seventhButton.up {
  bottom: 390px;
  opacity: 1;
}


#seventhButton2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 93;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#seventhButton2.up {
  bottom: 455px;
  opacity: 1;
}


#seventhButton3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 93;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#seventhButton3.up {
  bottom: 515px;
  opacity: 1;
}


#seventhButton4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 93;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#seventhButton4.up {
  bottom: 575px;
  opacity: 1;
}


#seventhButton5 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 93;
  opacity: 0;
  -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
  transition: bottom 0.7s, opacity 0.4s;
}

#seventhButton5.up {
  bottom: 635px;
  opacity: 1;
}




++/*Новый фильтр*/


.tab_filter{

}

.tab_filter_title{
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 15px 20px 0px 20px;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
}

.tab_filter_title.active i{
    transform: rotate(90deg);
}
.tab_filter_title  i svg *{
    fill:#fff;
}

aside .block .data{
    padding-top:10px;
    padding-bottom: 0px;
}

aside .block  .data_new{
    display: none;
}

aside .block.cats{
    padding-bottom:20px;
    padding-top: 0px;
}

aside .block .data_new.active{
    display: block;
}

aside .block .data.range{
    padding-bottom: 20px;
}


.specifications {
    padding-bottom: 25px;
}
.specifications .block_head {
    margin-bottom: 18px;
}
.specifications .block_head .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.064px;
    color: var(--main_color1);
    margin-bottom: 0;
}
.char {
    max-width: 270px;
}

.char div {
    clear: both;
    margin-bottom:30px;
}

.char div span:first-child {
    float: left;
    padding: 0 .4em 0 0;
    margin: 0;
    color: var(--text-color);
    font-size: 18px;
    line-height: 31px;
}

.char div span+span {
    float: right;
    margin: 0;
    color: var(--text_color);
    font-size: var(--font_size);
    font-weight: 700;
    line-height: 26px;
    margin-left: 10px;
}

.char div:after {
    content: "";
    display: block;
    overflow: hidden;
    height: 22px;
    border-bottom: 1px dashed;
}

.products.related {
    background: var(--bg2);
    margin-top: 0px;
    padding-bottom: 96px;
    padding-top:30px;
}
.products.related .block_head {
    margin-bottom: 31px;
}
.products.related .block_head .title {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.064px;
    color: var(--main_color1);
}
.products.related .product .img {
    padding-bottom: 66%;
}

.block_checkform{
    margin-top:25px;
    display: flex;
    justify-content: space-between;
}
.cart_total_item{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.promocode_form {
    display: flex;
    margin-top: 15px;
}

.promocode_form button{
    color: #fff;
    font-size: var(--font_size);
    text-align: center;
    vertical-align: top;
    background:  var(--main_color2);
    font-family: var(--font_family);
    border: none;
    line-height: 39px;
    display: inline-block;
    height: 39px;
    padding: 0 40px;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.promocode_result.succces{
    font-size: 14px;
    color: #30B833;
    padding-left: 30px;
    background: url(../../../../../images/site/designs/11/icons8-ok.svg) no-repeat;
    line-height: 24px;
    margin-top: 15px;
}

.promocode_form .input{
    height: 39px;
}

.promocode_result.error{
    font-size: 14px;
    color: #E33535;
    padding-left: 30px;
    background: url(../../../../../images/site/designs/11/icons8-cancel.svg) no-repeat;
    line-height: 24px;
    margin-top: 15px;
    border: none !important;
}

a.back_cat{
    margin-top: -20px;
    display: block;
    margin-bottom: 20px;
    color: var(--text_color);
    font-size: 18px;
    line-height: 22px;
    padding-left: 22px;
    vertical-align: top;
    text-decoration: none;
        position: relative;
}
.back_cat:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 22px;
    content: '';
    opacity: .39;
    background: url(../../../../../images/site/designs/11/ic_back_link.svg) 0 50% no-repeat;
}


.faq .item .text_block table{
    border-color:white;
}
.faq .item .data{
    overflow-x: auto;
}

.text_block table th {
    padding: 20px;
}
.text_block table{
    border-collapse: collapse;
}


.tab_filter_title span{
    width: calc(100% - 37px);
}

aside .cats .tab_filter_title label:before{
    top: 0px;
}


aside .cats .tab_filter_title label:after{
    top: 4px;
}

aside .block .data_new{
    padding-left:44px;
}

aside .cats label{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

aside .cats label:before{
    top:1px;
}

aside .cats label:after{
    top:5px;
}

.tab_filter_title.active i{
    height:20px;
}




.main_slider3 .owl-carousel .owl-nav button {
    top: 69%;
}
.main_slider3 .owl-carousel .owl-nav button.owl-prev {
    left: 24%;
    margin-left: 0;
}
.main_slider .slide .info {
    padding-right: 140px;
}


/* catalog checkbox filters edits --start-- */
.checkboxFilter {
    display: none;
}
/* catalog checkbox filters edits --finish-- */

