@import '../bower_components/pure/pure-min.css';
@import '../bower_components/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../bower_components/Swiper/dist/css/swiper.min.css';
@import '../bower_components/font-awesome/css/font-awesome.min.css';
@import '../bower_components/TurnWheel/jReject/css/jquery.reject.css';
@import '../bower_components/fancybox/source/jquery.fancybox.css';
@import '../bower_components/select2/dist/css/select2.min.css';
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700&subset=latin,latin-ext);

html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    color: #252525;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
    color: #6698aa;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    color: #005471;
}

img {
    border: 0
}

p {
    margin: 1.5em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
}

#footer_guarantor {
    height: 48px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -48px;
    height: 48px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #052f3e;
    color: #fff;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header {
    height: 158px;
    position: relative;
    z-index: 222;
    background: #fff;
}

#header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58px;
    background: #005471;
}

#header > .container {
    position: relative;
    height: 100%;
}

a.logo {
    display: block;
    width: 141px;
    height: 64px;
    position: absolute;
    left: 15px;
    top: 16px;
    z-index: 5;
    background: url(../images/logo.png) 0 0 no-repeat;
}

div.header-content {
    height: 100%;
    position: relative;
    z-index: 1;
}

div.header-elements {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.header-elements > div {
    margin: 0 0 0 22px;
}

a.shopping-cart-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

a.shopping-cart-toggler .fa {
    margin-right: 6px;
    font-size: 16px;
}

div.index-swiper-container {
    position: relative;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

div.index-swiper-container .swiper-pagination * {
    width: 9px;
    height: 9px;
    border-radius: 11px;
    opacity: 1;
    background: #fff;
    margin: 0 2px;
    cursor: pointer;
}

div.index-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #005471;
    cursor: default;
}

div.index-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

div.index-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

div.index-swiper div.swiper-slide-content h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    width: 52px;
    height: 52px;
    background: url("../images/icons/ico-1.png") center center no-repeat;
}

div.index-swiper-container .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.section {
    padding: 30px 0;
}

div.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
}

div.footer-colls-section {
    background: #005370;
    color: #fff;
    font-weight: 300;
}

div.footer-colls-section a {
    color: #fff;
}

div.footer-colls-section a:hover {
    color: #009fd6;
}

div.footer-colls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

div.footer-colls > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 30px;
    border-left: 1px solid rgba(128, 169, 184, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.footer-colls > div:first-child {
    padding-left: 0;
    border: 0;
}

div.footer-colls > div:last-child {
    padding-right: 0;
}

div.footer-colls ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

div.footer-colls ul > li {
    margin-top: 4px;
}

div.footer-colls ul > li:first-child {
    margin: 0;
}

div.partners-carusel-container {
    position: relative;
    padding: 0 44px;
}

div.partners-carusel .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.partners-carusel .swiper-slide {
    width: auto;
}

div.partners-carusel-container .swiper-button-prev,
div.partners-carusel-container .swiper-button-next {
    background: url("../images/icons/ico-2.png") center center no-repeat;
    left: 0;
}

div.partners-carusel-container .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 0;
}

div.our-benefits-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*height: 410px;*/
    height: 324px;
}

div.our-benefits-container > div {
    width: 50%;
    height: 100%;
    display: block;
}

div.benefits-swiper-container {
    height: 100%;
}

div.benefits-swiper {
    height: 100%;
}

div.benefits-swiper .swiper-slide {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.benefits-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 84, 113, 0.8);
}

div.benefits-swiper .swiper-slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    z-index: 5;
    color: #fff;
    line-height: 1.7;
    font-weight: 300;
}

div.benefits-swiper .swiper-slide-content h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0;
}

div.benefits-swiper-control-container {

}

div.benefits-swiper-control {
    height: 100%;
}

div.benefits-swiper-control > div {
    float: left;
    height: 50%;
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

div.benefits-swiper-control > div:nth-child(3n+1) {
    clear: both;
}

div.benefits-swiper-control > div:hover,
div.benefits-swiper-control > div.selected {
    opacity: 0.6;
}

div.benefits-swiper-control .ico {
    margin-bottom: 6px;
}

div.benefits-swiper-control .title {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
    text-transform: uppercase;
}

div.benefits-swiper-control .cont {
    font-size: 13px;
    color: #252525;
}

div.our-help-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
}

