@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic');
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&subset=latin,cyrillic-ext);
@import "header.css";

html {
    height: 100%;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    min-height:100%;
    font-size: 16px;
    font-weight: 300;
    color:#d0d0d0;
    /*background: #262626;*/
    background: #222222;
    overflow-x: hidden;
}

.hidden {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    padding-top: 10px;
    margin: 0 0 30px 0;
    line-height: 26px;
    font-weight: 800;
}
h1 {font-size: 2.25rem; }
h2 {font-size: 1.8rem;}
h3 {font-size: 1.575rem;}
h4 {font-size: 1.35rem;}
h5 {font-size: 1.125rem;}
h6 {font-size: .9rem;}


@media all and (max-width: 640px) {
    h1, h2, h3, h4, h5, h6 {
        line-height:32px;
    }
    h1 {font-size: 1.8rem; }
}
a {
    color: #fff;
}

a:hover {
    color: #3dc2cb;
    text-decoration: none;
    transition: all 0.3s;
}

a:focus {
    outline: 0;
}

ul {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
    vertical-align: middle;
}

b, strong {
    font-weight: 600;
}

pre {
    color: #d0d0d0;
}

.table {
    color: #d0d0d0;
}

#news_list, #stocks_list, #about {
    min-height: 330px;
}

/*breadcrumbs*/
.b-breadcrumbs ul.b-breadcrumbs-wrap {
    margin: 15px 0 15px 0;
    padding: 0;
}

.b-breadcrumbs ul.b-breadcrumbs-wrap li {

    display: inline-block;
    line-height: 8px;
    margin: 0 5px 0 -10px;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
}

.b-breadcrumbs ul.b-breadcrumbs-wrap li:before,
.b-breadcrumbs ul.b-breadcrumbs-wrap li:after {
    border-right: 3px solid #3dc2cb;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);
}
.b-breadcrumbs ul.b-breadcrumbs-wrap li:after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}
.b-breadcrumbs ul.b-breadcrumbs-wrap li:last-of-type:before,
.b-breadcrumbs ul.b-breadcrumbs-wrap li:last-of-type:after {
    display: none;
}
.b-breadcrumbs ul.b-breadcrumbs-wrap li:last-child {
    font-weight: 600;
    color: #ffffff;
}
.b-breadcrumbs ul.b-breadcrumbs-wrap li a {
    color: #d0d0d0;
    text-decoration: none;
    transition: all 0.3s;
}
.b-breadcrumbs ul.b-breadcrumbs-wrap li a:hover {
    color: #0091bb;
    text-decoration: none;
}
/*breadcrumbs*/

/*call back form*/
#callback {
    background: #000000;
}

.b-sending {
    position: relative;
    padding: 20px 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.b-sending__title {
    font-size: 18px;
    font-weight: 600;
    flex-wrap: wrap;
}
.b-sending__title span {
    color: #3dc2cb;

}

.b-sending__input {
    width: 400px;
    overflow: hidden;
    margin: 0 20px;
    -ms-flex: none;
    flex: none;
}

.b-sending__input .b-input__control {
    caret-color: #3dc2cb;
    border-radius: 10px;
}
.b-input {
    position: relative;

}
.b-input__control {
    width: 100%;
    padding: 15px;
    font: 400 15px/17px Acrom, sans-serif;
    border: 1px solid transparent;
    outline: none;
    background: #2E2E2E;
    color: #afafaf;
}
.b-button {
    display: inline-block;
    color: #000;
    font: 500 16px/20px Roboto, sans-serif;
    text-align: center;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;

}
.b-button.-blue {
    padding: 14px 65px;
    color: #fff;
    background-color: #3dc2cb;
    /*box-shadow: 0 8px 11px rgba(25, 142, 192, 0.35);*/
    border-radius: 10px;
    transition: box-shadow .2s linear, background-color .2s linear;
}

@media (max-width: 991px) {
    .b-sending {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 450px;
        padding: 20px 10px 40px;
        margin: 0 auto;
    }
    .b-sending__title {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    .b-sending__input {
        width: 100%;
        margin-bottom: 13px;
    }
    .b-sending .b-input__control {
        font-size: 14px;
    }
    .b-sending .b-button {
        width: 100%;
    }
    .b-sending__title span {
        width: 100%;
    }
}
/*call back form*/


/*slider*/
.b-slider {
    margin-right:  0;
 }
.b-slider .owl-nav {
    display: none; }
.b-slider .owl-next:before {
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.b-slider .owl-dots,
.popular_categories .owl-dots
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-left: -5px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0; }
.b-slider .owl-dot,
.popular_categories .owl-dot
{
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background-color: #aeddf1;
    border-radius: 20px;
    transition: width .2s linear; }
.b-slider .owl-dot.active,
.popular_categories .owl-dot.active
{
    width: 25px;
    background-color: #00a8ff; }
.b-slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
.b-slider .owl-carousel .owl-item img {
    width: auto; }
.b-slider .owl-carousel .owl-stage-outer {
    overflow: hidden; }
.b-slider .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear; }
.b-slider .owl-item.active {
    opacity: 1;
    visibility: visible; }

@media all and (max-width: 1200px) {
    .b-slider__item {
        height: 320px; }
    .b-slider__item img {
        height: 100%; } }

@media all and (max-width: 768px) {
    .b-slider__item {
        height: 230px; } }

@media all and (max-width: 640px) {
    .b-slider {
        margin: 0; }
    .b-slider__item {
        height: 180px; }
    .b-slider .owl-dots {
        position: relative;
        bottom: auto; } }

@media all and (max-width: 425px) {
    .b-slider__item {
        height: 130px; } }

/*slider*/

/*Преимущества*/
.b-main-services {
    font: normal 16px/24px "Roboto", sans-serif;
    padding: 50px 0 50px 0;
}

.b-main-services a {
    color: #d0d0d0;
}

.b-main-services .b-main-services-title {
    margin-bottom: 50px;
    text-align: center;
}

.b-main-services .b-main-services-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: #3dc2cb;
    border-radius: 3px;
    margin: 8px 0 0;
    margin-left: auto;
    margin-right: auto;
}

.b-main-services .b-main-services-title h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.b-main-services .b-main-services_block {
    text-align: center;
    margin-bottom: 20px;
}

.b-main-services .b-main-services_block img {
    width: 100%;
}

.b-main-services .b-main-services_block .title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    margin-top: 14px;
}

