
*
{
    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: #f7f7f7;
    --bg2: #fff;
    --aside_width: 237px;
    --scroll_width: 17px;
    --text_color: #000;
    --font_size: 14px;
    --font_size_title: 37px;
    --font_family: 'Ubuntu';
    --box-shadow-color: #E1D7C4;
    --main_color1: #1B1B1C;
    --main_color2: #235049;
    --main_color3: #F5EEE0;
    --main_color4: #D9AB42;
    --main_color_opacity: rgba(95, 95, 254, .03);
}

.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: 1240px;
    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;
    background: var(--bg);
}
.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: 140px 0 120px;
}

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


.block_head
{
    display: flex;

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

    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: 46px;
    font-family: var(--font_family);
    letter-spacing: -1.63488px;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
    position: relative;
}
.block_head .title:before {
    position: absolute;
    content: "";
    background: var(--main_color2);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.block_head .title:after {
    position: absolute;
    content: "";
    background: var(--main_color4);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: -36px;
    left: calc(50% + 12px);
    transform: translateX(-50%);
    box-shadow: 13px 15px 31px rgba(0, 0, 0, 0.212465);
}

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

.link {
    display: inline-block;
    min-width: 160px;
    font-family: var(--font_family);
    font-weight: 700;
    line-height: 52px;
    min-height: 52px;
    color: #FFFFFF;
    padding: 0 12px;
    vertical-align: top;
    text-decoration: none;
    border: none;
    font-size: 14px;
    text-align: center;
    background: var(--main_color4);
    box-shadow: 0px 29px 23px -20px rgba(89, 110, 121, 0.48198);
    border-radius: 27px;
    transition: all .4s;
}
.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;
    width: 100%;
    height: 60px;
    padding: 0 22px;
    transition: .2s linear;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 19px;
}

.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;
    border: 1px solid #D9D9D9;
    border-radius: 19px;
}

.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;
}

.form input[type=checkbox] + label
{
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 16px;
    color: var(--text-color);
    position: relative;
    display: inline-block;
    min-height: 24px;
    padding-left: 36px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 200px;
}

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

    display: block;

    width: 24px;
    height: 24px;

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

    border: 2px solid var(--main_color2);
    box-sizing: border-box;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.order_block .form input[type=checkbox] + label:before
{
    top: 1px;
    left: 2px;
}
.order_block .form input[type=checkbox] + label {
    padding-top: 5px;
}
.form input[type=checkbox] + label i
{
    position: absolute;
    top: 5px;
    left: 5px;

    display: block;

    width: 17px;
    height: 17px;

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

    opacity: 0;
}

.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;
}

.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: 700;
    line-height: 52px;
    display: flex;
    align-items: center;
    min-width: 160px;
    min-height: 52px;
    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;
    border-radius: 27px;
}
.form .submit_btn span
{
    margin: 0 auto;
    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_blocks .text_block p:last-child {
    /*font-weight: 700;*/
}

.text_block img
{
    display: block;

    max-width: 100%;
}

.text_block img.left
{
    max-width: calc(50% - 36px);
    margin-top: 4px;
    margin-right: 28px;
    width: 246px;
    height: 234px;
    border-radius: 61px 61px 5px 61px;
}

.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/13/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%;
    background: #fff;
}
header .bottom {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 59px;
    max-width: 1200px;
    margin: 0 auto;
}

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-weight: 500;
    font-size: 18px !important;
    line-height: 21px;
    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: block;

    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: 500px;
}
@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: var(--main_color2);
    display: flex;
    height: 52px;
    padding: 15px 22px 14px;
    transition: all .2s linear;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    border-radius: 26px;
}

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 var(--main_color2);
    border-left: 2px solid var(--main_color2);
}

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: var(--main_color2);
    border-radius: 26px;
    transition: all .2s linear;
}

header .menu .item:hover > a.touch_link + .sub_menu {
    background: var(--main_color4);
}

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_color2);
    border: none;
    box-shadow: 0px 19px 34px rgba(0, 0, 0, 0.487664);
    border-radius: 26px;
}

header .menu .item:hover > a {
    background: var(--main_color4);
    border-radius: 26px;
}

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: 700;
    line-height: 17px;
    display: flex;
    height: 40px;
    padding: 12px 60px 14px 15px;
    transition: all .2s linear;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 26px;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
    justify-content: flex-start;
}

header .menu .sub_menu a:hover {
    background: var(--main_color4);
}




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: var(--main_color2);

    display: flex;

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

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

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
        border-radius: 26px
}

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 var(--main_color2);
    border-left: 2px solid var(--main_color2);
}

header .menu .flexMenu-viewMore .item > a span:after{

}

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
{
    background: var(--main_color4);
    border-radius: 26px;
    color:#fff;
}

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

    min-width: 100%;
    padding: 0;

    background: var(--main_color2);
    border-radius: 26px;
}

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: 700;
    line-height: 17px;
    display: flex;
    height: 40px;
    padding: 12px 60px 14px 15px;
    transition: all .2s linear;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 26px;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
    justify-content: flex-start;
}

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

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:  var(--main_color4);
}

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;
    border-radius: 22px;
}

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/13/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_color4);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
}

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;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

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;
    border-radius: 50%;
}
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;
    border-radius: 4px;
}

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/13/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;
    border-radius: 22.5px;
    font-weight: 700;
}

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;
    white-space: normal;
}

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


.first_section
{
    position: relative;
    background: var(--main_color3);
}
.first_section.block {
    padding-top: 57px;
    padding-bottom: 107px;
}
.first_section .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.first_section .link {
    max-width: 350px;
}
.first_section .info .title
{
    position: relative;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 37px;
    line-height: 46px;
    letter-spacing: -1.63488px;
    color: var(--main_color1);
    max-width: 410px;
    width: 100%;
    margin-bottom: 31px;
}
.first_section .info .desc
{
    font-size: var(--font_size);
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: var(--text-color);
    max-width: 400px;
    width: 100%;
    margin-bottom: 37px;
}

.first_section .img {
    display: block;
    width: 641px;
    height: 461px;
    z-index: 1;
    position: relative;
}
.first_section .img:before {
    width: 163px;
    height: 163px;
    border-radius: 50%;
    bottom: -42px;
    left: -25px;
    background: var(--main_color2);
    position: absolute;
    content: "";
    z-index: 1;
}
.first_section .img:after {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    bottom: -42px;
    left: 92px;
    background: var(--main_color4);
    box-shadow: 13px 15px 31px rgba(0, 0, 0, 0.212465);
    position: absolute;
    content: "";
    z-index: 1;
}
.first_section .img > *
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    border-radius: 137px 137px 5px 137px;
    position: relative;
}
.first_section .img > *::after {
    position: absolute;
    content: "";
    background: url(../../../../../images/site/designs/13/first-decor.svg);
    width: 86px;
    height: 118px;
    bottom: 45px;
    left: 70px;
    z-index: 0;
}
.first_section .img > *::before {
    position: absolute;
    content: "";
    background: url(../../../../../images/site/designs/13/first-decor2.svg);
    width: 86px;
    height: 118px;
    top: 123px;
    right: -44px;
    z-index: 0;
}


