* {
   margin: 0;
   padding: 0;
}

html {
   height: 100%;
}

body {
   background: #fff;
   color: #333;
   font: 14px 'Exo2-Regular', sans-serif;
   height: 100%;
   line-height: 18px;
   width: 100%;
}

a {
   color: #333;
   outline: none;
   text-decoration: underline;
}

a:hover {
   text-decoration: none;
   color: #333;
}

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

button {
   border: 0;
   cursor: pointer;
   font-family: 'Exo2-Regular';
   outline: none;
}

input {
   border: 0;
   font-family: 'Exo2-Regular';
   outline: none;
   vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
   cursor: pointer;
   font-family: 'Exo2-Regular';
   webkit-appearance: none;
}

textarea {
   font-family: 'Exo2-Regular';
   outline: none;
   resize: none;
}

:invalid {
   box-shadow: none;
}

ol,
ul {
   list-style-position: inside;
}

strong {
   font-family: "Exo2-Bold";
   font-weight: normal;
}

::-webkit-input-placeholder {
   color: #999999;
   font-size: 14px;
   opacity: 1;
   transition: opacity 0.3s ease;
}

::-moz-placeholder {
   color: #999999;
   font-size: 14px;
   opacity: 1;
   transition: opacity 0.3s ease;
}

:-moz-placeholder {
   color: #999999;
   font-size: 14px;
   opacity: 1;
   transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
   color: #999999;
   font-size: 14px;
   opacity: 1;
   transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
   opacity: 0;
   transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
   opacity: 0;
   transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
   opacity: 0;
   transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
   opacity: 0;
   transition: opacity 0.3s ease;
}

.wrapper {
   height: 100%;
   height: auto !important;
   min-height: 100%;
}

.inner {
   margin: 0 auto;
   max-width: 1170px;
   position: relative;
}

.fll {
   float: left;
}

.flr {
   float: right;
}

.pull-left {
   float: left;
}

.pull-right {
   float: right;
}

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

.align-center {
   text-align: center;
}

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

.in-row>* {
   display: inline-block;
   vertical-align: top;
}

.in-row:nth-child(3n) {
   margin-right: 0 !important;
}

.in-row-mid>* {
   display: inline-block;
   vertical-align: middle;
   font: 14px 'Exo2-Regular', sans-serif;
}

.hid {
   overflow: hidden;
}

.no-margin {
   margin-right: 0 !important;
}

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

.clearfix:after {
   clear: both;
}

.clearfix {
   zoom: 1;
}

#vertical-multilevel-menu {
   border: 1px solid #ccc;
   border-radius: 4px;
   margin-bottom: 30px;
   overflow: hidden;
}

#vertical-multilevel-menu ul {
   list-style: none;
}

#vertical-multilevel-menu>li:hover,
#vertical-multilevel-menu ul>li:hover {}

#vertical-multilevel-menu>li:hover>a,
#vertical-multilevel-menu>li>a.vmenu_root_sel {
   background: #ca1717;
   border-top-color: #ca1717;
   color: #fff;
}

#vertical-multilevel-menu li {
   position: relative;
   transition: all 0.25s ease-in-out;
}

#vertical-multilevel-menu li a.item-selected {
   background-color: #d1d1d1;
}

#vertical-multilevel-menu li .btn_vmenu_area {
   box-sizing: border-box;
   cursor: pointer;
   display: block;
   height: 56px;
   position: absolute;
   right: 0;
   top: 0;
   width: 40px;
}

#vertical-multilevel-menu li .btn_vmenu_area:after {
   background: #f1f1f1 url("../images/arrow-sitebar.png") center no-repeat;
   bottom: 0;
   content: '';
   left: 0;
   margin: auto;
   /*transition: all 0.25s ease-in-out;*/
   display: block;
   float: right;
   height: 23px;
   margin-top: -18px;
   position: absolute;
   right: 5px;
   text-align: center;
   top: 50%;
   width: 23px;
}

#vertical-multilevel-menu>li .btn_vmenu_area:hover:after,
#vertical-multilevel-menu>li .btn_vmenu_area.tgl:after {
   transform: rotate(90deg);
   /*transition:all 0.25s ease-in-out;*/
   right: 5px;
}

#vertical-multilevel-menu>li .btn_vmenu_area:hover:after {
   background: #fff url("../images/arrow-sitebar-act.png") center no-repeat;
}

#vertical-multilevel-menu li>a {
   background: #f4f4f4;
   border-top: 1px solid #ccc;
   box-sizing: border-box;
   color: #262626;
   display: block;
   width: 100%;
   text-decoration: none;
   padding: 11px 30px 11px 10px;
}

#vertical-multilevel-menu li:first-child>a {
   border-top: 1px solid transparent;
}

#vertical-multilevel-menu li>a:before {
   content: '';
   display: inline-block;
   height: 100%;
   margin-left: -2px;
   vertical-align: middle;
   width: 1px;
}

#vertical-multilevel-menu li>a span {
   vertical-align: middle;
   width: 97%;
}

#vertical-multilevel-menu>li {
   list-style: none;
}

#vertical-multilevel-menu>li>a {
   background: #fff;
   color: #262626;
   font-size: 16px;
   text-decoration: none;
}

#vertical-multilevel-menu li>ul {
   display: none;
}

#vertical-multilevel-menu li>ul>li a+.btn_vmenu_area:after {
   background: #fff url("../images/arrow-sitebar.png") center no-repeat;
}

#vertical-multilevel-menu li>ul>li a+.btn_vmenu_area:hover:after {
   background: #fff url("../images/arrow-sitebar.png") center no-repeat;
}

#vertical-multilevel-menu li>ul>li a:hover span {
   color: #ca1717;
   text-decoration: underline;
}

#vertical-multilevel-menu li>ul>li>ul {}

#vertical-multilevel-menu li>ul>li>ul>li {
   padding: 0 15px;
}

#vertical-multilevel-menu li>ul>li>ul>li>.btn_vmenu_area:after {
   background-color: #f1f1f1;
}

#vertical-multilevel-menu li>ul>li>ul>li>.btn_vmenu_area:hover:after {
   background-color: #f1f1f1;
}

#vertical-multilevel-menu li>ul>li>ul>li a {
   background: #fff;
   /*border-bottom:1px solid #ccc;*/
}

#vertical-multilevel-menu li>ul>li>ul>li:last-child a {
   border-bottom: 1px solid transparent;
}

#vertical-multilevel-menu li>ul>li>ul>li>ul>li {
   background: #fff;
   border-top: 1px solid #ccc;
}

#vertical-multilevel-menu a.root-item-selected {
   background: #ca1717;
   border-top-color: #ca1717;
   color: #fff;
}


/* Header */

.header {
   border-top: 3px solid #ca1717;
   position: relative;
   z-index: 150;
}

.header {
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
   z-index: 120;
}

.header.top {
   background: #fff;
   width: 100%;
}

.header .lvl1 {
   padding: 15px 0;
}

.footer .inner.in-row-mid {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center
}

.header .lvl1 .col1>* {
   display: inline-block;
   vertical-align: middle;
}

.header .lvl1 .col1 {
   width: 166px;
}

.link-email {
   margin: 0 0 0 32px;
   position: relative;
   display: inline-block;
   color: #333;
   text-decoration: underline;
}

.link-email:hover {
   text-decoration: underline;
   color: #333;
}

.link-email:before {
   background: url(../images/one_sprite.png) no-repeat;
   content: "";
   height: 24px;
   left: -32px;
   position: absolute;
   top: -2px;
   width: 24px;
   filter: saturate(500%);
}

.link-phone {
   display: inline-block;
   top: 1px;
   font-family: "Exo2-SemiBold";
   font-size: 18.5px;
   position: relative;
   text-decoration: none;
}

.link-phone:before {
   background: url(../images/one_sprite.png) no-repeat -26px 0;
   content: "";
   height: 24px;
   left: -33px;
   position: absolute;
   top: 0px;
   width: 24px;
   filter: saturate(500%);
}

.header .link-phone {
   display: inline-block;
   color: #333;
}

.btn,
input[type="submit"] {
   cursor: pointer;
   margin-right: 12px;
   margin-bottom: 7px !important;
   background: #ca1717;
   border: 1px solid #ca1717;
   border-radius: 3px;
   color: #fff;
   display: inline-block;
   font-family: "Exo2-Bold";
   height: 37px;
   letter-spacing: .7px;
   line-height: 37px;
   padding: 0;
   position: relative;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: .4s;
   width: 196px;
}

.popup-window.popup-window-with-titlebar {
   padding: 10px 20px 5px!important;
}

.popup-window-titlebar-text,
.popup-window-with-titlebar .popup-window-content {
   padding: 0!important
}

.popup-window-buttons .btn {
   border: 1px solid #ca1717!important;
}

.popup-window-buttons .btn:last-child {
   margin-right: 0;
}

.popup-window-close-icon {
   background: url(../images/one_sprite.png) no-repeat -227px -27px !important;
   width: 17px !important;
}

.btn:hover,
input[type="submit"]:hover {
   background: #fff;
   color: #ca1717;
}

.btn.link-to-quiz:hover .custom-path {
   fill: #ca1717;
   transition: .3s
}

input[type="reset"] {
   background: #fff;
   border: 1px solid #cccccc;
   border-radius: 4px;
   color: #666;
   display: inline-block;
   font-family: "Exo2-SemiBold";
   font-size: 14px;
   height: 37px;
   letter-spacing: .7px;
   line-height: 37px;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: .4s;
   width: 198px;
}

input[type="reset"]:hover {
   background: #ccc;
   color: #fff;
}

.subscribe-edit p {
   margin: 7px 0;
}

.subscribe-edit {
   margin: 0 0 20px;
}

.header .lvl2 {
   background: #fff;
   border-top: 1px solid #e5e5e5;
   position: relative;
   z-index: 110;
}

.header .lvl2 .col1>ul {
   list-style: none;
}

.header .lvl2 .col1>ul>li {
   display: inline-block;
   padding: 0 2%;
   position: relative;
   vertical-align: top;
}

.header .lvl2 .col1>ul>li:first-child {
   padding-left: 0;
}

.header .lvl2 .col1>ul>li:hover>ul {
   display: block;
}

.header .lvl2 .col1>ul>li>ul li:hover>ul {
   display: block;
}

.header .lvl2 .col1>ul>li>a {
   color: #000;
   cursor: pointer;
   display: block;
   font-family: "Exo2-Bold";
   padding: 25px 0;
   position: relative;
   text-decoration: none;
   text-transform: uppercase;
   transition: .4s;
}

.header .lvl2 .col1>ul>li>ul {
   background: #f0f0f0;
   display: none;
   left: 0;
   list-style: none;
   position: absolute;
   top: 68px;
}

.header .lvl2 .col1>ul>li ul {
   border-left: 1px solid #ca1717;
   box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
   font-size: 16px;
   list-style: none;
   z-index: 100;
}

.header .lvl2 .col1>ul>li ul a {
   text-decoration: none;
}

.header .lvl2 .col1>ul>li ul a:hover {
   color: #ca1717;
}

.header .lvl2 .col1>ul>li ul li:last-child a {
   border-bottom: 0;
}

.header .lvl2 .col1>ul>li ul>li {
   position: relative;
}

.header .lvl2 .col1>ul>li ul li a {
   border-bottom: 1px solid #cccccc;
   color: #333;
   display: block;
   margin: 0 16px;
   min-width: 190px;
   padding: 11px 0 13px;
}

.header .lvl2 .col1>ul>li ul ul {
   background: #f0f0f0;
   display: none;
   left: 100%;
   min-width: 280px;
   position: absolute;
   top: 0;
}

.header .lvl2 .col1>ul>li>a:hover {
   color: #ca1717;
}

.header .lvl2 .col1>ul>li>a.active {
   color: #ca1717;
}

.header .lvl2 .col1>ul>li>a.active:before {
   opacity: 1;
}

.header .lvl2 .col1>ul>li>a:before {
   background: #ca1717;
   content: "";
   height: 1px;
   left: -7.5%;
   opacity: 0;
   position: absolute;
   top: -1px;
   transition: .4s;
   width: 115%;
}

.header .lvl2 .col1>ul>li>a:hover:before {
   opacity: 1;
}

.btn-search {
   background: url(../images/one_sprite.png) no-repeat -51px 0px;
   cursor: pointer;
   display: inline-block;
   height: 24px;
   margin: 21px 0 0;
   vertical-align: top;
   width: 24px;
}

.header .lvl2 .col1 {
   width: 96%;
}

.header .lvl2 .arrow>a {
   position: relative;
}

.header .lvl2 .arrow>a span:after {
   content: ">";
   font-family: "Exo2-Light";
   font-size: 18px;
   padding: 3px 4px;
   position: absolute;
   right: 0px;
   top: 8px;
}

.header .lvl2 .arrow:hover>a span:after {
   color: #ca1717;
}

.header .lvl3 span {
   color: #666666;
   font-size: 20px;
   text-transform: uppercase;
}

.header .lvl3 form>div {
   margin-left: 3.5%;
   width: 76%;
}

.header .lvl3 input[type="text"] {
   background: #fff;
   border-radius: 4px 0 0 4px !important;
   border-radius: 4px;
   height: 35px;
   padding: 0 1.5%;
   width: 84%;
}

.header .lvl3 input[type="submit"] {
   background: #ca1717;
   border-radius: 0 4px 4px 0;
   color: #fff;
   display: inline-block;
   font-family: "Exo2-Bold";
   height: 37px;
   letter-spacing: 1px;
   line-height: 37px;
   margin-left: -4px;
   padding: 0 22px;
   text-transform: uppercase;
   transition: .4s;
   width: auto;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.header .lvl3 input[type="submit"]:hover {
   background: #ca1717;
}

.header .lvl3 .close {
   background: url(../images/one_sprite.png) no-repeat -227px -27px;
   cursor: pointer;
   height: 16px;
   position: absolute;
   right: 0;
   top: 10px;
   width: 15px;
}

.header .lvl3 {
   background: #f0f0f0;
   bottom: 0;
   left: 0;
   opacity: 0;
   padding: 15px 0;
   position: absolute;
   transition: .7s;
   width: 100%;
}

.header .lvl3.active {
   bottom: -67px;
   opacity: 1;
}


/* Middle */

.content {
   padding: 0 0 125px;
}

.slider1 .bx-pager {
   display: none;
}

.slider1 .bx-controls-direction a,
.owl-nav>div {
   border: 1px solid #333;
   display: block !important;
   font-size: 0;
   height: 40px;
   position: absolute;
   top: -230px;
   width: 40px;
}

.slider1 .bx-controls-direction,
.owl-nav {
   position: relative;
   z-index: 100;
}

.slider1 .bx-controls-direction a:before,
.owl-nav>div:before,
.ms-nav-next:before,
.ms-nav-prev:before {
   background: url(../images/one_sprite.png) no-repeat -235px 0;
   content: "";
   height: 17px;
   left: 13px;
   position: absolute;
   top: 12px;
   width: 12px;
}

.master-slider .ms-nav-next:before,
.master-slider .ms-nav-prev:before {
   background: url(../images/one_sprite.png) no-repeat -235px 0;
   content: "";
   left: 7px;
   position: absolute;
   top: 12px;
   width: 12px;
}

.bx-retina .bx-filter .bx-filter-input-container input {
   margin-right: 5px;
}


/*slider1*/

.slider1 .bx-next,
.owl-next {
   right: 50px;
}

.slider1 .bx-prev,
.owl-prev {
   left: 50px;
}

.slider1 .bx-next:before,
.owl-next:before,
.ms-nav-next:before {
   background-position: -248px 0 !important;
   left: 14px !important;
}

.slider1 .bx-prev:hover:before,
.owl-prev:hover:before,
.ms-nav-prev:hover:before {
   background-position: -262px 0;
}

.slider1 .bx-next:hover:before,
.owl-next:hover:before,
.ms-nav-next:hover:before {
   background-position: -275px 0 !important;
}

.slider1 .bx-controls-direction a:hover,
.owl-nav>div:hover {
   background: #fff;
   border-color: #ca1717;
}

.title1 {
   font-size: 24px;
   line-height: 24px;
   text-transform: uppercase;
}

.title2 {
   font-family: "Exo2-Bold";
   font-size: 60px;
   line-height: 60px;
   text-transform: uppercase;
}

.slider1 {
   color: #000;
   height: 423px;
   overflow: hidden;
}

.slider1 .btn {
   height: 48px;
   line-height: 48px;
}

.btn2 {
   background: #fff;
   border: 1px solid #ca1717;
   border-radius: 4px;
   color: #ca1717;
   display: inline-block;
   font-family: "Exo2-Bold";
   height: 48px;
   letter-spacing: .7px;
   line-height: 48px;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: .4s;
   width: 198px;
}

.btn2:hover {
   background: #ca1717;
   color: #fff;
}

.slider1 p {
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 20px;
   max-width: 530px;
}

.slider1 .bx-viewport li {
   padding: 47px 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center 0;
   min-height: 290px;
}

.slider1 li {
   padding: 67px 0;
   list-style: none;
}

.slider1 .title2 {
   margin: 17px 0 23px;
   color: #cd0a0a;
}

.slider1 li .inner>* {
   margin-left: 24px;
}

.slider1 .btn {
   margin-right: 14px;
}

.slider1 p {
   min-height: 80px;
}


/*end slider1*/


/*advantages*/

.advantages {
   padding: 35px 0;
}

.advantages>.in-row-mid>div {
   width: 22.7%;
}

.advantages>.in-row-mid>div>div {
   margin: 0 0 0 5%;
   width: 74%;
}

.advantages .block img {
   margin-top: -9px;
}

.advantages .block {
   margin-right: 5%;
}

.advantages .block2 {
   margin-right: 3%;
}


/*end advantages*/


/*blocks1*/

.blocks1 {
   background: #f2f2f2;
   padding: 42px 0;
   text-align: center;
}

.blocks1 .in-row>a {
   background: url(../images/bg.jpg);
   background-size: 100% 100%;
   color: #fff;
   display: inline-block;
   line-height: 24px;
   margin-right: 4%;
   padding: 32px 0;
   text-decoration: none;
   vertical-align: top;
   width: 30.3%;
}

.blocks1 .in-row>a:hover {
   background: #ca1717;
   background: linear-gradient(45deg, #FF893B 0%, #ca1717 100%);
   background: -moz-linear-gradient(45deg, #FF893B 0%, #ca1717 100%);
   background: -webkit-linear-gradient(45deg, #FF893B 0%, #ca1717 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF893B', endColorstr='#ef4b25', GradientType=1);
}

.blocks1 .in-row>a:last-child {
   margin-right: 0;
}

.title3 {
   font-family: "Exo2-SemiBold";
   font-size: 24.5px;
   line-height: 24px;
   margin-bottom: 40px;
   position: relative;
   text-transform: uppercase;
}

.title3:after {
   background: #fff;
   bottom: -23px;
   content: "";
   height: 1px;
   left: 35%;
   position: absolute;
   width: 30%;
}

.blocks1 p {
   min-height: 120px;
   padding: 0 14%;
}

.slide {
   padding: 45px 0;
}

.title {
   font-weight: normal;
   font-family: "Exo2-Light";
   font-size: 36px;
   line-height: 36px;
   margin-bottom: 30px;
   overflow: hidden;
   text-align: center;
   text-transform: uppercase;
}

.title span {
   display: inline-block;
   position: relative;
}

.title span:before {
   background: #ccc;
   content: "";
   height: 1px;
   left: -1085px;
   position: absolute;
   top: 24px;
   width: 1000px;
}

.title span:after {
   background: #ccc;
   content: "";
   height: 1px;
   position: absolute;
   right: -1085px;
   top: 24px;
   width: 1000px;
}

p.margin1 {
   text-align: center;
}

.margin1 {
   margin: 0 0 55px;
}


/*end blocks1*/


/*blocks2*/

.blocks2 {
   padding: 80px 0;
   text-align: center;
   margin: 0 0 -150px;
}

.blocks2>a {
   border: 1px solid #cccccc;
   display: inline-block;
   margin: 0 4.8% 141px 0;
   min-height: 230px;
   padding-bottom: 29px;
   text-align: center;
   text-decoration: none;
   vertical-align: top;
   width: 29.7%;
}

.blocks2>a:nth-child(3n) {
   margin-right: 0px;
}

.blocks2 .title3 {
   font-size: 18.5px;
   line-height: 25px;
   margin-bottom: 35px;
   padding: 0 30px;
}

.blocks2 .title3:after {
   background: #ca1717;
   bottom: -19px;
}

.blocks2>a:hover {
   border-color: #ca1717;
   box-shadow: 0 0 0 1px #ca1717;
}

.blocks2 img {
   box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
   margin: -80px 0 21px;
   max-width: 90%;
   background: #ffffff
}

.blocks2 p {
   height: 72px;
   line-height: 18px;
   min-height: 65px;
   overflow: hidden;
   padding: 0 30px;
}

.cons {
   overflow: hidden;
   background: #f0f0f0;
   color: #000;
   margin: 20px 0;
   margin-top: 20px;
   clear: both;
   padding: 33px 50px;
}

.catalog-v2 .cols3 .cl {
   clear: both;
   width: 100%;
}

.cons .col1 {
   margin-right: 6.2%;
   width: 73%;
}

.cons-small .col1 {
   margin-right: 3.2%;
   width: 70%;
}

.title4 {
   color: #000;
   font-family: "Exo2-SemiBold";
   font-size: 24.5px;
   line-height: 24px;
   margin-bottom: 18px;
   text-transform: uppercase;
}

.cons .btn {
   height: 46px;
   line-height: 46px;
}

.mb0 {
   margin-bottom: 0 !important;
}

.pt0 {
   padding-top: 0;
}

.owl-item {
   display: inline-block;
}


/*.owl-item img{max-width:80%;}*/

.owl-stage-outer {
   overflow: hidden;
}


/*end blocks2*/


/*blocks3*/

.blocks3>a {
   color: #000;
   display: inline-block;
   padding: 18px 2.2%;
   text-decoration: none;
   vertical-align: top;
   width: 45%;
}

.blocks3 .col2>div {
   font-family: "Exo2-SemiBold";
   font-size: 18px;
   margin-bottom: 13px;
}

.blocks3 .col2 {
   width: 66%;
}

.blocks3 .hid {
   margin-right: 4%;
   width: 28.5%;
}

.blocks3>a:hover {
   box-shadow: 0 2px 10px 2px #e9e9e9;
}

.blocks3 p {
   min-height: 54px;
}

.pt1 {
   padding-top: 35px;
}


/*end blocks3*/

.slider1.size2 {
   margin: 0 auto;
   max-width: 1170px;
   overflow: hidden;
}

.slider1.size2 li .inner {
   margin: 0;
}

.slider1.size2 .bx-prev {
   left: 10px;
}

.slider1.size2 .bx-next {
   right: 10px;
}

.slider1.size2 li .inner>* {
   margin-left: 65px;
}


/*cols2*/

.cols2>.col2 .items {
   margin-top: 20px;
}

.items>div {
   display: inline-block;
   height: 320px;
   position: relative;
   vertical-align: top;
   margin-right: .4%;
   margin-bottom: 20px;
   width: 216px;
}

.items>div>div {
   background: #fff;
   padding: 38px 12px 0;
   border-radius: 2px;
   border: 1px solid #dfdfdf;
}

.item-more {
   display: none;
   padding-bottom: 19px;
}

.items>div:hover {
   z-index: 92;
}

.items>div:hover>div {
   box-shadow: 0 0 25px 0 rgba(0, 0, 0, .17);
}

.items>div:hover .item-more {
   display: block;
}

.cols2>.col2 .items>div:nth-child(4n) {
   margin-right: 0;
}

.label {
   border-radius: 0;
   color: #fff;
   display: inline;
   font-size: 12px;
   font-weight: normal;
   left: -10px;
   line-height: 18px;
   padding: 1.5px 10px 4.5px;
   position: absolute;
   text-align: center;
   top: 14px;
   vertical-align: baseline;
   white-space: nowrap;
   z-index: 10;
}

.label:before {
   content: "";
   position: absolute;
   left: -0px;
   bottom: -10px;
   border: 5px solid transparent;
}

.label-green {
   background: #45b700;
}

.label-green:before {
   border-top: 5px solid #4b7512;
   border-right: 5px solid #4b7512;
}

.label-blue {
   background: #4285F4;
}

.label-blue:before {
   border-top: 5px solid #4285F4;
   border-right: 5px solid #4285F4;
}

.label-orange {
   background: #ff7f00;
}

.label-orange:before {
   border-top: 5px solid #b05700;
   border-right: 5px solid #b05700;
}

.label-purple {
   background: #800080;
}

.label-purple:before {
   border-top: 5px solid #800080;
   border-right: 5px solid #800080;
}

.label-red {
   background: #ff0000;
}

.label-red:before {
   border-top: 5px solid #8e0808;
   border-right: 5px solid #8e0808;
}

.items .hid {
   height: 155px;
   transition: none;
   position: relative;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   width: 2000px;
}

.items .hid span {
   background: rgba(111, 111, 111, .9);
   transition: .4s;
   width: 100%;
   text-align: center;
   color: #fff;
   position: absolute;
   left: 0;
   bottom: -28px;
   border-radius: 3px;
   padding: 4px 0;
}

.items .hid:hover span {
   bottom: 0;
}

.item-name a {
   text-decoration: none;
}

.item-name a:hover {
   text-decoration: underline;
   color: #ca1717;
}

.item-name {
   border-bottom: 1px solid #d8d8d8;
   margin: 5px 0 14px;
   padding-bottom: 12px;
   min-height: 61px;
}

.price-old {
   color: #828282;
   margin-top: 3px;
   margin-right: 2px;
   text-decoration: line-through;
   display: inline-block;
   vertical-align: top;
}

.price {
   font-size: 20px;
   line-height: 23px;
   color: #000;
   display: inline-block;
   vertical-align: top;
}

.item-status {
   position: relative;
   margin: 5px 0;
   padding-left: 18px;
}

.item-status:before {
   content: "";
   position: absolute;
   left: 0;
   top: 3px;
   width: 12px;
   height: 12px;
   background-image: url(../images/one_sprite.png);
}

.bx_available:before {
   background-position: -197px -429px;
}

.bx_available {
   color: #70a041;
}

.bx_notavailable:before {
   background-position: -211px -429px;
}

.bx_notavailable {
   color: #ab1717;
}

.bx_order:before {
   background-position: -226px -429px;
}

.bx_order {
   color: #949494;
}

.link-compare {
   position: relative;
   margin-bottom: 4px;
   display: inline-block;
   line-height: 16px;
   margin-left: 22px;
   text-decoration: none;
   border-bottom: 1px dotted #5f79b3;
}

.link-compare:before {
   content: "";
   position: absolute;
   left: -22px;
   top: 3px;
   width: 15px;
   height: 12px;
   background: url(../images/one_sprite.png) no-repeat -242px -429px;
}

.link-compare:hover {
   border-bottom-color: #ca1717;
   color: #ca1717;
}

.link-compare:hover:before {
   background-position: -242px -442px
}

.link-fav {
   position: relative;
   margin-bottom: 10px;
   display: inline-block;
   line-height: 16px;
   margin-left: 22px;
   text-decoration: none;
   border-bottom: 1px dotted #5f79b3;
}

.link-fav:before {
   content: "";
   position: absolute;
   left: -22px;
   top: 2px;
   width: 17px;
   height: 15px;
   background: url(../images/one_sprite.png) no-repeat -260px -429px;
}

.link-fav:hover {
   border-bottom-color: #ca1717;
   color: #ca1717;
}

.link-fav:hover:before {
   background-position: -260px -445px
}

.item-size {
   margin-top: 7px;
}

.item-size a {
   border: 1px solid #d8d8d8;
   cursor: pointer;
   margin-right: 3px;
   border-radius: 0px;
   padding: 2px 4px;
   color: #727a8d;
   text-decoration: none;
   display: inline-block !important;
   min-width: 15px;
   min-height: 15px;
}

.item-size a.active {
   border: 2px solid #ca1717;
}

.item-name p {
   font-style: italic;
   margin: 5px 0;
   font-size: 12px;
}

.items .hid img {
   max-height: 100%;
   max-height: 155px;
}


/*  catalog compare <<< */

.bx_filtren_container input[type="checkbox"] {
   display: inline;
}

.bx_compare {
   overflow: hidden;
}

.bx_compare .bx_filtren_container {
   background-color: #f7faf9;
   border: none;
   float: left;
   padding: 0 20px;
   width: 20%;
}

.bx_compare .bx_filtren_container h5 {
   color: #6a6a6a;
   display: inline-block;
   font-size: 16px;
   font-weight: 600;
   line-height: 1;
   padding-bottom: 0px;
   padding-top: 20px;
}

.bx_compare .table_compare {
   float: right;
   width: 75%;
}

.custom-checkbox-compare {
   display: block;
   padding-left: 30px;
   position: relative;
}

.custom-checkbox-compare:before {
   background-color: #fff;
   border: 1px solid #d8d7d6;
   content: '';
   cursor: pointer;
   display: inline-block;
   height: 18px;
   left: 0;
   position: absolute;
   top: 0;
   vertical-align: middle;
   width: 18px;
}

.custom-checkbox-compare.active:before {
   background: #ca1717;
   box-shadow: inset 0 0 0 3px #fff;
}

.bx_compare .bx_filtren_container ul li {
   padding-left: 0;
}

.custom-checkbox-compare+label {
   display: inline-block;
   line-height: 16px;
   padding-left: 30px;
   vertical-align: top;
}

.table_compare tr:first-child {
   height: 290px;
   vertical-align: top;
}

.table_compare tr:first-child td {
   position: relative;
}

.table_compare tr:first-child td>a {
   color: #000 !important;
   text-decoration: none;
}

.table_compare tr:first-child td>a:hover {
   text-decoration: underline;
}

.table_compare tr:first-child noindex {
   bottom: 40px;
   height: 20px;
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%;
}

.table_compare tr:first-child noindex a {
   background: #ca1717 !important;
   border-radius: 0;
   display: inline-block;
   text-shadow: none;
}

.table_compare tr td {
   max-width: 200px;
   min-width: 200px;
   text-align: center !important;
   width: 200px;
}

.table_compare tr td:first-child {
   text-align: left !important;
}

#bx_catalog_compare_block .bx_sort_container {
   /*top:26px;*/
}

.bx_compare .bx_sort_container .sortbutton {
   background: #f9f9f9 !important;
   border: none !important;
   border-radius: 0 !important;
   box-shadow: none !important;
   text-shadow: none !important;
}

.bx_compare .bx_sort_container .sortbutton.current {
   background: #ca1717 !important;
}

.bx_compare .table_compare table tr:last-child td a {
   background-color: #bebfb5;
   color: #fff !important;
   display: inline-block;
   padding: 5px;
}

.pers a {
   padding: 0 20px 0 0;
   display: block;
}

.pers .fs24.title5 {
   padding-right: 20px;
}

.footer .lvl2 ul {
   margin-bottom: 0;
}

@media screen and (max-width: 900px) {
   .bx_compare .bx_filtren_container {
      background-color: #f7faf9;
      border: none;
      float: none;
      height: 150px;
      margin-bottom: 2%;
      padding: 0 20px;
      width: 100%;
   }
   .bx_compare .table_compare {
      float: none !important;
      margin-bottom: 6%;
      width: 100% !important;
   }
   .bx_compare .bx_filtren_container ul li {
      margin-right: 2%;
      width: 22%;
   }
}

.bx_item_list_recommended {
   z-index: 20;
}

@media screen and (max-width: 568px) {
   .bx_compare .bx_filtren_container ul li {
      width: 30%;
   }
   .bx_compare .bx_filtren_container {
      height: 180px;
   }
   .table_compare .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      bottom: auto;
      top: -4px;
   }
   .table_compare #mCSB_7 {
      padding-top: 15px;
   }
   .bx_compare .bx_sort_container .sorttext {
      display: block;
      margin-bottom: 10px;
   }
   .bx_compare .bx_sort_container .sortbutton {
      margin-bottom: 5px;
   }
   .card-top .pull-right a {
      margin: 0 5px 0 0px;
      display: block;
   }
   .card-top .pull-right {
      float: none !important;
   }
}

@media screen and (max-width: 420px) {
   .subscibe-form1 .name-cont,
   .subscibe-form1 .email-cont {
      width: 100%!important;
   }
   .bx_compare .bx_filtren_container ul li {
      width: 47%;
   }
   .bx_compare .bx_filtren_container {
      height: 210px;
   }
   .items>div {
      display: inline-block;
      height: auto;
      margin-bottom: 35px;
      margin-right: .4%;
      position: relative;
      vertical-align: top;
      width: 47%;
   }
   .popup-window-buttons .btn {
      width: 100%;
   }
}

@media screen and (max-width: 320px) {
   .bx_compare .bx_filtren_container ul li {
      margin-right: 0;
      width: 100%;
   }
   .bx_compare .bx_filtren_container {
      height: 300px;
   }
}


/*  >>>  catalog compare  */

.box_window,
.popwindow {
   display: none;
}

.box_window .popwindow {
   display: block;
}

.ms-nav-prev,
.ms-nav-next {
   display: block !important;
   margin: 39px 0 0;
   opacity: 1 !important;
   position: absolute;
   top: 100%;
}

.ms-nav-prev:before,
.ms-nav-next:before {
   height: 17px;
}

.ms-nav-next {
   right: 0px;
}

.ms-nav-next:before {
   left: -14px !important;
}


/*cols2*/

.cols2>.col2 .items-view2>div {
   width: 100%;
   height: auto;
}

.cols2>.col2 .items-view2>div .hid {
   position: absolute;
   left: 15px;
   top: 15px;
   display: inline-block;
   vertical-align: top;
   width: auto;
   width: 190px;
   margin-right: 10px;
}

.cols2>.col2 .items-view2>div .item-name {
   display: inline-block;
   border-bottom: 0;
   position: relative;
   width: 71%;
   margin-right: 7%;
   margin-bottom: 55px;
   vertical-align: top;
   min-height: 40px;
   padding: 0;
}

.cols2>.col2 .items-view2>div .item-name p {
   display: block;
}

.cols2>.col2 .items-view2>div .price-block {
   display: inline-block;
   vertical-align: top;
   max-width: 125px;
}

.cols2>.col2 .items-view2>div .item-name:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -26px;
   height: 1px;
   width: 138%;
   background: #d9d9d9;
}