div.our-help-container > [class*="pure-u"] {
    padding: 0;
}

div.our-help-swiper-1-container {
}

div.our-help-swiper-1 {
    height: 100%;
}

div.our-help-swiper-1 .swiper-slide {
    height: 100%;
}

div.our-help-swiper-1 .swiper-slide-content {
    padding: 30px;
    position: relative;
    z-index: 5;
    color: #252525;
    line-height: 1.7;
    font-weight: 300;
}

div.our-help-swiper-1 .swiper-slide-content h2 {
    font-size: 34px;
    font-weight: 400;
}

div.our-help-swiper-control {
    background: #005370;
}

div.our-help-swiper-control > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 88px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #488498;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    line-height: 1.1;
}

div.our-help-swiper-control > div:first-child > a {
    border: 0;
}

div.our-help-swiper-control > div:hover > a,
div.our-help-swiper-control > div.selected > a {
    background: #fff;
    color: #333;
}

div.our-help-swiper-2-place {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

div.our-help-swiper-2-container {
    height: 100%;
}

div.our-help-swiper-2 {
    height: 100%;
}

div.our-help-swiper-2 .swiper-slide {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

div.our-help-swiper-2 .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 83, 112, 0.4);*/
}

div.page-top-photo {
    height: 162px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #c4c4c4;
    background-position: center center;
    background-size: cover;
    padding: 22px 0;
    box-sizing: border-box;
    position: relative;
}

div.page-top-photo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

div.page-top-photo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
}

div.page-top-photo > .container {
    position: relative;
    z-index: 5;
}

div.page-top-photo h2 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

div.page-top-photo h1 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

div.path-container {
    position: relative;
    top: -15px;
    font-size: 12px;
    font-weight: 300;
    color: #404e5d;
    overflow: hidden;
}

ul.path {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

ul.path > li > a {
    display: block;
    padding-right: 21px;
    position: relative;
}

ul.path > li > a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -0.7em;
}

div.sidebar {
}

div.side-block {
    padding: 15px 0;
}

div.side-block a,
div.side-block img {
    display: block;
    max-width: 100%;
    height: auto;
}

div.products-list {
    margin-top: -30px;
}

div.products-list > div {
    margin-top: 30px;
}

div.products-list .pl-item {
    background: #005370;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    padding: 0 0 0 60px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    min-height: 300px;
}

div.products-list .pl-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 62px;
    background: #ffe4af;
}

div.products-list .pl-item:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
}


div.products-list .pl-item .item-summary {
    text-align: center;
    font-size:12px;
}
div.products-list .pl-item .photo-block {
    position: relative;
    left: -77px;
    margin-right: -15px;
}

div.products-list .pl-item .photo-block img {
    display: block;
    width: 100%;
    height: auto;
}

div.products-list .pl-item a {
    border: 1px solid #fff;
    border-radius: 5px;
}

div.products-list div.title-block {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    margin-left: -15px;
    padding: 0 15px;
}

div.products-list div.price-block {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    margin-left: -15px;
    padding: 0 15px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

div.products-list .pl-item .summary-text{
    height:45px;
    overflow: hidden;
}

div.products-list div.price-block.item-summary {
    height: 65px;
}

div.products-list div.action-block {
    padding: 0 0 15px;
    text-align: center;
    margin-left: -15px;
}

div.products-list div.action-block a {
    font-size: 11px;
    padding: 0 2em;
    border: 1px solid #fff;
    border-radius: 5px;
    background: none;
}

div.products-list div.action-block a:hover {
    background: #056485;
}

div.products-list div.product-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    background: #e31414;
}

div.products-list.mod .photo-block {
    padding-top: 16px;
}

div.products-list.mod div.cont-block {
    height: auto;
    padding: 15px;
    text-align: center;
    position: relative;
    font-size: 10px;
}

div.products-list.mod div.cont-block h3 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

div.products-list.mod div.cont-block .date {
    width: 62px;
    position: absolute;
    left: -62px;
    font-size: 11px;
    color: #111;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

div.products-list.mod .pl-item.big {
    padding-left: 102px;
    min-height: 615px;
}

div.products-list.mod .pl-item.big:before {
    width: 104px;
}

div.products-list.mod .pl-item.big .photo-block {
    padding-top: 35px;
    left: -120px;
}

div.products-list.mod .pl-item.big div.cont-block {
    font-size: 18px;
    line-height: 1.2;
}

div.products-list.mod .pl-item.big div.cont-block h3 {
    font-size: 21px;
}

.detailed-news .date {
    font-weight: bold;
}
.detailed-news h3 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left
}

