/*
Theme Name:  aeromeh
Theme URI:
Author: ProfiPanda
Author URI: https://profipanda.com
Description: aeromeh theme
Version: 5.8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: aeromeh
*/
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

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

@font-face {
    font-family: "Montserrat";
    src: url("images/user/files/fonts/Montserrat-Regular.woff2") format("woff2"), url("images/user/files/fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("images/user/files/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("images/user/files/fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("images/user/files/fonts/Montserrat-Medium.woff2") format("woff2"), url("images/user/files/fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("images/user/files/fonts/Montserrat-Bold.woff2") format("woff2"), url("images/user/files/fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    color: #182656;
    line-height: 1.3;
    background: #f3f5f8
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background: #dbd5e5
}

body::-webkit-scrollbar-thumb {
    background: #138d90
}

body::-webkit-scrollbar-thumb:hover {
    background: #138d90
}

html {
    font-size: 16px
}

input, textarea {
    font-family: "Montserrat", Arial, sans-serif;
    color: #101010
}

textarea {
    width: 100%;
    padding: 21px 23px;
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

#fancybox-content {
    box-sizing: content-box
}

a {
    outline: none;
    color: #138d90;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.cleaner {
    clear: both;
    height: 0;
    display: none
}

.formassager {
    display: none
}

.slideout-wrapper {
    position: relative;
    overflow: hidden
}

.nav_bg {
    position: relative
}

.container {
    padding: 0 60px
}

.container_inside {
    position: relative;
    max-width: 1380px;
    margin: 0 auto
}

.pagetip_home .container_inside {
    width: 100%;
    margin: 0 auto
}

.nav {
    position: relative;
    display: block
}

.nav_open {
    display: none
}

.mobile_menu {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    visibility: hidden;
    background: linear-gradient(180deg, #138d90 0%, #005456 147.23%);
    z-index: 100;
    transition: all 250ms ease;
    overflow: auto
}

.toggle_menu_button {
    background: #fff;
    cursor: pointer;
    z-index: 10;
    padding: 4px 12px;
    transition: all 250ms ease;
    border-radius: 3px;
    position: relative;
    left: 0;
    top: 0;
    display: block !important
}

.toggle_menu_button:hover {
    background: #eee
}

.mask_bg, .video_popup_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10
}

.toggle_menu_button span {
    width: 25px;
    height: 3px;
    background-color: #138d90;
    display: block;
    margin: 8px 0 7px auto;
    border-radius: 5px;
    transition: all 200ms linear
}

.toggle_menu_button:hover span.menu_line3 {
    width: 25px
}

.toggle_menu_button span.menu_line1 {
    -webkit-animation: menuLine1 300ms linear;
            animation: menuLine1 300ms linear
}

.toggle_menu_button span.menu_line2 {
    -webkit-animation: menuLine2 350ms linear;
            animation: menuLine2 350ms linear
}

.toggle_menu_button span.menu_line3 {
    -webkit-animation: menuLine3 400ms linear;
            animation: menuLine3 400ms linear
}

@-webkit-keyframes menuLine1 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes menuLine1 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes menuLine2 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes menuLine2 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes menuLine3 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes menuLine3 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

.stefes_mobile_menu {
    list-style: none;
    margin: 45px 0 20px
}

.close_menu_button {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: all 250ms ease;
    background: url(images/user/images/design/close-mobile-menu.png) no-repeat center
}

.stefes_mobile_menu li a {
    display: block;
    text-decoration: none;
    background: transparent;
    color: #fff;
    padding: 20px;
    text-align: left;
    transition: all 200ms linear;
    line-height: initial;
    font-size: 16px
}

.stefes_mobile_menu li a:hover {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #138d90
}

.nav_menu {
    display: flex;
    justify-content: space-between
}

.nav_menu a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 250ms;
    border: 1px solid transparent
}

.nav_menu a.active_nav {
    background: linear-gradient(331.93deg, #c17301 11.88%, #feb64c 85.18%);
    transform: scale(1.1);
    border-radius: 4px;
    border: 1px solid #9a7032
}

.nav_menu a:hover {
    background: linear-gradient(331.93deg, #c17301 11.88%, #feb64c 85.18%);
    transform: scale(1.1);
    border-radius: 4px;
    border: 1px solid #9a7032
}

.nav_bg .container {
    padding: 0
}

.nav_bg .container_inside {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.nav2_bg .container_inside {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.nav2_drop_wrap .container_inside {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.nav .reg_input {
    display: none
}

.open_mobile_menu {
    position: fixed;
    left: 0;
    top: 0;
    visibility: visible
}

.drop_bt {
    display: none
}

.a_search-form {
    position: relative;
    display: flex
}

.a_line_search {
    width: 100%;
    height: 30px;
    outline: 0;
    padding-left: 25px;
    padding-right: 165px;
    border: 1px solid #2e74bb
}

.a_line_search::-webkit-input-placeholder {
    color: #666
}

.a_line_search::-moz-placeholder {
    color: #666
}

.a_line_search:-moz-placeholder {
    color: #666
}

.a_line_search:-ms-input-placeholder {
    color: #666
}

.a_line_search:focus::-webkit-input-placeholder {
    color: transparent
}

.a_line_search:focus::-moz-placeholder {
    color: transparent
}

.a_line_search:focus:-moz-placeholder {
    color: transparent
}

.a_line_search:focus:-ms-input-placeholder {
    color: transparent
}

.a_subsearch {
    background: transparent no-repeat;
    height: 34px;
    position: absolute;
    border: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    outline: 0;
    padding: 0 30px 0 25px;
    font-size: 14px;
    font-weight: 300;
    border-left: 1px solid #2e74bb;
    z-index: 1
}

.a_search-form::after {
    content: "";
    position: absolute;
    top: calc(50% - -3px);
    right: 17px;
    width: 21px;
    height: 21px;
    /*background:url(images/user/images/design/search-icon.png) no-repeat 0 0;*/
    margin-top: -13px
}

.reg_input {
    position: relative;
    display: flex
}

#login_btn {
    margin-right: 10px
}

.top_bt2, .top_bt {
    color: #787878;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center
}

#login_btn::before {
    width: 24px;
    height: 24px;
    background-position: -68px -9px
}

.img_entry2 {
    display: none
}

.regi {
    margin-right: 20px
}

.a_header_basket {
    position: relative
}

.a_basket_wrap a {
    display: flex;
    text-decoration: none;
    justify-content: flex-end;
    align-items: center
}

.a_topcircle {
    display: block;
    position: relative;
    margin-right: 10px
}

.pagetip_proekt .circle img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover
}

.pagetip_proekt .razdellist {
    grid-template-columns:repeat(3, 1fr)
}

.j_block .razdellist {
    margin-bottom: 45px
}

.a_baskettop {
    width: 24px;
    height: 25px;
    position: relative;
    top: 0;
    /*background:url(images/user/files/svg/basket2-white.svg) 0 0 no-repeat*/
}

.a_text_basket {
    font-size: 13px;
    color: #686868;
    line-height: 19px;
    text-align: left;
    display: block;
    vertical-align: middle;
    position: relative
}

.a_text_basket span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.a_basket-info strong {
    font-size: 12px;
    font-weight: normal
}

.a_lng_block {
    position: absolute;
    display: flex;
    top: -15px
}

.a_lng_bt {
    font-size: 15px;
    margin-right: 5px;
    color: #fff
}

.a_lng_bt:hover {
    color: #138d90
}

.a_lng_bt.aktive {
    color: #138d90;
    text-decoration: underline
}

.nav2_bg {
    width: 100%;
    background: #138d90
}

.nav2 {
    display: flex
}

.nav_menu2 {
    width: 100%;
    display: flex
}

.nav_normal2 {
    font-size: 16px;
    transition: background 0.2s ease;
    text-decoration: none;
    color: #ffffffa3;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 100%;
    border-left: 1px solid #ffffffa3
}

.nav_normal2:hover {
    background-color: #b32826;
    color: #fff
}

.nav_normal2_all {
    display: block;
    width: 165px;
    padding: 40px 0
}

.nav_menu2 .nav_normal2 span img {
    margin-right: 15px
}

.mbr {
    display: none
}

.nav_normal2_all_img {
    content: "";
    height: 7px;
    width: 10px;
    /*background:url(images/user/images/design/nav-2-all-icon.png) no-repeat 0 0;*/
    display: inline-block;
    transition: all 0.2s ease;
    margin-bottom: 0;
    margin-right: 8px
}

.nav2_drop_wrap {
    display: none;
    position: relative
}

.nav2_drop {
    padding: 30px;
    border-bottom: 3px solid #b32826;
    border-left: 3px solid #b32826;
    border-right: 3px solid #b32826;
    margin-bottom: 20px;
    box-shadow: 0 3px 19px rgba(0, 0, 0, 0.3);
    background-color: #fff
}

.dropmb {
    display: none
}

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

.nav2_drop_l_in {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(4, 1fr)
}

.nav2_service {
    position: relative;
    text-align: center
}

.nav2_service a {
    display: block;
    color: #080910;
    text-decoration: none;
    margin: 0 10px;
    transition: all 0.3s ease
}

.nav2_service span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25em;
    color: #757575;
    transition: color 0.2s ease;
    margin-top: 6px
}

.bread_warp {
    width: 100%;
    position: relative;
    padding: 25px 12px;
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto
}

.bread_warp h1 {
    font-size: 1.625rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-left: 2px solid #138d90;
    background: linear-gradient(
            90deg, rgba(19, 141, 144, 0.15) 0%, rgba(19, 141, 144, 0) 100%
    );
    margin-top: 50px
}

.breadcrumbs {
    position: relative;
    text-align: left;
    max-width: 1380px;
    margin: 0 auto
}

.curentpageInfo {
    max-width: 1380px;
    margin: 0 auto
}

h1, h2, .hname {
    font-size: 42px;
    text-align: left;
    position: relative;
    font-weight: 500
}

.hr {
    display: none
}

.breadcrumbs a {
    font-size: 14px;
    opacity: 0.7;
    text-decoration: none;
    display: inline-block;
    margin: 3px
}

.breadcrumbs span {
    color: #707d90;
    font-size: 14px;
    font-weight: 300;
    margin: 0 5px
}

.breadcrumbs span.aktiv {
    margin: 0
}

.center_block_wrap {
    display: block
}

.center_block {
    position: relative
}

.center_block_inside {
    position: relative
}

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

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

.pagetip_city .center_block_inside {
    width: 70%
}

.pagetip_city .width_70 {
    width: 100%
}

.pagetip_city .width_30 {
    order: -1
}

.pagetip_catalog .center_block_inside {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.look_product_wrap .center_block_inside {
    margin-top: 50px
}

.center_block .cleaner {
    display: none
}

.width_70 {
    position: relative;
    width: 75%;
    order: 2
}

.width_30 {
    position: relative;
    width: 24%;
    order: 1
}

.j_block {
    position: relative
}

.cleaner {
    display: none
}

.r_block .j_block {
    padding-left: 0
}

.form_base {
    position: relative;
    width: 100%;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    margin-top: 35px
}

.form_base_row {
    display: block;
    width: 100%;
    position: relative
}

.f_title {
    background: #000;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px
}

.f_title2 {
    width: 100%;
    display: block;
    background: #efefef;
    position: relative
}

.f_content_big {
    line-height: 1.4;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase
}

.f_content_mini {
    display: inline-block;
    margin-top: 20px;
    text-transform: none;
    line-height: 1.4;
    opacity: 0.6;
    color: #fff
}

.f_phone_content {
    position: relative;
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #138d90
}

.f_phone {
    text-align: center;
    position: relative;
    vertical-align: middle;
    padding: 20px 10px;
    background: #fff
}

.f_title_content {
    padding: 20px 10px;
    background: #138d90
}

.f_button_wrap {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0 10px 0
}

.f_button {
    position: relative;
    display: inline-block;
    background: #fff;
    color: #138d90;
    padding: 15px 10px;
    border: 1px solid #138d90;
    transition: 250ms;
    cursor: pointer;
    font-size: 1.125rem;
    letter-spacing: 0;
    text-transform: none
}

.f_button:hover {
    background: #138d90;
    color: #fff;
    border: 1px solid #fff
}

.slider_wrap .container {
    padding: 0
}

.slider_wrap .container_inside {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.slider_wrap {
    position: relative
}

.slider_inside {
    position: relative
}

.bxslider1 {
    position: relative
}

.pagetip_home .container {
}

.container_inside {
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
}

.pagetip_home .container_inside {
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff
}

.reg_block {
    padding: 25px 30px 30px;
    background: #fff;
    z-index: 1;
    width: 100%
}

.reg_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
    width: 100%;
    height: 100%
}

.reg_name {
    font-size: 24px;
    text-align: center
}

.formpad {
    text-align: left;
    margin-top: 35px;
    position: relative;
    box-sizing: border-box;
    width: 100%
}

.reg_pole {
    background: #fff;
    outline: none;
    padding: 15px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #b0b0b0;
    width: 100%
}

.jstbt {
    display: inline-block;
    background: #138d90;
    color: #fff;
    border: 1px solid #138d90;
    transition: 250ms;
    padding: 15px 25px;
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase
}

.jstbt:hover {
    background: #fff;
    color: #138d90
}

#repass_form1 {
    display: none
}

.reg_block2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.login_bt {
    background: #138d90;
    border: 2px solid #138d90;
    color: #fff;
    padding: 15px 25px;
    transition: 250ms;
    cursor: pointer
}

.login_bt:hover {
    background: #fff;
    color: #138d90
}

#collback_text {
    border-radius: 23px;
    width: 100%;
    background-color: #fff;
    color: #343434;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #b0b0b0;
    padding: 20px 5px
}

.reg_block3 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto
}

.scrollup {
    width: 100px;
    height: 60px;
    background-size: contain;
    position: fixed;
    z-index: 3;
    bottom: 50px;
    right: 5px;
    display: none;
    /*background-image: url(images/user/images/design/to-top.png);*/
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 50%
}

.razdellist {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(3, 1fr)
}

.service {
    position: relative;
    transition: 250ms;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    background: #f3f5f8;
    box-shadow: -10px -10px 20px #ffffff, 2px 2px 20px rgba(166, 180, 200, 0.7)
}

.service a {
    position: relative;
    display: block;
    background: #fff
}

.circle {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 25px rgba(166, 180, 200, 0.3)
}

.circle img {
    padding: 20px 0;
    width: 100%;
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain
}

.productTitleWrap {
    color: #182656;
    position: relative;
    z-index: 10;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 10px 30px;
    min-height: 72px;
    text-align: left;
    background: #f3f5f8;
    display: flex;
    align-items: center
}

.productTitleWrap:before {
    content: "";
    position: absolute;
    top: calc(50% - 27px);
    left: 20px;
    background: #feb64c;
    box-shadow: -1px -1px 3px #ffffff, 1px 1px 5px rgb(0 0 0 / 20%);
    width: 4px;
    height: 55px
}

.service a:hover .productTitleWrap {
    background: #138d90;
    color: #fff
}

.service a:hover .productTitleWrap:before {
    background: #fff
}

.desc-full {
    position: relative;
    font-size: 16px
}

.desc-full p {
    padding: 10px 0;
    line-height: 1.3
}

.tabs .desc-full p {
    line-height: 1.6
}

.shopping-btn {
    margin-top: 15px
}

.shopping-btn a {
    background: #2e74bb;
    color: #fff;
    border: 1px solid #2e74bb;
    padding: 10px 30px;
    border-radius: 30px
}

.shopping-btn a:hover {
    color: #2e74bb;
    background: #fff
}

.plitka2_list {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(3, 1fr)
}

.plitka2_list .plitka2_name:before {
    left: 17px
}

.tabs_content ul {
    position: relative;
    margin-left: 30px
}

.tabs_content ul li {
    position: relative;
    margin-bottom: 10px
}

.tabs_content ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -25px;
    width: 7px;
    height: 7px;
    background: #138d90;
    border-radius: 50%
}

.plitka2 {
    position: relative;
    transition: 250ms;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    background: #f3f5f8;
    box-shadow: -10px -10px 20px #ffffff, 2px 2px 20px rgb(166 180 200 / 70%)
}

.plitka2:hover {
    box-shadow: 0 0 10px #00000038
}

.plitka2:hover .plitka2_name {
    background: #138d90;
    color: #fff
}

.plitka2:hover .plitka2_name:before {
    background: #fff
}

.plitka2_inside {
    position: relative
}

.plitka2_img_block {
    position: relative;
    padding: 0 10px;
    background: #fff
}

.plitka2_img_block img {
    height: 270px !important;
    -o-object-fit: contain;
       object-fit: contain
}

.plitka2_img_block2 {
    position: relative;
    text-align: center
}

.plitka2_info_block {
    position: relative;
    text-align: left
}

.plitka2_info_name {
    font-size: 18px;
    text-align: center
}

.price_nb {
    font-size: 18px;
    font-weight: bold
}

.price_ob {
    text-decoration: line-through;
    font-size: 12px
}

.plitka2_to_price_wrap {
    position: relative;
    padding: 0 20px
}

.plitka2_to_price {
    position: relative
}