.cols2>.col2 .items-view2>div>div {
   padding-bottom: 10px;
   padding-left: 220px;
   padding-top: 18px;
}

.cols2>.col2 .items-view3>div>div {
   min-height: 160px;
}

.cols2>.col2 .items-view2 .item-more {
   display: block;
   padding: 0;
   width: 600px;
   margin: -15px 0 0 0;
}

.cols2>.col2 .items-view2 .item-more>div {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

.cols2>.col2 .items-view2 .item-more>.lvl2 br {
   display: none;
}

.cols2>.col2 .items-view2 .item-more>.lvl2 a {
   margin-bottom: 0;
}

.cols2>.col2 .items-view2 .item-more>.lvl2 a:first-child {
   margin-right: 20px;
}

.cols2>.col2 .items-view2 .item-status {
   right: -10px;
   width: 120px;
   bottom: 25px;
   position: absolute;
   margin: 0;
}

.cols2>.col2 .items-view2>div .hid i {
   display: table-cell;
   font-style: normal;
   vertical-align: middle;
   width: 2000px;
   height: 145px;
   text-align: center;
}

.cols2>.col2 .items-view3>div {
   width: 100%;
   height: auto;
}

.cols2>.col2 .items-view3>div .hid {
   position: absolute;
   left: 15px;
   top: 15px;
   display: inline-block;
   vertical-align: top;
   width: auto;
   width: 190px;
   margin-right: 10px;
}

.cols2>.col2 .items-view3>div .item-name {
   display: inline-block;
   margin-bottom: 47px;
   border-bottom: 0;
   position: relative;
   width: 66%;
   margin-right: 1%;
   vertical-align: top;
   min-height: auto;
   padding: 0;
}

.cols2>.col2 .items-view3>div .item-name p {
   display: none;
}

.cols2>.col2 .items-view3>div .price-block {
   display: inline-block;
   vertical-align: top;
   text-align: right;
   max-width: 200px;
   width: 200px;
}

.cols2>.col2 .items-view3>div .item-name:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -15px;
   height: 1px;
   width: 144%;
   background: #d9d9d9;
}

.cols2>.col2 .items-view3>div>div {
   padding-top: 18px;
   padding-bottom: 10px;
   padding-left: 220px;
}

.cols2>.col2 .items-view3 .item-more {
   display: block;
   padding: 0;
   width: 600px;
   margin: -15px 0 0 0;
}

.cols2>.col2 .items-view3 .item-more>div {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

.cols2>.col2 .items-view3 .item-more>.lvl2 br {
   display: none;
}

.cols2>.col2 .items-view3 .item-more>.lvl2 a {
   margin-bottom: 0;
}

.cols2>.col2 .items-view3 .item-more>.lvl2 a:first-child {
   margin-right: 20px;
}

.cols2>.col2 .items-view3 .item-status {
   right: -10px;
   width: 120px;
   bottom: 25px;
   position: absolute;
   margin: 0;
}

.cols2>.col2 .items-view3>div .hid i {
   display: table-cell;
   font-style: normal;
   vertical-align: middle;
   width: 2000px;
   height: 145px;
   text-align: center;
}

.items .btn {
   width: 88px;
   height: 22px;
   line-height: 22px;
   margin: 0;
}


/*end cols2*/

.label-sec {
   top: 40px;
}

.price {
   color: #ca1717;
   font-size: 17px;
   line-height: 1.3;
   margin-bottom: 12px;
   border-color: #eee
}

.price td {
   padding: 10px;
}

.price td:nth-of-type(2),
.price td:nth-of-type(3) {
   text-align: center
}

.price-old {
   color: #999999;
   text-decoration: line-through;
}

.item-btns {
   position: absolute;
   right: 12px;
   text-align: center;
   top: 15px;
   width: 26px;
}

.item-btns a {
   display: block;
   margin-bottom: 12px;
}

.item-btns .el1 {
   background: url(../images/one_sprite.png) no-repeat -78px 0;
   height: 23px;
   width: 23px;
}

.item-btns .el2 {
   background: url(../images/one_sprite.png) no-repeat -106px 0;
   height: 23px;
   width: 26px;
}

.item-btns .el3 {
   background: url(../images/one_sprite.png) no-repeat -134px 0;
   height: 13px;
   width: 17px;
}

.item-btns .el1:hover,
.item-btns .el1.active {
   background-position: -156px 0;
}

.item-btns .el2:hover,
.item-btns .el2.active {
   background-position: -184px 0;
}

.item-btns .el3:hover,
.item-btns .el3.active {
   background-position: -212px 0;
}

.bg-gray {
   background: #f2f2f2;
}


/*projects*/

.projects {
   text-align: center;
}

.projects .title3:after {
   background: #ca1717;
}

.projects .owl-carousel p,
.projects .owl-carousel .title3 {
   padding: 0 30px;
}

.projects .owl-carousel .title3 {
   color: #000;
   font-size: 18px;
   margin-bottom: 29px;
   text-transform: none;
}

.projects .owl-carousel .title3:after {
   bottom: -16px;
}

.projects .owl-carousel .hid {
   border: 4px solid #fff;
   display: inline-block;
   line-height: 0;
   margin-bottom: 12px;
   max-width: 80%;
}

.projects .owl-carousel .hid:hover {
   box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .1);
}

.projects .owl-nav>div {
   opacity: .6;
   top: -222px;
}

.projects .owl-prev {
   left: -50px;
}

.projects .owl-nav>div:hover {
   opacity: 1;
}

.projects .owl-next {
   right: -50px;
}

.projects .owl-carousel {
   margin: 0 auto;
   width: 90%;
}

.projects_box .tab {
   border: 0;
}


/*end projects*/

.cols1>div {
   display: inline-block;
   vertical-align: top;
   width: 48%;
}

.title5 {
   font-family: "Exo2-Light";
   font-size: 36px;
   margin-bottom: 56px;
   position: relative;
   line-height: 36px;
}

.title5:after {
   background: #ca1717;
   bottom: -32px;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   width: 100px;
}

.cols1>.col1 p {
   line-height: 24px;
   margin-bottom: 21px;
   width: 90%;
}

.cols1>.col1 {
   margin-right: 3.5%;
}

.btn3 {
   border: 1px solid #ca1717;
   border-radius: 4px;
   color: #ca1717;
   display: inline-block;
   font-size: 12px;
   height: 30px;
   line-height: 29px;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: .4s;
   width: 114px;
}

.btn3:hover {
   background: #ca1717;
   color: #fff;
}

.cols1>.col2 .title5 {
   margin-bottom: 45px;
}

.blocks5 .hid {
   line-height: 0;
   width: 25%;
}

.blocks5 .col2 {
   margin: 0 0 0 3.5%;
   width: 60.6%;
}

.blocks5>div:hover,
.blocks5>div:hover a {
   color: #ca1717;
}

.blocks5>div:hover .col2 div {
   border-color: #ca1717;
}

.blocks5 .col2 div {
   border-bottom: 1px solid #ccc;
   margin-bottom: 12px;
   padding-bottom: 11px;
}

.blocks5 .col2 a {
   text-decoration: none;
}

.blocks5>div:hover {
   box-shadow: 0 4px 25px 0px rgba(0, 0, 0, .1);
   position: relative;
   z-index: 10;
}

.blocks5>div {
   padding: 18px;
}

.blocks5 {
   margin-left: -18px;
}


/*partners*/

.partners .owl-item a {
   display: table-cell;
   height: 80px;
   text-align: center;
   vertical-align: middle;
   width: 1000px;
}

.partners .owl-nav>div {
   background: 0;
   border: 0;
   opacity: .7;
   top: -66px;
}

.partners .owl-nav>div:hover {
   opacity: 1;
}

.partners .owl-prev {
   left: -15px;
   background: #f6f6f6;
   cursor: pointer;
}

.partners .owl-next {
   right: -15px;
   background: #f6f6f6;
   cursor: pointer;
}

.partners .owl-carousel {
   margin: 0 auto;
   width: 95%;
}

.partners .inner {
   border-top: 1px solid #cccccc;
   padding-top: 45px;
}


/*end partners*/


/*map*/

.map {
   height: 350px;
}

.map .block {
   background: #fff;
   box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .1);
   left: 0;
   min-width: 460px;
   padding: 2.2% 2.3%;
   position: absolute;
   top: 69px;
   width: 44.9%;
   z-index: 10;
}

.map .block .title5 {
   font-family: "Exo2-SemiBold";
   font-size: 18px;
   padding-bottom: 0px;
   text-transform: uppercase;
}

.map .block .title5:after {
   bottom: -27px;
}

.map .block ul {
   font-size: 16px;
   list-style: none;
}

.map .block ul span {
   color: #ca1717;
   display: inline-block;
   vertical-align: middle;
   width: 19%;
}

.map .block li {
   margin-bottom: 13px;
}

.map .block li a {
   color: #0099ff;
}

.map-view {
   background: #ca1717;
   color: #fff;
   padding: 114px 0 30px;
   position: absolute;
   right: -85px;
   text-align: center;
   top: 21px;
   width: 180px;
}

.map-vie:hover {
   color: #fff;
   text-decoration: none
}

.map-view:before {
   background: url(../images/one_sprite.png) no-repeat 0 -55px;
   content: "";
   height: 66px;
   left: 56px;
   position: absolute;
   top: 32px;
   width: 66px;
}


/*end map*/


/*breadcrumbs*/

.breadcrumbs {
   margin: 10px 0 25px;
}

.breadcrumbs a {
   color: #666666;
   margin: 0 16px 0 0;
   position: relative;
   text-decoration: none;
}

.breadcrumbs a:after {
   color: #666;
   content: ">";
   font-family: verdana;
   font-size: 12px;
   font-weight: 300;
   margin: 0 0 0 5px;
   position: absolute;
   right: -14px;
   top: 0;
}

.breadcrumbs a:last-child:after {
   display: none;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}


/*end breadcrumbs*/


/*blocks6*/

.blocks6 {
   text-align: center;
}

.blocks6>div {
   display: inline-block;
   margin: 0 0 55px;
   padding: 0 0.5%;
   text-align: left;
   vertical-align: top;
   width: 23.7%;
}

.blocks6 .hid {
   margin-bottom: 12px;
}

.blocks6 .hid span {
   display: table-cell;
   height: 155px;
   vertical-align: middle;
   width: 1000px;
}

.blocks6 .block>a {
   color: #000;
   font-family: "Exo2-SemiBold";
   font-size: 18px;
   text-decoration: none;
}

.blocks6 .block ul {
   list-style: none;
   margin: 16px 0 0;
}

.blocks6 .block ul a {
   color: #333;
   font-size: 16px;
   text-decoration: none;
}

.blocks6 .block ul li {
   margin-bottom: 4px;
}

.blocks6 .block a:hover {
   color: #ca1717;
}


/*end blocks6*/

.text1 p {
   margin-bottom: 18px;
}

.text1 {
   margin-bottom: 43px;
}

.padding {
   padding: 0 5%;
}

.page-content .content {
   padding-bottom: 145px;
}

.banners1>a {
   display: inline-block;
   margin-bottom: 25px;
}

.banners1 .clearfix>a {
   width: 48.8%;
}

.box_window {
   display: none;
   height: 100% !important;
   left: 0%;
   position: fixed;
   text-align: center;
   top: 0;
   width: 100%;
   z-index: 1100;
}

.box_window_in {
   cursor: default !important;
   position: relative;
}

.box_window>.bw_close {
   height: 100%;
   width: 100%;
}

.bw_close {
   cursor: pointer;
   font-size: 0;
   position: absolute;
   z-index: 100;
}

.popup-wrap1>.bw_close {
   background: url(../images/one_sprite.png) no-repeat -227px -27px;
   height: 16px;
   right: 10px;
   top: 10px;
   width: 15px;
}

.mask {
   background: rgba(0, 0, 0, 0.5);
   display: none;
   height: 100%;
   position: fixed;
   width: 100%;
   z-index: 1000;
}

.popbutton {
   cursor: pointer;
}

.callback {
   float: right;
}

.popup-wrap1 {
   box-sizing: content-box;
   background: #fff;
   display: inline-block;
   margin: 40px 0;
   padding: 40px 60px;
   position: relative;
   text-align: center;
   width: 370px;
   z-index: 1200;
}

.popup-wrap1 input,
.popup-wrap1 textarea {
   margin-bottom: 17px;
   padding: 0 6%;
   padding: 0 10px;
   width: 88%;
}

input[type="text"],
input[type="password"],
textarea {
   border: 1px solid #cccccc;
   border-radius: 4px;
   font-size: 16px;
   height: 46px;
   padding: 0 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
   border-color: #ca1717;
}

.bx-auth-table input {
   margin: 5px;
   padding: 0 5px;
}

.bx-auth-table input[type="checkbox"] {
   display: inline;
}

.mf-captcha img {
   margin: 7px 0 0px 10px;
   margin-left: 13px;
}

.mf-captcha input {
   margin: 7px 0 0px;
   width: 132px !important;
}

.scroll1 {
   overflow: auto;
}

.popup-wrap1 textarea {
   height: 80px;
   padding-bottom: 14px;
   padding-top: 14px;
}

.popup-wrap1 .title3:after {
   background: #ca1717;
}

.popup-wrap1 p {
   margin-bottom: 32px;
}

.popup-wrap1 .btn {
   margin-bottom: 0;
   width: 200px;
}

.top.fixed {
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
}

.top.fixed .lvl2 .inner {
   position: static;
}

.top.fixed2 {
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
}

.top.fixed2 .lvl2 .inner {
   position: static;
}

.toogle-content {
   display: none;
}

.cols2 .border {
   border: 1px solid #ccc;
   border-radius: 4px;
   margin-bottom: 30px;
   overflow: hidden;
}