div.products-list.mod .pl-item.big a {
    border: 1px solid #fff;
    border-radius: 5px;
}

div.products-list.mod .pl-item.big div.cont-block .date {
    font-size: 21px;
    left: -100px;
    width: 104px;
}

div.product-carusel-container {
    position: relative;
    padding: 0 30px;
}

div.product-carusel .swiper-slide {
    width: auto;
}

div.product-carusel .swiper-slide a .title {
    padding:5px 10px;
    display:block;
    font-size: 14px;
    color: #005370;
    height: 46px;
    line-height: 20px;
}
div.product-carusel .swiper-slide a {
    display: block;
    border: 1px solid #005370;
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
}

div.product-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.product-carusel-container .swiper-button-prev,
div.product-carusel-container .swiper-button-next {
    background: url("../images/icons/ico-2.png") left center no-repeat;
    left: 0;
}

div.product-carusel-container .swiper-button-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.product-carusel .swiper-slide a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.product-carusel .swiper-slide a:hover:after {
    opacity: 1;
}

div.product-card {
    border-radius: 5px;
    overflow: hidden;
}

div.product-card-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

div.product-card-section > div:first-child {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    min-height: 1px;
}

div.product-card-section > div:first-child + div {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    background: #005370;
}

div.product-card-section .pc-label.yelow {
    background: #ffe4af;
}
div.product-card-section .pc-label{
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #e31414;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.element_count {
    display: none;
}
div.product-card-section .pc-title-1{
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

div.product-card-section .product-title-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

div.product-card-section .product-title-2 span:first-child{
    padding-right: 15px;
}

div.product-photo{
    background: #005370;
}

div.product-photo img{
    display: block;
    width: 80%;
    height: auto;
}

div.product-card-section .product-attrs{
    padding: 16px 16px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.product-attrs a.buy-me{
    border-radius: 5px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 1em;
}

div.product-card-section .product-cont{
    color: #fff;
    padding: 25px;
    border-radius: 0 0 0 5px;
}

/*LISTS*/

div.main-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

div.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.main-menu > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

div.main-menu > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
}

div.main-menu > div > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 1px;
    background: #fff;
    opacity: 0.4;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.main-menu > div:first-child > a:before {
    display: none;
}

div.main-menu > div:hover > a,
div.main-menu > div.selected > a {
    background: #fff;
    color: #005471;
}

div.main-menu > div.selected > a {
    cursor: default;
}

div.main-menu > div.selected + div > a:before {
    opacity: 0;
}

div.main-menu > div:hover + div > a:before,
div.main-menu > div.selected + div:hover > a:before {
    background: #005471;
    opacity: 0.4 !important;
}

div.main-menu-drop:after {
    position: absolute;
    content:" ";
    right:100%;
    top:0;
    bottom:0;
    width:1000%;
    background: #fff;
}
div.main-menu-drop:before {
    position: absolute;
    content:" ";
    left:100%;
    top:0;
    bottom:0;
    width:1000%;
    background: #fff;
}
div.main-menu-drop{
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    padding: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}

div.main-menu > div:hover div.main-menu-drop{
    opacity: 1;
    visibility: visible;
}

div.main-menu-drop .pure-g {
    margin: 0;
}
div.main-menu-drop .pure-g [class*="pure-u"] {
    padding: 0;
}
div.main-menu-drop a:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
div.main-menu-drop a:before {
    content:" ";
    position: absolute;
    bottom:100%;
    height: 10px;
    left:0;
    right:0;
    background: #fff;
    visibility: hidden;

    -webkit-transition: all ease-in-out 0.2s;

    transition: all ease-in-out 0.2s;
}
div.main-menu-drop a:after {
    content:" ";
    position: absolute;
    top:100%;
    height: 10px;
    left:0;
    right:0;
    background: #fff;
    visibility: hidden;

    -webkit-transition: all ease-in-out 0.2s;

    transition: all ease-in-out 0.2s;
}
div.main-menu-drop a:hover:before {
    visibility: visible;

}
div.main-menu-drop a:hover:after {
    visibility: visible;

}
div.main-menu-drop a:after {}
div.main-menu-drop a{
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #252525;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    padding: 20px 30px;
    min-height: 276px;
}

div.main-menu-drop a .cont {
    display: block;
}
div.main-menu-drop a img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 1px solid #E2E1E1;

}

