header {
	padding: 10px 0!important;
}
header.fixed .mainmenu {
    border-color: #cb252a;
}
h1, h2 {
font-size: 28px!important;
}
video.video {
    border-radius: 20px;
}
#front-top-block video.video {
    width: 100%;
}
#front-top-block h4 {
    margin-top: -3px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: none !important;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

/*.container>.rombrow:nth-child(2)>.rombwrapper:nth-child(1) {
    background: #ffd2d2;
}*/

/* Блог */
.bg-gray {
    background-color: #eee;
}
.blog_text p a {
    display: inline-block;
    margin-bottom: 1px;
    border: 1px dotted red;
    padding: 5px 5px;
}
.blog_text p a:hover {
    background: #1574e9;
    color: #fff!important;
}
.blog_text ul li {
    border-bottom: 1px dashed #d4d4d4;
    color: #000;
}
#manufacturer ul li {
    text-shadow: 1px 1px 2px #333;
}
.product-name {
    min-height: 50px;
}
.border {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 10px;
}
.border a {
    font-size: 12px!important;
    text-align: center;
    display: block;
}
p:hover a {
    background: #425f81;
    color: #fff!important;
}

@media screen and (max-width: 767px) {
    #manufacturer ul li {
        font-size: 14px;
    }
}
/* Блог */
ul.category li img {
    width: 100px;
}

.h1.centered {
    text-transform: uppercase;
    font-size: 28px;
}
.sBlack form {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.sBlack .searchform input[type="submit"] {
    border-radius: 0;
}
p.text-center.about {
    color: #fff;
}
.product-section .item {
    text-align: center;
}
.product-section p {
    font-size: 13px;
    margin: 0!important;
}

.block_products .list-inline>li {
    vertical-align: top;
}
.block_products li.list-inline-item div p {
    line-height: 1.5;
}
.block_products li.list-inline-item div a {
    display: block;
    padding: 5px;
    font-size: 14px;
    background: #dcedfb;
    color: #333;
    min-height: 95px;
    text-decoration: none;
}
.block_products li.list-inline-item div a:hover {
    background: #435f82;
    border-bottom: 2px solid #000;
    color: #fff;
    transition: 0.4s;
}
.block_products li.list-inline-item img {
    width: 100%;
}
.block_products li.list-inline-item div {
    width: 210px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px;
    min-height: 340px;
}

/* primary */

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.equal.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
}

.equal > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slick-track img {
    width: 100%;
    height: 100%;
}

.product_description {
    text-align: justify;
}

p.detail {
	display: inline-block;
    color: red;
    padding: 15px 0;
    text-align: center;
}
p.detail em {
    border-top: 1px solid #666;
    display: block;
}

img.blog_img {
    width: 100%;
}
.notfound input[type="text"] {
    border: 1px solid #ccc!important;
    margin-bottom: 5rem;
}

.d-block {
    display: inline-block;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #2c3e50;
}

h1,
h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
h3.subheading {
    font-size: 13px;
    margin: 0;
    color: #0065f5;
}

h4 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

p {
    font-size: 14px;
}

p.subheading {
    font-size: 17px;
}

.white {
    color: #ffffff;
}

a {
    color: #2565f1;
    text-decoration: underline;
}

ul.char li ul {
    margin-left: 20px;
    margin-bottom: 0;
	text-align: right;
}

.t-right {
    float: right;
}

ul.char li ul li:after {
    border: none;
}

section.black {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-color: #151e29;
}

section.black.lined {
    padding-bottom: 0;
}

section.black p.subheading {
    color: #a9a9a9;
}

section.black * {
    color: white;
}

header {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 30px 0;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header.fixed {
    background: white;
    -webkit-box-shadow: 0 0 15px #edf0f4;
    box-shadow: 0 0 15px #edf0f4;
    padding: 15px 0;
}

header.fixed .mainmenu li a {
    color: black;
}

header .mainmenu {
    list-style: none;
    float: right;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 15px;
    border-bottom: 1px solid white;
}

header:after {
    content: '';
    width: calc(50% - 560px);
    height: 1px;
    position: absolute;
    z-index: 2;
    background: white;
    right: 0;
    bottom: 38px;
}

header .mainmenu li {
    float: left;
    margin-left: 25px;
}

header .mainmenu li:first-child {
    margin-left: 0;
}

header .mainmenu li a {
    font-size: 15px;
    color: white;
    text-decoration: none;
    position: relative;
    padding-bottom: 9px;
    display: inline-block;
}

body.inner header .mainmenu li a {
    color: black;
}

body.inner header .mainmenu li a:hover,
header .mainmenu li a:hover {
    color: #cb252a;
}

header .mainmenu li.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    display: inline-block;
    background: #cb252a;
    left: 0;
    bottom: -2px;
}

.videoback__holder {
    /*    height: 820px;*/
    height: 100vh;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.videoback__holder:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    /*    background: rgba(0, 11, 254, 0.15);*/
    top: 0;
    left: 0;
}

.videoback__holder video {
    min-width: 100%;
    min-height: 100%;
    max-width: 250%;
    height: auto;
    width: auto;
    position: absolute;
    bottom: 0;
}

.centered {
    text-align: center;
}

.videoback__holder .container {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    /*    top: 150px;*/
    top: 22%;
}

.videoback__holder .whiteblock {
    width: 420px;
    background: rgba(255, 255, 255, 0.75);
    float: left;
    padding: 28px 20px;
    display: none;
}