.cols2 .border2 {
   border: 1px solid #ccc;
   /* overflow:hidden; */
}

.cols2>.col1 {
   display: inline-block;
   max-width: 260px;
   min-width: 230px;
   vertical-align: top;
   width: 20%;
}

.cols2>.col2 {
   display: inline-block;
   padding-left: 1%;
   /*position: relative;*/
   z-index: 101;
   vertical-align: top;
   width: 78.3%;
   box-sizing: content-box;
}

.cols2>.col2 * {
   box-sizing: content-box;
}

.cols2>.col1 .toogle-title,
.cols2>.col1 .toogle-title2,
.toogle-title-2 {
   color: #121212;
   display: block;
   padding: 11px 30px 11px 10px;
   position: relative;
}

.cols2>.col1 .toogle-title span,
.cols2>.col1 .toogle-title2 span,
.toogle-title-2:after {
   background: #ccc;
   display: block;
   float: right;
   height: 23px;
   margin-top: -9px;
   position: absolute;
   right: 5px;
   text-align: center;
   top: 50%;
   width: 23px;
}

.cols2>.col1 .toogle-title span:after,
.cols2>.col1 .toogle-title2 span:after,
.toogle-title-2:after,
.mob-nav-btn:after,
.toogle3 .toogle-block-title:after {
   color: #666;
   content: ">";
   font-family: calibri;
   font-size: 14.5px;
   font-weight: 300;
   margin: 0 0 0 5px;
   opacity: .8;
   position: absolute;
   right: 9px;
   top: 11px;
}

.cols2>.col1 .toogle-title span:after,
.cols2>.col1 .toogle-title2 span:after {
   left: 3px;
   top: 2px;
}

.cols2>.col1 .toogle-title.active {
   background: #ca1717;
   color: #fff;
}

.toogle-title-2:after {
   right: 5px;
}

.cols2>.col1 .toogle>div {
   border-top: 1px solid #ccc;
   font-size: 16px;
}

.cols2>.col1 .toogle>div:first-child {
   border-top: none;
}

.toogle a {
   cursor: pointer;
   text-decoration: none;
}

.toogle a:hover {
   color: #ca1717;
}

.cols2>.col1 .toogle ul {
   list-style: none;
}

.cols2>.col1 .toogle .opened {
   border-top-color: transparent;
}

.toogle3.opened .toogle-block-title {
   background: #f0f0f0;
}

.cols2>.col1 .toogle .opened .toogle-title,
.cols2>.col1 .toogle .opened2 .toogle-title2,
.toogle-title-2.opened {
   background: #ca1717;
   color: #fff;
}

.cols2>.col1 .toogle .opened .toogle-title>span:after,
.cols2>.col1 .toogle .opened2 .toogle-title2>span:after,
.opened.mob-nav-btn:after,
.toogle-title-2.opened:after,
.toogle3.opened .toogle-block-title:after {
   color: #fff;
   transform: rotate(90deg);
}

.toogle3.opened .toogle-block-title:after {
   color: #333;
}

.cols2>.col1 .toogle-title2 {
   color: #333;
   display: block;
   padding: 11px 0;
}

.cols2>.col1 .toogle-main>li>a {
   border-top: 1px solid #ccc;
   margin: 0 18px;
}

.cols2>.col1 .toogle-main>li:first-child>a {
   border-top: 0;
}

.cols2>.col1 .toogle-main {
   background: #f0f0f0;
}

.cols2>.col1 .toogle .toogle-title2 {
   background: none !important;
   padding-right: 30px;
}

.cols2>.col1 .toogle .opened2 .toogle-title2,
.cols2>.col1 .toogle .opened2 .toogle-title2>span:after {
   color: #ca1717;
}

.cols2>.col1 .toogle .opened2 .toogle-title2:after {
   right: 0;
}

.cols2>.col1 .toogle-main2>li {
   margin: 0 30px 9px;
}

.cols2>.col1 .toogle-main2 {
   padding-bottom: 6px;
}

.cols2>.col1 .toogle-main3>li {
   font-size: 14px;
   margin: 0 0 6px 22px;
}

.cols2>.col1 .toogle-main3>li a:hover {
   color: #ca1717;
}

.cols2>.col1 .toogle-main3 {
   padding: 10px 0 0;
}

.cols2>.col1 .toogle .opened3 .toogle-title3 {
   color: #ca1717;
}

.toogle2 .toogle-title,
.toogle-title-2 {
   border-top: 1px solid #ccc;
   color: #333;
   font-size: 16px;
   padding: 11px 20px 11px 17px !important;
}

.toogle2 .opened>.toogle-title,
.toogle2 .toogle-title-2.opened {
   background: #f0f0f0 !important;
   color: #333 !important;
   font-family: "Exo2-SemiBold";
}

.toogle2 .toogle-title>span:after,
.toogle2 .toogle-title-2.opened:after {
   color: #333 !important;
}

.toogle2 ul>li:first-child .toogle-title,
.toogle2 ul>li.opened .toogle-title {
   border-top-color: transparent;
}

.toogle2 .toogle-main {
   background: #fff !important;
   display: block;
   padding: 17px;
   position: relative;
}

.for-range {
   color: #4d4d4d;
   left: 0;
   position: absolute;
   top: 9px;
}

.for-range span:first-child {
   margin-right: 85px;
}

.cols3 .nav2 .toogle2>ul>li>a:after,
.cols3 .nav2 .toogle>ul>li>ul>li>a:after {
   right: 30px;
}

.irs {
   margin: 30px 0 0;
}

.irs-single {
   left: 224px !important;
   top: 15px;
}

.irs {
   width: 135px;
}

.irs-line-mid {
   left: 0px;
   width: 135px;
}

.irs-single {
   display: none !important;
}

.irs-to {
   left: 130px !important;
   top: -28px !important;
   visibility: visible !important;
}

.irs-from {
   left: 20px !important;
   top: -28px !important;
   visibility: visible !important;
}

.pr {
   position: relative;
}

input[type="checkbox"] {
   display: none;
}

input[type="checkbox"]+label span {
   background: red;
   background: url(../images/one_sprite.png) no-repeat -245px -29px;
   cursor: pointer;
   display: inline;
   display: inline-block;
   height: 16px;
   margin: -3px 9px 0 0;
   vertical-align: middle;
   width: 16px;
   zoom: 1;
}

input[type="checkbox"]:checked+label span {
   background: red;
   background: url(../images/one_sprite.png) no-repeat -263px -29px;
}

.for-scroll {
   height: 130px;
}

.toogle-main-2 {
   display: block;
   height: 0;
   overflow: hidden;
   padding: 0 17px;
}

.toogle-main-2.opened {
   height: auto;
   padding-bottom: 14px;
   padding-top: 17px;
}

.margin2 .overview>div {
   margin-bottom: 10px;
}

.margin2 .overview>div:last-child {
   margin-bottom: 0;
}

.colors>a {
   border-radius: 100%;
   cursor: pointer;
   display: inline-block;
   height: 25px;
   margin: 0 11px 15px 0;
   vertical-align: top;
   width: 25px;
}

.color1 {
   background: #ff0000;
}

.color2 {
   background: #0000ff;
}

.checkboxes1>div {
   display: inline-block;
   margin-bottom: 10px;
   vertical-align: top;
   width: 72px;
}

.filter-bottom {
   background: #f0f0f0;
   padding: 19px 0;
   text-align: center;
}

.btn4,
input[type="submit"].btn4 {
   background: #fff;
   border: 1px solid #cccccc;
   border-radius: 4px;
   color: #666;
   display: inline-block;
   font-family: "Exo2-SemiBold";
   font-size: 14px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: .4s;
   width: 198px;
}

.btn4:hover,
input[type="submit"].btn4:hover {
   background: #ccc;
   color: #fff;
}

.filter-bottom .btn,
.filter-bottom .btn4,
.filter-bottom input[type="submit"].btn4 {
   font-family: "Exo2-SemiBold";
   height: 35px;
   line-height: 35px;
}

.filter-bottom .btn {
   margin-bottom: 15px;
}

.cols2 .wrap {
   margin-right: 15%;
}

.view-style {
   margin-top: 8px;
}

.view-style>* {
   display: inline-block;
   vertical-align: middle;
}

.view-style>span {
   margin-top: -3px;
}

.view-style a {
   cursor: pointer;
   height: 17px;
   margin-left: 9px;
   width: 17px;
}

.view-style1 {
   background: url(../images/one_sprite.png) no-repeat -65px -55px;
}

.view-style2 {
   background: url(../images/one_sprite.png) no-repeat -83px -55px;
}

.view-style3 {
   background: url(../images/one_sprite.png) no-repeat -103px -55px;
}

.view-style a.active {
   background-position-y: -73px;
}

.catalog-v2 p {
   margin-bottom: 26px;
}

.catalog-v2 .blocks4 {
   margin: 25px 0 0;
}

.catalog-v2 .blocks4>div {
   margin-bottom: 30px;
   margin-right: 3.4%;
   width: 28.5%;
}

.catalog-v2 .blocks4 p {
   display: none;
}


/*pagination nav*/

.pagination {
   margin: 16px 0;
   text-align: center;
}

.pagination a {
   border: 1px solid #ccc;
   border-radius: 3px;
   color: #666;
   display: inline-block;
   height: 28px;
   line-height: 28px;
   margin: 0 3px;
   position: relative;
   text-decoration: none;
   vertical-align: top;
   width: 28px;
}

.pagination a:hover {
   border-color: #ca1717;
}

.pagination a.active {
   background: #ca1717;
   border-color: #ca1717;
   color: #fff;
}

.pag-next:before {
   background: url(../images/one_sprite.png) no-repeat -125px -54px;
   content: "";
   height: 14px;
   left: 9px;
   position: absolute;
   top: 5px;
   width: 8px;
}

.pag-prev:before {
   background: url(../images/one_sprite.png) no-repeat -136px -54px;
   content: "";
   height: 14px;
   left: 9px;
   position: absolute;
   top: 5px;
   width: 8px;
}

.pag-prev,
.pag-next {
   background: #ccc;
}

.pag-prev:hover,
.pag-next:hover {
   background: #c0c0c0 !important;
   border-color: #c0c0c0 !important;
}

.nav2 .toogle-title2:after {
   display: none;
}

.nav2 .toogle-title2 {
   border: 0 !important;
}

.nav2 .toogle-title2:hover {
   color: #ca1717;
}


/*end pagination nav*/


/*blocks7*/

.blocks7 {
   margin-bottom: 15px;
}

.blocks7>div {
   width: 42.4%;
   padding: 30px 3%;
   margin: 0 2.1% 20px 0;
   display: inline-block;
   vertical-align: top;
   border: 1px solid #cccccc;
   border-radius: 4px;
}

.blocks7>div:nth-child(2n) {
   margin-right: 0;
}

.blocks7>div:hover {
   border-color: #ca1717;
}

.blocks7 .hid {
   margin-bottom: 30px;
   text-align: center;
}

.blocks7>div p {
   margin: 11px 0 22px;
}

.blocks7>div>a {
   font-size: 16px;
   text-decoration: none;
}

.blocks7>div>a:hover {
   color: #ca1717;
}

.img_mrb {}

.cols3 {
   margin-bottom: 45px;
}

.cols3>.col1 {
   display: inline-block;
   margin-right: 2%;
   vertical-align: top;
   width: 52%;
}

.cols3>.col2 {
   display: inline-block;
   position: relative;
   vertical-align: top;
   width: 45%;
}


/*end blocks7*/


/*blocks8*/

.blocks8 {
   margin: 25px 0 0;
}

.blocks8>div {
   border: 1px solid #ccc;
   border-radius: 4px;
   display: inline-block;
   margin-bottom: 30px;
   margin-right: 2.7%;
   padding: 23px 2% 23px;
   text-align: center;
   vertical-align: top;
   width: 27.0%;
}

.blocks8>div:nth-child(3n) {
   margin-right: 0px;
}

.blocks8 .hid {
   margin-bottom: 18px;
}

.link {
   font-size: 16px;
   text-decoration: none;
}

.link:hover {
   color: #ca1717;
}

.blocks8 .btn {
   width: 135px;
}

.blocks8 p {
   margin-top: 8px;
}

.blocks8>div:hover {
   border-color: #ca1717;
}

.blocks8-view2>div {
   display: block;
   margin: 0 0 20px;
   padding: 25px 3%;
   text-align: left;
   width: 94%;
}

.blocks8-view2 .hid {
   height: auto;
   margin: 0;
   max-height: 150px;
   max-width: 30%;
   width: auto;
}

.blocks8-view2>div>div {
   display: inline-block;
   vertical-align: top;
}

.blocks8-view2 .col2 {
   margin: 0 0 0 3%;
   width: 66%;
}

.blocks8-view2 p {
   min-height: 48px;
}

.blocks8-view3>div {
   display: block;
   margin: 0 0 20px;
   padding: 12px 2%;
   text-align: left;
   width: 96%;
}

.blocks8-view3 .hid {
   height: auto;
   margin: 0;
   max-height: 150px;
   width: 10.5%;
}

.blocks8-view3>div {
   margin-bottom: 28px;
}

.blocks8-view3>div>div {
   display: inline-block;
   vertical-align: top;
}

.blocks8-view3 .col2 {
   margin: 0 0 0 3%;
   width: 85.5%;
}

.blocks8-view3 .col2>* {
   display: inline-block;
   vertical-align: middle;
}

.blocks8-view3 .col2>div {
   margin-right: 2.5%;
   width: 77.6%;
}

.blocks8-view3 .col2 p {
   margin-bottom: 0;
}

.icon1-1 .fs18 a {
   text-decoration: none;
}

.cols4>div {
   display: inline-block;
   vertical-align: top;
}

.cols4>.col1 {
   width: 32%;
}

.cols4>.col2 {
   width: 67.4%;
}

.map {
   border: 1px solid #ccc;
   height: 400px;
   overflow: hidden;
}

.contacts .col1 span {
   display: inline-block;
   font-size: 12px;
   margin-bottom: 2px;
   text-transform: uppercase;
}

.fs18 {
   font-size: 18.5px;
}

.contacts .col1>div {
   margin-bottom: 49px;
   padding-left: 77px;
   position: relative;
}

.contacts .col1>div:before {
   content: "";
   height: 60px;
   left: 0;
   position: absolute;
   top: -9px;
   width: 60px;
   filter: saturate(500%);
}

.icon1-1:before {
   background: url(../images/one_sprite.png) no-repeat 0 -150px;
}

.icon1-2:before {
   background: url(../images/one_sprite.png) no-repeat -64px -150px;
}

.icon1-3:before {
   background: url(../images/one_sprite.png) no-repeat -128px -150px;
}

.icon1-4:before {
   background: url(../images/one_sprite.png) no-repeat -192px -150px;
}

.fs24 {
   font-size: 24px;
}

.fs24.title5 {
   text-transform: uppercase;
}

.fs24.title5:after {
   bottom: -27px;
}

.cols5>div {
   display: inline-block;
   vertical-align: top;
}

.cols5>.col1 input[type="text"] {
   height: 40px;
   margin-bottom: 21px;
   padding: 0 2% 0 17% !important;
   width: 81% !important;
}

.cols5>.col1 {
   margin-right: 2%;
   width: 36%;
}

.cols5>.col2 {
   width: 61%;
}

.cols5>.col2 textarea {
   height: 147px;
   margin-bottom: 21px;
   padding: 2% 3%;
   /*width:94%;*/
   width: 88%;
}

.cols5>.col2 .btn {
   font-family: "Exo2-Bold";
}

.input-email {
   background: url(../images/one_sprite.png) no-repeat 13px -284px;
}

.input-email:focus {
   background-position: 13px -319px;
}

.input-name:focus {
   background-position: 13px -250px;
}

.input-phone {
   background: url(../images/one_sprite.png) no-repeat 13px -356px;
}

.input-phone:focus {
   /* background-position:13px -393px; */
   background: url(../images/one_sprite2.png) no-repeat;
   background-position: 13px 8px;
}

.contcats-lvl2 {
   border-top: 1px solid #ccc;
   margin-top: 45px;
   padding-top: 55px;
}

.contcats-lvl2 p {
   margin-bottom: 28px;
}

.contcats-lvl2 table {
   border-collapse: collapse;
   width: 100%;
}

.contcats-lvl2 table tr:nth-child(odd) {
   background: #ececec;
}

.contcats-lvl2 table tr td:first-child {
   font-family: "Exo2-SemiBold";
   font-size: 18px;
   padding-left: 3%;
   width: 30%;
}

.contcats-lvl2 table tr td:last-child {
   width: 55%;
}

.contcats-lvl2 table td {
   line-height: 21px;
   padding-bottom: 10px;
   padding-top: 10px;
   vertical-align: top;
}

.order-block {
   background: #f0f0f0;
   border-radius: 4px;
   padding: 25px 10px;
   text-align: center;
   box-sizing: border-box;
   max-width: 100%;
}

.order-block p {
   margin: 0 0 20px;
}

.order-block .title3:after {
   display: none;
}

.order-block .title3 {
   margin-bottom: 20px;
}

.title7 {
   color: #272727;
   font-family: "Exo2-SemiBold";
   font-size: 18px;
   margin-bottom: 16px;
}

.text p {
   margin-bottom: 18px;
}

.ul-style2 {
   display: table;
   list-style: none;
}

.ul-style2 li {
   margin-bottom: 15px;
   padding-left: 14px;
   position: relative;
}

.ul-style2 li:before {
   background: #ccc;
   border-radius: 100%;
   content: "";
   height: 6px;
   left: 0;
   position: absolute;
   top: 6px;
   width: 6px;
}

.ms-nav-prev:before,
.ms-nav-next:before {
   opacity: .6;
}

.ms-nav-prev:hover:before,
.ms-nav-next:hover:before {
   opacity: 1;
}

.table-style2 {
   border-collapse: collapse;
   font-size: 16px;
   width: 100%;
}

.table-style2 tr:nth-child(odd) {
   background: #f0f0f0;
}

.table-style2 tr:first-child {
   background: #ca1717;
   color: #fff;
}

.table-style2 td {
   padding-bottom: 10px;
   padding-left: 2%;
   padding-right: 2%;
   padding-top: 10px;
}

.border3 {
   border: 1px solid #d0d0d0;
   border-radius: 4px;
   overflow: hidden;
}

.width1 {
   width: 5%;
}

.width2 {
   width: 20%;
}

.width3 {
   width: 20%;
}

.width4 {
   width: 20%;
}

.toogle3 {
   border: 1px solid #ccc;
   border-radius: 4px;
   position: relative;
}

.toogle3 .toogle-block-title {
   cursor: pointer;
   display: block;
   font-size: 16px;
   padding: 10px 22px;
}

.toogle-block,
.toogle-block2 {
   display: none;
}

.toogle3 .toogle-block-title:hover {
   color: #ca1717;
}

.margin4 {
   margin-bottom: 40px;
}

.toogle3 .toogle-block {
   padding: 15px 22px;
}

.quote {
   color: #ca1717;
   font-family: "Exo2-LightItalic";
   margin: 36px 0;
   padding: 0 55px;
   position: relative;
}

.quote:before {
   background: url(../images/one_sprite.png) no-repeat -184px -55px;
   content: "";
   height: 25px;
   left: 0;
   position: absolute;
   top: -10px;
   width: 30px;
}

.quote:after {
   background: url(../images/one_sprite.png) no-repeat -150px -55px;
   bottom: -10px;
   content: "";
   height: 25px;
   position: absolute;
   right: 0;
   width: 30px;
}

.margin5 {
   margin: 40px 0;
}

.message {
   border: 1px solid;
   border-radius: 4px;
   margin-bottom: 12px;
   padding: 10px 20px;
}

.message span {
   font-family: "Exo2-SemiBold";
   font-size: 16px;
}

.message1 {
   border-color: #ca1717;
   color: #ca1717;
}

.message2 {
   border-color: #ff4747;
   color: #ff4747;
}

.message3 {
   border-color: #4ca8e2;
   color: #4ca8e2;
}

.message4 {
   border-color: #4ecc79;
   color: #4ecc79;
}

.table-style3 {
   border-bottom: 1px solid #f0f0f0;
   border-collapse: collapse;
   width: 100%;
}

.table-style3 .lvl1 {
   background: #f0f0f0;
   font-size: 18px;
}

.table-style3 .lvl1 td {
   padding: 10px 15px;
}

.it {
   font-family: "Exo2-LightItalic";
}

.table-style3 td {
   border-left: 1px solid #f0f0f0;
   border-right: 1px solid #f0f0f0;
   padding: 10px 2%;
   vertical-align: top;
}

.table-style3 tr td:first-child {
   border-left: 0;
}

.table-style3 tr td:last-child {
   border-right: 0;
}

.table-style3 tr {
   border-bottom: 1px solid #F0F0F0;
}

.table-style3 .size1 {
   width: 40%;
}

.table-style3 .size2 {
   width: 18%;
}

.color3 {
   color: #ff4747;
}

.color4 {
   color: #59d683;
}

.table-style3 .color3,
.table-style3 .color4 {
   margin-bottom: 14px;
}

.projects .title5 {
   text-align: left;
}


/*end blocks8*/

.block-wrap .blocks4 p,
.items-viewed .blocks4 p {
   display: none;
}

.slider-style2 .bx-controls-direction a,
.btn-prev,
.btn-next,
.items-viewed .pull-right>div button {
   position: absolute;
   top: 30px;
   z-index: 90;
   font-size: 0;
   background: #f4f4f4;
   border: 1px solid transparent;
   border-radius: 2px;
   width: 32px;
   height: 32px;
}

.slider-style2 .bx-prev {
   right: 150px;
}

.slider-style2 .bx-prev:before,
.btn-prev:before {
   content: "";
   position: absolute;
   left: 12px;
   top: 10px;
   background: url(../images/one_sprite.png) no-repeat -180px -429px;
   width: 7px;
   height: 11px;
}

.slider-style2 .bx-next {
   right: 110px;
}

.slider-style2 .bx-next:before,
.btn-next:before {
   content: "";
   position: absolute;
   left: 13px;
   top: 10px;
   background: url(../images/one_sprite.png) no-repeat -188px -429px;
   width: 7px;
   height: 11px;
}

.slider-style2 .bx-controls-direction a:hover,
.btn-prev:hover,
.btn-next:hover,
.items-viewed .pull-right>div button:hover {
   border-color: #ca1717;
   background: #fff;
}

.slider-style2 .bx-prev:hover:before,
.btn-prev:hover:before {
   background-position: -180px -442px;
}

.slider-style2 .bx-next:hover:before,
.btn-next:hover:before {
   background-position: -188px -442px;
}

.block-wrap {
   padding: 22px 0 15px;
   border-bottom: 1px solid #d5d5d5;
}

.block-wrap .in-row:nth-child(3n) {
   margin-right: 2.1% !important;
}

.comments>div {
   border-bottom: 1px solid #cccccc;
   margin-bottom: 25px;
   padding-bottom: 13px;
}

.comments .lvl1 {
   font-size: 12px;
   text-transform: uppercase;
}

.comments .lvl1 span {
   font-family: "Exo2-Bold";
   font-size: 18px;
   margin-right: 13px;
   text-transform: none;
}

.comments p {
   margin: 14px 0;
}

.comments .lvl2 {
   line-height: 22px;
}

.comments .lvl2 span {
   font-family: "Exo2-SemiBold";
}

.com-form form>* {
   font-size: 16px;
   width: 96%;
}

.com-form .btn {
   height: 40px;
   line-height: 40px;
   width: 180px;
}

.com-form textarea,
.com-form input[type="text"] {
   font-size: 16px;
   margin-bottom: 20px;
   padding: 0 2%;
}

.com-form textarea {
   height: 100px;
   padding-bottom: 15px;
   padding-top: 15px;
}

.com-form input[type="text"] {
   height: 40px;
}

.com-form ::-webkit-input-placeholder {
   font-size: 16px;
}

.com-form ::-moz-placeholder {
   font-size: 16px;
}

.com-form :-moz-placeholder {
   font-size: 16px;
}