div.main-menu-drop a .titlis{
    display: block;
    padding: 10px 0;
    color: #005471;
    text-transform: uppercase;
    font-size: 14px;
}

div.main-menu-drop a:hover,
div.main-menu-drop a:hover *{
    color: #000;
}
/*
div.main-menu-drop a:hover img{
    transform: scale(0.95);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}*/

div.langs-menu-container {
}

div.langs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.langs-menu > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #696969;
    padding: 0 13px 0 14px;
    position: relative;
    height: 46px;
    text-transform: uppercase;
}

div.langs-menu > div > a:before {
    content: '';
    width: 1px;
    height: 10px;
    background: #c3c3c3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

div.langs-menu > div:first-child > a:before {
    display: none;
}

div.top-menu-container {
}

div.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.top-menu > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #696969;
    padding: 0 13px 0 14px;
    position: relative;
    height: 46px;
}

div.top-menu > div > a:before {
    content: '';
    width: 1px;
    height: 10px;
    background: #c3c3c3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

div.top-menu > div:first-child > a:before {
    display: none;
}

div.top-menu > div:hover > a,
div.top-menu > div.selected > a {
    color: #052f3e;
}

div.top-menu > div.selected > a {
    cursor: default;
}

div.side-menu-container {
}

div.side-menu {
}

div.side-menu > div {
}

div.side-menu > div > a {
    display: block;
    border-bottom: 1px solid #cfcfcf;
    font-size: 13px;
    text-transform: uppercase;
    color: #111;
    line-height: 1.2;
    padding: 15px 17px;
    width:79%;
}

div.side-menu > div:last-child > a {
    border-bottom: 0;
}

div.side-menu > div:hover > a,
div.side-menu > div.selected > a {
    color: #005370;
}

div.side-menu > div.selected > a {
    cursor: default;
    font-weight: bold;
}

div.side-menu .sub-level > div > a {
    display: block;
    font-size: 12px;
    color: #111;
    line-height: 1.2;
    padding: 10px 17px 10px 44px;
    position: relative;
}

div.side-menu .sub-level.side-products > div > a {
    display: block;
    font-size: 12px;
    color: #111;
    line-height: 1.2;
    padding: 10px 17px 10px 55px;
    position: relative;
}

div.side-menu .sub-level > div:first-child > a {
    padding-top: 22px;
}

div.side-menu .sub-level.side-products > div:first-child > a {
    padding-top: 10px;
}

div.side-menu .sub-level > div:first-child > a:before {
    margin-top: -2px;
}

div.side-menu .sub-level > div > a:before {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top: -8px;
}


div.side-menu .sub-level.side-products > div > a:before {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -8px;
}

div.side-menu .sub-level > div:hover > a,
div.side-menu .sub-level > div.selected > a {
    color: #005370;
    font-weight: bold;
}

div.side-menu .sub-level > div.selected > a {
    cursor: default;
}

/*INPUTS*/

input[type="text"],
textarea,
select {
    box-sizing: border-box;
    border: 1px solid #99bbc6;
    padding: 8px 10px;
    font-family: Raleway;
    font-size: 12px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.search-container {
    position: relative;
    padding: 0 0 0 36px;
    border: 1px solid #99bbc6;
    overflow: hidden;
    width: 365px;
    margin-right: 55px;
}

div.search-container input[type="text"] {
    width: 100%;
    border: 0;
}

div.search-container input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 31px;
    border: 0;
    font-family: FontAwesome;
    background: #fff;
}

div.product-attrs-selects > div{
    margin-bottom: 15px;
}

div.product-attrs-selects select,
div.product-attrs-selects .select2{
    width: 100% !important;
}

.custom-select-style .select2-selection--single {
    border: 1px solid #005370;
    border-radius: 5px;
    height: 40px;
}

.custom-select-style .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
    color: #005370;
    font-weight: 700;
}