.videoback__holder .whiteblock h3 {
    font-size: 28px;
}

.videoback__holder .whiteblock p {
    font-size: 18px;
    margin-top: 15px;
}

.col-xs-12.col-sm-5 noindex a {
    width: 100%;
}
a.btn,
div.btn {
    padding: 16px 23px;
    font-weight: 700;
    font-size: 15px;
    color: white;
    margin: 5px 0;
    border-radius: 8px;
    background: #cb252a;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0px 0px rgba(203, 37, 42, 0.5);
    box-shadow: 0 0px 0px rgba(203, 37, 42, 0.5);
}

a.btn:hover,
div.btn:hover {
    -webkit-box-shadow: 0 5px 20px rgba(203, 37, 42, 0.5);
    box-shadow: 0 5px 20px rgba(203, 37, 42, 0.5);
    color: white;
}

a.btn:focus,
div.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(203, 37, 42, 0.5);
    box-shadow: 0 0px 0px rgba(203, 37, 42, 0.5);
    color: white;
    background: #c11318;
}

.btn-default {
    background-color: transparent!important;
    border-color: #ccc!Important;
	font-weight: normal!important;
}

section.padding {
    padding: 100px 0;
}

section.content {
    padding: 60px 0;
}

.rombwrapper {
    width: 310px;
    height: 310px;
    -webkit-box-shadow: 0 0 0 #edf0f4;
    box-shadow: 0 0 0 #edf0f4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin: 53px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.romb {
    width: 100%;
    height: 100%;
    float: left;
    border: 2px solid #edf0f4;
    border-radius: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
}

a.romb:hover {
    text-decoration: none;
}

.romb .romb__img {
    position: absolute;
    left: 0;
    right: 0;
    height: 115px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
}

.romb.mini .romb__img {
    height: 110px;
    background-size: 70px;
}

.romb .romb__backface {
    width: 100%;
    height: 100%;
    background: #2565f1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
}

.romb .romb__backface .romb__backface_content {
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    padding: 25%;
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.romb .romb__backface .romb__backface_content p {
    font-size: 18px;
    color: white;
    font-weight: 700;
}

.romb .romb__backface .romb__backface_content.pictured p {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding-bottom: 80px;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.romb .romb__backface .romb__backface_content.pictured p:after {
    content: '';
    position: absolute;
    border-top: 30px solid rgba(255, 255, 255, 0.3);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35px;
}

.rombwrapper:hover .romb .romb__backface .romb__backface_content {
    -webkit-transform: rotate3d(0.415, 1, 0, 180deg);
    transform: rotate3d(0.415, 1, 0, 180deg);
    opacity: 1;
}

.rombwrapper:hover .romb .romb__backface {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.rombwrapper:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 45px hsla(0, 0%, 0%, 0.3);
    box-shadow: 0px 0px 45px hsla(0, 0%, 0%, 0.3);
}

.rombwrapper:hover .romb {
    -webkit-transform: rotate3d(1, 1, 0, 180deg);
    transform: rotate3d(1, 1, 0, 180deg);
    border: 2px solid #a0a0a0;
}

.romb h4 {
    font-weight: 700;
}

.romb h4,
.romb p {
    text-decoration: none;
    color: #2c3e50;
}

.rombwrapper:not(.mini):nth-child(even) {
    margin-left: 100px;
}

.rombwrapper:not(.mini):nth-child(3n) {
    margin-left: 288px;
    margin-top: -130px;
}

.rombwrapper:not(.mini):nth-child(4n) {
    margin-top: -130px;
}

.romb__content {
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center 25px;
}

.romb__content h4 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.romb__content p {
    font-size: 12px;
}

.container.margin-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.features {
    display: inline-block;
    width: 100%;
}

.features div {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    margin: 35px 0;
    position: relative;
}

.features div:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ce2529;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -4px;
    top: 36px;
    position: absolute;
}

.features div:last-child:after {
    display: none;
}

.features div p {
    font-size: 16px;
    color: #cfd0d1;
}

.features div span {
    font-size: 48px;
    font-weight: 700;
    display: block;
    color: white;
}

.unmarginedblock {
    margin-top: -155px;
    margin-bottom: 125px;
}

.whiteplate {
    background: white;
    -webkit-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 50px;
}

.whiteplate p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
}

section.bottompad {
    padding-bottom: 200px;
}

.rombwrapper.mini {
    width: 250px;
    height: 250px;
    margin: 35px;
    margin-left: 100px;
}

.romb.mini .romb__content {
    background-size: 85px;
    padding-top: 125px;
}

.rombwrapper.mini:first-child {
    margin-left: 35px;
}

/*.romb.mini .romb__content h4 {
    font-size: 20px;
}*/
.romb__content.new h4 span {
    font-size: 19px!important;
    color: red;
    text-transform: uppercase!important;
    margin-top: -10px;
}

.romb.mini .romb__content h4 span {
    text-transform: none;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.romb.mini .romb__content p.stock {
    text-align: center;
    color: #ce2529;
    margin-top: -30px;
    font-size: 28px;
    font-weight: 700;

}

.romb.mini .stocklabel {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #ce2529;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    border-radius: 10px 0 0 0;
}

.romb.mini .stocklabel span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 3px;
    width: 36px;
    line-height: 16px;
    text-align: center;
}

.rombrow:first-child {
    margin-top: 0;
}

.rombrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -130px;
}

.rombrow:last-child {
    margin-bottom: 100px;
}