@media all and (max-width: 576px) {
    .b-main-services .b-main-services_block img {
        width: 60%;
    }

    .b-main-services .b-main-services_block .title {
        font-size: 20px;
    }
}
/*Преимущества*/


/*footer*/

.footer {
    background-color: transparent;
    border-top: 0;
    color: #fff;
    text-align: left;
    padding: 0;
}

.footer-line-2 {
    background: #1c2226;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 13px 0;
    font-weight: 300;
}

.footer-line-2 .copyright, .footer-line-2 .repair {
    opacity: 0.51;
}

.footer-line-2 .notice {
    opacity: 0.41;
    margin: 0 -15px;
}

.footer-line-2 .link {
    opacity: 1;
    margin: 0 -15px;
}
.footer-line-2 .link a{
    color: #c2c6c7;
}

.footer-line-1 {
    background: #2c363e;
    min-height: 50px;
    padding: 40px 0;
}

.footer-line-1 .logo {
    max-width: 150px;
}

.footer-line-1 .logo a {
    border-bottom: none;
}

.footer-line-1 .logo img {
    max-width: 100%;
    height: auto;
}

.footer-line-1 .about {
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.5;
    color: #dbdbdb;
}

.menu-list {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
}

.menu-list-title h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.menu-list-title h3::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu-list .menu-list-title a {
    text-decoration: none;
    color: #fff;
    border-bottom-color: transparent;
}

.menu-list .menu-list-item {
    margin-bottom: 8px;
    line-height: 1.3;
}

.menu-list .menu-list-item a {
    text-decoration: none;
    color: #c2c6c7;
    border-bottom-color: transparent;
}

.contacts-block {
    font-weight: 300;
    white-space: nowrap;
    font-size: 14px;
}

