* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --font:'Roboto Condensed';
    --f100: 100;
    --f200: 200;
    --f300: 300;
    --f400: 400;
    --f500: 500;
    --f600: 600;
    --f700: 700;
    --f800: 800;
    --f900: 900;

    --fz16: 1rem;
    --fz14: 0.875rem;
    --fz18: 1.125rem;
    --fz20: 1.25rem;
    --fz24: 1.5rem;
    --fz30: 1.875rem;
    --fz40: 2.5rem;

    --lh24: 1.5rem;
    --lh22: 1.375rem;
    --lh14: 0.875rem;

    --black: #354162;
    --blue: #445FA9;
    --blue_2: #869bd3;
    
    --white: #ffffff;
    --white_2: #F4F6F9;
    --yellow: #FDC539;
    --gray: #dadde6;
    --gray_2: #979aa0;
    --svg_color: #fcf2d8;

    --border: #576fb2;

    --br4: 0.25rem;
    --br22: 1.375rem;
    
}
body {
    color: var(--black);
    font-family: var(--font);
    font-size: var(--fz16);
    font-weight: var(--f400);
    line-height: var(--lh24);
}
a {
    color: var(--blue);
}
a:hover{
    text-decoration: none;
}
.top{
    padding: 0.5rem 0;
    background: var(--white_2);
}
.top-ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-ul li{
    margin-right: 2.188rem;
}
.top-ul li:last-child{
    margin-right: 0;
}
.top-ul li a{
    color: var(--black);
}
.top-ul li a:hover{
    color: var(--blue);
}
.top-ul li.active a{
    font-weight: var(--f700);
}
.top_header_btn{
    padding: 0.438rem 0.938rem;
    background: var(--yellow);
    border-radius: var(--br4);
    border: none;
    color: var(--blue);
    transition: .2s;
    line-height: var(--fz16);
    display: inline-block;
}
.top_header_btn:hover,
.top-ul li a.top_header_btn:hover{
    background: var(--blue);
    color: #F4F6F9;
}
button.searchSubmit {
    position: absolute;
    top: 0;
    right: 0;
}
.form-control {
    padding: 0.438rem 0.938rem;
    font-size: var(--fz14);
    line-height: var(--fz16);
    color: var(--gray_2);
    border: 1px solid var(--gray);
    border-radius: var(--br4);
}
.simplesearch-search-form .form-control {
    height: calc(1.2em + 0.70rem + 2px);
}
.headpos {
    display: flex;
    align-items: center;
    line-height: var(--lh22);
}
.headpos_svg {
    width: 36px;
    height: 36px;
    background: var(--svg_color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.625rem;
}
.headpos_tel a {
    font-size: var(--fz20);
    font-weight: var(--f700);
}
.headpos_link span {
    cursor: pointer;
    text-decoration: underline;
    color: var(--blue);
}
#msMiniCart{
    padding: 0.438rem 0.938rem;
    max-width: 210px;
    border-radius: var(--br22);
    background: var(--blue);
    margin-left: auto;
}
.cart-flex {
    display: flex;
    align-items: center;
    line-height: initial;
}
.msMiniCart_svg{
    margin-right: 0.75rem;
}
.cart-name {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
}
.cart-text{
    font-size: 0.875rem;
    color: var(--blue_2);
}
.logo {
    margin: 24px 0;
}
.menu_gl{
    background-color: var(--blue);
    border-bottom: 2px solid var(--yellow);
}
.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: var(--white);
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="10.000000" height="5.700195" viewBox="0 0 10 5.7002" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5 5.7002C4.8208 5.7002 4.6416 5.63184 4.50488 5.49536L0.205078 1.19556C-0.0683594 0.921875 -0.0683594 0.478516 0.205078 0.205078C0.478516 -0.0683594 0.921875 -0.0683594 1.19531 0.205078L5 4.00977L8.80469 0.205078C9.07812 -0.0681152 9.52148 -0.0681152 9.79492 0.205078C10.0684 0.478516 10.0684 0.922119 9.79492 1.19556L5.49512 5.49536C5.3584 5.63208 5.1792 5.7002 5 5.7002Z" fill="%23ffffff" /></svg>');
}
.top .dropdown-toggle::after{
    background-image: url('data:image/svg+xml,<svg width="10.000000" height="5.700195" viewBox="0 0 10 5.7002" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5 5.7002C4.8208 5.7002 4.6416 5.63184 4.50488 5.49536L0.205078 1.19556C-0.0683594 0.921875 -0.0683594 0.478516 0.205078 0.205078C0.478516 -0.0683594 0.921875 -0.0683594 1.19531 0.205078L5 4.00977L8.80469 0.205078C9.07812 -0.0681152 9.52148 -0.0681152 9.79492 0.205078C10.0684 0.478516 10.0684 0.922119 9.79492 1.19556L5.49512 5.49536C5.3584 5.63208 5.1792 5.7002 5 5.7002Z" fill="%23354162" /></svg>');
}
.top .dropdown-toggle::after{
    margin-left: 0px;
}
.navbar-nav .dropdown-toggle::after{
    display: none;
}
.navbar{
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 0;
    display: block;
    position: relative;
    transition: .2s;
}
.navbar-expand-lg .navbar-nav .nav-item{
    padding: 1rem;
    transition: .2s;
}
.navbar-expand-lg .navbar-nav .nav-item:hover{
    background-color: var(--yellow);
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{
    color: var(--blue);
}
.navbar-expand-lg .navbar-nav .nav-item:hover::before{
    content: '';
    width: 100%;
    height: 100%;
    background: var(--yellow);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    transition: .2s;

}
.navbar-expand-lg .navbar-nav .nav-item::after{
    content: '';
    width: 6px;
    height: 6px;
    background: var(--yellow);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -1.25rem;
    transition: .2s;

}
.navbar-expand-lg .navbar-nav .nav-item:hover::after{
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child::after{
    display: none;
}
footer{
    background: var(--blue);
    padding: 3.75rem 0;
    color: var(--white);
}
.footer-name {
    font-size: var(--fz16);
    font-weight: var(--f700);
    line-height: var(--fz16);
    color: var(--white);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 33px;
}
.footer-name:after{
    content: '';
    background-color: var(--yellow);
    width: 40px;
    height: 2px;
    position: absolute;
    top: 25px;
    left: 0;
}
.menu-footer li{
    margin-bottom: 15px;
}
.menu-footer li:last-child{
    margin-bottom: 0px;
}
.menu-footer li a,
.tel_footer--link{
    color: var(--white);
}
.menu-footer li a:hover,
.tel_footer--link:hover{
    color: var(--yellow);
}
.social_link--footer a{
    color: white;
    font-size: 30px;
}
.dop_footer, 
.dop_footer a{
    color: #a2afd4;
    font-size: var(--fz14);
}
.logo_footer{
    margin-bottom: 50px;
}
.col_footer--flex {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.img_left {
    float: right;
    margin: 0 0 0 35px;
}
.block{
    margin-bottom: 100px;
}
.titel_seo {
    font-size: var(--fz40);
    font-weight: var(--f400);
    position: relative;
    padding-left: 70px;
    line-height: initial;
}
.titel_seo:before{
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    margin: 0;
    top: 22px;
    bottom: 0;
}
.titel_seo span{
    color: var(--blue);
    font-weight: var(--f700);
}
.more_text--seo ul,
.more_text--seo ol {
    list-style-position: inside;
    padding: 0 0 0 30px;
    list-style: none;
}
.more_text--seo ul li,
.more_text--seo ol li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
}
.more_text--seo ul li:last-child,
.more_text--seo ol li:last-child {
    margin-bottom: 0px;
}
.more_text--seo ol {
    counter-reset: my-awesome-counter;
}
.more_text--seo ol li {
    counter-increment: my-awesome-counter;
    position: relative;
}
.more_text--seo ul li::before{
    content: '';
    position: absolute;
    --size: 6px;
    left: calc(-1 * var(--size) - 8px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 8px;
    background-color: var(--yellow);
    border-radius: 50%;
}
.more_text--seo ol li::before {
    content: counter(my-awesome-counter);
    color: var(--yellow);
    border: 2px solid var(--yellow);
    font-size: var(--fz14);
    font-weight: var(--f700);
    position: absolute;
    --size: 22px;
    left: calc(-1 * var(--size) - 8px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: var(--f400);
}
span.mrc-btn-seo {
    text-transform: uppercase;
    color: var(--blue);
    text-decoration: underline;
    cursor: pointer;
    transition: .2s;
}
span.mrc-btn-seo:hover{
    text-decoration: none;
    color: var(--yellow);
}
.bg-blue{
    background: var(--blue);
    padding: 100px 0;
    color: var(--white);
} 
.img-bloock-icon-name {
    font-size: var(--fz30);
    text-transform: uppercase;
    font-weight: var(--f700);
    color: var(--yellow);
}
.img-bloock-icon-text{
    font-size: var(--fz18);
    line-height: var(--lh22);
}
.title_line{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: var(--f300);
}
.title_line span{
    font-weight: var(--f700);
    color: var(--yellow);
}
.title_line:before,
.title_line:after{
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--yellow);
    position: absolute;

    margin: auto 0;
    top: 0;
    right: -70px;
    bottom: 0;
}
.title_line.title_line--2{
    color: var(--black);
}
.title_line.title_line--2 span{
    color: var(--blue);
}
.title_line.title_line--2:before,
.title_line.title_line--2:after{
    background-color: var(--black);
}
.title_line:before {
    right: auto;
    left: -70px;
}
.img_bg--border{
    border: 2px dashed var(--border);
    width: 122px;
    height: 122px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.img_bg{
    background-color: var(--border);
    width: 106px;
    height: 106px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-cat-gl {
    border-radius: 10px;
    box-shadow: 0px 24px 24px 0px rgba(21, 25, 58, 0.09);
    background: rgb(255, 255, 255);
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.block-cat-gl-desc{
    padding: 20px;
}
.block-cat-gl-name{
    margin-bottom: 15px;
}
.block-cat-gl-name a{
    color: var(--black);
    font-size: var(--fz24);
    font-weight: var(--f700);
    text-transform: uppercase;
}
.block-cat-gl-ul ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}
.block-cat-gl-ul ul li{
    position: relative;
    margin-bottom: 6px;
}
.block-cat-gl-ul ul li:last-child{
    margin-bottom: 0;
}
.block-cat-gl-ul ul li::before{
    content: '';
    position: absolute;
    --size: 6px;
    left: calc(-1 * var(--size) - 8px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 8px;
    background-color: var(--yellow);
    border-radius: 50%;
}
.block-cat-gl-ul ul li a{
    color: var(--black);
    padding-left: 5px;
}
.block-cat-gl-ul ul li a:hover{
    color: var(--blue);
    text-decoration: underline;
}
.title_page{
    font-size: var(--fz40);
    line-height: var(--fz40);
    font-weight: var(--f400);
    margin-bottom: var(--fz40);
    text-transform: uppercase;
}
.title_page span{
    color: var(--blue);
    font-weight: var(--f700);
}
#top-btn {
    display: inline-block;
    background-color: var(--yellow);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: all .25s linear;
    z-index: 1000;
    border: none;
    opacity: 0
}

#top-btn.show {
    opacity: 1
}

#top-btn:hover {
    cursor: pointer;
    background-color: #095d91
}
.py-100{
    padding: 100px 0;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #c7cfe5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--blue);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid var(--blue);
    border-radius: 4px;
    background: var(--white);
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 0;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--blue);
}
.owl-theme .owl-nav [class*=owl-]:hover svg path{
    fill: var(--white);
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
.wr-otziv.owl-carousel .owl-stage-outer,
.client-page-logo.owl-carousel .owl-stage-outer{
    padding-bottom: 30px;
}
.owl-carousel .owl-nav{
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.wr-logo-client {
    max-width: 220px;
    max-height: 140px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 12px 27px 0px rgba(13, 24, 55, 0.13);
    background: rgb(255, 255, 255);
}
#accordionFaq .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--blue);
    background-clip: border-box;
    border: none;
    border-radius: 25px;
    color: var(--white);
    margin-bottom: 10px;
}
.accor-btn {
    position: relative;
    display: block;
    border: none;
    background: transparent;
    padding: 0.75rem 1.25rem;
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
#accordionFaq .card-header {
    padding: 0;
    background-color: var(--blue) !important;
    border-bottom: none;
}
#accordionFaq .card-header:first-child {
    border-radius: 25px;
}
#accordionFaq .card-body {
    color: var(--white_2);
    font-weight: var(--f400);
    font-size: var(--fz14);
    line-height: var(--lh24);
    padding-top: 0px;
}
.block-faq{
    padding: 100px 0;
    background-color: var(--white_2);
}
.accordion .card-header .accor-btn[aria-expanded="false"]:after {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="20.000000" height="20.000000" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect x="9.000000" width="2.000000" height="20.000000" fill="%23FDC539" fill-opacity="1.000000"/><rect id="Rectangle 101" x="20.000000" y="9.000000" width="2.000000" height="20.000000" transform="rotate(90 20.000000 9.000000)" fill="%23FDC539" /></svg>');
    display: inline-block;
    float: right;
}
.accordion .card-header .accor-btn[aria-expanded="true"]:after {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="20.000000" height="2.000000" viewBox="0 0 20 2" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect x="20.000000" width="2.000000" height="20.000000" transform="rotate(90 20.000000 0.000000)" fill="%23FDC539"/></svg>');
    display: inline-block;
    float: right;
}
.titel_seo.titel_seo--2:before {
    background-color: var(--black);
}
ul, ol{
    list-style-position: inside;
}
/* btn btn-bl */
.wr-label-tz3 {
    position: absolute;
    top: 20px;
    right: -9px
}
.rec-design-li {
    background: #f2b51e;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    width: 140px;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px
}

.rec-design-li:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: -8.5px;
    right: 0;
    border-left: 9px solid #ce960b;
    border-bottom: 9px solid transparent
}