.romb.blue {
    background: #2565f1;
}

.romb.blue .romb__content h4 {
    text-transform: none;
    font-size: 18px;
    color: white;
}

.romb.blue p.plus {
    font-size: 50px;
    font-weight: 700;
    color: white;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}

.video-controls {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 0;
}

.video-controls .mute {
    display: none;
}

.video-controls a {
    text-decoration: none;
}

.video-controls a:before {
    font-size: 35px;
    text-decoration: none;
    color: white;
}

.partslider {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
    display: inline-block;
    float: left;
}

.partslider .slide {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.partslider.left .next {
    /*    display: none !important;*/
    right: -3px;
}

.partslider.right .prev {
    /*    display: none !important;*/
    left: -3px;
}

.partslider .slide div {
    margin: 10px;
    width: calc(33.333% - 20px);
    height: 110px;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid white;
}

.partslider .slick-arrow {
    border: none;
    background: transparent;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 2;
}

.partslider .slick-arrow.next {
    right: -3px;
}

.partslider .slick-arrow.prev {
    left: -3px;
}

.grayline {
    padding: 45px 0;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 90px;
}

.reviewsslider {
    padding: 0 30px;
    margin-top: 45px;
}

.reviewsslider .slide {
    padding: 0 15px;
    height: auto;
}

.reviewsslider .slide .review {
    border: 3px solid #edf0f4;
    border-radius: 20px;
    padding: 0 15px;
    padding-bottom: 30px;
    height: 100%;
}

.reviewsslider .slide .review a.imageblock {
    width: 100%;
    display: inline-block;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
}

.reviewsslider .slide .review a.heading {
    font-weight: 700;
    font-size: 19px;
    text-decoration: none;
    color: #2c3e50;
    text-transform: uppercase;
}

.reviewsslider .slide .review p.subheading {
    font-size: 14px;
    margin-bottom: 20px;
}

.reviewsslider .slide .review p:not([class]) {
    line-height: 22px;
}

.reviewsslider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviewsslider .slick-arrow {
    border: none;
    background: transparent;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 2;
    color: #2c3e50;
}

.reviewsslider .slick-arrow.next {
    right: -20px;
}

.reviewsslider .slick-arrow.prev {
    left: -20px;
}

.reviewsslider ul.slick-dots {
    padding-left: 0;
    list-style: none;
    display: table !important;
    margin: 0 auto;
    margin-top: 25px;
}

.reviewsslider ul.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.reviewsslider ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #d7dde3;
    padding: 0;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.reviewsslider ul.slick-dots li.slick-active button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ce2529;
}

.blog {
    margin-top: 50px;
    margin-bottom: 40px;
}

.blog .blogitem {
    margin-bottom: 30px;
}

.blog .blogitem .photoblock {
    border-radius: 10px;
    height: 180px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    width: calc(100% + 15px);
}

.blog .blogitem > .photoblock {
    height: 382px;
    width: 100%;
    margin-bottom: 20px;
}

.blog .blogitem .heading,
.news .heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 22px;
    display: inline-block;
    width: 100%;
}

.blog .blogitem > .heading {
    line-height: 30px;
}

.readmore {
    display: inline-block;
}

.readmore:before {
    float: right;
    font-size: 12px;
    margin-left: 10px;
}

section.minipad {
    padding: 40px 0;
}

h4.heading {
    font-size: 20px;
    margin-bottom: 30px;
}

.news .news_img {
    width: 100%;
    height: 210px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}

.news .news_img:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.news .heading {
    margin-top: 15px;
    margin-bottom: 3px;
}

.news p {
    line-height: 24px;
}

.news .heading h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.news > div {
    margin-top: 30px;
}

.news p.date {
    color: gray;
}

footer {
    background: #1e232d;
    padding: 70px 0;
}

footer a:hover {
    text-decoration: underline!important;
    color: #eee!important;
}

footer p.heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #b2b4b7;
    margin-bottom: 25px;
}

footer ul.mainmenu {
    list-style: none;
    padding-left: 0;
}

footer a:not([class]),
footer p:not([class]) {
    color: gray;
    text-decoration: none;
    font-size: 15px;
}

footer p:not([class]),
footer .mainmenu li {
    margin-bottom: 8px;
}

div.noleftpad {
    padding-left: 0 !important;
}

div.norightpad {
    padding-right: 0 !important;
}

footer a.phone {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: white;
    text-decoration: none;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

a.btn.full {
    width: 100%;
    padding: 12px 5px;
    text-align: center;
}

ul.socials {
    padding-left: 0;
    padding-top: 25px;
}

ul.socials li {
    display: inline-block;
    margin-right: 7px;
}

ul.socials li:last-child {
    margin-right: 0;
}

ul.socials li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid white;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: white;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.socials li a:before {
    font-size: 18px;
}

ul.socials a.flaticon-vk:hover {
    background: #4a76a8;
    border-color: #4a76a8;
}

ul.socials a.flaticon-fb:hover {
    background: #4267b2;
    border-color: #4267b2;
}

ul.socials a.flaticon-ok:hover {
    background: #ee8208;
    border-color: #ee8208;
}

ul.socials a.flaticon-tw:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

footer .mapholder {
    width: 90%;
    height: 170px;
    margin: 0 auto;
}

footer .phoneblock {
    display: inline-block;
    width: 100%;
}

.mobilemenu_toggle {
    display: none;
}

.header_bg {
    position: relative;
    padding-top: 145px;
    background-size: cover;
    background-position: center top;
}

.header_bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 236, 236, 0.7);
    z-index: 1;
}

