@import '/libs/magnific-popup/dist/magnific-popup.css';
body{
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}


@font-face {
    font-family: 'Bicubik';
    src: url('../fonts/Bicubik.eot');
	src: local('../fonts/Bicubik'),
		url('../fonts/Bicubik.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bicubik.woff') format('woff'),
		url('../fonts/Bicubik.ttf') format('truetype');
}
a{
    outline: none;
    color: #242424;
}
a:hover{
    outline: none;
    color: #2b5aa4;
    text-decoration: none;
    /*border-bottom: 1px solid #f1d5d4;*/
}
a:active{
    outline: none;
    color: #9B0000;
    text-decoration: none;
}
header .logo {
    max-width: 360px;
}
header .logo img{
    max-width: 360px;
    width: 100%;
}
header .top-menu{
    transition: all 0.5s ease-in-out;
    position: relative;
	font-family: 'Bicubik';
	font-weight: normal;
	font-style: normal;

    letter-spacing: 1px;
}

header .top-menu ul {
    height: 31px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*padding: 0 0 0 8.0em;*/
}

.languages-list {
    position: relative;
    z-index: 1;
    text-align: right;
}

.languages-list__current-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0 10px;
    cursor: pointer;
    background: #f5f5f5;
    width: 100%;
}

.languages-list__items {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}

.languages-list__current-item i {margin-left: 10px;}

.languages-list:hover .languages-list__items {
    display: block;
}

.languages-list__item {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    background: #ececec;
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0;
}

.languages-list__item:hover {
    background: #f3f3f3;
}

@media (max-width: 992px) {
    header .top-menu ul {
        height: 64px;
        padding-left: 0;
    }
    
    header .top-menu ul li a, header .top-menu ul li span {
        font-size: 12px;
    }
}