.plitka2_info_price {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.plitka2_info_price span {
    margin-left: 5px
}

.plitka2_cod {
    font-size: 12px;
    margin: 10px 0
}

.buybt {
    position: relative;
    text-align: center;
    font-size: 14px;
    background: #138d90;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #138d90;
    cursor: pointer;
    transition: 250ms;
    border-radius: 30px;
    text-transform: uppercase;
    display: none
}

.buybt:hover {
    background: #fff;
    color: #138d90
}

.plitka2_to_bt {
    position: relative;
    display: none
}

.plitka2_info_bt {
    position: relative;
    margin-top: 25px;
    text-align: center
}

.cklickbuy_warp {
    position: relative;
    padding: 0 20px;
    padding-bottom: 10px;
    text-align: center;
    display: none
}

.cklickbuy {
    cursor: pointer
}

.a_baskettop_full {
    width: 24px;
    height: 24px;
    position: relative;
    top: 0;
    /*background: url(images/user/files/svg/basket2-white.svg) 0 0 no-repeat*/
}

.a_basket-info {
    position: absolute;
    background: red;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    width: 10px;
    height: 10px;
    line-height: 11px;
    text-align: center;
    top: -5px;
    left: -42px;
    font-size: 0
}

/*.a_basket-info strong {*/
/*    font-weight: 8px*/
/*}*/

.l_filter {
    position: relative;
    border: 1px solid #dde2eb
}

.l_filter_section {
    position: relative;
    text-align: left;
    background: #f5f8fd;
    border-bottom: 1px solid #dde2eb;
    padding: 20px 0
}

.l_filter_section:last-child {
    border: none
}

.l_filter_title {
    font-size: 1.5625rem;
    position: relative;
    z-index: 2;
    color: #0c224a;
    text-align: left;
    text-transform: uppercase;
    padding: 9px 20px;
    font-family: "Playfair-Display-Regular", Arial, sans-serif;
}

.l_filter .l_filter_section:first-child .l_filter_title {
    border-top: none
}

.l_filter_y {
    text-align: left;
    z-index: 1;
    position: relative;
    padding: 20px 20px;
    display: grid;
    flex-direction: column;
    grid-template-columns:repeat(1, 1fr)
}

.l_filter_x {
    background: #f5f8fd;
    z-index: 1;
    position: relative;
    padding: 20px 20px;
    display: grid;
    flex-direction: column;
    grid-template-columns:repeat(3, 1fr);
    text-align: center;
    grid-gap: 10px
}

.l_filter_x li a {
    color: #5d5d5d;
    font-size: 15px;
    padding: 5px 0;
    cursor: pointer;
    display: block
}

.l_filter_x li:hover a {
    background: #98b8d9;
    color: #fff
}

.l_filter_x a span {
    margin-top: 5px;
    display: block
}

.l_filter_y li:last-child {
    margin: 0 !important
}

.l_filter .l_filter_y li {
    list-style: none;
    margin-bottom: 15px
}

.l_filter .l_filter_y a {
    text-decoration: none;
    color: #606060;
    position: relative;
    font-size: 15px;
    display: flex;
    align-items: center
}

.l_filter_check {
    float: left;
    width: 18px;
    margin-right: 15px;
    height: 18px;
    /*background:url(images/user/images/design/check_radio_sheet1.png) left top no-repeat*/
}

/*.l_filter_y .l_filter_active .l_filter_check{background:url(images/user/images/design/check_radio_sheet1.png) -21px 0 no-repeat}
*/
/*.l_filter .l_filter_y a:hover .l_filter_check{background:url(images/user/images/design/check_radio_sheet1.png) -21px 0 no-repeat}
*/
.l_filter_ad {
    overflow: hidden;
    position: relative;
    display: none
}

.sorting {
    display: none
}

.pagetip_catalog .sorting {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 30px
}

.sorting_inner {
    display: inline-block;
    position: relative;
    margin-top: 4px
}

.pagetip_catalog.isFilter .width_30 {
    display: block
}

.pagetip_catalog.isFilter .width_70 {
    width: 72%
}

.isFilter .sidemenu_services {
    display: none
}

.sorting_link {
    padding: 10px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    width: 160px;
    text-align: center
}

.sorting_arrow {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 5px;
    /*background:url(images/user/images/design/arrow-down-catalog.png) no-repeat center*/
}

.sorting_list {
    display: none;
    list-style: none;
    position: absolute;
    overflow-y: scroll !important;
    max-height: 240px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 3px 19px rgba(0, 0, 0, 0.3);
    border-bottom: 4px solid #138d90
}

.sorting_list li a {
    font-size: 14px;
    color: #333;
    padding: 8px 10px 11px 28px;
    border-top: 1px solid #e2dfd6;
    display: block;
    text-align: center
}

.filter_info {
    padding: 15px 25px;
    background-color: #f7fbfc;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end
}

.filter_info_name {
    font-size: 15px;
    color: #959595;
    float: none
}

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

.filter_info li {
    list-style: none;
    margin: 0 5px
}

.filter_info a {
    color: #333;
    font-size: 14px
}

.filter_info_del {
    width: 18px;
    height: 17px;
    /*background: url(images/user/images/design/filter_del.png) no-repeat;*/
    display: inline-block;
    opacity: 0.8;
    vertical-align: top;
    position: relative;
    top: 2px;
    margin-left: 3px
}

.l_filter_ad_all {
    display: none;
    text-align: center;
    margin-bottom: 35px
}

.l_filter_ad_all .l_filter_ad_all_button {
    display: inline-block;
    background-color: #0c224a
}

.filter_gradient {
    border-bottom: 4px solid #0c224a;
    height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(
            to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    border-radius: 7px;
    z-index: 99999
}

.l_filter_ad_all_button span {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    padding: 6px 23px 10px 15px;
    position: relative
}

.drop-down-arrow {
    font-size: 0 !important;
    cursor: pointer;
    color: transparent !important;
    display: inline-block;
    padding: 0 !important;
    position: relative;
    top: 2px;
    right: -11px;
    width: 17px;
    height: 10px;
    /*background:url(images/user/images/design/drop-down-arrow.png) no-repeat;*/
    background-size: contain
}

.drop-down-arrow-toggle {
    transform: rotate(180deg)
}

.basket_block {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.basket_block form:nth-child(2) {
    order: 1;
    position: relative;
    width: 40%;
    border: 1px solid #e1e1e1;
    box-sizing: border-box
}

.basket_block form:nth-child(1) {
    order: 2;
    position: relative;
    width: 60%;
    box-sizing: border-box;
    border-top: 1px solid #e1e1e1
}

.order_block {
    color: #5d5d5d;
    padding: 20px;
    background: #f4f6f7
}

.basket_name {
    font-size: 18px;
    font-weight: 700;
    color: #291413;
    margin-bottom: 20px
}

.prp_1 {
    width: 80%
}

.pr_pole {
    border: solid 1px #e4e4e4;
    padding: 10px;
    background-color: #fff;
    font-size: 15px;
    color: #333;
    border-radius: 2px;
    outline: none;
    margin-top: 6px;
    margin-right: 5px
}

.order_block a {
    text-decoration: none;
    color: #138d90;
    font-size: 16px
}

.basket_resp_info a {
    text-decoration: none;
    color: #138d90;
    font-size: 16px
}

.select-dropdown-menu li a {
    color: #292929;
    padding: 5px 0;
    display: block;
    text-decoration: none
}

.need {
    font-size: 26px;
    font-weight: 700;
    color: red
}

.pr_p_space2 {
    height: 22px;
    font-size: 1px;
    display: none
}

a.ttip {
    text-decoration: none
}

.ttip img.ttip_img {
    width: 12px;
    height: 12px;
    /*background: url(images/ttip.png) no-repeat;*/
    background-position: 0 0
}

.ttip:hover img.ttip_img {
    /*background: url(images/ttip.png) no-repeat;*/
    background-position: 0 -12px
}

.tip-my, .tip-my2 {
    z-index: 1000;
    text-align: left;
    background: #fff;
    font: 400 12px Arial, sans-serif;
    border: solid 1px #cacaca;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.4);
    padding: 6px 8px;
    min-width: 50px;
    max-width: 300px;
    color: #333
}

.ttip_content {
    display: none;
    background: #fff
}

.ttip_name {
    color: #0155b4;
    font-weight: 700;
    display: block;
    padding-bottom: 5px;
    font-size: 12px
}

.galochka {
    margin: 10px 0
}

.paymetod_block, .delivery_block {
    margin-top: 50px
}

.delivery_block_title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 9px
}

.paymetod_block_title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 9px
}

a.addcoment {
    font-size: 13px;
    color: #9d6a58;
    display: inline;
    text-decoration: none;
    border-bottom: dashed 1px #9d6a58
}

.showoff {
    display: none
}

.prp_6 {
    width: 260px;
    height: 100px
}

.ord_info {
    font-size: 12px;
    color: #999;
    padding-top: 0;
    text-align: center
}

.ord_info input {
    margin-bottom: 7px
}

.greenbt {
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    padding: 8px 27px 10px;
    display: block;
    text-decoration: none;
    outline: none;
    background: #138d90;
    border: 1px solid #138d90;
    text-transform: uppercase;
    width: 100%;
    border-radius: 30px
}

.ord_info .btbasket {
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #138d90;
    cursor: pointer;
    padding: 9px 32px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px
}

.delivery_company, #offices, #cities {
    padding: 12px;
    width: 90%;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    margin-bottom: 5px;
    outline: none
}

.ord_info .btbasket:hover {
    background: #fff;
    color: #138d90
}

.greenbt:hover {
    background: #fff;
    color: #138d90
}

.zakaz_block {
    position: relative;
    padding-bottom: 20px
}

.oform_wrap {
    position: relative
}

.oform_title {
    width: 100%;
    font-weight: 700;
    padding: 0 20px;
    box-sizing: border-box;
    display: none
}

.oform_content {
    position: relative
}

.oform_content_ul {
    position: relative;
    border-bottom: 1px solid #e1e1e1
}

.oform_content_ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px
}

.oform_img_a_img {
    width: 120px;
    max-width: 100%
}

.oform_img, .oform_name, .bskrightbl0, .bskrightbl_1 {
    padding: 10px 0 19px
}

.oform_name a {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    display: block
}

.bsk_tprice {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin: 5px 0
}

.tgrn {
    font-size: 11px;
    font-weight: 400
}

.bsk_tprice_old {
    font-size: 12px;
    text-decoration: line-through
}

.basketsale {
    font-size: 12px;
    color: red
}

.bskrightbl_1 {
    position: relative
}

.bskrightbl {
    position: relative
}

.kupkol {
    width: 30px;
    text-align: center;
    outline: none;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #d8d8d8
}

.oform_price_old {
    display: none
}

.bskrightbl0 {
    background: #f9f9f9;
    padding: 30px
}

.bskrightbl {
    text-align: center
}

.oform_colvo, .oform_price, .oform_del {
    display: inline-block;
    margin: 2px;
    vertical-align: middle
}

.oform_colvo {
    position: relative;
    display: flex;
    align-items: center
}

.oform_price1 {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

.basketallsum_sale {
    display: none
}

.basketallsum {
    margin-top: 15px;
    text-align: center
}

.btbasketblock {
    text-align: center
}

.zakaz_block .btbasket {
    margin: 0 5px;
    border: solid 1px #138d90;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #138d90;
    cursor: pointer;
    padding: 10px 32px;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
    outline: none;
    margin-bottom: 5px;
    text-transform: uppercase
}

.bt_blue:hover {
    background-color: #fff;
    color: #138d90
}

.buybt_m {
    visibility: hidden;
    height: 0;
    padding: 0;
    font-size: 0;
    margin: 0
}

.look_product_wrap {
    position: relative;
    display: none;
    /*background: url(images/user/images/design/look-p-bg.jpg) no-repeat;*/
    background-size: cover
}

.pagetip_catalog .look_product_wrap {
    display: block
}

.look_product {
    position: relative;
    margin-top: 25px;
    text-align: center
}

.pagetip_about_home .look_product {
    margin-top: 90px
}

.pagetip_about_home .slider-in-call-wrapper {
    display: none
}

.look_product_title {
    font-size: 3rem;
    color: #0c224a;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0;
    padding-top: 70px;
    position: relative;
    z-index: 1;
    font-family: "Playfair-Display-Regular", Arial, sans-serif;
}

.look_product_block {
    padding: 20px
}

.bx-wrapper {
    position: relative;
    padding: 0
}

.look_product_list li {
    position: relative
}

.productinlist {
    margin-right: 0;
    margin-bottom: 20px;
    position: relative
}

.productinlist:hover:before {
    content: "";
    position: absolute;
    width: 43px;
    height: 43px;
    /*background: url(images/user/images/design/eye.png) no-repeat;*/
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

.productinlist_to_price_empty {
    height: 18px;
    margin: 10px 0
}

.productinlist_inside {
    padding: 10px 10px;
    text-align: center
}

.productinlist_img_block {
    text-align: center
}

.productinlist_img_block2 {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 3px;
    border-radius: 3px
}

.productinlist_img_block a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    transition: all 250ms ease
}

.productinlist_img_block2_in {
    display: block;
    height: 100%;
    width: 100%
}

.productinlist_img {
}

.productinlist_name {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    font-family: "Playfair-Display-Regular", Arial, sans-serif;
    text-transform: uppercase;
    display: block
}

.look_product_wrap .productinlist_name {
    color: #0c224a
}

.look_product_wrap .productinlist_info_price {
    color: #0c224a;
    opacity: 0.5
}

.buytoo_product .productinlist_name {
    color: #0c224a
}

.buytoo_product .productinlist_info_price {
    color: #0c224a;
    opacity: 0.5
}

.buytoo_product_title {
    font-size: 3rem;
    color: #0c224a;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0;
    padding-top: 35px;
    position: relative;
    z-index: 1;
    font-family: "Playfair-Display-Regular", Arial, sans-serif;
    text-align: center
}

.buytoo_product {
    text-align: center
}

.readmorebt {
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    background: #138d90;
    z-index: 0;
    position: relative;
    border: 1px solid #138d90;
    display: none
}

.readmorebt:hover {
    background: #fff;
    color: #138d90
}

#jSucces {
    margin: 0 auto;
    padding: 20px;
    background: green;
    color: #fff
}

.bt_name {
    color: #000;
    margin-right: 15px
}

.enterWebsite {
    padding: 20px;
    background: green;
    color: #fff
}

.err_info {
    padding: 5px;
    background: #fff;
    margin-bottom: 10px;
    border: solid 2px #ffcfe1;
    font-size: 14px;
    color: #f11212;
    margin-top: 25px
}

.sidemenu_razdel {
    position: relative;
    z-index: 1;
    text-align: center
}

.menu_title {
    border-bottom: none;
    font-size: 20px;
    position: relative;
    z-index: 2;
    color: #0c224a;
    text-transform: uppercase;
    padding: 20px 15px;
    text-align: left;
    font-family: "Playfair-Display-Regular", Arial, sans-serif;
    display: none
}

.lmenulist {
    text-align: left;
    z-index: 1;
    position: relative
}

.lmenulist li a {
    display: block;
    padding: 22px 15px;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease;
    color: #0c224a;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 1.125rem
}

.lmenulist li a::before {
    content: "";
    position: absolute;
    top: 29px;
    left: 13px;
    width: 10px;
    height: 10px;
    background: #138d90;
    border-radius: 50%
}

.lmenulist li .top_lvl:hover, .lmenulist li .top_lvl_active:hover, .lmenulist .top_lvl_active {
    background: #138d90;
    color: #fff
}

.side_sub_action {
    background: #138d90;
    color: #fff !important
}

.lmenulist li a:hover:before {
    background: #0d5c5e
}

#jError {
    background: red;
    color: #fff;
    padding: 15px
}

.pagetip_basketok .center_block_inside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.sidemenu2 {
    box-shadow: 0 0 20px #0000004a;
    background: #fff;
    border-radius: 20px
}

strong {
    font-weight: bold
}

.myprof_top_orders {
    font-size: 18px;
    margin-top: 10px
}

.pagetip_my .center_block_inside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.pagetip_myorder .center_block_inside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.pagetip_personal .center_block_inside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.myprof_top_orders1 {
    font-size: 24px;
    margin-bottom: 30px
}

.myprof_orders {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
}

.myprof_orders_tab {
    display: table;
    width: 100%
}

.myprof_orders_head_row, .myprof_orders_row {
    display: table-row
}

.myprof_orders_head_col1, .myprof_orders_head_col2, .myprof_orders_head_col3, .myprof_orders_head_col4, .myprof_orders_head_col5, .myprof_orders_head_col6 {
    display: table-cell;
    background-color: #138d90;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-left: 1px solid #adacac;
    font-weight: 500
}

.myprof_orders_col2 a {
    color: #138d90
}

.myprof_orders_head_col1, .myprof_orders_col1 {
    border-left: none
}

.myprof_orders_col1, .myprof_orders_col2, .myprof_orders_col3, .myprof_orders_col4, .myprof_orders_col5, .myprof_orders_col6 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    padding: 20px;
    border-left: 1px solid #efefef
}

.prof_right {
    padding: 45px;
    border: 1px solid #e1e1e1
}

.pr_box {
}

.pr_bt {
    border-radius: 3px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    padding: 7px 18px 8px;
    display: inline-block;
    text-decoration: none;
    background-color: #42972c;
    outline: none;
    margin-top: 20px
}