.contacts-block .mail {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

@media all and (max-width: 998px) {
    .footer-line-1 .logo {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 140px;
    }

    .footer-line-1 .menu-list {
        text-align: center;
    }
}

@media all and (max-width: 768px) {
    .footer-line-1 .logo {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 140px;
    }
    .footer-line-1 .menu-list {
        text-align: center;
    }
}



@media all and (max-width: 480px) {
    .footer-line-2 {
        padding: 10px 10px;
    }

}

footer{position:relative;margin:-1px 0 0;padding:80px 0 56px;background:#2f3338;}


footer .footer_middle{padding-bottom:20px;background: #2c363e;}
footer .social-icons{position:relative;text-align:center;}
footer .social-icons ul li:before{display:none;}
footer .social-icons ul li a{display:block;width:43px;height:43px;border-radius:3px;opacity:0.5;border:1px solid rgba(255,255,255,0.2);background:url(/images/social.svg) 0 0 no-repeat;transition: opacity 0.3s ease;-moz-transition: opacity 0.3s ease;-ms-transition: opacity 0.3s ease;-o-transition: opacity 0.3s ease;-webkit-transition: opacity 0.3s ease;}
footer .social-icons ul li.vk a{background-position:-1px -377px;}
footer .social-icons ul li.facebook a{background-position:-95px -377px;}
footer .social-icons ul li.instagram a{background-position:-142px -518px;}
footer .social-icons ul li.telegram a{background-position:-330px -518px;}
footer .social-icons ul li.ytb a{background-position:-95px -518px;}
footer .social-icons ul li a:hover{opacity:1;border:none;}
footer .social-icons ul li.vk a:hover{background-position:0 -188px;}
footer .social-icons ul li.facebook a:hover{background-position:-94px -188px;}
footer .social-icons ul li.instagram a:hover{background-position:-141px -329px;}
footer .social-icons ul li.telegram a:hover{background-position:-329px -329px;}
footer .social-icons ul li.ytb a:hover{background-position:-94px -329px;}
footer .social-icons ul li.whats a{background-position:-330px -424px}
footer .social-icons ul li.whats a:hover{background-position:-329px -235px}

footer.footer-v1 .social-icons:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(255,255,255,0.08);}
footer.footer-v1 .social-icons ul{position:relative;display:inline-block;padding:0 32px;background:#2c363e;z-index:1;}
footer.footer-v1.light .social-icons ul{background:#f8f9fb;}
footer.footer-v1.light .social-icons:before{background:#f0f1f5;}

.social-icons{font-size:0;line-height:0;}
.social-icons ul{margin:-4px;padding:0;}
.social-icons ul li{display:inline-block;vertical-align:top;margin:4px;padding:0;}

.social-icons ul{margin:0;padding:0;width:auto;font-size:0;}
.social-icons li, .soc-avt .row a{display:inline-block;vertical-align:top;*display:inline;zoom:1;padding:0;margin: 0;}
.social-icons li:before{display:none;}
.social-icons li a, .soc-avt .row a{border-radius:3px;height:43px;overflow:hidden;position:relative;transition:all 0.3s ease 0s;width:43px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;font-size:0;}
.social-icons li a{background-image:url(/images/social.svg);background-repeat:no-repeat;}
.social-icons li a:hover, .soc-avt .row a:hover{opacity:0.8;}
.social-icons li.facebook a, .soc-avt a i.facebook{background-position:-94px -188px;}
.social-icons li.instagram a, .soc-avt a i.instagram{background-position:-141px -329px;}
.social-icons li.telegram a, .soc-avt a i.telegram{background-position:-329px -329px;}
.social-icons li.ytb a, .soc-avt a i.ytb{background-position:-94px -329px;}


@media (min-width: 1377px) {
    .footer_middle_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer_middle_wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 16px;
    max-width: 1150px;
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

/*footer*/

/**/
#popular_categories .section-title {
    margin-bottom: 50px;
    text-align: center;
}

#popular_categories .section-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: #3dc2cb;
    border-radius: 3px;
    margin: 8px 0 0;
    margin-left: auto;
    margin-right: auto;
}
#popular_categories h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
/**/

/*блок премиществ*/

#advantages {
    background-color: #313131;
    padding: 50px 0 50px 0;
}
.b-advantages {
    text-align: center;
    font: normal 16px/24px "Roboto", sans-serif;

}

.b-advantages .section-title {
    margin-bottom: 50px;
    text-align: center;
}

.b-advantages .section-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: #3dc2cb;
    border-radius: 3px;
    margin: 8px 0 0;
    margin-left: auto;
    margin-right: auto;
}
.section-title h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.b-advantages .b-advantages_block {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #000;
    margin-bottom: 20px;
    min-height: 200px;
}

.b-advantages img {
    width: 80px;
    padding-bottom: 15px;
    fill: #fff;
}



.b-advantages .b-advantages_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #d0d0d0;
}

.b-advantages .b-advantages_block:hover {
    box-shadow: 0 0 8px 0 rgba(57, 241, 241, 0.3);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media (min-width: 1200px) {
    .b-advantages .b-advantages_block {
        min-height: 220px;
    }
}

@media (max-width: 1200px) {
    .b-advantages .b-advantages_block {
        min-height: 220px;
    }
}

@media (max-width: 991px) {
    .b-advantages .b-advantages_block {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .b-advantages img {
        width: 50px;
    }

    .b-advantages .b-advantages_block {
        min-height: 200px;
    }

    .b-advantages .b-advantages_title {
        font-size: 16px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 26px;
    }
    .b-advantages .b-advantages_title {
        font-size: 20px;
    }
    .b-advantages img {
        width: 70px;
    }

}

@media (max-width: 373px) {
    .b-advantages .b-advantages_title {
        font-size: 16px;
    }
    .b-advantages img {
        width: 50px;
    }


    @media (max-width: 319px) {
        .b-advantages_content {
            overflow: hidden;
        }
    }

}
/*блок премиществ*/

/*Новости на главной*/
#news_list_main {
    padding: 50px 0 50px 0;
}
#news_list_main .section-title {
    margin-bottom: 50px;
    text-align: center;
}

#news_list_main .section-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: #3dc2cb;
    border-radius: 3px;
    margin: 8px 0 0;
    margin-left: auto;
    margin-right: auto;
}
.section-title h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
/*Новости на главной*/

