@import '../../css/grid.css';
@import '../../css/fonts/fonts.css';
@import '../../css/font-awesome.css';
@import '../../js/plugins/fancybox-master/dist/jquery.fancybox.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.2.0/css/swiper.min.css';
@import '../../js/plugins/lightslider-master/dist/css/lightslider.min.css';
@import '../../js/plugins/jReject-master/css/jquery.reject.css';
@import '../../js/plugins/select2/css/select2.min.css';

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #f4f4f4
}

body {
    min-height: 100%;
    height: 100%;
    color: #9a9a9a;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5
}

#layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5000;
    color: #fff;
    display: none;
}

#layer .close {
    display: block;
    font-size: 30px;
    position: absolute;
    top: -45px;
    right: -50px;
    color: #fff;
    font-weight: normal;
    width: 43px;
    height: 43px;
    background: url('../../images/icons/closefancy.png') no-repeat center center;

}

#layer .cart-box {
    display: inline-block;
    background-color: #ffffff;
    min-width: 550px;
    padding: 20px;
    position: relative;
}

#layer .cart-box .tick {
    color: #009ee3;
    font-size: 60px;
    margin: 12px 0;
}

#layer .cart-box .added {
    font-size: 18px;
    color: #282c31;
    padding: 4px 0;
    margin-bottom: 34px;
}

#layer .cart-box .text {
    font-size: 14px;
    color: #6a737d;
    line-height: 18px;

}

#layer .cart-box .controls .button {
    font-size: 15px;
    font-family: 'robotoregular';
    min-width: 170px;
    box-sizing: border-box;
    margin: 0 10px;
}

#layer .cart-box .controls .button .fa {
    font-size: 14px;
    margin-right: 12px;
}

#layer .cart-box .controls {
    margin: 34px;
}

.tbl {
    display: table;
    height: 100%;
    width: 100%;
}

.tbl .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a {
    text-decoration: none;
    outline: none;
    color: #009ee3;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0
}

p {
    margin: 1.5em 0
}

p:first-child {
    margin-top: 0
}

strong {
    font-weight: 700
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

#footer_guarantor {
    height: 50px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -50px;
    height: 50px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #04346c;
    color: #95b8e2;
    font-size: 11px;
    line-height: 50px;
}

#footer a {
    color: #fff
}

#header {
    height: 174px;
    position: relative;
    z-index: 2255;
    -webkit-box-shadow: 0px 24px 19px -38px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: 0px 24px 19px -38px rgba(0, 0, 0, 0.79);
    box-shadow: 0px 24px 19px -38px rgba(0, 0, 0, 0.79);
}

#header:before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 89px;
    background: #fff
}

a.logo {
    display: block;
    width: 221px;
    height: 84px;
    line-height: 84px;
    position: absolute;
    left: 15px;
    top: 0;
    background: url(../../images/logo.png) 0 center no-repeat
}

#sidebar {
}

#mainbar {
    background: #fff;
    padding: 40px;
}

div.header_content {
    position: relative;
    height: 100%;
}

div.header_elemnts {
    position: absolute;
    top: 25px;
    right: 0;
}

div.header_elemnts > div {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    padding: 0 15px;
}

a.scart {
    display: block;
    font-size: 13px;
    color: #009ee3;
    padding: 0 0 0 22px;
    background: url(../../images/icons/ico_1.png) left center no-repeat;
    text-decoration: none !important
}

a.scart:hover,
a.scart.opened {
    color: #000
}

div.scart-block-block {
    position: relative
}

div.scart-block {
    background: #fff;
    border: 1px solid #e3e3e3;
    position: absolute;
    z-index: 85;
    width: 242px;
    left: 50%;
    margin-left: -121px;
    top: 46px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden
}

a.scart.opened + div.scart-block {
    opacity: 1;
    visibility: visible
}

div.scart-block:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 14px 13px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -15px;
    z-index: 2
}

div.scart-block:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 14px 13px;
    border-color: transparent transparent #e3e3e3 transparent;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -15px;
    z-index: 1
}

div.scart_action {
    padding: 18px;
    text-align: right
}

ul.scart_products {
    list-style: none
}

ul.scart_products > li {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 24px;
    overflow: hidden;
    font-size: 12px;
    color: #9a9a9a
}

ul.scart_products .price {
    float: right;
    color: #3a3a3a;
    font-weight: 800
}

div.header-carusel-container {
    position: absolute;
    left: 15px;
    top: 85px;
    right: 15px;
    z-index: 2;
    height: 89px;
}