input.pr_bt.notact {
    background: #ccc;
    color: #999
}

.pr_text {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px
}

.pr_text input {
    margin-right: 5px
}

.inputm1, .inputm2, .inputm3 {
    display: inline-block
}

.inputm1 {
    margin-right: 10px
}

.pr_red {
    font-size: 16px;
    font-weight: 700;
    color: red
}

.pr_green {
    font-size: 16px;
    font-weight: 700;
    color: green
}

.pr_box_l, .pr_box_m, .pr_box_r {
    float: left
}

.pr_box_l, .pr_box_r {
    width: 48%
}

.pr_box_l {
    padding-right: 20px
}

.pr_pole, .delivery_company, #offices, #cities {
    border: solid 1px #d5d5d5;
    padding: 13px;
    background-color: #fff;
    color: #343434;
    border-radius: 2px;
    outline: none;
    margin-top: 30px;
    margin-right: 5px;
    text-overflow: ellipsis
}

.delivery_company {
    padding: 17px 13px;
    border-radius: 4px
}

#cities {
    width: calc(100% - 136px)
}

.personal_f_title {
    display: none
}

.pr_pole:focus {
    background-color: #fff;
    border-color: #b32826
}

.galochka {
    padding: 0;
    margin-top: 30px;
    position: relative
}

.prp_1 {
    width: calc(80%)
}

.prp_2 {
    width: 30%;
    text-align: left
}

.prp_3 {
    width: calc(33.33% - 15px);
    text-align: left
}

.prp_4 {
    width: calc(80%)
}

.prp_5 {
    width: 237px;
    margin-left: 23px
}

.prp_6 {
    width: 100%;
    max-width: 260px;
    margin-top: 0;
    font-size: 16px
}

.pr_p_space {
    height: 12px;
    font-size: 1px;
    display: none
}

.pagetip_personal .cleaner {
    display: block
}

#jSuccess {
    background: green;
    color: #fff;
    padding: 20px
}

.nav2_service:hover span {
    color: #138d90
}

.tovarcard {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    margin-top: 10px;
    z-index: 1;
    background: #f3f5f8;
    box-shadow: -10px -10px 20px #ffffff, 2px 2px 20px rgba(166, 180, 200, 0.7);
    border-radius: 30px;
    padding: 40px 20px
}

.tovarcard_left {
    width: 40%;
    box-sizing: border-box
}

.tovarcard_right {
    width: 60%;
    box-sizing: border-box
}

.tovarcard_main_foto {
    text-align: center;
    position: relative
}

.tovarcard_main_foto a {
    display: block;
    padding: 36px 8px;
    border-radius: 4px;
    transition: all 250ms ease;
    padding-bottom: 10px
}

.tovarcard_main_foto span {
    display: block;
    padding: 36px 8px
}

.tovarcard_main_foto img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 500px
}

.tovarcard_right_name strong {
    font-weight: 500;
    color: #0c224a;
    font-size: 2.8125rem;
    font-family: "Playfair-Display-Regular", Arial, sans-serif;
    text-transform: uppercase
}

.tovarcard_right_cod {
    font-size: 13px;
    line-height: 18px;
    color: #b0b0b0
}

.tovarcard_right_ostatok1 {
    color: #42972c;
    font-size: 14px
}

.tovarcard_right_ostatok1:before {
    content: "";
    width: 16px;
    height: 12px;
    /*background: url(images/user/images/design/ostatok.png) no-repeat;*/
    display: inline-block;
    vertical-align: middle
}

.tovarcard_right_price {
    position: relative
}

.price_wrap {
    position: relative;
    z-index: 1;
    width: 100%
}

.buy_block_bt {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column
}

.price_money {
    display: block;
    vertical-align: middle;
    margin-right: 20px
}

.price_money_inside {
    text-align: left;
    font-family: "Open-Sans-SemiBold", Arial, sans-serif;
    color: #0c224a;
    font-size: 1.25rem
}

.price_old_block {
    text-decoration: line-through;
    font-size: 12px;
    color: #bababa
}

.buy_quant {
    vertical-align: middle;
    text-align: left;
    padding: 0 5px;
    display: none
}

.buy_quant_inside {
    display: flex;
    padding: 0 3px;
    width: 100px;
    align-items: center
}

.buy_quant_bt {
    color: #5d5d5d;
    cursor: pointer;
    padding: 5px;
    font-weight: 700;
    background: #d9e2e7;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.buy_quant_input {
    width: 26px;
    border: none;
    padding: 3px;
    text-align: center;
    border-radius: 2px;
    outline: none;
    background: transparent;
    color: #5d5d5d;
    font-size: 18px
}

.price_button_wrap {
    text-align: left
}

.cklickbuy {
    display: inline-block;
    background: #138d90;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    border: 1px solid #138d90;
    transition: 250ms
}

.cklickbuy:hover {
    background: #fff;
    color: #138d90
}

.product-text-short {
    position: relative;
    color: #6f6f6f;
    line-height: 1.6
}

.tovarcard_all_foto {
    position: relative;
    display: flex;
    justify-content: center
}

.tovarcard_all_foto a {
    display: block;
    margin-right: 10px
}

.tovarcard_all_foto a:last-child {
    margin: 0
}

.tovarcard_all_foto_in img {
    max-width: 100%;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain
}

.myskidka3 {
    background: #db0000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px
}

.myskidka2 {
    display: inline-block;
    background: #fff;
    color: #db0000;
    padding: 5px;
    font-size: 24px
}

@media screen and (max-width: 880px) {
    .oform_content_ul {
        width: 100%
    }

    .btbasketblock {
        text-align: center
    }

    .order_block {
        margin-top: 30px
    }

    .basketallsum {
        text-align: center
    }
}

@media screen and (max-width: 700px) {
    .pr_box_l, .pr_box_r {
        float: none;
        width: 100%;
        margin-top: 10px
    }

    .pr_box {
        margin-left: 0
    }

    .pr_box_l {
        padding-right: 0
    }

    .prof_right {
        padding: 10px
    }
}

@media screen and (max-width: 550px) {
    .basket_tab tr.tr_mag td {
        font-size: 15px
    }

    .prp_2, .prp_3 {
        width: calc(100% - 15px);
        display: block
    }

    .pagetip_personal .pr_pole {
        margin-top: 25px !important
    }
}

@media screen and (max-width: 1100px) {
    .razdellist {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 890px) {
    .nav_open {
        display: block
    }

    .basket_block {
        grid-template-columns:repeat(1, 100%)
    }

    .basket_block form:nth-child(1) {
        order: 1
    }
}

@media screen and (max-width: 900px) {
    .razdellist {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 1060px) {
    .width_70 {
        width: 100%
    }

    .pagetip_catalog_home .width_70 {
        width: 100%
    }

    .pagetip_catalog.isFilter .width_70 {
        width: 100%
    }

    .l_filter {
        display: none;
        margin-bottom: 0
    }

    #filter_block_id {
        height: 85px
    }

    .l_filter_ad, .l_filter_ad_all, .l_filter_ad .l_filter {
        display: block
    }

    .r_block .j_block {
        border: none;
        padding: 0
    }

    .width_30 {
        width: 100%;
        order: 2;
        margin-top: 40px
    }

    .width_70 {
        width: 100%;
        order: 1
    }

    .center_block_inside {
        flex-direction: column
    }

    .pagetip_city .center_block {
        flex-direction: column
    }

    .pagetip_city .center_block_inside {
        width: 100%
    }
}

@media screen and (max-width: 825px) {
    .plitka2_list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 700px) {
    .myprof_orders_head_col1, .myprof_orders_col1, .myprof_orders_head_col3, .myprof_orders_col3, .myprof_orders_head_col5, .myprof_orders_col5 {
        display: none
    }

    .sidemenu_razdel {
        margin-top: 15px
    }
}

@media screen and (max-width: 650px) {
    .razdellist {
        grid-template-columns:repeat(1, 1fr)
    }

    .plitka2_img_block2 {
        text-align: center
    }

    .oform_name a {
        font-size: 14px
    }

    .tovarcard {
        grid-template-columns:repeat(1, 1fr)
    }

    .plitka2_list {
        grid-template-columns:repeat(1, 1fr)
    }
}

.tabs {
    display: block;
    margin-bottom: 60px
}

.tabs_li.active {
    box-shadow: 0 0 10px #00000054
}

.tabs_li.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 1px;
    background: #0c224a
}

.tabs_li.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 1px;
    background: #0c224a
}

.tabs_ul {
    position: relative;
    display: none !important;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 30px
}

.tabs_li {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding: 20px 15px;
    position: relative;
    border-radius: 0;
    color: #0c224a;
    text-align: center;
    transition: 250ms;
    border: 1px solid #e6e8ed;
    text-transform: uppercase
}

.tabs_li:hover {
    box-shadow: 0 0 10px #00000054
}

.tabs_title_ad {
    display: none
}

@media only screen and (max-width: 700px) {
    .tabs_ul {
        display: none
    }

    .tabs_title_ad {
        cursor: pointer;
        display: none;
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
        padding: 20px 15px;
        position: relative;
        border-radius: 0;
        color: #0c224a;
        text-align: center;
        transition: 250ms;
        border: 1px solid #e6e8ed;
        text-transform: uppercase;
        margin-bottom: 25px
    }
}

#photoimg {
    margin: 20px 0
}

.rwimguploadbt {
    margin-bottom: 20px
}

.button_rev_style {
    display: inline-block;
    background: #138d90;
    color: #fff;
    border: 1px solid #138d90;
    transition: 250ms;
    padding: 15px 25px;
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
    border-radius: 30px
}

.button_rev_style::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    /*background: url(images/user/images/design/arrow-white.jpg) no-repeat;*/
    width: 25px;
    height: 25px;
    display: none
}

.button_rev_style:hover {
    background: #fff;
    color: #138d90
}

.reviews_wrap {
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(3, 1fr)
}

.review_row {
    position: relative
}

.review_row:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    background: url(images/user/files/svg/quotemarks.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px;
    z-index: 2
}

.review_row_name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #138d90;
    background: #f3f5f8;
    padding: 20px 30px 5px 50px;
    position: relative;
    z-index: 1;
    max-width: 100%
}

.review_row_name:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 31px;
    background: #feb64c;
    box-shadow: -1px -1px 3px #ffffff, 1px 1px 5px rgba(0, 0, 0, 0.2);
    width: 4px;
    height: 44px
}

.review_row_city {
    font-size: 0.875rem;
    font-weight: 400;
    color: #707d9096;
    box-shadow: 0 20px 25px rgb(166 180 200 / 20%);
    display: block;
    background: #f3f5f8;
    padding: 0 30px 20px 70px;
    position: relative
}

.review_row_city:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 52px;
    width: 11px;
    height: 11px;
    background: url(images/user/files/svg/place.svg) 0 0 no-repeat
}

.review_row_red {
    width: 20%;
    height: 3px;
    background: #1773b9;
    margin: 10px 0;
    display: none
}

.review_row_text {
    font-size: 16px;
    color: #000000;
    opacity: 0.6;
    line-height: 1.5;
    padding: 20px
}

.menu_respons {
    display: none
}

.send-success {
    background: green;
    color: #fff;
    padding: 10px;
    line-height: 2;
    text-align: center
}

.proektgalery_zakaz {
    color: #0c224a;
    text-transform: uppercase;
    font-size: 0.825rem;
    background: #fff;
    box-shadow: 0 0 10px #00000026;
    transition: 250ms;
    text-align: center;
    padding: 12px 40px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    display: none
}

.proektgalery_zakaz:hover {
    background: #f7dc7e
}

.proektgalery_zakaz::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 1px;
    background: #0c224a;
    display: none
}

.proektgalery_zakaz:hover::before {
    display: block
}

.proektgalery_zakaz::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 1px;
    background: #0c224a;
    display: none
}

.proektgalery_zakaz:hover::after {
    display: block
}

.proektgalery {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(4, 1fr);
    text-align: center;
    margin-bottom: 80px
}

@media only screen and (max-width: 1100px) {
    .proektgalery {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media only screen and (max-width: 800px) {
    .proektgalery {
        grid-template-columns:repeat(2, 1fr)
    }

    .reviews_wrap {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 600px) {
    .proektgalery {
        grid-template-columns:repeat(1, 1fr)
    }

    .reviews_wrap {
        grid-template-columns:repeat(1, 1fr)
    }
}

.elist ul {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    position: relative;
    grid-gap: 30px
}

.elist ul li {
    display: block;
    vertical-align: top;
    position: relative;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    transition: 250ms;
    background: #fff;
    border-radius: 30px
}

.elist_item {
    text-align: center;
    transition: 250ms
}

.elist ul br {
    display: none
}

.elist_text {
    color: #333;
    padding-left: 0 !important;
    line-height: 1.8;
    font-weight: 300;
    text-align: left;
    margin: 20px;
    opacity: 0.5;
    display: none
}

.elist_text a {
    font-size: 16px;
    color: #005b9b
}

.elist_text a:hover {
    text-decoration: none;
    color: #e60000
}

.desc-full table td {
    border: 1px solid #333;
    padding: 5px
}

.desc-full table {
    overflow-x: scroll
}

a.elist_img {
    height: 230px;
    display: inline-block;
    width: 100%;
    border: 1px solid transparent;
    padding: 10px;
    box-sizing: border-box
}

.diller_btn_my {
    display: inline-block;
    background: #138d90;
    color: #fff;
    border: 1px solid #138d90;
    transition: 250ms;
    padding: 15px 25px;
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
    border-radius: 30px
}

.diller_btn_my:hover {
    background: #fff;
    color: #138d90
}

.pagetip_sale_home .desc-full ul {
    position: relative;
    list-style: disc;
    padding-left: 30px
}

a.elist_img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%
}

.elist li a.elname {
    font-size: 20px;
    outline: none;
    text-decoration: none;
    margin: 20px;
    display: block;
    text-transform: uppercase;
    height: auto;
    font-weight: 300;
    color: #333;
    text-align: left;
    padding-left: 20px;
    position: relative
}

.elist li a.elname:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -5px;
    background: #feb64c;
    box-shadow: -1px -1px 3px #ffffff, 1px 1px 5px rgb(0 0 0 / 20%);
    width: 4px;
    height: 25px
}

.pagetip_proekt .desc-full p {
    font-size: 17px;
    color: #131313;
    margin-bottom: 35px
}

.elist a.elname:hover {
    text-decoration: none
}

.newsdate {
    font-size: 12px;
    color: #999;
    display: none
}

.elist_img img {
    border: 2px solid transparent
}

.elist ul li:hover .elist_img img {
    border: 2px solid #138d90
}

@media screen and (max-width: 768px) {
    .elist ul li {
        width: 50%
    }
}

@media screen and (max-width: 680px) {
    .elist ul li {
        width: 100%
    }

    .elist ul li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 580px) {
    .elist ul li {
        width: 100%;
        text-align: center
    }

    a.elist_img img {
        position: static
    }
}

.popup-info {
    margin: 20px 0;
    text-align: center
}

#cklickbuy_popup {
    max-width: 100%
}

.delivery_block {
    position: relative
}

.delivery_block ul li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 25px
}

.paymetod_block {
    position: relative
}

.paymetod_block ul {
    position: relative
}

.paymetod_block ul li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 25px
}

ul.delivery_company_list li {
    margin-left: 0
}

.delivery_block ul li label input:not(:checked):before, .paymetod_block ul li label input:not(:checked):before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px;
    border: 1px solid #ffaa1d;
    transition: all 250ms ease
}

.delivery_block ul li label input:checked:after, .paymetod_block ul li label input:checked:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    background: #fff;
    border-radius: 50%;
    transition: all 250ms ease
}

.delivery_block ul li label input:checked:before, .paymetod_block ul li label input:checked:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #138d90;
    transition: all 250ms ease
}

.delivery_block ul li label input:checked:after, .paymetod_block ul li label input:checked:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    background: #138d90;
    border-radius: 50%;
    transition: all 250ms ease
}

.delivery_block ul li label input:not(:checked):before, .paymetod_block ul li label input:not(:checked):before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px;
    border: 1px solid #138d90;
    transition: all 250ms ease
}