/*Страница контактов*/

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.row.flexbox {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.left_block_store {
    margin-right: 25px;
}

.left_block_store .top_block {
    padding: 0;
    margin-bottom: 0;
}

.left_block_store .top_block .address {
    margin: 0 0 30px;
}

.left_block_store .top_block .address .title {

    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.left_block_store .top_block .address .value {
    font-size: 22px;
    font-weight: 400;
}

.left_block_store .bottom_block .properties {
    font-size: 18px;
}

.properties {
    margin: 0 0;
}

.clearfix {
    clear: both;
}

.left_block_store .bottom_block .property {
    margin: 0 -3px 0 0;
    padding: 8px 0;
}
.left_block_store .bottom_block .property a{
    color: #d0d0d0;
}

.left_block_store .bottom_block .property .value{
    font-weight: 600;
}

.font_upper {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.left_block_store span.property-title {
    padding-left: 6px;
}

.left_block_store .feedback {
    margin: 0 0 30px;
}

.svg {
    top: -1px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: auto;
    min-height: auto;
}



.item.map-full.padding0 {
    padding-left: 0;
    padding-right: 0;
}

.item.map-full {
    height: auto;
}

.contacts_map {
    height: 100%;
}

.right_block_store {
    min-height: 550px;
    position: relative;
    overflow: hidden;
}

.contacts_map {
    margin: 0 auto;
    position: relative;
    min-height: 550px;
}

.contacts_map:before {
    background: rgba(255, 255, 255, .55) url(/images/map.png) no-repeat scroll center center;
    content: " ";
    height: 100%;
    left: 0;
    opacity: .07;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
}

.contacts_map .bx-yandex-view-layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    margin: 0;
}

.bx-yandex-view-map, .contacts_map .bx-yandex-view-map, .contacts_map .item.map-full {
    min-height: 550px;
}

.bx-yandex-view-map {
    height: 100%;
}

@media (max-width: 991px) {
    .wrapper_inner_half.shop-detail1 .item .right_block_store,
    .wrapper_inner_half.shop-detail1 .item.map-full {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    /*top: 120px;*/
    top: 38%;
    right: 0;
    outline:none;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    /*top: 120px;*/
    top: 38%;
    left: 0;
    outline:none;
}

/*Слайдер*/
.arrow-left-3,
.arrow-right-3,
.arrow-top-3,
.arrow-bottom-3 {
    margin: 20px 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline:none;
}
.arrow-left-3 path,
.arrow-right-3 path,
.arrow-top-3 path,
.arrow-bottom-3 path {
    fill: #000;
    transition: fill 0.5s ease-out;
}
.arrow-left-3 {
    transform: rotate(180deg);
}
.arrow-top-3 {
    transform: rotate(270deg);
}
.arrow-bottom-3 {
    transform: rotate(90deg);
}
.arrow-left-3:hover path,
.arrow-right-3:hover path,
.arrow-top-3:hover path,
.arrow-bottom-3:hover path {
    fill: #3f3f3f;
}

@media (max-width: 991px) {

    .contacts_map {
        min-height: 550px;
        height: 100%;
    }
    .left_block_store {
        margin-right: 0;
    }


}




.bottom_block .social-block {
    position: relative;
    margin-bottom: 33px;
    margin-top: 27px;
}

.bottom_block .social-block>.wrap {
    position: relative;
}

.bottom_block .social-block>.wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: -1px 0 0;
    height: 1px;
    background: #ececec;
}

.bottom_block .social-block .social-icons {
    margin: 0;
}
.bottom_block .social-block .social-icons {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px 0 0;
    background: #222;
}

.bottom_block .social-icons ul {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 0;
}

.bottom_block .social-icons li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 0;
    margin: 0;
}

.bottom_block .social-icons li a{background: url(/images/social.svg) 0 -188px no-repeat;}
.bottom_block .social-icons ul li a:hover{opacity:.8;border:none;}
.bottom_block .social-icons ul li.instagram a{background-position: -141px -329px;}
.bottom_block .social-icons ul li.telegram a{background-position: -329px -329px;}
.bottom_block .social-icons ul li.whats a{background-position: -329px -235px;}

.bottom_block .social-icons ul li.telegram a:hover{background-position:-329px -329px;}



.bottom_block .social-icons li a {
    border-radius: 3px;
    display: block;
    height: 43px;
    margin: 5px 10px 5px 0;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
    width: 43px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-size: 0;

}
/*Слайдер*/


.contacts-block-info-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contacts-block-info-text {
    font-size: 16px;
    margin-bottom: 15px;
}

#contacts-list {
    background-color: #191919;
    margin-top: 20px;
}