div.header-carusel-container .container {
    padding: 0 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.has_fixed div.header-carusel-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 555;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
}

.has_fixed .scart-block-block {
    position: fixed;
    right: 0;
    top: 30%;
}

.has_fixed .scart {
    font-size: 0;
    background-color: #fff;
    background-position: center center;
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    transition: font-size ease 0s
}

.has_fixed div.scart-block {
    left: auto;
    right: 0;
    margin: 0;
    top: 68px;
}

.has_fixed div.scart-block:before {
    left: auto !important;
    right: 10px;
}

.has_fixed div.scart-block:after {
    left: auto !important;
    right: 10px;
}

.swiper-container {
    overflow: hidden;
}

.submenu ul {
    list-style: none;
}

.submenu ul > li {
}

.submenu ul > li > a {
    display: block !important;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 24px;
    height: auto !Important;
    overflow: hidden;
    font-size: 12px;
    color: #9a9a9a;
    box-sizing: border-box;
}

.submenu ul > li.selected > a,
.submenu ul > li:hover > a {
    background: #f7f6f2;
}

.submenu {
    background: #fff;
    position: absolute;
    top: 88px;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
}

div.header-carusel-container .swiper-slide:hover .submenu {
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
}

div.header-carusel-container div.swiper-container {
    height: 100%;
}

div.header-carusel-container div.swiper-container:hover {
    height: 580px;
}

.has_fixed div.header-carusel-container div.swiper-container {
    height: 100%;
    overflow: initial;
}

div.header-carusel-container .swiper-slide {
    width: auto;
    padding: 17px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.header-carusel-container .swiper-slide.selected a {
    font-weight: bold;
}

div.header-carusel-container .swiper-slide a {
    display: table;
    width: 100%;
    text-align: center;
    height: 52px;
    text-decoration: none !important;
}

div.header-carusel-container .swiper-slide a > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div.header-carusel-container .swiper-slide a > span > span .title {
    display: inline-block;
    font-size: 13px;
    color: #074287;
    /*color: #9a9a9a;*/
    text-decoration: none !important;
    padding: 0 11px;
    white-space: nowrap;
    text-align: left;
    line-height: 15px;
    white-space: normal;
}

div.header-carusel-container .swiper-slide a > span > span {
    display: block;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    margin-left: -1px;
    padding: 0 28px;
}

div.header-carusel-container .swiper-slide a > span > span img {
    max-width: 100%;
    height: 49px;
    width: auto
}

div.header-carusel-container .swiper-button-prev {
    background-image: url(../../images/icons/ico_3.png);
    background-size: auto
}

div.header-carusel-container .swiper-button-next {
    background-image: url(../../images/icons/ico_4.png);
    background-size: auto
}

.index-slider {
    height: 495px;
}

.index-slider .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.index-slider .swiper-slide-content {
    position: absolute;
    left: 15px;
    top: 68px;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.index-slider .swiper-slide-content h2 {
    font-size: 48px;
    position: relative;
    margin-bottom: 25px;
}

.index-slider .swiper-slide-content h2:after {
    content: ' ';
    width: 98px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -15px
}

.index-slider .swiper-button-prev {
    background-image: url(../../images/icons/ico_5.png);
    background-size: auto
}

.index-slider .swiper-button-next {
    background-image: url(../../images/icons/ico_6.png);
    background-size: auto
}

div.section {
    padding: 40px 0
}

div.fancy-blocks-container {
    padding: 0 55px;
    position: relative;
    z-index: 100;
    margin: -123px 0 0
}

div.fancy-blocks-container .swiper-button-prev {
    left: 0;
    width: 55px;
    background-image: url(../../images/icons/ico_3.png);
    background-position: center center;
    background-size: auto
}

div.fancy-blocks-container .swiper-button-next {
    right: 0;
    width: 55px;
    background-image: url(../../images/icons/ico_4.png);
    background-position: center center;
    background-size: auto
}

div.fancy-blocks {
    padding: 5px;
}

div.fancy-blocks .swiper-slide {
    height: 18em;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    font-size: 16px;
    color: #3a3a3a;
    text-align: center;
    padding: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow ease-in 0.3s;
    -webkit-transition: -webkit-box-shadow ease-in 0.3s;
    width: auto
}

div.fancy-blocks .photo {
    height: 8em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1em;
}

div.fancy-blocks .title {
    line-height: 1.2;
    height: 3.6em;
    overflow: hidden
}

div.fancy-blocks div.more_place {
}

div.fancy-blocks .swiper-slide:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}

div.news-blocks-container {
    position: relative;
    padding: 0 55px;
}

div.nb-item {
    position: relative;
    background: #fff;
}

div.nb-item .photo {
    display: block;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    position: relative
}

div.nb-item .photo img {
    display: block;
    width: 100%;
    height: auto
}

div.nb-item .photo span {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #054590;
    background: rgba(5, 69, 114, 0.95);
    padding: 13px 20px;
}

div.nb-item .cont {
    padding: 22px;
    font-size: 14px;
    color: #9a9a9a
}

div.nb-item .cont h2 {
    font-size: 20px;
    color: #3a3a3a
}

div.nb-item .more_place {
    padding: 15px 0 0;
    text-align: center
}

div.content_container:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

div.usefull_tabs_container {
    margin: 0
}

div.usefull_tabs_container > div {
    padding: 0
}

ul.usefull_tabs {
    list-style: none;
    background: #f4f4f4;
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 12;
    right: -1px;
}

ul.usefull_tabs > li > a {
    border-top: 1px solid #e1e1e1;
    display: block;
    font-size: 15px;
    color: #9a9a9a;
    text-decoration: none !important;
    line-height: 1.2;
    padding: 25px 25px 25px 74px;
    position: relative
}

ul.usefull_tabs > li > a:before {
    content: ' ';
    width: 9px;
    height: 13px;
    background: url(../../images/icons/ico_7.png) 0 0 no-repeat;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -7px;
}

ul.usefull_tabs > li > a:after {
    content: ' ';
    width: 16px;
    height: 35px;
    background: url(../../images/icons/ico_9.png) 0 0 no-repeat;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -18px;
    opacity: 0
}

ul.usefull_tabs > li:first-child > a {
    border: 0
}

ul.usefull_tabs > li.selected > a {
    background: #009ee3 !important;
    color: #fff !important
}

ul.usefull_tabs > li:hover > a {
    background: #e6e6e6
}

ul.usefull_tabs > li.selected > a:before {
    background-image: url(../../images/icons/ico_8.png)
}

ul.usefull_tabs > li.selected > a:after {
    opacity: 1
}

div.usefull_tabs_content {
    border: 1px solid #e1e1e1;
    padding: 60px;
}

div.usefull_tabs_content > div {
    display: none
}

div.usefull_tabs_content h2 {
    color: #009ee3
}

div.page_top_photo {
    height: 246px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.page_top_photo:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 158, 227, 0.5)
}

