@font-face {
    font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;

    src: url('../../../../../font/site/designs/4/SFProDisplay-Medium.eot');
    src: local('SF Pro Display Medium'), local('../../../../../font/site/designs/4/SFProDisplay-Medium'),
    url('../../../../../font/site/designs/4/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../../../../font/site/designs/4/SFProDisplay-Medium.woff2') format('woff2'),
    url('../../../../../font/site/designs/4/SFProDisplay-Medium.woff') format('woff'),
    url('../../../../../font/site/designs/4/SFProDisplay-Medium.ttf') format('truetype');
}


@font-face {
    font-family: 'SF Pro Display';
    font-weight: 900;
    font-style: normal;

    src: url('../../../../../font/site/designs/4/SFProDisplay-Heavy.eot');
    src: local('SF Pro Display Heavy'), local('../../../../../font/site/designs/4/SFProDisplay-Heavy'),
    url('../../../../../font/site/designs/4/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../../../../../font/site/designs/4/SFProDisplay-Heavy.woff2') format('woff2'),
    url('../../../../../font/site/designs/4/SFProDisplay-Heavy.woff') format('woff'),
    url('../../../../../font/site/designs/4/SFProDisplay-Heavy.ttf') format('truetype');
}


@font-face {
    font-family: 'SF Pro Display';
    font-weight: bold;
    font-style: normal;

    src: url('../../../../../font/site/designs/4/SFProDisplay-Bold.eot');
    src: local('SF Pro Display Bold'), local('../../../../../font/site/designs/4/SFProDisplay-Bold'),
    url('../../../../../font/site/designs/4/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../../../../font/site/designs/4/SFProDisplay-Bold.woff2') format('woff2'),
    url('../../../../../font/site/designs/4/SFProDisplay-Bold.woff') format('woff'),
    url('../../../../../font/site/designs/4/SFProDisplay-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SF Pro Display';
    font-weight: 900;
    font-style: normal;

    src: url('../../../../../font/site/designs/4/SFProDisplay-Black.eot');
    src: local('SF Pro Display Black'), local('../../../../../font/site/designs/4/SFProDisplay-Black'),
    url('../../../../../font/site/designs/4/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
    url('../../../../../font/site/designs/4/SFProDisplay-Black.woff2') format('woff2'),
    url('../../../../../font/site/designs/4/SFProDisplay-Black.woff') format('woff'),
    url('../../../../../font/site/designs/4/SFProDisplay-Black.ttf') format('truetype');
}


@font-face {
    font-family: 'SF Pro Display';
    font-weight: 600;
    font-style: normal;

    src: url('../../../../../font/site/designs/4/SFProDisplay-Semibold.eot');
    src: local('SF Pro Display Semibold'), local('../../../../../font/site/designs/4/SFProDisplay-Semibold'),
    url('../../../../../font/site/designs/4/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../../../../../font/site/designs/4/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../../../../../font/site/designs/4/SFProDisplay-Semibold.woff') format('woff'),
    url('../../../../../font/site/designs/4/SFProDisplay-Semibold.ttf') format('truetype');
}


@font-face {
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-style: normal;

    src: url('../../../../../font/site/designs/4/SFProDisplay-Regular.eot');
    src: local('SF Pro Display Regular'), local('../../../../../font/site/designs/4/SFProDisplay-Regular'),
    url('../../../../../font/site/designs/4/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../../../font/site/designs/4/SFProDisplay-Regular.woff2') format('woff2'),
    url('../../../../../font/site/designs/4/SFProDisplay-Regular.woff') format('woff'),
    url('../../../../../font/site/designs/4/SFProDisplay-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'AGOpus';
    font-weight: 700;

    src: url('../../../../../font/site/designs/4/ofont.ru_AGOpus.ttf') format('truetype');
}


* {
    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: #fff;
    --aside_width: 237px;
    --scroll_width: 17px;
    --text_color: #929292;
    --font_size: 17px;
    --font_size_title: 51px;
    --font_family: 'SF Pro Display', 'Arial', sans-serif;
    --font_family2: "AGOpus", 'Arial', sans-serif;
    --box-shadow-color: rgba(234, 74, 74, .3);
    --main_color1: #1A1A1A;
    --main_color2: #EA4A4A;
    --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: 1186px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.lozad {
    transition: .5s linear;

    opacity: 0;
}

.lozad.loaded {
    opacity: 1;
}

.flex {
    display: flex;

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

.content_flex.flex,
.content_flex > .cont.flex {
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.content_flex .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 {
    margin-bottom: 120px;
}

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

.block.bg {
    /*padding-bottom: 140px;

    background: url(../../../../../images/site/designs/4/bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;*/
}

.block:nth-child(2n) {
    background: #F7F7F7;
    padding: 100px 0;
}


.block_head {
    display: flex;

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

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

.block_head.center {
    text-align: center;

    justify-content: center;
}

.block_head.center .title {
    width: 100%;
}

.block_head.center .title:after {
    right: 0;

    margin: auto;
}

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

.block_head .title {
    color: #1A1A1A;
    font-size: var(--font_size_title);
    font-weight: bold;
    line-height: 61px;
    font-family: var(--font_family2);
    position: relative;

    padding-bottom: 32px;
    padding-left: 80px;
}

.block_head .title:before {
    width: 67px;
    height: 7px;
    background-color: var(--main_color1);
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
}

.block_head .title span {
    /*color: var(--main_color2);*/
}

.block_head .desc {
    color: #929292;
    line-height: 30px;

    width: 100%;

    letter-spacing: .3px;
}

.block .link {
    color: var(--main_color2);
    line-height: 53px;
    display: inline-block;
    height: 53px;
    padding: 0 40px;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid var(--main_color2);
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.block .link svg {
    margin-left: 5px;
}

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

.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: #8b8b8b;
    font: var(--font_size) var(--font_family);

    display: block;

    box-sizing: border-box;
    width: 100%;
    height: 63px;
    padding: 0 20px;

    transition: .2s linear;
    letter-spacing: .3px;

    background: #FFFFFF;
    border: 1px solid var(--main_color2);
}

.form textarea {
    color: var(--text_color);
    font: var(--font_size)/30px var(--font_family);

    display: block;

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

    resize: none;
    transition: .2s linear;

    background: #FFFFFF;
    border: 1px solid var(--main_color2);
}

.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 {
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    line-height: 19px;

    position: relative;

    display: flex;

    min-height: 24px;
    padding-left: 36px;

    cursor: pointer;

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

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

    display: block;

    width: 24px;
    height: 24px;

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

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

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

    display: block;

    width: 17px;
    height: 17px;

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

    opacity: 0;
}

.form input[type=checkbox]: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: center;
    align-content: center;
    flex-wrap: wrap;
}

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


.form .submit {
    display: flex;

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

.form .submit_btn {

    font: 700 10px/39px var(--font_family);
    font-weight: 300;
    line-height: 53px;
    display: 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;


}

.text_block {
    line-height: 35px;

    letter-spacing: .3px;
}

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

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

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

.text_block img {
    display: block;

    max-width: 100%;
}

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

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

    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/4/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%;
    margin-bottom: 43px;
}

header .bottom {
}

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: 49px 0 43px;
}

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

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

header .logo {
    color: #626262;
    font-size: 16px;
    line-height: 21px;

    display: inline-block;

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

header .logo a {
    color: var(--main_color2);

    text-decoration: none;
}

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

header .logo img {
    display: block;

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

header .socials {
    display: flex;

    margin-left: 40px;

    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: 18px;
}

header .socials img {
    display: block;

    width: 37px;
    height: 37px;
}

header .contacts {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

    margin-left: 40px;

    letter-spacing: -.21px;

    flex-shrink: 0;
    /* -- start 4 numbers -- */
    max-width: 400px;
    /* -- end 4 numbers -- */
}

header .contacts a {
    color: #1b1b1b;

    display: inline-block;

    vertical-align: top;
    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 > div:first-child {
    margin-bottom: 10px;
}

header .contacts .phones {
    display: flex;

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

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

    padding-left: 14px;
}

/* -- start 4 numbers -- */

/*header .contacts .phones>*+* {
    margin-left: 30px;
}*/
header .contacts .phones > div:nth-child(even) {
    margin-left: 30px;
}

/* -- end 4 numbers -- */

header .contacts .phones > *:before {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background: #1b1b1b;
}

header .menu {
    padding: 12px;

    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 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    display: flex;
    height: 40px;
    padding: 15px 40px;
    transition: background .2s linear;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    letter-spacing: 2.7px;
}

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

    padding-right: 15px;
}

header .menu .item > 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 #000;
    border-left: 2px solid #000;
}

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

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

header .menu .item:hover .sub_menu,
header .menu .item > a.touch_link + .sub_menu.show {
    top: 100%;

    visibility: visible;

    opacity: 1;

    border:1px solid var(--main_color2);;
}

header .menu .sub_menu a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;

    display: flex;

    height: 56px;
    padding: 15px 40px;

    transition: background .2s linear;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.7px;

    border-radius: 0;

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

header .menu .sub_menu a:hover,
header .menu .sub_menu a.active {
    color: var(--main_color2);

    background:#fff;
}

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 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;

    display: flex;

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

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

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    letter-spacing: 2.7px;
}

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 #000;
    border-left: 2px solid #000;
}

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

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

header .menu .flexMenu-viewMore:hover > a,
header .menu .flexMenu-viewMore.active > a {
    color: #fff;

    background: var(--main_color2);
}

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

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;
    line-height: 17px;
    font-weight: normal;
    display: flex;

    height: 56px;
    padding: 15px 40px;

    transition: background .2s linear;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    border-radius: 0;
    background: var(--main_color2);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
        text-transform: uppercase;
    letter-spacing: 2.7px;
}

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

    background: #fff;
}

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_color2);

    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: 32px !important;

    background: var(--main_color2);
}

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