.first_section2.block {
    text-align: start;
    padding: 0;
    position: relative;
    z-index: 1;
    background: none;
    background: #fff;
}
.first_section2.block:after {
    content: "";
    position: absolute;
    border-radius: 0 0 100% 0;
    width: 105%;
    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: 560px;
    height: 560px;
    margin-top: 117px;
    z-index: 1;
    border-radius: 50%;
    flex-shrink: 0;
    outline: 18.5px solid #fff;
    padding: 18.5px;
}
.first_section2 .link:hover {
    background: var(--main_color4);
}


.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-weight: bold;
    font-size: 43px;
    line-height: 46px;
    letter-spacing: -1.9px;
    color: #fff;
    max-width: 480px;
    width: 100%;
    margin-bottom: 31px;
}
.first_section2 .info .desc
{
    font-weight: 500;
    font-size: var(--font_size);
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 37px;
    max-width: 420px;
    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;
    margin-top: 32px;
    display: block;
    overflow: visible;
    width: 42px;
    height: 42px;
    cursor: pointer;
    transition: opacity .2s linear;
    border: none;
}
.owl-nav-custom .prev svg {
    fill: #888888;
}
.owl-nav-custom .next svg {
    fill: var(--main_color2);
}
.owl-nav-custom .next:hover svg {
    fill: var(--main_color4);
}
.owl-nav-custom .prev:hover svg {
    fill: var(--main_color4);
}
.owl-nav-custom .prev {
    transition: all .4s;
    background: transparent;
    margin-right: 18px;
}
.owl-nav-custom .next {
    transition: all .4s;
    background: transparent;
}



.main_slider .owl-carousel .owl-nav button
{
    bottom: 50%;
}
.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: 50%;
}
.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.block {
    position: relative;
}
.main_slider2.block:after {
    content: "";
    position: absolute;
    border-radius: 0 0 0 100%;
    width: 50%;
    height: 100%;
    display: block;
    top: 0;
    background: var(--main_color2);
    z-index: 0;
    right: 0;
}
.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(50% + 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_slider
{
    background: #ddd;
}

.main_slider .slide
{
    position: relative;
    overflow: hidden;
}

.main_slider3{
    margin-bottom: 0 !important;
}
.main_slider3 .slide
{
    position: relative;
}


.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;
    width: 100%;
    padding-bottom: 36px;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 54px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -2.38605px;
    color: #fff;

}
.main_slider .slide .desc
{
    font-size: var(--font_size);
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
}
.main_slider .slide .link
{
    margin: 36px auto 0;
    width: 163px;
    min-height: 54px;
    line-height: 54px;
    display: block;
}



.main_slider2.block {
    background: #fff;
    padding: 0;
}
.main_slider2 .cont
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.main_slider2 .info
{
    width: 486px;
}

.main_slider2 .info .title
{
    color: var(--main_color1);
    position: relative;
    max-width: 100%;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 43px;
    line-height: 46px;
    letter-spacing: -1.9px;
}

.main_slider2 .info .desc
{
    margin-top: 31px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: var(--text-color);
    max-width: 440px;
    width: 100%;
}

.main_slider2_bottom {
    margin-top: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_slider2_bottom .owl-nav-custom {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.main_slider2 .info .desc {
    margin-right: 20px;
}
.main_slider2 .owl-nav-custom button {
    margin-top: 0;
}

.main_slider2 .info .link
{

    min-width: 163px;
    min-height: 54px;
    line-height: 54px;
    margin-right: 56px;
}

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

    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 556px;
    height: 515px;
}
.main_slider2 .img:before {
    position: absolute;
    content: "";
    width: 163px;
    height: 163px;
    bottom: 0;
    left: -35px;
    background: var(--main_color2);
    border-radius: 50%;
    z-index: 1;
}
.main_slider2 .img:after {
    position: absolute;
    content: "";
    width: 53px;
    height: 53px;
    bottom: 7px;
    left: 90px;
    background: var(--main_color4);
    border-radius: 50%;
    z-index: 1;
}

.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;
    box-shadow: 0px 24px 130px rgba(0, 0, 0, 0.213669);
    transform: rotate(14deg);
    border-radius: 90px 110px 95px 160px;
}


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

.main_slider3 .slide .img {
    width: 641px;
    height: 461px;
    position: relative;
}
.main_slider3 .slide .img:before {
    position: absolute;
    content: "";
    width: 163px;
    height: 163px;
    top: -59px;
    right: -8px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.main_slider3 .slide .img:after {
    position: absolute;
    content: "";
    width: 53px;
    height: 53px;
    top: 30px;
    right: -13px;
    background: var(--main_color4);
    border-radius: 50%;
    z-index: 1;
}
.main_slider3 .slide .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;
    display: block;
    border-radius: 137px 137px 5px 137px;
}
.main_slider3 .slide .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_slider3 .owl-nav-custom {
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 1;
}
.main_slider3 {
    position: relative;
    background: #fff;
    padding-bottom: 110px;
    padding-top: 120px;
}
.main_slider3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask: url(../../../../../images/site/designs/13/mask_first2.svg);
    -webkit-mask-box-image: url(../../../../../images/site/designs/13/mask_first2.svg);
    background: var(--main_color2);
}

.main_slider3 .slide .info {
    text-align: start;
    max-width: 440px;
    width: 100%;
    z-index: 1;
}
.main_slider3 .slide .title {
    font-weight: bold;
    font-size: 43px;
    line-height: 46px;
    letter-spacing: -1.9px;
    color: #fff;
    margin-bottom: 31px;
    max-width: 440px;
}
.main_slider3 .slide .desc {
    font-weight: 500;
    font-size: var(--font_size);
    line-height: 26px;
    color: #FFFFFF;
    max-width: 440px;
    width: 100%;
    margin-bottom: 37px;
}
.main_slider3 .link:hover {
    background: var(--main_color4);
}

.advantages .cont
{
    position: relative;
}
.advantages .flex
{
    justify-content: center;
    align-items: stretch;
    margin-bottom: -55px;
    margin-left: -57px;
}

.advantages .flex > *
{
    width: calc(100%/3 - 57px);
    margin-bottom: 55px;
    margin-left: 57px;
}

.advantages .item
{
    position: relative;
    text-align: center;
    letter-spacing: .3px;
    display: flex;
    flex-direction: column;
    padding: 19px 53px 33px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 46px 46px 5px 46px;
}

.advantages .item .icon
{
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 auto 15px;
}


.advantages .item .icon img
{
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.advantages .item .name {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.972093px;
    color: var(--main_color1);
    margin-bottom: 8px;
    font-family: var(--font_family);
}

.advantages .item .desc
{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--text-color);
}
.about {
    background: var(--main_color2) !important;
}
.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% - 469px);
}

.about .link
{
    min-width: 160px;
    min-height: 52px;
    line-height: 52px;
}
.about .link:hover {
    background: var(--main_color4);
}
.about .img
{
    display: block;
    width: 379px;
    height: 468px;
    position: relative;
}
.about .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 47px 5px 5px 5px;
}