#contacts-list .contacts-h2 {
    text-align: center;
    margin: 30px;
}

.contacts-wrapper {
    width: 100%;
}

.contacts-wrapper .item {
    position: relative;
    height: 220px;
}

.contacts-wrapper .item {
    margin-bottom: 30px;
}

.contact-block {
    background-color: #000000 ;
    /*border: 1px #999999 solid;*/
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 4px 0 #000;
    padding: 18px 16px;
    -webkit-transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1);
    transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1);
}

.contacts-wrapper .item .picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-wrapper .item .picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-wrapper .item .body {
    overflow: hidden;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 280px;
    right: 16px;
}

.contacts-wrapper .item .name {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}

.contacts-wrapper .item .name>a {
    color: #999999;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.contacts-wrapper .item .name>a:hover {
    color: #029fd6;
}

.contacts-wrapper .item .text {
    font-size: 14px;
    line-height: 1.5;
    color: #d0d0d0;
}

.contacts-wrapper .item .schedule span.text {
    padding-left: 10px;
}
.contacts-wrapper .item .metro span.text, .contacts-wrapper .item .bus span.text {
    padding-left: 6px;
}

@media all and (max-width: 1200px) {
    .contacts-wrapper .item {
        height: 260px;
    }
}
@media all and (max-width: 991px) {
    .contacts-wrapper .item {
        height: 220px;
    }

    .contacts-wrapper .item .picture {
        width: 320px;
    }
    .contacts-wrapper .item .body {
        left: 350px;
    }
}
@media all and (max-width: 767px) {
    .contacts-wrapper .item {
        height: 265px;
    }
}

@media only screen and (max-width:767px){
    .contacts-wrapper .item{
        position:relative;
        height:auto
    }
    .contacts-wrapper .item .picture{
        height:auto;
        width:auto;
        position:relative;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:-18px -16px 0
    }
    .contacts-wrapper .item .picture img{
        position:static;
        max-width:100%;
        height:auto;
        width:auto\9
    }
    .contacts-wrapper .item .body{
        position:relative;
        top:0;
        right:0;
        bottom:0;
        left:0;
        height:auto;
    }
    .contacts-wrapper .item .name{
        margin-top:9px;
        margin-bottom:9px;
        /*font-size:14px*/
    }
    .contacts-wrapper .item .text{
        /*font-size:13px*/
    }

}
@media only screen and (max-width:630px){
    .contacts-wrapper .item-wrapper{
        width:100%
    }
}

/*Страница контактов*/

/*Новости список*/

.news__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000000;
    background-clip: border-box;
    min-height: 290px;
}

.news__img-wrap {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.news__img-wrap {
}

.news__img {
    width: 100%;
    height: auto;
}

.b-news__content {
    padding: 20px 15px 15px;
    min-height: 145px;
}

.b-news__name {
    display: block;
    margin-bottom: 10px;
    color: #d0d0d0;
    font-size: 15px;
    line-height: 20px;
    transition: color .2s linear;
    position: relative;
    top: -35px;
    font-weight: 600;
}

.b-news__date, .b-news__views {
    position: absolute;
    margin-top: auto;
    color: #909090;
    font-size: 11px;
    bottom: 15px;
    font-weight: 600;
}

.b-news__views {
    right: 15px;
}


.catname {
    position: relative;
    top: -35px;
    z-index: 99;
    overflow: hidden;
}

.catname {
    display: inline-block;
}

.btn-purple {
    background-color: #3a858c;
}
.btn-stock {
    background-color: #b30000;
}

.catname-btn {
    border-radius: 2px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%);
    color: #fff;
    display: block;
    font: 800 12px/30px "Roboto", sans-serif;
    height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}

.aside-news h5 {
    padding-top: 0;
    margin: -8px 0 15px 0;
}

/*Новости список*/

/*Для акций лейбл*/
.b-label.-gray {
    color: #dadada;
}

.b-news__lbl {
    top: 15px;
    left: 0;
    z-index: 1;
}

.b-label {
    position: absolute;
    z-index: 2;
    padding: 5px 15px;
    color: #98edff;
    background-color: currentColor;
}

.b-label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -14px;
    border-color: currentColor rgba(0, 0, 0, 0) currentColor rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 14px 11px 14px 0;
}

.b-label__title {
    color: #4d4d4d;
    font-size: 12px;
}
.news__img-wrap.-is-finished {
    opacity: 0.4;
}
    /*Для акций лейбл*/



/*Новости, Статьи, Акции, и прочий текст*/
#news_list_single {
    background-color: #313131;
    padding: 50px 0 30px 0;
    margin-top: 20px;
}
.top-main-date {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;

}