.header_bg .container {
    position: relative;
    z-index: 2;
}

.header_bg h2 {
    font-size: 38px;
    color: #1c3c50;
}

.breadcrumbs {
    margin-top: 72px;
    display: inline-block;
    width: 100%;
}

.breadcrumbs ul {
    padding-left: 0;
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li a {
    margin-right: 28px;
    text-decoration: none;
    position: relative;
}

.breadcrumbs ul li a:before {
    position: absolute;
    right: -20px;
    top: 0px;
    font-size: 12px;
    color: black;
}

.breadcrumbs ul li span {
    font-size: 13px;
    color: #0065f5;
}

.breadcrumbs ul li a span {
    color: black;
}

.searchform input[type="submit"] {
    background: #0065f5;
    color: white;
    font-weight: 700;
    float: right;
    border: none;
    width: 135px;
    height: 55px;
    text-align: center;
    font-size: 15px;
    border-radius: 0 10px 10px 0;
}

.searchform input[type="text"] {
    width: calc(100% - 135px);
    height: 55px;
    border: none;
    border-radius: 10px 0 0 10px;
    color: black;
    padding: 20px;
    font-size: 18px;
}

h1.heading {
    font-size: 21px;
    margin-bottom: 50px;
}

.product_categories {
    padding-left: 115px;
    list-style: none;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: 0px top;
    min-height: 80px;
}

.product_categories li {
    margin-bottom: 10px;
}

.product_categories li.main a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.product_categories li a {
    color: #b6bec5;
    text-decoration: none;
    font-size: 15px;
}

.product_categories li a:hover span {
    border-bottom: 1px solid #1c3c50;
}

.product_categories li a span {
    color: #1c3c50;
    margin-right: 10px;
}

.product_categories li.seemore a {
    color: #2585f8;
    text-decoration: underline;
}

.product_categories li.seemore a:hover {
    text-decoration: none;
}

.description_block {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.description_block h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.description_block p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 30px;
}

.filter_block {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #e3e8ed;
}

.filter_block .paging {
    float: right;
    margin-top: 8px;
}

.filter_block > .bootstrap-select {
    margin-bottom: -3px;
}

.filter_block > .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    height: 50px;
}