.about .block_head {
    margin-bottom: 0;
}
.about .block_head .title {
    color: #fff;
    margin-bottom: 34px;
    padding-bottom: 0;
    text-align: start;
}
.fw700 {
    font-weight: 700;
}
.about .text_block {
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff !important;
    font-weight: 500;
}
.about .block_head .title:before {
    left: 0;
    transform: translateX(0);
    background: white;
}
.about .block_head .title:after {
    top: -36px;
    left: 18px;
    transform: translateX(0);
}
.about .img::before {
    position: absolute;
    bottom: -57px;
    right: 39px;
    width: 163px;
    height: 163px;
    border-radius: 50%;
    background: #FFFFFF;
    content: "";
    z-index: 1;
}
.about .img::after {
    position: absolute;
    bottom: -50px;
    right: 22px;
    background: var(--main_color4);
    box-shadow: 13px 15px 31px rgba(0, 0, 0, 0.212465);
    border-radius: 50%;
    content: "";
    z-index: 1;
    width: 53px;
    height: 53px;
}
.about .img div {
    position: relative;
}
.about .img div::after {
    position: absolute;
    content: "";
    background: url(../../../../../images/site/designs/13/first-decor.svg);
    width: 86px;
    height: 118px;
    bottom: 31px;
    right: 23px;
    z-index: 0;
}




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

.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: #fff;
    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:nth-child(2n):after
{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    content: '';
    background: var(--main_color4);
}
.how_we_work .info .item:nth-child(2n+1):after
{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    content: '';
    background: var(--main_color2);
}





.how_we_work .cont {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
}
.how_we_work .block_head .title {
    text-align: start;
}
.how_we_work .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.how_we_work .block_head .title:after {
    top: -36px;
    left: 18px;
    transform: translateX(0);
}
.how_we_work .img {
    display: block;
    width: 600px;
    height: 525px;
    position: relative;
}
.how_we_work .info .item .name
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    margin-bottom: 11px;
    margin-top: 7px;
}
.how_we_work .info .item .desc
{
    font-weight: 500;
    font-size: var(--font_size);
    line-height: 16px;
    color: #959595;
}
.how_we_work .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 47px 5px 5px 5px;
}
.how_we_work .img::before {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 163px;
    height: 163px;
    background: var(--main_color2);
    content: "";
    z-index: 1;
}
.how_we_work .img::after {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: var(--main_color4);
    content: "";
    z-index: 1;
}
.how_we_work .img div {
    position: relative;
}
.how_we_work .img div::after {
    position: absolute;
    content: "";
    width: 86px;
    height: 118px;
    bottom: 34px;
    right: 20px;
    background: url(../../../../../images/site/designs/13/first-decor.svg);
}
.how_we_work .info {
    max-width: calc(100% - 730px);
}



.reviews .block_head {
    width: 300px;
    margin-left: 100px;
    flex-shrink: 0;
}
.reviews .owl-item
{
    visibility: visible;
    transition: .2s linear;
    pointer-events: none;
    opacity: 1;
}
.reviews .owl-carousel .owl-stage-outer {
    visibility: visible;

}
.reviews .owl-item.active
{
    visibility: visible;
    pointer-events: auto;
}
.reviews .owl-carousel {
    display: block;
    width: calc(100% - 382px);
}
.reviews .reviews_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}
.reviews .owl-item.active + .owl-item  {
    opacity: 1;
}


.reviews .review
{
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.reviews .block_head .title {
    text-align: end;
}
.reviews .block_head .title:before {
    top: -50px;
    left: calc(100% - 12px);
    transform: translateX(-100%);
}
.reviews .block_head .title:after {
    top: -36px;
    left: 100%;
    transform: translateX(-100%);
}
.reviews .block_head .desc {
    text-align: end;
}
.reviews .review_text {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: var(--text-color);
}
.reviews .review .info {
    padding: 31px 46px 31px 34px;
    background: #fff;
    border-radius: 5px 62px 5px 0px;
    position: relative;
}
.reviews .review .info:before {
    position: absolute;
    content: "";
    bottom: -33px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 33px 0 0;
    border-color: #fff transparent transparent transparent;
}
.review_bottom {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-left: 24px;
}
.review_bottom-photo {
    width: 63px;
    height: 63px;
    flex-shrink: 0;
}
.review_bottom-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.review_bottom-author {
    margin-left: 19px;
}
.review_bottom-name
{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.review_bottom-post {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #959595;
}



.works .block_head {
    margin-bottom: 50px;
}
.works .block_head .title {
    text-align: start;
}
.works .block_head .desc {
    text-align: start;
}
.works .owl-item.active + .owl-item {
    opacity: 1;
}
.works .owl-item
{
    visibility: visible;
    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_item:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -13px;
    right: -13px;
    background: url(../../../../../images/site/designs/13/decor3.svg);
    z-index: -1;
}
.works_item img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 350px;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 5px 47px 5px 5px;
}
.works .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.works .block_head .title:after {
    top: -36px;
    left: 18px;
    transform: translateX(0);
}





.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 {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 45px;
}
.articles .block_head .desc {
    text-align: center;
}
.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: -57px;
    margin-bottom: -32px;
}
.article_items > * {
    width: calc(100%/3 - 57px);
    margin-left: 57px;
    margin-bottom: 32px;
}
.articles .info_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.articles .article .img
{
    width: 100%;
    height: 425px;
}
.articles .article img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 43px 5px 5px;
}
.articles .article .info
{
    overflow: hidden;
    padding: 18px 20px;
    background: var(--main_color2);
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 130px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.articles .article .name
{
    font-family: var(--font_family);
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #fff;
    margin-bottom: 18px;
}
.articles .article .date
{
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    white-space: nowrap;
    margin-left: 8px;
}
.link-more {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.link-more span {
    display: block;
    margin-right: 6px;
}
.link-more svg {
    fill: white;
    flex-shrink: 0;
}
.articles .link {
    width: 160px;
    min-height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 45px auto 0;
    display: block;
}



.big_boss_quote {
}
.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:before {
    width: 95px;
    height: 68px;
    background: url(../../../../../images/site/designs/13/quote1_1.svg);
    right: 0;
    top: 0;
    position: absolute;
    content: "";
}
.big_boss_quote .info .block_head .title
{
    position: relative;
    text-align: start;
}
.big_boss_quote .info .block_head .title::before {
    top: -50px;
    left:0;
    transform: translateX(0);
}
.big_boss_quote .info .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.big_boss_quote .info .name
{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 7px;
    color: #000;
    margin-top: 34px;
}
.big_boss_quote .info .post
{
    font-weight: 500;
    font-size: var(--font_size);
    line-height: 16px;
    color: #959595;
}
.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: 379px;
    height: 468px;
    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;
    border-radius: 47px 5px 5px 5px;
}
.big_boss_quote .img::before {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 163px;
    height: 163px;
    background: var(--main_color2);
    content: "";
    z-index: 1;
}
.big_boss_quote .img::after {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: var(--main_color4);
    content: "";
    z-index: 1;
}
.big_boss_quote .img div {
    position: relative;
    z-index: 0;
}
.big_boss_quote .img div::after {
    position: absolute;
    content: "";
    width: 86px;
    height: 118px;
    bottom: 34px;
    right: 20px;
    background: url(../../../../../images/site/designs/13/first-decor.svg);
}
.big_boss_quote .img div::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -20px;
    left: -20px;
    background: url(../../../../../images/site/designs/13/decor3.svg);
    z-index: -1;
}