.com-form :-ms-input-placeholder {
   font-size: 16px;
}

.com-form .fs16 {
   margin-bottom: 27px;
   text-transform: uppercase;
}

.com-form {
   margin-top: 45px;
}

.input-name {
   background: #fff url(../images/one_sprite.png) no-repeat 13px -217px;
   padding-left: 6% !important;
   width: 92% !important;
}

.in-row-bot>div {
   display: inline-block;
   vertical-align: bottom;
}

.docs>div {
   display: inline-block;
   margin-bottom: 20px;
   vertical-align: top;
   width: 49.5%;
}

.docs>div>div {
   margin: 0 0 0 4%;
   width: 70%;
}

.docs>div>div a {
   color: #ca1717;
   font-size: 16px;
   text-decoration: none;
}

.docs>div>div a:hover {
   text-decoration: underline;
}

.docs>div>div div {
   color: #999;
   margin-top: 5px;
}

#tabs .tab {
   display: none;
}

#tabs .tab#tabs-1 {
   display: block;
}

#tabs .tabs li.current {
   background: #fff;
   border-bottom: none;
}

.link-compare {
   position: relative;
   margin-bottom: 4px;
   display: inline-block;
   line-height: 16px;
   margin-left: 22px;
   text-decoration: none;
   border-bottom: 1px dotted #5f79b3;
}

.link-compare:before {
   content: "";
   position: absolute;
   left: -22px;
   top: 3px;
   width: 15px;
   height: 12px;
   background: url(../images/one_sprite.png) no-repeat -242px -429px;
}

.link-compare:hover {
   border-bottom-color: #ca1717;
   color: #ca1717;
}

.link-compare:hover:before {
   background-position: -242px -442px
}

.link-fav {
   position: relative;
   margin-bottom: 10px;
   display: inline-block;
   line-height: 16px;
   margin-left: 22px;
   text-decoration: none;
   border-bottom: 1px dotted #5f79b3;
}

.link-fav:before {
   content: "";
   position: absolute;
   left: -22px;
   top: 2px;
   width: 17px;
   height: 15px;
   background: url(../images/one_sprite.png) no-repeat -260px -429px;
}

.link-fav:hover {
   border-bottom-color: #ca1717;
   color: #ca1717;
}

.link-fav:hover:before {
   background-position: -260px -445px
}

.number-input {
   margin: 22px 0 30px;
}

.number-input>* {
   border: 1px solid #ccc;
}

.number-input input {
   border-left: 0;
   border-radius: 0;
   border-right: 0;
   height: 27px;
   margin-left: -4px;
   margin-right: 2px;
   text-align: center;
   width: 40px;
   padding: 0 30px 0 5px;
   font-size: 16px;
}

.number-input .minus {
   border-radius: 4px 0 0 4px;
}

.number-input .plus {
   border-radius: 0 4px 4px 0;
   margin-left: -6px;
}

.number-input a {
   color: #000;
   display: inline-block;
   font-size: 24px;
   height: 27px;
   line-height: 24px;
   position: relative;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   width: 27px;
}

.number-input a:hover {
   color: #ca1717;
}

.btn-style4 {
   border-radius: 4px;
   transition: .4s;
   text-align: center;
   display: inline-block;
   border: 1px solid transparent;
   margin: 0 17px;
   width: 192px;
   font-size: 16px;
   font-weight: 500;
   font-family: "Exo2-Regular";
   text-decoration: none;
   color: #fff;
   background: #2d2d2d;
   height: 36px;
   line-height: 36px;
}

.btn-style4:hover {
   border-color: #2d2d2d;
   background: #fff;
   color: #2d2d2d;
}

.card-info .lvl2 .btn {
   width: 80px;
}

.question_product {
   width: 100% !important;
   margin-bottom: 10px;
   cursor: pointer;
}

.colors a.active {
   border-color: #ca1717;
   position: relative;
}

.colors a.active:after {
   content: "";
   position: absolute;
   left: 6px;
   top: 7px;
   width: 14px;
   height: 9px;
   background: url(../images/one_sprite.png) no-repeat -216px -445px;
}

.count {
   width: 92px;
   margin-bottom: 11px;
   margin-right: 2px;
   display: inline-block;
   vertical-align: top;
}

.count a {
   display: inline-block;
   cursor: pointer;
   vertical-align: top;
   border: 1px solid #dfdfdf;
   color: #dfdfdf;
   font-family: "Exo2-SemiBold";
   text-align: center;
   width: 23px;
   height: 23px;
   line-height: 20px;
   text-decoration: none;
   font-size: 21px;
}

.count a:hover {
   color: #333;
   background: #dfdfdf;
}

.count input {
   border-bottom: 1px solid #dfdfdf;
   border-radius: 0;
   border-top: 1px solid #dfdfdf;
   height: 23px;
   padding: 0 10px 0 5px;
   width: 28px;
}


/*33*/

.count div {
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin-left: -5px;
}

.count div span {
   position: absolute;
   right: 6px;
   top: 3px;
   /*display: none;*/
}

.count .plus {
   margin-left: -5px;
   border-radius: 0 4px 4px 0;
}

.count .minus {
   border-radius: 4px 0 0 4px;
}

.card-top {
   border-bottom: 1px solid #e0e0e0;
   padding-bottom: 22px;
   margin-bottom: 20px;
}

.card-top .pull-left a {
   text-decoration: none;
   margin-right: 14px;
   font-family: "Exo2-Light";
}

.card-top .pull-left a:hover span {
   color: #ca1717;
}

.card-top .pull-left a i {
   color: #9e9e9e;
   font-style: normal;
}

.card-top .pull-left a span {
   border-bottom: 1px dotted;
}

.card-top .pull-right a {
   color: #57667e;
   font-family: "Exo2-Light";
   text-decoration: none;
   position: relative;
}

.card-top .pull-right a:hover {
   text-decoration: underline;
}

.btn-print {
   padding-right: 26px;
}

.btn-print:after {
   content: "";
   position: absolute;
   right: 0;
   top: 0;
   width: 20px;
   height: 18px;
   background: url(../images/one_sprite.png) no-repeat -447px -456px;
}


/*.card*/

.card-gallery {
   display: inline-block;
   vertical-align: top;
   width: 35%;
   position: relative;
}

.card-gallery .bx-wrapper {
   border: 1px solid #e0e0e0;
   margin-bottom: 11px;
   height: 420px;
   border-radius: 4px;
}

.card-gallery .bx-wrapper li a {
   display: table-cell;
   position: relative;
   vertical-align: middle;
   text-align: center;
   width: 2000px;
   height: 420px;
}

.card-gallery .bx-wrapper li a:after {
   content: "";
   position: absolute;
   right: 15px;
   bottom: 15px;
   width: 23px;
   height: 23px;
   background: url(../images/one_sprite.png) no-repeat -491px -429px;
}

.card-gallery img {
   max-height: 100%;
}

.card-gallery #bx-pager a,
.card-gallery .small-slider-box a {
   width: 75px;
   height: 75px;
   margin: 0 .6% 10px 0;
   line-height: 0;
   border-radius: 2px;
   display: inline-block;
   vertical-align: top;
   border: 1px solid #e0e0e0;
}

.card-gallery #bx-pager a span,
.card-gallery .small-slider-box a span {
   height: 75px;
   width: 75px;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
}

.card-gallery #bx-pager a.active,
.card-gallery .small-slider-box a.active {
   box-shadow: 0 0 0 2px #ca1717;
}

.card-gallery #bx-pager a:nth-child(5n),
.card-gallery .small-slider-box a:nth-child(5n) {
   margin-right: 0;
}

.card-main {
   display: inline-block;
   vertical-align: top;
   width: 37.5%;
   margin: 0 1.7%;
}

.card-more-main span {
   color: #707070;
   margin-right: 6px;
}

.card-more-main>div {
   margin-bottom: 7px;
}

.item-status span {
   color: #979797;
}

.card-more .item-status {
   margin: 0;
}

.card-more {
   border-bottom: 1px solid #e0e0e0;
   padding-bottom: 15px;
   margin-bottom: 14px;
}

.card-choose {
   border-bottom: 1px solid #e0e0e0;
   padding-bottom: 20px;
}

.card-choose p {
   margin-bottom: 6px;
}

.card-choose div.fancy-select {
   width: 135px;
}

.characteristics {
   font-family: "Exo2-Light";
}

.characteristics .col1 {
   display: inline-block;
   vertical-align: top;
   color: #c3c3c3;
   margin-right: 2%;
   width: 39%;
}

.characteristics .col2 {
   display: inline-block;
   vertical-align: top;
   width: 57%;
}

.characteristics>div {
   border-bottom: 1px dotted #8f8f8f;
   padding: 12px 0;
}

.characteristics.toogle-block {
   display: none;
}

.btn-style5 {
   display: inline-block;
   vertical-align: top;
   cursor: pointer;
   margin: 18px 0 0;
   border: 1px solid #ca1717;
   color: #ca1717;
   height: 33px;
   line-height: 32px;
   padding: 0 38px;
   border-radius: 3px;
   text-decoration: none;
}

.btn-style5 span {
   border-bottom: 1px dotted;
}

.btn-style5:hover span {
   border-color: transparent;
}

.btn-style5:hover {
   color: #4470b2;
   border-color: #4470b2;
}

.share-block div,
.share-block span {
   display: inline-block;
   vertical-align: middle;
}

.share-block {
   margin-top: 14px;
}

.share-block>span {
   margin-right: 10px;
}

.ya-share2__counter {
   display: none !important;
}

.card-wrap>.col3 {
   display: inline-block;
   vertical-align: top;
   width: 23.4%;
}

.card-price {
   padding: 14px 18px;
   border-bottom: 1px solid #e0e0e0;
}

.card-price p {
   font-family: "Exo2-Light";
   color: #707070;
   margin-bottom: 2px;
}

.card-price .price-old {
   font-size: 18px;
   line-height: 16px;
}

.card-price .price-new {
   font-size: 24px;
   line-height: 24px;
}

.card-price .col1>div {
   margin-bottom: 10px;
}

.card-price .col1 .price {
   margin-bottom: 0;
   font-size: 18px;
}

.card-price .col1>div:last-child {
   margin-bottom: 0;
}

.card-price>div {
   /*display: inline-block;*/
   vertical-align: bottom;
   /*width: 49%;*/
}


/*.card-price .col2 {text-align: right; color: #ff0000;}*/

.price_diff_box {
   color: #ca1717;
}

.card-info {
   border: 1px solid #e0e0e0;
   border-radius: 4px;
   margin-bottom: 20px;
}

.card-info .lvl2 {
   background: #f4f4f4;
   padding: 16px 18px;
}

.card-info .lvl2 .number-input {
   display: inline-block;
   margin-right: 18px;
   margin-bottom: 15px;
}

.card-info .lvl2 .count a {
   width: 35px;
   height: 35px;
   line-height: 32px;
}

.card-info .lvl2 .count {
   width: auto;
}

.card-info .lvl2 .count input {
   height: 35px;
}

.card-info .lvl2 .count div:after {
   top: 9px;
}

.card-info .lvl2 .btn-style2 {
   height: 37px;
   font-family: "Exo2-Regular";
   font-size: 16px;
   text-align: center;
   line-height: 35px;
   padding: 0 15px;
   border-radius: 4px;
   margin-left: 4px;
}

.card-info .lvl2 .btn-style4 {
   width: 100%;
   padding-left: 0;
   margin: 0 0 12px;
   position: relative;
   text-indent: 10px;
}

.card-info .lvl2 .btn-style4:before {
   content: "";
   position: absolute;
   left: 42px;
   top: 8px;
   width: 19px;
   height: 19px;
   background: url(../images/one_sprite.png) no-repeat -469px -456px;
}

.card-info .lvl2 .btn-style4:hover:before {
   background-position: -469px -476px;
}

.card-info .lvl2 .link-fav {
   margin-bottom: 0;
}

.pay-delivery {
   border: 1px solid #e0e0e0;
   border-radius: 4px;
}

.pay-delivery>div {
   padding: 14px 18px;
}

.pay-delivery .lvl1 {
   border-bottom: 1px solid #e0e0e0;
}

.title-style3 {
   font-family: "Exo2-SemiBold";
   font-size: 16px;
   margin-bottom: 10px;
}

.link-city2 {
   text-decoration: none;
   border-bottom: 1px dotted;
   position: relative;
   margin-right: 17px;
}

.link-city2:after {
   content: "";
   position: absolute;
   right: -17px;
   top: 8px;
   border: 4px solid transparent;
   border-top: 4px solid #446fb2;
}

.link-city2:hover {
   color: #ca1717;
}

.link-city2:hover:after {
   border-top-color: #ca1717;
}

.title-style4 {
   color: #ca1717;
   font-family: "Exo2-SemiBold";
   margin-bottom: 5px;
}

.pay-delivery ul {
   list-style: none;
   margin-bottom: 12px;
}

.pay-delivery li {
   position: relative;
   margin-bottom: 2px;
   padding-left: 10px;
}

.pay-delivery li:before {
   content: "-";
   position: absolute;
   left: 0;
   top: 0;
   margin-right: 4px;
}

.pay-delivery-main>div:last-child ul {
   margin-bottom: 0;
}

.pay-delivery .lvl2 ul {
   margin-bottom: 0;
}

.slide .items>div {
   margin-right: .7%;
   margin-bottom: 50px;
   width: 19%;
}

.slide .items>div:nth-child(5n) {
   margin-right: 0;
}

.tabs {
   margin-top: 25px;
   border-bottom: 1px solid #e1e1e1;
}

.tabs ul {
   list-style: none;
}

.tabs ul li {
   display: inline-block;
   vertical-align: top;
   cursor: pointer;
   outline: none;
   line-height: 36px;
   font-size: 16px;
   font-family: "Exo2-SemiBold";
   background: #f4f4f4;
   text-align: center;
   border: 1px solid #e1e1e1;
   border-radius: 4px 4px 0 0;
   border-bottom: 0;
}

.tabs ul li a {
   white-space: nowrap;
   display: block;
   color: #58667e;
   text-decoration: none;
   padding: 0 25px;
   height: 40px;
}

.tabs ul li span {
   border-bottom: 1px dotted;
}

.tabs ul li i {
   font-style: normal;
   color: #acacac;
}

.tabs ul li.ui-tabs-active {
   color: #ca1717;
   background: #fff;
   position: relative;
}

.tabs ul li.ui-tabs-active:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -1px;
   width: 100%;
   height: 1px;
   background: #fff;
}

.tabs ul li.ui-tabs-active span {
   border-color: transparent;
}

.tab {
   padding: 23px 0 32px;
   border-bottom: 1px solid #d6d6d6;
}

.tab .characteristics {
   margin-bottom: 25px;
}

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

.text2 p:last-child {
   margin-bottom: 0;
}

.items-viewed {
   padding-top: 22px;
}

.wrap-scroll {
   overflow-y: hidden;
   height: 380px;
   padding: 0 !important;
}

.items-viewed .pull-right {
   margin-top: 4px;
}

.items-viewed .pull-right>a {
   color: #3b3b3b;
   vertical-align: middle;
   margin-right: 10px;
   text-decoration: none;
   border-bottom: 1px dotted;
}

.items-viewed .pull-right>a:hover {
   color: #ca1717;
}

.items-viewed .pull-right>div {
   display: inline-block;
   vertical-align: middle;
}

.items-viewed .pull-right>div a,
.items-viewed .pull-right>div button {
   position: relative;
   margin-left: 4px;
   cursor: pointer;
   top: auto;
   display: inline-block;
   vertical-align: middle;
}

.items-viewed .scrollable.default-skin .scroll-bar.horizontal {
   bottom: 6px;
}

.items-viewed .scrollable.default-skin .scroll-bar.horizontal {
   height: 2px;
   background: #ccc;
}

.items-viewed .scrollable .scroll-bar.horizontal .thumb {
   height: 4px;
   top: -1px;
}

.card-gallery-size2 {
   width: 100% !important;
}


/*end /*.card*/


/* Footer */

.footer {
   margin: -100px auto 0;
   z-index: 90;
   position: relative;
}

.footer .lvl2 .col1 {
   width: 100%;
}

.footer .lvl2 .col1 a:hover:before {
   bottom: -1px;
   top: auto;
}

.footer .lvl2 {
   border-bottom: 1px solid #e5e5e5;
   border-top: 0;
}

.footer .lvl2 .col1>ul>li {
   padding: 0 2.6%;
}

.footer .lvl2 .col1>ul>li:last-child {
   padding-right: 0;
}

.footer .link-email:before {
   background-position: -156px -27px;
}

.footer .link-phone:before {
   background-position: -182px -27px;
}

.footer .lvl1 .col4 a {
   background: url(../images/one_sprite.png) no-repeat;
   display: inline-block;
   height: 24px;
   margin-left: 12px;
   vertical-align: top;
   width: 24px;
}

.footer .lvl1 .col4 a:first-child {
   margin-left: 0;
}

.footer .lvl1 .col4 a.soc1:hover {
   background-position: 0 -122px !important;
}

.footer .lvl1 .col4 a.soc2:hover {
   background-position: -26px -122px !important;
}

.footer .lvl1 .col4 a.soc3:hover {
   background-position: -52px -122px !important;
}

.footer .lvl1 .col4 a.soc4:hover {
   background-position: -78px -122px !important;
}

.footer .lvl1 .col4 a.soc5:hover {
   background-position: -104px -122px !important;
}

.footer .lvl1 .col4 a.soc6:hover {
   background-position: -130px -122px !important;
}

.soc1 {
   background-position: 0 -27px !important;
}

.soc2 {
   background-position: -26px -27px !important;
}

.soc3 {
   background-position: -52px -27px !important;
}

.soc4 {
   background-position: -78px -27px !important;
}

.soc5 {
   background-position: -104px -27px !important;
}

.soc6 {
   background-position: -130px -27px !important;
}

.footer .lvl2 .col1>ul>li>ul {
   bottom: 69px;
   top: auto;
}

.title3 a {
   text-decoration: none;
}

.mob-nav-btn {
   background: #ca1717;
   color: #fff !important;
   cursor: pointer;
   display: block;
   font-size: 18px;
   padding: 21px 35px 23px 48px;
   text-decoration: none;
   text-transform: uppercase;
}

.mob-nav-btn:before {
   background: url(../images/one_sprite.png) no-repeat -220px -56px;
   content: "";
   height: 15px;
   left: 20px;
   position: absolute;
   top: 24px;
   width: 18px;
}

.mob-nav-btn:after {
   color: #fff;
   right: 15px;
   top: 20px;
}

.ms-slide-bgcont {
   display: table-cell;
   height: 270px !important;
   position: relative !important;
   text-align: center;
   vertical-align: middle;
   width: 1000px !important;
}

.ms-slide img {
   height: auto !important;
   margin: 0 !important;
   max-height: 90%;
   max-width: 80%;
   width: auto !important;
}

.blocks4.blocks4-view1 .col2 {
   width: 100%;
}


/* end Footer */


/*header*/

.scroll1 table {
   min-width: 650px;
}

.header .lvl2 .col1 {
   display: block;
}

.header .lvl2 .mob-nav-btn {
   display: none;
}

.header .lvl2 .search-block,
.header .lvl2 .link-email,
.header .lvl2 .link-phone,
.header .lvl2 .btn {
   display: none;
}

.header.fixed .lvl2 .link-email,
.header.fixed .lvl2 .link-phone,
.header.fixed .lvl2 .btn {
   display: inline-block;
}

.header.fixed2 .lvl2 .link-email,
.header.fixed2 .lvl2 .link-phone {
   display: none;
}

.header.fixed2 .lvl2 .btn {
   display: inline-block;
}

.search-block input[type='text'] {
   border: 1px solid #ccc;
   border-radius: 4px 0 0 4px;
   height: 34px;
   padding: 0 10px;
   width: 230px;
}

.search-block input[type="submit"] {
   margin-bottom: 0px !important;
   background: #ccc;
   border: 1px solid #ccc;
   border-radius: 0 4px 4px 0;
   color: #fff;
   font-family: "Exo2-Bold";
   font-size: 14px;
   height: 36px;
   line-height: 36px;
   margin-left: -4px;
   text-align: center;
   text-transform: uppercase;
   width: 100px;
}

.header .lvl2 .search-block {
   margin: 12px 0 0 38px;
}

.header .lvl2 .link-email,
.header .lvl2 .link-phone {
   margin: 9px 0 0 45px;
}

.header .lvl2 .btn {
   margin: 10px 10px 0 30px;
}

.header.fixed .lvl2 .col2 {
   display: none;
}

.header.fixed2 .lvl2 .col2 {
   display: none;
}

.header.fixed2 .lvl1,
.header.fixed2 .lvl0 {
   display: none;
}

.open-toogle,
.open-toogle2 {
   display: none;
}

.btn:after {
   display: none;
}

.block-wrap .items>div {
   margin-right: .7%;
}

.bx_page div {
   float: left;
   width: 33%;
}

.header.fixed2 .lvl2 .col1 {
   float: left;
   width: calc(100% - 230px);
}

.header.fixed2 .lvl2 .col1>ul {
   float: left;
   width: 100%;
}

.header.fixed2 .lvl2 .col1>ul li {
   padding-left: 1%;
   padding-right: 1%;
}


/*  counter product  <<<  */

.counter {
   float: left;
   height: 40px;
   margin-left: 10px;
   position: relative;
   width: 70px;
}

.counter {
   height: 100%;
}

.counter input {
   background-color: #f2f2f2;
   border: none;
   color: #3f4147;
   font-size: 18px;
   left: 50%;
   line-height: 41px;
   margin-left: -19px;
   moz-user-select: none;
   ms-user-select: none;
   position: absolute;
   text-align: center;
   user-select: none;
   webkit-user-select: none;
   width: 38px;
}

.item .counter input {
   line-height: 37px;
}

.bx_ordercart .counter input {
   background: none !important;
   line-height: 0 !important;
   margin-top: -9px !important;
}

.counter .plus,
.counter .minus {
   border: none;
   cursor: pointer;
   height: 15px;
   margin-top: -7.5px;
   moz-user-select: none;
   ms-user-select: none;
   position: absolute;
   text-indent: -9999px;
   top: 50%;
   user-select: none;
   webkit-user-select: none;
   width: 16px;
}

.counter .plus {
   background: url("../images/one_sprite.png") no-repeat -171px -95px;
   right: 0;
}

.counter .plus.hover,
.counter .plus:hover {
   background-position: -195px -95px;
}

.counter .plus.disabled {
   background-position: -171px -95px !important;
   cursor: default;
}

.counter .minus {
   background: url("../images/one_sprite.png") no-repeat -122px -95px;
   left: 0;
}

.counter .minus.hover,
.counter .minus:hover {
   background-position: -147px -95px;
}

.counter .minus.disabled {
   background-position: -122px -95px !important;
   cursor: default;
}

.counter.hover .plus {
   background-position: -195px -95px;
}

.counter.hover .minus {
   background-position: -147px -95px;
}


/*  >>>  counter product  */


/*  Cart pages  <<< */


/*order-card*/

.bx-soa-cart-total.bx-soa-cart-total-fixed {
   position: fixed;
   top: 90px;
}

#basket_form {
   position: relative;
}

.bx_sort_container>div {
   display: none;
}

.bx_sort_container {
   float: right;
   position: relative;
   right: 0;
   top: 0;
}

.bx_sort_container li {
   display: inline-block;
   margin-left: 5px;
   vertical-align: top;
}

.bx_sort_container li a {
   height: 36px;
   line-height: 36px;
   border: 1px solid #ccc;
   color: #716d6c;
   display: inline-block;
   padding-left: 25px;
   padding-right: 25px;
   text-transform: uppercase;
   vertical-align: top;
}

.bx_sort_container li a:hover {
   border-color: #ca1717;
}

.bx_sort_container li a.current {
   border-color: #ca1717;
   border-width: 1px;
   color: #ca1717;
}

.bx_ordercart_order_table_container thead {
   background-color: #e2e2e2;
   font-weight: bold;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
   border-bottom: none;
}