.filter_block > .bootstrap-select .btn.dropdown-toggle {
    border: 3px solid transparent;
    border-bottom: 3px solid #e3e8ed;
    padding: 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.filter_block > .bootstrap-select.open .btn.dropdown-toggle {
    border: 3px solid #e3e8ed;
    border-bottom: 3px solid white;
    z-index: 10000;
    position: relative;
}

.filter_block .bootstrap-select .btn-default:hover,
.filter_block .bootstrap-select .btn-default:focus {
    background: white;
    color: #0065f5;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li.active > a {
    color: #0065f5;
    background: white;
}

.filter_block .bootstrap-select.btn-group .dropdown-menu.open {
    margin: 0px;
    border-radius: 0px 10px 0px 0px;
    border: 3px solid #e3e8ed;
    margin-top: -3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filter_block > .bootstrap-select:first-child .btn.dropdown-toggle {
    border-radius: 10px 0 0 0;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    margin-left: -5px;
    margin-right: 5px;
}

.filter_block .paging label {
    font-weight: 400;
    margin-right: 10px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    height: 34px;
}

.bootstrap-select > .dropdown-toggle {
    border: 3px solid #e3e8ed;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -1px;
    margin-right: -4px;
    border-top-color: #c0c2c3;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: white;
    border-color: #e3e8ed;
}

.btn-group.open .dropdown-toggle:hover {
    border-color: #e3e8ed;
}

.btn-group.open .dropdown-menu > li > a {
    padding: 5px 12px;
}

.filter_block > .btn-group.open .dropdown-menu > li > a {
    padding: 5px 15px;

}

.product_item {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    border: 3px solid #e3e8ed;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    padding-top: 0;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product_item .discount-block {
    position: absolute;
    background-color: #EC2026;
    color: #fff;
    right: 3%;
    top: 3%;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
}

.slide .discount-block {
    position: absolute;
    background-color: #EC2026!important;
    color: #fff;
    right: 3%;
    top: 3%;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
}

.product_item .photo {
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.product_item p small {
    font-size: 12px;
    color: #7c8793;
    letter-spacing: 0.2px;
}

.product_item p:not([class]) {
    margin-bottom: 0;
}

.product_item p.heading {
    color: black;
    margin-top: 5px;
    margin-bottom: 0px;
    min-height: 60px;
}

.product_item p.brand {
    text-transform: uppercase;
    margin-top: 5px;
    color: #7c8793;
}

.product_item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.pagination {
    margin-bottom: 40px;
}

.pagination > li > a:hover {
    border: 3px solid transparent;
    background: white;
}

.pagination > li > a,
.pagination > li > span {
    border: 3px solid transparent;
    border-radius: 5px;
    margin-left: 0;
    font-weight: 700;
    font-size: 15px;
    color: #2c3e50;
}

.pagination > li > a.active {
    border: 3px solid #e3e8ed;
    color: #fff;
    background: #337ab7;
}

.pagination > li > a.active:hover {
    cursor: default;
    background: #337ab7;
    border-color: #eee;
}

.pagination > li > a:hover {
    background: #eee;
}

.pagination > li > a i:before {
    font-size: 13px;
}

.products {
    margin-bottom: 15px;
}

.products div.btn {
    padding: 6px 20px;
}

h1.heading + p.subheading {
    margin-top: -43px;
    font-size: 14px;
}

.productslider {
    display: inline-block;
/*    width: 100%;*/
    width: 500px;
    border: 3px solid #e3e8ed;
    border-radius: 25px;
}

.productslider .slide {
    height: 500px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    overflow: hidden;
    background-color: white;
}

.productslider_controller {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 0 50px;
    position: relative;
}

.productslider_controller .slide {
    height: 130px;
    border-radius: 25px;
    overflow: hidden;
    background-color: white;
    border: 3px solid #e3e8ed;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 7px;
    position: relative;
}

.productslider_controller .slide.video:after {
    content: '';
    border-left: 20px solid #e3e8ed;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: calc(50% - 15px);
    left: calc(50% - 6px);
    position: absolute;

}

.productslider_controller .slide.video:before {
    content: '';
    width: 60px;
    height: 60px;
    border: 6px solid #e3e8ed;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border-radius: 50%;
}

.productslider .slide iframe {
    width: 100%;
    height: 100%;
}

.productslider_controller .slick-arrow {
    border: none;
    background: transparent;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 3px solid #e3e8ed;
    border-radius: 6px;
    top: calc(50% - 20px);
}

.productslider_controller .slick-arrow.next {
    right: 0;
}

.productslider_controller .slick-arrow.prev {
    left: 0;
}

.productslider_controller .slick-arrow:before {
    font-size: 12px;
}

.productslider_controller .slick-arrow:hover:before {
    color: #0065f5;
}

h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.product_description ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.product_description ul li {
    padding: 3px 0;
    display: inline-block;
    width: 100%;
    line-height: 18px;
    position: relative;
}

.product_description ul li:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 10px;
    border-bottom: 1px dashed #d4d4d4;
}

.product_description ul li b {
    float: right;
    width: 185px;
    padding-left: 5px;
}

.product_description ul li span {
    padding-right: 5px;
}

.product_description ul li span,
.product_description ul li b {
    background: white;
    position: relative;
    z-index: 2;
}

.product_description p {
    margin-bottom: 20px;
}

.shareblock {
    border-top: 3px solid #e3e8ed;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}

.shareblock span {
    color: #c1b7b7;
    line-height: 25px;
    display: inline-block;
}

.shareblock ul {
    padding-left: 0;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

.shareblock li {
    display: inline-block;
    margin-left: 4px;
}

.shareblock li a {
    height: 25px;
    width: 25px;
    border: 2px solid #e3e8ed;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    line-height: 21px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.shareblock li a:before {
    font-size: 15px;
}

.spacebetween {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.shareblock li a.flaticon-vk {
    color: #4a76a8;
}

.shareblock li a.flaticon-fb {
    color: #4267b2;
}

.shareblock li a.flaticon-ok {
    color: #ee8208;
}

.shareblock li a.flaticon-tw {
    color: #1da1f2;
}


.shareblock li a.flaticon-vk:hover {
    border-color: #4a76a8;
}

.shareblock li a.flaticon-fb:hover {
    border-color: #4267b2;
}

.shareblock li a.flaticon-ok:hover {
    border-color: #ee8208;
}

.shareblock li a.flaticon-tw:hover {
    border-color: #1da1f2;
}

.product_detail {
    margin-bottom: 50px;
}

.service_photo {
    width: 100%;
    height: 350px;
    background-size: cover;
    border-radius: 10px;
}

.service_block {
    padding: 25px;
    margin-top: 30px;
    border: 3px solid #e3e8ed;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.service_block:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.service_block h4 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
}

.service_block ul.options {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e8ed;
}

.service_block ul.options li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-right: 45px;
}

.service_block p {
    line-height: 29px;
}

.service_block .fulltext,
.service_block .readless {
    display: none;
}

/*----------------------------------------*/

.grey_line {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #e4e7ec;

}

.news_desc {
    padding: 0 0 20px 0;
}

.content .news_date {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #9a9da4;
}

.news_img {
    float: left;
    padding: 0 35px 25px 0px;
}


.crop {
    float: left;
    margin: .5em 10px .5em 0;
    overflow: hidden;
    position: relative;
    width: 353px;
    height: 208px;
    border-radius: 12px;
}

.crop img {
    position: absolute;
    top: 0;
    /*left: 15px;*/
    max-width: 100%;
}

.news_desc p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707780;
}

.prev-next {
    width: 100%;
}

.prev-next a {
    text-decoration: none;
}

.arrow_name {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #4165ed;
    text-decoration: none;
    border-bottom: 1px solid #4165ed;
}

.arrow_name:hover {
    color: #23527c;
    border-bottom: 1px solid #23527c;
}

.prev_news {
    float: left;
}

.next_news {
    float: right;
}

.prev-next .flaticon-left-arrow:before {
    font-size: 15px;
    margin-right: 10px;
}

.prev-next .flaticon-right-arrow:before {
    font-size: 15px;
    margin-left: 10px;
}

.news_section {
    margin: 50px auto 0;
}

/*

.news_block {
    margin-bottom: 30px;
}

.news_block h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #354050;
    text-transform: uppercase;
}

.news_block p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #636a75;
}

.news_block .news_img {
    margin: 0 10px 25px 0;
    width: 100%;
    height: 205px;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.news_block .news_img:hover {
     -webkit-box-shadow: 0px 12px 15px 0px rgba(191, 199, 209, 0.64);
    box-shadow: 0px 12px 15px 0px rgba(191, 199, 209, 0.64);
}
*/

.blog_section .pagination > li > a,
.pagination > li > span,
.news_section .pagination > li > a {
    font-size: 18px;
    font-weight: 400;
}

.blog_name {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #354050;
/*    text-transform: uppercase;*/
    text-decoration: none;
}

.blog_name:hover {
    text-decoration: none;
    color: inherit;
}

.blog_left {
    margin-right: 15px;
}

.blog_section {
    margin-top: 25px;
    margin-bottom: -25px;
}

.blog_section img {

    border-radius: 12px;
}

.blog_article {
    margin-bottom: 20px;
}

.blog_article .news_block {
    margin-bottom: 0;
}

.blog_left img {
    margin-bottom: 15px;
    /*width: 100%;*/
    height: auto;
}
.blog_text img {
    margin-bottom: 15px;
    width: auto;
    height: auto;
margin:10px;
}

s .blog_section .news_date {
    margin-bottom: 12px;
}

.blog_section .news_block p {
    margin-bottom: 12px;
}

.blog_right {
    margin-left: -15px;
}

.article_img {
    width: 159px;
    height: 182px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;

}

.article_img img {
    position: absolute;
    top: 0;
    left: 0;
}

.blog_article__right {
    display: inline-block;
    width: calc(100% - 163px);
    padding-left: 15px;
}

.article_img:hover {
    -webkit-box-shadow: 0px 12px 15px 0px rgba(191, 199, 209, 0.64);
    box-shadow: 0px 12px 15px 0px rgba(191, 199, 209, 0.64);
}

.grey {

    padding: 50px 0;
    text-align: center;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.grey p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #354050;
}

.grey a {
    max-width: 176px;
}


.popup_wrap {
    display: none;
    width: 610px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 35%;
    margin-top: -240px;
    margin-left: -305px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #354050;
    background: #ffffff;
    z-index: 10000000;
    text-align: center;
    padding: 40px;
}

.subscribe {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.subscribe_after {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
    color: #636a75;
}

.submit_popup,
.submit_feedback {
    max-width: 175px;
    width: 100%;
    padding: 12px 5px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: white;
    margin: 5px 0;
    border: none;
    border-radius: 8px;
    background: #cb252a;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0px 0px rgba(203, 37, 42, 0.5);
    box-shadow: 0 0px 0px rgba(203, 37, 42, 0.5);
}


.submit_popup:hover,
.submit_feedback:hover {
    -webkit-box-shadow: 0 5px 20px rgba(203, 37, 42, 0.5);
    box-shadow: 0 5px 20px rgba(203, 37, 42, 0.5);
    color: white;
}

.submit_popup:focus,
.submit_feedback:focus {
    -webkit-box-shadow: 0 0px 0px rgba(203, 37, 42, 0.5);
    box-shadow: 0 0px 0px rgba(203, 37, 42, 0.5);
    color: white;
    background: #c11318;
}

.popup_wrap input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;

}


.agreement__wrap {
    position: relative;
    display: block;
    margin-top: 15px;
}

.popup_wrap .agreement__wrap input {
    padding-left: 10px;
    background-color: #ecf0f6;
    border-style: none;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}

.label {
    color: #636a75;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    position: relative;
    border: none;
    white-space: normal;
    text-align: left;
}

input[type="checkbox"] + p:before {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 5px;
    content: '';
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: -1px;
}

input[type="checkbox"]:checked + p:after {
    opacity: 1;
}

input[type="checkbox"] + p:after {
    content: '';
    width: 20px;
    height: 15px;
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 11px;
    left: 7px;
    border-radius: 2px;
    background: url(../images/demo/yes.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.popup_close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
}

.popup_close:hover {
    cursor: pointer;
}

.popup_close::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 2px;
    width: 25px;
    height: 1px;
    background-color: #354050;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup_close::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 2px;
    width: 25px;
    height: 1px;
    background-color: #354050;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gray {
    color: #707780;
}

.blue {
    color: #8397f2;
}

.blue:hover {
    color: #8397f2;
    text-decoration: none;
}

.styled-input {
    position: relative;
    margin-bottom: 30px;
}

.styled-input input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border-radius: 7px;
    color: #1a1a1a;
    border: 2px solid #e4e7ec;
}

.styled-input textarea {
    width: 100%;
    height: 145px;
    padding-left: 20px;
    border-radius: 7px;
    color: #1a1a1a;
    border: 2px solid #e4e7ec;
}

.styled-input .form-label {
    position: absolute;
    top: 0;
    left: 20px;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    pointer-events: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
    color: #c5c7cb;
}

.styled-input input:focus,
.styled-input textarea:focus {
    border: 2px solid #88abf8;
}

input:focus ~ .form-label,
input:valid:required ~ .form-label,
.styled-input .top-fix,
textarea:focus ~ .form-label {
    font-size: 0.85em;
    top: -4rem;
    -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}


.styled-input .form-label.top {
    top: -4rem;
}

#overlay {
    z-index: 200;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    overflow: auto;
}

.blog_det_name {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #354050;
    font-weight: 700;
    text-transform: uppercase;
}

.blog_right .blog_det_name {
    margin-bottom: 20px;
}

.blog_detail img {
    margin-bottom: 35px;
    /* width: 100%; */
    display: block;
    margin: 0 auto;
}

.blog_text {
    margin-bottom: 25px;
    border-bottom: 1px solid transparent;
    text-align: justify;
}

.blog_text p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #636a75;
}