.video_reviews .block_head {
    margin-bottom: 45px;
}
.video_reviews .slide a {
    text-decoration: none;
}
.video_reviews .owl-nav-custom {
    justify-content: center;
}
.video_reviews .info
{
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #fff;
    background: #fff;
    padding: 25px 20px 33px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: var(--main_color2);
    mix-blend-mode: normal;
    opacity: 0.8;
}
.video_reviews .slide {
    position: relative;
}
.video_reviews .slide .img
{
    color: #fff;
    position: relative;
    display: block;
    padding-bottom: 82%;
    width: 100% !important;
}
.video_reviews .slide .img:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 5px 43px 5px 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.468499), rgba(0, 0, 0, 0.468499)), url(../../../../../images/site/designs/13/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;
    border-radius: 5px 43px 5px 5px;
}
.video_reviews .link-more,
.prices .link-more,
.vacancies .link-more {
    color: var(--main_color4);
}



.prices {
    background: var(--main_color2);
    padding: 120px 0 120px;
}
.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 .title {
    text-align: start;
    color: #fff;
}
.prices .block_head .title:before {
    background: #fff;
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.prices .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.prices .block_head .desc {
    max-width: 250px;
    width: 100%;
    text-align: start;
    color: #fff;

}
.prices .flex
{
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: -32px;
}
.prices .flex > *
{
    width: calc(100%/4 - 32px);
    margin-left: 32px;
}
.prices .item
{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 46px 38px 24px;
    text-align: center;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 5px 62px 5px 0px;
}
.prices .item .name
{
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: start;
    color: var(--main_color2);
    text-transform: uppercase;
}
.prices .item .price
{
    flex: 0 0 auto;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 37px;
    line-height: 46px;
    letter-spacing: -1.63488px;
    color: var(--main_color4);
    margin-bottom: 9px;
    text-align: start;
}
.prices .item .desc
{
    font-weight: normal;
    font-size: var(--font_size);
    line-height: 26px;
    text-align: start;
    color: var(--text-color);
    margin-bottom: 16px;
}

.prices .item .link-more
{
    justify-content: start;
}
.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 .block_head .title {
    text-align: start;
}
.documents .block_head .desc {
    text-align: start;
}
.documents .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.documents .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.documents .item
{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    color: #000;
    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%;
}
.documents_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -20px;
    padding: 40px 45px 25px;
    background: var(--bg);
    border-radius: 5px 52px;
}
.documents_wrap > * {
    margin-left: 20px;
    margin-bottom: 20px;
    width: calc(100%/8 - 20px);
}



.faq {
    background: var(--main_color3);
}
.faq .cont
{
    position: relative;
    background: var(--main_color2);
    border-radius: 59px;
    padding: 147px 114px 108px;
}
.faq .item
{
    transition: .2s linear;
    background: var(--bg);
    border-radius: 51.5px;
}
.faq .item + .item
{
    margin-top: 30px;
}
.faq .item .title
{
    position: relative;
    display: flex;
    padding: 10px 10px 10px 36px;
    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: 20px;
    line-height: 23px;
    color: #20253A;
    background: #FFFFFF;
    border-radius: 51.5px;
}
.faq .item .title i
{
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    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.active {
    background: #fff;
}
.faq .item.active .title
{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faq .item .data
{
    font-size: 17px;
    line-height: 30px;
    display: none;
    padding: 0 30px 40px;
    background: #fff;
    border-bottom-left-radius: 51.5px;
    border-bottom-right-radius: 51.5px;
}
.faq .block_head .title {
    color: #fff;
}
.faq .block_head .desc {
    color: #fff;
}
.faq .block_head .title:before {
    background: #fff;
}




.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: 530px;
    max-width: 100%;
    position: relative;
    background: #fff;
    position: relative;
}
.director_letter .img
{
    position: relative;
    display: block;
    width: 578px;
    height: 583px;
}
.director_letter .block_head {
    margin-bottom: 31px;
}
.director_letter .block_head .title {
    text-align: start;
}
.director_letter .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.director_letter .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.director_letter .block_head .desc {
    text-align: start;
}
.director_letter .img::before {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 163px;
    height: 163px;
    background: var(--main_color2);
    content: "";
    z-index: 1;
}
.director_letter .img::after {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: var(--main_color4);
    content: "";
    z-index: 1;
}
.director_letter .img div {
    position: relative;
    z-index: 0;
}
.director_letter .img div::after {
    position: absolute;
    content: "";
    width: 86px;
    height: 118px;
    bottom: 34px;
    right: 20px;
    background: url(../../../../../images/site/designs/13/first-decor.svg);
}
.director_letter .img div::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -20px;
    left: -20px;
    background: url(../../../../../images/site/designs/13/decor3.svg);
    z-index: -1;
}
.director_letter .img > *
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 47px 5px 5px 5px;
}



.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 .item
{
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 35px;
}

.vacancies .item .name a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: var(--main_color1);
    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 {
    position: relative;
    padding: 90px 0 66px;
}
.order_block .form {
    padding: 147px 114px 83px;
    background: var(--bg);
    border-radius: 59px;
    position: relative;
}
.order_block:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: calc(100% + 1000px);
    height: 333px;
    background: #fff;
}
.order_block .form .line
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 12px;
    margin-bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 11px 31px rgba(62, 63, 69, 0.19245);
    border-radius: 51.5px;
    margin-bottom: 25px;
}
.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;
    border-radius: 0;
}
.order_block .form input[type=checkbox] + label {
    max-width: 100%;
}
.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 36px;
    min-width: 118px;
    min-height: 54px;
    margin-left: auto;
    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    letter-spacing: 0px;
    text-transform: inherit;
    border: none;
    background: var(--main_color4);
    border-radius: 27px;
}
.order_block .form .title {
    text-align: center;
    color: var(--main_color1);
    width: 100%;
}
.order_block .form .desc {
    font-weight: 500;
    font-size: var(--font_size);
    line-height: 26px;
    text-align: center;
    color: var(--text-color);
}
.order_block .form .block_head {
    margin-bottom: 43px;
}
.order_block-checkbox {
    display: none !important;
}