@media (max-width: 1200px) {
    .date {
        padding-top: 5px;
    }
}

.top-main-views {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #989898;
}

.top-main-info {
    margin: 0 0 20px 0;
    padding: 0;
}

.top-main-info li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 25px;
}

.top-main-info li:last-child {
    padding: 0 7px;
    border-radius: 4px;
    height: 19px;
    line-height: 19px;
    margin-top: -3px;
    font-size: 14px;
    border: 1px solid #3dc2cb;
    color: #000;
    background: #3dc2cb;

}

/*расшарить*/
#share {
    width: 100%;
    /*border:1px solid #eaeaea;*/
    margin: 0 auto;
    color: #c5d0d0;
    text-align: left;
}

.like {
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
}

.push {
    display: inline-block;
    width: 10%;
    min-width: 30px;
    line-height: 40px;
    margin: 5px 2px 20px 2px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

@media all and (max-width: 720px) {
    .push {
        width: 17%;
    }
}




.facebook {
    background-color: #3b5998;
}

.facebook:hover {
    background-color: #2d4373;
    color: #fff;
}

.twitter {
    background-color: #55acee;
}

.twitter:hover {
    background-color: #2795e9;
    color: #fff;
}

.vkontakte {
    background-color: #587ea3;
}

.vkontakte:hover {
    background-color: #466482;
    color: #fff;
}

.ok {
    background-color: #ee8208;
}

.ok:hover {
    background-color: #ee7808;
    color: #fff;
}

.tlgrm {
    background-color: #0088cc;
}

.tlgrm:hover {
    background-color: #0066cc;
    color: #fff;
}

/*расшарить*/
#page-wrapper {
    min-height: 360px;
}

.article__text {
    /*min-height: 360px;*/
    margin-bottom: 30px;
}
.article__text img, .article__text iframe {
    /*width: 100%!important;*/
}

.article__text ol, .article__text ul {
    margin: 10px 10px 10px 17px;
}

.tag_title {
    margin-right: 10px;
}

.tag_item {
    display: inline-block;
    background-color: #f3f3f3;
    color: #5d5d5d;
    transition: all .2s ease;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 11px;
    line-height: 26px;
    vertical-align: top;
    text-decoration: none;
}
/*Новости, Статьи, Акции, и прочий текст*/

/*пагинация*/

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #c2c6c7;
    background-color: transparent;
    border: none;
    margin-right: 5px;
    font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.page-item.active .page-link {
    z-index: 3;
    color: #2e2e2e;
    background-color: #edeceb;
    border-color: #edeceb;
    border-radius: 20px;
}

/*пагинация*/


/*Вакансии + страница о нас*/
.sidebar-ctr {
    border: solid 1px #eee;
    position: relative;
}

.sidebar-ctr a:hover {
    background-color: #eee;
    color: #2E2E2E;
}

.sidebar-ctr a {
    display: block;
    color: #c2c6c7;
    padding: 15px 10px 15px 15px;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    transition: all .3s;
    border-top: solid 1px #eee;
    font-weight: 700;
}

.sidebar-ctr a.active {
    border-top: solid 1px #2c363e;
    background-color: #2c363e;

}

/* аккордион */
ul.accordion-menu {
    margin: 0;
}
.accordion-menu {
    width: 100%;
    /*max-width: 350px;*/
    /*margin: 60px auto 20px;*/

    border-radius: 4px;
}
.accordion-menu li {
    list-style: none;
}

.accordion-menu li.open .dropdownlink {
    font-size: 18px;
    font-weight: 600;
    background: #2c363e;
    border: 0;
    margin-bottom: 0;
    color: #c2c6c7;


}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 20px;
    font-size: 15px;
    border: 1px solid #2c363e;
    color: #b9c2c3;
    position: relative;
    transition: all 0.4s ease-out;
    margin-bottom: 10px;
    background: #2c363e;
    font-weight: 500;
}
.dropdownlink i {
    position: absolute;
    top: 17px;
    left: 16px;
}
.dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto;
}

.submenuItems {
    display: none;
    background: #f1f1f1;
}
.submenuItems li {
    /*border-bottom: 1px solid #B6B6B6;*/
}

.submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 15px;
    transition: all 0.4s ease-out;
}
.submenuItems a:hover {
    background-color: #CDDC39;
    color: #fff;
}

.career-price {
    position: absolute;
    top: 15px;
    right: 48px;
    display: block;
}
.career_text_main {
    padding: 0 0 20px;
    line-height: 1.6;
    text-align: left !important;
}
/* аккордион */

.career__text {
    font: normal 14px/20px "Roboto", sans-serif;
    color: #333;
    padding:18px;
    margin-bottom: 10px;
    background-color: #2c363e;
    color: #c2c6c7;
}
.career__text .career-desc {
    font-weight:600;
}