.blog_section .pagination,
.news_section .pagination {
    margin-bottom: 0;
    margin-top: 5px;
}

.blog_det_right {
    text-decoration: none;
}

.blog_det_right:hover {
    text-decoration: none;
}

.blog_det_right .img_wrap {
    margin-bottom: 40px;
    width: 100%;
    height: 153px;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    margin-top: 10px;
}

.blog_det_right img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(191, 199, 209, 0.64);
    box-shadow: 0px 0px 0px 0px rgba(191, 199, 209, 0.64);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blog_det_right .img_wrap:hover {
    -webkit-box-shadow: 0px 12px 15px 0px rgba(191, 199, 209, 0.64);
    box-shadow: 0px 12px 15px 0px rgba(191, 199, 209, 0.64);
}

.blog_detail {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 60px;
    display: inline-block;
}

.blog_article {
    margin-left: 15px;
}

.blog_det_text .blog_name {
    font-size: 17px;
}

.contact_section {
    margin-bottom: 95px;
    color: #354050;
}

.contact_section h4 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.contact_section p span {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 2px;
}

.contact_section .phone {
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.contact_section p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 7px;
}

.contact_section p a {
    color: #4165eb;
}

.contact_section p a:hover {
    text-decoration: none;
}

.email_cont {
    margin-bottom: 15px;
}