.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% - 605px);
    padding-top: 70px;
    z-index: 1;
}
.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: 29px;
    line-height: 46px;
    letter-spacing: -1.2814px;
    color: var(--main_color1);
    text-decoration: none;
}
.contacts_block .info .exp {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #7B7B7C;
}
.contacts_block .block_head .title {
    text-align: start;
}
.contacts_block .block_head .desc {
    text-align: start;
}
.contacts_block .block_head .title:before {
    top: -45px;
    left: 0;
    transform: translateX(0);
}
.contacts_block .block_head .title:after {
    top: -30px;
    left: 21px;
    transform: translateX(0);
}
.contacts_block .phone,
.contacts_block .email,
.contacts_block .adres {
    padding-left: 50px;
    position: relative;
}
.contacts_block .phone,
.contacts_block .email {
    margin-bottom: 43px;
}
.contacts_block .phone::before,
.contacts_block .email::before,
.contacts_block .adres::before {
    position: absolute;
    content: "";
    background: var(--main_color2);
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.contacts_block .phone::after,
.contacts_block .email::after,
.contacts_block .adres::after {
    position: absolute;
    content: "";
    background: var(--main_color4);
    width: 17px;
    height: 17px;
    top: 12px;
    left: 15px;
    border-radius: 50%;
}




.contacts_block .map
{
    position: relative;
    display: block;
    width: 509px;
    height: 476px;
}
.contacts_block .map iframe
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 0px 238px 5px 238px;
}
.contacts_block .map:after {
    position: absolute;
    content: "";
    width: 106px;
    height: 106px;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    background: var(--main_color2);
    z-index: 0;
}
.contacts_block .map::before {
    position: absolute;
    content: "";
    width: 53px;
    height: 53px;
    border-radius: 50%;
    right: 71px;
    top: 50px;
    background: var(--main_color4);
    z-index: 1;
}
.contacts_block .map iframe div {
    display: none;
}



.stocks {
    background:var(--bg2);
}
.stocks .block_head .title {
    text-align: end;
}
.stocks .block_head .title:before {
    top: -50px;
    left: calc(100% - 12px);
    transform: translateX(-100%);
}
.stocks .block_head .title:after {
    top: -36px;
    left: 100%;
    transform: translateX(-100%);
}
.stocks .block_head .desc {
    text-align: end;
}
.stocks .block_head {
    width: 300px;
    margin-left: 100px;
    flex-shrink: 0;
}
.stocks .owl-item
{
    visibility: visible;
    transition: .2s linear;
    pointer-events: none;
    opacity: 1;
}
.stocks .owl-item.active
{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.stocks .owl-carousel {
    display: block;
    width: calc(100% - 382px);
}
.stocks .owl-carousel .owl-stage-outer {

}
.stocks .owl-item + .stocks .owl-item.active {
    opacity: 1;
}
.stocks .stocks_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}
.stocks .stock
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    box-shadow: inset 0px 0 11px var(--box-shadow-color);
    background: var(--bg);
    border-radius: 5px 62px 5px 5px;
}
.stocks .stock .thumb
{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 66%;
}
.stocks .stock .thumb img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 62px 0px 0px;
}
.stocks .link-more {
    color: var(--main_color4);

}
.stocks .stock .info
{
     padding: 21px 26px 28px;
}
.stocks .stock .name
{
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: var(--main_color1);
    display: block;
    margin-bottom: 14px;
}
.stocks .stock .desc
{
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: var(--text_color);
    margin-bottom: 17px;
}





.text_blocks .block_head {
    margin-bottom: 33px;
}




.team .block_head {
    margin-bottom: 20px;
}
.team .block_head .title {
    text-align: start;
}
.team .block_head .desc {
    text-align: start;
}
.team .block_head .title::before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.team .block_head .title::after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.team .owl-nav-custom {
    justify-content: end;
}
.team .item
{
    display: flex;
    align-items: center;
    padding: 20px 25px 25px 20px;
    margin-bottom: 20px;
    background: var(--bg);
    border-radius: 5px 52px;
}
.team .item .foto
{
    position: relative;
    width: 108px;
    height: 108px;
    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;
    border-radius: 5px 52px;
}
.team .item .name
{
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 3px;
}
.team .item .post
{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #959595;
}




.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;
    min-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: center;
    align-content: flex-start;
}

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

.soc_block .info
{
    position: relative;
}
.soc_insta {
    background: none;
}


.soc_block .soc_link
{
    color: var(--main_color2);
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.soc_block .soc_link .icon
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
}

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





.soc_block .widget
{
    padding: 20px;
    background: #fff;
    position: relative;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 5px 47px 5px 5px;
    position: relative;
}
.soc_block .widget::before {
    position: absolute;
    content: "";
    width: 163px;
    height: 163px;
    background: url(../../../../../images/site/designs/13/ic_vk_link.svg);
    bottom: -79px;
    right: -94px;
    background-size: cover;
}
.soc_block .widget:after {
    position: absolute;
    content: "";
    background: var(--main_color4);
    width: 53px;
    height: 53px;
    border-radius: 50%;
    bottom: -73px;
    right: 0px;
    transform: translateX(-50%);
    box-shadow: 13px 15px 31px rgb(0 0 0 / 21%);
}

.soc_block.soc_insta .widget
{
    padding: 20px;
    background: #fff;
    position: relative;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 5px 47px 5px 5px;
    position: relative;
}
.soc_block.soc_insta .widget::before {
    position: absolute;
    content: "";
    width: 163px;
    height: 163px;
    background: url(../../../../../images/site/designs/13/ic_soc2.svg);
    bottom: -66px;
    right: 55px;
    background-size: cover;
}
.soc_block.soc_insta .widget:after {
    position: absolute;
    content: "";
    background: var(--main_color4);
    width: 53px;
    height: 53px;
    border-radius: 50%;
    bottom: -66px;
    right: 25px;
    transform: translateX(-50%);
    box-shadow: 13px 15px 31px rgb(0 0 0 / 21%);
}

.soc_block .link {
    min-height: 52px;
    line-height: 52px;
}
.soc_block-wrapper {
    width: calc(100% - 540px);
}
.soc_block .block_head {
    margin-bottom: 13px;
}
.soc_block .block_head .title {
    text-align: start;
}
.soc_block .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.soc_block .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.soc_block.soc_insta .widget
{
    position: relative;
}
.soc_block .widget iframe
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border: none;
}
.soc_block .widget_wrap {
    position: relative;
}
.soc_block .widget_wrap::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../../../../../images/site/designs/13/decor3.svg);
    top: -19px;
    left: -23px;
}

.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%;
}
.payment .block_head .title
{
    text-align: start;
}
.payment .block_head .desc
{
    text-align: start;
}
.payment .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.payment .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}






.services .flex
{
    position: relative;
    justify-content: center;
    align-items: stretch;
    margin-left: -30px;
    margin-bottom: -30px;
}

.services .flex > *
{
    width: calc(100%/4 - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
}

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

    position: relative;

    display: block;

    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 13px 15px 31px rgba(58, 60, 65, 0.153905);
    border-radius: 5px 52px;
    border: 10px solid #fff;
}
.services .service .img
{
    position: relative;

    width: 100%;
    height: 216px;
}
.services .service img
{
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 43px 5px 5px;

}
.services .service .info
{
    width: 100%;
    padding: 10px 30px 21px 8px;
    text-align: start;
}

.services .service .name
{
    word-break: break-word;
    font-family: var(--font_family);
    font-weight: bold;
    color: var(--main_color1);
    text-align: start;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.883721px;
}

.services .service .link
{
    margin-top: 22px;
    min-width: 141px;
    min-height: 39px;
    line-height: 39px;
}
.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 {
    background: var(--main_color3);
}
.products .block_head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
}
.products .block_head .desc {
    width: 100%;
}
.products .flex
{
    align-items: stretch;
    margin-left: -46px;
    margin-bottom: -22px;
}