aside .block .title {
    color: #fff;
    position: relative;
    display: flex;
    padding: 22px 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .32);
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
}

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/4/ic_close.svg) 50% no-repeat;
}

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

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

    display: none;

    width: 167px;
    height: 41px;

    cursor: pointer;

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

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

aside .mob_filter_link img {
    display: block;

    margin-right: 10px;
}

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

/* tag form was changed to div */
aside .search .search-form {
    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: 49px;
    padding: 0 20px;
    border: none;
    background: #fff;
    border: 1px solid var(--main_color2);
}

aside .search .submit_btn {
    display: flex;

    width: 49px;
    height: 49px;

    cursor: pointer;

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

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

aside .search .submit_btn img {
    display: block;

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

aside .cats .data > * + * {
    margin-top: 5px;
}

aside .cats .data .data2 {
    position: relative;
    z-index: 2;

    overflow-y: auto;

    max-height: 310px;
}

aside .cats .data .data2::-webkit-scrollbar {
    width: 7px;
}

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

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


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

    position: relative;

    display: inline-block;

    padding-left: 25px;

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

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

    display: block;

    width: 17px;
    height: 17px;

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

    border: 1px solid #fff;
    border-radius: 7px;
    background: #fff;
}

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

    display: block;

    width: 9px;
    height: 9px;

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

    opacity: 0;
    border-radius: 5px;
    background: var(--main_color2);
}

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: 500;
    line-height: 17px;

    opacity: .46;
}

aside .filter .submit_btn {
    font: 700 14px/56px var(--font_family);
    width: 100%;
    padding: 0 14px;
    cursor: pointer;
    transition: .2s linear;
    color: var(--main_color2);
    line-height: 53px;
    display: inline-block;
    height: 53px;
    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: #fff;
}

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

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

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

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

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

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

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

.first_section .cont {
    position: relative;

    display: flex;

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


.first_section {
    position: relative;
}


.first_section .info {
    line-height: 30px;

    width: 620px;
    max-width: calc(100% - 500px);
    padding: 60px 0;
    padding-left: 75px;
}

.first_section .info .title {
    position: relative;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 60px;
    color: #1A1A1A;
}

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

.first_section2 .info .desc {
    position: relative;
}

.first_section2 .info .desc:before {
    width: 53px;
    height: 7px;
    background-color: var(--main_color1);
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: -80px;
    z-index: 1;
}

.first_section .info .desc {
    margin-top: 40px;

    letter-spacing: .35px;
}

.first_section .info .link {
    background: var(--main_color2);
    color: #fff;

    margin-top: 61px;
}

.first_section .img {
    display: block;
    position: relative;
    width: 441px;
    height: 492.45px;
}

.first_section .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask: url(../../../../../images/site/designs/4/svg_bg_main.svg);
    -webkit-mask-box-image: url(../../../../../images/site/designs/4/svg_bg_main.svg);
    object-fit: cover;
}

.first_section .img:before {
    width: 235px;
    height: 7px;
    background-color: var(--main_color1);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    z-index: 1;
}

.first_section .img.no_mask:after {
    display: none;

}

.first_section .img.no_mask {
    width: 428px;
    height: 481px;
}

.first_section .img.no_mask img {
    mask: none;
    -webkit-mask-box-image: none;
    object-fit: contain;
}

.main_slider .owl-carousel .owl-nav button {
    bottom: 25px;
}

.main_slider {
    background: #ddd;
}

.main_slider .slide {
    position: relative;

    overflow: hidden;
}

.main_slider .slide:before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .62;
    background: #000;
}

.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_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: center;
}

.main_slider .slide .title {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 32px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 60px;
    text-align: center;
}


.main_slider .slide .desc {
    line-height: 30px;

    width: 700px;
    max-width: 100%;
    margin: 35px auto 0;

    letter-spacing: .3px;
}

.main_slider .slide .link {
    margin-top: 30px;
    border-color: #fff;
    color: #fff;
}