div.page_top_photo > .container {
    height: 100%
}

div.page_top_photo_content {
    position: relative;
    z-index: 2;
    color: #fff;
    display: table;
    height: 100%;
}

div.page_top_photo_content > div {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

div.page_top_photo h2 {
    font-size: 48px;
    color: #fff;
}

div.page_top_photo h2:after {
    background: #fff;
    left: 0;
    margin: 0
}

div.path_container {
    overflow: hidden;
    position: relative;
    top: -15px;
}

ul.path {
    list-style: none;
    overflow: hidden
}

ul.path > li {
    float: left;
    font-size: 12px;
    color: #9a9a9a;
    margin: 0 8px 0 0;
}

ul.path > li > a {
    display: block;
    position: relative;
    padding: 0 12px 0 0;
}

ul.path > li > a:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.7em;
    color: #9a9a9a;
}

div.side_item {
    background: #fff
}

div.side_item + div.side_item {
    margin-top: 20px;
}

div.additional {
    background: #009ee3;
    color: #fff;
    padding: 24px;
}

div.products_list {
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
    flex-wrap: wrap;
}

div.products_list > div {
    padding-left: 11px;
    padding-right: 11px;
}

div.pl-item .photo {
    position: relative;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 250px;
    overflow: hidden;
    white-space: nowrap;
}