.bx_ordercart_photo_container {
   height: 80px;
   width: 80px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
   background-size: cover;
   bottom: 0;
   left: 0;
   right: 0;
   top: 0;
   webkit-background-size: cover;
}

.bx_ordercart .bx_ordercart_photo_container {
   border-color: #dbdbdb;
}

.bx_ordercart .bx_ordercart_order_table_container table td.margin {
   width: 0 !important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control br {
   display: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
   border: 1px solid #ccc;
   color: #000;
   display: block;
   font-size: 13px;
   height: 40px;
   line-height: 38px;
   margin: 0 auto;
   padding-left: 20px;
   position: relative;
   text-align: center;
   width: 130px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom.red {
   color: #ca1717;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:first-child {
   border-bottom: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:first-child:after {
   background: url(../images/remove.png) no-repeat 0 0;
   content: '';
   display: block;
   height: 17px;
   left: 20px;
   margin-top: -7.5px;
   position: absolute;
   top: 50%;
   width: 15px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:last-child:after {
   background: url('../images/sprite-inner.png') no-repeat -268px -95px;
   content: '';
   display: block;
   height: 16px;
   left: 20px;
   margin-top: -8px;
   position: absolute;
   top: 50%;
   width: 18px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:last-child:hover:after {
   background-position: -289px -95px;
}

.custom .left.amount {
   border: none;
   font-size: 13px;
   height: 22px;
   text-align: center;
}

#basket_form .price+.custom .centered {
   width: auto !important;
}

.addBasket.added {
   background-color: #249677 !important;
   border-color: #249677 !important;
   o-transition: all .55s ease-in;
   transition: all .55s ease-in;
   webkit-transition: all .55s ease-in;
}

.bx_size_scroller_container {
   margin-left: 0;
}

.bx_item_detail_size_small_noadaptive ul li a,

/*.bx_item_detail_size_small_noadaptive ul li{height:32px;line-height:30px;}*/

#basket_form .price+.custom .centered td:last-child {
   font-size: 0;
}

.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a,
.bx_item_detail_size_small_noadaptive ul li:hover a {
   border-color: #ca1717;
}

.bx_ordercart_order_pay {
   border: 1px solid #ca1717;
   overflow: hidden;
   padding: 0 !important;
}

.bx_ordercart_order_pay_left,
.bx_ordercart_order_pay_right {
   float: left;
   width: 34% !important;
}

.bx_ordercart_order_pay_right+div {
   display: none;
}

.bx_ordercart_order_pay_center a {
   text-decoration: none;
}

.bx_ordercart_order_pay_center {
   border-left: 1px solid #ca1717;
   float: right;
   width: 30% !important;
}

.bx_ordercart_order_pay_center {
   line-height: 140px;
   text-align: center;
}

.bx_ordercart_order_pay_center .buy_one {
   background-color: #ca1717;
   color: #fff;
   display: inline-block;
   height: 48px;
   line-height: 48px;
   text-align: center;
   text-transform: uppercase;
   vertical-align: middle;
   width: 240px;
}

.bx_ordercart_order_pay_center .buy_one:hover {
   text-decoration: underline;
}

.bx_ordercart_order_pay_left,
.bx_ordercart_order_pay_right,
.bx_ordercart_order_pay_center {
   height: 140px;
}

.bx_ordercart_order_pay_left {
   display: table;
}

.bx_ordercart_order_pay_left .bx_ordercart_coupon {
   display: table-cell;
   padding-left: 20px;
   vertical-align: middle;
}

.bx_ordercart_order_pay_left .bx_ordercart_coupon span {
   font-size: 14px;
}

.bx_ordercart_order_pay_left .bx_ordercart_coupon input {
   border-color: #ccc;
}

.bx_ordercart_order_pay_left .bx_ordercart_coupon input:hover,
.bx_ordercart_order_pay_left .bx_ordercart_coupon input:focus {
   border-color: #ca1717;
}

.bx_ordercart_order_pay_right .bx_ordercart_order_sum {
   display: table;
   height: 100%;
   width: 100%;
}

.bx_ordercart_order_pay_right .bx_ordercart_order_sum tbody {
   display: table-cell;
   font-size: 16px !important;
   vertical-align: middle;
}

#allSum_FORMATED {
   color: #ca1717;
   font-weight: normal;
}

.bx_ordercart .bx_ordercart_order_sum tr td {
   font-size: 16px;
   padding: 5px 20px;
}

.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
   padding-top: 20px;
}

@media screen and (max-width: 867px) {
   .bx_ordercart_order_pay_center {
      border-left: none;
      border-top: 1px solid #ca1717;
      width: 100% !important;
   }
   .bx_ordercart_order_pay_left,
   .bx_ordercart_order_pay_right {
      width: 50% !important;
   }
   .bx_sort_container {
      position: static;
   }
   .bx_sort_container li a {
      margin-bottom: 10px;
   }
   .slide .items>div {
      margin-right: .5%;
   }
}

@media screen and (max-width: 640px) {
   .bx_ordercart_order_pay_left,
   .bx_ordercart_order_pay_right {
      width: 100% !important;
   }
   .bx_ordercart_order_pay_left,
   .bx_ordercart_order_pay_right {
      text-align: center;
   }
   .bx_ordercart .bx_ordercart_order_sum tr td {
      text-align: left;
   }
   .header .lvl2 .arrow>a span:after {
      background: #ccc;
      color: #666;
      content: ">";
      font-family: "Exo2-Light";
      font-family: calibri;
      font-size: 14.5px;
      font-size: 18px;
      font-weight: 300;
      height: 21px;
      line-height: 21px;
      margin: 0 0 0 5px;
      opacity: .8;
      padding: 0;
      position: absolute;
      right: 0px;
      right: 4px;
      text-align: center;
      top: 10px;
      top: 8px;
      width: 21px;
   }
   .header .lvl2 .col1>ul>li ul li a {
      border-bottom: 1px solid #cccccc;
      display: block;
      margin: 0 16px;
      min-width: 175px;
      padding: 11px 25px 13px 0px;
   }
}

@media screen and (min-width: 561px) {
   .header .lvl3 input[type="submit"] {
      top: 3px;
   }
}

@media screen and (max-width: 568px) {
   .bx-touch .bx_ordercart .bx_sort_container a {
      line-height: 32px;
   }
   .bx_sort_container {
      float: none !important;
      text-align: center;
   }
   .bx-touch .bx_ordercart .bx_sort_container a#basket_toolbar_button {
      margin: 0 !important;
   }
   #basket_form_container .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      bottom: auto;
      top: -6px;
   }
   #basket_form_container #mCSB_7 {
      padding-top: 15px;
   }
   .mf-captcha input {
      margin: 7px 0 15px !important;
      padding: 0 10px !important;
      width: 158px !important;
   }
   .mf-captcha img {
      display: block;
      float: none !important;
      margin: 7px auto 0;
   }
}

#basket_form td {
   vertical-align: middle !important;
}

.bx_ordercart_photo_container a {
   display: block;
   height: 80px;
   width: 80px;
}

.bx_ordercart .bx_ordercart_photo_container {
   /*height:80px;max-height:80px;max-width:80px;padding-top:0;width:80px;*/
}

.custom .left .amount {
   line-height: 20px;
   top: -10px;
}


/*  >>>  Cart pages  */


/*end order-card*/


/* Responsive */

@media screen and (max-width:1320px) {
   .slider1 .bx-prev {
      left: 0px;
   }
   .slider1 .bx-next {
      right: 0px;
   }
   .slider1 .bx-controls-direction {
      max-width: 1170px;
      margin: 0 auto;
   }
   .slider1 li .inner>* {
      margin-left: 55px;
      margin-right: 55px;
   }
}

@media screen and (max-width:1169px) {
   .inner {
      padding: 0 20px;
   }
   .header .lvl1 {
      position: relative;
   }
   .header .lvl2 .col1>ul>li {
      padding: 0 14px;
   }
   .header .lvl3 form>div {
      width: 70%;
   }
   .header .lvl3 input[type="text"] {
      width: 80%;
   }
   .header .lvl3 .close {
      right: 10px;
   }
   .slider1 .bx-viewport li {
      background-size: cover;
   }
   .advantages>.in-row-mid>div>div {
      width: 70%;
   }
   .cons .col1 {
      margin-right: 2%;
   }
   .blocks4>div {
      margin-bottom: 25px;
      margin: 0 2.1% 20px 0 !important;
   }
   .item-btns2>a {
      width: 140px;
   }
   .ms-slide-bgcont {
      height: 220px !important;
   }
   .tabs a {
      width: 24%;
   }
   .view-style {
      display: none;
   }
   .pagination a {
      margin-bottom: 5px;
   }
   .blocks7 .btn {
      max-width: 90%;
   }
   .cons-small {
      width: 88%;
   }
   .cons-small .col1 {
      width: 65%;
   }
   .header.fixed .lvl2 .inner {
      padding: 0;
   }
   .header.fixed2 .lvl2 .inner {
      padding: 0;
   }
   .header .lvl2 .search-block {
      margin-left: 20px;
   }
   .header .lvl2 .link-email,
   .header .lvl2 .link-phone {
      margin: 9px 0 0 48px;
   }
   .irs-to,
   .irs-single,
   .irs-from {
      width: 45px !important;
   }
   .for-range span:first-child {
      margin-right: 80px;
   }
   .irs-to {
      left: 123px !important;
   }
   .irs {
      width: 200px !important;
   }
   .irs-line-mid {
      width: 190px !important;
   }
   .card-top .pull-left {
      margin-bottom: 5px;
   }
   .card-wrap>.col3 {
      width: 100%;
   }
   .card-gallery {
      width: 47%;
      margin-right: 2%;
      margin-bottom: 15px;
   }
   .card-main {
      width: 47%;
      margin: 0;
      margin-bottom: 15px;
   }
   .card-wrap>.col3>div {
      width: 47%;
      margin-right: 2%;
      display: inline-block;
      vertical-align: top;
   }
   .cols2>.col2 {
      width: 75%;
   }
   .items>div {
      /*margin-right: 1.3%; margin-left: 1.3%;*/
   }
   .items>div:nth-child(4n) {
      margin-right: 1.3% !important;
   }
}

@media screen and (min-width:961px) and (max-width:1169px) {
   .footer .lvl1 .col4 {
      float: right;
      margin-top: 17px;
   }
}

@media screen and (min-width:961px) and (max-width:1071px) {
   .footer .lvl1 .col4 {
      position: absolute;
      top: -20px;
      right: 10px;
   }
   .footer .lvl1 .col4 span {
      width: 100%;
      text-align: right;
      margin-bottom: 5px;
   }
   .footer .lvl1 .col4>div {
      float: right;
   }
}

@media screen and (min-width:780px) and (max-width:790px) {
   .items>div {
      width: 213px;
   }
}

@media screen and (min-width:611px) and (max-width:779px) {
   .items>div {
      width: 32%;
   }
   .slide .items>div {
      margin-bottom: 84px;
   }
}

@media screen and (min-width:961px) and (max-width:1010px) {
   .wrapper .header-block {
      min-height: 153px;
   }
}

@media screen and (max-width:1085px) {
   .header .lvl2 .link-email,
   .header .lvl2 .link-phone {
      margin: 9px 0 0 38px;
   }
   .header .lvl2 .btn {
      margin-left: 15px;
   }
}

@media screen and (max-width:1170px) {
   .header.fixed2 .lvl2 .btn {
      margin-right: 15px;
      margin-left: 0;
   }
}

@media screen and (max-width:1140px) {
   .cols2>.col2 {
      width: 72%;
   }
   .input-name {
      padding-left: 10% !important;
      width: 88% !important;
   }
   .blocks4.blocks4-view1>div {
      width: 45%;
      margin-right: 2.1% !important;
   }
   .blocks8.blocks8-view1>div {
      width: 43%;
      margin-right: 2.1% !important;
   }
   .header .lvl2 .link-email,
   .header .lvl2 .link-phone {
      display: none !important;
   }
}

@media screen and (max-width:1010px) {
   .header .lvl2 .col1>ul>li {
      padding: 0 2% 0 0;
   }
   .header .lvl2 .col1>ul>li>a {
      padding: 10px 0;
   }
   .btn-search {
      margin: 9px 0 0;
   }
   .header .lvl3 input[type="text"] {
      width: 70%;
   }
   .advantages img {
      width: 48px;
   }
   .advantages>.in-row-mid>div {
      width: 47%;
      margin-right: 2%;
      margin-bottom: 15px;
   }
   .blocks2>a {
      margin: 0 1.5% 141px;
   }
   .cons {
      padding: 30px;
   }
   .cons .col2 .btn {
      margin-right: 0;
   }
   .cons .col1 {
      width: 49%;
      /*width: 65%;*/
   }
   .slide .cons .col1 {
      width: 64%;
   }
   .partners .owl-prev {
      left: -20px;
   }
   .partners .owl-next {
      right: -18px;
   }
   .header .lvl2 .col1>ul>li>ul {
      top: 38px;
   }
   .footer .lvl2 .col1>ul>li>ul {
      top: auto;
      bottom: 38px;
   }
   /* .cols2 > .col2 {width: 70%;} */
   .item-btns2>a {
      width: 125px;
   }
   .ms-slide-bgcont {
      height: 190px !important;
   }
   .cols5>div {
      width: 100% !important;
   }
   .cols5>.col1 input[type="text"] {
      width: 89% !important;
      padding: 0 2% 0 9% !important;
   }
   .blocks7>div {
      width: 42%;
   }
   .cons-small {
      width: 80%/* 84%;*/
   }
   .cons-small .col1 {
      width: 100%;
      margin-bottom: 14px;
   }
   .popupbtn_1 {
      float: right;
   }
}

@media screen and (min-width:900px) and (max-width:920px) {
   .cols2>.col2 {
      width: 71%;
   }
}

@media screen and (min-width:500px) and (max-width:960px) {
   .header.default .lvl2 .inner {
      padding: 0;
   }
   .header.default .lvl2 .col1 {
      position: absolute;
      left: 0;
      top: 62px;
      background: #f0f0f0;
      width: 230px;
   }
   .header.default .lvl2 .col2 {
      display: none;
   }
   .mob-nav-btn:after {
      display: none;
   }
   .header.default .lvl2 .col1>ul>li {
      display: block;
      padding: 0 15px;
   }
   .header.default .lvl2 .col1>ul>li>a {
      font-size: 16px;
      cursor: pointer;
      font-family: "Exo2-Regular";
      text-transform: none;
      padding: 12px 0;
      border-bottom: 1px solid #cccccc;
   }
   .header.default .lvl2 .col1>ul>li:last-child>a {
      border-bottom: 0;
   }
   .header.default .lvl2 .col1>ul {
      border-left: 1px solid #ca1717;
      box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
   }
   .header.default .lvl2 .col1>ul>li>ul {
      left: 229px;
      top: 0;
   }
   .header.default .lvl2 .col1>ul>li>a:before {
      display: none;
   }
   .header.default .lvl2 .col1 {
      display: none;
   }
   .header.default .lvl2 .search-block {
      display: inline-block;
   }
   .header.default .lvl2 .mob-nav-btn {
      display: inline-block;
      vertical-align: top;
   }
}

@media screen and (max-width:900px) {
   .cols3>div {
      margin: 0;
      width: 100% !important;
   }
   .cols3>.col1 {
      margin-bottom: 30px;
   }
   .ms-slide,
   .ms-container {
      height: 200px !important;
   }
   .ms-nav-next,
   .ms-nav-prev {
      bottom: 62px;
      top: auto;
   }
   .ms-view {
      height: 309px !important;
   }
   .tabs a {
      border-radius: 0;
      display: block;
      height: 32px;
      line-height: 32px;
   }
}

@media screen and (min-width:861px) and (max-width:899px) {
   .cols2>.col2 {
      width: 70%;
   }
}

@media screen and (max-width:960px) {
   .slide {
      padding: 45px 5px;
   }
}

@media screen and (min-width:961px) {
   .cols2>.col2 {
      /* width:70%; */
   }
   .header .lvl2 .col1>ul>li.arrow>a span {
      display: none;
   }
   .header.fixed .lvl2 .col1>ul>li.arrow>a span {
      display: inline;
   }
   .header.fixed2 .lvl2 .col1>ul>li.arrow>a span {
      display: inline;
   }
}

@media screen and (min-width:980px) {
   .mob_view {
      display: none;
   }
}

@media screen and (min-width:810px) and (max-width:860px) {}

@media screen and (max-width:810px) {
   .blocks6>div {
      width: 33%;
   }
   .blocks4.blocks4-view1>div {
      width: 98%;
      margin-right: 0 !important;
   }
   .cols2-proj>.col2 {
      width: 67%;
      padding-left: 2%;
   }
}

@media screen and (min-width:610px) and (max-width:740px) {
   .search-block input[type='text'] {
      width: 150px;
   }
}

@media screen and (min-width:610px) and (max-width:840px) {
   /* .header .lvl1 .col3{display:none;} */
   .header .lvl2 .btn {
      display: none;
   }
   .header.fixed .lvl2 .btn {
      margin-right: 10px;
      width: 155px;
      margin-left: 10px;
      display: block;
   }
   .header .lvl1 .col4 .btn {
      right: 5px;
   }
}

@media screen and (min-width:610px) and (max-width:960px) {
   .footer .lvl1 {
      /*min-height: 120px;*/
      min-height: 60px;
   }
   /* .header .lvl1 .link-email,.header .lvl1 .link-phone{
        position: inherit;
        float: right;
    } */
   .footer .lvl1 .col4 {
      width: 170px;
   }
   .footer .lvl1 .col4 span {
      padding-bottom: 10px;
   }
}

.docs {
   word-break: break-word;
}

@media screen and (max-width:700px) {
   .form-question .mf-captcha,
   .contacts .mf-captcha {
      text-align: center;
   }
   .form-question .mf-captcha img,
   .contacts .mf-captcha img {
      display: block;
      float: none !important;
      margin: 7px auto 0 !important;
   }
   .form-question .mf-captcha input,
   .contacts .mf-captcha input {
      display: block;
      float: none !important;
      margin: 9px auto 0px !important;
      width: 132px !important;
   }
   .md-align-center {
      text-align: center;
   }
   .md-align-center {
      margin-top: 20px !important;
   }
}

@media screen and (max-width:769px) {
   .slide .items>div {
      width: 32.4%;
      height: 350px;
   }
   .slide .items>div:nth-child(4n) {
      margin-right: 0;
   }
   .slide .items>div:nth-child(5n) {
      margin-right: .5%;
   }
   .header .lvl2 .col1 {
      width: 94%;
   }
   .header .lvl3 input[type="text"] {
      width: 58%;
   }
   .header .lvl3 form>div {
      width: 61%;
   }
   .title2 {
      font-size: 36px;
      line-height: 36px;
   }
   /* .header .lvl1 {padding: 15px 0;} */
   .slider1 .btn {
      margin-bottom: 12px;
   }
   .blocks1 .in-row>a {
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px;
   }
   .blocks1 .in-row>a:last-child {
      margin-bottom: 0;
   }
   .blocks1 p {
      min-height: auto;
   }
   .blocks2>a {
      width: 46%;
   }
   .blocks2 .no-margin {
      margin-right: 1.5% !important;
   }
   .cons .col1 {
      /*width: 50%;*/
      width: 100%;
      margin: 0 0 14px;
   }
   .slide .cons .col1 {
      width: 100%;
   }
   .projects .owl-prev {
      left: -25px;
   }
   .projects .owl-next {
      right: -25px;
   }
   .cols1>div {
      width: 100%;
   }
   .cols1>.col1 {
      margin: 0 0 30px;
   }
   .cols2>.col2 {
      width: 60%;
   }
   .cols2>.col1 {
      width: 38%;
      max-width: inherit;
      min-width: inherit;
   }
   .cols4>.col2 {
      width: 54%;
      margin-left: 5%;
   }
   .cols4>.col1 {
      width: 40%;
   }
   .cols5>.col1 input[type="text"] {
      width: 86% !important;
      padding: 0 2% 0 12% !important;
   }
   .blocks8.blocks8-view1>div {
      width: 96%;
      margin: 0 0 30px !important;
   }
   .cons-small {
      width: 78%/* 80%;*/
   }
   .header .lvl2 .btn {
      /* display: none !important; */
   }
   .card-gallery {
      width: 100%;
      margin-right: 0;
   }
   .card-main {
      width: 100%;
   }
   .card-wrap>.col3>div {
      width: 100%;
      margin-right: 0;
   }
   .tabs ul li a {
      box-sizing: border-box;
      height: 32px;
      line-height: 32px;
      width: 100%;
   }
   .tabs ul li {
      display: block;
   }
}

@media screen and (min-width:655px) {
   .fixed_side_bar {
      position: fixed;
      top: 80px;
   }
}

@media screen and (max-width:655px) {
   .items {
      text-align: center;
   }
   .items>div {
      text-align: left;
   }
   .cols2>div {
      width: 96% !important;
      padding: 0 2%;
   }
   .cols2>.col2 {
      padding: 0;
   }
   .ms-thumb-list {
      display: block !important;
      opacity: 1 !important;
   }
   .blocks6>div {
      width: 48%;
   }
   .cols2>.col1 .toogle-main {
      display: none;
   }
   .toogle-main-2.opened {
      height: 0;
      padding-top: 0;
      padding-bottom: 0;
   }
   .toogle-main-2 {
      height: auto;
      padding-top: 17px;
      padding-bottom: 17px;
   }
   .cols2>.col1 .border2 .toogle .opened .toogle-title span::after,
   .border2 .toogle2 .toogle-title-2.opened span::after {
      transform: rotate(0deg);
   }
   .cols2>.col1 .border2 .toogle .toogle-title span::after,
   .border2 .toogle2 .toogle-title-2 span::after {
      transform: rotate(90deg);
   }
   .cols4>div {
      width: 100% !important;
   }
   .map {
      width: 90%;
   }
   .cols4>.col2 {
      margin: 0;
   }
   .cols5>.col1 input[type="text"] {
      width: 89% !important;
      padding: 0 2% 0 9% !important;
   }
   .cols2>.col2.catalog-v2 {
      width: 100% !important;
   }
   .blocks8>div img {
      max-width: 95%;
   }
   .cons-small {
      width: 90%;
      padding-left: 5%;
      padding-right: 5%;
   }
   .cols2>.col1 .border,
   .cols2>.col1 .border2 {
      height: 0;
      border: 0;
      overflow: hidden;
   }
   .cols2>.col1 .border.opened,
   .cols2>.col1 .border2.opened {
      height: auto;
      border: 1px solid #ccc;
   }
   .open-toogle,
   .open-toogle2 {
      display: block;
      margin-bottom: 20px;
      cursor: pointer;
      background: #ccc;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      text-align: center;
      height: 40px;
      line-height: 40px;
   }
   .cols2 .border {
      margin-bottom: 0;
   }
   .cols2 .border.opened,
   .cols2 .border2.opened {
      margin-bottom: 30px;
   }
   .cols2>.col1 {
      display: block;
      margin: 0 auto 30px;
   }
   .blocks4.blocks4-view1>div {
      width: 45%;
      margin-right: 2.1% !important;
   }
   .toogle-title-2.opened:after {
      transform: rotate(0deg);
   }
   .toogle-title-2:after {
      transform: rotate(90deg);
   }
   .__web-inspector-hide-shortcut__ {
      visibility: visible!important;
   }
}

@media screen and (min-width:610px) and (max-width:655px) {
   .header .lvl1 .col2 {
      display: none;
   }
}