.career__text .career-button {
    margin-top: 20px;
    padding: 15px;
    font-size: 14px;
}

.career__text a {
    border-bottom: 1px solid #2a98d3;
    color: #2a98d3;
}

.career__text p {
    /*padding: 0 0 20px;*/
    line-height: 1.6;
    text-align: left !important;
}

.career__text b {
    font-weight: 600;
}

.career__text ol {
    padding: 0;
    list-style-type: decimal;
    padding-left: 15px;
    line-height: 1.8;
}

.career__text ol > li {
    position: relative;

}

.career__text ul {
    padding: 0;
    list-style: none;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.career__text ul > li {
    position: relative;
    padding-left: 15px;
    line-height: 1.8em;

}

.career__text ul > li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-radius: 50%;
    background: #2B689C;
}

.career__textul > li:hover:before {
    background: #2B689C;
}

.career__text h2, .h2 {
    padding-bottom: 5px;
    border-bottom: 2px solid #2B689C;
}

.career__text blockquote {
    background: #f1f1f1;
    border-left: 5px solid #2B689C !important;
    border: 1px solid rgba(120, 130, 140, .13);
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #eee;
}


/*Вакансии + страница о нас*/


/*таблица для услуг*/
.service-model-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}


.service-model-table tr {
    background-color: #000;
    border: 1px solid #707070;
    padding: .35em;
}
.service-model-table thead tr {
    background-color: #3dc2cb;
    color: #fff;
}
.service-model-table th,
.service-model-table td {
    padding: .625em;
    text-align: center;
}
.service-model-table th:first-child,
.service-model-table td:first-child {
    text-align: left;
}

.service-model-table th {
    font-size: .95em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .service-model-table {
        border: 0;
    }

    .service-model-table th:first-child,
    .service-model-table td:first-child {
        text-align: right;
    }

    .service-model-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .service-model-table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .service-model-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .service-model-table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .service-model-table td:last-child {
        border-bottom: 0;
    }
}
/*таблица для услуг*/