.phin {
    width: 100%;
    height: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.phin img {
    width: auto;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.pl-item .photo img {
    /*display:block;*/
    width: 100%;
    height: auto;
    vertical-align: middle;
}

div.pl-item .buttons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: #009ee3;
    background: rgba(0, 158, 227, 0.6);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

div.pl-item .buttons > div {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15%
}

div.pl-item .buttons a {
    padding: 0;
    display: block
}

div.pl-item:hover .buttons {
    opacity: 1
}

div.pl-item .cont {
    padding: 18px 0 25px;
    min-height: 67px;
    font-size: 11px;
    color: #9a9a9a
}

div.pl-item .title {
    display: block;
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 800;
    margin: 0 0 7px;
}

div.pl-item .prc {
    padding-top: 8px;
    font-size: 13px;
    color: #9a9a9a
}

div.pl-item .prc strong {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 800;
}

div.relative_products_block {
    margin: 0 0 20px
}

.rpb_title {
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 400;
    position: relative;
    top: -14px;
}

div.relative_products_swiper_container {
    border-bottom: 2px solid #dadada;
    border-top: 2px solid #dadada;
    position: relative
}

div.relative_products_swiper {
}

div.relative_products_swiper .swiper-slide {
    width: 112px
}

div.relative_products_swiper .swiper-slide a {
    display: block;
    width: 112px;
    height: 148px;
    text-align: center;
    text-decoration: none !important;
    font-size: 11px;
    color: #009ee3
}

div.relative_products_swiper .swiper-slide a .photo {
    display: block;
    height: 106px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
}

div.relative_products_swiper .swiper-slide a .title {
    display: block;
    height: 2.6em;
    overflow: hidden;
    line-height: 1.3
}

div.relative_products_swiper .swiper-slide a:hover {
    background: #f4f4f4
}

div.relative_products_swiper_container .swiper-button-prev {
    background-size: auto;
    background-image: none;
    background-position: center center;
    width: 56px;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

div.relative_products_swiper_container .swiper-button-prev > div {
    background: url(../../images/icons/ico_13.png) 10px center no-repeat;
    height: 100%;
    width: 100%;
    position: relative
}

div.relative_products_swiper_container .swiper-button-prev:hover > div {
    left: -1px;
}

div.relative_products_swiper_container .swiper-button-next {
    background-size: auto;
    background-image: none;
    background-position: center center;
    width: 56px;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

div.relative_products_swiper_container .swiper-button-next > div {
    background: url(../../images/icons/ico_14.png) 34px center no-repeat;
    height: 100%;
    width: 100%;
    position: relative
}

div.relative_products_swiper_container .swiper-button-next:hover > div {
    right: -1px;
}

div.order_attrs {
    display: table;
    margin: 10px 0 0
}

div.order_attrs > div {
    display: table-cell;
    padding: 0 22px 0 0;
    font-size: 18px;
    vertical-align: middle
}

div.order_attrs input.quant {
    width: 70px;
    background: #f4f4f4;
    border: 1px solid #d7d7d7;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 12px;
    color: #3a3a3a;
    font-weight: 700;
}

div.order_attrs input.quant:focus {
    border-color: #bcbaba
}

div.tabs_container {
    position: relative;
    z-index: 300;
    border: 1px solid #d8d8d8
}

dl.tabs {
    height: 42px;
    background: #004089;
    border-bottom: 1px solid #d8d8d8
}

dl.tabs > dt {
    float: left;
    height: 42px;
}

dl.tabs > dt > a {
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    color: #fff;
    padding: 0 24px;
    text-decoration: none !important;
    border-right: 1px solid #d8d8d8
}

dl.tabs > dt.selected > a {
    position: relative;
    padding-bottom: 1px;
}

dl.tabs > dt.selected > a,
dl.tabs > dt:hover > a {
    background: #fff;
    color: #404040
}

div.tabs_content {
    background: #fff;
    padding: 24px;
}

div.tabs_content > div {
    display: none;
    overflow: hidden
}

div.tabs_content > div h2 {
    font-size: 24px;
    font-family: 'sourcesanspro-regular-webfont';
    margin-bottom: 15px;
}

div.image-gallery-wrapper {
    overflow: hidden
}

#image-gallery {
    margin-bottom: 8px;
}

#image-gallery .lslide img {
    display: block;
    width: 100%;
    height: auto
}

ul.lSPager {
    margin: 0 !important
}

ul.lSPager > li > a {
    display: block;
    position: relative
}

ul.lSPager > li {
    border-radius: 0 !important;
}

ul.lSPager > li > a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.7;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s
}

ul.lSPager > li a:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #009ee3;
    opacity: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s
}

ul.lSPager > li:hover a:after,
ul.lSPager > li.active a:after {
    opacity: 1
}

ul.lSPager > li.active a img,
ul.lSPager > li:hover a img {
    opacity: 1
}

/*LISTS*/

ul.top_menu {
    list-style: none;
    overflow: hidden
}

ul.top_menu > li {
    float: left
}

ul.top_menu > li > a {
    display: block;
    font-size: 13px;
    color: #9a9a9a;
    text-decoration: none !important;
    padding: 0 11px;
    white-space: nowrap
}

ul.top_menu > li:hover > a,
ul.top_menu > li.selected > a {
    color: #009ee3
}

ul.top_menu > li.selected > a {
    cursor: default
}

.foot-colls h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 16px;
}