@media screen and (max-width:610px) {
   #feedback-contacts .cols5>.col1 {
      margin-right: 0
   }
   .advantages>.in-row-mid>div {
      margin-right: 0;
      width: 100%;
   }
   .advantages>.in-row-mid>div:last-child {
      margin-bottom: 0;
   }
   .blocks3>a {
      width: 95%;
   }
   .map-view {
      display: none;
   }
   .map .block {
      width: 300px;
   }
   .footer .lvl1 {
      text-align: center;
      padding: 25px 0;
   }
   .footer .lvl1 .col1 {
      display: none;
   }
   .footer .lvl1 .col2 {
      display: block;
      position: static;
   }
   .footer .link-email,
   .footer .link-phone {
      position: relative !important;
      right: auto !important;
      top: auto !important;
   }
   .footer .link-phone {
      padding-left: 33px;
   }
   .footer .lvl1 .col2 {
      margin: 25px 0 13px;
   }
   .footer .link-phone::before {
      left: 0;
   }
   .footer .lvl1 .col4 span {
      display: block;
      margin-bottom: 8px;
      width: 100%;
   }
   .footer .lvl1 .inner>div {
      display: block;
      margin: 0 auto 10px;
      width: 100%;
   }
   .footer .lvl1 .col3 {
      padding: 0px 0 20px;
   }
   .footer .lvl1 .inner {
      display: table;
   }
   .popup-wrap1 {
      max-width: 75%;
      padding-left: 7%;
      padding-right: 7%;
   }
   .inner {
      padding: 0 10px;
   }
   .pt0 .inner {
      padding: 0 20px;
   }
   .pt1 .inner {
      padding: 0;
   }
   .items>div>div {
      padding: 38px 12px 0!important;
   }
   .top .col2 {
      display: none;
   }
}

@media screen and (min-width:380px) and (max-width:565px) {
   .slide .items>div {
      margin-right: 1%;
      width: 48%;
      margin-bottom: 70px;
   }
}

@media screen and (max-width:379px) {
   .items>div>div {
      padding-left: 5px;
      padding-right: 5px;
   }
   .slide .blocks3 {
      text-align: center;
   }
   .slide .items>div {
      margin-right: 1%;
      width: 48%;
      margin-bottom: 30px!important;
      height: auto;
   }
}

@media screen and (min-width:501px) and (max-width:540px) {
   .header .lvl2 .mob-nav-btn {
      width: 100%;
      padding: 20px 0px;
      text-indent: 50px;
   }
}

@media screen and (max-width:540px) {
   .cons {
      padding: 30px 15px;
   }
   .cons .popupbtn_1 {
      float: none;
   }
   .header .lvl3 input[type="text"] {
      margin-top: -7px
   }
   .header.default .lvl2 .search-block {
      display: none;
   }
   .in-row-mid123 {
      float: right;
      margin-left: 7px;
      margin-right: 5px;
   }
   .wrapper .header-block {
      min-height: 150px;
   }
   .blocks2 {
      margin: 0 0 -50px;
      padding: 80px 0;
      text-align: center;
   }
   .cols1>.col2 .title5 {
      line-height: 1;
      margin-bottom: 45px;
   }
   .header .lvl2 .flr {
      display: none;
   }
   .header .lvl2 .col1>ul>li {
      display: block;
   }
   .header .lvl2 .col1>ul>li>ul {
      border-left: 0;
      box-shadow: none;
      position: static;
   }
   .header .lvl2 .col1>ul>li ul ul {
      display: none;
      position: static;
   }
   .header.top {
      position: static;
   }
   .wrapper {
      padding-top: 0;
   }
   .header .lvl1 .col1 {
      font-size: 10px;
      line-height: 12px;
      margin-right: -9px;
      margin-top: -4px;
   }
   .header .lvl1 .col1 img {
      width: 130px;
   }
   .link-phone {
      font-size: 14px;
   }
   .link-email::before,
   .link-phone::before {}
   .header .lvl1 {
      padding: 25px 0;
   }
   .header .lvl1 .link-email {
      right: 29px;
      top: -9px;
      padding-bottom: 30px;
   }
   .header .lvl1 .link-phone {
      top: 23px;
   }
   .header .lvl2 .inner {
      padding: 0;
   }
   .header .lvl2 {
      background: #f0f0f0;
   }
   .header .lvl2 .col1 {
      width: 100%;
   }
   .header .lvl2 .col1>ul>li {
      padding: 0 18px !important;
   }
   .header .lvl2 .col1>ul>li>a {
      border-bottom: 1px solid #cbcbcb;
      font-family: "Exo2-Regular";
      font-size: 16px;
      padding: 12px 0;
      text-transform: none;
   }
   .header .lvl2 .col1>ul>li>a::before {
      display: none;
   }
   .header .lvl2 .col1>ul>li:last-child>a {
      border-bottom: 0;
   }
   .header .lvl2 .col1>ul>li ul li a {
      margin: 0 0 0 18px;
   }
   .header .lvl2 .col1>ul>li:hover>ul {
      display: none;
   }
   .opened>.mob-nav-btn::after {
      transform: rotate(90deg);
   }
   .toogle-block-title2 span:after {
      color: #666;
      content: ">";
      font-family: calibri;
      font-size: 14.5px;
      font-weight: 300;
      margin: 0 0 0 5px;
      opacity: .8;
      position: absolute;
      right: 9px;
      top: 11px;
   }
   .toogle-block-title2 span:after {
      color: #666;
      content: ">";
      font-family: calibri;
      font-size: 14.5px;
      font-weight: 300;
      margin: 0 0 0 5px;
      opacity: .8;
      position: absolute;
      right: 9px;
      top: 11px;
   }
   .opened>.toogle-block-title2:after {
      color: #ca1717;
      transform: rotate(90deg);
   }
   .opened>.toogle-block-title2 {
      color: #ca1717 !important;
   }
   .header .lvl2 .arrow>a::after {
      right: 10px;
   }
   .header .lvl2 a {
      cursor: pointer;
   }
   .header .lvl3 {
      display: block;
      opacity: 1;
      position: static;
      text-align: center;
   }
   .header .lvl3 span,
   .header .lvl3 .close {
      display: none;
   }
   .header .lvl3 form>div {
      margin: 0;
      width: 100%;
   }
   .blocks2>a {
      margin-bottom: 120px !important;
      width: 97%;
   }
   .blocks2>a:last-child {
      margin-bottom: 0 !important;
   }
   .btn3 {
      width: 130px;
   }
   .map .block {
      min-width: auto;
      width: 100%;
   }
   .footer .lvl2 {
      background: #fff;
      text-align: center;
   }
   .footer .lvl2 .col1>ul>li>a {
      border: 0;
      font-family: "Exo2-Bold";
      font-size: 14px;
      margin: 11px 0;
      padding: 0;
      text-transform: uppercase;
   }
   .footer .lvl2 .col1>ul>li>a:hover {
      color: #ca1717;
   }
   .header .lvl2 .col1 {
      display: none;
      padding: 10px 0;
   }
   .footer .link-email::before,
   .footer .link-phone::before {
      transform: scale(1);
   }
   .footer .link-phone {
      font-size: 21px;
   }
   .title {
      font-size: 31px;
      line-height: 31px;
   }
   .docs>div {
      width: 100%;
   }
   .input-name {
      padding-left: 16% !important;
      width: 82% !important;
   }
   .banners1 .clearfix>a {
      display: inline-block;
      float: none;
      margin-bottom: 15px;
      width: 100%;
   }
   .cols5>.col1 input[type="text"] {
      padding: 0 2% 0 14% !important;
      width: 84%!important;
   }
   #feedback-contacts .cols5>.col1 input[type="text"] {
      width: 89%!important;
   }
   .contcats-lvl2 table tr td:first-child {
      font-size: 16px;
      width: 40%;
   }
   .contcats-lvl2 table tr td:last-child {
      width: 45%;
   }
   .blocks7>div {
      margin: 0 0 20px;
      width: 94%;
   }
   .popup-wrap1 p br {
      display: none;
   }
   .header .lvl2 .mob-nav-btn {
      display: block;
   }
   .slider1 {
      height: auto;
      padding-bottom: 15px;
   }
   .slider1 li .inner .in-row {
      text-align: center;
   }
   .slider1 .bx-viewport li {
      background-size: cover !important;
      padding: 15px 0;
   }
   .slider1 .btn,
   .slider1 .btn2 {
      margin: 0 0 15px;
      padding: 0 10px;
      width: auto;
   }
   .slider1 .title1 {
      font-size: 18px;
   }
   .slider1 p {
      font-size: 14px;
      margin: 0 0 10px;
   }
   .slider1 .title2 {
      font-size: 24px;
      line-height: 1;
      margin: 10px 0 13px;
   }
   .blocks6 .block {
      text-align: center;
   }
   .blocks4.blocks4-view1>div {
      width: 98%;
   }
   .slide .blocks4>div {
      width: 98%;
   }
   .map .block ul span {
      width: 23%;
   }
}

@media screen and (min-width:500px) {
   .header .lvl2 .toogle-block2 {
      display: block;
   }
   .header.default .lvl2 .col1 {
      /*display: block !important;*/
   }
   /*.header.default .lvl2 .col1>ul>li.arrow>a:after {display: none;}*/
   .header.fixed .lvl2 {
      border-top: 0;
   }
   .header.fixed .lvl2 .col1 {
      position: absolute;
      top: 62px;
      background: #f0f0f0;
      width: 230px;
   }
   .header.fixed .lvl2 .col1>ul>li {
      display: block;
      padding: 0 15px;
   }
   .header.fixed .lvl2 .col1>ul>li>a {
      font-size: 16px;
      cursor: pointer;
      font-family: "Exo2-Regular";
      text-transform: none;
      padding: 12px 0;
      border-bottom: 1px solid #cccccc;
   }
   .header.fixed .lvl2 .col1>ul>li:last-child>a {
      border-bottom: 0;
   }
   .header.fixed .lvl2 .col1>ul {
      border-left: 1px solid #ca1717;
      box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
   }
   .header.fixed .lvl2 .col1>ul>li>ul {
      left: 229px;
      top: 0;
   }
   .header.fixed .lvl2 .col1>ul>li>a:before {
      display: none;
   }
   .header.fixed .lvl2 .col1 {
      display: none;
   }
   .header.fixed .lvl2 .search-block {
      display: inline-block;
   }
   .header.fixed .lvl2 .mob-nav-btn {
      display: inline-block;
      vertical-align: top;
   }
   .top.fixed .lvl1,
   .top.fixed .lvl0 {
      display: none;
   }
}

@media screen and (min-width:1100px) {
   .header.fixed2 .lvl2 .col1>ul>li.arrow>a span {
      display: none;
   }
}

@media screen and (min-width:540px) and (max-width:769px) {
   .slide .cons .popupbtn_1 {
      float: left;
   }
}

@media screen and (min-width:540px) and (max-width:630px) {
   .header.fixed .lvl2 .btn {
      display: none;
   }
}

@media screen and (min-width:500px) and (max-width:1150px) {
   .header.fixed2 .lvl2 {
      border-top: 0;
   }
   .header.fixed2 .lvl2 .col1 {
      position: absolute;
      left: 90px;
      top: 62px;
      background: #f0f0f0;
      width: 230px;
   }
   .header.fixed2 .lvl2 .col1>ul>li {
      display: block;
      padding: 0 15px;
   }
   .header.fixed2 .lvl2 .col1>ul>li>a {
      font-size: 16px;
      cursor: pointer;
      font-family: "Exo2-Regular";
      text-transform: none;
      padding: 12px 0;
      border-bottom: 1px solid #cccccc;
   }
   .header.fixed2 .lvl2 .col1>ul>li:last-child>a {
      border-bottom: 0;
   }
   .header.fixed2 .lvl2 .col1>ul {
      border-left: 1px solid #ca1717;
      box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
   }
   .header.fixed2 .lvl2 .col1>ul>li>ul {
      left: 229px;
      top: 0;
   }
   .header.fixed2 .lvl2 .col1>ul>li>a:before {
      display: none;
   }
   .header.fixed2 .lvl2 .col1 {
      display: none;
   }
   .header.fixed2 .lvl2 .search-block {
      display: inline-block;
   }
   .header.fixed2 .lvl2 .mob-nav-btn {
      display: inline-block;
      vertical-align: top;
   }
   .top.fixed2 .lvl1,
   .top.fixed2 .lvl0 {
      display: none;
   }
}

@media screen and (max-width:400px) {
   .header .lvl3 input[type="submit"] {
      margin-right: 0;
   }
   .cols2>.col1 {
      max-width: 100%;
   }
   .blocks6>div {
      width: 100%;
      padding: 0;
   }
   .blocks6>div .hid {
      text-align: center;
   }
   .ms-thumb-frame {
      margin: 0 2px !important;
   }
   .slide .items>div {
      margin-bottom: 70px;
   }
}


/* Example wrapper */

.wrap {
   margin: 3em 0;
   position: relative;
}


/* Frame */

.frame {
   overflow: hidden;
   padding: 10px;
}

.frame .items>div:hover .item-more {
   display: none;
}

.frame ul {
   list-style: none;
}

.frame ul li {
   float: left;
   height: 100%;
   margin-right: 11px;
}

.frame .blocks4>div {
   padding: 15px 15.5px 23px;
   width: 245px;
}


/* Scrollbar */

.scrollbar {
   background: #ccc;
   height: 2px;
   line-height: 0;
   margin: 0 0 1em 0;
}

.scrollbar .handle {
   background: #ca1717;
   border-radius: 4px;
   cursor: pointer;
   height: 100%;
   height: 4px;
   position: relative;
   top: -1px;
   width: 100px;
}

.scrollbar .handle .mousearea {
   height: 20px;
   left: 0;
   position: absolute;
   top: -9px;
   width: 100%;
}


/* Pages */

.pages {
   list-style: none;
   margin: 20px 0;
   padding: 0;
   text-align: center;
}

.pages li {
   background: #fff;
   border-radius: 10px;
   box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
   cursor: pointer;
   display: inline-block;
   height: 14px;
   margin: 0 4px;
   overflow: hidden;
   text-indent: -999px;
   width: 14px;
}

.pages li:hover {
   background: #aaa;
}

.pages li.active {
   background: #666;
}

.page p {
   margin-bottom: 10px;
}


/* Controls */


/* One Item Per Frame example*/

.oneperframe {
   height: 300px;
   line-height: 300px;
}

.oneperframe ul li {
   width: 1140px;
}

.oneperframe ul li.active {
   background: #333;
}


/* Crazy example */

.crazy ul li:nth-child(2n) {
   width: 100px;
   margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
   width: 300px;
   margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
   width: 400px;
   margin: 0 30px 0 2px;
}

.irs {
   display: block;
   khtml-user-select: none;
   moz-user-select: none;
   ms-user-select: none;
   position: relative;
   user-select: none;
   webkit-touch-callout: none;
   webkit-user-select: none;
   width: 202px;
}

.irs-line {
   display: block;
   outline: none !important;
   overflow: hidden;
   position: relative;
   width: 230px;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
   display: block;
   position: absolute;
   top: 0;
}

.irs-line-mid {
   left: 0px;
   width: 202px;
}

.irs-bar {
   display: block;
   left: 0;
   position: absolute;
   width: 0;
}

.irs-bar-edge {
   display: block;
   left: 0;
   position: absolute;
   top: 0;
}

.irs-shadow {
   display: none;
   left: 0;
   position: absolute;
   width: 0;
}

.irs-slider {
   cursor: pointer;
   display: block;
   position: absolute;
   z-index: 1;
}

.irs-slider.single {}

.irs-slider.from {}

.irs-slider.to {}

.irs-slider.type_last {
   z-index: 2;
}

.irs-min {
   cursor: default;
   display: block;
   left: 0;
   position: absolute;
}

.irs-max {
   cursor: default;
   display: block;
   position: absolute;
   right: 0;
}

.irs-from,
.irs-to,
.irs-single {
   cursor: default;
   display: block;
   left: 0;
   position: absolute;
   top: 0;
   white-space: nowrap;
}

.irs-single:after,
.irs-to:after,
.irs-from:after {
   display: none !important;
}

.irs-to,
.irs-single,
.irs-from {
   background: #fff !important;
   color: #333 !important;
   font-size: 14px !important;
   height: 29px;
   line-height: 30px !important;
   width: 55px;
}

.irs-grid {
   bottom: 8px;
   display: none;
   height: 20px;
   left: 0;
   position: absolute;
   width: 100%;
}

.irs-with-grid .irs-grid {
   display: block;
}

.irs-grid-pol {
   background: #000;
   height: 8px;
   left: 0;
   position: absolute;
   top: 0;
   width: 1px;
}

.irs-grid-pol.small {
   height: 4px;
}

.irs-grid-text {
   bottom: 0;
   color: #000;
   font-size: 9px;
   left: 0;
   line-height: 9px;
   padding: 0 3px;
   position: absolute;
   text-align: center;
   white-space: nowrap;
}

.irs-disable-mask {
   background: rgba(0, 0, 0, 0.0);
   cursor: default;
   display: block;
   height: 100%;
   left: -1%;
   position: absolute;
   top: 0;
   width: 102%;
   z-index: 2;
}

.irs-disabled {
   opacity: 0.4;
}

.lt-ie9 .irs-disabled {
   filter: alpha(opacity=40);
}

.irs-hidden-input {
   background: none !important;
   border-color: transparent !important;
   border-style: solid !important;
   display: block !important;
   font-size: 0 !important;
   height: 0 !important;
   left: 0 !important;
   line-height: 0 !important;
   margin: 0 !important;
   outline: none !important;
   padding: 0 !important;
   position: absolute !important;
   top: 0 !important;
   width: 0 !important;
   z-index: -9999 !important;
}

.irs {
   height: 40px;
}

.irs-with-grid {
   height: 60px;
}

.irs-line {
   height: 12px;
   top: 25px;
}

.irs-line-left {
   background: #ccc;
   display: none;
   height: 12px;
}

.irs-line-mid {
   background: #ccc;
   height: 6px;
}

.irs-line-right {
   background: #ccc;
   height: 12px;
}

.irs-bar {
   background: #ca1717;
   height: 6px;
   top: 25px;
}

.irs-bar-edge {
   height: 12px;
   top: 25px;
   width: 9px;
}

.irs-shadow {
   background: #000;
   height: 3px;
   opacity: 0.25;
   top: 34px;
}

.lt-ie9 .irs-shadow {
   filter: alpha(opacity=25);
}

.irs-slider {
   background: #fff;
   border: 4px solid #000;
   border-radius: 100%;
   height: 3px;
   top: 22px;
   width: 3px;
}

.irs-min,
.irs-max {
   display: none;
}

.irs-min,
.irs-max {
   background: #e1e4e9;
   border-radius: 4px;
   color: #999;
   font-size: 10px;
   line-height: 1.333;
   moz-border-radius: 4px;
   padding: 1px 3px;
   text-shadow: none;
   top: 0;
}

.irs-from,
.irs-to,
.irs-single {
   border: 1px solid #ccc;
   color: #fff;
   padding: 0 8px;
   text-shadow: none;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
   border: 3px solid transparent;
   border-top-color: #ca1717;
   bottom: -6px;
   content: "";
   display: block;
   height: 0;
   left: 50%;
   margin-left: -3px;
   overflow: hidden;
   position: absolute;
   width: 0;
}

.irs-grid-pol {
   background: #e1e4e9;
}

.irs-grid-text {
   color: #999;
}

.irs-disabled {}


/* news */

.news .item {
   margin-bottom: 40px;
   overflow: hidden;
}

.news .item .image_block {
   border: 1px solid #d3d3d3;
   border-radius: 6px;
   float: left;
   height: 189px;
   margin-right: 30px;
   width: 280px;
}

.news .item .image_block a {
   display: table-cell;
   height: 188px;
   text-align: center;
   vertical-align: middle;
   width: 280px;
}

.news .item .image_block img {
   height: auto;
   max-width: 280px;
   width: auto;
}

.news .item .text_block {}

.news .item .text_block a {
   color: #333;
   font-size: 18px;
   line-height: 20px;
   margin-bottom: 15px;
   text-transform: uppercase;
}

.news .item .text_block .data {
   color: #999;
   font-size: 13px;
   line-height: 15px;
   margin-bottom: 15px;
   margin-top: 10px;
}

.news .item .text_block p {
   color: #333;
   font-size: 14px;
   line-height: 22px;
}

.news .item:hover .image_block {
   border-color: #ca1717;
}

.news .item:hover .text_block a {
   color: #ca1717;
}


/* articles */

.articles {}

.articles .desq {
   color: #333;
   font-size: 13px;
   line-height: 19px;
   margin-bottom: 28px;
}

.articles .desq p {
   margin-bottom: 10px;
}

.articles .item {
   margin-bottom: 50px;
}

.articles .item .image_block {
   border: 3px solid #fff;
   border-radius: 50%;
   float: left;
   height: 180px;
   margin-right: 36px;
   width: 180px;
}

.articles .item .image_block img {
   border-radius: 50%;
   height: 180px;
   width: 180px;
}

.articles .item:hover .image_block {
   border-color: #ca1717;
}

.articles .item .text_block {
   border-bottom: 1px solid #edeaea;
   min-height: 175px;
   padding-top: 45px;
}

.articles .item .text_block a {
   color: #333;
   font-size: 16px;
   line-height: 17px;
   margin-bottom: 20px;
}

.articles .item:hover .text_block a {
   color: #ca1717;
}

.articles .item .text_block p {
   font-size: 14px;
   line-height: 19px;
   margin-top: 10px;
}

.articles .item .text_block a.more {
   color: #999;
   display: inline-block;
   font-size: 14px;
   line-height: 16px;
   margin-top: 17px;
   padding-right: 16px;
   position: relative;
   text-decoration: none;
   vertical-align: top;
}

.articles .item .text_block a.more:after {
   background: url(../img/catalog_pagination_arrows.png) no-repeat top right;
   content: '';
   display: block;
   height: 10px;
   position: absolute;
   right: 0px;
   top: 4px;
   width: 8px;
}

.articles .item:hover .text_block a.more:after {
   background-position: right bottom;
}

.articles .item:hover .text_block a.more {
   color: #ca1717;
}


/*gallery*/


/*.header-block{min-height:227px;}*/

.header-block {
   min-height: 182px;
}

.gallery-owl {
   margin: 10px 0 25px !important;
   text-align: center;
}

.gallery-owl .owl-nav {
   position: static;
}

.gallery-owl .owl-next {
   background: #fff;
   right: 5px;
}

.gallery-owl .owl-prev {
   background: #fff;
   left: 5px;
}

.gallery-owl .owl-nav>div {
   margin: -20px 0 0;
   top: 50%;
}

.gallery-owl .item {
   padding: 0 5px;
   text-align: center;
}

.services .cols3>.col2 {
   display: block;
   position: relative;
   vertical-align: top;
   width: auto;
}

.services .cols3>.col1 {
   display: inline-block;
   float: left;
   margin-right: 2%;
   position: relative;
   vertical-align: top;
   width: 52%;
   z-index: 2;
}
.services .headblock{
   margin-bottom: 20px;
   text-align: center
}
.services .text p{
   font-size: 16px;
   line-height: 1.4
}
.services .text .lp-insite2{
   text-align: center;
   margin-bottom: 10px
}
.services .lp-insidev1{
   display: flex;
   justify-content: space-around;
   padding-top: 20px;
   flex-wrap: wrap
}
.services .lp-insidev1 .lp_glav_cont{
   width: 270px
}
.inner-content {
   margin-bottom: 95px;
   overflow: hidden;
}

fieldset {
   border: none;
}

.list-questions {
   list-style: none;
   margin: 0;
   outline: none;
   overflow: hidden;
   padding: 0;
}

.list-questions li {
   margin-bottom: 20px;
}

.list-questions .question-js {
   border: 1px solid #ca1717;
   color: #ca1717;
   cursor: pointer;
   font-size: 21px;
   margin-bottom: 0px;
   padding: 17px 25px;
   position: relative;
}

.list-questions .question-js:after {
   background: url("../images/content/triagle_question.png") no-repeat bottom;
   content: '';
   display: block;
   height: 10px;
   position: absolute;
   right: 25px;
   top: 30px;
   width: 16px;
}

.list-questions .question-js.active:after {
   background-position: top;
}

.list-questions .question-js:hover {
   border-color: #ca1717;
}

.question-js span {
   border-bottom: 1px dashed #ca1717;
   line-height: 1.3;
   margin-right: 25px;
}

.list-questions li p {
   background: #495061;
   color: #fff;
   display: none;
   font-size: 18px;
   line-height: 1.7;
   margin: 20px 0 0;
   padding: 30px;
   position: relative;
}