@media only screen and (max-width: 600px) {
    .delivery_company, #offices, #cities {
        width: 100%
    }

    #cities {
        width: 82%
    }

    .paymetod_block ul li {
        margin-left: 0
    }

    .delivery_block ul li {
        margin-left: 0
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        transition: none !important
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.media-wrapper {
    position: relative;
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.media-wrapper-in {
    position: relative
}

.news_slide_row_desc {
    text-align: left;
    line-height: 1.6;
    color: #182656;
    font-weight: 400;
    padding: 0 20px;
    display: none
}

.news_slide_row_bt {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0
}

.news_slide_row_btn a {
    display: inline-block;
    background: #feb64c;
    color: #fff;
    padding: 15px 40px
}

.news_slide_row_btn a:hover {
    background: #138d90
}

.news_proect li:hover .news_slide_row_btn a::before {
    left: calc(50% - 39px);
    /*background: url(images/user/images/design/line-btn-r.png) no-repeat;*/
    width: 78px;
    height: 9px
}

.news_proect {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(3, 1fr);
    margin-top: 35px
}

.news_slide_row_img {
    background: #f3f5f8;
    box-shadow: 0 4px 25px rgb(166 180 200 / 30%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    margin: 20px
}

.news_slide_row_image {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    box-sizing: border-box;
    background: #f3f5f8;
    box-shadow: 0 4px 25px rgba(166, 180, 200, 0.3);
    height: 200px
}

.news_slide_row_name {
    bottom: 0;
    text-transform: uppercase;
    color: #0c224a;
    font-size: 1.125rem;
    margin-top: 15px
}

.news_slide_row_name a {
    color: #182656;
    margin: 25px 0;
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
    display: block;
    padding-left: 50px
}

.news_slide_row_name a:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 20px;
    background: #feb64c;
    box-shadow: -1px -1px 3px #ffffff, 1px 1px 5px rgb(0 0 0 / 20%);
    width: 4px;
    height: 50px
}

.news_slide_row:hover .news_slide_row_name a:before {
    background: #138d90
}

.news_proect li {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(166, 180, 200, 0.3)
}

.news_proect li {
    background: #f3f5f8;
    padding-bottom: 50px
}

.form-wrapper {
    position: relative
}

.form-wrapper-in {
    position: relative
}

.form-wrapper-form {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 45px;
    border: 2px solid #008ada;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000030
}

.form-title {
    position: relative;
    font-size: 1.875rem;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 2px;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px
}

.form-content {
    position: relative
}

.form-input-block {
    position: relative;
    padding: 0 40px
}

.form-input-block input {
    width: 100%;
    margin-bottom: 21px;
    padding: 15px 0;
    padding-left: 30px;
    box-sizing: border-box
}

@media screen and (max-width: 500px) {
    .form-title {
        font-size: 1.25rem
    }

    .form-input-block {
        padding: 0 20px
    }
}

.reg_input_wrap {
    position: relative;
    display: none
}

.l_filter_search {
    display: none
}

.stiker_catalog {
    position: absolute;
    bottom: 0;
    left: 0
}

.plitka2_name {
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    padding: 0 10px 0 35px;
    line-height: 1.3;
    color: #182656;
    position: relative;
    text-align: left;
    min-height: 80px;
    padding-top: 15px
}

.plitka2_name:before {
    content: "";
    position: absolute;
    top: calc(50% - 27px);
    left: 45px;
    background: #feb64c;
    box-shadow: -1px -1px 3px #ffffff, 1px 1px 5px rgb(0 0 0 / 20%);
    width: 3px;
    height: 55px
}

.text_stiker {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    display: none
}

.superprice {
    background: #138d90
}

.header-shop-wrapper {
    position: relative;
    background: #eaeaea
}

.header-shop-in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-shop-enter-basket {
    position: relative;
    display: flex;
    align-items: center
}

.header-shop-basket {
    background: #2e74bb;
    padding: 3px 10px
}

.product_group_tab {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.product_group_name {
    font-size: 16px
}

.aktiveProp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.aktiveProp img {
    height: 40px;
    margin: 10px 0
}

.product_group {
    background: #f5f8fd;
    padding: 15px 20px;
    border-right: 1px solid #e6e8ed
}

.product_group:last-child {
    border: none
}

.product_group_blocks {
    display: grid;
    align-items: center;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 10px
}

.tovarcard_right_ostatok2 {
    font-size: 14px;
    margin-left: 40px !important;
    position: relative
}

.tovarcard_right_ostatok2:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -20px;
    width: 15px;
    height: 15px;
    background: url(images/user/files/svg/information.svg) 0 0 no-repeat
}

.tovarcard_right_ostatok_val {
    color: #138d90;
    font-weight: 500
}

.product_group_blocks .aktiveProp {
    background: #5993ce;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-align: center
}

.product_group_blocks a {
    display: block;
    background: #f3f3f3;
    color: #5d5d5d;
    padding: 5px 10px;
    text-align: center
}

.product_group_blocks a:hover {
    background: #e7f0f4
}

.l_filter_x .l_filter_active a {
    background: #5993ce;
    color: #fff
}

.tovarcard_all_foto_in {
    text-align: center;
    border-top: none
}

.stiker_tovar {
    position: absolute;
    top: 0;
    left: 0
}

.tovarcard_right_name {
    padding: 20px 0;
    display: none
}

.tovarcard_right_cod {
    padding: 0 20px;
    background: #fff;
    padding: 5px 20px
}

.product_group_block {
    padding-top: 40px
}

.price_money .pricgrn_new {
    font-size: 16px
}

.tovarcard_right_price .buybt {
    padding: 16px 50px;
    padding-right: 86px;
    font-size: 16px
}

.tovarcard_right_price .buybt:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 3.5px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%
}

.product_group_block_inside {
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

.tovarcard_right_price .buybt:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 11px;
    width: 21px;
    height: 25px;
    /*background: url(images/user/files/svg/basket-blue.svg) center no-repeat*/
}

.buybt_m {
    display: none !important
}

.tocart {
    position: relative;
    text-align: center;
    font-size: 14px;
    background: #138d90;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #138d90;
    cursor: pointer;
    transition: 250ms;
    display: block;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 10px
}

.tocart:hover {
    background: #fff;
    color: #138d90
}

.tovar-card-info-wrapper {
    position: relative;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: none
}

.tovar-card-info-in {
    position: relative;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    background: #fff;
    padding: 15px 20px
}

.tovar-card-info-block {
    position: relative;
    display: flex;
    align-items: center
}

.tovar-card-info-text {
    font-size: 14px;
    color: #669d47
}

.basket-title-block {
    text-align: center;
    position: relative
}

.basket-title {
    position: relative
}

.basket-title-block-left {
    position: relative;
    text-align: center
}

.basket-title-block-right {
    position: relative;
    text-align: center
}

.basket-title {
    background: #138d90;
    color: #fff;
    font-size: 24px;
    padding: 8px 0
}

.pagetip_basket .bread_warp h1 {
    border: none
}

.zakaz_block {
    border: 1px solid #e1e1e1;
    border-left: none;
    border-top: none
}

.paymetod_block_text span {
    color: #a9a9a9 !important
}

.acceptofer {
    position: relative;
    display: flex;
    align-items: center
}

.oform_img {
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin-right: 15px
}

.oform_img2 img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 95px
}

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

.bsk_quant_newblock {
    margin: 0 20px
}

.oform_del_newblock {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f4f6f7;
    right: 0;
    padding: 0 8px;
    top: 0
}

.oform_del {
    display: block
}

.oform_info_block {
    padding-right: 20px
}

.img_entry {
    display: none
}

.zakaz_info__head {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    color: #fff;
    margin-top: 50px;
    box-sizing: border-box;
    align-items: center
}

.zakazTab__cell_Ad {
    display: none
}

.zakaz_inform_ul {
    margin: 20px 0;
    text-align: right
}

.zakazTab__row {
    background: #fff
}

.myprof_orders_back1 a {
    position: relative;
    text-align: center;
    font-size: 14px;
    background: #138d90;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #138d90;
    cursor: pointer;
    transition: 250ms
}

.myprof_orders_back1 a:hover {
    background: #fff;
    color: #138d90
}

.zakazTab__name {
}

.zakazTab {
    position: relative;
    display: table;
    width: 100%
}

.zakazTab__row.zakazTab__row-head {
    position: relative;
    display: table-row;
    padding: 20px;
    background: #138d90 !important;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px
}

.zakaz_info__title {
    font-size: 24px;
    font-weight: bold;
    color: #707576
}

.zakaz_info__date {
    color: #00a6d2
}

.zakazTab__row {
    display: table-row
}

.zakazTab__cell {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #e7e7e7
}

.zakazTab__kol {
    text-align: center
}

.zakaz_inform_title {
    margin-top: 15px
}

.pagetip_changepass_home .center_block_inside {
    display: flex
}

.pagetip_catalog_home .width_70 {
    width: 70%
}

.tovarcard_right_articul {
    background: #fff;
    padding: 20px
}

.tovarcard_right_ostatok_prop {
    color: #787878;
    margin-right: 10px;
    display: none
}

.tovarcard_right_articul {
    font-size: 15px;
    color: #787878
}

.productinlist_info_price {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: "Open-Sans-SemiBold", Arial, sans-serif;
}

.productinlist_stiker_catalog {
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 1
}

.oform_del_img {
    width: 17px;
    height: 17px;
    /*background: url(images/user/images/design/basket-del-icon-img.png) center no-repeat;*/
    border: 2px solid #c0c0c0;
    border-radius: 50%
}

.oform_name {
    padding-right: 15px
}

.select2-container--default .select2-selection--single {
    border: solid 1px #d5d5d5
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 25px;
    padding-right: 35px;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px
}

.delivery_company {
    font-size: 14px
}

.select2-dropdown {
    border: solid 1px #c7e0e4
}

.select2-container .select2-selection--single {
    height: auto
}

.delivery_company_list {
    margin-bottom: 35px;
    padding: 0
}

.select2-container--default
    /*.select2-selection--single*/
.select2-selection__arrow {
    top: 15px
}

.select2-container {
    width: 90% !important
}

.tovar-card-main-info-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.tovar-card-main-info-docs {
    width: 29%;
    margin-right: 23px
}

.tovar-card-main-info-tabs {
    width: 69%
}

.tovar-card-main-info-title {
    font-size: 24px;
    border-bottom: 4px solid #138d90;
    padding: 8px;
    margin-bottom: 21px
}

.prod_feature_full_ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 20px
}

.prod_feature_full_ul li div:first-child {
    width: 300px
}

.prod_feature_full_list_list_ul li {
    border: none !important
}

.prod_feature_full_blocks_list_ul li {
    border: none !important;
    background: none !important
}

.prod_feature_full_ul li:nth-child(even) .prod_feature_full_imgname_list li {
    background: #fff !important
}

.prod_feature_full_ul li:nth-child(2n + 1) {
    background: #f3f3f3
}

.prod_f_list_list_ul_li {
    background: transparent !important
}

.brands-main-text {
    position: relative
}

.dropdown_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    /*background:url(images/user/images/design/plus-icon.png) no-repeat;*/
    vertical-align: middle;
    margin-right: 10px
}

/*.tabs_title_active .dropdown_icon{background:url(images/user/images/design/minus-icon.png) no-repeat}
*/
.tc_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column
}

.tovarcard_right_brandlogo {
    padding: 0 20px
}

.price_button_inside {
    position: relative;
    display: flex;
    align-items: center
}

.pagetip_proekt_home .look_product_wrap {
    display: none
}

.plitka2_list .cklickbuy {
    margin-left: 0
}

.pagetip_brand .look_product_wrap {
    display: none
}

.pr_box_1, .pr_box_2, .pr_box_3 {
    margin-bottom: 50px
}

.pr_box_2 .pr_name {
    margin-bottom: -20px
}

.pr_box_3 .personal_f_title_checkbox {
    margin-bottom: -20px;
    display: block
}

.pr_box_4 .pr_name {
    margin-bottom: -20px
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#reg_form .formpad input {
    width: 96%
}

.masthave {
    margin-left: 5px
}

#reg_form .formpad input.reg_checkbox {
    width: auto
}

.pagetip_proekt_home .look_product_wrap {
    display: none
}

.pagetip_proekt_home .service {
    border: none;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 30px #00000030
}

.pagetip_proekt_home .service:hover {
    box-shadow: 0 0 30px #0000007d
}

.pagetip_proekt_home .service:nth-child(even) {
    top: auto
}

.pagetip_proekt_home .productTitleWrap span {
    position: absolute;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    bottom: 0;
    text-transform: uppercase;
    background: #fff;
    left: 0;
    padding: 25px 15px;
    font-size: 16px;
    margin: 0
}

.proektgalery_buy_row2 img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 30px
}

.proektgalery_buy_row2:hover {
    transition: 250ms;
    transform: scale(1.1)
}

.pagetip_proekt_home .productTitleWrap {
    margin: 0
}

.pagetip_catalog .razdellist img {
    height: 185px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%
}

.navig {
    position: relative;
    text-align: center;
    margin-top: 30px
}

.navig span {
    background: #138d90;
    color: #fff;
    padding: 0 6px
}

.navig a {
    color: #138d90;
    margin-left: 2px;
    padding: 0 6px
}

.navig a:hover {
    background: #138d90;
    color: #fff
}

.pagetip_search .sidemenu_razdel {
    display: none
}

.zakaz_oldPrice {
    text-decoration: line-through;
    font-size: 12px;
    color: #9b9b9b
}

.partner-info {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #4693ce;
    color: #fff;
    padding: 10px 0
}

.proekt-wrapper {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(3, 1fr)
}

.proekt-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden
}

.proekt-title {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    overflow: hidden;
    margin-top: -20px;
    background: #fff;
    min-height: 55px
}

.proekt-img {
    border-radius: 20px;
    overflow: hidden
}

.proekt-img img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px
}

.proekt-block:hover .proekt-title {
    background: #138d90;
    color: #fff
}

@media only screen and (max-width: 840px) {
    .news_proect {
        grid-template-columns:repeat(2, 1fr)
    }

    .news_proect li:nth-child(3n + 2) {
        top: auto
    }
}

@media only screen and (max-width: 550px) {
    .news_proect {
        grid-template-columns:repeat(1, 1fr)
    }

    .media-wrapper {
        margin-top: 40px
    }
}

@media screen and (max-width: 1120px) {
    .product_card_wrap {
        padding: 0 20px
    }
}

@media screen and (max-width: 1080px) {
    .price_money {
        margin-right: 0
    }

    .tovarcard_right_price .buybt {
        padding: 16px 20px;
        padding-right: 58px
    }
}

@media screen and (max-width: 960px) {
    .buy_block_bt {
        flex-wrap: wrap
    }

    .price_button_wrap {
        margin-top: 20px
    }

    .price_button_inside {
        flex-direction: column
    }

    .cklickbuy {
        margin-left: 0
    }

    .pagetip_proekt .razdellist {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 890px) {
    .basket_block form:nth-child(1) {
        width: 100%
    }

    .basket_block form:nth-child(2) {
        width: 100%
    }

    .zakaz_block {
        border-left: 1px solid #e1e1e1
    }

    .zakaz_info {
        width: 100%;
        overflow-x: scroll
    }

    .myprof_orders_back {
        margin-top: 30px
    }

    .tovarcard_left {
        width: 100%
    }

    .tovarcard_right {
        width: 100%
    }

    .bread_warp {
        width: auto
    }

    .bread_warp h1 {
        font-size: 2rem
    }

    .proekt-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 685px) {
    .tc_info {
        flex-direction: column;
        height: auto
    }

    .tc_info_right {
        padding-top: 20px
    }

    .price_button_wrap {
        width: 100%
    }

    .plitka2_list {
        grid-template-columns:repeat(1, 1fr)
    }

    .proekt-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }

    .tc_info_wrap {
        flex-direction: column
    }

    .bread_warp h1 {
        font-size: 1rem
    }

    .lmenulist li a {
        font-size: 14px;
        padding-left: 30px
    }

    .lmenulist li a::before {
        top: 26px;
        left: 12px
    }
}

@media screen and (max-width: 600px) {
    .tovarcard_all_foto_in img {
        height: 45px;
        padding: 4px
    }

    .price_button_wrap {
        text-align: center
    }

    .buy_block_bt {
        justify-content: center
    }

    .price_old_block {
        text-align: center
    }

    .a_basket-info {
        left: -21px
    }

    .prod_feature_full_ul li {
        flex-direction: column
    }

    .prod_feature_full_ul li div:first-child {
        width: auto
    }

    #login_btn {
        margin-right: 5px;
        margin-left: 5px
    }

    .top_bt2, .top_bt {
        font-size: 12px
    }

    .buy_quant_input {
        width: 15px
    }

    .pagetip_proekt .razdellist {
        grid-template-columns:repeat(1, 1fr)
    }

    .product_group_blocks div {
        margin-right: 5px
    }

    .product_group_blocks {
        grid-template-columns:repeat(3, 1fr)
    }

    .filter_info {
        align-items: flex-start;
        flex-direction: column
    }

    .filter_info ul {
        margin-top: 10px
    }

    .filter_info li {
        margin: 0;
        margin-right: 5px
    }

    .sort strong {
        margin-bottom: 15px;
        display: inline-block;
        background: #138d90;
        color: #fff;
        padding: 10px 15px
    }

    .sort b {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 24px
    }

    .sort a {
        margin-bottom: 15px;
        padding: 10px 15px;
        border: 1px solid #138d90
    }

    .a_search-form::after {
        content: "";
        position: absolute;
        top: calc(50% - -3px);
        right: -27px;
        width: 21px;
        height: 21px;
        /*background: url(images/user/images/design/search-icon.png) no-repeat 0 0;*/
        margin-top: -13px
    }

    .a_subsearch {
        right: -32px;
        padding: 0 15px
    }

    .pagetip_proekt p {
        margin: 0 !important
    }

    .product_group_block_inside {
        grid-template-columns:repeat(2, 1fr)
    }

    .product_group {
        border: 1px solid #e6e8ed !important
    }

    .tovarcard {
        margin-bottom: 30px
    }

    .buy_block_bt {
        align-items: center
    }
}

#preview {
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

.rewimgList {
    -o-object-fit: cover;
       object-fit: cover;
    width: 65px;
    height: 65px
}