.custom-select-style .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 40px;
}

.custom-select-style .select2-selection--single .select2-selection__arrow b{
    width: 14px;
    height: 7px;
    border: 0;
    background: url("../images/icons/ico-9.png") 0 0 no-repeat;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*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;
}

.title-1 {
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 25px;
}

/*BUTTONS*/

.ext_button {
    height: 3.1428em;
    line-height: 1.1;
    padding: 0 3.1428em;
}

.ext_button span {
    display: block;
}

.ext_button.transparent-style {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.ext_button.transparent-style:hover {
    background: #195468;
}

.ext_button.white-style {
    background: #fff;
    border: 1px solid #005370;
    color: #005370;
}

.ext_button.white-style:hover {
    background: #005370;
    color:#fff;
}

.ext_button.blue-style {
    background: #005370;
    border: 2px solid #005370;
    color: #fff;
}

.ext_button.blue-style.disabled {
    background: #696969;
    border: 2px solid #696969;
    color: #fff;
}

.ext_button.blue-style:hover {
    background: #056485;
}

.ext_button.full-w{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

/*SPECIAL*/


.container.about-container {
    width:914px;
    font-weight: 300;
}


.inside-photo {
    margin-left: 10px;
    width: 500px;
}

.inside-photo img {
    width: 100%;
    height: auto;
}

/*contact form*/

input[type="text"],
textarea,
select{
    -webkit-appearance: none;
}

/*input[type="text"],
textarea,
select{
    color: #005471;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    border: 1px solid #005471;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}*/

input[type="text"]:focus,
textarea:focus,
select:focus{
    border-color: #005471;
    outline:none !important;
}

div.contacts-form-container{
    width: 100% !important;
    display: block;
}

div.contacts-form-container .pure-g{
    display: block;
    margin-top: -15px;
    padding-top: 30px;
}

div.contacts-form-container .pure-g > div{
    margin-top: 15px;
}

div.contacts-form-container input{
    width: 100%;
}

div.contacts-form-container textarea{
    width: 100%;
    height: 100px;
    resize: vertical;
}

input.error , textarea.error {
    color: red;
    border: 1px solid red;
}

.ext_button.grey-style {
    background: #fafafa;
    border: 1px solid #ebeae5;
    color: #000;
}

.ext_button.grey-style:hover {
    background: #005471;
    border-color: #d0cfc8;
    color: #FFFFFF;
}

/*MISC*/

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;
}

div.page_module p > img {
    padding: 0 10px 10px 10px;
}

#addToCartPopupContent{
    min-width: 450px;
    padding: 15px 0;
}

div.addToCartPopupFooter{
    border-top: 1px solid #999797;
    padding: 30px;
    overflow: hidden;
}

table.addToCartPorductsListGrid td{
    padding: 10px 30px;
    border-top: 1px solid #ddd;
}

table.addToCartPorductsListGrid tr:first-child td{
    border: 0;
}

table.addToCartPorductsListGrid img{
    display: block;
    width: 70px;
}