.email_cont p {
    margin-bottom: 0;
}

.blog_article__right .news_date {
    margin-bottom: 12px;
}

.cont_right span {
    display: block;
    margin-bottom: 10px;
}

.cont_right p {
    line-height: 28px;
    margin-bottom: 25px;
}

.mode p {
    margin-bottom: -2px;
}

#contact_map {
    width: 100%;
    height: 570px;
    margin-bottom: 80px;
}

.phone::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c5c7cb;
}

.phone::-moz-placeholder {
    /* Firefox 19+ */
    color: #c5c7cb;
}

.phone:-ms-input-placeholder {
    /* IE 10+ */
    color: #c5c7cb;
}

.phone:-moz-placeholder {
    /* Firefox 18- */
    color: #c5c7cb;
}

.feedback h4 {
    font-size: 20px;
    font-weight: 700;
    color: #354050;
    margin-bottom: 30px;
}

.submit_feedback {
    float: right;
    margin-right: 25px;
}

.feedback {
    width: 100%;
    max-width: 525px;
    margin: auto;
}

.feedback_block {
    margin-bottom: 80px;
}

.about_section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.about_section h4,
.mission_wrap h4,
.slider_block h4,
.strategy h4 {
    font-size: 20px;
    font-weight: 700;
    color: #354050;
    margin-bottom: 30px;
    text-align: center;
}

.about_section p,
.mission_wrap p,
.strategy p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #344050;
}

.mission_wrap {
    width: 100%;
    height: 100%;
    padding: 75px 0 330px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission h4,
.mission p {
    color: #fff;
}

.mission p {
    margin-bottom: 0px;
}

.strategy {
    padding: 50px 50px 30px;
    margin-top: -280px;
    margin-bottom: 70px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 10px 17px 40px 0px rgba(46, 59, 110, 0.1);
    box-shadow: 10px 17px 40px 0px rgba(46, 59, 110, 0.1);
}

.slider_wrap1 {
    padding: 0 0px;
}

.slider_block a {
    margin: 40px 15px 60px;
    border: 3px solid #e4e7ec;
    border-radius: 10px;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(222, 227, 233, 1);
    box-shadow: 0px 0px 0px 0px rgba(222, 227, 233, 1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slider_block h4 {
    margin-bottom: 0;
}

.slider_block a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 12px 30px 0px rgba(222, 227, 233, 1);
    box-shadow: 0px 12px 25px 0px rgba(222, 227, 233, 1);
}

.face {
    width: 188px;
    height: 188px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto 20px;
}

.slider_block {
    text-align: center;
    padding: 20px 30px;

}

.name {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #354050;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.department {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #b4b7bb;
    margin: 0;
}

/*--------------------------------------------------*/

.slider_block .slick-arrow.prev {
    left: -20px;
}

.slider_block .slick-arrow {
    border: none;
    background: transparent;
    position: absolute;
    top: calc(50% - 40px);
    z-index: 2;
    color: #2c3e50;
}

.slider_block .slick-arrow.next {
    right: -20px;
}

.slider_block ul.slick-dots {
    padding-left: 0;
    list-style: none;
    display: table !important;
    margin: 0 auto;
    margin-top: -35px;
}

.slider_block ul.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.slider_block ul.slick-dots li.slick-active button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ce2529;
}

.slider_block ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #d7dde3;
    padding: 0;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*--------------------------------------------------*/

.slider_block h5 {
    margin: 45px auto 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #354050;
    text-transform: uppercase;
}

.slide_text {
    font-size: 14px;
    line-height: 22px;
    color: #636a75;
}

.slider_trust {
    margin-bottom: 70px;
}

.slider_trust .department {
    margin-bottom: 15px;
}

.trust_block {
    margin-top: 80px;
}

.brand_wrap {
    padding: 50px 0;
}

.brand_wrap h1 {
    color: #fff;
}

.brands a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #ffffff;
}