.products .flex > *
{
    width: calc(100%/3 - 46px);
    margin-left: 46px;
    margin-bottom: 22px;
}
.content .products {
    margin-top: 18px;
    background: var(--bg);
}
.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: 109%;
}
.content .product .img {
    padding-bottom: 109%;
}
.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;
    border-radius: 5px 43px 5px 5px;
}


.products .product .info
{
    position: relative;

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

.products .product .name
{
    font-family: var(--font_family);
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #FFFFFF;
}
.content .product .name
{
    font-family: var(--font_family);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.795349px;
    color: #FFFFFF;
}
.products .product .info
{
    padding: 19px 20px 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: var(--main_color2);
    mix-blend-mode: normal;
        border-radius: 0px 0px 5px 5px;
}

.content .product .info {
    padding: 11px 15px 15px;
}

.products .product .cat
{
    margin-top: 5px;
    font-size: var(--font_size);
    color: var(--text_color);
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.6;
}
.content .product .cat {
    margin-top: 5px;
    font-size: var(--font_size);
    color: var(--text_color);
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.6;
}
.products .product .price
{
    margin-top: 11px;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #fff;
}
.content .product .price
{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.795349px;
    color: #fff;
    margin-top: 9px;
}


.content_flex .content .block_head .title {
    text-align: start;
}
.content_flex .content .block_head .title::before {
    display: none;
}
.content_flex .content .block_head .title::after {
    display: none;
}

.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;
    background: var(--bg);
}
.cart_info .block_head .title {
    text-align: start;
}
.cart_info .block_head .title:before {
    display: none;
}
.cart_info .block_head .title:after {
    display: none;
}
.cart_info .product
{
    display: flex;
    background: #FFFFFF;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 40px 0px 0px 5px;
    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: crimson;
}
.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;
    border-radius: 40px 0px 0px 5px;
}

.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: var(--main_color1);
}

.cart_info .product .name a
{
    color: var(--main_color1);

    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;
    font-weight: 500;
    color: var(--text-color);
    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 var(--main_color4);
    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;
    width: 206px;
    height: 52px;
}

.checkout_info {
    padding: 50px 0 50px;
    background: var(--bg);
}
.checkout_info .cont
{
    position: relative;
}
.checkout_info .block_head .title {
    text-align: start;
}
.checkout_info .block_head .title:before {
    display: none;
}
.checkout_info .block_head .title:after {
    display: none;
}
.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: 52px;

    min-width: 170px;
    height: 52px;
}

.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;
    display: inline-block;
    min-width: 170px;
    height: 52px;
    margin-left: 28px;
    margin-right: 7px;
    cursor: pointer;
    vertical-align: top;
    border: 2px solid var(--main_color4);
    background: none;
    padding: 0 20px;
    border-radius: 27px;
}


.product_info {
    padding: 56px 0 0 0;
    background: var(--bg);
}
.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 .block_head .title {
    text-align: start;
}
.product_info .block_head .title:before {
    display: none;
}
.product_info .block_head .title:after {
    display: none;
}
.product_info-slider {
    width: 422px;
}
.product_info-wrapper {
    display: flex;
    align-items: flex-start;
}
#sync1 .item {
    width: 100%;
}
#sync1 .item img {
    width: 100%;
    border-radius: 21px 21px 0px 0px;
}

#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;
    border-radius: 0px 21px 21px 0px;
}
#sync1.owl-theme .owl-next {
    right: 72px;
    border-radius: 21px 0px 0px 21px;
}
#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-slider #sync2 .owl-stage-outer {
    border-radius: 0px 0px 25px 25px;
}
.product_info-slider .owl-item {
    width: 422px;
}

.product_info .cart_link
{
    right: 20px;
}

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

.product_info .head{
    position: relative;
    padding-bottom: 40px;
}
.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: 500;
    line-height: 27px;
    margin-top: 6px;
}

.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: space-between;
    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;
    margin-right: auto;
    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;
    max-width: 100%;
    height: 39px;
    margin-left: 28px;
    display: flex;
    align-items: center;
}

.product_info .buy .buy_link
{
    padding: 0 3px;
    width: 182px;
}
.buy_btns {
    display: flex;
    align-items: center ;
}

.product_info .buy .order_link
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    display: none;
}

.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;

    min-width: 290px;
    min-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;
    background: var(--bg);
}
.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;
    border-radius: 41px 41px 5px 41px;
}
.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: 500;
    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 .block_head .title {
    padding-bottom: 25px;
    text-align: start;
}
.upload .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.upload .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.upload .info
{
    width: 420px;
    max-width: 100%;
}
.upload .info .block_head .desc{

    text-align: left;
}
.upload .info .form
{
    width: 100%;
}
.upload .form
{
    width: calc(100% - 450px);
    max-width: 100%;
}
.upload .form .bottom {
    align-items: center;
}
.upload .form input[type=checkbox] + label {
    max-width: 100%;
}
.upload .form input[type=file] + label {
    font-weight: 500;
    font-size: 14px;
    line-height: 52px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: 160px;
    min-width: 160px;
    height: 52px;
    margin: 0;
    cursor: pointer;
    transition: .2s linear;
    background: var(--main_color4);
    padding: 0 24px;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    border: none;
    text-transform: inherit;
    letter-spacing: 0px;
    font-weight: bold;
    border-radius: 27px;
}
.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 .block_head .title
{
    text-align: start;
}
.stock_finish .block_head .desc
{
    text-align: start;
}
.stock_finish .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.stock_finish .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}

.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;
}

.before_after .block_head
{
    width: 446px;
    max-width: 100%;
    margin-bottom: 0 !important;
    align-self: center;
}

.before_after .item
{
    position: relative;
    height: 585px;
    width: 662px;
    max-width: 100%;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 47px 5px 5px 5px;
}
.before_after .item::before {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 163px;
    height: 163px;
    background: var(--main_color2);
    content: "";
    z-index: 1;
}
.before_after .item::after {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: var(--main_color4);
    content: "";
    z-index: 1;
}
.before_after .item_wrap {
    position: relative;
}
.before_after .item_wrap:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -20px;
    left: -20px;
    background: url(../../../../../images/site/designs/13/decor3.svg);
    z-index: 0;
}
.before_after .block_head .title {
    text-align: start;
}
.before_after .block_head .desc {
    text-align: start;
}
.before_after .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.before_after .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}


.before_after .item img
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    overflow: hidden;
}

.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/13/ic_before_after.svg) 50%/40px 27px no-repeat;

}




.image_tips .image
{
    position: relative;
    width: 100%;
    height: auto;
}
.image_tips .image img
{
    display: block;
    width: 100%;
    border-radius: 46px 46px 5px 46px;
}

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

    margin-top: -15px;
    margin-left: -15px;
}
.image_tips .image .item1 {
    top: 33%;
    left: 27%;
}
.image_tips .image .item2 {
    top: 38%;
    left: 91%;
}
.image_tips .image .item3 {
    top: 71%;
    left: 66%;
}