.send-ok {
    background: green;
    padding: 20px;
    color: #fff;
    text-align: center
}

.scrollup {
    width: 100px;
    height: 60px;
    background-size: contain;
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: none;
    background-image: url(images/user/files/svg/to-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10
}

.container-new {
    padding: 0 20px;
    position: relative;
    max-width: 1270px;
    margin: 0 auto
}

.header-wrapper {
    position: relative;
    overflow: hidden
}

.header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: -210px;
    background: url(images/user/images/design/header-before.png) 0 0 no-repeat;
    width: 596px;
    height: 610px
}

.header-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    background: url(images/user/images/design/header-after.png) 0 0 no-repeat;
    width: 475px;
    height: 294px
}

.header-in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #182656;
    z-index: 1
}

.header-block__logo-wrapper {
    display: flex;
    align-items: center;
    top: -15px;
    position: relative
}

.header-block__logo-img {
    position: relative
}

.header-block__logo-text-wrapper {
    position: relative;
    margin-left: 10px
}

.header-block__logo-text-wrapper p {
    text-transform: uppercase
}

.header-block__logo-wrapper .header-social-wrapper {
    margin-top: 10px
}

.header-social-wrapper {
    position: relative;
    display: flex
}

.header-social-link {
    display: block;
    margin-right: 10px
}

.header-social-link img {
    width: 30px
}

.header-social-link:last-child {
    margin: 0
}

.header-block__big-img {
    position: relative;
    margin-right: 20px
}

.header-block--flex {
    display: flex;
    align-items: center
}

.header-block__contact {
    position: relative;
    text-align: right;
    top: -15px
}

a.header-block__contact-phone {
    display: block;
    color: #182656;
    font-size: 1.3125rem
}

.header-block__contact-phone span {
    color: #138d90
}

.header-block__contact-lang-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0;
    position: relative
}

.header-block__contact-lang {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

a.header-block__contact-mail {
    display: block
}

.menu-wrapper {
    position: -webkit-sticky;
    position: sticky;
    background: linear-gradient(180deg, #138d90 0%, #005456 147.23%);
    margin-top: -30px;
    top: 0;
    z-index: 999
}

.header-block__contact-title {
    margin-bottom: 5px
}

.lng_list {
    background: #fff;
    text-align: center;
    position: absolute;
    display: flex
}

.lng_list li a {
    display: block;
    padding: 5px 10px
}

.active_lang {
    cursor: pointer
}

.lng_list li a:hover {
    background: #138d90;
    color: #fff
}

.menu-in {
    position: relative
}

.menu-in__block {
    position: relative
}

.menu-in__block:last-child {
    display: none
}

.slider-wrapper {
    position: relative;
    padding: 20px 0;
    color: #182656
}

.slider-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/user/images/slider/slider-bg.png) 0 0 repeat-x
}

.slider-in {
    position: relative
}

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

.slider-row__block {
    display: flex;
    align-items: center
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.slider-row__block-text {
    text-transform: uppercase
}

.slider-big-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -70px 0
}

.slider-big-img-text {
    position: absolute;
    top: 50px;
    right: 7em;
    color: #fff;
    font-weight: 600;
    font-size: 14px
}

.slider-big-img-in {
    display: inline-block;
    position: relative
}

.slider-big__main-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-big-3d {
    position: absolute;
    cursor: pointer;
    text-align: center
}

.slider-big-3d img {
    max-width: 100px;
    border-radius: 50%;
    -webkit-animation: heartbeat 1s infinite;
            animation: heartbeat 1s infinite
}

.slider-big__main-3d {
    display: none;
    width: 566px;
    max-width: 566px;
    height: 462px;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px
}

.slider-big-text {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #138d90;
    margin-top: 15px;
    border-radius: 10px
}

@-webkit-keyframes heartbeat {
    0% {
        transform: scale(0.75)
    }
    20% {
        transform: scale(1)
    }
    40% {
        transform: scale(0.75)
    }
    60% {
        transform: scale(1)
    }
    80% {
        transform: scale(0.75)
    }
    100% {
        transform: scale(0.75)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(0.75)
    }
    20% {
        transform: scale(1)
    }
    40% {
        transform: scale(0.75)
    }
    60% {
        transform: scale(1)
    }
    80% {
        transform: scale(0.75)
    }
    100% {
        transform: scale(0.75)
    }
}

.wrapper {
    position: relative
}

.advantages-wrapper {
    position: relative;
    background: linear-gradient(180deg, #f9a62d 0%, #d6912c 100%)
}

.advantages-in {
    position: relative;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 30px
}

.advantages-in__block {
    position: relative;
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.advantages-in__block-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 20px
}

.advantages-in__block-title:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 10px;
    width: 2px;
    height: 60%;
    background: #fff;
    opacity: 0;
    transition: 250ms
}

.advantages-in__block-text {
    font-size: 0.725rem;
    min-height: 173px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -36px;
    visibility: hidden;
    opacity: 0;
    background: rgba(19, 141, 144, 0.7);
    transition: 250ms
}

.advantages-in__block:hover .advantages-in__block-title {
    background: linear-gradient(180deg, #138d90 0%, #067578 100%)
}

.advantages-in__block:hover .advantages-in__block-text {
    top: -192px;
    visibility: visible;
    opacity: 1
}

.advantages-in__block:hover .advantages-in__block-title:before {
    opacity: 1
}

.advantages-top-img img {
    width: 100%;
    height: 192px;
    -o-object-fit: cover;
       object-fit: cover
}

.video-wrapper {
    position: relative;
    z-index: 1;
    background: #e5e5e5;
    padding: 50px 0;
    overflow: hidden
}

.video-wrapper:before {
    content: "";
    position: absolute;
    top: -472px;
    right: 0;
    width: 400px;
    height: 707px;
    background: url(images/user/images/design/video-before.png) 0 0 no-repeat
}

.video-wrapper-ua:before {
    top: -472px
}

.video-in {
    position: relative
}

.video-row {
    position: relative
}

.video-block {
    position: relative;
    width: 100%
}

.video-block__img {
    transition: 250ms;
    cursor: pointer;
    height: 220px
}

.video-block__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover
}

.video-block__img:hover {
    transform: scale(1.1)
}

.video-block__video {
    display: none;
    height: 220px
}

.bx-prev, .bx-next {
    text-decoration: none;
    position: absolute;
    color: #fff;
    width: 36px;
    height: 53px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.3s;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    top: 50%
}

.bx-prev {
    left: -50px;
    background: url(images/user/images/design/sld-arrow-1.png) 0 0 no-repeat;
    transition: 250ms
}

.bx-prev.disabled {
    opacity: 0.3
}

.bx-next.disabled {
    opacity: 0.3
}

.bx-next {
    right: -50px;
    background: url(images/user/images/design/sld-arrow-1.png) -36px 0 no-repeat;
    transition: 250ms
}

.display-none {
    display: none !important
}

.display-block {
    display: block !important
}

.technologies-wrapper {
    position: relative
}

.technologies-wrapper {
    position: relative;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
    margin-top: 60px
}

.technologies-block__img-2 {
    display: none
}

.technologies-block:hover .technologies-block__img-1 {
    display: none
}

.technologies-block:hover .technologies-block__img-2 {
    display: block
}

.technologies-block {
    display: flex;
    align-items: center;
    justify-content: center
}

.technologies-block__text {
    color: #fff;
    position: absolute;
    text-transform: uppercase
}

.technologies-block:hover .technologies-block__text {
    color: #182656;
    border-bottom: 2px solid #138d90
}

.seed-wrapper {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(
            180deg, #f3f5f8 0%, #ccd0d7 99.97%, #bfbfbf 99.98%, #dddedd 99.99%
    );
    box-shadow: 0 4px 4px rgba(166, 180, 200, 0.1), 0 4px 50px #848c98;
    z-index: 10
}

.seed-in {
    position: relative;
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.seed-block {
    position: relative
}

.main-title-block {
    position: relative;
    text-align: left;
    background: linear-gradient(
            90deg, rgba(19, 141, 144, 0.15) 0%, rgba(19, 141, 144, 0) 100%
    );
    border-left: 5px solid #138d90;
    padding: 15px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.main-title {
    position: relative;
    color: #182656;
    font-weight: 400;
    font-size: 1.625rem;
    display: inline-block
}

.main-title-1:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-1.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.seed-row {
    position: relative;
    display: flex;
    align-items: center
}

.seed-row__text {
    color: #182656;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px
}

.seed-block_big-img {
    position: relative;
    text-align: center
}

.seed-row__info-block {
    position: absolute;
    color: #182656;
    font-size: 0.875rem;
    font-weight: 500;
    top: 155px;
    left: 130px;
    display: none;
    background: #f3f5f8;
    box-shadow: -5px -5px 10px #ffffff, 2px 2px 15px rgba(166, 180, 200, 0.7);
    border-radius: 20px;
    z-index: 1;
    text-align: center;
    max-width: 185px;
    padding: 25px 20px
}

.seed-row__info-block h4 {
    text-transform: uppercase;
    margin-bottom: 15px
}

.seed-row__main-block {
    position: relative;
    display: flex;
    align-items: center
}

.seed-block__big-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.seed-row {
    margin-bottom: 100px
}

.seed-row:last-child {
    margin: 0
}

.seed-block:first-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.seed-block:last-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.seed-row:hover .seed-row__info-block {
    display: block
}

.catalog-wrapper {
    position: relative;
    padding: 60px 0
}

.catalog-wrapper:before {
    content: "";
    position: absolute;
    bottom: -300px;
    left: 0;
    width: 535px;
    height: 743px;
    background: url(images/user/images/design/catalog-before.png) 0 0 no-repeat
}

.catalog-wrapper:after {
    content: "";
    position: absolute;
    top: 75vh;
    right: -100px;
    width: 555px;
    height: 743px;
    background: url(images/user/images/design/catalog-after.png) 0 0 no-repeat
}

.catalog-in {
    position: relative
}

.main-title-2:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-2.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.razdellist2 {
    position: relative;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px;
    z-index: 1
}

.benefit-wrapper {
    position: relative;
    background: linear-gradient(
            180deg, #f3f5f8 0%, #ccd0d7 99.97%, #bfbfbf 99.98%, #dddedd 99.99%
    );
    box-shadow: 0 4px 4px rgba(166, 180, 200, 0.1), 0 4px 50px #848c98;
    padding: 60px 0
}

.main-title-3:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-3.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.benefit-img-block {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 260px
}

.benefit-img-block-in {
    position: relative;
    background: #f3f5f8;
    box-shadow: -5px -5px 15px #ffffff, 5px 5px 25px rgb(166 180 200 / 70%);
    border-radius: 50%;
    height: 400px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center
}

.benefit-img-block-in:before {
    content: "";
    position: absolute;
    width: 535px;
    height: 535px;
    background: url(images/user/images/design/center-img-before.png) 0 0 no-repeat
}

.benefit-text-wrapper {
    position: relative;
    display: flex;
    z-index: 1;
    margin-bottom: 340px;
    top: 60px
}

.benefit-text__text-block {
    max-width: 270px;
    text-align: center;
    position: absolute;
    width: 260px
}

.benefit-text__text-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #138d90;
    font-size: 0.9375rem;
    margin-bottom: 10px
}

.benefit-text__text {
    color: #707d90;
    font-size: 0.9375rem;
    font-weight: 500
}

.benefit-text__content {
    position: relative;
    text-align: center
}

.benefit-text__img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    transition: 500ms
}

.benefit-text__img:hover {
    transform: rotate(360deg)
}

.benefit-text__img img {
    position: relative;
    padding: 22px;
}

.benefit-text__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f0f0f0;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3)
}

.benefit-text__img-1 {
    border: 20px solid #138d90
}

.benefit-text__img-2 {
    border: 20px solid #0f6769
}

.benefit-text__img-3 {
    border: 20px solid #2bb1b5
}

.benefit-text__img-4 {
    border: 20px solid #5f9092
}

.benefit-text__img-5 {
    border: 20px solid #9edfe1
}

.benefit-text__img-6 {
    border: 20px solid #83c0c1
}

.benefit-text__img-7 {
    border: 20px solid #06a3a7
}

.benefit-text__content:nth-child(1) {
    position: absolute;
    top: 340px;
    left: 200px
}

.benefit-text__content:nth-child(1) .benefit-text__text-block {
    top: 0;
    left: -255px
}

.benefit-text__content:nth-child(2) {
    position: absolute;
    top: 190px;
    left: 270px
}

.benefit-text__content:nth-child(2) .benefit-text__text-block {
    top: -20px;
    left: -255px
}

.benefit-text__content:nth-child(3) {
    position: absolute;
    top: 90px;
    left: 405px
}

.benefit-text__content:nth-child(3) .benefit-text__text-block {
    top: -60px;
    left: -255px
}

.benefit-text__content:nth-child(4) {
    position: absolute;
    top: 55px;
    left: 567px
}

.benefit-text__content:nth-child(4) .benefit-text__text-block {
    top: -87px;
    left: -65px
}

.benefit-text__content:nth-child(5) {
    position: absolute;
    top: 90px;
    left: 735px
}

.benefit-text__content:nth-child(5) .benefit-text__text-block {
    top: -40px;
    left: 130px
}

.benefit-text__content:nth-child(6) {
    position: absolute;
    top: 190px;
    left: 870px
}

.benefit-text__content:nth-child(6) .benefit-text__text-block {
    top: -20px;
    left: 145px
}

.benefit-text__content:nth-child(7) {
    position: absolute;
    top: 340px;
    left: 940px
}

.benefit-text__content:nth-child(7) .benefit-text__img:before {
    top: -3px;
    left: -3px
}

.benefit-text__content:nth-child(7) .benefit-text__img-eng:before {
    top: 0;
    left: 0
}

.benefit-text__content:nth-child(7) .benefit-text__text-block {
    top: 0;
    left: 140px
}

.news-wrapper {
    position: relative;
    padding: 60px 0;
    margin-top: 120px
}

.news-in {
    position: relative
}

.main-title-4:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-4.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.main-title-news:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-news.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.use-wrapper {
    position: relative;
    padding: 60px 0
}

.use-in {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(3, 1fr)
}

.use-block {
    position: relative;
    box-shadow: 0 4px 25px rgb(166 180 200 / 30%);
    background: #f3f5f8;
    padding: 25px 0;
    border-radius: 30px
}

.use-block-img {
    position: relative
}

.use-block-title {
    color: #182656;
    margin: 25px 0;
    font-size: 1.25rem;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 0 20px 0 50px;
}

.use-block-title:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 20px;
    background: #feb64c;
    box-shadow: -1px -1px 3px #ffffff, 1px 1px 5px rgb(0 0 0 / 20%);
    width: 4px;
    height: 50px
}

.use-block-text {
    padding: 0 20px
}

.use-block-img img {
    width: 100%
}

.use-block-img {
    padding: 0 20px
}

.map-wrapper {
    position: relative;
    padding: 60px 0
}

.map-wrapper:before {
    content: "";
    position: absolute;
    bottom: -470px;
    left: 0;
    width: 555px;
    height: 743px;
    background: url(images/user/images/design/map-bg.png) 0 0 no-repeat
}

.map-wrapper:after {
    content: "";
    position: absolute;
    top: 120px;
    right: 0;
    width: 555px;
    height: 743px;
    background: url(images/user/images/design/map-after.png) 0 0 no-repeat;
    z-index: -1
}

.map-in {
    position: relative
}

.main-title-5:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-5.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.map-container {
    position: relative
}

.map-point-wrapper-1 {
    position: absolute;
    top: 27.1%;
    left: 17.2%
}

.map-point-img-1 {
    display: block;
    background: url(images/user/images/design/map-dot-img-png-2.png) 0 0 no-repeat;
    width: 28px;
    height: 23px;
    transition: 250ms
}

.map-point-img-2 {
    display: block;
    background: url(images/user/images/logo/logo.png) 0 0 no-repeat;
    width: 16px;
    height: 11px;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 3px;
    transition: 250ms;
    opacity: 0;
    visibility: hidden
}

.map-point-text {
    background: #f3f5f8;
    box-shadow: 2px 2px 20px rgb(166 180 200 / 70%);
    color: #182656;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 20px;
    position: absolute;
    left: -10px;
    top: 32px;
    border-radius: 14px;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.map-point-text:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-bottom: 9px solid #f3f5f8
}

.map-point-wrapper:hover .map-point-img-1 {
    transform: scale(1.5)
}

.map-point-wrapper:hover .map-point-img-2 {
    opacity: 1;
    visibility: visible
}

.map-point-wrapper:hover .map-point-text {
    opacity: 1;
    visibility: visible
}

.map-point-wrapper-2 {
    position: absolute;
    top: 36.9%;
    left: 13.2%
}

.map-point-wrapper-3 {
    position: absolute;
    top: 36.7%;
    left: 25.3%
}

.map-point-wrapper-4 {
    position: absolute;
    top: 49.1%;
    left: 16.4%
}

.map-point-wrapper-5 {
    position: absolute;
    top: 73.5%;
    left: 31.6%
}

.map-point-wrapper-6 {
    position: absolute;
    top: 83.2%;
    left: 27.6%
}

.map-point-wrapper-7 {
    position: absolute;
    top: 35.6%;
    left: 48.8%
}