.foot-colls ul {
    list-style: none
}

.foot-colls ul > li {
    margin: 7px 0 0
}

.foot-colls ul > li:first-child {
    margin: 0
}

.foot-colls ul > li > a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 300
}

ul.styled_list {
    list-style: none
}

ul.styled_list > li {
    margin: 12px 0 0;
    position: relative;
    padding: 0 0 0 28px;
}

ul.styled_list > li:first-child {
    margin: 0
}

ul.styled_list > li:after {
    content: ' ';
    position: absolute;
    width: 9px;
    height: 16px;
    background: url(../../images/icons/ico_10.png) 0 0 no-repeat;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

ul.side_menu {
    list-style: none
}

ul.side_menu > li {
}

ul.side_menu > li > a {
    display: block;
    font-size: 13px;
    color: #3a3a3a;
    text-decoration: none !important;
    border-top: 1px solid #dadada;
    line-height: 1.2;
    padding: 15px 15px 15px 43px;
    position: relative
}

ul.side_menu > li.selected > a {
    background: #EFECEC;
}

ul.side_menu li.selected > a {
    background: #EFECEC;
}

ul.side_menu > li:first-child > a {
    border: 0
}

ul.side_menu > li > a:before {
    content: ' ';
    width: 9px;
    height: 15px;
    background: url(../../images/icons/ico_12.png) 0 0 no-repeat;
    position: absolute;
    left: 20px;
    top: 16px;
}

ul.side_menu > li > ul {
    list-style: none
}

ul.side_menu > li > ul > li > a {
    display: block;
    color: #9a9a9a;
    text-decoration: none !important;
    border-top: 1px solid #dadada;
    line-height: 1.2;
    padding: 15px 15px 15px 63px;
    position: relative;
    font-size: 12px;
}

ul.side_menu > li > ul > li > a:before {
    content: ' ';
    width: 9px;
    height: 15px;
    background: url(../../images/icons/ico_12.png) 0 0 no-repeat;
    position: absolute;
    left: 40px;
    top: 16px;
}


ul.side_menu > li > ul > li > ul {
    list-style: none;
}

ul.side_menu > li > ul > li > ul > li > a {
    display: block;
    color: #9a9a9a;
    text-decoration: none !important;
    border-top: 1px solid #dadada;
    line-height: 1.2;
    padding: 15px 15px 15px 75px;
    position: relative;
    font-size: 12px;
}

ul.side_menu > li > ul > li > ul > li > a:before {
    content: ' ';
    width: 9px;
    height: 15px;
    background: url(../../../../images/icons/ico_12.png) 0 0 no-repeat;
    position: absolute;
    left: 55px;
    top: 16px;
}

div.newest-products-swiper {
}

div.nps-item {
    position: relative
}

div.nps-item .photo {
    display: block;
    width: 100%;
    height: auto
}

div.nps-item .cont_place {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0.3s;
    background: #009ee3;
    background: rgba(0, 158, 227, 0.6);
}

div.nps-item:hover .cont_place {
    opacity: 1
}

div.nps-item .cont {
    display: table;
    width: 100%;
    height: 100%
}

div.nps-item .cont > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 40px;
}

div.newest-products-swiper-container {
    position: relative
}

div.newest-products-swiper-container .swiper-button-prev {
    top: 50%;
}

div.newest-products-swiper-container .swiper-button-next {
}

/*INPUTS*/

input, select, textarea {
    outline: none !important;
    font-size: 13px;
    color: #9a9a9a;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    font-family: 'Open Sans', sans-serif;
}

input:focus,
select:focus,
textarea:focus {
    background: #f8f8f8;
    border-color: #c6c5c5
}

input[type="text"] {
}

div.search_container {
    width: 172px;
    height: 34px;
    border: 1px solid #e1e1e1;
    border-radius: 17px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

div.search_container input[type="input"] {
    border: 0 !important;
    outline: none;
    padding: 8px 36px 8px 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1

}

div.search_container input[type="search"]:focus {
    outline: none;
}

div.search_container input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 34px;
    width: 34px;
    background: url(../../images/icons/ico_2.png) center center no-repeat;
    border: 0;
    cursor: pointer
}

/*HEADERS*/

h1 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h2 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h3 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h4 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

.decored_title {
    position: relative;
    font-weight: normal;
    color: #3a3a3a;
    margin: 0 0 30px;
}

.decored_title:after {
    width: 32px;
    height: 3px;
    background: #009ee3;
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -16px;
}

.main_title {
    font-size: 26px;
    color: #3a3a3a
}