.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: 356px;
    padding: 24px;

    transform: translateY(-50%);
    background: #FBFBFB;
    border: 1px solid #DEDEDE;
    box-shadow: 13px 15px 28px rgba(0, 0, 0, 0.104609);
    border-radius: 8px 46px 5px 26px;
    text-align: center;
}
.image_tips .image .info1 {
    top: 40%;
    left: calc(27.5% + 60px);
}

.image_tips .image .info2
{
    top: 25%;
    right: calc(12% + 60px);
    left: auto;
}
.image_tips .image .info3 {
    top: 37%;
    left: calc(37% + 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;
    color: #000;
    margin-bottom: 5px;
    text-align: start;
}

.image_tips .image .info .desc
{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: var(--text_color);
    margin-bottom: 13px;
    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;
    box-shadow: none;
    height: auto;
    min-height: auto;
}

.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: 14px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    z-index: 1;
    width: 685px;
}
.three_photo .photo img
{
    display: block;
    width: 100%;
    min-width: 100px;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.three_photo .photo .img1
{
    display: block;
    overflow: hidden;
    grid-column: 1/2;
    grid-row: 1/2;
    width: 326px;
    height: 218px;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 58px 5px 5px 5px;
}
.three_photo .photo .img2
{
    position: relative;
    display: block;
    overflow: hidden;
    grid-column: 2/3;
    grid-row: 1/3;
    width: 345px;
    height: 544px;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 5px 58px 5px 5px;
}
.three_photo .photo .img3
{
    position: relative;
    display: block;
    overflow: hidden;
    grid-column: 1/2;
    grid-row: 2/3;
    width: 326px;
    height: 312px;
    margin-left: auto;
    margin-top: -45px;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 5px 5px  5px 58px;
}
.three_photo .block_head .title {
    text-align: start;
}
.three_photo .block_head .desc {
    text-align: start;
}
.three_photo .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.three_photo .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.three_photo .photo::before {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 163px;
    height: 163px;
    background: var(--main_color2);
    content: "";
    z-index: 1;
}
.three_photo .photo:after {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: var(--main_color4);
    content: "";
    z-index: 1;
}
.three_photo .photo_wrap {
    position: relative;
}
.three_photo .photo_wrap::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    right: -10px;
    top: -10px;
    background: url(../../../../../images/site/designs/13/decor3.svg);
}






.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 .block_head .title
{
    text-align: start;
}
.socials_block .block_head .desc
{
    text-align: start;
}
.socials_block .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.socials_block .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.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: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.about_video .info
{
    width: 430px;
    max-width: calc(100% - 476px);
}
.about_video .video_link-wrap {
    position: relative;
    z-index: 1;
}
.about_video .block_head .title:before {
    top: -50px;
    left: 0;
    transform: translateX(0);
}
.about_video .block_head .title:after {
    top: -35px;
    left: 18px;
    transform: translateX(0);
}
.about_video .video_link-wrap::before {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 163px;
    height: 163px;
    background: var(--main_color2);
    content: "";
    z-index: 2;
}
.about_video .video_link-wrap::after {
    position: absolute;
    bottom: -54px;
    right: 36px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: var(--main_color4);
    content: "";
    z-index: 2;
}

.about_video a.video_link::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -20px;
    left: -20px;
    background: url(../../../../../images/site/designs/13/decor3.svg);
    z-index: -1;
}
.about_video .block_head {
    margin-bottom: 24px;
}
.about_video .block_head .title {
    text-align: start;
}
.about_video .video_link
{
    position: relative;
    display: block;
    width: 651px;
    height: 460px;
    max-width: 100%;
    background: #f6f8fe;
    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/13/ic_video_play.svg) 50% no-repeat;
}

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


.about_video .video_link img
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 13px 15px 31px rgba(109, 110, 114, 0.131811);
    border-radius: 47px 5px 5px 5px;
    object-fit: cover;
}




.quiz_poll {
    background: var(--bg2);
}
.quiz_poll .quiz_poll-wrapper {
    display: flex;
    background: #FBFBFB;
    border: 1px solid #DEDEDE;
    box-shadow: 13px 15px 28px rgba(0, 0, 0, 0.104609);
    border-radius: 46px 46px 5px 46px;
}
.quiz_poll .form input[type=checkbox] + label {
    max-width: 100%;
}

.quiz_poll .img{
    position: relative;
    display: block;
    width: 360px;
    height: 360px;
}
.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-top: 24px;
}
.quiz_poll .step .form
{
    margin-top: 25px;
}


.quiz_poll .step .next
{
    color: #fff;
    line-height: 52px;
    display: inline-block;
    min-width: 160px;
    height: 52px;
    padding: 0 12px;
    vertical-align: top;
    border: none;
    font-size: 14px;
    text-align: center;
    background: var(--main_color4);
    cursor: pointer;
    transition: all .4s;
    border-radius: 27px;
}
.quiz_poll .step .next:hover {
    background: var(--main_color2);
}
.quiz_poll .success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.quiz_poll .success .icon
{
    display: flex;
    width: 122px;
    height: 122px;
    background: var(--main_color2);
    justify-content: center;
    align-items: center;
    border-radius: 48px 0px 40px;
    margin-bottom: 18px;
}
.quiz_poll .success .title
{
    letter-spacing: -1.32558px;
    color: var(--main_color1);
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
}
.quiz_poll .success .desc
{
    color: var(--text_color);
    font-size: var(--font_size);
    font-weight: 500;
    line-height: 26px;
    margin-top: 9px;
    text-align: center;
}
.quiz_poll .success .success_info {
    margin-left: 37px;
}





.contacts_info .info .flex
{
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    display: flex;
    margin-left: -40px;
    margin-top: 90px;
    margin-bottom: -80px;
}
.contacts_info .info .flex > *
{
    width: calc(33.333% - 40px);
    margin-bottom: 80px;
    margin-left: 40px;
}
.contacts_info .info .item {
    position: relative;
    display: inline-flex;
    text-align: start;
    padding: 86px 30px 30px;
    background: #FFFFFF;
    box-shadow: 13px 15px 31px var(--box-shadow-color);
    justify-content: center;
}
.contacts_info .info .item:nth-child(4),
.contacts_info .info .item:nth-child(5) {
    margin-left: 93px;
    width: calc(50% - 94px);
    padding-top: 46px;
    text-align: start;
    margin-top: -40px;
}

.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: 104px;
    height: 104px;
    background: var(--main_color2);
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-shrink: 0;
    border-radius: 37px 0px;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
}
.contacts_info .info .item:nth-child(4) .icon,
.contacts_info .info .item:nth-child(5) .icon {
    top: 50%;
    left: -52px;
    transform: translateX(0);
    transform: translateY(-50%);
}
.contacts_info .info .icon img
{
    display: block;
    width: 50px;
    height: 50px;

    fill: var(--main_color2);
}
.contacts_info .info .description {
    text-align: center;
}
.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 .email,
.contacts_info .info .phone,
.contacts_info .info .adres {
    margin-bottom: 0px;
}
.contacts_info .info .val
{
    color: #777;
    font-size: var(--font_size);
    line-height: 28px;

    width: 100%;
}
.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/13/ic_soc3.svg) 0 50%/27px 27px no-repeat;
}
.contacts_info .info .val a.ic_viber
{
    padding-left: 35px;

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

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

    background: url(../../../../../images/site/designs/13/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/13/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/13/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/13/ic_soc_ok.svg) 0 50%/27px 27px no-repeat;
}
.contacts_info .info .val a:hover
{
    text-decoration: none;
}
.contacts_info .map
{
    position: relative;

    overflow: hidden;

    height: 480px;

    background: #ddd;
}