.rec-design-li.top-design-li {
    background: #f21e1e
}

.rec-design-li.top-design-li:before {
    border-left: 9px solid #c00b0b
}
.btn.btn-yl,
.btn.btn-bl,
.tab-link{
    border-radius: var(--br4);
    background: var(--yellow);
    color: var(--blue);
    font-size: var(--fz20);
    line-height: var(--fz20);
    font-weight: var(--f700);
    text-align: center;
    transition: .2s;
    padding: var(--fz14) var(--fz40);
    border: none;
}
.btn.btn-yl:hover,
.btn.btn-bl:hover,
.tab-link.active{
    background: var(--blue);
    color: var(--white);
}
.name-otziv{
    font-size: var(--fz20);
    line-height: var(--fz20);
    font-weight: var(--f700);
}
.text-otziv--2{
    margin-top: 7px;
}
.mrc-btn{
    color: var(--blue);
    text-decoration: underline;
    line-height: var(--fz14);
    margin: 10px 0 0 0;
    cursor: pointer;
}
a.foto-otziv {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 4px;
    overflow: hidden;
}
.read_all.text-center {
    margin: -10px 0 0 0;
}
.otziv {
    border-radius: 10px;
    box-shadow: 0px 12px 34px 0px rgba(21, 25, 58, 0.09);
    max-width: 540px;
    padding: 25px 20px;
    margin-bottom: 30px;
    background: var(--white) url('data:image/svg+xml,<svg width="50.005371" height="36.872009" viewBox="0 0 50.0054 36.872" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M31.0215 34.0282C32.0503 33.7476 32.9326 33.5337 33.8013 33.2531C37.5303 32.0101 40.2969 29.5375 42.4087 26.2897C43.0103 25.3541 43.5312 24.3651 44.0527 23.3893C44.4668 22.6008 44.2129 22.2132 43.3174 22.2132C39.6421 22.2132 35.9663 22.2132 32.291 22.2132C29.5645 22.2132 27.8003 20.4623 27.7871 17.7625C27.7734 13.3252 27.7734 8.90125 27.7871 4.46393C27.7871 1.75079 29.5513 0.0132446 32.2778 0.0132446C36.6885 0.0132446 41.0986 0.0132446 45.5093 0.0132446C48.2227 -0.00012207 49.9868 1.75073 49.9868 4.47729C50 9.35565 50.0269 14.2341 49.9736 19.1124C49.8931 28.1742 43.4644 35.5385 34.5498 36.8483C34.1353 36.9152 33.8413 36.8483 33.5474 36.5409C32.7588 35.7123 31.917 34.9103 31.0215 34.0282Z" fill="%23DDE0EA" fill-opacity="1.000000" fill-rule="nonzero"/><path d="M3.36816 33.9749C4.1167 33.7878 4.87842 33.6274 5.61328 33.4001C9.9707 32.0369 13.0312 29.1099 15.2769 25.2473C15.6377 24.6324 15.9585 24.0043 16.2793 23.3627C16.6533 22.6009 16.4126 22.2267 15.5571 22.2267C11.9219 22.2267 8.2998 22.2267 4.66455 22.2267C1.72412 22.2267 0 20.5293 0 17.5889C0 13.2719 0 8.95483 0 4.62445C0 1.71075 1.72412 0 4.62451 0C8.95459 0 13.2983 0 17.6426 0C20.4624 0 22.1997 1.72412 22.2134 4.51752C22.2134 9.35577 22.2402 14.1807 22.2134 19.019C22.1465 27.5193 16.4663 34.71 8.39355 36.5544C6.28174 37.0355 6.28174 37.0222 4.7583 35.5119C4.27686 35.0308 3.729 34.603 3.22119 34.162C3.26123 34.0952 3.31445 34.0283 3.36816 33.9749Z" fill="%23DDE0EA"/></svg>') no-repeat 95% 90%;
    position: relative;
}