.main_slider2 .cont {
    position: relative;

    display: flex;

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


.main_slider2 .info {
    line-height: 30px;

    width: 530px;
    max-width: calc(100% - 593px);

    letter-spacing: .3px;
}

.main_slider2 .info .title {
    color: #1A1A1A;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 32px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 60px;
}

.main_slider2 .info .desc {
    margin-top: 20px;
}

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

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

    display: block;

    width: 469px;
    height: 444px;
    padding-bottom: 3px;
}

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

    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask: url(../../../../../images/site/designs/4/main4.svg);
    -webkit-mask-box-image: url(../../../../../images/site/designs/4/main4.svg);
}


.main_slider3 {
    position: relative;
}


.main_slider3 .owl-stage-outer {
    overflow: visible !important;
}

.main_slider3 .cont {
    position: relative;

    display: flex;

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


.main_slider3 .info {
    line-height: 30px;

    width: 550px;
    max-width: calc(100% - 593px);
    padding: 100px 0;
    padding-right: 50px;

    text-align: right;
    letter-spacing: .3px;
}

.main_slider3 .info .title {
    position: relative;
    padding-bottom: 32px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 60px;
    color: #1A1A1A;
}


.main_slider3 .info .desc {
    margin-top: 40px;

    letter-spacing: .35px;
}

.main_slider3 .info .link {
    margin-left: auto;
}

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

    display: block;

    width: 550px;
    height: 570px;
    margin: 50px 0;
}


.main_slider3 .img > * {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask: url(../../../../../images/site/designs/4/svg_bg_main.svg);
    -webkit-mask-box-image: url(../../../../../images/site/designs/4/svg_bg_main.svg);
}


.advantages .cont {
    position: relative;
}


.advantages .flex {
    justify-content: center;
    align-items: stretch;
}

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

.advantages .item .inner {
    order: 2;
   height: 100%;
}

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