.list-questions li p:before {
   border-bottom: 10px solid #495061;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   content: '';
   display: block;
   height: 0;
   left: 30px;
   position: absolute;
   top: -10px;
   width: 0;
}

.form-question {
   margin-bottom: 75px;
   overflow: hidden;
}

.form-question legend {
   display: block;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 25px;
   text-transform: uppercase;
}

.form-question .wrap-input {
   margin-bottom: 30px;
   overflow: hidden;
}

.form-question .wrap-input label {
   border: 1px solid #ccc;
   box-sizing: border-box;
   float: left;
   moz-box-sizing: border-box;
   padding: 12px 15px;
   position: relative;
   webkit-box-sizing: border-box;
   width: 48%;
}

.form-question .wrap-input .text-input {
   margin-right: 4%;
}

.form-question .wrap-input .email:after {
   content: '';
   display: block;
   height: 18px;
   position: absolute;
   right: 15px;
   top: 12px;
   width: 17px;
}

.form-question .wrap-input input {
   border: none;
   font-size: 12px;
   height: auto;
   width: 100%;
}

.form-question .wrap-input input:focus {
   border-color: #acacac;
}

.form-question textarea {
   border: 1px solid #ccc;
   box-sizing: border-box !important;
   display: block;
   font-size: 12px;
   height: 200px;
   margin-bottom: 30px;
   moz-box-sizing: border-box;
   padding: 15px;
   resize: none;
   text-transform: uppercase;
   webkit-box-sizing: border-box;
   width: 100%;
}

.form-question input[type="text"] {
   box-sizing: border-box !important;
   margin: 0 0 20px;
   padding: 0 20px;
   width: 320px;
}

.form-question .mf-captcha input[type="text"] {
   margin: 7px 0 0px;
}

.form-question textarea {
   box-sizing: border-box;
   margin: 0 0 20px;
   padding: 20px;
   text-transform: none;
   width: 100%;
}

.question-form-group {
   display: inline-block;
   width: 100%;
}

.form-question input.question-input {
   float: left;
   width: 49%;
}

.form-question input.question-input:first-child {
   margin-right: 2%;
}

.form-question textarea:focus {
   border-color: #ca1717;
}

.form-question input[type="text"]:focus,
textarea:focus {
   border-color: #ca1717 !important;
}


/* partners */

.partners {}

.partners .desq {
   color: #333;
   font-size: 13px;
   line-height: 19px;
   margin-bottom: 28px;
}

.partners .desq p {
   margin-bottom: 10px;
}

.partners .item {
   margin-bottom: 50px;
}

.partners .item .image_block {
   align-items: center;
   border: 3px solid #fff;
   border-radius: 50%;
   display: flex;
   float: left;
   height: 180px;
   justify-content: center;
   margin-right: 36px;
   width: 180px;
}

.partners .item .image_block img {
   width: 180px;
}

.partners .item:hover .image_block {
   border-color: #ca1717;
}

.partners .item .text_block {
   border-bottom: 1px solid #edeaea;
   min-height: 175px;
   padding-top: 45px;
}

.partners .item .text_block a {
   color: #333;
   font-size: 16px;
   line-height: 17px;
   margin-bottom: 20px;
}

.partners .item:hover .text_block a {
   color: #ca1717;
}

.partners .item .text_block p {
   font-size: 14px;
   line-height: 19px;
   margin-top: 10px;
}

.partners .item .text_block a.more {
   color: #999;
   display: inline-block;
   font-size: 14px;
   line-height: 16px;
   margin-top: 17px;
   padding-right: 16px;
   position: relative;
   text-decoration: none;
   vertical-align: top;
}

.partners .item .text_block a.more:after {
   background: url(../img/catalog_pagination_arrows.png) no-repeat top right;
   content: '';
   display: block;
   height: 10px;
   position: absolute;
   right: 0px;
   top: 4px;
   width: 8px;
}

.partners .item:hover .text_block a.more:after {
   background-position: right bottom;
}

.partners .item:hover .text_block a.more {
   color: #ca1717;
}


/*lvl0 top menu*/

.header .lvl0 {
   background: #fff;
   border-bottom: 1px solid #e0e0e0;
   padding: 12.5px 0;
   z-index: 110;
}

.container {
   margin: 0 auto;
   max-width: 1170px;
   position: relative;
}

.header .lvl0 .container>div {
   display: inline-block;
   vertical-align: middle;
}

.header .lvl0 .pull-left span {
   color: #7f9bc8;
   display: none;
   margin: -12.5px 0 -12.5px -10px;
   padding: 12.5px 10px 12.5px 37px;
   position: relative;
   text-decoration: underline;
}

.header .lvl0 .pull-left a {
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
   color: #313131;
   font-family: "Exo2-Light";
   padding: 15px 10px;
   position: relative;
   text-decoration: none;
   vertical-align: middle;
}

.header .lvl0 .pull-left a:hover {
   text-decoration: underline;
}

.header .lvl0 .pull-left .adress:before {
   background: url(../images/one_sprite.png) -364px -118px;
   content: '';
   display: inline-block;
   height: 18px;
   margin-right: 10px;
   vertical-align: middle;
   width: 13px;
}

.header .lvl0 .pull-left .menu-map:before {
   background: url(../images/one_sprite.png) -364px -136px;
   content: '';
   display: inline-block;
   height: 18px;
   margin-right: 10px;
   vertical-align: middle;
   width: 13px;
}

.header .lvl0 .pull-left .backcall:before {
   background: url(../images/one_sprite.png) -364px -84px;
   content: '';
   display: inline-block;
   height: 17px;
   margin-right: 10px;
   vertical-align: middle;
   width: 15px;
}

.header .lvl0 .pull-left a:nth-child(2n) {
   border: none;
}

.header .lvl1 .container>div {
   display: inline-block;
   vertical-align: middle;
}

.pull-right {
   float: right;
}

.lc {
   position: relative;
}

.lc:hover ul {
   display: block;
}

.lc>div:before {
   background: url(../images/one_sprite.png) no-repeat 6px -222px;
   content: "";
   height: 30px;
   left: 7px;
   position: absolute;
   top: 6px;
   width: 30px;
}

.lc>div:hover:before {
   background: url(../images/one_sprite.png) no-repeat 6px -255px;
}

.lc>div:after {
   border: 4px solid transparent;
   border-top: 4px solid #ca1717 !important;
   content: "";
   position: absolute;
   right: 8px;
   top: 18px;
}

.lc>div {
   color: #333333;
   display: block;
   margin: -10px 0 -12px;
   padding: 11px 22px 11px 44px;
   position: relative;
   text-decoration: underline;
}

.lc>div:hover {
   color: #ca1717;
}

.lc>div:before {
   content: "";
   height: 30px;
   left: 7px;
   position: absolute;
   top: 6px;
   width: 30px;
}

.lc>div:after {
   border: 4px solid transparent;
   border-top: 4px solid #4470b2;
   content: "";
   position: absolute;
   right: 8px;
   top: 18px;
}

.lc ul {
   background: #fff;
   border-top: 1px solid #e1e1e1;
   box-shadow: 0 2.5px 12px 0 rgba(0, 0, 0, .13);
   display: none;
   left: 0;
   list-style: none;
   position: absolute;
   top: 41px;
   width: 100%;
   z-index: 150;
}

.lc li {
   border-bottom: 1px solid #f4f4f4;
   margin: 0 10px;
   padding: 6px 0;
}

.lc li a {
   display: block;
   position: relative;
   text-decoration: none;
}

.lc li a:hover {
   color: #ca1717;
}

.lc li a span {
   background: #f4f4f4;
   border-radius: 100%;
   color: #2d2d2d;
   font-size: 11px;
   min-width: 15px;
   padding: 0px 3px;
   position: absolute;
   right: 0;
   text-align: center;
   top: 0px;
}

.header .lvl0 .pull-left span {
   background: none;
   color: #a0a0a0;
   display: none;
   margin: -12.5px 0 -12.5px -10px;
   padding: 12.5px 10px 12.5px 37px;
   position: relative;
   text-decoration: underline;
}

.header .lvl0 .pull-left span.active_menu {
   background: #ca1717;
   color: #fff;
   text-decoration: none;
}

@media (min-width: 980px) {
   .header .lvl0 .pull-left span:hover {
      background: #ca1717;
      color: #fff;
      text-decoration: none;
   }
   .header .lvl0 .pull-left span:hover:before {
      background-position: -220px -56px;
   }
}

.header .lvl0 .pull-left span.active_menu:before {
   background-position: -220px -56px;
}

.header .lvl0 .pull-left span:before {
   background: url(../images/one_sprite.png) no-repeat -220px -73px;
   content: "";
   height: 12px;
   left: 18px;
   position: absolute;
   top: 17px;
   width: 17px;
}

.fixed-menu .on-click span {
   background: #ca1717;
   border-radius: 50%;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   font-size: 12px;
   height: 19px;
   line-height: 18px;
   position: absolute;
   right: 8px;
   text-align: center;
   top: 10px;
   width: 19px;
}

@media (min-width: 1199px) {
   .header .lvl0 .pull-left.showmenu .menu {
      display: block !important;
   }
}

@media (max-width: 1010px) {
   .cols5>.col1 input[type="text"],
   .input-email,
   .input-name,
   .input-phone {
      padding-left: 3%!important;
      background: none;
   }
}

@media (max-width: 970px) {
   .cols2>.col2 {
      width: 60%;
   }
   .cols2>.col1 {
      width: 38%;
      max-width: inherit;
      min-width: inherit;
   }
   .fixed-menu {
      display: none !important;
   }
}

@media (max-width: 1199px) {
   .header .lvl0 .pull-left span {
      display: block;
   }
   .header .lvl0 .pull-left div {
      background: #fff;
      border-top: 1px solid #e1e1e1;
      display: none;
      left: 0;
      position: absolute;
      top: 30px;
      width: 100%;
      z-index: 160;
   }
   .header .lvl0 .pull-left div a {
      border: none;
      border-bottom: 1px solid #e1e1e1 !important;
      display: block;
      margin: 0 10px;
      padding: 8px 9px;
   }
   .header .lvl0 .pull-left {
      cursor: pointer;
   }
   .header .lvl0 .pull-left .menu {
      box-shadow: 0px 3px 11px rgb(0, 0, 0);
   }
   .header .lvl0 .pull-left a:nth-child(2n) {
      border-bottom: 1px solid #e1e1e1;
   }
}


/*lvl 0 login_block*/

.login_block {}

.login_block .login_link {
   border-right: 1px solid #e5e5e5;
   margin: 0 7px 0 2px;
   padding-right: 9px;
}

.login_block .login_link img {
   display: inline-block;
   margin: 0 5px 0 0px;
   position: relative;
   top: 1px;
   vertical-align: initial;
}

.login_block .register_link {}

.text-center {
   text-align: center !important;
}


/*fixed buttons*/

.fixed-menu {
   position: fixed;
   right: -2px;
   top: 200px;
   z-index: 999;
}

.fixed-menu .on-click {
   display: inline-block;
   float: left;
}

.fixed-menu .on-click a {
   background: #ffffff;
   border-bottom: 1px solid #575757;
   border-bottom-left-radius: 3px;
   border-left: 1px solid #575757;
   border-top: 1px solid #575757;
   border-top-left-radius: 3px;
   display: block;
   margin-bottom: 5px;
   overflow: hidden;
   padding: 22px 20px 18px;
   position: relative;
   right: -1px;
   top: 0;
   z-index: 1;
}

.on-click a:hover,
.on-click a.active {
   border-bottom: 1px solid #ca1717;
   border-left: 1px solid #ca1717;
   border-top: 1px solid #ca1717;
   z-index: 3;
}

.fixed-menu .fixed-basket {
   background: #ffffff;
   border-bottom: 1px solid #ca1717;
   border-bottom-left-radius: 3px;
   border-left: 1px solid #ca1717;
   border-top: 1px solid #ca1717;
   box-sizing: border-box;
   display: none;
   float: left;
   padding: 0;
   position: relative;
   top: 0;
   transition: all 0.3s;
   width: 0px;
   z-index: 2;
}

.fixed-menu .fixed-catalog {
   display: inline-block;
}


/*basket_window*/

#basket_window {}

#basket_window table {
   border-collapse: collapse;
   text-align: center;
   width: 100%;
}

#basket_window table td {
   color: #000;
   padding: 10px 0;
   text-align: center;
}

#basket_window thead {
   background-color: #f2f2f2;
}

#basket_window thead tr {}

#basket_window thead tr td {}

#basket_window tbody {}

#basket_window tbody tr {
   border-bottom: 1px solid #e5e5e5;
   padding-bottom: 35px;
}

#basket_window tbody tr td {}

#basket_window table tbody td .old-pr {
   color: #a9a9a9;
   font-size: 12px;
   text-decoration: line-through;
}

#basket_window table tbody td .new-pr {
   color: #ca1717;
   font-size: 18px;
}

#basket_window .controls {
   display: inline-block;
   margin-top: 20px;
   width: 100%;
}

#basket_window .controls .gray-btn {
   position: relative;
   border: 1px solid #cbcbcb;
   border-radius: 4px;
   box-sizing: border-box;
   display: inline-block;
   float: left;
   font-family: "Exo2-Bold";
   font-size: 13px;
   padding: 8px 5px;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   width: 49%;
}

#basket_window .controls .gray-btn:hover {
   background-color: #cbcbcb;
}

#basket_window .controls .orange-btn {
   background: #ca1717;
   border: 1px solid #ca1717;
   border-radius: 4px;
   box-sizing: border-box;
   color: #fff;
   display: inline-block;
   float: right;
   font-family: "Exo2-Bold";
   font-size: 13px;
   padding: 8px 5px;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   width: 49%;
}

#basket_window .controls .orange-btn:hover {
   background: #fff;
   border: 1px solid #ca1717;
   color: #ca1717;
}

@media screen and (min-width:440px) and (max-width:655px) {
   .blocks8.blocks8-view1>div {
      width: 43%;
   }
}

@media (max-width: 890px) {
   .image_block {
      float: none !important;
      margin: 0 auto !important;
      margin-bottom: 15px !important;
   }
   .text_block {
      float: none !important;
      height: auto !important;
      text-align: center;
   }
   .partners .item .text_block {
      padding-top: 10px;
   }
   .partners .item {
      margin-bottom: 20px;
   }
}

.footer .inner .col4>div{
	display: block!important;
	margin-top: 8px;
}

@font-face {
   font-family: 'Exo2-Regular';
   src: url('../fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Regular.woff') format('woff'), url('../fonts/Exo2-Regular.ttf') format('truetype'), url('../fonts/Exo2-Regular.svg#Exo2-Regular') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Exo2-Bold';
   src: url('../fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Bold.woff') format('woff'), url('../fonts/Exo2-Bold.ttf') format('truetype'), url('../fonts/Exo2-Bold.svg#Exo2-Bold') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Exo2-SemiBold';
   src: url('../fonts/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-SemiBold.woff') format('woff'), url('../fonts/Exo2-SemiBold.ttf') format('truetype'), url('../fonts/Exo2-SemiBold.svg#Exo2-SemiBold') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Exo2-Light';
   src: url('../fonts/Exo2-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Light.woff') format('woff'), url('../fonts/Exo2-Light.ttf') format('truetype'), url('../fonts/Exo2-Light.svg#Exo2-Light') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Exo2-LightItalic';
   src: url('../fonts/Exo2-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-LightItalic.woff') format('woff'), url('../fonts/Exo2-LightItalic.ttf') format('truetype'), url('../fonts/Exo2-LightItalic.svg#Exo2-LightItalic') format('svg');
   font-weight: normal;
   font-style: normal;
}


/*vacancy*/

.vacancy-cont .item {
   border: 1px solid #d7d7d7;
   margin-bottom: 40px;
   padding-bottom: 26px;
   padding-left: 22px;
   padding-right: 22px;
   padding-top: 26px;
}

.vacancy-cont .item a {
   color: #000;
   text-decoration: none;
}

.vacancy-cont .item .name {
   font-size: 21px;
   margin-bottom: 13px;
}

.vacancy-cont .item .earn {
   color: #000;
   font-size: 12px;
   font-weight: 700;
   margin-bottom: 38px;
   text-transform: uppercase;
}

.vacancy-cont .item .desc {
   font-size: 14px;
   line-height: 22px;
   margin-bottom: 44px;
}

.vacancy-cont .item .btn-answer {
   color: #ca1717;
   font-size: 12px;
   font-weight: 700;
   line-height: 12px;
   text-decoration: underline;
   text-transform: uppercase;
}

.vacancy-cont .item:hover {
   border: 1px solid #ca1717;
}

.vacancy-cont .item:hover .name {
   color: #ca1717;
}


/*subscribe*/

.subscibe-form1 {
   background: #f0f0f0;
   border: 1px solid #d7d7d7;
   box-sizing: border-box;
   margin-bottom: 50px;
   padding-bottom: 30px;
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 24px;
}

.subscibe-form1 * {
   box-sizing: border-box;
}

.subscibe-form1 h3 {
   font-family: "Exo2-Bold";
   font-size: 24px;
   font-weight: 600;
   line-height: 26px;
   margin: 0;
   margin-bottom: 20px;
   text-transform: uppercase;
}

.subscibe-form1 p {
   font-size: 14px;
   line-height: 22px;
   margin-bottom: 28px;
}

.subscibe-form1 .name-cont {
   border: 1px solid #cccccc;
   border-radius: 5px;
   float: left;
   margin-bottom: 7px;
   margin-right: 19px;
   overflow: hidden;
   position: relative;
   width: 286px;
}

.subscibe-form1 .name-cont input {
   border: 0;
   height: 40px;
   line-height: 40px;
   padding-left: 51px;
   width: 100%;
}

.subscibe-form1 .name-cont::after {
   background: url("../images/subname.png") no-repeat;
   content: "";
   display: block;
   height: 24px;
   left: 14px;
   position: absolute;
   top: 9px;
   width: 24px;
}

.subscibe-form1 .email-cont {
   border: 1px solid #cccccc;
   border-radius: 5px;
   float: left;
   margin-right: 19px;
   overflow: hidden;
   position: relative;
   width: 286px;
}

.subscibe-form1 .email-cont input {
   border: 0;
   height: 40px;
   line-height: 40px;
   padding-left: 51px;
   width: 100%;
}

.subscibe-form1 .email-cont::after {
   background: url("../images/submail.png") no-repeat;
   content: "";
   display: block;
   height: 24px;
   left: 14px;
   position: absolute;
   top: 9px;
   width: 24px;
}

.subscibe-form1 .submit-cont {
   float: left;
   margin-top: 7px;
}

@media screen and (min-width:1170px) {
   .subscibe-form1 .submit-cont {
      margin-top: 0px;
   }
   .items>div {
      margin-right: 0.9%;
      width: 24%;
   }
}

.subscibe-form1 .submit-cont button {
   background: #ca1717;
   border: 0;
   border-radius: 5px;
   color: #fff;
   font-family: "Exo2-Bold";
   font-size: 15px;
   font-weight: 600;
   height: 40px;
   letter-spacing: .7px;
   line-height: 40px;
   min-width: 150px;
   padding-left: 22px;
   padding-right: 22px;
   text-transform: uppercase;
}


/*dealers*/

.right_part_dealers {
   float: right;
   width: 50%;
}

.staff_wrapp_dealers {
   float: left;
   width: 50%;
}

.staff_wrapp_dealers .items {
   display: none;
}

#sidemap {
   margin-left: 10px;
   margin-top: 10px;
}

.staff_wrapp_dealers .section {
   border: 1px solid #e7e7e7;
   box-shadow: 0 1px 2px #e7e7e7;
   margin-top: 10px;
   moz-box-shadow: 0 1px 2px #e7e7e7;
   o-box-shadow: 0 1px 2px #e7e7e7;
   padding: 10px;
   webkit-box-shadow: 0 1px 2px #e7e7e7;
}

.staff_wrapp_dealers .section .section_title {
   text-decoration: none;
}

.staff_wrapp_dealers .section .icon i {
   background: url("../images/arrows_big_old.png") -31px -64px no-repeat;
   background-color: rgb(238, 241, 241);
   cursor: pointer;
   display: inline;
   display: inline-block;
   height: 30px;
   vertical-align: top;
   width: 30px;
   zoom: 1;
}

.staff_wrapp_dealers .section .opened .icon i {
   background-position: 0 -65px;
}

.staff_wrapp_dealers .section .item_title {
   border-bottom: 1px dotted #4682b4;
   color: #4682b4;
   cursor: pointer;
   font-family: "elektra_text_probold", Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: 600;
   line-height: 30px;
   text-decoration: none;
   vertical-align: middle;
}

.staff_wrapp_dealers .item {
   margin-top: 20px;
}

.staff_wrapp_dealers .item td {
   border-top: 1px solid #e7e7e7;
   padding-bottom: 10px;
   padding-top: 10px;
   width: 33%;
}

.staff_wrapp_dealers .item tr:first-child {
   border: 0;
}

.staff_wrapp_dealers .item tr input[type=radio] {
   display: none;
}

.staff_wrapp_dealers .item tr input[type=radio]+label .circle {
   background: #fff;
   border: 2px solid #ca1717;
   border-radius: 50%;
   display: block;
   display: inline-block;
   height: 12px;
   margin-right: 10px;
   margin-top: 3px;
   position: relative;
   vertical-align: top;
   width: 12px;
}

.staff_wrapp_dealers .item label {
   cursor: pointer;
   display: block;
   width: 200px;
}

.staff_wrapp_dealers .item tr input[type=radio]+label .name {
   display: inline-block;
   height: 30px;
}

.staff_wrapp_dealers .item tr input[type=radio]:checked+label .circle:after {
   background: #4682b4;
   border-radius: 3px;
   content: " ";
   display: block;
   height: 6px;
   left: 3px;
   position: absolute;
   top: 3px;
   width: 6px;
}

.staff_wrapp_dealers .item tr {
   padding-bottom: 10px;
}

.staff_wrapp_dealers .section .pseudo {
   margin-left: 15px;
   top: 5px;
}

.staff_wrapp_dealers .item .site {
   font-size: 12px;
   margin-top: 10px;
}

.staff_wrapp_dealers .item .email {
   display: block;
   font-size: 12px;
   width: 211px;
}

.staff_wrapp_dealers .item .phone {
   font-size: 12px;
}

.staff_wrapp_dealers td a {
   color: #0382b7;
   font-size: 12px;
}

.bx-filter .bx-ui-slider-handle.left {
   background: #fff;
   border: 4px solid #000;
   border-radius: 10px;
   box-sizing: content-box;
   height: 3px;
   margin: -6px 0 0 -3px;
   top: 50%;
   width: 3px;
}

.bx-filter .bx-ui-slider-range {
   z-index: 99;
}

.bx-filter .bx-ui-slider-part {
   display: none;
}

.bx-filter .bx-ui-slider-handle.right {
   background: #fff;
   border: 4px solid #000;
   border-radius: 10px;
   box-sizing: content-box;
   height: 3px;
   margin: -6px -3px 0 0px;
   top: 50%;
   width: 3px;
}

.bx-filter .bx-ui-slider-track-container {
   padding-bottom: 15px;
   padding-left: 0;
   padding-right: 0;
   padding-top: 50px;
}

.bx-filter .bx-ui-slider-pricebar-v {
   background: #ca1717;
}

.bx-filter .bx-ui-slider-pricebar-vn {
   background: #cccccc;
}

.bx-filter-container-modef {
   /* display:none; */
}

.bx-filter-parameters-box-container {
   padding-bottom: 0px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
   display: block;
   float: left;
   font-size: 14px;
   font-style: normal;
   margin: 6px 0 0;
   padding-bottom: 5px;
   text-transform: lowercase;
}

.bx-filter .bx-filter-input-container input,
.bx-filter .bx-filter-input-container input {
   border-radius: 0;
   float: left;
   height: 30px;
   margin: 0 4px 0 5px;
   text-align: center;
   /*width:62px;*/
   width: 50px;
}

input[type="checkbox"] {}

.radio label,
.checkbox label {
   min-height: 20px;
   padding-left: 0;
}