.read_all a{
    text-transform: uppercase;
    color: var(--blue);
    text-decoration: underline;
}
.read_all a:hover{
    text-decoration: none;
}
.time-otziv {
    color: rgb(165, 173, 201);
    font-size: var(--fz14);
}
.block_perezvon{
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.bg-blue--2 {
    background: var(--blue) url('data:image/svg+xml,<svg width="778" height="244" viewBox="0 0 778 244" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.1" cx="413.5" cy="121.5" r="401.5" fill="white"/><circle opacity="0.1" cx="413.5" cy="121.5" r="412.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-dasharray="7 7"/></svg>') no-repeat 100% 0%;
    color: var(--white);
    background-size: contain;
}
.titel_seo.titel_seo--3{
    font-weight: var(--f300);
}
.titel_seo.titel_seo--3 span{
    color: var(--yellow);
}
.block_perezvon .headpos_tel{
    font-size: var(--fz24);
    line-height: var(--fz24);
}
.block_perezvon .headpos_tel a{
    font-size: var(--fz24);
    color: var(--yellow);
}
.block_perezvon  .headpos_text{
    margin-top: 5px;
}
.block_perezvon  a {
    color: var(--white);
}
.block_perezvon .headpos_svg {
    width: 50px;
    height: 50px;
    background: #6077b6;
    margin-right: 1.25rem;
}
.map-ukraine-bg2{
    background-repeat: no-repeat;
}
.map-ukraine .img_bg {
    background: #eceff5;
}
.map-ukraine .img_bg--border{
    border-color: #eceff5;
}
.bg-blue--3{
    background: var(--blue);
    color: var(--white);
}
.block_prob {
    position: relative;
}
.block_prob:after {
    content: '';
    width: 471px;
    height: 448px;
    position: absolute;
    top: -18px;
    right: 0;
    background: url(../images/material-tent.png) no-repeat;
    z-index: 0;
}
.block_prob--btn{
    margin: 20px 0 0 70px;
}
#block-1{
    background: url(../images/ex.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.block_pad{
    padding: 100px 0;
}
.img-bloock-icon-desc {
    margin-left: 20px;
}
.img-bloock--flex{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.img-bloock--flex .img_bg--border {
    flex: 0 0 122px;
}
.banner-akcii--gl{
    position: relative;
    background-size: cover;
}
.banner-akcii--title-2 {
    margin: 20px 0 50px;
    font-size: 80px;
    font-weight: 700;
    line-height: 84px;
    color: var(--blue);
    text-transform: uppercase;
}
.banner-akcii--desc{
    padding: 100px 0;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
    color: #868da1;
}
.breadcrumb a,
.breadcrumb span{
    font-size: var(--fz14);
}
.breadcrumb .breadcrumb-item.active span{
    color: var(--black);
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding:0 0.5rem;
    content: "";
    width: 10px;
    height: 8.32px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="10.000000" height="8.319336" viewBox="0 0 10 8.31934" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path id="Vector" d="M9.84033 4.54834L6.229 8.15967C6.12549 8.2627 5.98828 8.31934 5.8418 8.31934C5.69531 8.31934 5.55762 8.2627 5.45459 8.15967L5.12695 7.83179C5.02393 7.72876 4.96729 7.59131 4.96729 7.44482C4.96729 7.2981 5.02393 7.15601 5.12695 7.05322L7.23389 4.94165L0.540039 4.94165C0.238281 4.94165 0 4.70557 0 4.40356L0 3.93994C0 3.63818 0.238281 3.37793 0.540039 3.37793L7.25781 3.37793L5.12695 1.25464C5.02393 1.15161 4.96729 1.01782 4.96729 0.871338C4.96729 0.724854 5.02393 0.589355 5.12695 0.486328L5.45459 0.159424C5.55811 0.0561523 5.69531 0 5.8418 0C5.98828 0 6.12598 0.0568848 6.229 0.160156L9.84033 3.77148C9.94336 3.87476 10.0005 4.01294 10 4.15967C10.0005 4.30688 9.94336 4.44507 9.84033 4.54834Z" fill="%23354162"/></svg>');
}
.svg_ic_bread svg {
    margin: -3px 10px 0 0;
}
.map iframe{
    border:0;
    display: block;
    width: 100%;
}
.bg-white .title_line:before, 
.bg-white .title_line:after,
.bg-white .img_bg,
.partner_page--bottom .img_bg {
    background-color: var(--blue);
}
.bg-white .img_bg--border,
.partner_page--bottom .img_bg--border{
    border-color: #cdd2e0;
}
.bg-white .title_line span,
.bg-white .img-bloock-icon-name {
    color: var(--blue);
}

.partner_page--top{
    background: url(../images/ex2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 2px dashed var(--blue);
    padding-bottom: 55px;
}
.partner_page--pad{
    margin-left: 70px;
}
.partner_page--top .breadcrumb-page{
    margin-bottom: 40px;
}
.partner_page--ul_2{
    margin: 35px 0;
}
.partner_page--ul{
    margin-bottom: 85px;
}
.partner_page--top .titel_seo.titel_seo--2{
    font-size: 80px;
    font-weight: 700;
    line-height: 84px;
    color: var(--blue);
}
.partner_page--top .titel_seo.titel_seo--2:before {
    background-color: var(--blue);
}
.partner_page--top .titel_seo:before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.partner_page--top h1{
    color: var(--blue);
    font-size: var(--fz40);
    line-height: 50px;
}
.partner_page--top-li{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.partner_page--top-li:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180.00deg, rgba(53, 65, 98, 0) 63.472%,rgb(20, 30, 61) 86.269%);
    opacity: 0.5;
    z-index: 1;
}
.partner_page--top-name{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--white);
    z-index: 2;
}
.partner_page--ul .titel_seo{
    margin-bottom: 20px;
}
.partner_page--bottom .titel_seo.titel_seo--2:before {
    background-color: var(--blue);
}
.partner_page--dop-title {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 1rem;
    padding-left: 55px;
}
.partner_page--dop-title:before {
    content: '';
    width: 35px;
    height: 4px;
    background-color: var(--black);
    position: absolute;
    left: 0;
    margin: 0;
    top: 22px;
    bottom: 0;
}
.partner_page--bottom .wr-img-bloock-icon{
    border-bottom: 2px dashed var(--blue);
    padding-bottom: 60px;
    margin-bottom: 50px;
}
.fz-30{
    font-size: var(--fz30);
}
.fz-24{
    font-size: var(--fz24);
}
.fz-18{
    font-size: var(--fz18);
}
.fz-30.titel_seo:before{
    top: 16px;
}
.partner_page--top-li-catalog .partner_page--top-name a{
    color: #fff;
}
.partner_page--top-li-catalog{
    position: relative;
}
.hide-cat-a {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
}
.partner_page--top-li-catalog:hover .hide-cat-a {
    display: block;
    background: #fff;
}
.ul-name-catlog-shop {
    margin-top: 10px;
    list-style: none;
    margin-left: 20px;
}
.ul-name-catlog-shop li {
    position: relative;
    padding-left: 15px;
}
.ul-name-catlog-shop li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--blue);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.price-wrap .price {
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
    line-height: initial;
}
.btn-basket {
    border: 1px solid var(--yellow);
    border-radius: 50%;
    padding: 0px 5px;
    line-height: initial;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-basket svg {
    fill: var(--yellow);
    width: 16px;
    height: 16px;
}
.mic-info-prod {
    margin-bottom: 15px;
}
.wr-nal-prod {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.r-nal-prod {
    width: 7px;
    height: 7px;
    background: #00b904;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 5px 3px #52d254;
    margin-right: 12px;
}
.nal-prod-text {
    color: #00b904;
    font-weight: 600;
}
.prod-option-ul {
    margin-bottom: 25px;
}
.wr-prod-color-option {
    margin-bottom: 10px;
}
.prod-option-li {
    margin: 6px 0;
}
.prod-option-label {
    position: relative;
    padding-left: 15px;
}
.prod-option-label:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.wr2-prod-color-option {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.color-prod-li {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid var(--blue);
    border-radius: 3px;
}
.prod-color-option-c3 {
    display: none;
}
.prod-color-option-c3.active {
    display: block;
}
.prod-color-option-c2 button {
    border: none;
    color: var(--blue);
    text-decoration: underline;
    background: 0 0;
}
.price-prod-wr {
    background: #fff;
    padding: 10px 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 24px 24px 0px rgba(21, 25, 58, 0.09);
}
.my-input-group {
    max-width: 170px;
    border: 1px solid #cfd3d9;
    border-radius: 5px;
    padding: 5px;
}
.input-number {
    border: none;
    text-align: center;
}
.wr-new-price {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.new-price {
    font-size: var(--fz30);
    color: var(--blue);
    font-weight: var(--f500);
}
.dop-form-btn{
    text-align: center;
    color: var(--blue);
    text-decoration: underline;
    cursor: pointer;
}
.dop-form-btn:hover{
    text-decoration: none;
}
.price-prod-wr2 .btn.btn-yl{
    padding: var(--fz14) var(--fz20);
    display: block;
    width: 100%;
}
.prod-option-ul-dop .prod-option-li {
    margin: 10px 0;
}
.dop-name-prod {
    font-size: var(--fz30);
    font-weight: var(--f400);
    position: relative;
    padding-left: 70px;
    line-height: initial;
    margin-bottom: 20px;
}
.dop-name-prod:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    left: 0;
    margin: 0;
    top: 17px;
    bottom: 0;
}
.title-basket {
    font-size: var(--fz24);
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 15px;
}
#sync2 .owl-nav {
    font-size: 20px;
    color: var(--blue);
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    margin: auto 0;
    bottom: 0;
}
#sync2 .owl-prev {
    color: var(--blue);
    background: #f5f5f5;
    display: block;
    margin: 0;
    height: 30px;
    width: 30px;
}
#sync2 .owl-next {
    color: var(--blue);
    background: #f5f5f5;
    display: block;
    margin: 0;
    height: 30px;
    width: 30px;
}
#sync2.owl-carousel .owl-stage-outer {
    margin-bottom: 30px;
}
#sync2 .owl-prev.disabled, #sync2 .owl-next.disabled {
    opacity: .2;
}
.wr-prod-stikers {
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 0;
}
.prod-stikers {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #f2b51e;
    padding: 5px 10px;
    border-radius: 0 5px 5px 0;
    margin: 10px 0 0;
    width: fit-content;
}
.prod-stikers-color-1 {
    background: #dd0202;
}
.color-theme {
    color: var(--blue);
}
.price-usl {
    font-size: 22px;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 15px;
}
.desc-usl {
    padding: 25px 20px;
}
.bg-block-usluga-1 {
    background: var(--white);
    padding-bottom: 15px;
    box-shadow: 0px 12px 34px 0px rgba(21, 25, 58, 0.09);
}
.bg-white {
    background: var(--white);
    box-shadow: 0px 12px 34px 0px rgba(21, 25, 58, 0.09);
}
.bg-white.bg-white--2 {
    background: var(--white);
    box-shadow: none;
}
.item-chert {
    max-width: 555px;
    padding: 10px;
}
.bg-white2{
    background: var(--white_2);
}
.price-chert span {
    font-size: 22px;
    font-weight: 700;
}
.bg-gray {
    background-color: var(--gray);
}
.color-tkani {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 4px;
    border: 1px solid #ccc;
}
.wr-tkani-desc {
    display: flex;
    flex-wrap: wrap;
}
.top-tkani-name .h4{
    font-weight: var(--f600);
}
.bg-theme {
    background: var(--blue);
    color: var(--white);
}
.bg-theme a{
    color: var(--yellow);
}
.spisok1-tz2-title {
    background-color: var(--blue);
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.tkani-text-table {
    width: 50%;
    text-align: left;
    font-weight: 600;
    padding: 5px 0;
}
.tkani-znach-table {
    width: 50%;
    text-align: right;
    padding: 5px 0;
}
.my-cont.container-fluid {
    max-width: 1440px;
}
.nes-t .text-bl-har, .nes-t .text-bl-tz1, .nes-t .nam-bl-har {
    padding: 5px;
}
.nam-bl-har {
    color: var(--blue);
    font-size: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.text-bl-har, .nam-bl-har {
    text-align: center;
}
.text-bl-har, .text-bl-tz1, .nam-bl-har {
    padding: 11px 5px 14px;
    font-weight: 500;
    max-height: 75px;
    overflow: hidden;
}
.nes-t .nam-bl-har>span, .nes-t .text-bl-har>span {
    color: #8a8a8a;
    display: block;
    text-align: center;
    font-size: 13px;
}
.tkani-color-tkani {
    max-height: 105px;
    min-height: 105px;
}
.ribbon3 {
    width: 120px;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    position: absolute;
    right: -8px;
    top: 20px;
    background: var(--yellow);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}
.ribbon3:before {
    height: 0;
    width: 0;
    bottom: -8.5px;
    right: 0;
    border-left: 9px solid var(--yellow);
    border-bottom: 9px solid transparent;
}
.slider-tz2-text,
.title-gallery_page {
    background-color: var(--blue);
    color: var(--white);
    padding: 10px;
    text-align: center;
}
.slider-tz2-text .owl-nav,
.gallery_page .owl-nav{
    margin: 20px 0 0;
}
.bg-section-contdown {
    background-color: var(--blue);
    background-position: left top;
    background-repeat: no-repeat;
}
.title-section-contdown {
    color: var(--yellow);
    font-size: 70px;
    font-weight: 600;
    line-height: initial;
}
.text-section-contdown {
    font-size: 30px;
    color: var(--white);
    font-weight: 500;
    line-height: initial;
}
.color-theme2 {
    color: var(--yellow);
}
#cd li {
    font-size: 50px;
    color: var(--white);
    text-align: center;
    font-weight: 600;
    position: relative;
    line-height: initial;
}
#cd li span {
    font-size: 14px;
    text-transform: uppercase;
}
.icon-block-tz1 {
    min-width: 140px;
    color: var(--yellow);
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    margin-right: 15px;
}
.text-icon-block-tz1 {
    line-height: initial;
    color: #2d2d2d;
    font-weight: 600;
}
.wr-bl-tz2 {
    position: relative;
}
.wr-bl-tz2-1 {
    margin-top: 40px;
}
.nub-bl-tz2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--yellow);
    background: var(--white);
    display: inline-block;
    border: 1px solid var(--gray);
    line-height: initial;
    border-radius: 50%;
    width: 82px;
    text-align: center;
    padding: 2px 20px;
}
.name-bl-tz2 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 35px 0 0;
}
.text-bl-tz2 {
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}
.time-bl-tz2 {
    color: var(--blue);
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid var(--gray);
}
img.ar {
    position: absolute;
    top: 60px;
    right: -35%;
}
img.ar2 {
    position: absolute;
    top: -30px;
    right: -30%;
}
.nub-bl-tz4 {
    font-size: 60px;
    font-weight: 700;
    color: var(--yellow);
    background: var(--white);
    display: inline-block;
    line-height: initial;
    text-align: center;
    padding: 2px 20px;
}
div#toast_cookies {
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
ul.mess_link--ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
    display: flex;
    align-items: center;
}