/*BUTTONS*/

/*BUTTON BASE BEGIN*/

.ext_button {
    display: inline-block;
    height: 2.6666em;
    line-height: 2.6666em;
    padding: 0 3.3333em;
    position: relative;
    text-decoration: none !important;
    white-space: nowrap
}

.ext_button.bordered {
    border: 0.0833em solid transparent
}

.ext_button.rounded {
    border-radius: 1.8333em
}

.ext_button .ico {
    position: absolute;
    top: 0;
    width: 1.5714em;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.ext_button .ico.left {
    left: 0
}

.ext_button .ico.left + span {
    display: block;
    padding: 0 0 0 0.7857em;
}

.ext_button .ico.right {
    right: 0
}

.ext_button .ico.right + span {
    display: block;
    padding: 0 0.7857em 0 0;
}

.ext_button.custom_style.v2 {
    background: #1375AF;
}

.ext_button.custom_style {
    color: #fff;
    border-color: #fff;
}

.ext_button.custom_style .ico {
    background-position: center center;
    background-repeat: no-repeat
}

.ext_button.custom_style:hover {
    background: #008bdd
}

.ext_button.grey_style {
    color: #9a9a9a;
    border-color: #f4f4f4;
    background: #f4f4f4
}

.ext_button.grey_style .ico {
    background-position: center center;
    background-repeat: no-repeat
}

.ext_button.grey_style:hover {
    border-color: #b3b3b3
}

.ext_button.white_style {
    color: #009ee3;
    border-color: #fff;
    background: #fff
}

.ext_button.white_style .ico {
    background-position: center center;
    background-repeat: no-repeat
}

.ext_button.white_style:hover {
    background-color: #e4e4e4
}

.ext_button.blue_style {
    color: #fff;
    border-color: #009ee3;
    background: #009ee3
}

.ext_button.blue_style .ico {
    background-position: center center;
    background-repeat: no-repeat
}

.ext_button.blue_style:hover {
    background-color: #007eb5
}

a.styled_link {
    background-repeat: no-repeat;
    display: inline-block
}

a.styled_link.right_ico {
    background-position: right;
    padding: 0 21px 0 0;
}

a.styled_link.left_ico {
    background-position: left;
    padding: 0 0 0 21px;
}

a.styled_link.ico_1 {
    background-image: url(../../images/icons/ico_1.png);
}

a.go_back {
    font-size: 12px;
    padding: 0 0 0 10px;
    position: relative
}

a.go_back:after {
    content: '<';
    margin-top: -0.7em;
    position: absolute;
    left: 0;
    top: 50%;
}

.f-ico {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -4px;
}

/*ICOS*/

.ico_1 {
    width: 14px;
    height: 13px;
    background: url(../../images/icons/ico_1.png) 0 0 no-repeat
}

.ico_15 {
    width: 14px;
    height: 13px;
    background: url(../../images/icons/ico_15.png) 0 0 no-repeat
}

/*SPECIAL*/

.d_block {
    display: block
}

.uppercase {
    text-transform: uppercase
}

.d_inl_block {
    display: inline-block
}

br.cleaner {
    display: block;
    clear: both
}

br.small_br {
    font-size: 6px;
    line-height: 1
}

.pointer {
    cursor: pointer
}

.cleaner {
    display: block;
    clear: both
}

.nopadd {
    padding: 0 !important
}

.noborg {
    border: 0 !important
}

.nobg {
    background: none !important
}

.nomarg {
    margin: 0 !important
}

.nowrap {
    white-space: nowrap
}

.dinamic {
    overflow: auto;
    width: 100%
}

.center {
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.no_float {
    float: none !important
}

.cursor_def {
    cursor: default !important
}

.v_align {
    vertical-align: middle
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

input.hidden_submit {
    font-size: 0;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -10000px;
    top: -10000px;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

hr {
    border: 0;
    height: 0;
    clear: both;
    margin: 1.8em 0;
    border-bottom: 1px solid #e3e3e3
}

/*FONTS*/

.trbucet {
    font-family: "Trebuchet MS"
}

.fw-800 {
    font-weight: 800
}

.bold {
    font-weight: 700
}

.f_normal {
    font-weight: normal
}

.f_9 {
    font-size: 9px;
}

.f_10 {
    font-size: 10px;
}

.f_11 {
    font-size: 11px;
}

.f_12 {
    font-size: 12px;
}

.f_13 {
    font-size: 13px;
}

.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px !important;
}

.f_17 {
    font-size: 17px;
}

.f_18 {
    font-size: 18px;
}

.f_19 {
    font-size: 19px;
}

.f_20 {
    font-size: 20px;
}

.f_21 {
    font-size: 21px;
}

.f_22 {
    font-size: 22px;
}

.f_23 {
    font-size: 23px;
}

.f_24 {
    font-size: 24px;
}

.f_25 {
    font-size: 25px;
}

.f_26 {
    font-size: 26px;
}

.f_27 {
    font-size: 27px;
}

.f_28 {
    font-size: 28px;
}

.f_29 {
    font-size: 29px;
}

.f_30 {
    font-size: 30px;
}

.f_6 {
    font-size: 6px !important
}

/*COLORS*/

.blue_bg {
    background: #054590
}

.blue_color {
    color: #009ee3
}

.white_bg {
    background: #fff
}

.white_color {
    color: #fff
}

.dark_color {
    color: #3a3a3a
}

/*Misc*/

div.page_module {
    overflow: hidden;
}

div.page_module ul {
    margin: 20px;
}

div.page_module ul > li {
    margin: 5px 0 0;
}

div.page_module ul > li:first-child {
    margin: 0
}

div.page_module ol {
    margin: 20px;
}

div.page_module ol > li {
    margin: 5px 0 0
}

div.page_module ol > li:first-child {
    margin: 0
}

div.page_module table {
    background: #fff
}

div.page_module table td {
    padding: 13px 18px;
    border-top: 1px solid #e5e7e7
}

div.page_module table tr:first-child td {
    border-top: 0
}

div.page_module thead td {
    background: #e1e1e1;
}

/* FORM STYLES */
.quant input[type='text'] {
    padding: 5px;
    text-align: center;
}

.block-form {
    padding: 0 !Important;
}

.block-form h2 {
    margin-bottom: 20px;
}

.block-form .form > div {
    box-sizing: border-box;
}

.block-form .form textarea,
.block-form .form input[type="text"],
.block-form .form input[type="tel"],
.block-form .form input[type="number"],
.block-form .form input[type="email"] {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #3b597b;
    line-height: 20px;
    height: 40px;
    background: #f5f7f7;
    padding: 3px 12px;
    border: 1px solid #c4ccd0;
    outline: none;
}

.block-form .form textarea {
    width: 100%;
    resize: vertical;
    height: 60px;
    line-height: 20px;
    padding: 11px;
    font-family: 'Open Sans', sans-serif;
}

.block-form .form input[type="text"],
.block-form .form input[type="tel"],
.block-form .form input[type="number"],
.block-form .form input[type="email"] {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.block-form .form textarea.error,
.block-form .form input.error {
    border: 1px solid red;
    color: red;
}

.block-form .form > div > div {
    padding: 5px 3px;
}

/* FORM STYLES END*/

ul.pagination {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: inline-flex;
}

ul.pagination > li {
    margin: 0 5px !important;
}

ul.pagination > li > a {
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
}

ul.pagination > li:hover > a,
ul.pagination > li.selected > a {
    color: #222;
}

ul.pagination > li.selected > a, ul.pagination > li > a:hover {
    cursor: default;
    background: #000;
    color: #fff;
}

ul.pagination > li > a:hover {
    cursor: pointer
}

@media (max-width: 768px) {

    div.mob_nav_container {
        position: fixed;
        left: 20%;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        z-index: 1;
        background: #fff;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden
    }

    a.smart_menu_caller {
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        height: 84px;
        z-index: 569;
        background: url(../../images/misc/sm_m_cler.png) center center no-repeat
    }

    #page {
        background: #f4f4f4;
        z-index: 2;
        -webkit-transition: transform ease 0.3s;
        -webkit-transition: -webkit-transform ease 0.3s;
        -moz-transition: transform ease 0.3s;
        -ms-transition: transform ease 0.3s;
        -o-transition: transform ease 0.3s;
        transition: transform ease 0.3s;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.41);
    }

    body.mob_menu_opened {
        overflow: hidden
    }

    body.mob_menu_opened div.mob_nav_container {
        opacity: 1;
        visibility: visible
    }

    div.header_content {
        display: none
    }

    div.header-carusel-container {
        margin-left: -15px;
        margin-right: -15px;
    }

    div.header-carusel-container .swiper-button-prev {
        width: 36px;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        background-position: center center;
    }

    div.header-carusel-container .swiper-button-next {
        width: 36px;
        height: 100%;
        margin: 0;
        top: 0;
        right: 0;
        background-position: center center;
    }

    .index-slider {
        height: 260px;
    }

    .index-slider .swiper-slide-content {
        top: 15px;
        bottom: 15px;
        left: 46px;
        right: 46px;
    }

    .index-slider .swiper-slide-content h2 {
        font-size: 16px;
    }

    .index-slider .swiper-button-prev {
        left: 0;
        top: 0;
        margin: 0;
        height: 100%;
        width: 36px;
        background-position: center center;
    }

    .index-slider .swiper-button-next {
        right: 0;
        top: 0;
        margin: 0;
        height: 100%;
        width: 36px;
        background-position: center center;
    }

    div.fancy-blocks-container {
        margin: 0;
        padding: 0
    }

    div.section {
        padding: 15px 0
    }

    div.news-blocks-container {
        padding: 0
    }

    div.news-blocks-container .swiper-button-prev {
        margin: 0;
        top: auto;
        bottom: 15px;
    }

    div.news-blocks-container .swiper-button-next {
        margin: 0;
        top: auto;
        bottom: 15px;
    }

    ul.usefull_tabs {
        right: 0;
        bottom: -1px;
    }

    div.usefull_tabs_content {
        padding: 15px;
    }

    div.foot-colls > div {
        text-align: center;
        padding-top: 40px;
    }

    div.foot-colls > div:first-child {
        padding-top: 0
    }

    #footer_guarantor {
        display: none
    }

    #footer {
        margin: 0;
        height: auto;
        line-height: 1.2;
        padding: 25px 0
    }

    div.header_elemnts {
        position: static
    }

    div.header_elemnts > div {
        display: block;
        padding: 0;
        height: auto
    }

    ul.top_menu > li {
        float: none
    }

    ul.top_menu > li > a {
        display: block;
        border-top: 1px solid #e1e1e1;
        height: auto;
        line-height: 1.2;
        padding: 15px 25px;
    }

    ul.top_menu > li:hover > a,
    ul.top_menu > li.selected > a {
        background: #009ee3;
        color: #fff
    }

    a.scart {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        padding: 18px 25px;
        padding-left: 50px;
        background-position: 25px center;
    }

    div.search_container_place {
        padding: 25px;
    }

    div.search_container {
        width: auto
    }

    #mainbar {
        padding: 15px;
    }

    div.path_container {
        top: auto;
        margin-bottom: 15px;
    }

    div.page_top_photo {
        height: 154px;
    }

    div.page_top_photo h2 {
        font-size: 26px;
    }

    .rpb_title {
        top: 0
    }

    div.order_attrs > div {
        padding-right: 10px;
    }

    .order_me {
        padding: 0 20px;
    }

    dl.tabs {
        height: auto;
    }

    dl.tabs > dt {
        float: none
    }

    dl.tabs > dt > a {
        float: none;
        border: 0 !important;
        border-top: 1px solid #fff !important
    }

    .has_fixed div.header-carusel-container {
        position: relative !important;
        top: 85px !important;
    }

    /**/
    .xs-bottom30 {
        padding-bottom: 30px;
    }

}