.advantages .item .inner {
    padding: 25px;
    background: #fff;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.advantages .item .icon {
    position: relative;

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

.advantages .item .icon:before {
    display: block;
    content: "";
    height: 50px;
    width: 12px;
    background-color: var(--main_color1);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: calc(100% - 25px);
}


.advantages .item .icon img {
    position: absolute;
    display: block;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.advantages .item .name {
    color: #27242B;
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 20px;
    font-family: var(--font_family2);
}

.advantages .item .desc
{

}

.about .cont {
    position: relative;

    display: flex;

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

.about .info2 {
    display: flex;
}

.about .info {
    width: 600px;
    max-width: calc(100% - 560px);
    background: #F7F7F7;
    padding: 65px;
}

.about .link {
    margin-top: 20px;
}

.about .info .sub_title {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;

    margin-bottom: 17px;
    padding-top: 10px;
}

.about .img {
    position: relative;

    display: block;

    width: 560px;
}

.about .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    box-shadow: inset -20px -20px 0px var(--box-shadow-color);
}


.how_we_work .cont {
    position: relative;

    display: flex;

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

.how_we_work .info2 {
    display: flex;
}

.how_we_work .info {
    width: 510px;
    max-width: calc(100% - 554px);
}

.how_we_work .info .flex {
    counter-reset: div;

    justify-content: space-between;
}

.how_we_work .info .flex > * {

}

.how_we_work .info .item {
    line-height: 22px;

    position: relative;

    width: 100%;
    min-height: 120px;
    padding: 20px 20px 20px 140px;
    padding-left: 120px;

    background: #fff;
}

.how_we_work .info .item:before {
    font-family: var(--font_family2);
    color: #fff;
    font-size: 59px;
    font-weight: 800;
    font-style: normal;
    line-height: 84px;

    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;

    width: 84px;
    height: 84px;

    content: '' counters(div, '') '';
    counter-increment: div;
    text-align: center;
}

.how_we_work .info .item:after {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;

    display: block;

    width: 84px;
    height: 84px;

    content: '';

    background: var(--main_color2);
}

.how_we_work .info .item:nth-child(2n) {
    background: #F0F0F0;
}


.how_we_work .info .item .name {
    font-family: var(--font_family2);
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.how_we_work .info .item .desc {
    font-size: 14px;
    line-height: 23px;

    margin-top: 10px;

    letter-spacing: .25px;
}

.how_we_work .img {
    position: relative;

    display: block;

    width: 548px;
}

.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: inset 20px -20px 0px var(--box-shadow-color);
}


.reviews .slider_wrap {
    position: relative;

    padding-bottom: 73px;
}


.reviews .slider {
    position: static;

    max-width: 100%;
}

.reviews .owl-stage-outer {
    overflow: visible !important;
}

.reviews .owl-item {
    visibility: hidden;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
}

.reviews .owl-item.active {
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}

.reviews .owl-carousel .owl-item .foto {
    order: -1;
}


.reviews .review .info {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.reviews .review .inner {
    background-color: #fff;
    padding: 25px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.reviews .review .inner .name:after {
    position: absolute;
    top: -65px;
    left: calc(50% - 42px);
    display: block;
    width: 84px;
    height: 60px;
    content: '';
    background: url(../../../../../images/site/designs/4/qoute.png);
}

.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 .review .author {
    max-width: 100%;
}


.reviews .review .foto:before {
    display: block;
    content: "";
    height: 50px;
    width: 12px;
    background-color: var(--main_color1);
    position: absolute;
    z-index: 2;
    left: 50%;
    top: calc(100% - 25px);
}


.reviews .review .foto {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}

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

.reviews .review .name {
    position: relative;
    margin-top: 20px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 35px;
    text-align: center;
    color: #27242B;
}

.reviews .review .post {
    color: #adadad;
    font-size: 12px;
    line-height: 13px;

    margin-top: 4px;

    text-align: center;
    letter-spacing: .21px;
}

.reviews .review .socials {
    display: flex;

    margin-top: 12px;

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

.reviews .review .socials a {
    display: block;
}

.reviews .review .socials a + a {
    margin-left: 9px;
}

.reviews .review .socials img {
    display: block;

    width: 21px;
    height: 21px;

    transition: .2s linear;

    opacity: .48;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.reviews .review .socials a:hover img {
    opacity: 1;

    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.reviews .review .text
{
    line-height: 27px;

    margin-top: 14px;

    letter-spacing: .3px;
}

.reviews .review .text > * + * {
    margin-top: 20px;
}

.articles .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.articles .owl-carousel .owl-item:not(.active) {
    visibility: hidden;
}

.articles .owl-carousel .owl-item:not(.active) .slide {
    display: none;
}

.articles .cont {
    position: relative;
}

.articles .slider {
    margin-top: 61px;
    padding-bottom: 73px;
}

.articles .article {
    color: #979797;
    position: relative;

    display: block;

    text-decoration: none;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.articles .owl-carousel .owl-item:nth-child(2n) .img {
    order: 2;
}

.articles .article .img {
    position: relative;

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

.articles .article img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.articles .article .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


.articles .article .img:before {
    display: block;
    content: "";
    height: 100px;
    width: 12px;
    background-color: var(--main_color1);
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -50px;
}

.articles .owl-carousel .owl-item:nth-child(2n-1) .img:before {
    top: calc(100% - 50px);
}

.articles .article .info {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.articles .article .name {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #27242B;
}

.articles .article .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    margin-top: 12px;

    letter-spacing: .25px;
    text-transform: uppercase;
}

.articles .article:hover .name {
    text-decoration: underline;
}

.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 .info2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.big_boss_quote .info {
    padding: 115px 65px;
    position: relative;
}

.big_boss_quote .info:before {
    content: "";
    display: block;
    width: 95px;
    height: 68px;
    background: url(../../../../../images/site/designs/4/quote1_1.svg);
    position: absolute;
    margin-top: -85px;
}

.big_boss_quote .info:after {
    content: "";
    right: 70px;
    display: block;
    width: 95px;
    height: 68px;
    background: url(../../../../../images/site/designs/4/quote1_2.svg);
    position: absolute;
    margin-bottom: 85px;
}


.big_boss_quote .info .block_head {
    position: relative;

    margin-bottom: 0;
}

.big_boss_quote .info .block_head:before {
    /* position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 241px;
    height: 171px;
    margin: auto;

    content: '';

    background: url(../../../../../images/site/designs/4/qoute2.svg) 0 0/100% 100% no-repeat;*/
}

.big_boss_quote .info .name {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;
}

.big_boss_quote .info .post {
    color: #80bbdb;
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;

    margin-top: 10px;
}

.big_boss_quote .info .text_block {
    color: #979797;
    font-style: italic;
    line-height: 30px;

    margin-top: 22px;

    letter-spacing: .3px;
}

.big_boss_quote .img {
    position: relative;

    display: block;

    width: 550px;
    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;
    box-shadow: inset -20px -20px 0px var(--box-shadow-color);
}

.big_boss_quote .img:before {
    width: 100px;
    height: 12px;
    background-color: var(--main_color1);
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: -50px;
    z-index: 1;
}

.video_reviews .cont {
    position: relative;
}

.video_reviews .owl-carousel .owl-stage-outer {
    /* overflow: inherit;*/
}

.video_reviews .slider {
    margin-top: 61px;
    padding-bottom: 73px;
}

.video_reviews .owl-carousel.owl-drag .owl-item:not(.active) {
    /* opacity: 0;*/
}

.video_reviews .review {
    color: #fff;

    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: 79%;

    text-decoration: none;
}

.video_reviews .review:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .53) url(../../../../../images/site/designs/4/ic_video_play.svg) 50% no-repeat;
}

.video_reviews .review img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.prices .cont {
    position: relative;
}


.prices .flex {
    position: relative;

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

.prices .flex > * {
    width: calc(33.333%);
    background: #FFFFFF;
}

.prices .item:nth-child(2n) {
    background: #F9F9F9;
}




.prices .item {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 40px;

    text-align: center;
    margin-bottom: 20px;
}

.prices .item .name {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.38px;
    color: var(--main_color2);
}

.prices .item .price {
    margin-top: 15px;
    flex: 0 0 auto;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -3px;
    color: #27242B;
    margin: 20px 0;
}

.prices .item .price small {
    color: var(--main_color2);
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}
.prices .item  .desc
{
    line-height: 27px;
}

.prices .item .link {
    margin: 25px 0 0;
}

.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 .flex {
    position: relative;

    display: flex;

    margin-bottom: -20px;
    padding: 30px;
    background: #fff;

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

.documents .flex > * {
    width: calc(12.5% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
}

.documents .item {
    color: #131313;
    font-size: 14px;
    line-height: 14px;

    display: block;

    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
}

.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 .item:hover {
    text-decoration: underline;
}

.faq .cont {
    position: relative;
}


.faq .item {
    transition: .2s linear;

    background: #F7F7F7;
}

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

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

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

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

    text-align: center;

    background: var(--main_color2);

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

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


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


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

    display: none;

    padding: 0 30px 40px;
}

.director_letter .cont {
    position: relative;

    display: flex;

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


.director_letter .info {
    width: 570px;
    max-width: calc(100% - 620px);
}


.director_letter .img:after {
    position: absolute;
    z-index: -3;
    top: 0;
    right: 16px;

    width: 200px;
    height: 200px;

    content: '';

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

    mix-blend-mode: normal;
}


.director_letter .img {
    position: relative;

    display: block;

    width: 467px;
    height: 548px;
}


.director_letter .img > * {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset -20px -20px 0px var(--box-shadow-color);

}


.director_letter .img:before {
    width: 100px;
    height: 12px;
    background-color: var(--main_color1);
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: -50px;
    z-index: 1;
}


.order_block .form textarea {
    height: 63px;
    padding-top: 16px;
}

.order_block .form .bottom {
    align-items: flex-start;
    align-content: flex-start;
}

.order_block .form .agree {
    width: auto;
}

.order_block .form .socials {
    display: flex;

    margin-left: auto;
    padding: 17px;

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

.order_block .form .socials a {
    display: block;
}

.order_block .form .socials a + a {
    margin-left: 19px;
}

.order_block .form .socials img {
    display: block;

    width: 39px;
    height: 39px;
}

.order_block .form .submit {
    margin-left: 25px;

    align-self: center;
}

.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;
    background: #F7F7F7;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.contacts_block .info {

    font-family: var(--font_family2);
    color: #000;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    line-height: 48px;
    width: 500px;
    max-width: calc(100% - 400px);
    padding: 40px 0;
}

.contacts_block .info > * + * {
    margin-top: 40px;
}

.contacts_block .info .val {
    font-size: 26px;
    line-height: 40px;

    position: relative;

    margin-top: 18px;
    padding-left: 25px;
}

.contacts_block .info .val:before {
    position: absolute;
    top: 15px;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

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

.contacts_block .info .phone {
    color: #000;

    display: inline-block;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
}

.contacts_block .info .email {
    color: #000;

    display: inline-block;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
}

.contacts_block .info .exp {
    color: #989898;
    font-size: 11px;
    line-height: 13px;
}

.contacts_block .map {
    position: relative;

    display: block;

    width: 522px;
    height: 522px;

    border-radius: 50px 50px 50px 100px;
}


.contacts_block .map iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.stocks .slider {
    margin-top: 50px;
    padding-bottom: 73px;
}

.stocks .owl-stage-outer {
    overflow: visible !important;
}

.stocks .owl-item {
    visibility: hidden;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
}

.stocks .owl-item.active {
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}


.stocks .stock {
    display: flex;

    background: #fff;

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


.stocks .stock .thumb {
    position: relative;

    display: block;
    overflow: hidden;

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

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

.stocks .stock .thumb + .info {
    padding: 25px;
}

.stocks .stock .info {
    line-height: 23px;
}


.stocks .stock .name {
    color: var(--main_color2);
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 29px;

    text-align: center;
}

.stocks .stock .name a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: #27242B;
}

.stocks .slider {
    position: relative;
}


.stocks .stock .thumb:hover ~ .info .name a,
.stocks .stock .name a:hover {
    text-decoration: underline;
}

.stocks .stock .desc {
    font-size: 14px;
    line-height: 27px;

    margin-top: 16px;
    text-align: CENTER;
}

.team .cont {
    position: relative;
}


.team .owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.team .slider {
    margin-top: 50px;
    padding-bottom: 73px;
}

.team .owl-item {
    visibility: hidden;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
}

.team .owl-item.active {
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}

.team .item {
    background: #FAFAFA;
}

.team .owl-item:nth-child(2n) .item:before {
    /*content: "";
    border: 4px solid #20253A;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 5px;
    transform: perspective(500px) rotateY(10deg);
    z-index: -2;
    border-radius: 3px;*/
}

.team .item:after {
    /*content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -4px;
    transform: perspective(400px) rotateY(-10deg);
    z-index: -1;
    background: #FFFFFF;
    box-shadow: -3px 22px 52px rgba(0, 0, 0, 0.10);
    border-radius: 3px;*/
}

.team .item .info {
    padding: 40px;
}

.team .item .foto {
    position: relative;
    z-index: 1;

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

    flex-shrink: 0;
}


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

.team .item .name {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 35px;
    text-align: center;
    color: #27242B;
}

.team .item .post {
    margin-top: 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--main_color2);
    text-transform: uppercase;
}

.team .item .desc {
    margin-top: 15px;

    text-align: center;
    color: #979797;
}

.team .item .box_team_item {
    display: flex;
}

.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: 16px;
    font-weight: 500;

    margin-top: 22px;
}

.ads_block .item {
    position: relative;

    overflow: hidden;

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

.ads_block .item .thumb {
    display: block;

    width: 100%;
}

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

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

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

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

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

    position: relative;

    display: inline-block;

    padding-bottom: 15px;

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

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

    display: block;

    width: 45px;
    height: 5px;

    content: '';

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

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

    margin-top: 10px;

    letter-spacing: .21px;
}

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

    display: inline-block;

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

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

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

.vacancies .slider {
    margin-top: 50px;
    padding-bottom: 73px;
}

.vacancies .owl-stage-outer {
    overflow: visible !important;
}

.vacancies .owl-item {
    visibility: hidden;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
}
.vacancies .owl-item:nth-child(2n) .slide {
    background: #F7F7F7;
}
.vacancies .owl-item.active {
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}


.vacancies .owl-item.active + .owl-item .review {
    background: none;
}

.vacancies .item {
    padding: 40px;
    text-align: center;
}



.vacancies .item .name {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}
.vacancies .item .name a
{
    position: relative;

    display: inline-block;

    padding-bottom: 15px;

    vertical-align: top;
    text-decoration: none;
    font-family: var(--font_family2);
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #27242B;
    text-align: center;
}

.vacancies .item .desc {
    color: #979797;
    line-height: 23px;

    margin-top:14px;

    letter-spacing: .3px;
}

.vacancies .item .desc .title
{
    margin-bottom: 9px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.264706px;
    color: #575757;
}

.vacancies .item .link {
    margin-top: 20px;
}

.poll .widget img {
    display: block;

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

.soc_block .block_head .desc {
    margin-top: 40px;
}

.soc_block .cont {
    display: flex;

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

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

.soc_block .info {
    position: relative;

    width: 586px;
    max-width: calc(100% - 472px);
}


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

    position: relative;

    display: flex;

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

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

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

    display: block;
}

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


.soc_block .widget {
    width: 350px;
}

.soc_block .widget iframe {
    display: block;
    overflow: hidden;

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

    border: none;
}

.payment .cont {
    position: relative;

    display: flex;

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


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

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

.payment .widget iframe {
    display: block;

    width: 100%;
}


.services .service .inner {
}


.services .flex {
    position: relative;

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

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

.services .service {
    color: #fff;

    position: relative;

    display: block;

    text-decoration: none;
}

.services .service .img {
    position: relative;

    width: 100%;
    height: 292px;
}

.services .service img {
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.services .service:nth-child(2n) {
    background: #F0F0F0;
}

.services .service .info {
    width: 100%;
    padding: 0 30px 25px 30px;
    text-align: center;
}

.services .service .name {
    margin-top: 15px;
    word-break: break-word;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #27242B;
}

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

.gallery .flex {
    margin-top: 75px;
}

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

.gallery .item {
    color: #fff;

    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: calc(33.333%);

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

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

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

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

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

    display: flex;
    display: flex;

    padding: 10px;

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

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

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

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

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

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

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

.gallery .item .name {
    font-size: 16px;
    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 .flex
{
    align-items: stretch;
}

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

.content .products .flex {
    justify-content: flex-start;
}

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

.products .product {

    position: relative;

    display: block;

    text-decoration: none;

}

.products .product .img {
    position: relative;

    overflow: hidden;

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

.products .product .stickers {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 15px;

    text-align: right;
}

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

.products .product .sticker {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 33px;

    display: inline-block;

    height: 35px;
    padding: 0 16px;

    vertical-align: top;
    white-space: nowrap;
    letter-spacing: -1.05px;
}

.products .product .sticker.stock {
    background: #ff8a45;
}

.products .product .sticker.recommend {
    background: #23d46c;
}

.products .product .sticker.hit {
    background: #ff45af;
}

.products .product img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.products .product .info {
    position: relative;

    width: 100%;
    padding: 20px;
}

.products .product .name {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #27242B;
}

.products .product .cat {
    margin-top: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #979797;
}

.products .product .price {
    margin-top: 2px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: var(--main_color2);
}

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

.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 .product {
    display: flex;
    padding: 21px;
    background: #F7F7F7;
    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-right: 20px;

    cursor: pointer;
}

.cart_info .product + .product {
    margin-top: 20px;
}

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

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

    width: 124px;
    height: 117px;

    background: #ddd;
}

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

    width: 100%;
    height: 100%;

    object-fit: cover;
}

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

.cart_info .product .name {
    width: 350px;
    max-width: 100%;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B2B;
}

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

    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: 14px;
    line-height: 17px;

    margin-top: 14px;
}

.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 {
    color: #4b4b4b;
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;

    min-width: 160px;

    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

    opacity: .52;
}


.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: 14px;
    font-weight: 500;

    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: 1px solid var(--main_color2);
    background: #fff;
}

.cart_info .product .price.total {
    color: #000;
    font-weight: bold;

    margin-right: 40px;

    opacity: 1;
}

.cart_info .cart_total {
    color: #838383;
    font-size: 18px;
    line-height: 21px;

    display: flex;

    margin-top: 47px;

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

.cart_info .cart_total .val {
    color: var(--main_color2);
    margin-left: 20px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}

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

.checkout_info .cont {
    position: relative;
}

.checkout_info .cart_link {
    right: 20px;
}

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

.checkout_info .form .line {
    position: relative;

    margin-bottom: 30px;
}

.checkout_info .form .exp {
    color: #ea5c37;
    font-size: 15px;
    line-height: 21px;

    position: absolute;
    top: 0;
    right: 0;

    text-align: right;
}

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

.checkout_info .form .total_price {
    color: #838383;
    font-size: 18px;
    line-height: 21px;

    display: flex;

    margin-left: auto;

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

.checkout_info .form .total_price .val {
    margin-left: 20px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 47px;
    color: var(--main_color2);
}

.checkout_info .form .submit {
    display: flex;

    width: auto;
    margin-left: 25px;

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

.checkout_info .form .submit_btn {
    font-size: 18px;
    line-height: 54px;

    min-width: 238px;
    height: 54px;
    padding-top: 2px;
}

.form button:disabled {
    color: #fff !important;

    border-color: gray !important;
    background: gray !important;
}

button:disabled {
    color: #fff !important;

    border-color: gray !important;
    background: gray !important;
}

.checkout_info .form .pay_later {
    color: var(--main_color1);
    font-family: var(--font_family);
    font-size: 18px;
    line-height: 52px;
    display: inline-block;
    min-width: 238px;
    height: 54px;
    margin-left: 17px;
    cursor: pointer;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid var(--main_color1);
    background: none;
    padding: 0 20px;
    letter-spacing: 5px;
}

.product_info .cont {
    position: relative;

    display: block;

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

.product_info .cart_link {
    right: 20px;
}

.product_info .image {
    position: relative;

    display: block;
    float: left;
    overflow: hidden;

    width: 330px;
    max-width: 100%;
    margin-right: 47px;
    padding-bottom: 340px;

    box-shadow: 0 24px 34px rgba(0, 0, 0, .207304);
}

.product_info .image img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

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

.product_info .head {
    position: relative;

    padding-right: 160px;
    padding-bottom: 25px;
}


.product_info .product_name {
    color: #3e424f;
    font-family: var(--font_family2);
    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: SF Pro Text;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 27px;

    margin-top: 3px;
}

.product_info .cat a {
    color: #999;

    display: inline-block;

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

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

.product_info .buy {
    display: flex;

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

.product_info .buy .price {
    color: #959595;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

    margin-right: auto;

    white-space: nowrap;
}

.product_info .buy .price .val {
    color: var(--main_color2);
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 47px;
    letter-spacing: -0.796px;
}


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

.product_info .buy .back_link {
    position: relative;
    margin-left: auto;
    background: #fff;
    color: var(--main_color2);
    line-height: 53px;
    display: inline-block;
    height: 53px;
    padding: 0 40px;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid var(--main_color2);
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}


.product_info .buy .btn {
    position: relative;

    width: 248px;
    max-width: 100%;
    height: 54px;
    margin-left: 28px;
}

.product_info .buy .buy_link,
.product_info .buy .order_link {
    background: var(--main_color2);
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    color: #fff;
    line-height: 53px;
    display: inline-block;
    height: 53px;
    padding: 0 38px;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid var(--main_color2);
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.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: #616161;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

    display: flex;

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

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

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

.share a {
    display: block;
}

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

.share img {
    display: block;

    width: 37px;
    height: 37px;
}

.comments .vk_comments img {
    display: block;

    max-width: 100%;
}

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

    text-align: center;
}

.checkout_success .icon img {
    display: block;

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

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

    margin-top: 10px;
}

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

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

    margin-top: 10px;
}

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

    display: inline-block;

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

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

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

.article_info .head {
    display: flex;

    margin-bottom: 45px;

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

.article_info .head .data {
    display: flex;

    width: calc(100% - 278px);

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

.article_info .head .thumb {
    position: relative;

    overflow: hidden;

    width: 127px;
    height: 130px;
    background: #ddd;
}

.article_info .head .thumb img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.article_info .head .info {
    position: relative;

    width: calc(100% - 165px);
}

.article_info .head .info .title {
    color: #343537;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}

.article_info .head .info .date {
    color: #0b162b;
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;

    margin-top: 7px;

    opacity: .53;
}

.article_info .head .all_link {
    margin-left: auto;
}

.article_info .text_block {
    font-size: 18px;
    line-height: 30px;

    letter-spacing: 0;
}

.cart_link {
    color: #545454;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;

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

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


.upload .info {
    width: 592px;
    max-width: 100%;
}

.upload .info .form {
    width: 100%;
}

.upload .form {
    width: 394px;
    max-width: 100%;
}

.stock_finish .cont {
    position: relative;

    display: flex;

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

.stock_finish .info {
    width: calc(100% - 690px);
    margin-right: auto;
}

.stock_finish .block_head {
    margin-bottom: 20px;
}

.stock_finish .timer {
    display: flex;

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

    background: var(--main_color2);

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

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

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

.stock_finish .timer .item .val {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    font-family: var(--font_family2);
    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 .cont {
    display: flex;

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

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

    align-self: center;
}

.before_after .item {
    position: relative;

    overflow: hidden;

    width: 550px;
    max-width: calc(100% - 550px);
    padding-bottom: 59%;
}


.before_after .item img {
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

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

    overflow: hidden;

    width: 50%;
    height: 100%;
}

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

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

    cursor: ew-resize;

    background: var(--main_color2);
}

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

    display: block;

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

    border-radius: 50%;
    background: var(--main_color2) url(../../../../../images/site/designs/4/ic_before_after.svg) 50%/40px 27px no-repeat;
    /*box-shadow: 0 5px 24px var(--box-shadow-color);*/
}

.image_tips .image {
    position: relative;
}

.image_tips .image img {
    display: block;

    width: 100%;

}

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

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

/* moved to HTML inline */
/*.image_tips .image .item1 {*/
/*    top: 35%;*/
/*    left: 21.5%;*/
/*}*/

/*.image_tips .image .item2 {*/
/*    top: 25%;*/
/*    left: 88%;*/
/*}*/

/*.image_tips .image .item3 {*/
/*    top: 50%;*/
/*    left: 40%;*/
/*}*/

.image_tips .image .btn {
    position: relative;

    width: 29px;
    height: 29px;

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

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

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

    display: block;

    width: 47px;
    height: 47px;

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

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

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

    display: block;

    width: 100%;
    height: 100%;
}

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

    display: block;

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

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

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

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

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

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

    display: none;

    width: 278px;
    padding: 24px;

    transform: translateY(-50%);

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

/* moved to HTML inline */
/*.image_tips .image .info1 {*/
/*    top: 35%;*/
/*    left: calc(21.5% + 60px);*/
/*}*/

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

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

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

.image_tips .image .info .name {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #282E49;
}

.image_tips .image .info .name sup {
    font-size: 10px;
    line-height: 16px;

    display: inline-block;

    vertical-align: top;
}

.image_tips .image .info .desc {
    margin-top: 10px;
}

.image_tips .image .info .link {
    font-size: 9px;
    font-weight: bold;
    line-height: 34px;
    min-width: 122px;
    height: auto;
    margin-top: 14px;
    padding: 0 20px;
    color: var(--main_color2);
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid var(--main_color2);
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.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_color2);
    box-shadow: 0 11px 35px rgba(0, 0, 0, .14);
}

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

.three_photo .cont {
    display: flex;

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

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

    align-self: center;
}

.three_photo .photo {
    position: relative;

    display: grid;

    grid-template-areas: 'post-1 post-1 post-2' 'post-1 post-1 post-3';
    grid-gap: 0;
}

.three_photo .photo img {
    display: block;

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

    object-fit: cover;
}

.three_photo .photo .img1 {
    display: block;
    overflow: hidden;

    width: 320px;
    height: 522px;


    grid-area: post-1;
}

.three_photo .photo .img2 {
    position: relative;

    display: block;
    overflow: hidden;

    width: 246px;
    height: 188px;


    grid-area: post-2;
}

.three_photo .photo .img3 {
    position: relative;

    display: block;
    overflow: hidden;

    width: 246px;
    height: 334px;


    grid-area: post-3;
}


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

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

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

.socials_block .socials:before {
    width: 102px;
    height: 12px;
    background-color: var(--main_color1);
    content: "";
    display: block;
    position: absolute;
    top: 67px;
    left: -51px;
}

.socials_block .socials a {
    display: block;
}

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

.socials_block .socials img {
    display: block;

    width: 55px;
    height: 55px;
}

.socials_block .socials .number {
    width: 55px;
    height: 55px;
    padding: 10px;
    border-radius: 50%;
    background: var(--main_color2);
}

.socials_block .socials .number img {
    width: 100%;
    height: 100%;
}

.about_video .cont {
    position: relative;

    display: flex;

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


.about_video .info2 {
    display: flex;
}

.about_video .info {
    width: 670px;
    max-width: calc(100% - 476px);
    background: #FFFFFF;
    padding: 65px;
}

.about_video .video_link {
    position: relative;

    display: block;

    width: 476px;
    max-width: 100%;

    background: #f6f8fe;
}

.about_video .video_link:after {
    position: absolute;
    z-index: -3;
    top: -120px;
    right: -120px;

    width: 200px;
    height: 200px;

    content: '';

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

    mix-blend-mode: normal;
}

.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/4/ic_video_play.svg) 50% no-repeat;
}

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

/*.about_video .video_link:after
{
    position: absolute;
    z-index: -1;
    top: 32px;
    right: 53px;

    display: block;

    width: 315px;
    height: 301px;

    content: '';

    border-radius: 50%;
    background: var(--main_color_opacity);
}*/

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

    display: block;

    width: 100%;
    height: 100%;

    border-radius: 3px;

    object-fit: cover;
}

.quiz_poll .cont {
    position: relative;

    display: flex;

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

.quiz_poll .img:after {
    position: absolute;
    z-index: -3;
    top: 0;
    right: 16px;

    width: 200px;
    height: 200px;

    content: '';

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

    mix-blend-mode: normal;
}

.quiz_poll .img {
    position: relative;

    display: block;

    width: 473px;
    height: 548px;
}

.quiz_poll .img > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 20px -20px 0px var(--box-shadow-color);
}


.quiz_poll .info {
    width: 662px;
    max-width: calc(100% - 550px);

    order: 3;
    align-self: center;
}

.quiz_poll .step {
    display: none;
}

/* must starts with 0 (zero) mark */
.quiz_poll .step0 {
    display: block;
}

.quiz_poll .step .title {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    color: #1A1A1A;
}

.quiz_poll .step .desc {
    color: #0b162b;
    line-height: 22px;

    margin-top: 15px;

    opacity: .84;
}

.quiz_poll .step .form {
    margin-top: 20px;
}

.quiz_poll .step .links {
    display: flex;

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

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

.quiz_poll .step .links > * {
    margin-left: 18px;
    cursor: pointer;
    color: var(--main_color2);
    line-height: 53px;
    display: inline-block;
    height: 53px;
    padding: 0 40px;
    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;
}

.quiz_poll .success {
    text-align: center;
}

.quiz_poll .success .icon {
    display: flex;

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

    background: var(--main_color2);

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

.quiz_poll .success .title {
    color: #272727;
    font-size: 40px;
    font-weight: bold;
    line-height: 53px;

    margin-top: 10px;
}

.quiz_poll .success .desc {
    color: #b5b5b5;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    margin-top: 10px;
}

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


.contacts_info .info .flex {
    margin-bottom: -40px;

    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    background-color: #F7F7F7;
}

.contacts_info .info .flex > * {
    width: calc(33.333% - 40px);
    margin-bottom: 40px;
}

.contacts_info .info .item {
    position: relative;

    display: flex;

    padding: 20px 20px 20px 20px;

    text-align: center;

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

.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: 105px;
    height: 105px;

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

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

.contacts_info .info .icon img {
    display: block;

    width: 50px;
    height: 50px;

    fill: var(--main_color2);
}

.contacts_info .info .title {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 15px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #3A3A3A;
}

.contacts_info .info .val {
    color: #777;
    font-size: 16px;
    line-height: 28px;

    width: 90%;

    text-align: center;
}

.contacts_info .info .val > * + * {
    margin-top: 3px;
}

.contacts_info .info .val a {
    color: #68adff;

    display: inline-block;

    vertical-align: top;
    letter-spacing: 1.27px;
    word-break: break-all;
}

.contacts_info .info .val a.ic_whatsapp {
    padding-left: 35px;

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

.contacts_info .info .val a.ic_viber {
    padding-left: 35px;

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

.contacts_info .info .val a.ic_vk {
    padding-left: 35px;

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

.contacts_info .info .val a.ic_insta {
    padding-left: 35px;

    background: url(../../../../../images/site/designs/4/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/4/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/4/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/4/ic_soc_ok.svg) 0 50%/27px 27px no-repeat;
}

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


.contacts_info .map_wrap {

}

.contacts_info .map {
    position: relative;

    overflow: hidden;

    height: 480px;

    background: #ddd;
}


.news .flex {
}

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


.news .article .img:before {

}

.news .article {
    color: #979797;
    position: relative;
    display: block;
    text-decoration: none;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.news .article .info {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.news .article .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


.news .article .img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.news .article .img:before {
    display: block;
    content: "";
    height: 100px;
    width: 12px;
    background-color: var(--main_color2);
    position: absolute;
    z-index: 2;
    left: 50%;
    top: calc(100% - 50px);
}

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


.news .article .name {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #27242B;
}

.news .article .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 12px;
    letter-spacing: .25px;
    text-transform: uppercase;
}

.news_category {
    display: flex;

    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-left: -15px;

    flex-wrap: wrap;
}

.news_category > div {
    max-width: 25%;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;

    flex: 0 0 25%;
}

.news_category a {
    color: var(--main_color2);
    line-height: 55px;
    display: block;
    font-size: 14px;
    height: 55px;
    padding: 0 10px;
    transition: all .5s ease;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--main_color2);
    letter-spacing: 5px;
    text-transform: uppercase;
}

.news_category a:hover,
.news_category a.active {
    color: #fff;

    text-decoration: none;

    background: var(--main_color2);
}


/*---------------   Footer---------------*/
footer {
    color: #959595;
    font-size: 13px;
    line-height: 14px;

    padding: 50px 0;

    text-align: center;

    background: #F7F7F7;

    flex: 0 0 auto;
}

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

footer a {
    color: #959595;

    transition: color .2s linear;
    text-decoration: none;
}

footer a:hover {
    color: #101010;
}

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: #959595;

    display: inline-block;

    vertical-align: top;
}

footer .links a:hover {
    color: #101010;
}

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


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

    width: 70px;
}

.agree label a {
    color: var(--main_color2);

    margin-left: 5px;
}

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

/*file ulpload*/


.file-list {
    display: flex;

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

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

.file-list__name {
    overflow: hidden;

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

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

    display: flex;

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

    text-align: left;

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

.removal-button {
    color: white;

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

    cursor: pointer;

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

.removal-button::before {
    content: 'X';
}

.removal-button:focus {
    outline: 0;
}


.file-chooser p {
    font-size: 18px;

    padding-top: 1em;
}

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

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


.file-chooser__input {
    color: #fff;
    font-size: 16px;
    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 .error {
    color: white;

    background-color: #d65d38;
}

.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 ID was changed by class */
.thanks .icon {
    display: flex;

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

    background: var(--main_color2);

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

/* thanks ID was changed by class */
.thanks .icon img {
    display: block;

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

/* thanks ID was changed by class */
.thanks .title {
    color: #272727;
    margin-top: 10px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 35px;
}


/* thanks ID was changed by class */
.thanks .desc {
    color: #b5b5b5;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;

    margin-top: 10px;
}

#app {
    height: 100%;
}

.products_sort b {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;

    margin-right: 10px;
}

.products_sort ul {
    display: inline-block;

    list-style: none;
}

.sorting_switcher li {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;

    position: relative;

    display: inline-block;

    padding: 0 15px;

    cursor: pointer;

    background: #fff;
}

.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: #2192e9;
    font-weight: 500;
}

.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 .flex {
    display: flex;

    margin-left: auto;

    flex-wrap: wrap;
}

.gallery2 .flex > div {
    max-width: 33.3333%;
    margin-bottom: 30px;

    flex: 0 0 33.3333%;
}

.gallery2 .item {
    display: block;

    text-decoration: none;
}

.gallery2 .item .img {
    position: relative;

    overflow: hidden;

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

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

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.gallery2 .item .info {
    position: relative;

    padding: 25px 20px;
}

.gallery2 .item .info .name {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #27242B;
}

.gallery2 .item .info .desc {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #75788C;
}


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

.btns {
    display: flex;

    margin-top: 60px;
}

.customNextBtn {
    display: flex;
    width: 70px;
    height: 70px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background: var(--main_color2);

}

.customPreviousBtn {
    display: flex;

    width: 70px;
    height: 70px;
    background: var(--main_color2);

    cursor: pointer;

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


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

.main_slider .slide {
    display: flex;

    height: 100%;

    flex: 1 0 auto;
}


aside .submit {
    display: flex;

    background: none;
}

aside .submit .reset {
    width: 53px;
    height: 53px;
    margin-left: 10px;

    cursor: pointer;

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

    flex-shrink: 0;
}

aside .submit .reset i {
    position: relative;

    display: block;

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

    border-radius: 50%;
}

aside .submit .reset i:before,
aside .submit .reset i:after {
    position: absolute;
    top: 0;
    left: 10px;

    width: 2px;
    height: 20px;

    content: ' ';

    background-color: #fff;
}

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

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


/*пустая корзина*/
.cart_empty {
    width: 600px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;

    text-align: center;
}

.cart_empty .icon {
    width: 139px;
    height: 139px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;

    background: var(--main_color2);
}

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

.cart_empty .title {
    color: #0b162b;
    margin-top: 10px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 35px;
}

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

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

    margin-top: 10px;
}

.cart_empty .links {
    display: flex;

    justify-content: center;
}

.cart_empty .link {
    font-size: 16px;
    font-weight: 500;
    line-height: 55px;

    display: inline-block;

    height: 55px;
    margin-top: 26px;

    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
}


/*по цуветам групировка*/

.block:nth-child(2n-1).advantages .item .inner {
    background-color: #F7F7F7;
}

.block:nth-child(2n).about .info {
    background-color: #fff;
}

.block:nth-child(2n-1).articles .article .inner {
    background-color: #F7F7F7;
}

.block:nth-child(2n-1).reviews .review .inner {
    background-color: #F7F7F7;
}

.block:nth-child(2n).big_boss_quote .info2 {
    background-color: #fff;
}

.block:nth-child(2n-1).documents .flex {
    background-color: #F7F7F7;
}

.block:nth-child(2n).faq .item {
    background-color: #fff;
}

.block:nth-child(2n).team .item {
    background-color: #fff;
}

.block:nth-child(2n-1).stocks .stock {
    background-color: #F7F7F7;
}

.block:nth-child(2n-1).socials_block .data {
    background-color: #F7F7F7;
       padding: 40px;

}

.block:nth-child(2n-1).about_video .info {
    background-color: #F7F7F7;
}

.block:nth-child(2n).contacts_info .info .flex {
    background-color: #fff;
}


.block:nth-child(2n).vacancies .owl-item:nth-child(2n) .slide{
    background: #fff;
}

.comments.block {
    margin-bottom: 0px;
}


.related .product .info {
    background: #fff;
}

.poll .desc {
    overflow-x: auto;
}

.poll .desc table {
    width: 100% !important;
}


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


.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: 20px 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 .flex {
    margin-bottom: -27px;
    margin-left: -23px;
}

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

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

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

.products_category .info{

}


.products_category .info .name{
    margin-top: 20px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #27242B;
}

.products_category .info .counts{
    margin-top: 9px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.35px;
    color: #979797;
}

.products_category .info .price{
    margin-top: 9px;
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: var(--main_color2);
}


.product_info .buy .price .val.old{
    color: #959595;
    font-size: 25px;
    line-height: 30px;
    text-decoration: line-through;
}
.product_info .buy .price .val.old span{
    color: #959595;
}

.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%;
    right: -1px;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    content: '';
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
header .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;
}

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

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

.char {
    max-width: 450px;
}

.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;
    padding: 0 15px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    background: var(--main_color2);
    border-radius: 31px;
    margin-left: 10px;
}

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



.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{
    line-height: 50px;
    margin-left: -40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    height: 55px;
    padding: 0 20px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    border-radius: 4px;
    background:  var(--main_color2);
    font-family: var(--font_family);
    text-transform: uppercase;
    border: none;

    color:#fff;
    line-height: 53px;
    display: inline-block;
    height: 53px;
    padding: 0 40px;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid var(--main_color2);
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

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

.promocode_form .input{
    height: 53px;
}

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


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