.mess_link_div {
    display: flex;
    align-items: center;
}

li.mess_link {
    margin-left: 5px;
}
@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-item::after{
        display: none;
    }
    .top-ul li {
        margin-right: 1rem;
    }
}
@media (max-width: 991px) {
    #dropdownMenuButton{
        color: var(--white);
        font-weight: var(--f600);
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0.7rem;
    }
    .logo {
        margin: 10px 0;
    }
    .navbar-nav .dropdown-menu {
        position: inherit;
        float: inherit;
        background: transparent;
        border: none;
    }
    .navbar-nav .dropdown-menu .dropdown-item{
        padding-left: 10px;
    }
    .mob_car_bl {
        display: flex;
        align-items: center;
    }
    .mob_car_bl .navbar-toggler{
        margin-left: 20px;
    }
    .msMiniCart_svg {
        margin-right: 0;
    }
    .navbar-toggler {
        padding: 0;
        font-size: 0;
        line-height: 1;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }
    .navbar-toggler svg{
        fill: var(--blue);
        width: 34px;
        height: 34px;
    }
    .fixed-header {
        background: var(--white);
        position: fixed;
        z-index: 100;
        top: 0;
        width: 100%;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background: var(--blue);
        z-index: 1000;
    }
    .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
        display: inline-block;
        margin-left: 6px;
        vertical-align: 0;
        content: "";
        width: 10px;
        height: 10px;
        border-top: none;
        border-right: none;
        border-bottom: 0;
        border-left: none;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,<svg width="10.000000" height="5.700195" viewBox="0 0 10 5.7002" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5 5.7002C4.8208 5.7002 4.6416 5.63184 4.50488 5.49536L0.205078 1.19556C-0.0683594 0.921875 -0.0683594 0.478516 0.205078 0.205078C0.478516 -0.0683594 0.921875 -0.0683594 1.19531 0.205078L5 4.00977L8.80469 0.205078C9.07812 -0.0681152 9.52148 -0.0681152 9.79492 0.205078C10.0684 0.478516 10.0684 0.922119 9.79492 1.19556L5.49512 5.49536C5.3584 5.63208 5.1792 5.7002 5 5.7002Z" fill="%23ffffff" /></svg>');
    }
    .navbar-expand-lg .navbar-nav .nav-item.show .dropdown-toggle::after {
        background-image: url('data:image/svg+xml,<svg width="10.000000" height="5.700195" viewBox="0 0 10 5.7002" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5 5.7002C4.8208 5.7002 4.6416 5.63184 4.50488 5.49536L0.205078 1.19556C-0.0683594 0.921875 -0.0683594 0.478516 0.205078 0.205078C0.478516 -0.0683594 0.921875 -0.0683594 1.19531 0.205078L5 4.00977L8.80469 0.205078C9.07812 -0.0681152 9.52148 -0.0681152 9.79492 0.205078C10.0684 0.478516 10.0684 0.922119 9.79492 1.19556L5.49512 5.49536C5.3584 5.63208 5.1792 5.7002 5 5.7002Z" fill="%23445FA9" /></svg>');
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 500ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .bg-blue--2{
        background-size: cover;
    }
}
@media (max-width: 768px){
    .title_line:before, .title_line:after,
    .partner_page--dop-title:before{
        display: none;
    }
    .partner_page--bottom .wr-img-bloock-icon {
        margin-bottom: 30px;
    }
    .partner_page--top{
        padding-bottom: 30px;
    }
    .partner_page--top-name {
        font-size: 14px;
        line-height: initial;
    }
    .block_perezvon .headpos_svg {
        background: transparent;
    }
    .partner_page--pad {
        margin-left: 0px;
        line-height: initial;
    }
    .partner_page--top .titel_seo.titel_seo--2 {
        font-size: 30px;
    }
    .block.client-logo {
        margin-bottom: 80px;
    }
    .partner_page--pad {
        margin-left: 0px;
    }
    .partner_page--top-li {
        margin-bottom: 20px;
    }
    .read_all.text-center {
        margin: 0px 0 0 0;
    }
    .wr-logo-client {
        margin: 0 auto;
    }
    .img-bloock-icon-li {
        margin-top: 30px;
    }
    .img-bloock-icon-name {
        font-size: var(--fz20);
    }
    .block_pad,
    .bg-blue,
    .block-faq {
        padding: 40px 0;
    }
    .partner_page--ul{
        margin-bottom: 40px;
    }
    .partner_page--dop-title {
        position: relative;
        font-size: 30px;
        padding-left: 0;
    }
    .banner-akcii--title-2 {
        font-size: 40px;
        line-height: initial;
    }
    .banner-akcii--desc {
        padding: 40px 0;
    }
    .title-gallery_page {
        position:static
    }
    .title_page {
        font-size: var(--fz30);
    }
    .wr-mob-nav {
        position: fixed;
        bottom: 0;
        z-index: 20;
        background: var(--blue);
        border-top: 3px solid var(--yellow);
        padding: 10px 5px;
        display: flex;
        align-items: inherit;
        justify-content: space-between;
        width: 100%
    }

    .li-mob-nav {
        color: #fff;
        font-size: 9px;
        line-height: initial;
        text-align: center;
        margin: 0 auto;
        padding: 0 5px;
        display: block
    }
    .li-mob-nav:hover{
        color: var(--yellow);
    }
    .li-mob-nav.li-mob-nav-2 {
        width: 100%
    }

    .li-mob-nav.li-mob-nav-2 {
        width: 50%
    }

    .li-mob-nav.li-mob-nav-3 {
        width: 33%
    }

    .li-mob-nav.li-mob-nav-4 {
        width: 25%
    }
    .li-mob-nav.li-mob-nav-5 {
        width: 20%
    }
    .li-mob-nav:first-child {
        padding-left: 0
    }
    .li-mob-nav:last-child {
        border-right: none;
        padding-right: 0
    }
    .li-mob-nav img {
        display: block;
        margin: 0 auto 5px
    }
    .block {
        margin-bottom: 40px;
    }
    .titel_seo {
        padding-left: 0;
        font-size: var(--fz30);
    }
    .titel_seo:before{
        display: none;
    }
    #top-btn {
        display: inline-block;
        background-color: var(--yellow);
        color: #fff;
        width: 40px;
        height: 25px;
        text-align: center;
        border-radius: 4px 4px 0 0;
        position: fixed;
        bottom: 70px;
        left: 10px;
        transition: all .25s linear;
        z-index: 1000;
        border: none;
        opacity: 0;
    }
    .menu-footer li {
        margin-bottom: 8px;
    }
    .col_footer--top{
        text-align: center;
    }
    .logo_footer {
        margin: 0;
    }
    .footer-name{
        margin: 25px 0;
    }
    footer {
        padding: 1.75rem 0;
    }
    .col_footer--flex {
        justify-content: flex-start;
    }
    .social_link--footer {
        margin-bottom: 25px;
    }
    .block_prob:after{
        display: none;
    }
    .block_perezvon {
        padding: 25px 0;
    }
    .dop-name-prod{
        padding-left: 0;
        margin-top: 40px;
    }
    .dop-name-prod:before{
        display: none;
    }
    .block-icon-map-ul2 {
        width: 100%;
    }
}
@media (max-width: 565px){
    .img-bloock--flex .img_bg--border {
    flex: 0 0 80px;
}
.img_bg--border {
    width: 80px;
    height: 80px;
}
.img_bg {
    width: 60px;
    height: 60px;
}
.img_bg img{
    max-width: 35px !important;
}
.img-bloock-icon-text {
    font-size: var(--fz14);
    }
    .banner-akcii--gl{
        background-image: none !important;
    }
    .banner-akcii--title-2 {
        font-size: 18px;
        line-height: initial;
            margin: 10px 0 20px;
    }
    .titel_seo {
    padding-left: 0;
    font-size: 18px;
}
    .banner-akcii--title-2 br{
        display: none;
    }
    header .headpos_svg{
        display: none;
    }
    .headpos_tel a {
        font-size: var(--fz18);
        display: block;
    }
    #msMiniCart {
        padding: 5px 8px;
    }
    #msMiniCart svg{
        width: 14px;
        height: 14px;
    }
    ol.breadcrumb {
        height: auto;
        width: 100%;
        border: 1px var(--blue) solid;
        padding: 0;
        margin: 10px 0 !important;
        position: relative;
        border-radius: 0
    }
    ol.breadcrumb li {
        padding: 5px 10px;
        z-index: 2;
        font-size: 14px;
        width: 100%;
    }
    ol.breadcrumb li:not(.init) {
        width: 100%;
        display: none;
        background: var(--gray-2);
        border-radius: 0
    }
    ol.breadcrumb li:not(.init):hover,ol.breadcrumb li.selected:not(.init) {
        background: var(--blue);
        color: var(--white);
    }
    li.init {
        cursor: pointer
    }
    .svg_ic_bread{
        display: none;
    }
    .breadcrumb-item+.breadcrumb-item:before {
        display: none;
        padding-right: .5rem;
        color: var(--gray);
        content: "/"
    }
    .logo {
        max-width: 150px;
    }
    .tel_mmm .headpos_tel {
        margin: 10px 0 6px 13px;
    }
    .tel_mmm .headpos_tel a{
        color: var(--yellow);
    }
}