@media (min-width: 769px) {

    div.mob_nav_container {
        display: none !important
    }

    #page {
        transform: none !important
    }

}

@media (min-width: 769px) and (max-width: 992px) {

    a.logo {
        background-size: contain;
        background-position: left center;
        width: 170px;
        height: 46px;
    }

    div.fancy-blocks .swiper-slide {
        font-size: 13px;
    }

    ul.top_menu {
        position: relative;
        top: 20px;
    }

    div.search_container {
        position: absolute;
        right: 0;
        top: -14px
    }

    div.scart-block-block {
        position: absolute;
        right: 318px;
        top: -14px
    }

    .index-slider {
        height: 360px;
    }

    .index-slider .swiper-slide-content {
        top: 30px;
    }

    .index-slider .swiper-slide-content h2 {
        font-size: 30px;
    }

    div.usefull_tabs_content {
        padding: 30px;
    }

    ul.usefull_tabs > li > a {
        padding: 15px 15px 15px 74px;
    }

    div.nb-item .cont {
        padding: 15px;
        font-size: 12px;
    }

    div.usefull_tabs_content h2 {
        font-size: 22px;
    }

}

@media (min-width: 993px) and (max-width: 1200px) {

    a.logo {
        background-size: contain;
        background-position: left center;
        width: 170px;
        height: 46px;
    }

    div.fancy-blocks .swiper-slide {
        font-size: 13px;
    }

    ul.top_menu {
        position: relative;
        top: 20px;
    }

}

@media (min-width: 1201px) {
}

@media all and (orientation: portrait) {
}

@media all and (orientation: landscape) {
}