.map-point-wrapper-8 {
    position: absolute;
    top: 56.5%;
    left: 48.4%
}

.map-point-wrapper-9 {
    position: absolute;
    top: 78.3%;
    left: 53.2%
}

.map-point-wrapper-10 {
    position: absolute;
    top: 28.3%;
    left: 60.8%
}

.map-point-wrapper-11 {
    position: absolute;
    top: 28.3%;
    left: 80%
}

.map-point-wrapper-12 {
    position: absolute;
    top: 47.8%;
    left: 72%
}

.map-point-wrapper-13 {
    position: absolute;
    top: 50.2%;
    left: 67.2%
}

.map-point-wrapper-14 {
    position: absolute;
    top: 81.9%;
    left: 88.8%
}

.numbers-wrapper {
    position: relative;
    padding: 60px 0
}

.numbers-in {
    position: relative;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-top: 60px;
    -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1))
}

.main-title-6:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-6.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.numbers-block {
    text-align: center;
    background-color: #138d90;
    z-index: 9;
    -webkit-clip-path: polygon(
            21% 0%, 79% 0%, 100% 50%, 79% 100%, 21% 100%, 0 50%);
    clip-path: polygon(21% 0%, 79% 0%, 100% 50%, 79% 100%, 21% 100%, 0 50%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 40px;
    top: 150px
}

.numbers-block--white {
    background: #fff;
    top: 0
}

.numbers-block__img {
    position: relative;
    margin-bottom: 10px
}

.numbers-block__text {
    text-transform: uppercase;
    color: #182656;
    font-weight: 400
}

.numbers-block__text-white {
    color: #fff
}

.photos-wrapper {
    position: relative;
    padding: 60px 0
}

.photos-in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    background: url(images/user/images/design/photos-bg-1.png) no-repeat center;
    background-size: contain
}

.main-title-7:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-7.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.photos-in__block-in {
    position: relative;
    -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4))
}

.photos-in__block-in-img {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(21% 0%, 79% 0%, 100% 50%, 79% 100%, 21% 100%, 0 50%);
    clip-path: polygon(21% 0%, 67% 0%, 87% 44%, 64% 87%, 21% 87%, 0 44%);
    top: 25px;
    left: 106px;
    transition: 250ms
}

.photos-in__block-in-img:hover {
    transform: scale(1.1)
}

.main-title-block--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 15px;
}

.main-title-btn {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #138d90;
    border: 1px solid #138d90;
    padding: 15px 40px;
    border-radius: 25px;
    transition: 250ms
}

.main-title-btn:hover {
    color: #fff;
    background: #138d90
}

.photos-in__block-text {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    background: #138d90;
    padding: 20px 0;
    color: #fff
}

.photos-in__block-img-center {
    width: 315px
}

.photos-in__block-img-center img {
    max-width: 272px;
    position: relative;
    top: 3px;
    left: 24px
}

.photos-in__block-in-img-1 {
    -webkit-clip-path: polygon(21% 0%, 67% 0%, 87% 44%, 64% 87%, 21% 87%, 0 44%);
    clip-path: polygon(21% 0%, 67% 0%, 87% 44%, 64% 87%, 21% 87%, 0 44%);
    top: 25px;
    left: 104px
}

.photos-in__block-in-img-2 {
    -webkit-clip-path: polygon(21% 0%, 64% 0%, 87% 44%, 64% 87%, 21% 87%, 0 44%);
    clip-path: polygon(21% 0%, 64% 0%, 87% 44%, 64% 87%, 21% 87%, 0 44%);
    top: 11px;
    left: 108px
}

.photos-in__block-in-img-3 {
    -webkit-clip-path: polygon(21% 0%, 67% 0%, 87% 44%, 65% 87%, 21% 87%, 0 44%);
    clip-path: polygon(21% 0%, 67% 0%, 87% 44%, 65% 87%, 21% 87%, 0 44%);
    top: 24px;
    left: -60px
}

.photos-in__block-in-img-3 img {
    -o-object-position: -48px 1px;
       object-position: -48px 1px
}

.photos-in__block-in-img-4 {
    -webkit-clip-path: polygon(21% 0%, 67% 0%, 87% 44%, 65% 87%, 21% 87%, 0 44%);
    clip-path: polygon(21% 0%, 67% 0%, 87% 44%, 65% 87%, 21% 87%, 0 44%);
    top: 11px;
    left: -60px
}

.photos-in__block-text-1 {
    left: -17px;
    top: 92px
}

.reviews-wrapper {
    position: relative;
    padding: 60px 0
}

.reviews-in {
    position: relative
}

.main-title-8:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-8.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.review_list {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(3, 1fr)
}

.review_prerow {
    position: relative;
    background: #f0f0f0;
    border-radius: 30px;
    box-shadow: -10px -10px 20px #ffffff, 2px 2px 20px rgba(166, 180, 200, 0.7);
    overflow: hidden
}

.review_row_photo {
    position: relative;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 10px;
    padding: 0 20px 20px
}

.review_row_photo img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 25px
}

.diff-wrapper {
    position: relative;
    padding: 60px 0
}

.diff-in {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(2, 1fr)
}

.diff-block {
    position: relative
}

.video-block__img-diff {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-block__video-diff {
    height: 100%
}

.main-btn-block {
    position: relative
}

.main-btn {
    text-transform: uppercase;
    background: #138d90;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 45px;
    border-radius: 30px;
    transition: 250ms;
    border: 1px solid #138d90
}

.main-btn:hover {
    background: #fff;
    color: #138d90
}

.diff-text p {
    margin-bottom: 20px;
    color: #182656
}

.diff-text p strong {
    font-weight: 600
}

.video-block__img img.play-btn {
    position: absolute;
    height: auto;
    width: auto
}

.diff-block .video-block__video {
    height: 100%;
    border-radius: 30px;
    overflow: hidden
}

.video-block__img:hover .play-btn {
    transform: scale(1.1)
}

.video-block__img:hover {
    transform: scale(1)
}

.diff-block .video-block {
    height: 100%
}

.footer-wrapper {
    position: relative
}

.footer-form-wrapper {
    position: relative;
    background: url(images/user/images/design/bg-image.png) 0 0 no-repeat;
    background-size: cover;
    padding: 70px 10px;
    margin-top: 100px
}

.footer-form-in {
    position: relative;
    background: #ffffffc9;
    border-radius: 30px;
    padding: 35px 25px
}

.footer-form__title {
    text-align: center;
    text-transform: uppercase;
    color: #182656;
    font-size: 1.875rem;
    letter-spacing: -1px
}

.footer-form__subtitle {
    text-align: center;
    color: #182656;
    margin-top: 15px
}

.form_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 45px
}

.wpcf7-spinner {
    width: 0 !important;
    height: 0 !important;
}

.footer-form__input input {
    background: #fff;
    border: none;
    outline: none;
    padding: 15px 30px;
    border-radius: 30px;
    width: 66%;
}

.footer-form__btn {
    text-transform: uppercase;
    color: #fff;
    padding: 11px 30px;
    background: #138d90;
    border: 1px solid #138d90;
    transition: 250ms;
    border-radius: 30px;
    cursor: pointer
}

.footer-form__btn:hover {
    color: #138d90;
    background: #fff
}

.footer-in {
    position: relative
}

.footer-in {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(4, 1fr);
    padding: 70px 0
}

.footer-block {
    display: flex;
    align-items: flex-start
}

.footer-block__text {
    position: relative
}

strong {
    font-weight: 700
}

.footer-block__text-title {
    font-weight: 700;
    color: #138d90
}

.footer-block__text p {
    color: #182656;
    line-height: 1.5
}

.footer-block__text--big {
    font-size: 1.5625rem
}

.footer-block__text-link {
    display: block;
    font-weight: 600;
    color: #182656
}

.footer-block__text-link--mail {
    color: #182656;
    font-weight: 300;
    text-decoration: underline
}

.footer_wrap2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-top: 1px solid #c4c4c447;
    max-width: 1270px;
    margin: 0 auto
}

.footer-block__img {
    margin-right: 15px
}

.footer-block__img img {
    width: 55px;
    height: 55px;
    max-width: initial
}

.pagetip_about_home .curentpageInfo {
    display: none
}

.pagetip_about_home .container {
    padding: 0
}

.pagetip_about_home .container_inside {
    max-width: 100%
}

.about-wrapper {
    position: relative
}

.about-wrapper:before {
    content: "";
    position: absolute;
    top: -207px;
    left: 0;
    width: 800px;
    height: 659px;
    background: url(images/user/images/new/about-wrapper-before.png) 0 0 no-repeat
}

.about-wrapper:after {
    content: "";
    position: absolute;
    top: -283px;
    right: 0;
    width: 637px;
    height: 773px;
    background: url(images/user/images/new/about-wrapper-after.png) 0 0 no-repeat;
    z-index: -1
}

.about-in {
    position: relative;
    padding: 45px 0
}

.about-block {
    position: relative
}

.about-block__img {
    position: relative;
    text-align: center
}

.about-block__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 812px;
    margin-left: 65px
}

.about-block__top-title {
    font-weight: 700;
    font-size: 1.125rem
}

.about-block__top-img p {
    font-weight: 500
}

.about-block__top-img {
    display: flex;
    align-items: center
}

.about-block__top-img img {
    margin-left: 15px;
    max-width: 34px
}

.about-block__bottom {
    position: relative;
    font-weight: 400;
    background: linear-gradient(
            90deg, rgba(19, 141, 144, 0.15) 0%, rgba(19, 141, 144, 0) 100%
    );
    border-left: 5px solid #138d90;
    padding: 20px 20px;
    margin-top: 30px
}

.about-block__bottom h3 {
    font-weight: 700;
    font-size: 20px;
    color: #138d90;
    margin-bottom: 10px
}

.about-block__bottom p {
    font-weight: 400;
    font-size: 15px
}

.about-block__bottom ul {
    padding-left: 17px
}

.about-block__bottom ul li {
    position: relative
}

.about-block__bottom ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    background: #138d90;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.about-block__bottom-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #182656;
    font-size: 16px
}

.about-block__bottom-line_block {
    display: flex;
    align-items: center
}

.aeromech-about-wrapper {
    position: relative;
    background: #f3f5f8;
    box-shadow: -5px -5px 15px #ffffff, 5px 5px 25px rgba(166, 180, 200, 0.7);
    margin-top: 40px;
    padding: 20px 0;
}

.about-block__bottom-line_block img {
    margin-left: 5px
}

.aeromech-about__in {
    position: relative;
    padding: 20px;
    background: linear-gradient(
            275deg, rgba(254, 182, 76, 0.2) 48.67%, rgba(254, 182, 76, 0) 99.66%
    );
    border-right: 5px solid #feb64c
}

.aeromech-about__in-title {
    text-transform: uppercase;
    font-size: 1.625rem;
    margin-bottom: 12px
}

.aeromech-about__in-text {
    position: relative;
    padding: 10px 0
}

.about-advantages {
    position: relative;
    padding: 60px 0
}

.about-advantages__in {
    position: relative;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px
}

.about-advantages__in:before {
    content: "";
    position: absolute;
    top: 61px;
    left: 151px;
    background: #138d9036;
    width: 70%;
    height: 55px
}

.about-advantages__in-block {
    position: relative;
    text-align: center
}

.about-advantages__in-block-img {
    position: relative
}

.about-advantages__in-block-title {
    font-weight: 600;
    margin: 40px 0;
    text-transform: uppercase;
    min-height: 63px
}

.about-advantages__in-block-text {
    font-style: italic
}

.chronology-wrapper {
    position: relative;
    padding: 60px 0
}

.chronology-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 555px;
    height: 743px;
    background: url(images/user/images/about/chr-before.png) 0 0 no-repeat;
    z-index: -1
}

.chronology-wrapper:after {
    content: "";
    position: absolute;
    bottom: -185px;
    right: -195px;
    width: 555px;
    height: 743px;
    background: url(images/user/images/about/chr-after.png) 0 0 no-repeat;
    z-index: -1
}

.chronology-in {
    position: relative
}

.chronology-top, .chronology-bottom {
    position: relative;
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 30px
}

.chronology-top {
    left: -50px
}

.chronology-bottom {
    left: 50px
}

.chronology-line {
    position: relative
}

.chronology-bottom {
    position: relative
}

.main-title-9:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -80px;
    background: url(images/user/files/svg/title-1.svg) 0 0 no-repeat;
    width: 65px;
    height: 45px
}

.pagetip_about_home .main-title-9:before {
    display: none
}

.chronology-block {
    position: relative;
    text-align: center
}

.chronology-block__year {
    font-weight: 700;
    font-size: 2.25rem
}

.chronology-block__btn {
    display: block;
    font-weight: 600;
    color: #138d90;
    padding: 15px;
    border: 1px solid #138d90;
    transition: 250ms;
    background: #f3f5f8;
    border-radius: 30px;
    position: relative;
    cursor: pointer
}

.chronology-block__btn:hover {
    color: #fff;
    background: #138d90
}

.chronology-line {
    height: 5px;
    border-radius: 30px;
    box-shadow: -3px -3px 3px #ffffff, 1px 1px 10px rgba(166, 180, 200, 0.7);
    margin: 160px 0
}

.chronology-top .chronology-block:nth-child(2) {
    top: 100px
}

.chronology-top .chronology-block:nth-child(4) {
    top: 100px
}

.chronology-top .chronology-block:nth-child(5) {
    top: 38px
}

.chronology-bottom .chronology-block:nth-child(2) {
    top: -100px
}

.chronology-bottom .chronology-block:nth-child(4) {
    top: -100px
}

.chronology-top .chronology-block:before {
    content: "";
    position: absolute;
    bottom: -158px;
    left: 50.4%;
    width: 1px;
    height: 245px;
    background: #138d90;
    box-shadow: 1px 1px 10px rgba(166, 180, 200, 0.7)
}

.chronology-block__icon {
    position: relative;
    z-index: 1
}

.chronology-top .chronology-block--short:before {
    content: "";
    position: absolute;
    bottom: -58px;
    left: 50.4%;
    width: 1px;
    height: 155px;
    background: #138d90;
    box-shadow: 1px 1px 10px rgba(166, 180, 200, 0.7)
}

.chronology-top .chronology-block--middle:before {
    content: "";
    position: absolute;
    bottom: -120px;
    left: 50.4%;
    width: 1px;
    height: 245px;
    background: #138d90;
    box-shadow: 1px 1px 10px rgba(166, 180, 200, 0.7)
}

.chronology-bottom .chronology-block:before {
    content: "";
    position: absolute;
    top: -158px;
    left: 50.4%;
    width: 1px;
    height: 245px;
    background: #138d90;
    box-shadow: 1px 1px 10px rgba(166, 180, 200, 0.7)
}

.chronology-bottom .chronology-block--short:before {
    content: "";
    position: absolute;
    top: -58px;
    left: 50.4%;
    width: 1px;
    height: 155px;
    background: #138d90;
    box-shadow: 1px 1px 10px rgba(166, 180, 200, 0.7)
}

.chronology-top .chronology-block:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 40px;
    background: url(images/user/files/svg/Elipse.svg) 0 0 no-repeat;
    bottom: -179px;
    left: calc(50% - 20px);
    z-index: 1
}

.chronology-top .chronology-block--short:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 40px;
    background: url(images/user/files/svg/Elipse.svg) 0 0 no-repeat;
    bottom: -80px;
    left: calc(50% - 20px);
    z-index: 1
}

.chronology-top .chronology-block--middle:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 40px;
    background: url(images/user/files/svg/Elipse.svg) 0 0 no-repeat;
    bottom: -142px;
    left: calc(50% - 20px);
    z-index: 1
}

.chronology-bottom .chronology-block:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 40px;
    background: url(images/user/files/svg/Elipse.svg) 0 0 no-repeat;
    top: -185px;
    left: calc(50% - 20px);
    z-index: 1
}

.chronology-bottom .chronology-block--short:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 40px;
    background: url(images/user/files/svg/Elipse.svg) 0 0 no-repeat;
    top: -85px;
    left: calc(50% - 20px);
    z-index: 1
}

.chronology-block__img-absolute {
    position: absolute;
    bottom: -15px;
    right: -115px
}

.chronology-block__img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.chronology-block__img-wrapper .chronology-block__img {
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden
}

.chronology-block__popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100
}

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

.chronology-block__popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3
}

.chronology-block__popup-in {
    position: relative;
    background: #fff;
    border-radius: 30px;
    max-width: 560px;
    z-index: 1;
    padding: 40px 30px
}

.chronology-block__popup-in .chronology-block__img-absolute {
    position: relative;
    top: auto;
    left: auto
}

.chronology-block__popup-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.625rem;
    margin-bottom: 12px
}

.chronology-block__popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: 250ms
}

.chronology-block__popup-close:hover {
    transform: rotate(90deg)
}