/* margins & paddings*/
.mt0 {margin-top:0px !important;}
.ml0 {margin-left:0px !important;}
.mb0 {margin-bottom:0px !important;}
.mr0 {margin-right:0px !important;}
.pt0 {padding-top:0px !important;}
.pb0 {padding-bottom: 0px !important;}
.pl0 {padding-left: 0px !important;}
.pr0 {padding-right: 0px !important;}
.mt5 {margin-top:5px !important;} .mt10 {margin-top:10px !important;} .mt15 {margin-top:15px !important;} .mt20 {margin-top:20px !important;} .mt25 {margin-top:25px !important;} .mt30 {margin-top:30px !important;} .mt35 {margin-top:35px !important;} .mt40 {margin-top:40px !important;} .mt45 {margin-top:45px !important;} .mt50 {margin-top:50px !important;} .mt55 {margin-top:55px !important;} .mt60 {margin-top:60px !important;} .mt65 {margin-top:65px !important;} .mt70 {margin-top:70px !important;} .mt75 {margin-top:75px !important;} .mt80 {margin-top:80px !important;} .mt85 {margin-top:85px !important;} .mt90 {margin-top:90px !important;} .mt95 {margin-top:95px !important;} .mt100 {margin-top:100px !important;} .ml5 {margin-left:5px !important;} .ml10 {margin-left:10px !important;} .ml15 {margin-left:15px !important;} .ml20 {margin-left:20px !important;} .ml25 {margin-left:25px !important;} .ml30 {margin-left:30px !important;} .ml35 {margin-left:35px !important;} .ml40 {margin-left:40px !important;} .ml45 {margin-left:45px !important;} .ml50 {margin-left:50px !important;} .ml55 {margin-left:55px !important;} .ml60 {margin-left:60px !important;} .ml65 {margin-left:65px !important;} .ml70 {margin-left:70px !important;} .ml75 {margin-left:75px !important;} .ml80 {margin-left:80px !important;} .ml85 {margin-left:85px !important;} .ml90 {margin-left:90px !important;} .ml95 {margin-left:95px !important;} .ml100 {margin-left:100px !important;} .mr5 {margin-right:5px !important;} .mr10 {margin-right:10px !important;} .mr15 {margin-right:15px !important;} .mr20 {margin-right:20px !important;} .mr25 {margin-right:25px !important;} .mr30 {margin-right:30px !important;} .mr35 {margin-right:35px !important;} .mr40 {margin-right:40px !important;} .mr45 {margin-right:45px !important;} .mr50 {margin-right:50px !important;} .mr55 {margin-right:55px !important;} .mr60 {margin-right:60px !important;} .mr65 {margin-right:65px !important;} .mr70 {margin-right:70px !important;} .mr75 {margin-right:75px !important;} .mr80 {margin-right:80px !important;} .mr85 {margin-right:85px !important;} .mr90 {margin-right:90px !important;} .mr95 {margin-right:95px !important;} .mr100 {margin-right:100px !important;} .mb5 {margin-bottom:5px !important;} .mb10 {margin-bottom:10px !important;} .mb15 {margin-bottom:15px !important;} .mb20 {margin-bottom:20px !important;} .mb25 {margin-bottom:25px !important;} .mb30 {margin-bottom:30px !important;} .mb35 {margin-bottom:35px !important;} .mb40 {margin-bottom:40px !important;} .mb45 {margin-bottom:45px !important;} .mb50 {margin-bottom:50px !important;} .mb55 {margin-bottom:55px !important;} .mb60 {margin-bottom:60px !important;} .mb65 {margin-bottom:65px !important;} .mb70 {margin-bottom:70px !important;} .mb75 {margin-bottom:75px !important;} .mb80 {margin-bottom:80px !important;} .mb85 {margin-bottom:85px !important;} .mb90 {margin-bottom:90px !important;} .mb95 {margin-bottom:95px !important;} .mb100 {margin-bottom:100px !important;} .pt5 {padding-top:5px !important;} .pt10 {padding-top:10px !important;} .pt15 {padding-top:15px !important;} .pt20 {padding-top:20px !important;} .pt25 {padding-top:25px !important;} .pt30 {padding-top:30px !important;} .pt35 {padding-top:35px !important;} .pt40 {padding-top:40px !important;} .pt45 {padding-top:45px !important;} .pt50 {padding-top:50px !important;} .pt55 {padding-top:55px !important;} .pt60 {padding-top:60px !important;} .pt65 {padding-top:65px !important;} .pt70 {padding-top:70px !important;} .pt75 {padding-top:75px !important;} .pt80 {padding-top:80px !important;} .pt85 {padding-top:85px !important;} .pt90 {padding-top:90px !important;} .pt95 {padding-top:95px !important;} .pt100 {padding-top:100px !important;} .pl5 {padding-left:5px !important;} .pl10 {padding-left:10px !important;} .pl15 {padding-left:15px !important;} .pl20 {padding-left:20px !important;} .pl25 {padding-left:25px !important;} .pl30 {padding-left:30px !important;} .pl35 {padding-left:35px !important;} .pl40 {padding-left:40px !important;} .pl45 {padding-left:45px !important;} .pl50 {padding-left:50px !important;} .pl55 {padding-left:55px !important;} .pl60 {padding-left:60px !important;} .pl65 {padding-left:65px !important;} .pl70 {padding-left:70px !important;} .pl75 {padding-left:75px !important;} .pl80 {padding-left:80px !important;} .pl85 {padding-left:85px !important;} .pl90 {padding-left:90px !important;} .pl95 {padding-left:95px !important;} .pl100 {padding-left:100px !important;} .pr5 {padding-right:5px !important;} .pr10 {padding-right:10px !important;} .pr15 {padding-right:15px !important;} .pr20 {padding-right:20px !important;} .pr25 {padding-right:25px !important;} .pr30 {padding-right:30px !important;} .pr35 {padding-right:35px !important;} .pr40 {padding-right:40px !important;} .pr45 {padding-right:45px !important;} .pr50 {padding-right:50px !important;} .pr55 {padding-right:55px !important;} .pr60 {padding-right:60px !important;} .pr65 {padding-right:65px !important;} .pr70 {padding-right:70px !important;} .pr75 {padding-right:75px !important;} .pr80 {padding-right:80px !important;} .pr85 {padding-right:85px !important;} .pr90 {padding-right:90px !important;} .pr95 {padding-right:95px !important;} .pr100 {padding-right:100px !important;} .pb5 {padding-bottom:5px !important;} .pb10 {padding-bottom:10px !important;} .pb15 {padding-bottom:15px !important;} .pb20 {padding-bottom:20px !important;} .pb25 {padding-bottom:25px !important;} .pb30 {padding-bottom:30px !important;} .pb35 {padding-bottom:35px !important;} .pb40 {padding-bottom:40px !important;} .pb45 {padding-bottom:45px !important;} .pb50 {padding-bottom:50px !important;} .pb55 {padding-bottom:55px !important;} .pb60 {padding-bottom:60px !important;} .pb65 {padding-bottom:65px !important;} .pb70 {padding-bottom:70px !important;} .pb75 {padding-bottom:75px !important;} .pb80 {padding-bottom:80px !important;} .pb85 {padding-bottom:85px !important;} .pb90 {padding-bottom:90px !important;} .pb95 {padding-bottom:95px !important;} .pb100 {padding-bottom:100px !important;}
/* margins & paddings*/