.brands a div {
    width: 100%;
    height: 110px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.brands a:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 12px 76px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 12px 76px 0px rgba(255, 255, 255, 0.4);

}

.blog_expert .blogitem .heading {
    margin-bottom: 0;
}

.blog_expert .blogitem p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #636a75;
}

.blog_expert .blogitem .news_date {
    margin-bottom: 12px;
}

.blog_section .news,
.news_section .news {
    margin-bottom: 30px;
}

.blur {
    height: 100vh;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-size: cover;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /*filter:blur(4px);
  -o-filter:blur(4px);
  -ms-filter:blur(4px);
  -moz-filter:blur(4px);
  -webkit-filter:blur(4px);*/
    z-index: 2;
}

.blur::after {
    content: "";
    position: absolute;
    /*    background: rgba(26, 33, 43, 0.5);*/
    width: 100%;
    height: 100%;
}



.ipad {
    max-width: 100% !important;
    position: relative !important;

}

.ipad2 {
    height: auto;
}

video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: red;
}

html body form.ajax_form input[disabled] {
    cursor: not-allowed;
}

.ajax-not-popup-form .agreement__wrap input {
    padding-left: 10px;
    background-color: #ecf0f6;
    border-style: none;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}

.ajax-not-popup-form input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
}

h2.small-h2 {
    font-size: 24px;
}

.fulltext h3 {
    font-size: 20px;
}

.reviewsslider .review a.imageblock:hover,
.reviewsslider .review a.heading:hover {
    cursor: inherit;
}

.h2-as-link {
    cursor: pointer;
}

.container .news.row > div:nth-child(3n+1) {
    clear: both;
}

.container .logo-wrap {
    text-align: center;
    padding-top: 50px;
}

.error-page-content {
    text-align: center;
}

.error-page-content h2 {
    font-weight: normal;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 0;
}

.error-page-content h1 {
    font-weight: normal;
    font-size: 100px;
    margin-top: 0;
}

.error-page-content h3 {
    margin-top: 0;
}

.error-page-content p {
    margin-top: 40px;
    margin-bottom: 25px;
}

.site-map-wrap {
    text-align: center;
    padding-bottom: 200px;
}

.site-map-wrap ul {
    padding-left: 0;
}

.site-map-wrap ul li {
    display: inline-block;
    padding: 0 10px;
}

.site-map-wrap li a {
    font-weight: normal;
}
p.desCript.text-center {
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: -15px;
}
.col-sm-6.pluses img {
    width: 100%;
    height: auto;
}
.clients select {width: 100%;border: 1px solid transparent;border-bottom-color: #ddd;color: #999;}
.clients .col-sm-3 p {color: #999;}
/*.clients .col-sm-3 div {text-align: center;min-height: 130px;}
.clients .col-sm-3 div img {height: 150px;width: auto;}*/
.clients h3 {text-transform: none;font-weight: normal;font-size: 23px;}
ul.deleviry {column-count: 2;-moz-column-count: 2;-webkit-column-count: 2;list-style: none; padding: 0;}

/* Всплывающее окно
* при загрузке сайта
*/
/* базовый контейнер, фон затемнения*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
/* модальный блок */
.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* заголовки в модальном блоке */
.popup h2 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd;
}
/* кнопка закрытия */
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
/* изображения в модальном окне */
.popup img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

a.class1 {color: #fff;text-decoration: none;}
.div_block {display: inline-block;}
img.customstyle {height: 12px;}

.slide.slick-slide.slick-current div {
    background-size: auto 100%;
    background-color: #fff;
    border: 0;
    outline: 1px solid white;
}

.block1 {
    width: 100%;
}

.block3 {
    width: 100%;
}

.block4{
    width: 100%;
}

.g-block-1 {
    width: 50%;
    float: left;
}

.g-block-2 {
    width: 50%;
    float: right;
}
header .mainmenu li a {
    color: #fff;
}
.language_switcher {

    text-align: right;
    font-size: 14px;
    position: relative;
    display: block;
    color: #fff;
}


.language_switcher a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}
.language_switcher a.active {
    text-decoration: underline;
}
header.fixed .language_switcher  {
    color: #000;
}
header.fixed .language_switcher  a {
    color: #000;
}
body.inner .language_switcher a {
    color: #000;
}
body.inner .language_switcher  {
    color: #000;
}
header:after {
    display: none;
}
.language_switcher a.active {
    font-weight: normal;
    pointer-events: none;
    cursor: default;
    text-decoration: none!important;
}
@media screen and (max-width: 767px) {
    .language_switcher {
        float: left;
        color: #000000;
        line-height: 40px;
        width: 62%;

    }
    .language_switcher a {
        color: #000000;
    }
    .logo {
        float: left;
    }
    .news .news_img {
    	height: 200px;
	}
	.news p {
	    margin-bottom: 0;
	}
	#front-top-block h4 {
	    margin-top: 10px;
	}
	.unmarginedblock h2 {
	    font-size: 18px!important;
	    line-height: 1.5;
	    background: #2452b9;
	    color: #fff;
	}
	.col-xs-12.col-sm-7 a, .col-xs-12.col-sm-5 noindex a {
	    width: 100%;
	    font-size: 16px;
	}
 /*product-card*/
	.productslider {
		width: 100%;
	}
	.productslider img {
		width: auto;
	}
	.slide.slick-slide.slick-current.slick-active {
	    background: none!important;
	}
 /*product-card*/

}



#bx_breadcrumb_2 {
    display: none;
}