.download-wrapper {
    position: relative;
    background: linear-gradient(144.66deg, #138d90 8.89%, #156c6e 91.37%);
    box-shadow: -5px -5px 15px #ffffff, 1px 1px 15px rgba(166, 180, 200, 0.7);
    padding: 40px 0;
}

.pagetip_about .download-wrapper {
    display: block
}

.download-in {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(2, 1fr)
}

.download-block {
    position: relative;
    display: flex;
    align-items: center
}

.download-block__content {
    position: relative
}

.download-block__content-title {
    text-transform: uppercase;
    color: #fff;
    border-left: 2px solid #fff;
    background: linear-gradient(
            90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%
    );
    padding: 10px 20px;
    font-size: 1.625rem
}

.download-block__content-text {
    position: relative;
    color: #fff;
    margin: 20px 0
}

.download-block__content-btn-block {
    position: relative
}

.download-block__content-btn {
    display: inline-block;
    background: #feb64c;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 15px 50px;
    font-weight: 600;
    transition: 250ms;
    border: 1px solid #feb64c;
    cursor: pointer;
    color: #fff
}

.download-block__content-btn:hover {
    background: #fff;
    color: #feb64c
}

.download-block__img {
    position: relative
}

.card-short-wrapper {
    position: relative
}

.card-short-title {
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #182656
}

.card-table {
    position: relative;
    width: 100%;
    margin-top: 15px
}

.card-table-right {
    color: #138d90;
    font-weight: 600;
    font-size: 1.125rem
}

.card-table-left {
    font-weight: 500;
    color: #182656
}

.card-table td {
    padding: 15px
}

.card-table tr:nth-child(odd) {
    background: #f3f5f8;
    border: 0.5px solid #f3f5f8;
    box-sizing: border-box;
    box-shadow: inset -5px -5px 15px #ffffff, inset 5px 5px 20px rgba(166, 180, 200, 0.7)
}

.card-big__top {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px
}

.card-big__top-block-img {
    position: relative;
    margin-right: 50px
}

.card-big__top-link {
    display: inline-block;
    background: #138d90;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    border: 1px solid #138d90;
    transition: 250ms
}

.card-big__top-link:hover {
    background: #fff;
    color: #138d90
}

.card-big__top-block-img img {
    max-width: 250px
}

.card-big__top-title {
    position: relative;
    text-align: left;
    background: linear-gradient(
            90deg, rgba(19, 141, 144, 0.15) 0%, rgba(19, 141, 144, 0) 100%
    );
    border-left: 5px solid #138d90;
    padding: 15px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.card-big__bottom {
    position: relative
}

.card-big__bottom-block {
    position: relative;
    margin-bottom: 40px
}

.card-big__bottom-title-block {
    position: relative
}

.text-block {
    margin-top: 50px
}

.card-big__bottom-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: inline-block;
    padding: 15px 25px 15px 0;
    background: #f3f5f8;
    position: relative;
    z-index: 1
}

.card-big__bottom-title-line {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #138d90;
    box-shadow: 1px 1px 10px rgba(166, 180, 200, 0.7)
}

.tc_info_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f5f8;
    border: 0.5px solid #f3f5f8;
    box-sizing: border-box;
    box-shadow: inset -5px -5px 15px #ffffff, inset 5px 5px 20px rgb(166 180 200 / 70%);
    padding: 20px
}

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

.main_img_cont_block_l {
    position: relative;
    text-align: center;
    width: 50%;
    float: left
}

.main_img_cont_block_r {
    position: relative;
    text-align: center;
    width: 50%;
    float: left
}

.main_img_block_in {
    position: relative;
    margin-bottom: 25px
}

.main_img_block {
    position: relative
}

.main_img_block img {
    max-width: 200px;
    margin: 0 auto
}

.main_img_img_block_text {
    position: relative;
    text-align: center;
    max-width: 300px;
    margin: 0 auto
}

.main_img_img_block_text p {
    position: relative;
    text-align: justify;
    font-style: italic
}

.sep_read_more {
    margin-top: 25px
}

.sep_read_more a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #138d90;
    border: 1px solid #138d90;
    padding: 15px 40px;
    border-radius: 25px;
    transition: 250ms
}

.sep_read_more a:hover {
    color: #fff;
    background: #138d90
}

.main_cont_wrap .main_title {
    position: relative;
    text-align: left;
    background: linear-gradient(
            90deg, rgba(19, 141, 144, 0.15) 0%, rgba(19, 141, 144, 0) 100%
    );
    border-left: 5px solid #138d90;
    padding: 15px;
    margin-top: 30px
}

.look_product_wrap {
    display: none !important
}

.main_cont_wrap {
    margin-bottom: 50px
}

.pagetip_catalog .razdellist {
    grid-template-columns:repeat(3, 1fr)
}

.proektgalery_buy_row2 {
    position: relative;
    margin-top: 30px
}


.contact-wrapper {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 30px;
    position: relative;
    justify-content: center
}

.contact-wrapper > div:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 5;
    display: flex;
    flex-wrap: wrap;
}

.contact-block-head {
    position: relative;
    width: 100%;
    background: #feb64c;
    background: linear-gradient(270deg, #c173011c 10%, #feb64c 40%, #feb64c 50%);
    font-size: 33px;
    padding: 17px 14px 14px;
    text-transform: uppercase;
    color: white;
    align-self: start;
    font-family: "Bahnschrift", Arial, sans-serif;
    line-height: 1.2;
}
.contact-block-head::after{
    content: '';
    background: url("images/contact_logo.png");
    background-size: cover;
    width: 61px;
    height: 60px;
    position: absolute;
    right: 14px;
    top: 55%;
    margin-top: -35px;
}
.contact-block-info {
    text-align: center;
    align-self: stretch;
    display: flex;
    width: 100%;
    align-items: center;
    background: white url("images/contact_bg.jpg") no-repeat center;
    background-size: cover;
    min-height: 189px;
}
.contact-block-info p{
    width: 100%;
    font-size: 30px;
    font-family: "Myriad Pro",Arial,sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.contact-block-contacts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: white;
    background-color: rgb(19, 141, 144);
    align-self: end;
    padding: 14px;
}

.contact-block-contacts > * {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.contact-block-contacts .phone-bloc-tag {
    font-size: 27px;
    margin-right: 7px;
    font-family:  Arial, sans-serif;
    display: flex;
    align-self: center;
}

.contact-block-contacts .phone-bloc-value {
    display: flex;
    flex-wrap: wrap;
    font-size: 27px;
    width: 56.129985228951256%;
}

.contact-block-contacts .phone-bloc-value span {
    width: 100%;
}

.contact-block-contacts a {
    color: white;
}

.social-link-number img{
    width: 24px;
}
.contact-block-contacts .email-bloc-tag {
    font-size: 30px;
    margin-right: 7px;
    font-family:  Arial, sans-serif;
    display: flex;
    line-height: 1.2;
}
.contact-block-contacts .email-bloc-value  {
    font-size: 32px;
    font-family:  Arial, sans-serif;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-self: center;
    padding-right: 20px;
}


.contact-text-img {
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.contact-social img {
    margin-right: 5px
}

.contact-social {
    display: flex
}

.contact-text {
    margin-bottom: 20px;
    display: none
}

.contact-block {
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #00000070
}

.contact-text-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px
}

.contact-colored-gold {
    background-color: #eba238
}

.contact-colored p {
    padding: 0
}

.fut_icon {
    display: flex
}

.fut_icon img {
    width: 30px;
    margin-right: 5px
}

.fut_icon a:last-child img {
}

.contact-colored p img {
    margin-right: 5px
}

.contact-img img {
    width: 100%
}

.contact-colored {
    position: relative;
    padding: 10px
}

.contact-colored-green {
    background-color: #138d90
}

.contact-colored a {
    color: #fff
}

.diller-wrapper {
    position: relative;
    margin-top: 50px
}

.diller-slider-wrapper {
    position: relative
}

.diller-slider__title-block {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(180deg, #138d90 0%, #005456 147.23%);
    padding: 7px 15px;
    position: relative
}

.diller-slider__title-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: url(images/user/files/svg/diller-slider-before.svg) 0 0 no-repeat
}

.diller-slider__title-block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 150px;
    background: url(images/user/files/svg/diller-slider-after.svg) 0 0 no-repeat
}

.diller-slider__title {
    font-size: 46px;
    font-weight: 900
}

.diller-slider__subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px
}

.diller-slider__subtitle span {
    color: #79ea79
}

.diller-slider-img {
    position: relative
}

.diller-slider-img img {
    width: 100%;
    max-height: 650px;
    -o-object-fit: cover;
       object-fit: cover
}

.diller-wrapper__in {
    position: relative;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-top: 75px;
    grid-gap: 30px
}

.diller-wrapper__in-block {
    position: relative
}

.diller-wrapper__in-list-title {
    position: relative;
    font-weight: 600;
    font-size: 28px;
    color: #138d90;
    text-transform: uppercase;
    max-width: 290px
}

.diller-wrapper__in-list {
    position: relative;
    padding: 0 !important
}

.diller-wrapper__in-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-left: 2px solid #138d90;
    background: linear-gradient(
            90deg, rgba(19, 141, 144, 0.15) 0%, rgba(19, 141, 144, 0) 100%
    );
    margin-top: 20px;
    padding: 10px 20px
}

.diller-wrapper__in-img {
    position: relative;
    margin-right: 15px
}

.diller-wrapper__in-img img {
    width: 50px;
    min-width: 50px
}

.diller-wrapper__in-text {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #182656
}

.diller-wrapper__in-block {
    position: relative
}

.diller-wrapper__in-text-block {
    position: relative;
    background: rgba(19, 141, 144, 0.05);
    padding: 20px;
    margin-bottom: 50px
}

.diller__in-text-title {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: #138d90
}

.diller-wrapper__in-text-block p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px
}

.diller__in-sign {
    position: relative;
    text-align: right;
    font-style: italic
}

.diller__in-bunner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #138d90;
    padding: 20px 20px
}

.diller__in-bunner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: url(images/user/files/svg/diller-bunner-before.png) 0 0 no-repeat
}

.diller__in-text {
    font-weight: 800;
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    max-width: 410px;
    text-shadow: 0 0 5px #000000a3
}

.diller__in-text span {
    color: #f2cc23
}

.pagetip_sale_home {
    position: relative
}

.pagetip_sale_home:before {
    content: "";
    position: absolute;
    bottom: 730px;
    right: 0;
    width: 785px;
    height: 575px;
    background: url(images/user/images/design/diller-pg-before.png) 0 0 no-repeat
}

.diller-wrapper:before {
    content: "";
    position: absolute;
    bottom: 115px;
    left: -310px;
    width: 535px;
    height: 743px;
    background: url(images/user/images/design/catalog-before.png) 0 0 no-repeat
}

.diller-wrapper:after {
    content: "";
    position: absolute;
    top: 23vh;
    right: -180px;
    width: 555px;
    height: 743px;
    background: url(images/user/images/design/catalog-after.png) 0 0 no-repeat;
    z-index: -1
}

.diller__in-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #138d90;
    border: 1px solid #138d90;
    color: #fff;
    margin-top: 30px;
    border-radius: 30px;
    cursor: pointer
}

.diller__in-btn:hover {
    background: #fff;
    color: #138d90
}

.main-sale-wrapper {
    background: #e5e5e5;
    padding: 20px 0;
    margin-top: 50px
}

.main-sale-in {
    background: #e93a3a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 20px;
    border: 1px solid #e93a3a;
    transition: 250ms
}

.main-sale-in:hover {
    background: #fff
}

.main-sale-in a {
    color: #fff
}

.main-sale-in:hover a {
    color: #e93a3a
}

.form_base2 {
    margin-top: 25px
}

.news-article-wrapper {
    position: relative
}

.news-article__title-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.625rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-left: 2px solid #138d90;
    background: linear-gradient(
            90deg, rgba(19, 141, 144, 0.15) 0%, rgba(19, 141, 144, 0) 100%
    );
    margin-top: 50px
}

.news-article__img {
    position: relative;
    margin-left: 50px
}

.standart-list {
    position: relative;
    margin-left: 15px;
    margin-top: 15px
}

.standart-list li {
    position: relative;
    margin-bottom: 5px
}

.standart-list li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    background: #138d90;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.article-four-img-wrapper {
    position: relative;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 30px
}

.article-gallery-wrapper {
    position: relative;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 30px
}

.article-gallery__block {
    position: relative
}

.szk-attention-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #138d90;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px
}

.szk-attentionimg {
    margin-left: 15px
}

.big-central-img {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto
}

.table-wrapepr-2 {
    position: relative;
    margin-top: 25px
}

.table-wrapepr-2 table {
    width: 100%
}

.table-wrapepr-2 table thead {
    text-transform: uppercase;
    color: #138d90;
    font-weight: bold
}

.table-wrapepr-2 table td {
    padding: 10px
}

.main_cont_in a {
    color: #138d90
}

.main_cont_in ul {
    position: relative;
    margin-left: 25px
}

.main_cont_in ul li {
    position: relative
}

.main_cont_in ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    background: #138d90;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    z-index: 99999
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #138d90;
    margin: -4px 0 0 -4px
}

.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
            animation-delay: -0.036s
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
            animation-delay: -0.072s
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
            animation-delay: -0.108s
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
            animation-delay: -0.144s
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
            animation-delay: -0.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
            animation-delay: -0.216s
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
            animation-delay: -0.252s
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
            animation-delay: -0.288s
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes lds-roller {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.chronology-wrapper-mob {
    position: relative;
    display: none;
    margin-bottom: 60px
}

.chronology-mob-in {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px
}

.footer-oferta {
    display: block;
    text-align: center;
    margin-bottom: 34px
}

@media screen and (max-width: 1400px) {
    .chronology-top {
        left: 0
    }

    .chronology-bottom {
        left: 0
    }
}

@media screen and (max-width: 1390px) {
    .benefit-img-block {
        display: none
    }

    .benefit-text__content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        margin-bottom: 60px
    }

    .benefit-text__text-block {
        max-width: 100% !important;
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        left: auto !important
    }

    .benefit-text-wrapper {
        margin: 0;
        top: 0;
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        grid-gap: 30px;
        margin-top: 65px
    }

    .benefit-text__text-title {
        min-height: 35px
    }

    .benefit-text__text {
        min-height: 52px;
        margin-bottom: 20px
    }


    .contact-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }

    .contact-wrapper > div:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 3;
    }


    .lmenulist li a {
        font-size: 0.8rem
    }

    .lmenulist li a::before {
        top: 24px
    }

    .width_70 {
        width: 67%
    }

    .width_30 {
        width: 30%
    }

    .container {
        padding: 0 20px
    }

    .news-article__title-block {
        font-size: 1rem
    }
}