/* TABLE STYLES */
.product_checkout_block table {
    width:100%;
    margin:20px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.product_checkout_block table tr {}
.product_checkout_block table tr:nth-child(2n+1) td{
    background: #f5f5f5;
}
.product_checkout_block table tr:first-child td{
    background: #808080;
    color:#fff;
}
.product_checkout_block table tr td{
    padding: 10px;
    border: 1px solid #d3d3d3;
}


.product_checkout_block table.grid_1 {
    width:100%;margin:20px 0;
}

.product_checkout_block table.nostyle tr:first-child td{
    background: none;
    color:#000;
}
.product_checkout_block table.nostyle tr td{
    border:0;
}

.product_checkout_block table.grid_1 tr {}
.product_checkout_block table.grid_1 thead tr td {
    background: #808080;
    color:#fff;
}
.product_checkout_block table.grid_1 tbody tr:nth-child(2n) td{
    /*background: #eee;*/
}
.product_checkout_block table.grid_1 tbody tr td{
    background: #fff;
    color:#808080;
}

.product_checkout_block .product_img {
    width: 75px;
    height: auto;
}

/* TABLE STYLES END */


.sublist {
    padding-top: 10px;
}

.sublist select {
    background: none;
    color: #434343;

}

a.dell_button {
    display: block;
    float: left;
    /* border: 1px solid #dfdede;*/
    padding: 10px;
    margin-right: 5px;
    color: #434343;
    text-decoration: none;

    border: 1px solid #eaeaea;
    background: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#b0b0b0));
    /*background: -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#f9f9f9, EndColorStr=#b0b0b0, GradientType=0)";*/
    background: -webkit-linear-gradient(top, #f9f9f9,#b0b0b0);
    background: linear-gradient(to bottom, #f9f9f9,#b0b0b0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#b0b0b0', GradientType='0');
    box-shadow: 0px 0px 3px #eaeaea;
}
a.dell_button.selected, a.dell_button:hover {
    /*font-weight: bold;*/
    background: #393637;
    color: #fff;
}

a.dell_button:hover {
    text-decoration: none;
}

a.dell_button input {
    display: none;
}

.dell_header {
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
}

.dell_content {
    text-align: right;
    padding-right: 6px;
}

.dell_title {
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
    text-align: right;
    padding-right: 6px;
}

.block-form .form > div > div {
    padding: 5px 3px;
}

.block-form .form input, .block-form .form textarea {
    width: 100%;
}

/*
div.customPopupStyle{}

div.customPopupStyle .fancybox-title{
    padding-top: 0;
    padding: 30px 40px 30px 90px;
    border-bottom: 1px solid #999797;
    font-size: 18px;
    color: #1d1d1d;
    background: url(../images/icons/ico_6.png) 20px center no-repeat;
}

div.customPopupStyle .fancybox-skin{
    padding: 0 !important;
    border-radius: 9px !important;
    background: #fff;
}

div.customPopupStyle .fancybox-close{
    right: 20px;
    top: 20px;
    background: url(../images/icons/ico_7.png) center center no-repeat;
    z-index:8060;
}*/

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 13px;
    }

    a.smart_menu_caller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #005370;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
        margin-top: 40px;
    }

    table.special tbody td:before {
        display: block;
        background: #7F7F7F;
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        background: #e7e7e7;
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #0084ad;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        width: 33.333%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border-bottom: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    div.mob-search-container .search-container {
        height: 40px;
        box-sizing: border-box;
    }

    div.mob-search-container .search-container input {
        padding: 12px 10px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        color: #005370;
        background: #fff;
        font-weight: 500;
    }

    div.langs-select select option {
        color: #005370;
    }

    /* style sample */
    div.mob_search a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        width: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
        color: #005370;
    }

    div.header-content {
        display: none;
    }

    #header {
        height: 70px;
    }

    #header:before {
        height: 2px;
        bottom: -2px;
    }

    a.logo {
        height: 53px;
        width: 141px;
        top: 10px;
        background-position: left center;
        background-size: contain;
    }

    div.index-swiper {
        height: 60vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 60vw;
        -o-object-fit: cover;
        object-fit: cover;
    }

    div.index-swiper div.swiper-slide-content {
        font-size: 4vw;
    }

    div.index-swiper div.swiper-slide-content br {
        display: none;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 7vw;
    }

    div.section {
        padding: 15px 0;
    }

    .title-1 {
        font-size: 7vw;
    }

    div.our-benefits-container {
        display: block;
        height: auto;
    }

    div.our-benefits-container > div {
        width: auto;
    }

    div.benefits-swiper .swiper-slide-content {
        padding: 15px;
    }

    div.benefits-swiper .swiper-slide-content h2 {
        margin-bottom: 0.5em;
    }

    div.benefits-swiper .ext_button {
        margin-top: 15px;
    }

    div.benefits-swiper-control {
        overflow: hidden;
    }

    div.benefits-swiper-control > div {
        width: 50%;
    }

    div.benefits-swiper-control > div:nth-child(2n+1) {
        clear: both;
    }

    div.benefits-swiper-control > div:nth-child(3n+1) {
        clear: none;
    }

    div.our-help-swiper-1 .swiper-slide-content {
        padding-left: 0;
    }

    div.our-help-container {
        display: block;
    }

    div.our-help-swiper-2-place {
        position: static;
        height: 60vw;
    }

    div.our-help-swiper-control > div > a {
        height: auto;
    }

    div.footer-colls {
        display: block;
    }

    div.footer-colls > div {
        padding: 15px 0;
        border: 0;
        border-bottom: 1px solid rgba(128, 169, 184, 0.3) !important;
        display: block;
        text-align: center;
    }

    div.footer-colls > div:last-child {
        border-bottom: 0 !important;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    div.footer-content {
        display: block;
    }

    div.main-menu {
        display: block;
    }

    div.main-menu > div > a {
        border-bottom: 1px solid rgba(0, 83, 112, 0.1);
        height: auto;
        padding: 15px;
        text-transform: uppercase;
        text-align: left;
        display: block;
        color: #005471;
    }

    div.main-menu > div > a:before {
        display: none;
    }

    div.main-menu-drop{
        display: none;
    }

    div.top-menu {
        display: block;
    }

    div.top-menu > div > a {
        border-bottom: 1px solid rgba(0, 83, 112, 0.1);
        height: auto;
        padding: 15px;
        text-transform: uppercase;
        text-align: left;
        display: block;
        color: #005471;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2;
    }

    div.top-menu > div:hover > a,
    div.top-menu > div.selected > a {
        background: #fff;
    }

    div.top-menu > div > a:before {
        display: none;
    }

    div.page-top-photo {
        height: 110px;
    }

    div.path-container {
        top: 0;
        margin-bottom: 15px;
    }

    div.sidebar {
        margin-bottom: 15px;
    }

    div.products-list {
        margin-top: -15px;
    }

    div.products-list > div {
        margin-top: 15px;
    }

    /**/
    div.products-list.mod .pl-item.big {
        padding-left: 77px;
    }

    div.products-list.mod .pl-item.big:before {
        width: 62px;
    }

    div.products-list.mod .pl-item.big .photo-block {
        padding-top: 16px;
        left: -77px;
        margin-right: -15px;
        position: relative;
    }

    div.products-list.mod .pl-item.big div.cont-block {
        font-size: 10px;
        height: auto;
        padding: 15px 15px 15px 0;
        position: relative;
        text-align: center;
    }

    div.products-list.mod .pl-item.big div.cont-block h3 {
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    div.products-list.mod .pl-item.big div.cont-block .date {
        color: #111;
        font-size: 11px;
        left: -77px;
        position: absolute;
        width: 62px;
    }

    .mobile-menu-toggler {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        bottom: -1px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .mobile-menu-toggler.opened .fa {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .side-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .side-menu.opened {
        max-height: 500px;
    }

    div.product-card-section{
        display: block;
    }

    div.product-card-section .pc-label{
        height: auto;
        padding: 10px 15px;
    }

    div.product-card-section .pc-title-1{
        height: auto;
        padding: 10px 15px;
    }

    div.product-photo img{
        width: 100%;
    }

    div.product-card-section .product-attrs{
        display: block;
        padding: 15px 0;
    }

    div.product-card-section div.product-photo{
        display: block;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }

    div.product-card-section .product-cont{
        display: block;
        padding: 15px;
        border-radius: 5px;
    }

    div.product-card-section .product-title-2{
        /*  display: block;*/
    }

    div.product-card-section .product-title-2 *{
        font-size: 15px;
        /*  display: block;*/
    }

    .xs-hidden {
        display: none;
    }


    .product_checkout_block .product_img {
        width: 100% !important;
        height: auto !important;
    }

    .product_checkout_block table {
        width: 100% !important;
    }
    .product_checkout_block table tr td {
        padding: 5px;
    }


    .product_checkout_block input, .product_checkout_block select, .product_checkout_block textarea {
        width:50px;
        font-size: 12px;
    }


    .container.about-container {
        width: 100%;
    }
}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    div.benefits-swiper-control .title {
        font-size: 12px;
    }

    div.search-container {
        position: absolute;
        display: none;
    }

    div.header-elements > div {
        margin: 0 0 0 12px;
    }

    div.product-card-section .product-title-2{
        /*  display: block;*/
    }

    div.product-card-section .product-title-2 *{
        font-size: 16px;
        /*  display: block;*/
    }

    div.page_module table td {
        padding:5px 5px;
    }

    .container.about-container {
        width: 100%;
    }
}

/* LG */
@media (min-width: 1024px) and (max-width: 1466px) {
    .container.full-container-width {
        width:100%;
        padding:0;
    }
}

/* XL */
@media (min-width: 1280px) {

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}