header .top-menu ul li {
    display: table-cell;
    vertical-align: middle;
}
header .top-menu ul li a, header .top-menu ul li span {
    color: #2b5aa4;
    cursor: pointer;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

header .top-menu ul li a:hover span{
    color: #2b5aa4;    
    text-decoration: none;
    
}
header .top-menu ul li a span{
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
}
header .top-menu ul li a:hover span{
    border-bottom: 1px solid #f1d5d4;
}


.top-search{
    display: table;
    height: 104px;
    width: 100%;
}
@media (max-width: 1200px) {
    .top-search{
        height: 85px;   
    }
}
@media (max-width: 992px) {
    .top-search{
        height: 64px;   
    }
}
.top-search__td{
    display: table-cell;
    vertical-align: middle;
}
.search-box{
    padding: 20px 0;
    padding-right: 20px;
    display: none;
    width: 100%;
    height: 104px;
}
.search-box__td{
    display: table-cell;
    vertical-align: middle;
}
.search__input{
    width: 100%;
    border: 1px #f7f7f7 solid;
    background-color: #f7f7f7;
    padding: 12px 20px;
}
.header__middle--search .search-box{
    display: table;
}
.header__middle--search .top-menu{
    display: none;
}
@media (max-width: 767px) {
    .container{
        width: 100%;
    }
    header {
        text-align: center;
    }
    header .logo img {
        max-width: 290px;
    }
    header .top-menu {
        display: none !important;
    }
    header .search-box {
        display: block;
        height: 80px;
        padding-right: 0;
    }
    header .top-search{
        height: 80px;   
        padding-left: 0;
    }
    .header__right{
        display: inline-block;
        width: 20%;
        padding-left: 0;
    }
}




.slider__top{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.slider__item{
    position: relative;
}
.slider__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.slider__box{
    position: absolute;
    width: 100%;
    bottom: 30%;
    color:#fff;
    
}
.slider__descr{
    /*text-align: center;*/
    
    /*padding: 30px;
    border-radius:5px;*/
    /*padding: 25px;*/
    line-height: 160%;
}
.slider__text{
    font-size: 28px;
    /*line-height: 130%;*/
    letter-spacing: 2px;
    /*padding-bottom: 25px;*/
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Bicubik", sans-serif;
    
    
}
.slider__readmore, .slider__readmore a{
    color: #2b5aa4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.slider__readmore:hover, .slider__readmore a:hover{
    color: #242424;
    text-decoration: none;
}
.slider__readmore:active, .slider__readmore a:active{
    color: #9B0000;
    text-decoration: none;
}
.service__item a.readmore:active{
    color: #9B0000;
}
.slider__next{
    height: 41px;
    width: 41px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #2b5aa4 url('/assets/images/slider__controls.png') -28px center no-repeat;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.slider__prev{
    height: 41px;
    width: 41px;
    position: absolute;
    right: 42px;
    bottom: 0;
    background: #2b5aa4 url('/assets/images/slider__controls.png') 10px center no-repeat;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.slider__next:hover, 
.slider__prev:hover{
    background-color: #242424;
} 
.slider__next:active, 
.slider__prev:active{
    background-color: #9B0000;
} 
@media (max-width: 767px) {
    .slider__text{
        font-size: 24px;
    }
}

.header1{
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 34px;
    letter-spacing: 1px;
    line-height: 100%;
    font-family: "Bicubik", sans-serif;
    
}
.stext .header1{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 34px;
    margin-top: 34px;
    letter-spacing: 1px;
    line-height: 120%;
    font-family: "Bicubik", sans-serif;
}
.header2{
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1.2px;
    line-height: 150%;
    font-family: "Bicubik", sans-serif;
}
.stext .header2{
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 34px;
    letter-spacing: 1px;
    line-height: 100%;
    font-family: "Bicubik", sans-serif;
}
@media (max-width: 768px){
    .header1{
        font-size: 22px;
        /*padding-top: 70px;*/
        line-height: 150%;
    }
}
.stext{
    font-size: 15px;
    line-height: 25px;
}
.b-content .stext{
    margin-bottom: 40px;
}
.stext p {
    margin: 0;
    margin-bottom: 15px;
    text-align: justify;
}
.stext > ul {
        margin-top: 46px;
}
@media (min-width: 1024px){
    .stext > ul {
        padding-left: 100px;
    }
}
.stext ul li{
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
}
.stext ul li:before{
    height: 5px;
    width: 5px;
    position: absolute;
    /*border: 1px solid #9B0000;*/
    left: -19px;
    top: 15px;
    content: "";
}
.stext ul li:after{
    height: 5px;
    width: 5px;
    position: absolute;
    background-color: #3d6486;
    left: -21px;
    top: 13px;
    content: "";
}

.stext > ol {
        margin-top: 46px;
        counter-reset: olCounter;
}
@media (min-width: 1024px){
    .stext > ol {
        padding-left: 100px;
    }
}
.stext ol li {
    list-style-type: none;
    margin-bottom: 32px;
    position: relative;
}
.stext ol li::before {
    background: #9b0000 none repeat scroll 0 0;
    color: #fff;
    content: counter(olCounter, decimal);
    counter-increment: olCounter;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    left: -35px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 18px;
}
h1 {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 40px;
    text-transform: uppercase;
}
h2{
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1.2px;
    line-height: 150%;
}
h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 100%;
}
.main__text{
    padding: 50px 0px 30px;
}
.main__text p {
    margin-bottom: 20px;
}
.main__text .col-sm-6:first-child{
    padding-right: 28px;
}
.main__text .col-sm-6:last-child{
    padding-left: 28px;
}

.main__text a.readmore{
    color: #2b5aa4;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
}
.main__text a.readmore:hover {
    color: #1f1f1f;
}
.main__text a.readmore .fa-long-arrow-right::before{
    margin-right: 8px;
}
.main__text-awards{
    margin-bottom: 23px;
}
@media (max-width: 992px){
    .main__text-awards{
        text-align: center;
    }
    .main__text-awards img{
        margin: 0 1px;
        width: 45px;
    }  
    .main__text-readmore{
        text-align: center;
    }
}
@media (max-width: 767px){
     .main__text .col-sm-6:first-child{
        padding-right: 15px;
    }
    .main__text .col-sm-6:last-child{
        padding-left: 15px;
    }   
    .main__text{
        font-size: 14px;
    }
    .main__text-awards{
        text-align: center;
    }
    .main__text-awards img{
        margin: 0 1px;
        width: 45px;
    }
    .main__text-readmore{
        text-align: center;
    }
}

.advantage{
    padding: 70px 0;
    font-size: 13px;
    margin-top: 60px;
}
.advantage__title{
    /* padding-top: 60px; */
    color: #2b5aa4;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    text-align: center;
    font-size: 16px;
}
.advantage__title::before{
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    width: 48px;
    height: 44px;
    /* background: transparent url('/assets/images/icon__advantages.png') left top no-repeat; */
}
.advantage__item{
    margin-bottom: 30px;
    /*border: 1px solid #2b5aa4;*/
    padding: 25px 14px 0px 15px;
    
}
.advantage__item--1 .advantage__title::before{
    background-position: 0 0;
}
.advantage__item--2 .advantage__title::before{
    background-position: -48px 0;
}
.advantage__item--3 .advantage__title::before{
    background-position: -96px 0;
}
.advantage__item--4 .advantage__title::before{
    background-position: -144px 0;
}
.advantage__info{
    /* border-left: 1px #1f1f1f solid; */
    padding: 1px 2px 15px 2px;
    min-height: 60px;
    text-align: justify;
    line-height: 25px;
    font-size: 14px;
    
}
@media (max-width: 767px){
    .advantage__info{
        min-height: auto;
    }
    .advantage__title{
        /* padding-left: 58px; */
        padding-top: 5px;
    }
}

.news{
    padding: 64px 0;
}
.news__image{
    position: relative;
    float: left;
}
.news__date{
    position: absolute;
    left: 0;
    top: 0;
    background: #2b5aa4;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    z-index: 10;
}
.news__intro {
    /*border-left: 1px solid #ece7e5;*/
    font-size: 14px;
    line-height: 22px;
    margin-left: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 8px;
    min-height: 96px;
    clear: both;text-transform: uppercase;
    font-weight: 600;
}
.news__item a:hover{
    text-decoration: none;
}
.news__item a:hover .news__intro span{
    /*border-bottom: 1px solid #f1d5d4;*/
}
.news__item a:active .news__intro span{
    border: 0 none;
    color: #9B0000;
}
.news__item{
    margin-bottom: 30px;
}
.news__image::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.news__item:hover .news__image::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.news__image img {
    max-width: 360px;
    width: 100%;
}

.service{
    padding: 64px 0;
}
.service__image > img {
    width: 100%;
    max-width: 291px;
}
.service__item{
    /*background: transparent url('/assets/images/service__bg.png') 34px top no-repeat;*/
    width: 100%;
    height: 372px;
    padding-top: 50px;
    margin-top: 18px;
}
.service__item::before {
    border: 20px solid #f4f4f6;
    content: "";
    display: block;
    height: 96%;
    left: 50px;
    position: absolute;
    top: 26px;
    width: 72%;
}
.service__title{
    color: #2b5aa4;
    font-size: 26px;
    margin-bottom: 42px;
    letter-spacing: 2.3px;
    position: relative;
    z-index: 10;
}
.service__info {
    line-height: 22px;
    padding: 13px 24px 0 24px;
    font-size: 13px;
    font-weight: 500;
    min-height: 194px;
}

.service__item a.readmore {
    color: #2b5aa4;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.service__item a.readmore:hover {
    color: #1f1f1f;
}
.service__readmore{
    padding-left: 24px;
}
.service__image {
    min-height: 233px;
}
@media (max-width: 992px){
    .service__item::before{
        display: none;
    }
    .service__info {
        min-height: 100px;
    }
}
@media (max-width: 767px){
    .service__item{
        background: 0 none;
        padding-top: 0;
        height: auto;

    }
    .service__item:first-child{
        margin-bottom: 30px;
    }

    .service__info{
        min-height: auto;
        padding-bottom: 20px;
        text-align: center;
    }
    .service__readmore {
        text-align: center;
        margin-left: -25px;
    }
    .service__title {
        text-align: center;
    }
    .service__item::before{
        display: none;
    }
    .service .header1{
        text-align: center;
    }
}

.review{
    padding: 64px 0;
}
.review__item{
    border: 1px #f4f2f1 solid;
    padding-bottom: 47px;
    margin-bottom: 50px;
}
.review__author {
    background-color: #f4f2f1;
    padding-bottom: 16px;
    padding-top: 22px;
    color: #2b5aa4;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 292px;
    padding-left: 31px;
    letter-spacing: 1px;
    line-height: 16px;
}
.review__image {
    max-width: 179px;
}
.review .header1{
    margin-bottom: 41px;
}
.review__text{
    color: #1f1f1f;
    font-family: Times,serif;
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
    padding-left: 65px;
    padding-top: 18px;
    background: transparent url('/assets/images/review__quot.png') 16px 27px no-repeat;
}
@media (max-width: 991px) {
    .review__text{
        font-size: 16px;
        line-height: 120%;
        background-position: 14px 22px;
    }
}
@media (max-width: 767px) {
    .review__author{
        background: 0 none;
    }
    .review__text{
        font-size: 16px;
        line-height: 120%;
        padding: 30px 15px 15px;
        background-position: 15px 0px;
    }
    .review__item{
        padding-bottom: 15px;
    }
}

.useful{
    background-color: #2b5aa4;
    padding: 60px 0 80px;
}
.useful .header1{
    color: #fff;
    margin-bottom: 30px;
    margin-left: 13px;
}
a.useful__item{
    color: #fff;
    font-size: 16px;
    display: block;
    border: 1px solid #fff;
    position: relative;
    text-decoration: none;
    margin-bottom: 46px;
}
.useful__box {
    transition: all 0.2s ease 0s;
}
a.useful__item:hover{
    background-color: #FFF;
    color: #2b5aa4;
    transition: all 0.2s ease 0s;
    border-color: transparent;
}
a.useful__item:hover .useful__divider{
    border-color: #2b5aa4;
}
a.useful__item:hover .useful__box{
    border-color: transparent;
}
a.useful__item:active{
    background-color: #9B0000;
    color: #FFF;
    transition: all 0.2s ease 0s;
    border-color: transparent;
}
a.useful__item:active .useful__divider{
    border-color: #FFF;
}
a.useful__item:active .useful__box{
    border-color: transparent;
}
/*
.useful__box::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.7s ease 0s;
}
a.useful__item:hover .useful__box::after {
    opacity: 0.5;
    transition: all 0.7s ease 0s;
}
*/
.useful__box{
    padding: 26px 42px 22px 28px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 1px 0;
    height: 125px;
    overflow: hidden;
}
.useful__divider{
    border-left: 1px solid #fff;
    line-height: 21px;
    padding-left: 16px;
    padding-top: 4px;
    position: relative;
    z-index: 10;
}
.useful__title {
    margin-bottom: 8px;
}

.prefooter{
    background-color: #242424;
    padding: 35px 0 0px;
    color: #464646;
    font-size: 12px;
}
.prefooter a{
    color: #898989;
}
.prefooter a:hover{
    color: #F7F7F7;
    text-decoration: none;
    border-bottom: 1px solid #898989;
}
.prefooter__header{
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
    font-weight: bold;
}
.prefooter__header a{
    color: #464646;
}
.prefooter__header a:hover{
    border-bottom: 1px solid #898989;
    color: #f7f7f7;
    text-decoration: none;
}

.prefooter__list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 5px;
}
.prefooter__list > li {
    margin-bottom: 9px;
}
.prefooter__item {
    margin-bottom: 58px;
}
.prefooter__phone{
    margin-bottom: 10px;
    color: #898989;
    padding-left: 20px;
    position: relative;
}
.prefooter__phone--ico:before{
    content:"\f095";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 12px;
}
.prefooter__email{
    margin-bottom: 10px;
    color: #898989;
    padding-left: 20px;
    position: relative;
}
.prefooter__email:before{
    content:"\f0e0";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 12px;
}
@media (max-width: 991px) {
    .prefooter__list {
        margin-bottom: 30px;
    }
    .prefooter__item {
        margin-bottom: 30px;
    }
    .prefooter{
        padding-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .prefooter__list {
        margin-bottom: 30px;
    }
    .prefooter__item {
        margin-bottom: 30px;
    }
}
.footer{
    background-color: #1f1f1f;
    padding: 1px 0 1px 0;
    color: #707070;
    font-size: 12px;
}
.footer a{
    color: #707070;
    text-decoration: underline;
}
.footer a:hover{
    text-decoration: none;
}
.footer_dev{
    text-align: right;
}
.footer__social{
    text-align: center;
}
.footer__social a{
    border: 1px solid #707070;
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    margin: 0 8px;
    width: 28px;
    transition: all 0.8s ease 0s;
}
.footer__social a:hover{
    background: #707070;
    color: #1f1f1f;
    transition: all 0.8s ease 0s;
}
@media (max-width: 767px) {
    .copyright,
    .footer__social,
    .footer_dev{
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__social a{
        margin: 0 5px;    
    }
    .main__text,
    .advantage,
    .news,
    .service,
    .review,
    .useful{
        padding: 30px 0;
    }
}

.b-breadcrumbs{
    background-color: #fffff;
    border-top: 1px solid #ebeae8;
    border-bottom: 1px solid #ebeae8;
}
.breadcrumb{
    padding-left: 0;
    color: #b1b0b0;
    margin: 12px 0;
    font-size: 10px;
    font-weight: 200;
    text-transform: uppercase;
}
.breadcrumb a{
    color: #b1b0b0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li::before {
    content: "\f101";
    padding: 0 18px;
    font-family: FontAwesome;
}
@media (max-width: 460px){
    .breadcrumb > li + li::before {
        padding: 0 5px;
    }
}
.b-catalog{
    padding: 36px 0;
}

.b-filter{
    margin-bottom: 60px;
    margin-top: 45px;
}

.b-filter__menu{
    padding-left: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 19px;
}
.b-filter__menu a{
    color: #9e9696;
    border-bottom: 1px dashed #9e9696;
    text-decoration: none;
}
.b-filter__menu a:hover{
    border: 0 none;
}
.b-filter__menu .active{
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    display: inline-block;
}
.b-filter__menu .active span{
    background-color: #444;
    margin: 1px 0px;
    padding: 10px 18px;
    color: #fff;
    display: inline-block;
}
.b-filter__menu > li {
    display: inline-block;
    margin-right: 40px;
}
.b-filter__forma .selectric{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
}
.b-filter__forma .selectric .button::after{
    content: "\f0ab";    
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border: 0 none;
    color: #f4f3f3;
    right: 5px;
    top: 31px;
}
.b-filter__forma .selectric.selectricOpen .button::after{
    content: "\f0aa";
}
 
.b-filter__forma .selectricWrapper{
    /*max-width: 318px;*/
    width: 100%;
    margin-bottom: 36px;
}

.b-filter__forma .selectric .label{
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
}
.b-filter__forma .selectricItems li{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
    padding: 11px 20px 7px 20px;
}
.b-filter__forma .selectricItems li:hover{
    background-color: #8a8181;
}

.b-filter__forma{
    background-color: #f7f7f7;
    padding: 38px 42px;
    margin-bottom: 60px;
    margin-top: 20px;
}
.b-filter__reset{
    border: 0 none;
    background: transparent;
    text-transform: uppercase;
    color: #9e9696;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.4s ease 0s;
}
.b-filter__reset:hover{
    color: #1f1f1f;
    transition: all 0.4s ease 0s;
}
.b-filter__resetBox{
    text-align: right;
}
.b-filter__forma .selectric .jq-selectbox__select{
    background-color: #9e9696;
    color: #fff;
    padding: 4px 10px;    
}

.b-filter__forma select.selectric{
    width: 100%;
    /*max-width: 320px;*/
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
    margin-bottom: 36px;
}
.b-filter__sort{
    display: inline;
    padding-left: 11px;
}
.b-filter__sort > li {
    display: inline-block;
    margin-right: 4px;
}
.b-filter__sort a{
    color: #9e9696;
    margin-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
    font-size: 14px;
}
.b-filter__sort a:before{
    position: absolute;
    left: -15px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #9e9696;
    position: absolute;
    content: "";
}
.b-filter__sort a:hover,
.b-filter__sort a.active{
    color: #1f1f1f;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.b-filter__sort li:last-child a:after{
    position: absolute;
    right: -15px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #9e9696;
    position: absolute;
    content: "";
}


.b-product__item{
    margin-bottom: 48px;
    display: block;
}
.b-product__imageBox{
    position: relative;
}
.b-product__title{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b5aa4;
    background-color: #e5e2e2db;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 20px 4px 12px;
    width: 100%;
    letter-spacing: 1.2px;
    z-index: 10;
}
.b-product__intro {
    clear: both;
    font-size: 13px;
    line-height: 20px;
    height: 70px;
    overflow: hidden;
    padding: 10px;
    text-align: justify;
}
.b-product__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.b-product__item:hover .b-product__imageBox::after {
    /* opacity: 0.4; */
    transition: all 0.4s ease 0s;
}
.b-product__item a{
    text-decoration: none;
}
.b-product__list {
    margin-bottom: 30px;
}
.b-product__imageBox > img {
    width: 100%;
}


.b-gray {
    background-color: #f7f7f7;
    padding: 70px 0;
}
.b-form__header {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2.8px;
    line-height: 100%;
    margin-bottom: 1px;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.headerHint{
    margin-left: 2px;
    letter-spacing: -0.2px;
}
.b-form input[type="text"]{
    border: 1px solid #d7d7d7;
    padding: 17px 14px 14px 35px;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    background: transparent url('/assets/images/forma__icons.png') -100px 0 no-repeat;
    font-size: 12px;
    margin-bottom: 35px;
}
.b-form input[type="text"]:focus{
    box-shadow: 0 0 4px 0px #d7d7d7;
}
.b-form input[name="name"]{
    background-position: 10px 17px;
}
.b-form input[name="phone"]{
    background-position: 11px -48px;
}
.b-form input[name="email"]{
    background-position: 11px -108px;
}
.b-form input[name="message"]{
    background-position: 11px -168px;
}
.b-form button{
    border: 1px solid #2b5aa4;
    border-width: 2px 1px 2px 1px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #2b5aa4;
    padding: 15px 10px 15px 25px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.2s ease 0s;
}
.b-form button .fa{
    padding-right: 12px;
    color: #2b5aa4;
}
.b-form button:hover{
    background-color: #2b5aa4;
    color: #fff;
    transition: all 0.2s ease 0s;
}
.b-form button:hover .fa {
    color: #fff;
}
.b-form {
    margin-top: 60px;
}
.b-collection__image{
    text-align: center;
}
.b-collection__image img{
    /*width: 100%;*/
}
.leftmenu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    border-right: 0.5px solid #2b5aa4;
    border-right-style: dotted;
}
.leftmenu__caption{
    font-size: 16px;
    line-height: 130%;
    margin-top: 0px;
    padding: 19px 10px 6px 5px;
}
.b-leftmenuBox{
    padding-left: 0;
}
.b-leftmenu{
    padding: 0px 0;
    borrder: 1px solid #ece7e5;
}
@media (max-width: 460px){
    .b-leftmenu{
        padding: 0;
    }
    .b-leftmenuBox{
        padding-left: 15px;
    }
}
.b-leftmenu::before {
    content: " ";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000px;
    z-index: 0;
}
@media (max-width: 1025px){
    .b-leftmenu::before {
        display: none;
    }
}
.leftmenu a{
    display: block;
    width: 100%;
    padding: 15px 10px 15px 5px;
    font-size: 12px;
    font-weight: 600;
    color: #3d6486;
    text-transform: uppercase;
    text-decoration: none;
}
.leftmenu li.active a{
    /*background-color: #1f1f1f;*/
   /*color: #fff; */
}
.leftmenu li:not(.active) a:hover span{
    color: #2b5aa4;
    border-bottom: 1px solid #f1d5d4;
}
.leftmenu li a:active span{
    color: #9B0000;
}
.b-collection{
    padding: 36px 0;
}
.b-collection__body{
    margin-bottom: 40px;
}
.b-collection .header1{
    margin-bottom: 40px;
}
.b-collection__box{
    margin-bottom: 76px;
}
.b-collection__intro{
    font-size: 15px;
    line-height: 24px;
    padding-top: 2px;
    text-align: justify;
}
.b-collection__intro:after{
    border-bottom: 1px solid #bd1e23;
    border-top: 2px solid rgba(31, 31, 31, 0);;
    content: "";
    display: block;
    height: 4px;
    margin-top: 13px;
    width: 100px;
}
.b-collection__intro p{
    margin-top: 0;
}
@media (min-width: 1025px){
    .b-collection__image{
        max-width: 375px;
        padding-top: 29px;
    }
}
.b-collection__info{
    overflow: hidden;
}
.dopy__item{
    display: block;
    font-family: Times, serif;
    font-size: 16px;
    font-style: italic;
}
.b-collection__dopy {
    margin-top: 7px;
}
.dopy__item a{    
    font-family: Times, serif;
    font-size: 16px;
    font-style: italic;
}
.b-collection__pdf {
    font-size: 12px;
    margin-top: 22px;
}
.pdf__item .fa-file-pdf-o{
    color: #2b5aa4;
    font-size: 20px;
    margin-right: 8px;

}
.pdf__item a{
    color: #2b5aa4;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    font-weight: bold;
}
.b-collection__property{
    margin-bottom: 10px;
    padding-top: 25px;
}
@media (max-width: 460px){
    .b-collection__property{
        text-align: left;
    }    
}
.b-collection__property > img {
    margin-right: 3px;
    margin-bottom: 15px;
    width: 10%;
}
.b-collection__property > img:last-child{
    margin-right: 0;
}
@media (max-width: 1024px){
    .b-collection__property > img {
        margin-right: 5px;
    }
}
@media (max-width: 768px){
    .b-collection__property > img {
        margin-right: 8px;
        width: 13%;
    }
}
.c-product__imageBox img{
    width: 100%;
}
.collection__productList {
    margin-top: 88px;
    margin-bottom: 24px;
}
h2 + .collection__productList{
    margin-top: 8px;
}
.collection__product {
    margin-bottom: 15px;
}
.c-product__title{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.4px;
    padding-top: 5px;
    text-transform: uppercase;
    min-height: 65px;
}

.collection__product a {
    position: relative;
    display: inline-block;
}

.c-product__price {
    position: absolute;
    bottom: 40px;
    right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
}
.c-product__imageBox {
    position: relative;
}
.c-product__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.collection__product:hover .c-product__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.collection__product a{
    text-decoration: none;
}

.col-table {
  padding: 0;
}

.col-table_2 .teh-table__title {
    background: #f7f7f7;
}

.teh-table {
  padding: 0;
}
.teh-table__title {
    background-color: #f7f7f7;
   
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
}
.teh-table__item {
  
  line-height: 45px;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
}
a.readmore {
    color: #2b5aa4;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
a.readmore:hover {
    color: #1f1f1f;
}
a.readmore .fa-long-arrow-right::before {
    margin-right: 8px;
}
.с-full_features {
    margin-top: 34px;
    padding-left: 24px;
}
.header2__xaracts{
    margin-bottom: 22px;
}
.slider__item img{
    
    transition: all 0.4s ease 0s;
}
.slider__item img.zoomed{
    transition: all 5s ease 0s;
}
.slider__item{
    display: none;
}
.slider__item:first-child{
    display: block;
}
.slider__item.slick-slide{
    display: block;
}

.b-product .slider-nav {
    margin-top: 20px;
    margin-bottom: 92px;
}
.b-product .slider-navBox{
    padding-top: 10px;
    border-top: 4px solid #ece7e5;
    position: relative;

}

.b-product .slick-slide img {
    display: block;
    width: 100%;
    cursor: pointer;
}
.b-product .slick-current .slider-navBox{
    border-top: 4px solid #2b5aa4;   
}
.b-product .slick-slide {margin:0 10px;} 
.b-product .slider-nav:before{
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: #ece7e5; 
    margin-left: 10px;
    margin-right: 20px;
}
.b-product .slick-next{
    background: #2b5aa4 url("/assets/images/slider__controls.png") no-repeat scroll -28px center;
    bottom: -20px;
    color: #fff;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 10px;
    top: auto;
    transition: all 0.2s ease 0s;
    width: 41px;
}
.b-product .slick-next::before{
    content: "";
}
.b-product .slick-prev{
    background: #2b5aa4 url("/assets/images/slider__controls.png") no-repeat scroll 10px center;
    bottom: -20px;
    color: #fff;
    cursor: pointer;
    height: 41px;
    left: auto;
    position: absolute;
    right: 52px;
    top: auto;
    transition: all 0.2s ease 0s;
    width: 41px;
    z-index: 10;
}
.b-product .slick-prev::before{
    content: "";
}
.b-product .slick-next:hover, 
.b-product .slick-prev:hover{
    background-color: #242424;
} 
.b-product .slick-next:active, 
.b-product .slick-prev:active{
    background-color: #9B0000;
} 
.b-product .slider-for:not(.slick-initialized){
    display: none;
}
.b-product .slider-nav:not(.slick-initialized){
    display: none;
}

.programms__list > img {
    margin-right: 35px;
}
.programms__list {
    margin-bottom: 85px;
}
.consultation__line {
    margin-top: 50px;
    margin-bottom: 79px;
}
.instruction__item a{
    font-size: 13px;
    font-weight: 500;
    margin-left: 34px;
    position: relative;
}
.instruction__item a:hover{
    border-bottom: 1px solid #f1d5d4;
}
.instruction__item a:active{
    border-bottom: 0 none;
    text-decoration: none;
}
.instruction__item {
    margin-bottom: 16px;
}
.instruction__ukladka:before{
    content: "\f009";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    left: -29px;
    position: absolute;
    top: -4px;
    width: 20px;
    color: #2b5aa4;
}
.instruction__use:before{
    content: "\f15c";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    left: -28px;
    position: absolute;
    top: -5px;
    width: 20px;
    color: #2b5aa4;
}
.btn__red-2-1{
    display: block;
    width: 100%;
    max-width: 290px;
    border-top: 2px solid #2b5aa4;
    border-bottom: 2px solid #2b5aa4;
    border-left: 1px solid #2b5aa4;
    border-right: 1px solid #2b5aa4;
    text-align: center;
    height: 50px;
    letter-spacing: 1px;
    line-height: 49px;
    color: #2b5aa4;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease 0s;
    margin-top: 2px;
    font-size: 12px;
}

.btn__red-2-1:hover{
    text-decoration: none;
    background-color: #2b5aa4;
    color: #fff;
    transition: all 0.2s ease 0s;
}
.btn__red-2-1:active{
    text-decoration: none;
    background-color: #9B0000;
    color: #fff;
    transition: all 0.2s ease 0s;
}
@media (max-width: 480px){
    .btn__red-2-1{
        margin-bottom: 20px;
    }    
}

.order__btn{
    height: 50px;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    background-color: #2b5aa4;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.2s ease 0s;
    margin-top: 2px;
}
.order__btn:before{
    background-color: #d25353;
    height: 1px;
    width: 100%;
    left: 0;
    top: 4px;
    content: "";
    position: absolute;
    transition: all 0.2s ease 0s;
}
.order__btn:after{
    background-color: #d25353;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 4px;
    content: "";
    position: absolute;
    transition: all 0.2s ease 0s;
}
.order__btn:hover{
    background-color: #242424;
    color: #fff;
}
.order__btn:hover:before,
.order__btn:hover:after{
    background-color: #f4f2f1;   
}
.order__btn:active{
    background-color: #9B0000;
    color: #fff;
    text-decoration: none;
}
.order__btn:active:before,
.order__btn:active:after{
    display: none;
}

.order__btn .fa-hand-o-right{
    margin-right: 10px;
}
.header2__related{
    margin-bottom: 5px;
}

.b-related__box{
    margin-top: 30px;
    margin-bottom: 92px;
}
.b-related__title{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #2b5aa4;
    letter-spacing: 1px;
}
.b-related__info p{
    margin-top: 0;
}
.b-related__intro{
    font-size: 12px;
    line-height: 19px;
}
.b-related__advantages{
    padding-left: 0;
    list-style-position: inside;
    margin-top: 23px;
    list-style-type: none;
}
.b-related__advantages li{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 11px;
    padding-left: 18px;
    position: relative;
}
.b-related__advantages li:before{
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    top: 8px; 
    left: 2px;
    background-color: #1f1f1f;
}
.b-related__props{
    padding-left: 0;
    margin-top: 57px;
}
.b-related__props li{
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 7px;
}
.b-related__props li:before{
    width: 12px;
    height: 20px;
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    top: 2px; 
    left: 0px;
    color: #2b5aa4;
    font-size: 10px;
}

.b-related .price__box{
    margin-top: 30px;
    font-size: 16px;
    color: #bd1e23;
}
.b-related .price__box .price{
    font-size: 32px;
}
.b-related .price__box .fa.fa-rub {
    font-size: 15px;
    margin-left: 6px;
}
.b-related .order__btn{
    margin-top: 18px;
    font-size: 14px;
    max-width: 262px;
}
.box__leftborder{
    border-left: 1px solid #1f1f1f;
    margin-left: 12px;
    padding-left: 22px;
    line-height: 23px;
    margin-bottom: 40px;
}
.box__leftborder p {
    margin-bottom: 12px;
    margin-top: 0;
}
.red{
    color: #2b5aa4;
}
.b-related .header1{
    margin-top: 32px;
}
.b-related__image > img {
    width: 100%;
    max-width: 350px;
}
@media (min-width: 1024px){
    .b-related__box{
        margin-left: 5px;
    }
    .b-related__box .col-sm-5,
    .b-related__box .col-md-5{
        width: 45%;

    }
    .b-related__box .col-sm-7,
    .b-related__box .col-md-7{
        width: 55%;
        text-align: justify;
    }

}

select.selectric {
    color: #fff;
    font-size: 13px;
    margin-bottom: 36px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
    width: 100%;
    background-color: #9e9696;
    border: 0 none;
    max-width: 300px;
}
.select-styled .selectric{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
}
.select-styled .button::after{
    content: "\f0ab";    
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border: 0 none;
    color: #f4f3f3;
    right: 5px;
    top: 31px;
}
.select-styled.selectricOpen .button::after{
    content: "\f0aa";
}
 
.select-styled .selectricWrapper{
    /*max-width: 318px;*/
    width: 100%;
    margin-bottom: 36px;
}

.select-styled .label{
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
}
.select-styled .selectricItems li{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
    padding: 11px 20px 7px 20px;
}
.select-styled .selectricItems li:hover{
    background-color: #8a8181;
}
.address__list{
    margin-top: 52px;
}
.address__title{
    color: #2b5aa4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 0.8px;
}
.b-wherebuy .header1 {
    margin-bottom: 23px;
    margin-top: 34px;
}

.b-wherebuy .selectricWrapper{
    width: 318px;   
}
@media (max-width: 480px) {
    .b-wherebuy .selectricWrapper{
        width: 100%;   
    }   
}
.address__item {
    margin-bottom: 30px;
    padding-left: 20px;
    min-height: 165px;
}
.address__phone {
    margin-bottom: 23px;
    padding-left: 1px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
}
.address__phone:before{
    position: absolute;
    left: 6px;
    top: -3px;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
}
.address__place {
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 1px;
    letter-spacing: 0.5px;
    position: relative;
    min-height: 40px;
}
.address__place:before{
    position: absolute;
    left: 3px;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
}
/*
.b-content .header1{
    margin-top: 34px;
    margin-bottom: 55px;
}
*/
.sertifacaty__item{
    margin-bottom: 60px;
}
.sertifacaty__item img{
    width: 100%;
}
.b-instruction__item a{
    transition: all 0.2s ease 0s;
}
.b-instruction__item a:hover{
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.b-instruction__item{
    margin-bottom: 70px;
}
.b-instruction__title{
    border-left: 1px solid #2b5aa4;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-left: 10px;
    padding-left: 21px;
    padding-top: 0;
    text-transform: uppercase;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.b-instruction__intro {
    margin-top: 3px;
    padding-left: 31px;
    font-weight: normal;
    letter-spacing: -0.4px;
    font-size: 13px;
    line-height: 19px;
    height: 76px;
    overflow: hidden;
}
.b-instruction__imageBox{
    position: relative;
}
.b-instruction__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.b-instruction__item:hover .b-instruction__imageBox::after{
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.b-instruction__imageBox img{
    width: 100%;
}

.select__city .select-styled .selectricItems li{
    padding: 0;
}
.select__city .select-styled .selectricItems li a{
    padding: 11px 20px 7px;
    display: block;
    color: #fff;
}
.select__city .select-styled .selectricItems li a:hover{
    color: #fff;
    text-decoration: none;
}


.faq__item{
    cursor: pointer;
    margin-bottom: 20px;
}
.faq__itemBox{
    border: 1px solid #f4f2f1;
    font-weight: 500;
    
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition: all 0.4s ease 0s;
    display: table;
    width: 100%;
}
.faq__btn{
    display: table-cell;
    width: 60px;
    background-color: #f4f2f1;
    text-align: center;
    vertical-align: middle;
    color: #2b5aa4;
}
.faq__btn:before{
    content: "\f138";
    font-family: FontAwesome;
}
.active .faq__btn:before{
    content: "\f13a";
}
.faq__question{
    padding: 18px 16px 16px 24px;
}
.faq__item:hover .faq__question{
    color: #2b5aa4;
    transition: all 0.4s ease 0s;
}
.active .faq__question{
    color: #2b5aa4;
}
.-faq__question:before{
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f4f2f1;
    content: "\f138";
    left: 0;
    color: #2b5aa4;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.-active .faq__question:before{
    content: "\f13a";
}
.faq__answer {
    letter-spacing: 1.3px;
    line-height: 30px;
    padding-left: 86px;
    padding-top: 3px;
    display: none;
    transition: all 0.4s ease 0s;
}
.active .faq__answer{
    display: block;
}
@media (max-width: 769px){
    .faq__question{
        font-size: 12px;
        letter-spacing: 0px;
    }
    .faq__answer{
        letter-spacing: 0px;   
        padding: 10px;
        line-height: 24px;
    }
    .faq__item{
        margin-bottom: 22px;
    }
}

.media__list.row {
    margin-top: 58px;
}
.media__title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    padding-left: 31px;
    padding-top: 7px;
    text-transform: uppercase;
    min-height: 50px;
}
.media__item{
    margin-bottom: 30px;
}
.media__item a{
    transition: all 0.2s ease 0s;
}
.media__item a:hover{
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.media__imageBox{
    position: relative;
}
.media__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.media__item:hover .media__imageBox::after{
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.media__imageBox img{
    width: 100%;
}



.d-media__image{
    position: relative;
    float: left;
}
.d-media__date{
    position: absolute;
    left: 0;
    top: 0;
    background: #2b5aa4;
    padding: 3px 16px;
    color: #fff;
    font-size: 12px;
    z-index: 10;
}
.d-media__intro {
    border-left: 1px solid #ece7e5;
    font-size: 13px;
    line-height: 22px;
    margin-left: 17px;
    padding-left: 18px;
    padding-top: 6px;
    min-height: 96px;
    clear: both;
}
.d-media__item a:hover{
    text-decoration: none;
}
.d-media__item{
    margin-bottom: 80px;
}
.d-media__imageBox{
    position: relative;
}
.d-media__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.d-media__item:hover .d-media__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.d-media__imageBox img {
    max-width: 360px;
    width: 100%;
}

.d-media__video {
    padding-top: 7px;
}
.d-media__infoBox{
    padding-left: 22px;
}
.d-media__info {
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}
.d-media__info .btn__red-2-1{
    max-width: 300px;
    margin-top: 16px;
}
.d-media__info p{
    margin-top: 0;
    margin-bottom: 5px;
}
.d-media__box{
    margin-bottom: 75px;
}
.dm-media__item img {
    width: 100%;
}
.d-media__photos .header2{
    margin-bottom: 34px;
}
.dm-media__item {
    margin-bottom: 45px;
}
@media (max-width: 767px){
    .d-media__video iframe{
        height: 160px !important;
    }    
    .d-media__infoBox{
        padding: 0;
    }
    .d-media__photos .header2{
        text-align: center;
        font-size: 24px;
    }
}
.contacts__title{
    font-size: 13px;
    padding-left: 20px;
    padding-left: 1px;
    margin-bottom: 4px;
    position: relative;
    color: #2b5aa4;
}
.contacts__value{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 3px;
    position: relative;
    line-height: 24px;
}
.contacts__value p{
    margin: 0;
}
.contacts__list {
    margin-top: 31px;
    margin-bottom: 20px;
}
.contacts__hint{
    color: #acacac;
    font-size: 12px;
    font-weight: normal;
}
.contacts__phone::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: -1px;
    width: 20px;
}

.contacts__placemark::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 1px;
    width: 20px;
}
.contacts__clock::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 1px;
    width: 20px;
}
.contacts__email::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 2px;
    width: 20px;
}


.action__title{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-left: 15px;
    font-size: 22px
}
@media (min-width: 769px){
    .action__item .col-sm-5{
        width: 43%;
        /*padding-right: 0;*/
    }
    .action__item .col-sm-7{
        width: 57%;   
        padding-left: 0;
    }
}
.action__imageBox img{
    width: 100%;
}
.action__info {
    border-bottom: 1px solid #ece7e5;
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    line-height: 22px;
    margin-bottom: 30px;
}

.action__item a:hover{
    text-decoration: none;
}
.action__imageBox{
    position: relative;
}
.action__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.action__item:hover .action__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.action__imageBox img {
    width: 100%;
}
.action__item{
    margin-bottom: 85px;
}
@media (max-width: 766px){
    .action__info {
        padding-left: 0;
    }
    .action__item{
        margin-bottom: 40px;
    }
}

.header2__descr{
    position: relative;
    padding-left: 45px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.header2__descr:before{
    position: absolute;
    left: 0;
    top: -7px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__descr.png') center top no-repeat;
}
.b-poly__title{
    background-color: #2b5aa4;
    color: #fff;
    font-size: 16px;
    padding: 12px 22px 10px;
}
.b-poly__intro{
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 27px;
    margin-top: 3px;
    padding: 10px 22px;
    margin-bottom: 40px;
}
.b-poly__intro p{
    margin-top: 0;
    margin-bottom: 0;
}
.b-poly__info{
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 27px;
    margin-top: 3px;
    padding: 10px 22px;
    margin-bottom: 15px;
}
.b-poly__info p{
    margin-top: 0;
    margin-bottom: 0;
}
.b-poly__images {
    margin-bottom: 24px;
}
.b-poly__images img{
    width: 100%;
    max-width: 290px;
}
.header2__advantages{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__advantages:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__advantages.png') center top no-repeat;
}
.b-poly__info ul{
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}
.b-poly__info li{
    margin-bottom: 8px;
    padding-left: 29px;
    position: relative;
}
.b-poly__info li:before{
    content: "\f18e";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 0px;
}
.header2__minus{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__minus:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__minus.png') center top no-repeat;
}
.header2__price{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__price:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__price.png') center top no-repeat;
}
.header2__recommendation{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__recommendation:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__recommendation.png') center top no-repeat;
}
.header2__warning{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__warning:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 31px;
    background: transparent url('/assets/images/poly__warning.png') center top no-repeat;
}

#go_top.active {
    display: block;
}
#go_top {
    background: #2b5aa4;
    bottom: 90px;
    cursor: pointer;
    display: none;
    height: 41px;
    position: fixed;
    right: 45px;
    transition: all 0.5s ease 0s;
    width: 41px;
    z-index: 999;
    content: "\f077";
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    font-size: 25px;
}
#go_top:hover {
    background: #242424;
}
#go_top:active {
    background: #9B0000;
}
.fa-bars {
    background: #2b5aa4 none repeat scroll 0 0;
    color: #f5f5f5;
    cursor: pointer;
    display: none;
    font-size: 26px;
    margin-top: 120px;
    opacity: 0.9;
    padding: 15px 12px;
    position: fixed;
    width: 48px;
    z-index: 999;
    top: 75px;
}
@media (max-width: 767px) {
    .fa-bars {
        display: block;
    }
}

.mobile_menu .mfp-close {
    color: #fff;
    font-size: 50px;
    right: 20px;
    top: 20px;
}
.mobile_menu ul {
    margin-top: 100px;
    text-align: left;
    padding-left: 20px;
}
.mobile_menu ul li {
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}
.mobile_menu ul li a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
}
.mobile_menu {
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.mobile_menu_bg {
    background: #2b5aa4 none repeat scroll 0 0;
}

.mse2-row {
    margin-bottom: 40px;
}
.mse2-row a{
    color: #2b5aa4;
}
.mse2-row a:hover{
    border-bottom: 1px solid #f1d5d4;   
}

.container > .header1{
    margin-top: 0;
}
.b-content{
    padding: 36px 0;
}
.b-wherebuy{
    padding: 36px 0;
}
.b-related{
    padding: 36px 0;
}
.header__image img{
    width: 100%;
}
.stext-top{
    margin-bottom: 70px;
}
.teh-table__item--price{
    color: #2b5aa4;
    font-weight: 700;
}
@media (max-width: 480px){
    .b-collection__image img{
        width: 100%;
    }    
    .leftmenu__caption{
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .header2__xaracts + .row {
        display: flex;
    }
    
    .header2__xaracts + .row .col-xs-12{
        padding: 0;
    }
    .header2__xaracts + .row .col-xs-12 .teh-table__item {
        white-space: nowrap;
    }
    .teh-table__title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
    

.head_image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px;
    position: relative;
}

.head_image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

@media (max-width: 767px) {
    .head_image {
        height: 560px;
    }
    .b-catalog_index  .b-product__list {
        margin-bottom: 0;
    }
}

.teh-table__item1 {
    border-bottom: 3px solid #fff;
    font-size: 15px;
    line-height: 45px;
    padding-left: 20px;
    font-weight: 400;
}

.new-catalog .action__item a.readmore {
    border-radius: 50px;
    background: #2b5aa4;
    display: inline-block;
    padding: 10px 24px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}


.b-form input[type="text"] {
    background: transparent;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    background-position-x: 7px;
}

.b-form input[name="name"] {
    background-image: url(/assets/images/form/user.svg);
}

.b-form input[name="phone"] {
    background-image: url(/assets/images/form/phone.svg);
}

.b-form input[name="email"] {
    background-image: url(/assets/images/form/letter.svg);
}

.b-form input[name="message"] {
    background-image: url(/assets/images/form/writing.svg);
}

.leftmenu__slider {
    border: none;
    padding: 0 50px;
}


.leftmenu__slider .slick-prev {
    background: #2b5aa4 url(/assets/images/slider__controls.png) no-repeat scroll 10px center;
    top: calc(50% - 20px);
    color: #fff;
    cursor: pointer;
    height: 41px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 41px;
    z-index: 10;
}


.leftmenu__slider .slick-next {
    background: #2b5aa4 url(/assets/images/slider__controls.png) no-repeat scroll -28px center;
    top: calc(50% - 20px);
    color: #fff;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 0;
    transition: all 0.2s ease 0s;
    width: 41px;
}

.leftmenu__slider .slick-prev:before,
.leftmenu__slider .slick-next:before {
    display: none;
}


@media (max-width: 767px) {
    .fa-bars {
        position: relative;
        top: 0;
        margin: 0;
        background: transparent;
        color: #000;
        display: flex;
        align-items: center;
        height: 64px;
    }
    
    .header__cart {
        margin: 0;
        display: flex;
        align-items: center;
        height: 64px;
    }
    
    header {
        text-align: center;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 50;
        height: 64px;
        overflow: hidden;
    }
    
    .head_image {
        height: 460px;
    }
    header .logo img {
        max-height: 64px;
    }
}


.head_intro {
    text-align: center; 
    letter-spacing: 6px; 
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    font-weight: 700;
    font-size: 48px;
    font-family: "Bicubik", sans-serif;
    /*margin-bottom: 40px;*/
}

@media (max-width: 767px) {
    .head_intro {
    font-size: 26px;
    line-height: 180%;
    }
}


.head_intro_main {
    text-align: center; 
    letter-spacing: 6px; 
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    font-weight: 700;
    font-size: 88px;
    padding-top: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-family: "Bicubik", sans-serif;
    line-height: 100%;
    /*margin-bottom: 40px;*/
}

.advantages__title{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 22px;
    letter-spacing:3px;
    font-family: "Bicubik", sans-serif;
}

.top-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 8px;
    padding-bottom: 8px;
}

.top-info__lk svg {
    width: 20px;
}

.top-info__search,
.top-info__lk,
.top-info__phone {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.top-info__phone a {
    color: #2b5aa4;
}

.top-info__phone a:hover {
    color: #242424;
}

.top-info__search input {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #3f4561;
    font-size: 11px;
    padding: 6px 10px;
    width: 300px;
    line-height: 13px;
    text-transform: uppercase;
    border-radius: 3px;
}

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

.hello__btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

.fancybox-content {
    max-width: 760px !important;
    max-height: 600px;
}

.modal-form input,
.modal-form textarea {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #3f4561;
    font-size: 12px;
    padding: 7px 10px;
    width: 100%;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.modal-form input {
    height: 35px;
}

.modal-form textarea {
    height: 75px;
}

.modal-form button {
    background: transparent;
    margin: 0 auto;
}

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

.cart__item input {
    margin: 0;
}

.cart__item img {
    max-width: 100%;
}

.cart__img {
    width: 20%;
    padding-right: 10px;
}

.cart__name {
    width: 40%;
}

.cart__count {
    width: 20%;
    padding-right: 20px;
}

.cart__price {
    width: 20%;
}

.cart__clear {
    width: 10%;
    text-align: right;
}

.cart__name {
    margin: 0;
    padding: 0;
    max-width: 100%;
    color: #2b5aa4;
    font-family: "Bicubik", sans-serif;
    font-size: 20px;
}

.cart__clear button,
.mspc_btn {
    border: 1px solid #c9c9c9;
    height: 35px;
    width: 35px;
    max-width: 100%;
}

.mspc_coupon_description,
.mspc_msg,
.mspc_discount_amount {
    display: none !important;
}

.mspc_form {
    display: flex;
}

.btn_one_click {
    background: transparent;
}

.mspc_form input {
    width: calc(100% - 40px);
}

.cart__block {
    margin-bottom: 10px;
    margin-top: 10px;
}

#msOrder {
    margin-top: 0 !important;
}

.input-group-text {
    display: none;
}

.modal-title {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2.8px;
    line-height: 100%;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-family: Arial;
}

.status_list_block{
	padding-bottom: 300px;
	margin-top: 40px;
}

.status_list_item_title{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 600;
	line-height: 54px;
}

.status_list_item_title .status_list_status{
	font-size: 16px;
}

.status_list_item{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 500;
	line-height: 54px;
	border-top: 1px solid #e5e9ea;
}

.status_list_id{
	width: 15%;
	line-height: 49px;
	padding-right: 20px;
}

.status_list_name{
	width: 70%;
	line-height: 49px;
	padding-right: 20px;
}

.status_list_status{
	width: 15%;
	line-height: 49px;
	font-size: 14px;
	font-weight: 600;
}

.status_list_status.progress{
	color: #297aff;
}
.status_list_status.done{
	color: #1bdb28;
}
.status_list_status.failed{
	color: #df1e1e;
	position: relative;
}

.top-info__phone {
    margin-left: 60px;
    font-family: 'Bicubik';
}

.top-info__lk i {
    color: #000;
    font-size: 30px;
}

.msoneclick_form-group {
    margin-bottom: 35px;
}

.msoneclick_form-field textarea, .msoneclick_form-field input {
    border: 1px solid #d7d7d7;
    padding: 17px 14px 14px 17px;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 12px;
}


@media (max-width: 1199px) {
    .top-info__search input {
        width: 460px;
    }
}

@media (max-width: 992px) {
    header .top-menu ul li a, header .top-menu ul li span {
        font-size: 12px;
    }
}


@media (max-width: 767px) {
    .head_intro_main {
        font-size: 52px;
        line-height: 100%;
        padding-top: 1px;
        padding-bottom: 20px;
        text-transform: uppercase;
    }
    
    header {
        height: auto;
        padding-bottom: 15px;
    }
    
    .top-info {
        justify-content: center;
    }
    
    .top-info__search input {
        width: 100%;
    }

    .top-info__lk svg {
        width: 25px;
    }
    
    .top-info__search, .top-info__lk, .top-info__phone {
        margin: 0;
    }
    
    .top-info__search {
        width: 100%;
    }
    
    .top-info__lk {
        margin-top: 18px;
    }
}




.head_image video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.modal-shadow {
	position: fixed;
	height: 100%;
	width: 100%;
	transition: .5s;
	
}

.modal-shadow_active {
	opacity: 0.3;
	background: #000;
	z-index: 3;
	top: 0;
	left: 0;
}

.modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(-60px) scale(1.1);
	visibility: hidden;
	transition: .3s;
	display: flex;
	margin: 0 auto;
	max-height: 100%;
	overflow-y: auto;
	padding: 30px 0;
}

.modal__content {
	background-color: #FFFFFF;
	box-shadow: 0 3px 51px rgba(0, 0, 0, 0.11);
	max-width: 467px;
	margin: auto;
}
.modal__wrap {
	padding: 50px;
	padding-top: 41px;
}
.modal_active {
	opacity: 1;
	visibility: visible;
	z-index: 4;
	transform: translateY(0) scale(1);
	display: block !important;
}

input[name="surname"] {
	display: block;
	width: 2px !important;
	height: 3px !important;
	margin-bottom: -3px !important;;
	opacity: 0.01;
	padding: 0;
}

.modal .headerHint {
    margin-bottom: 10px;
}

.modal input {
    border: 1px solid #d7d7d7;
    padding: 17px 14px 14px 17px;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    background: transparent;
    font-size: 12px;
    margin-bottom: 15px;
}

.modal button {
    border: 1px solid #2b5aa4;
    border-width: 2px 1px 2px 1px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #2b5aa4;
    padding: 15px 10px 15px 25px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.2s ease 0s;
}

.modal button:hover {
    background-color: #2b5aa4;
    color: #fff;
    transition: all 0.2s ease 0s;
}

.msoneclick_modal {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.modal .msoneclick_form-order button {
    padding: 0;
}