@media screen and (max-width: 1140px) {
    .nav_menu a {
        padding: 20px 2px
    }

    .nav_menu a:hover {
        background: linear-gradient(331.93deg, #c17301 11.88%, #feb64c 85.18%);
        transform: scale(1);
        border-radius: 4px;
        border: 1px solid #9a7032
    }

    .seed-block:nth-child(2) {
        display: none
    }

    .seed-in {
        grid-template-columns:repeat(2, 1fr)
    }

    .razdellist2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .benefit-text-wrapper {
        grid-template-columns:repeat(3, 1fr)
    }

    .map-point-wrapper-1 {
        position: absolute;
        top: 27%;
        left: 17.1%
    }

    .map-point-wrapper-2 {
        position: absolute;
        top: 36.6%;
        left: 13.1%
    }

    .map-point-wrapper-3 {
        position: absolute;
        top: 36.4%;
        left: 25.1%
    }

    .map-point-wrapper-4 {
        position: absolute;
        top: 48.7%;
        left: 16.2%
    }

    .map-point-wrapper-6 {
        top: 83.1%;
        left: 27.4%
    }

    .map-point-wrapper-5 {
        top: 73.3%;
        left: 31.4%
    }

    .map-point-wrapper-7 {
        top: 35.5%;
        left: 48.6%
    }

    .map-point-wrapper-8 {
        top: 56.2%;
        left: 48.2%
    }

    .map-point-wrapper-10 {
        top: 28.2%;
        left: 60.6%
    }

    .map-point-wrapper-9 {
        top: 78.2%;
        left: 53%
    }

    .map-point-wrapper-11 {
        top: 28.1%;
        left: 79.8%
    }

    .map-point-wrapper-12 {
        top: 47.6%;
        left: 71.8%
    }

    .map-point-wrapper-13 {
        top: 50.1%;
        left: 67%
    }

    .map-point-wrapper-14 {
        top: 81.8%;
        left: 88.6%
    }

    .numbers-in {
        grid-template-columns:repeat(2, 1fr)
    }

    .numbers-block {
        top: 0
    }

    .numbers-in {
        grid-gap: 30px
    }

    .numbers-block__text {
        max-width: 240px
    }

    .footer-in {
        grid-template-columns:repeat(2, 1fr)
    }

    .about-block:first-child {
        position: relative
    }

    .about-in {
        flex-direction: column
    }

    .about-block__top {
        margin-left: 0
    }

    .numbers-block {
        max-width: 240px;
        margin: 0 auto
    }

    .review_row:before {
        display: none
    }

    .article-four-img-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 1060px) {
    .pagetip_catalog_home .width_70 {
        width: 100%
    }

    .use-in {
        grid-template-columns:repeat(2, 1fr)
    }

    .review_row_name {
        font-size: 1rem
    }

    .article-gallery-wrapper {
        grid-template-columns:repeat(3, 1fr)
    }

    .width_30 {
        width: 100%
    }

    .width_70 {
        width: 100%
    }
}

@media screen and (max-width: 1020px) {
    .header-block__big-img {
        display: none
    }

    .menu-wrapper {
        margin: 0
    }

    .header-block__logo-wrapper, .header-block__contact {
        top: auto
    }

    .header-in {
        padding: 20px 0
    }

    .nav_menu {
        display: none
    }

    .nav_open {
        display: inline-block
    }

    .nav {
        text-align: left
    }

    .form_container {
        flex-direction: column
    }

    .footer-form__input {
        margin-bottom: 15px
    }

    .about-block__bottom-line {
        flex-direction: column
    }

    .menu-in__block:last-child {
        display: block;
        margin-left: 10px;
        color: #fff;
        text-transform: uppercase
    }

    .menu-in {
        display: flex;
        align-items: center
    }

    .news-wrapper {
        margin-top: 0
    }
}

@media screen and (max-width: 990px) {
    .photos-in .photos-in__block:nth-child(2) {
        display: none
    }

    .photos-in {
        background: none
    }

    .photos-in__block-in-img-1, .photos-in__block-in-img-2, .photos-in__block-in-img-3, .photos-in__block-in-img-4 {
        top: 0;
        left: 0
    }

    .review_list {
        grid-template-columns:repeat(1, 1fr)
    }

    .chronology-top .chronology-block:after, .chronology-top .chronology-block:before, .chronology-bottom .chronology-block:after, .chronology-bottom .chronology-block:before {
        display: none !important
    }

    .chronology-top, .chronology-bottom {
        grid-template-columns:repeat(3, 1fr)
    }

    .chronology-top .chronology-block:nth-child(2), .chronology-top .chronology-block:nth-child(4), .chronology-top .chronology-block:nth-child(5) {
        top: 0
    }

    .chronology-bottom .chronology-block:nth-child(2), .chronology-bottom .chronology-block:nth-child(4) {
        top: 0
    }

    .chronology-block__img-absolute {
        display: none
    }

    .elist ul {
        grid-template-columns:repeat(2, 1fr)
    }

    .chronology-line {
        display: none
    }

    .chronology-bottom {
        margin-top: 35px
    }

    .chronology-wrapper {
        display: none
    }

    .chronology-wrapper-mob {
        display: block
    }
}

@media screen and (max-width: 910px) {
    .slider-row {
        flex-direction: column
    }

    .slider-big-img {
        margin: 0
    }

    .advantages-in {
        grid-template-columns:repeat(2, 1fr)
    }

    .technologies-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }

    .video-row {
        grid-template-columns:repeat(2, 1fr)
    }

    .seed-row__main-block {
        flex-direction: column
    }

    .seed-row__img {
        order: -1
    }

    .seed-row__text.text-align-right {
        text-align: center
    }

    .seed-row__text.text-align-left {
        text-align: center
    }

    .seed-row__info-block {
        position: relative;
        top: auto;
        left: auto;
        display: block
    }

    .seed-row {
        flex-direction: column;
        order: -1
    }

    .seed-block:last-child {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between
    }

    .news_proect {
        grid-template-columns:repeat(2, 1fr)
    }

    .about-advantages__in {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 90px
    }

    .about-advantages__in:before {
        display: none
    }

    .diller-slider__title {
        font-size: 30px
    }

    .diller-slider__subtitle {
        font-size: 16px
    }

    .seed-row {
        margin-bottom: 25px
    }

    .seed-row__info-block p {
        min-height: 71px
    }

    .footer-form__input input {
        width: 100%;
        box-sizing: border-box
    }

    .footer-form__input {
        width: 100%
    }

    .main-title {
        font-size: 1rem
    }

    .main-title-1:before {
        top: -12px;
        width: 66px;
        height: 46px
    }

    .main-title-2:before, .main-title-3:before, .main-title-4:before, .main-title-5:before, .main-title-6:before, .main-title-news:before, .main-title-7:before {
        top: -11px
    }
}

@media screen and (max-width: 880px) {
    .benefit-text-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }

    .diller-wrapper__in {
        grid-template-columns:repeat(1, 1fr)
    }
}

@media screen and (max-width: 768px) {
    .map-point-wrapper-1 {
        top: 26%;
        left: 16.1%
    }

    .map-point-wrapper-2 {
        top: 35.6%;
        left: 12.1%
    }

    .map-point-wrapper-3 {
        top: 35.4%;
        left: 24.1%
    }

    .map-point-wrapper-4 {
        top: 47.7%;
        left: 16.2%
    }

    .map-point-wrapper-5 {
        top: 72.3%;
        left: 30.4%
    }

    .map-point-wrapper-6 {
        top: 82.1%;
        left: 26.4%
    }

    .map-point-wrapper-7 {
        top: 34.5%;
        left: 47.6%
    }

    .map-point-wrapper-8 {
        top: 55.2%;
        left: 47.2%
    }

    .map-point-wrapper-9 {
        top: 77.2%;
        left: 52%
    }

    .map-point-wrapper-10 {
        top: 27.2%;
        left: 59.6%
    }

    .map-point-wrapper-11 {
        top: 27.1%;
        left: 78.8%
    }

    .map-point-wrapper-12 {
        top: 46.6%;
        left: 70.8%
    }

    .map-point-wrapper-13 {
        top: 49.1%;
        left: 66%
    }

    .map-point-wrapper-14 {
        top: 80.8%;
        left: 87.6%
    }

    .diff-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .diff-block .video-block__video {
        height: 400px
    }

    .chronology-top, .chronology-bottom {
        grid-template-columns:repeat(2, 1fr)
    }

    .download-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .footer-in {
        grid-template-columns:repeat(2, 1fr)
    }

    .footer_wrap2 {
        flex-direction: column
    }

    .container {
        padding: 0 20px
    }

    .card-big__top-block:first-child {
        display: none
    }

    .main_img_cont_block_wrapper {
        flex-direction: column
    }

    .slider-big__main-3d {
        display: none;
        width: 100%;
        max-width: 100%;
        height: 300px;
        border-radius: 10px;
        overflow: hidden;
        padding: 0
    }

    .benefit-text__content {
        margin-bottom: 30px
    }

    .card-table-right {
        min-width: 90px
    }

    .article-gallery-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }

    .chronology-mob-in {
        grid-template-columns:repeat(2, 1fr)
    }

    .szk-attention-text {
        max-width: 70%
    }
}

@media screen and (max-width: 700px) {
    .photos-in {
        flex-direction: column
    }

    .photos-in__block-in {
        left: 25px
    }

    .pagetip_catalog .razdellist {
        grid-template-columns:repeat(1, 1fr)
    }


    .contact-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }


    .footer-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .footer-block {
        justify-content: center
    }

    .footer-block {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .footer-block__img {
        margin-right: 0;
        margin-bottom: 20px
    }

    .numbers-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .table-wrapepr-2 {
        overflow-x: scroll
    }

    .main_img_cont_block_l, .main_img_cont_block_r {
        width: 100%
    }

    .reg_block3 {
        width: 240px;
        padding: 20px
    }
}

@media screen and (max-width: 600px) {
    .contact-wrapper > div:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .contact-block-contacts > *{
        flex-wrap: wrap;
    }
    .contact-block-contacts .phone-bloc-tag,
    .contact-block-contacts .phone-bloc-value,
    .contact-block-contacts .email-bloc-tag,
    .contact-block-contacts .email-bloc-value{
        width: 100%;
    }

    .contact-block-head{
        font-size: 13px;
    }
    .contact-block-head::after{
        width: 41px;
        height: 40px;
        margin-top: -22px;
    }
    .contact-block-info{
     min-height: 114px;
    }
    .contact-block-info p{
        font-size: 15px;
    }
    .phone-bloc{
        margin-bottom: 7px;
    }
    .contact-block-contacts .phone-bloc-tag{
        font-size: 20px;
        justify-content: center;
    }
    .contact-block-contacts .phone-bloc-value{
        font-size: 16px;
        justify-content: center;
    }
    .contact-block-contacts .phone-bloc-value div{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .contact-block-contacts .phone-bloc-value a{
        align-self: center;
    }
    .contact-block-contacts .phone-bloc-value a + a{
        margin-left: 3px;
    }
    .contact-block-contacts .email-bloc-tag{
        font-size: 20px;
        justify-content: center;
    }
    .contact-block-contacts .email-bloc-value{
        font-size: 22px;
        justify-content: center;
    }


    .header-in {
        flex-direction: column
    }

    .header-block__contact {
        margin-top: 30px
    }

    .slider-row__block-text br {
        display: none
    }

    .slider-big-img-text {
        right: 5em
    }

    .advantages-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .advantages-top-img img {
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover
    }

    .technologies-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }

    .video-row {
        grid-template-columns:repeat(1, 1fr)
    }

    .technologies-block {
        height: 227px
    }

    .razdellist2 {
        grid-template-columns:repeat(1, 1fr)
    }

    .benefit-text-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }

    .benefit-text__text-title {
        min-height: auto
    }

    .benefit-text__text {
        min-height: auto
    }

    .news_proect {
        grid-template-columns:repeat(1, 1fr)
    }

    .numbers-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .review_row:before {
        display: none
    }

    .footer-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .about-block__top {
        flex-direction: column
    }

    .about-block__bottom:before {
        bottom: -64px
    }

    .chronology-top, .chronology-bottom {
        grid-template-columns:repeat(1, 1fr)
    }

    .use-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .elist ul {
        grid-template-columns:repeat(1, 1fr)
    }

    .contact-block {
        flex-direction: column
    }

    .main-title {
        font-size: 1rem
    }

    .product_card_wrap {
        padding: 0
    }

    .footer_developer {
        margin-top: 15px;
        text-align: center
    }

    .pagetip_article .desc-full img {
        width: 100% !important;
        height: auto !important
    }

    .main-title-2:before, .main-title-4:before, .main-title-5:before, .main-title-6:before, .main-title-7:before {
        top: -12px
    }

    .main-title-3:before, .main-title-news:before {
        top: -11px
    }

    .chronology-mob-in {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 90px
    }

    .main-title-1, .main-title-4 {
        max-width: 70%
    }

    .main-title-btn {
        padding: 15px 7px;
        font-size: 11px
    }

    .card-table-left {
        font-weight: 500;
        color: #182656;
        max-width: 100px;
        font-size: 14px
    }

    .card-table-right {
        min-width: 90px;
        font-size: 14px;
        text-align: right
    }

    .card-table td {
        padding: 10px 5px
    }
}

@media screen and (max-width: 500px) {
    .seed-in {
        grid-template-columns:repeat(1, 1fr)
    }

    .seed-block:first-child {
        align-items: center
    }

    .seed-row {
        margin-bottom: 55px
    }

    .seed-row:last-child {
        margin-bottom: 55px
    }
}

@media screen and (max-width: 321px) {
    .main-title-4:before {
        top: -7px;
        right: -65px
    }

    .photos-in__block-text-1 {
        top: 78px
    }

    .main-title-8:before {
        height: 37px
    }
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11015;
    display: none
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    /*background-image:url('js/fancybox/fancybox.png')*/
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 11010;
    outline: none;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    /*background:transparent url('js/fancybox/fancybox.png')-40px 0;*/
    cursor: pointer;
    z-index: 1103;
    display: none
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('blank.gif');
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0
}

#fancybox-right {
    right: 0
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    /*background-image:url('js/fancybox/fancybox.png');*/
    background-position: -40px -30px;
    left: 20px
}

#fancybox-right-ico {
    /*background-image:url('js/fancybox/fancybox.png');*/
    background-position: -40px -60px;
    right: 20px;
    left: auto
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png')
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    /*background-image:url('js/fancybox/fancybox.png');*/
    background-position: -40px -162px
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
    background-position: -20px 0
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    /*background-image:url('js/fancybox/fancybox.png');*/
    background-position: -40px -182px
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
    background-position: 0 -20px
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    /*background-image:url('js/fancybox/fancybox.png');*/
    background-position: -40px -142px
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('fancybox-y.png')
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    /*background-image:url('js/fancybox/fancybox.png');*/
    background-position: -40px -122px
}

#fancybox-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    /*background-image: url('fancy_title_over.png');*/
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    /*background: url('js/fancybox/fancybox.png') -40px -90px no-repeat*/
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 3px 0;
    background: url('fancybox-x.png') 0 -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    /*background: url('js/fancybox/fancybox.png') -55px -90px no-repeat*/
}

.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_close.png', sizingMethod='scale')
}

.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_nav_left.png', sizingMethod='scale')
}

.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_nav_right.png', sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-over {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_title_over.png', sizingMethod='scale');
    zoom: 1
}

.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_title_left.png', sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_title_main.png', sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_title_right.png', sizingMethod='scale')
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    /*height: expression(this.parentNode.clientHeight + "px")*/
}

#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    /*top: expression((-20 +(document.documentElement.clientHeight ? document.documentElement.clientHeight/2:document.body.clientHeight/2)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+ 'px')*/
}

#fancybox-loading.fancybox-ie6 div {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/fancybox/fancy_loading.png', sizingMethod='scale')
}

.fancybox-ie .fancybox-bg {
    background: transparent !important
}

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_n.png', sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_ne.png', sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_e.png', sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_se.png', sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_s.png', sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_sw.png', sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_w.png', sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_nw.png', sizingMethod='scale')
}

.container_inside_dealer {
    position: relative;
}

.container_inside_dealer::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 785px;
    height: 575px;
    background: url(images/user/images/design/diller-pg-before.png) 0 0 no-repeat;
    z-index: -1;
}

.chronology-block__img img:nth-of-type(2) {
    position: absolute;
    bottom: -15px;
    right: -115px;
}

textarea {
    height: 100px;
    resize: none;
}

#collback_popup textarea {
    margin-bottom: 20px;
}

.pagetip_catalog .center_block_inside {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.plitka2_list .plitka2_name:before {
    left: 17px;
}

p, ul li, td {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
}

.szk-attention-text {
    font-size: 16px;
}

.navig .dots {
    background: none;
    color: #138d90;
}


.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.article-gallery__block img {
    height: 200px;
    width: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;
}

.catalog-wrapper .product {
    position: relative;
    transition: 250ms;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    background: #f3f5f8;
    box-shadow: -10px -10px 20px #ffffff, 2px 2px 20px rgb(166 180 200 / 70%);
    z-index: 11111;
}

.catalog-wrapper .product img {
    padding: 20px 0;
    width: 100%;
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    background: #fff;
    margin-bottom: 0 !important;
}

.catalog-wrapper .product h2 {
    color: #182656;
    position: relative;
    z-index: 10;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 10px 30px !important;
    min-height: 72px;
    text-align: left;
    background: #f3f5f8;
    display: flex;
    align-items: center;
}

.catalog-wrapper .product:hover h2 {
    background: #138d90;
    color: #fff;
}

.catalog-wrapper .product h2::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 20px;
    background: #feb64c;
    box-shadow: -1px -1px 3px #ffffff, 1px 1px 5px rgb(0 0 0 / 20%);
    width: 4px;
    height: 55px;
}

.catalog-wrapper .product:hover h2::before {
    background: #fff;
}

.catalog-wrapper .product .button.product_type_simple {
    display: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    display: block;
    background: transparent;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    display: block;
    background: transparent;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f0f2f6;
    border: none;
}

.numbers-block__text {
    color: #fff;
}

.numbers-block--white .numbers-block__text {
    color: #182656;
}

.container {
    max-width: 100%;
}

.card-big__bottom-block-text {
    text-transform: initial;
    font-size: 16px;
}

.nav_menu {
    width: 100%;
}

.header-social-wrapper {
    z-index: 1000;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 60px;
    display: none;
    z-index: 10000000;
}

#back-top a {
    width: 64px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    transition: 1s;
}

#back-top a:hover {
    color: #000;
}

#back-top span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    /*background:#ddd url(images/up-arrow1.png) no-repeat center center;*/
    border-radius: 15px;
    transition: 1s;
    padding-top: 15px;
}

#back-top span img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#back-top a:hover span {
    background-color: #777
}

input[type=checkbox], input[type=radio] {
    width: auto;
}

.popular h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.popular li {
    list-style: none;
}

.popular img {
    padding: 20px 0;
    width: 100%;
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
}

.popular h2 {
    color: #182656;
    position: relative;
    z-index: 10;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 10px 30px;
    min-height: 72px;
    text-align: left;
    background: #f3f5f8;
    display: flex;
    align-items: center;
}

.popular h2::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 20px;
    background: #feb64c;
    box-shadow: -1px -1px 3px #ffffff, 1px 1px 5px rgb(0 0 0 / 20%);
    width: 4px;
    height: 55px;
}

.popular .product_type_simple {
    display: none;
}

.popular .catalog-main {
    width: 100%;
}

.popular .razdellist2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popular .service {
    flex: 0 0 30%;
}

/* .footer_developer{
    display: none;
} */
.acceptance {
    margin-top: 20px;
}

.share {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-social img {
    width: 20px;
}


.contact-map{margin-top:35px}

@media screen and (max-width: 767px) {
    .catalog-wrapper .product {
        width: 100% !important;
    }

    .container {
        max-width: 100%;
    }

    .popular .service {
        flex: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 100%;
    }

    .popular .service {
        flex: 0 46%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    .header-wrapper {
        padding-bottom: 25px;
    }
}

.category-description {
    padding: 40px 0;
}