.news {
    padding: 50px 0 90px;
    background: var(--bg);
}
.news .article
{
    color: #979797;
    position: relative;
    display: block;
    text-decoration: none;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 5px 43px 5px 5px;
}
.news .block_head .title {
    text-align: start;
}
.news .block_head .title::before {
    display: none;
}
.news .block_head .title::after {
    display: none;
}
.news .article .info {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 19px 20px 22px;
    background: var(--main_color2);
    mix-blend-mode: normal;
    opacity: 0.8;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.news .article .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.news .article .img
{
    position: relative;
    width: 100%;
    padding-bottom: 118%;
}
.news .article img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 43px 5px 5px;
}
.news .article .name
{
    font-family: var(--font_family);
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.news .info_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .article .date
{
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    color: #FFFFFF;
}
.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: 520px;
    margin-left: -19px;
}
.news_category > div
{
    margin-left: 19px;
    width: calc(100%/3 - 19px);
}
.news_category a
{
    line-height: 52px;
    display: block;
    height: 52px;
    padding: 0 15px;
    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: 126px;
    width: 160px;
    border-radius: 27px;
}
.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);
    display: inline;
}

.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-uploader .error {
    border: none !important;
}
.upload .error {
    color: red;
    background-color: #fff;
}
.file-chooser label
{
    font-weight: 500;
    font-size: 14px;
    line-height: 52px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: 160px;
    min-width: 160px;
    height: 52px;
    margin: 0;
    cursor: pointer;
    transition: .2s linear;
    background: var(--main_color4);
    padding: 0 24px;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    border: none;
    text-transform: inherit;
    letter-spacing: 0px;
    font-weight: bold;
    border-radius: 27px;
}
.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;
}


.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;
    border-radius: 48px 0px 40px;
}

.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
{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: var(--text-color);
    margin-top: 7px;
}
.thanks .link {
    min-width: 206px;
    min-height: 52px;
    line-height: 52px;
    margin-top: 28px;
}

#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: -84px;

    flex-wrap: wrap;
}
.gallery2 .flex > div
{
    width: calc(100%/3 - 39px);
    margin-bottom: 84px;
    margin-left: 39px;
    z-index: 1;
}
.gallery2 .item
{
    display: block;
    text-decoration: none;
    position: relative;
    background: #FFFFFF;
    box-shadow: 13px 15px 31px rgba(117, 134, 197, 0.131811);
    border-radius: 5px 52px;
    padding: 13px;
    z-index: 1;
}
.gallery2 .item:before {
    position: absolute;
    content: "";
    width: 86px;
    height: 119px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/decor4.svg);
    z-index: -1;
}


.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;
    border-radius: 5px 43px 5px 52px;
}

.gallery2 .item .info
{
    position: relative;
    background: #fff;
    padding: 24px 17px 32px 50px;
    border-radius: 5px 52px;
}

.gallery2 .item .info .desc
{
    font-family: var(--font_family);
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: right;
    letter-spacing: -0.883721px;
    color: var(--main_color1);
}
.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-dots {
    bottom: 15px;
    z-index: 4;
    left: 76%;
}
.main_slider3 .owl-dot {
    background: #000;
    width: 9px;
    height: 9px;
}
.main_slider3 .owl-dot.active {
    background: var(--main_color4);
    width: 15px;
    height: 15px;
}
.main_slider3 .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.main_slider3 .wrap_img {
    position: relative;
}
.main_slider3 .wrap_img::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 163px;
    height: 224px;
    top: -40px;
    left: -40px;
    background: url(../../../../../images/site/designs/13/main_slider_decor1.svg);
}
.main_slider3 .wrap_img::before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 86px;
    height: 118px;
    top: 123px;
    right: -42px;
    background: url(../../../../../images/site/designs/13/main_slider_decor2.svg);
}

.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: #DCB251;
    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;
    border-radius: 50%;
}

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
{
    background: var(--bg);
}
.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: 18px;
    padding: 37px 33px;
    background: var(--main_color2);
    border-radius: 48px 0px 40px;
}

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

.cart_empty .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -1.32558px;
    color: var(--main_color1);
    margin-bottom: 7px;
}

.cart_empty .desc
{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: var(--text-color);
}

.cart_empty .link {
    font-size: 14px;
    font-weight: 700;
    line-height: 52px;
    display: inline-block;
    min-width: 206px;
    min-height: 52px;
    margin-top: 28px;
    vertical-align: top;
    text-decoration: none;
}

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

}


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


.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 {
    background:var(--bg);
    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: 103%;
    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;
    border-radius: 5px 43px 5px 5px;
}

.products_category .info{
    padding: 19px 20px 24px;
    background: var(--main_color2);
    mix-blend-mode: normal;
       border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.product_category {
    position: relative;
}


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

.products_category .info .counts{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.6;
    margin-top: 5px;
}

.products_category .info .price{
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.972093px;
    color: #fff;
    margin-top: 11px;
}
.product_info .buy .price .val.old {
    color: var(--main_color4);
    font-size: 22px;
    line-height: 25px;
    text-decoration: line-through;
    opacity: 0.42;
}
.products_category .block_head .title {
    text-align: start;
}
.products_category .block_head .title::before {
    display: none;
}
.products_category .block_head .title::after {
    display: none;
}





.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;
    border-radius: 22px;
}

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

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


.specifications {
    background: var(--bg);
    padding-bottom: 25px;
}
.specifications .block_head {
    margin-bottom: 18px;
}
.specifications .block_head .title {
    font-weight: bold;
    font-size: 37px;
    line-height: 46px;
    letter-spacing: -1.63488px;
    color: var(--main_color1);
    text-align: start;
}
.specifications .block_head .title:before {
    display: none;
}
.specifications .block_head .title:after {
    display: none;
}
.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(--bg);
    margin-top: 0px;
    padding-bottom: 96px;
}
.products.related .block_head {
    margin-bottom: 21px;
}
.products.related .block_head .title {
    font-weight: bold;
    font-size: 37px;
    line-height: 46px;
    letter-spacing: -1.63488px;
    color: var(--main_color1);
    text-align: start;
}
.products.related .block_head .title::before {
    display: none;
}
.products.related .block_head .title::after {
    display: none;
}
.products.related .product .img {
    padding-bottom: 109%;
}

.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;
    border-radius: 20px;
    margin-left: 8px;
}

.promocode_result.succces{
    font-size: 14px;
    color: #30B833;
    padding-left: 30px;
    background: url(../../../../../images/site/designs/13/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/13/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/13/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;
}




.works_item{
    height: 250px;
}

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