.bx-filter {
   margin-bottom: 0;
}

.bx-filter .bx-filter-section {
   background: #ffffff;
}

.bx-filter .bx-filter-param-btn {
   background: #fff;
   border: 1px solid #ccc;
   border: 1px solid #ccd5db;
   border-radius: 2px;
   border-radius: 50%;
   color: #000;
   cursor: pointer;
   display: inline-block;
   float: none;
   font-weight: normal;
   height: auto;
   moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
   ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
   o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
   padding: 0;
   position: relative;
   text-align: center;
   text-decoration: none;
   transition: border .3s ease, box-shadow .1s ease, color .3s ease;
   vertical-align: middle;
   webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
   width: auto;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
   background: none;
   background-size: cover;
   border: none;
   border-radius: 2px;
   border-radius: 50%;
   box-shadow: none;
   display: inline-block;
   height: 24px;
   line-height: 24px;
   margin: 0;
   vertical-align: middle;
   webkit-background-size: cover;
   width: 24px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
   display: block;
   float: left;
   border: 1px solid #fff;
   margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.bx-active {
   border: 1px solid #ca1717;
}

.toogle-main-2.opened {
   height: auto;
   padding-bottom: 4px;
   padding-top: 20px;
}

.bx-filter .bx-filter-param-btn.bx-color-sl {
   margin: 0;
}

@media screen and (min-width:961px) {
   .default .toogle-block {
      display: block!important;
      opacity: 1!important;
   }
}

.bx-soa-section.bx-selected {
   border: 1px solid #ca1717 !important;
}

.bx-blue .btn.btn-default {
   background-color: #ca1717 !important;
   border-color: #ca1717 !important;
}

.btn-lg,
.btn-group-lg>.btn {
   padding: 5px 16px !important;
}

.bx-soa-item-title a {
   color: #000;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
   top: 90px !important;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls input[type=text] {
   background-color: #fff !important;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i {
   cursor: pointer !important;
}

.bx_item_detail .bx_bt_button {
   background: #ca1717 !important;
}

@media screen and (min-width:1122px) and (max-width:1152px) {
   .header .lvl1 .col3 {
      margin: 0 2% 0 1%;
   }
   .footer .lvl1 .col3 {
      margin: 0 4% 0;
   }
}

@media screen and (min-width:780px) and (max-width:784px) {
   .cols2>.col2 .items>div:nth-child(4n) {
      margin-right: 0!important;
   }
}

@media screen and (min-width:1038px) and (max-width:1039px) {
   .footer .inner .col4 span {
      padding-right: 2px;
   }
}

@media screen and (min-width:1011px) and (max-width:1049px) {
   .slide .cons .col1 {
      width: 72%;
   }
}

@media screen and (max-width:570px) {
   .bx_page div {
      width: 50%;
   }
}

@media screen and (max-width:400px) {
   .bx_page div {
      width: 100%;
   }
}

@media screen and (max-width:340px) {
   .contcats-lvl2 table tr td:first-child,
   .contcats-lvl2 table tr td {
      font-size: 12px;
   }
}

.bx_item_detail_size_small_noadaptive ul li:hover a {
   border: 1px solid #ca1717;
}

.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a {
   border: 2px solid #ca1717;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a {
   border: 1px solid #ca1717;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a,
.bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
   border: 2px solid #ca1717;
   padding: 3px;
}

.processing_data {
   margin: 0 0 20px 0;
}

.processing_data label {
   cursor: pointer;
}

.processing_data a {
   color: #ca1717;
}

@media (max-width: 1000px) {
   .right_part_dealers,
   .staff_wrapp_dealers {
      float: none !important;
      width: 100% !important;
   }
   .staff_wrapp_dealers .items {
      overflow: auto;
   }
   .staff_wrapp_dealers .item {
      overflow: hidden;
   }
}

.header.top .lvl1 .in-row-mid {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.header.top .lvl1 .in-row-mid .col2 {
   font-size: 25px;
   font-weight: bold
}

.header.top .lvl1 .in-row-mid .col2 .large {
   color: #ca1717;
}

.link-to-quiz {
   display: inline-block;
   text-align: center;
   text-decoration: none
}

.link-to-quiz img,
.link-to-quiz svg {
   width: 24px;
   vertical-align: middle;
   margin-bottom: 5px;
}

.link-to-quiz .custom-path {
   fill: #ffffff;
   transition: .3s
}

.header.top .in-row-mid .col3.contacts {
   text-align: center;
}

.col3.contacts .soc-links {
   display: flex;
   align-items: center;
   justify-content: center;
}

.col3.contacts .soc-links a {
   display: inline-block;
   margin: 0 5px
}

.col3.contacts .ph-email {
   display: flex;
   flex-direction: column;
}

.col3.contacts .ph-email a {
   display: inline-block;
   margin: 7px auto 0;
   font-size: 18px;
   text-decoration: none;
   font-weight: bold
}

.col3.contacts .ph-email a.ph-email_t {
   font-size: 19px
}

div.news-detail,
div.news-detail p {
   font-size: 16px;
   margin-bottom: 10px;
   line-height: 1.4
}
div.news-detail h2{
	margin: 5px 0 15px
}
div.news-detail h3 {
   font-size: 20px;
   margin: 5px 0 15px
}
div.news-detail ul{
	margin-bottom: 15px
}

.our-works .news-list,
.our-services .news-list {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

.our-works .news-list .news-item,
.our-services .news-list .news-item {
   display: flex;
   flex-direction: column;
   width: 22.0%;
   min-width: 210px;
   border: 1px solid #ccc;
   border-radius: 4px;
   margin-bottom: 30px;
   margin-right: 1.5%;
   margin-left: 1.5%;
   padding: 23px 2% 23px;
   text-align: center;
   vertical-align: top;
   box-sizing: border-box;
}

.our-works .news-list .news-item a,
.our-services .news-list .news-item a {
   display: flex;
   flex-direction: column;
   text-decoration: none
}

.our-works .news-list .news-item h4,
.our-services .news-list .news-item h4 {
   margin: 15px auto 10px;
   font-size: 16px
}

.our-works .news-list .news-item img,
.our-services .news-list .news-item img {
   display: block;
   margin: auto;
   height: 130px;
}

.our-works .news-list .news-date-time {
   display: none
}

.our-works .breadcramb font.text:first-child {
   display: none
}

#bx_incl_area_12_9_1 {
   display: inline-block
}

.single-work div.news-detail img.detail_picture {
   margin: 0 30px 20px 1px;
   max-width: 100%;
   width: 400px;
   height: auto;
}

.single-work .news-detail h3 {
   font-size: 20px;
   margin: 20px 0;
}

.single-work .news-detail,
.single-work .news-detail p {
   font-size: 16px
}

.single-work .news-date-time {
   color: #ca1717;
   font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_ul {
   overflow: hidden;
}

.big-desc-text h3 {
   margin-bottom: 10px
}

.big-desc-text p {
   font-size: 16px;
   line-height: 1.4;
}

.title-inner {
   width: 500px;
   /*background: rgba(255, 255, 255,.6);*/
   padding: 20px 30px 1px
}

h2.headblock,
h3.headblock {
   text-align: center;
   margin: 20px 0
}

.lp-glav5 ul li,
.content-area ul li {
   list-style: none;
}
.lp-glav5 ul li{
   display: flex
}
.lp-glav5 ul li,
.content-area ul li,
.lp-glav5 p,
.content-area p {
   font-size: 16px;
   line-height: 1.5;
   margin-bottom: 10px
}
.lp-glav5 ul{
   padding-left: 20px
}
.lp-glav5 h2{
   margin-bottom: 20px
}
.img-icon-lp {
   margin: 0 20px 20px 0;
   width: 50px;
   display: contents;
}
.lp-glav5 li p{
   padding-left: 20px
}
.img-icon-lp img{
   width: auto;
   margin-bottom: 20px;
}
.index-about ul {
   margin-left: 15px
}

.index-about ul li {
   list-style: none;
   margin-bottom: 10px
}

.bx_sitemap .bx_sitemap_ul li {
   list-style: none
}

.bx_sitemap .bx_sitemap_ul .bx_sitemap_li_title a {
   font-size: 16px
}

.copy-r {
   text-align: center;
   padding-bottom: 10px
}

.copy-r a {
   color: #aaa
}

.to-start-quz{
    display: block;
    text-align: center;
	text-decoration: none;
    background: #ca1717;
    color: #fff;
	font-size: 16px;
    padding: 17px 30px;
	line-height: 1;
    border: 1px solid #ca1717;
    border-radius: 4px;
    margin-top: -70px;
    margin-bottom: 70px;
    width: 200px; 
    position: relative;
    z-index: 10;
	transition: .3s
}
.to-start-quz:hover{
	background: transparent;
	color: #ca1717;
	transition: .3s
}

.custom-text,
.custom-text p,
.custom-text li{
   font-size: 16px;
   line-height: 1.4
}
.custom-text p,
.custom-text li{
	margin-bottom: 10px
}
.custom-text h2,
.custom-text h3{
   padding: 10px 0 20px 
}

.information-block-body h3{
margin: 20px 0 15px
}
.information-block-body p{
margin-bottom: 10px
}
.information-block-body ul{
margin-bottom: 15px;
padding-left: 20px
}
.information-block-body li{
margin-bottom: 4px;
list-style: none;
    padding-left: 15px;
position: relative
}
.information-block-body li::before{
content: '';
position: absolute;
left: 0;
display: block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #aaa;
top: 50%;
    transform: translateY(-50%);
}

.row{
display: flex;
flex-wrap: wrap
}
.reasons-body{
justify-content: center
}
.reason-item{
margin: 10px;
    border: 1px solid #eee;
padding: 10px 20px;
height: 80%
}
.reasons-body>div{
margin-bottom: 20px;
}
.center{
text-align: center
}
.text-large{
font-size: 18px;
    margin-bottom: 20px;
}

@media (min-width: 768px){
	.col-sm-6{width: 50%}
}
@media (min-width: 992px){
	.col-md-3{width: 25%}
}



@media screen and (max-width:840px) {
   .header .lvl1 .col1 {
      width: 126px;
   }
   .header.top .lvl1 .in-row-mid .col2 {
      font-size: 19px;
   }
   .col3.contacts .ph-email a,
   .col3.contacts .ph-email a.ph-email_t,
   .footer .link-phone {
      font-size: 16px;
   }
   .footer .col3 {
      padding-left: 25px
   }
}

@media (max-width: 767px) {
   .title-inner {
      width: 320px
   }
   .page-video {
      background: url(/img/under-slider-800.jpg) 50% 50% no-repeat;
      background-size: cover;
      height: inherit;
      width: 100%;
      z-index: 0;
   }
   .page-video:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      content: '';
      background: rgba(255, 255, 255, .8);
   }
   .page-video .video {
      display: none;
   }
   .single-work div.news-detail img.detail_picture {
      float: none;
      margin: 0 auto 20px;
      max-width: 400px;
      width: 100%
   }
}

@media (max-width: 560px){
	.header.top .lvl1 .in-row-mid{
		flex-wrap: wrap
	}
	.header.top .in-row-mid .col3.contacts{
		order: 2;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 10px;
	}
	.col3.contacts .ph-email{
		flex-direction: inherit
	}
	.col3.contacts .ph-email a{
		margin-left: 10px
	}
	.header.top .lvl1 .in-row-mid .col2{
		order: 3;
        width: 100%		
	}
}

@media (max-width: 420px){
	.header.top .lvl1 .in-row-mid,
	.header.top .in-row-mid .col3.contacts{
		flex-direction: column;
		width: auto;
	}
	.header .lvl1 .col1 {
		width: 100px;
		margin-bottom: 10px;
	}
}

.lazer-first{position: relative; padding: 50px; line-height: 1.4; box-sizing: border-box!important; margin-bottom: 40px}
.lazer-first *{box-sizing: border-box!important}
.lazer-first-bg{background: url(/upload/custom/first-bg.webp) center top no-repeat; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1}
.mini .lazer-first-bg{background: url(/upload/custom/first-bg-960.webp) center top no-repeat; background-size: cover;}
.lazer-first-cont{margin-left: auto; width: 390px; text-align: center}
.lazer-first-title{font-size: 25px; font-weight: bold}
.lazer-first-subtitle{font-size: 22px; margin: 40px 0}
.lazer-first-form{}
.lazer-first-form-title{font-size: 22px; font-weight: bold; margin-bottom: 20px}
.lazer-first-form .inputs-row{display: flex; justify-content: space-between; margin-bottom: 15px}
.lazer-first-form .input-wrap{width: 48%}
.lazer-first-form .input-wrap input{width: 100%}
.lazer-first-form .input-wrap input[type="tel"],
.lazer-first-form .input-wrap input[type="email"]{
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 16px;
    height: 46px;
    padding: 0 10px;
}
/*.lazer-first-form .input-file-wrap{margin-bottom: 15px}*/
.lazer-first-form .btn-tertiary{color:#fff;padding:0;line-height:40px;width:100%;margin:auto;display:block;border:2px solid #fff}
.lazer-first-form .btn-tertiary:hover,
.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
.lazer-first-form .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.lazer-first-form .input-file + .js-labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}
.lazer-first-form .input-file + .js-labelFile .icon:before{content:"\f093"}
.lazer-first-form .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#5AAC7B}
/*.lazer-first-form input[type="submit"]{}*/
.lazer-first-download{margin-top: 20px}
.lazer-first-download a{color: #fff; font-weight: bold; font-size: 18px;}
.landing-page, .landing-page *{box-sizing: border-box!important;}
.landing-page h2, .landing-page h3{margin: 25px 0; line-height: 1.3}
.landing-page p, .landing-page ul, .landing-page ol{margin-bottom: 20px}
.landing-page ul li, .landing-page ol li{font-size: 16px; margin-bottom: 10px}

.landing-page ul.uslugi{display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none;}
.landing-page ul.uslugi li{flex: 0 48%; padding: 30px; margin-bottom: 30px; border: 1px solid #eee; display: flex}
.landing-page ul.uslugi li>div:first-child{flex: 0 40px; margin-right: 20px}
.landing-page ul.uslugi li>div:last-child{flex: 1;}
.landing-page .advantages{background: url(/upload/custom/lazer01-r.jpg) center no-repeat; background-size: cover; padding: 0; overflow: hidden; margin: 40px auto;}
.landing-page .advantages-cont{width: 50%; float: right; color: #fff; padding: 50px 0}
.landing-page .advantages-cont ul{padding: 0 30px 0 20px}
.landing-page .advantages-cont li{list-style-position: outside; line-height: 1.3}
.landing-lazer-works{display: flex; flex-wrap: wrap}
.landing-lazer-work, .landing-lazer-works a{flex: 0 33.3%; padding: 1%}
.landing-lazer-work img{width: 100%}

.lazer-first-form .inputs-row .input-file-wrap{width: 48%;}
.single-landing p, .landing-page.single-landing li{font-size: 18px; line-height: 1.4}
.single-landing .lazer-first{padding: 100px}
.landing-section-title {text-align: center; margin: 25px 0 40px}
.landing-section-title h2{font-size: 36px; margin: 0; padding-bottom: 10px;}
.landing-section-title h3{font-size: 30px; margin: 0; padding-bottom: 10px;}
.single-landing .advantages-cont h2{font-size: 36px;}
.landing-page.single-landing .advantages-cont{width: 58%;}
.landing-section{padding: 20px 0;}
.landing-section-title:after{content: ''; display: block; width: 70px; height: 3px; background: #ca1717; margin: auto}
.landing-why-section{position: relative;}
.why-section-img {display: block; max-width: 100%;}
.why-section-cont{position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; padding: 50px 100px 0 50%;}
.why-section-title h2{font-size: 36px; margin-bottom: 50px;}

.mini .lazer-first-form .btn-tertiary {font-size: 13px;}
.mini .why-section-cont{
   padding: 20px 50px 0 50%;
}

.uslugi-section-cont{
   background: url(/upload/custom/serv-bg-0-1.jpg) right center no-repeat;
   background-size: 360px;
   height: 360px;
   width: 700px;
   display: flex;
   align-items: center;
   margin: auto;
}
.uslugi-section-cont ul{
   list-style: none;
   margin-bottom: 0;
   width: 400px;
}
.uslugi-section-cont ul li{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.uslugi-section-cont ul li:first-child{
   /*width: 350px;*/
}
.uslugi-section-cont ul li:nth-of-type(2){
   width: 370px;
}
.uslugi-section-cont ul li:nth-of-type(3){
   width: 330px;
}
.uslugi-section-cont ul li:nth-of-type(4){
   width: 320px;
}
.uslugi-section-cont ul li:nth-of-type(5){
   width: 310px;
}
.uslugi-section-cont ul li:nth-of-type(6){
   width: 320px;
}
.uslugi-section-cont ul li:nth-of-type(7){
   width: 330px;
}
.uslugi-section-cont ul li:nth-of-type(8){
   width: 370px;
}
.uslugi-section-cont ul li:nth-of-type(9){
   /*width: 350px;*/
}
.uslugi-section-cont ul li:after{
   content: '';
   display: inline-block;
   height: 1px;
   background: #555;
}
.uslugi-section-cont ul li:first-child:after{
   width: 240px;
}
.uslugi-section-cont ul li:nth-of-type(2):after{
   width: 230px;
}
.uslugi-section-cont ul li:nth-of-type(3):after{
   width: 130px;
}
.uslugi-section-cont ul li:nth-of-type(4):after{
   width: 190px;
}
.uslugi-section-cont ul li:nth-of-type(5):after{
   width: 70px;
}
.uslugi-section-cont ul li:nth-of-type(6):after{
   width: 170px;
}
.uslugi-section-cont ul li:nth-of-type(7):after{
   width: 165px;
}
.uslugi-section-cont ul li:nth-of-type(8):after{
   width: 270px;
}
.uslugi-section-cont ul li:nth-of-type(9):after{
   width: 330px;
}

text {
   fill: #fff;
   stroke: #bdbdbd;
   stroke-width: 1;
   font-family: "DIN Pro Black";
   font-size: 69px;
   font-weight: 400;
}

.why-lazer{
   position: absolute;
   width: 350px;
   padding-left: 50px;
}
.why-lazer-1{
   left: 574px;
   bottom: 300px;
}
.why-lazer-2{
   left: 574px;
   bottom: 180px;
}
.why-lazer-3{
   left: 757px;
   bottom: 260px;
}
.why-lazer-4{
   left: 215px;
   bottom: 100px;
}
.why-lazer-5{
   left: 757px;
   bottom: 100px;
}
.why-lazer-6{
   left: 574px;
   bottom: 40px;
}
.why-us__plus {
   position: absolute;
   left: 0;
   width: 30px;
   height: 30px;
   background-color: #ff3129;
   border-radius: 50%;
   color: #fff;
   font-size: 32px;
   -webkit-box-shadow: 0 0 5px 8px rgb(255 49 41 / 60%);
   box-shadow: 0 0 5px 8px rgb(255 49 41 / 60%);    
   -webkit-animation: pulsate 2s linear infinite;
   animation: pulsate 2s linear infinite;
}
.why-us__plus .plus {
   position: absolute;
   top: 2px;
   right: 6px;
}
.why-lazer-text{
   font-size: 16px;
}

.mini .why-lazer{
   width: 300px;
   padding-left: 40px;
}
.mini .why-lazer-1{
   left: 448px;
   bottom: 237px;
}
.mini .why-lazer-2{
   left: 448px;
   bottom: 147px;
}
.mini .why-lazer-3{
   left: 591px;
   bottom: 207px;
}
.mini .why-lazer-4{
   left: 167px;
   bottom: 77px;
}
.mini .why-lazer-5{
   left: 591px;
   bottom: 97px;
}
.mini .why-lazer-6{
   left: 448px;
   bottom: 37px;
}
.mini .why-lazer-text{
   font-size: 13px;
}
.mini .why-us__plus{
   width: 25px;
   height: 25px;
   font-size: 24px;
   -webkit-box-shadow: 0 0 4px 5px rgb(255 49 41 / 60%);
   box-shadow: 0 0 4px 5px rgb(255 49 41 / 60%);
}

.tech-chars,
.tech-requirements,
.close-requirements,
.close-tech-chars{
   display: none;
}

.more-requirements,
.more-tech-chars{
   text-decoration: none;
   border-bottom: 1px dashed;
}

@media (max-width: 1169px){
	.lazer-first-bg{background: url(/upload/custom/first-bg.webp) right top no-repeat;}
   .why-section-img, .why-us__plus{display: none;}
   .landing-why-section{height: 600px; background: url(/upload/custom/whyUs-bg-1.webp) right center no-repeat; background-size: cover; padding: 50px 100px 0 0;}
   .why-section-cont{width: 380px; margin-left: auto; padding: 0; position: relative;}
   .why-lazer{position: static; margin-bottom: 30px; padding-left: 0;}
   .mini .why-section-cont{padding: 0;}
   .mini .why-lazer{padding-left: 0; width: 350px;}
   .mini .why-lazer-text{font-size: 15px;}
}
@media (max-width: 970px){
	.landing-page ul.uslugi li{flex: 0 100%}
	.landing-page .advantages-cont, .landing-page.single-landing .advantages-cont{width: 80%; padding: 30px 0}
	.lazer-first-cont{width: 100%; max-width: 390px; float: none; margin: auto}
   .landing-uslugi-section{overflow: hidden;}
}
@media (max-width: 767px){
   .landing-section-title h2,.why-section-title h2, .single-landing .advantages-cont h2, .landing-section-title h3{font-size: 30px;}
   .single-landing .lazer-first{padding: 50px;}
}
@media (max-width: 600px){
   .landing-section-title h2,.why-section-title h2, .single-landing .advantages-cont h2, .landing-section-title h3{font-size: 26px;}
   .landing-why-section{
      padding: 50px;
      text-align: center;
      height: auto;
   }
   .why-section-cont{
      width: 100%;
      max-width: 380px;
      margin: auto;
   }
   .why-lazer,.mini .why-lazer{
      width: 100%;
   }
   .mini .uslugi-section-cont{
      height: 300px;
   }
}
@media (max-width: 500px){
   .single-landing .lazer-first-subtitle, .single-landing .lazer-first-form-title{font-size: 19px; margin: 20px auto;}
   .single-landing .lazer-first-title{font-size: 22px;}
}
@media (max-width: 460px){
	.lazer-first-subtitle{font-size: 18px; margin: 20px 0}
	.lazer-first-form .inputs-row{flex-wrap: wrap; margin-bottom: 0}
	.lazer-first-form .input-wrap, .lazer-first-form .inputs-row .input-file-wrap{width: 100%; margin-bottom: 15px}
   .single-landing .lazer-first-subtitle, .single-landing .lazer-first-form-title{font-size: 16px; margin: 20px auto;}
   .single-landing .lazer-first-title{font-size: 19px;}
}
@media (max-width: 360px){
	.lazer-first, .single-landing .lazer-first{padding: 30px} 
	.lazer-first-title{font-size: 20px}
	.lazer-first-form-title{font-size: 18px}
   .single-landing .lazer-first{margin-bottom: 20px;}
   .single-landing p, .landing-page.single-landing li{font-size: 16px;}
   .landing-why-section{padding: 30px 30px 10px;}
   .why-section-title h2{margin-bottom: 25px; margin-top: 0;}
   .landing-section-title{margin: 5px 0 25px;}
   .landing-section-title h2, .why-section-title h2, .single-landing .advantages-cont h2, .landing-section-title h3{font-size: 20px;}
   .uslugi-section-cont{background: none; height: 330px;}
   .landing-page .advantages{margin: 10px 0;}
   .landing-page .advantages-cont, .landing-page.single-landing .advantages-cont{width: 90%; padding: 10px 0;}
   .landing-page ul.uslugi, .landing-page ul.uslugi li:last-child{margin-bottom: 0;}
}
@media (max-width: 340px){
	.landing-page ul.uslugi li{flex-wrap: wrap;}
	.landing-page ul.uslugi li>div:last-child{flex: 0 100%; margin-top: 10px}
	.landing-page .advantages-cont{width: 96%}
}