@font-face {
	font-family:Exo2Bold; 
	src: url(../fonts/Exo2-bold.otf); 
}

@font-face {
	font-family:Exo2Med; 
	src: url(../fonts/Exo2-medium.otf); 
}

@font-face {
	font-family:Exo2Reg; 
	src: url(../fonts/Exo2-regular.otf); 
}

@font-face {
	font-family:Exo2Light; 
	src: url(../fonts/Exo2-light.otf); 
}

@font-face {
	font-family:Airborne; 
	src: url(../fonts/Airborne.ttf); 
}

html,  body {
    height: 100%;
}

#sp-header {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #f5f5f5;
    animation: 0.5s ease 0s 1 normal none running spFadeIn;
}

#sp-header .logo {
    height: 80px;
    display: inline-flex;
    align-items: center;
    margin: 0px;
    padding: 0px 30px;
    outline: none;
}

#sp-header .logo a {
    font-size: 24px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    outline: none;
}

#sp-header .logo a img {
    outline: none;
}

#sp-menu-main .sp-module {
    margin: 0px auto;
}

#sp-menu-main .dj-megamenu li a.dj-up_a {
    font-family: Exo2Bold, Tahoma, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    height: 80px;
    padding: 0px 15px;
}

#sp-menu-main .dj-megamenu li.active a.dj-up_a:hover {
    color: #1f96c2;   
}

#sp-menu-main .dj-megamenu li.hover a.dj-up_a, #sp-menu-main .dj-megamenu li.active a.dj-up_a, #sp-menu-main .dj-megamenu li a.dj-up_a:hover {
    color: #00aeef;
}

#sp-menu-main .dj-megamenu li a.dj-up_a > span {
    height: 80px;
}

#sp-menu-main .dj-megamenu li a.dj-up_a > span.dj-drop {
    padding: 0px 15px 0px 0px;
}

#sp-menu-main .dj-megamenu li a.dj-up_a .arrow {
    right: 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #1f96c2;
}

#sp-menu-main .dj-megamenu li div.dj-subwrap .dj-subwrap-in {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 7px 7px 9px 0px;
    border-top: 1px solid #f5f5f5;
    padding: 0px 16px 4px;
}

#sp-menu-main .dj-megamenu li ul.dj-submenu > li > a {
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #151515;
    padding: 7px 0px 9px;
    border-bottom: 1px solid #f5f5f5;
}

#sp-menu-main .dj-megamenu li ul.dj-submenu > li.active > a, #sp-menu-main .dj-megamenu li ul.dj-submenu > li:hover > a {
    color: #00aeef;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#sp-menu-main .dj-megamenu .dj-submenu li.parent > a .arrow {
    right: 2px;
}

#sp-menu-main .dj-megamenu .dj-submenu li.parent:not(.subtree):hover > a .arrow {
    right: 0px;
}

#sp-breadcrumb {
    background-color: #f5f5f5;
}

#sp-breadcrumb .breadcrumb {
    padding: 5px 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
}

#sp-breadcrumb .breadcrumb li a {
    color: #999;
    text-decoration: underline;
}

#sp-breadcrumb .breadcrumb li a:hover {
    color: #666;
    text-decoration: none;
}

#sp-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #666;
}

#sp-contacts .sp-column {
    float: right;
}

.contacts {
    padding: 0px 30px;
}

.contacts .contact-wrapper {
    width: 580px;
    height: 80px;
    display: inline-table;
}

.contacts .contact-wrapper > div {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contacts .contact-wrapper .phone-social {
    width: 55%;
}

.contacts .contact-wrapper .phone-social .icon-phone {
    width: 16px;
    height: 16px;
    position: relative;
    top: -8px;
    display: none;
    margin-right: 10px;
}

.contacts .contact-wrapper .phone-social a {
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333333;
}

.contacts .contact-wrapper .phone-social a:hover {
    color: #1f96c2;
}

.contacts .contact-wrapper .phone-social .socials {
    width: 100%;
    display: none;
    margin: 4px auto 0px;
}

.contacts .contact-wrapper .phone-social .socials a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 2px;
}

.contacts .contact-wrapper .phone-social .socials a img {
    width: 20px;
    height: 20px;
    transition: all 0.25s ease 0s;
}

.contacts .contact-wrapper .call {
    width: 30%;
}

.contacts .contact-wrapper .call .call-button {
    position: relative;
    top: 1px;
    display: inline-block;
    transform: skewX(-15deg);
    background-color: #00aeef;
    transition: all 0.25s ease 0s;
}

.contacts .contact-wrapper .call .call-button:hover {
    background-color: #1f96c2;
}

.contacts .contact-wrapper .call .call-button a {
    display: block;
    padding: 3px 25px 4px;
    transform: skewX(15deg);
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.contacts .contact-wrapper .shop-cart {
    position: relative;
    width: 15%;
}

.contacts .contact-wrapper .shop-cart > a {
    display: inline-block;
    width: 52px;
    height: 52px;
}

.contacts .contact-wrapper .shop-cart .jc-img-cart, .contacts .contact-wrapper .shop-cart .jc-img-cart:hover {
    margin-top: 3px;
    background: url(/media/mod_jcart_ajax/images/cart.png) no-repeat scroll 0 0;
    background-size: 52px 52px;
    width: 52px;
    height: 52px;
}

.contacts .contact-wrapper .shop-cart .jc-img-cart .jc-qt-product {
    display: inline-block;
    text-align: center;
    font-family: Exo2Bold, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #1f96c2;
    width: 24px;
    height: 24px;
}

.contacts .contact-wrapper .shop-cart > a:hover .jc-qt-product {
    background-color: #00aeef;
}

.contacts .contact-wrapper .shop-cart .jc-content {
    right: 0;
    margin: 11px 0 0;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 25%);
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-list-empty, .contacts .contact-wrapper .shop-cart .jc-content .jc-list-product {
    padding: 15px 15px 10px;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-row {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-img-product {
    display: none;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-name-product {
    display: inline-block;
    width: 100%;
    line-height: 20px;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-name-product a {
    display: inline-block;
    margin-bottom: 5px;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 18px;
    color: #00aeef;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-name-product a:hover {
    color: #1f96c2;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-name-product .jc-attr {
    display: inline-block;
    width: 100%;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 15px;
    color: #000;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-control {
    display: inline-block;
    width: 100%;
    padding: 0 0 0;
    margin-top: 15px;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-control .jc-remove {
    float: left;
    width: 24px;
    height: 24px;
    padding: 0 5px;
    border-radius: 0px;
    background-color: #333;
    color: #fff;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-control .jc-remove:hover {
    background-color: #666;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-control .btn {
    float: left;
    padding: 0 5px;
    height: 24px;
    background-color: #00aeef;
    border: none;
    border-radius: 0;
    font-family: Airborne, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-control .btn:hover {
    background-color: #1f96c2;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-control .jc-inputbox {
    padding: 0 5px;
    float: left;
    height: 24px;
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-control .jc-price {
    display: block;
    float: right;
    width: auto;
    margin-left: 30px;
    padding: 0 0;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #1f96c2;
    font-weight: normal;
    text-align: right;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-control .jc-price span {
    display: none;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-hr {
    display: none;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-total {
    display: inline-block;
    padding: 10px 0 0;
    text-align: center;
    text-transform: none;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-total > div {
    display: inline-block;
    margin-right: 5px;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-total .jc-total-qt {
    display: inline-block;
    margin-left: 5px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #1f96c2;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-btn-center {
    display: inline-block;
    width: 100%;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-btn-center .btn {
    display: block;
    width: auto;
    margin: 0 0 0;
    padding: 4px 12px;
    background-image: none;
    outline: none;
    border: none;
    border-radius: 0;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-btn-center .btn-primary {
    background-color: #00aeef;
    float: left;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-btn-center .btn-success {
    background-color: #666;
    float: right;
}

.contacts .contact-wrapper .shop-cart .jc-content .jc-btn-center .btn:hover {
    background-color: #1f96c2;
}

#wjcallback-modal .wjcallbackform {
    min-width: 360px !important;
}

#wjcallback-modal .wjcallbackform .modal-dialog {
    margin: 0 0;
}

#wjcallback-modal .wjcallbackform .modal-dialog .modal-header {
    position: relative;
    padding: 20px 15px 15px;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
}

#wjcallback-modal .wjcallbackform .modal-dialog .modal-header button {
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 0 0;
    border: none;
    background: none;
    font-family: Airborne, Tahoma, sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    opacity: 0.5;
    transition: all 0.25s ease 0s;
}

#wjcallback-modal .wjcallbackform .modal-dialog .modal-header button:hover {
    opacity: 1;
}

#wjcallback-modal .wjcallbackform .modal-dialog .modal-header .modal-title {
    margin-bottom: 0;
    font-family: Airborne, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
}

#wjcallback-modal .form-validate .modal-body {
    padding: 10px 15px;
}

#wjcallback-modal .form-validate .modal-body input[type="text"], #wjcallback-modal .form-validate .modal-body textarea {
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: none;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #333;
}

#wjcallback-modal .form-validate .modal-body textarea {
    resize: none;
}

#wjcallback-modal .form-validate .modal-body input[type="text"]::placeholder, #wjcallback-modal .form-validate .modal-body textarea::placeholder {
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #ccc;
}

#wjcallback-modal .wjcallbackform .modal-dialog .modal-footer {
    position: relative;
    padding: 15px 15px 20px;
    border-top: 1px solid #f5f5f5;
    border-radius: 0;
}

#wjcallback-modal .wjcallbackform .modal-dialog .modal-footer button {
    margin: 0 0;
    padding: 5px 15px;
    border-radius: 0;
    background-color: #00aeef;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.25s ease 0s;
}

#wjcallback-modal .wjcallbackform .modal-dialog .modal-footer button:hover {
    background-color: #1f96c2;
}

#sp-slider .djslider-default ul.djslider-in > li {
    max-height: 718px;
}

#sp-slider .djslider-default .slide-desc {
    position: absolute;
    top: 20%;
    right: 10%;
    max-width: 640px;
    bottom: auto !important;
    left: auto !important;
    width: 50% !important;
}

#sp-slider .djslider-default .slide-desc-text-default {
    padding: 20px;
}

#sp-slider .djslider-default .slide-desc-text-default .slide-title {
    font-family: Airborne, Tahoma, sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    text-transform: uppercase;
}

#sp-slider .djslider-default .slide-desc-text-default .slide-text {
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}

#sp-slider .djslider-default .slide-desc-text-default .slide-text p {
    margin-bottom: 0px;
}

#sp-slider .djslider-default .navigation-container {
    top: 47.5% !important;
    margin: 0px 15px !important;
}

#sp-slider .djslider-default .navigation-container img {
    opacity: 0.5;
    transition: all 0.25s ease 0s;
}

#sp-slider .djslider-default .navigation-container img:hover {
   opacity: 1;
}

#sp-slider .djslider-default .navigation-container-custom, #sp-slider .djslider-default .navigation-numbers {
    top: auto;
    right: auto;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

#sp-slider .djslider-default .load-button {
    width: 16px;
    height: 16px;
    opacity: 0.75;
    margin: 0px 4px;
    background: #757575;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
}

#sp-slider .djslider-default .load-button-active, #sp-slider .djslider-default .load-button:hover {
    opacity: 1;
    background: #00aeef;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
}

#sp-slider .djslider-default .load-button-active:hover {
    background: #1f96c2;
}

.happiness, .liberty {
    margin: 5px 0px 10px;
}

.happiness h3, .liberty h3 {
    margin-bottom: 5px;
    font-family: Airborne, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 1px;
    color: #151515;
}

.happiness h3 span, .liberty h3 span {
    color: #00aeef;
}

.happiness .happy-table, .liberty .liberty-table {
    display: inline-block;
    width: 100%;
}

.happiness .happy-table .happy-block, .liberty .liberty-table .liberty-block {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.happiness .happy-table .happy-block:last-child, .liberty .liberty-table .liberty-block:last-child {
    margin-right: 0px;
}

.happiness .happy-table .happy-block .happy-content, .liberty .liberty-table .liberty-block .liberty-content {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 20px 30px;
}

.happiness .happy-table .happy-block a::after, .liberty .liberty-table .liberty-block a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease 0s;
}

.happiness .happy-table .happy-block a:hover::after, .liberty .liberty-table .liberty-block a:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
}

.happiness .happy-table .happy-block .happy-content span, .liberty .liberty-table .liberty-block .liberty-content span {
    float: left;
    margin-right: 20px;
    font-family: Airborne, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #fff;
}

.happiness .happy-table .happy-block .happy-content div, .liberty .liberty-table .liberty-block .liberty-content div {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    transform: skewX(-15deg);
    margin: 6px 0px;
    transition: all 0.25s ease 0s;
}

.happiness .happy-table .happy-block a:hover .happy-content div, .liberty .liberty-table .liberty-block a:hover .liberty-content div {
    background-color: #00aeef;
    color: #fff;
}

.happiness .happy-table .happy-block .happy-content div p, .liberty .liberty-table .liberty-block .liberty-content div p {
    transform: skewX(15deg);
    margin-bottom: 0px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 3px 20px;
}

section#sp-course {
    position: relative;
    background-color: #f7f7f7;
    padding: 10px 0px 40px;
    overflow: hidden;
}

section#sp-course::before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 647px;
    height: 405px;
    bottom: 0px;
    right: -30px;
    background: url(../images/bg-course-center.png) right bottom / 100% no-repeat;
}

#sp-course h3 {
    width: 60%;
    margin-bottom: 30px;
    font-family: Airborne, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 1px;
    text-align: left;
    color: #151515;
}

#sp-course h3 span {
    color: #00aeef;
}

#sp-course .course-block {
    position: relative;
    width: 778px;
    margin: 0px auto;
}

#sp-course .course-block::before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 165px;
    height: 122px;
    bottom: -30px;
    left: -30px;
    background: url(../images/bg-course-dotted-left.png) left bottom / 100% no-repeat;
}

#sp-course .course-block::after {
    position: absolute;
    z-index: 3;
    display: block;
    content: "";
    width: 181px;
    height: 184px;
    top: -90px;
    right: -75px;
    background: url(../images/bg-course-cross-right.png) right top / 100% no-repeat;
}

#sp-course .course-block .course-title {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 75px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border-left: 4px solid #00aeef;
    border-right: 4px solid #fff;
    transform: skewX(-12deg);
    transition: all 0.25s ease 0s;
}

#sp-course .course-block a:hover .course-title {
    background-color: #00aeef;
    color: #fff;
    border-left: 4px solid #00aeef;
    border-right: 4px solid #00aeef;
}

#sp-course .course-block .course-title p {
    transform: skewX(12deg);
    margin-bottom: 0px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 30px;
}

#sp-course .course-block .course {
    overflow: hidden;
}

#sp-course .course-block .course1::before {
    position: absolute;
    display: block;
    content: "";
    box-sizing: border-box;
    width: auto;
    min-width: 638px;
    height: 100%;
    transform: skewX(-12deg);
    top: -10px;
    left: 91px;
    border-width: 1px;
    border-style: solid;
    border-color: #d5d5d5;
    border-image: initial;
    border-radius: 1px;
}

#sp-course .course-block .course1::after {
    position: absolute;
    top: 0px;
    left: 76px;
    z-index: 2;
    display: block;
    content: "";
    box-sizing: border-box;
    width: auto;
    min-width: 637px;
    height: 100%;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease 0s;
}

#sp-course .course-block .course-image {
    height: 400px;
    position: relative;
    z-index: 1;
}

#sp-course .course-block .course-image::before {
    position: absolute;
    top: 0px;
    left: 76px;
    z-index: 2;
    display: block;
    content: "";
    box-sizing: border-box;
    width: auto;
    min-width: 637px;
    height: 100%;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease 0s;
}

#sp-course .course-block a:hover .course-image::before {
    background-color: rgba(0, 0, 0, 0.0);
}

#sp-course .course-block .course-image img {
    clip-path: polygon(18% 0px, 100% 0px, 82% 100%, 0% 100%);
    position: absolute;
    top: -25%;
}

#sp-main-body {
    padding: 0px;
}

#sp-bottom-logo {
    width: 100%;
    height: 200px;
    background: url(../images/bg-bottom-logo.png) right top -60px / 100% no-repeat, rgb(246, 246, 246);
}

#sp-bottom-logo p {
    margin-bottom: 0px;
}

#sp-bottom-logo p img {
    margin: 8px 20%;
}

#sp-gallery {
    margin: 0px;
    padding: 0px;
}

#sp-gallery .cis_images_row + div {
    visibility: hidden;
}

section#sp-logo-footer {
    margin: 5px 0px 0px;
}

#sp-logo-footer .logo-link-footer {
    width: 100%;
    display: inline-table;
}

#sp-logo-footer .logo-link-footer > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

#sp-logo-footer .logo-link-footer .link-footer {
    text-align: right;
}

#sp-logo-footer .logo-link-footer .link-button {
    display: inline-block;
    transform: skewX(-15deg);
    background-color: #00aeef;
    transition: all 0.25s ease 0s;
}

#sp-logo-footer .logo-link-footer .link-button:hover {
    background-color: #1f96c2;
}

#sp-logo-footer .logo-link-footer .link-button a {
    display: block;
    padding: 10px 25px;
    transform: skewX(15deg);
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

#sp-bottom {
    padding: 0px 0 0px;
    font-size: 16px;
    color: #151515 !important;
    background: #fff !important;
}

#sp-bottom .container-inner {
    padding: 10px 0px 0px;
    border-top: 1px solid #f5f5f5;
}

#sp-bottom .sp-module {
    margin-bottom: 0px;
}

#sp-bottom .footer-contacts > div {
    display: inline-flex;
    width: 100%;
    margin-bottom: 16px;
    line-height: 24px;
    font-family: Exo2Light, Tahoma, sans-serif;
}

#sp-bottom .footer-contacts > div img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
}

#sp-bottom .footer-contacts a {
    font-size: 24px;
    color: #00aeef;
}

#sp-bottom .footer-contacts a:hover {
    color: #1f96c2;   
}

#sp-bottom .footer-contacts .footer-phone a {
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 28px;
}

#sp-bottom h3, #sp-bottom .title_bottom_module {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #1f96c2;
}

#sp-bottom .menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#sp-bottom .menu li {
    margin-bottom: 12px;
    line-height: 20px;
}

#sp-bottom .menu li a {
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 18px;
    color: #00aeef;
}

#sp-bottom .menu li a:hover {
    color: #666;
}

#sp-footer {
    padding: 0px;
    font-size: 14px;
    color: #151515 !important;
    background: #fff !important;
}

#sp-footer .container-inner {
    padding: 10px 0px 5px;
    border-top: 1px solid #f5f5f5;
}

#sp-footer p {
    margin-bottom: 5px;
}

#sp-footer .footer-socials {
    width: 100%;
    height: 36px;
    display: inline-block;
    text-align: center;
    margin: 8px auto 0px;
}

#sp-footer .footer-socials a {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0px 2px;
}

#sp-footer .footer-socials a img {
    width: 36px;
    height: 36px;
    transition: all 0.25s ease 0s;
}

#sp-footer .footer-socials a:hover img {
    opacity: 0.75;   
}

#sp-footer #sp-footer2 {
    text-align: right;
}

#sp-footer p a {
    color: #aaaaaa;
    text-decoration: underline;
}

#sp-footer p a:hover {
    color: #aaaaaa;
    text-decoration: none;
}

.sp-scroll-up {
    bottom: 15px;
    right: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

/*  JOOMSHOPPING */
#comjshop {
    margin: 15px 0 15px;    
}

.jshop h1, .jshop .prod_full_name, .jshop .listproduct {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    color: #151515;
}

.jshop .row-fluid .sblock3:first-child {
    margin-left: 0;
}

.jshop .row-fluid:first-child .sblock3 {
    border-top: none;
}

.jshop .row-fluid .sblock3 {
    width: 33%;
    margin-left: 0.5%;
}

.jshop .jshop_list_product .block_product {
    margin-top: 15px;
    margin-bottom: 0px;
}

.jshop .jshop_list_product .product {
    padding: 14px 15px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #f5f5f5;
}

.jshop .jshop_list_product .product:hover {
    background-color: #fcfcfc;
}

.jshop .jshop_list_product .product:hover .image_block::before {
    background: rgba(0, 0, 0, 0.0);
}

.jshop .jshop_list_product .product:hover .name {
    color: #00aeef;
}

.jshop .jshop_list_product .product:hover .name:hover {
    color: #1f96c2;
}

.jshop .jshop_list_product .product:hover .oiproduct {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.jshop .jshop_list_product .product:hover .buttons .product_button {
    background-color: #00aeef;
}

.jshop .jshop_list_product .product:hover .buttons .product_button:hover {
    background-color: #1f96c2;
}

.jshop .jshop_list_product .product .image {
    display: inline-flex;
    margin-bottom: 10px;
}
.jshop .jshop_list_product .image_block {
    position: relative;
    display: inline-block;
    padding: 0px;
    outline: none;
    width: 100%;
    max-height: 260px;
    overflow: hidden;
}

.jshop .jshop_list_product .image_block img {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: inherit;
    min-height: 260px;
    object-fit: cover;
}

.jshop .jshop_list_product .image_block::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.jshop .jshop_list_product .product .name {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.jshop .jshop_list_product .product .oiproduct {
    display: inline-table;
    width: 100%;
    min-height: 62px;
    margin-top: 5px;
    padding: 5px 0px;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.jshop .jshop_list_product .product .extra_fields {
    display: table-cell;
    width: 50%;
}

.jshop .jshop_list_product .product .extra_fields div {
    height: 24px;
    line-height: 24px;
}

.jshop .jshop_list_product .product .extra_fields div img {
    float: left;
    position: relative;
    top: 2px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.jshop .jshop_list_product .product .extra_fields div span {
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #151515;
}

.jshop .jshop_list_product .product .jshop_price {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
    color: #1f96c2;
}

.jshop .jshop_list_product .product .jshop_price span {
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
}

.jshop .jshop_list_product .product .jshop_price .currencycode {
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0px;
}

.jshop .jshop_list_product .price_extra_info {
    margin-bottom: 0;
}

.jshop .jshop_list_product .product .description {
    display: none;
    padding-bottom: 0px;
    padding-top: 0px;
}

.jshop .jshop_list_product .product .buttons {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.jshop .jshop_list_product .product .buttons .product_button {
    position: relative;
    top: 1px;
    display: inline-block;
    transform: skewX(-15deg);
    background-color: #999;
    transition: all 0.25s ease 0s;
}

.jshop .jshop_list_product .product .buttons .product_button .button_detail {
    display: block;
    padding: 3px 15px;
    margin: 0 0;
    border-radius: 0;
    transform: skewX(15deg);
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.list_description {
    margin: 15px 0 0;
    padding: 15px 0 0px;
    border-top: 1px solid #f5f5f5;
}

.list_description h4 {
    margin-bottom: 10px;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: #151515;
}

.list_description p {
    margin-bottom: 10px;
}

.jshop .span5 {
    width: 42%;
    margin-right: 2%;
    float: left;
}

.jshop .span7 {
    width: 56%;
    float: right;
}

.productfull.default .product-buttons {
    display: none !important;
}

.productfull.certif .addtocart-button {
    /*display: none !important;*/
    display: block;
    width: 65%;
    float: right;
}

.productfull h1, .jshop .prod_full_name, .jshop .listproduct {
    margin-bottom: 20px;
}

.productfull .row-fluid.jshop {
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 360px;
}

.productfull .text_zoom {
    display: none;
}

.productfull #list_product_image_middle {
    height: 363px;
    overflow: hidden;
    padding-bottom: 3px;
    background-color: #fff;
}
   
.productfull .video_full {
    width: 100%;
    max-height: 360px;
    overflow: hidden;
}   

.productfull .video_full iframe {
    width: inherit;
    height: 361px;
}

.zoomWindowContainer > div {
    border: 0px solid #fff !important;
    margin-left: 10px;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.productfull .jshop_img_description img.jshop_img_thumb {
    cursor: pointer;
    padding: 2px 3px;
    margin-left: -1px;
    margin-right: 0;
    margin-bottom: 0;
    border: 0px solid #fff;
    background-color: #fff;
}

.productfull .jshop_prod_description {
    padding: 0 0;
}

.productfull .jshop_prod_description .prod_description {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}

.productfull .jshop_prod_description h4, .productfull .jshop_prod_description .title_descr {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #151515;
}

.productfull .jshop_prod_description ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0;
}

.productfull .jshop_prod_description ul li {
    background: url(../images/jshopping/list-mark.png) left top 4px no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    margin-left: 0px;
    margin-bottom: 8px;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.productfull .jshop_prod_attributes {
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.productfull .jshop_prod_attributes .attributgr_name {
    display: inline-block;
    margin-bottom: 10px;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #151515;
}

.productfull .jshop_prod_attributes .attribut {
    display: inline-table;
    position: relative;
    width: 100%;
    padding: 5px 0;
    vertical-align: middle;
}

.productfull .jshop_prod_attributes .attribut .attributes_name {
    display: inline-block;
    width: 100%;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-left: 25px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.productfull .jshop_prod_attributes .attribut .attributes_name:hover, .productfull .jshop_prod_attributes .row-attr-6 .attribut .attribute-price label:hover {
    color: #666;
}

.productfull .jshop_prod_attributes .row-attr-6 .attribut .attributes_name {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
}

.productfull .jshop_prod_attributes .row-attr-6 .attribut .attribute-price {
    display: block;
    margin-top: 5px;
    width: 100%;
    text-align: left;
}

.productfull .jshop_prod_attributes .row-attr-6 .attribut .attribute-price .input_type_radio {
    position: relative;
    margin-right: 30px;
}

.productfull .jshop_prod_attributes .row-attr-6 .attribut .attribute-price label {
    margin-right: 0px;
    cursor: pointer;
    padding-left: 24px;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.productfull .jshop_prod_attributes .row-attr-6 .attribut .attribute-price label .attr_value_description {
    margin: 5px 0 10px;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    transition: all 0.25s ease;
}

.productfull .jshop_prod_attributes .row-attr-6 .attribut .attribute-price label .attr_value_description p {
    margin-bottom: 0;
}

.productfull .jshop_prod_attributes .attribut input[type=checkbox] {
    position: absolute;
    left: -1999px;
    top: 10px;
    cursor: pointer;
    margin-left: 0px;
}

.productfull .jshop_prod_attributes .attribut input[type=checkbox]::before {
    position: absolute;
    top: -2px;
    left: 1999px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
}

.productfull .jshop_prod_attributes .attribut input[type=checkbox]:hover::before {
    border: 2px solid #1f96c2;
    background-color: #fff;
}

.productfull .jshop_prod_attributes .attribut input[type=checkbox]:checked::before {
    border: 2px solid #00aeef;
    background-color: #00aeef;
}

.productfull .jshop_prod_attributes .attribut input[type=checkbox]:checked:hover::before {
    border: 2px solid #1f96c2;
    background-color: #1f96c2;
}

.productfull .jshop_prod_attributes .attribut input[type=radio] {
    position: absolute;
    left: -1999px;
    top: 6px;
    cursor: pointer;
}

.productfull .jshop_prod_attributes .attribut input[type=radio]::before {
    position: absolute;
    top: -2px;
    left: 1999px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
}

.productfull .jshop_prod_attributes .attribut input[type=radio]:hover::before {
    border: 2px solid #1f96c2;
    background-color: #fff;
}

.productfull .jshop_prod_attributes .attribut input[type=radio]:checked::before {
    border: 2px solid #00aeef;
    background-color: #00aeef;
}

.productfull .jshop_prod_attributes .attribut input[type=radio]:checked:hover::before {
    border: 2px solid #1f96c2;
    background-color: #1f96c2;
}

.productfull .jshop_prod_attributes .attribut input[type=radio]:checked + label .attr_value_description {
    color: #666;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 3px;
}

.productfull .jshop_prod_attributes .attribut input[type=radio]:hover + label .attr_value_description, 
.productfull .jshop_prod_attributes .attribut input[type=radio]:checked:hover + label .attr_value_description {
    color: #666;
    border-bottom: 1px dashed #fff;
}

.productfull .jshop_prod_attributes .attribut .attribute-price {
    display: table-cell;
    width: 40%;
    text-align: right;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #00aeef;
}

.productfull .extra_fields {
    margin: 15px 0 0;   
}

.productfull .extra_fields .extra_fields_group {
    display: none;
    margin-bottom: 15px;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #151515;
}

.productfull .extra_fields .extra_fields_name {
    display: block;
    padding-bottom: 5px;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.productfull .extra_fields .extra_fields_value {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #151515;
}

/*.productfull .extra_fields .flight_height {
    display: inline-block;
    padding: 10px 30px;
    background-color: #1f96c2;
}

.productfull .extra_fields .flight_height .extra_fields_name {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.productfull .extra_fields .flight_height .extra_fields_value {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
}*/

.productfull .price_block {
    width: 360px;
    position: absolute;
    bottom: 3px;
    right: 0;
}

.productfull .prod_price {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ccc;
    text-align: center;
}

.productfull #zero_price {
    display: none;
}

.productfull .prod_price .price_title {
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #151515;
}

.productfull .prod_price #block_price {
    display: block;
    font-family: Exo2Bold, Tahoma, sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #1f96c2;
}

.productfull .prod_price #block_price .currencycode {
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    font-style: normal;
}

.productfull .buttons {
    padding-left: 0;
    /*width: 38%;*/
    width: auto;
}

.productfull .prod_buttons {
    display: block !important;
    margin-top: 0px;
    float: left;
}

.productfull .prod_qty, .productfull .prod_qty_input {
  display: none;
}

.productfull input.addtocart-button {
    display: block;
    width: 360px;
    padding: 5px 0px;
    background-image: none;
    outline: none;
    border: none;
    border-radius: 0;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.productfull input.addtocart-button, .productfull input.btn-buy {
    background-color: #00aeef;
}

.productfull input.btn-buy, .productfull a.jc-in-cart {
    display: block;
    margin: 0 0 0;
    padding: 5px 15px;
    background-image: none;
    outline: none;
    border: none;
    border-radius: 0;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.productfull input.btn-buy {
    width: 100%;
}

.productfull a.jc-in-cart {
    background-color: #666;
    float: right;
    width: 62%;
    position: absolute;
    width: 100%;
}

.productfull input.addtocart-button:hover, .productfull input.btn-buy:hover, .productfull a.jc-in-cart:hover {
    background-color: #1f96c2;
}

.productfull .custom_field.cfield_4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    color: #151515;
}

.productfull .custom_field.cfield_1, .productfull .custom_field.cfield_2 {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0px;
}

.productfull .custom_field.cfield_1 {
    padding: 15px 0;
    background-color: #f5f5f5;
}

.productfull .custom_field.cfield_1 table {
    width: 100%;
}

.productfull .custom_field.cfield_1 table td {
    width: 50%;
    vertical-align: middle;
    padding: 10px 20px;
    text-align: left;
}

.productfull .custom_field.cfield_1 table td img {
    display: inline-flex;
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.productfull .custom_field.cfield_1 table td h5, .productfull .custom_field.cfield_1 table td .title_advant {
    margin-bottom: 0;
    padding: 4px 0;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #00aeef;
}

.productfull .custom_field.cfield_1 table td p {
    margin-bottom: 0;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.productfull .custom_field.cfield_2 .field_title {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 35px;
    margin-bottom: 15px;
    background: url(../images/jshopping/description-chevron-right.png) left center no-repeat;
    background-size: 24px 24px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #757575;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.productfull .custom_field.cfield_2 .field_title:hover {
    color: #1f96c2;
}

.productfull .custom_field.cfield_2 .field_title strong {
    font-weight: normal;
    padding-bottom: 2px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.productfull .custom_field.cfield_2 .field_title:hover strong {
}

.productfull .custom_field.cfield_2 .field_content {
    display: none; 
    cursor: pointer;
    padding: 10px 0 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.productfull .custom_field.cfield_2 .field_title:hover + .field_content {
    border-top: 1px solid #1f96c2;
    border-bottom: 1px solid #1f96c2;
}

.productfull .custom_field .field_content h1 {
    text-align: left;
}

.productfull .second_description {
    margin: 15px 0 5px;
}

.productfull .second_description h4, .productfull .second_description .title_second_desc {
    margin-bottom: 10px;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: #151515;
}

.productfull .second_description iframe {
    max-width: 100%;
}

/*.productfull .second_description .video-container {
    position: relative;
    padding-bottom: 56.25%; height: 0; overflow: hidden;
    height: 0;
    overflow: hidden;
}

.productfull .second_description .video-container iframe,
.productfull .second_description .video-container object,
.productfull .second_description .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-width: 0;
    outline-width: 0;
}

.productfull .second_description .video-container .blog-column {
  max-width: 590px;
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
  margin: 15px 0;
}*/

.productfull .second_description .title_advant {
    margin-bottom: 0;
    padding: 4px 0;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #00aeef;
	text-align: center;
}

.productfull .second_description p {
    margin-bottom: 10px;
}

.productfull .second_description .zhym-map-default {
    margin-top: 40px !important;
}

.productfull .second_description .zhym-map-default, 
.productfull .second_description .zhym-map-default > ymaps, .productfull .second_description .zhym-map-default > ymaps > ymaps {
    width: 100% !important;
}

.productfull .second_description .zhym-map-default .ymaps-2-1-79-balloon-content__header {
    margin: 0 0 0 !important;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 20px !important;
    line-height: 20px;
    color: #333;
    font-weight: normal !important;
}

.productfull .similar_header, .productfull .related_header {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: none;
    text-align: center;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #151515;
}

.productfull .jshop_list_product .jshop_similar, .productfull .jshop_list_product .jshop_related {
    width: 32.5%;
    display: inline-block;
    margin-left: 1.25% !important;
    padding-bottom: 15px;
}

.productfull .jshop_list_product .jshop_similar:first-child, .productfull .jshop_list_product .jshop_related:first-child {
    margin-left: 0 !important;
}

.productfull .jshop_list_product .not_available {
    display: none;
}


.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout {
    margin: 0 auto;
    padding: 0 0;
    width: 360px;
    border-radius: 0px;
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px 999px rgba(0, 0, 0, 0.5);
    background: #fff;
    color: #333;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout h2 {
    margin: 0 0 0;
    padding: 20px 15px 15px;
    font-family: Airborne, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0px;
    color: #333;
    text-transform: none;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}

.dj-offcanvas-pusher-in #ContactClose_OneClick {
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 0 0;
    border: none;
    background: none;
    font-family: Airborne, Tahoma, sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    opacity: 0.5;
    transition: all 0.25s ease 0s;
}

.dj-offcanvas-pusher-in #ContactClose_OneClick:hover {
    opacity: 1;   
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout ul {
    padding: 15px;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout ul li {
    margin: 0 0 0;
    padding: 0 0;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout label {
    display: none;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout input, .dj-offcanvas-pusher-in #contactForm_Oneclickcheckout textarea {
    width: 100%;
    display: block;
    height: auto;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: none;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #333;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout textarea {
    resize: none;
    min-height: 100px;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout input::placeholder, .dj-offcanvas-pusher-in #contactForm_Oneclickcheckout textarea::placeholder {
    font-family: Exo2Light, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #ccc;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout #formButtons {
    position: relative;
    padding: 15px 15px 20px;
    border-top: 1px solid #f5f5f5;
    border-radius: 0;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout #formButtons #cancel_OneClick {
    display: none;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout #formButtons .addtocart_button {
    width: auto;
    margin: 0 0;
    padding: 5px 15px;
    border-radius: 0;
    background-color: #00aeef;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.25s ease 0s;
}

.dj-offcanvas-pusher-in #contactForm_Oneclickcheckout #formButtons .addtocart_button:hover {
    background-color: #1f96c2;
}

.jc-list-empty .empty_cart {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.minicart thead th {
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    color: #151515;
}

.minicart tbody td {
    vertical-align: middle;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.minicart .jshop_prod_cart a {
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #00aeef;
}

.minicart .jshop_prod_cart a:hover {
    color: #1f96c2;
}

.minicart .jshop_prod_cart .jshop_cart_attribute {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Exo2Light, Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #000;
}

.minicart .jshop_prod_cart input[type=text] {
    padding: 5px 10px;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #151515;
    border: 1px solid #ccc;
    border-radius: 0;
}

.jshop_subtotal .total {
    font-weight: normal;
}

.jshop_subtotal .total td {
    vertical-align: middle;
}

.jshop_subtotal .total .name {
    width: 85%;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #151515;
}

.jshop_subtotal .total .value {
    width: 15%;
    font-family: Exo2Bold, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #1f96c2;
}

#order_add_info {
    height: 100px;
    width: 360px;
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #333;
    line-height: 20px;
    border-radius: 0px;
    resize: none;
}

#order_add_info:focus {
    background-color: #fff;
}

#oneStepCheckoutForm .button_order_finish {
    display: block;
    margin: 15px auto;
    padding: 3px 15px 4px;
    background-color: #00aeef;
    background-image: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.25s ease 0s;
}

#oneStepCheckoutForm .button_order_finish:hover, #oneStepCheckoutForm .button_order_finish:focus, #oneStepCheckoutForm .button_order_finish:active {
    box-shadow: none;
    background-color: #1f96c2;
}

#oneStepCheckoutForm .button_order_finish i {
    margin-right: 5px;
}

.article-details .article-header h1, .article-details .article-header h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    color: #151515;
}

.article-details .article-can-edit {
    display: none;
}

.content-map #YMapsID {
    margin-bottom: 15px !important;
}

.content-map #YMapsID, .content-map #YMapsID > ymaps, .content-map #YMapsID > ymaps > ymaps {
    width: 100% !important;
}

.page-error .error-page {
    display: inline-table;
    width: 100%;
    vertical-align: center;
    text-align: center;
}

.page-error .error-page {
    padding: 100px 0 130px;
    display: inline-table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.page-error .error-page .title-error-page {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: Exo2Med, Tahoma, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
    color: #151515;
}

.page-error .error-page p {
    margin-bottom: 0;
    font-family: Exo2Reg, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #333;
}

.page-error .error-page a:hover {
    color:#1f96c2;
}


/*  ADAPTIVE */
@media screen and (max-width: 1919px) and (min-width: 1680px) {
    .contacts .contact-wrapper .phone-social {
        text-align: right;
        padding-right: 20px;
    }

    .contacts .contact-wrapper .phone-social a {
        font-size: 34px;
    }
}

@media screen and (max-width: 1679px) and (min-width: 1440px) {
    #sp-header .logo {
        padding: 0px 15px;
    }
    
    #sp-logo {
        width: 15%;
        padding-right: 0;
    }
    
    #sp-menu-main {
        width: 55%;
        padding: 0 0;
    }
    
    #sp-menu-main .sp-module {
        margin: inherit;
    }
    
    #sp-menu-main .dj-megamenu li a.dj-up_a {
        padding: 0px 8px;
    }
    
    #sp-menu-main .dj-megamenu li a.dj-up_a .arrow {
        right: 10px;
    }
    
    #sp-contacts {
        width: 30%;
        padding-left: 0;
    }
    
    .contacts {
        padding: 0px 15px;
    }
    
    .contacts .contact-wrapper {
        width: 460px;
    }
    
    .contacts .contact-wrapper .call .call-button a {
        padding: 1px 10px 2px;
    }
    
    .contacts .contact-wrapper .phone-social a {
        font-size: 30px;
        line-height: 36px;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default .slide-title {
        font-size: 32px;
        line-height: 38px;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default .slide-text {
        font-size: 18px;
        line-height: 24px;
    }
    
    .happiness h3, .liberty h3, #sp-course h3 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .container {
        max-width: inherit;
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 1279px) {
    #oneStepCheckoutForm .data-uk-grid-margin {
        width: 100% !important;
        padding-left: 0px !important;
        margin-bottom: 15px;
        float: none !important;    
    }
    
    #oneStepCheckoutForm > .uk-grid {
        margin: 0 0 0 0px !important;
    }
    
    .container {
        max-width: inherit;
        width: 100%;
        padding: 0 15px;
    }
    
    #sp-logo, #sp-menu-main, #sp-contacts {
        width: auto;
    }
    
    #sp-header .logo {
        padding: 0px 15px;
    }

    .contacts {
        padding: 0px 15px;
    }
    
    .contacts .contact-wrapper .shop-cart .jc-content {
        display: none !important;
    }

    ul.dj-mobile-nav li.dj-mobileitem > a {
        padding: 10px 40px 10px 15px !important;
    }
    
    ul.dj-mobile-nav li.dj-mobileitem.parent > a span.toggler {
        top: 0px !important;
        height: 34px;
        width: 34px;
        padding: 7px 7px !important;
        background: url('../images/arrow-mobile-menu.png') center right 15px no-repeat;
    }

    ul.dj-mobile-nav ul li.dj-mobileitem.parent > a span.toggler {
        background: url('../images/arrow-mobile-submenu.png') center right 15px no-repeat;
    }
    
    ul.dj-mobile-nav li.dj-mobileitem.parent > a span.toggler::before {
        display: none;
    }
    
    #sp-menu-main {
        position: absolute;
        display: inline-block;
        float: right;
        height: 46px;
        right: 0px;
        top: 18px;   
    }
    
    #sp-menu-main .dj-megamenu-offcanvas {
        height: 46px;
    }
    
    #sp-menu-main .dj-megamenu-offcanvas .dj-mobile-open-btn {
        font-size: 28px;
        line-height: 28px;
        padding: 0px 0px;
        margin: 9px 0;
        border-radius: 0px;
    }
    
    #sp-menu-main .dj-megamenu-offcanvas .dj-mobile-open-btn:hover, #sp-menu-main .dj-megamenu-offcanvas .dj-mobile-open-btn:focus {
        background: #fff !important;
        color: #A9B0B6 !important;
    }
    
    .happiness .happy-table .happy-block .happy-content, .liberty .liberty-table .liberty-block .liberty-content {
        padding: 15px 15px;
    }
    
    .happiness .happy-table .happy-block a::after, .liberty .liberty-table .liberty-block a::after {
        background-color: rgba(0, 0, 0, 0.05);
    }
}


@media screen and (max-width: 1439px) and (min-width: 1280px) {
    .contacts .contact-wrapper .shop-cart .jc-content {
        margin: -8px 0 0;
    }
    
    #sp-header .logo {
        padding: 0px 15px;
    }
    
    #sp-logo {
        width: 15%;
        padding-right: 0;
    }
    
    #sp-menu-main {
        width: 57%;
        padding: 0 0;
    }
    
    #sp-menu-main .dj-megamenu li a.dj-up_a {
        padding: 0px 7px;
    }
    
    #sp-menu-main .dj-megamenu li a.dj-up_a .arrow {
        right: 7px;
    }
    
    #sp-contacts {
        width: 28%;
        padding-left: 0;
    }
    
    .contacts {
        padding: 0px 15px;
    }
    
    .contacts .contact-wrapper {
        width: auto;
        display: inline-block;
    }
    
    .contacts .contact-wrapper > div {
        width: auto !important;
        height: auto;
        float: left;
        display: inline-table;
    }
    
    .contacts .contact-wrapper .phone-social a {
        font-size: 34px;
    }
    
    .contacts .contact-wrapper .shop-cart .jc-img-cart, .contacts .contact-wrapper .shop-cart .jc-img-cart:hover {
        position: relative;
        top: -8px;
        height: 44px;
        background-size: 44px 44px;
    }
    
    .contacts .contact-wrapper .shop-cart {
        margin-left: 20px;
    }
    
    .contacts .contact-wrapper .shop-cart .jc-shop, .contacts .contact-wrapper .shop-cart a {
        height: 32px;
    }

    #sp-slider .djslider-default .slide-desc-text-default .slide-title {
        font-size: 32px;
        line-height: 38px;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default .slide-text {
        font-size: 18px;
        line-height: 24px;
    }
    
    .happiness h3, .liberty h3, #sp-course h3 {
        font-size: 42px;
        line-height: 50px;
    }
    
    .productfull #list_product_image_middle {
        height: 348px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    #sp-slider .djslider-default .slide-desc {
        top: 10%;
        width: auto !important;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default {
        padding: 15px;
    }

    #sp-slider .djslider-default .slide-desc-text-default .slide-title {
        margin-bottom: 5px;
        font-size: 28px;
        line-height: 34px;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default .slide-text {
        font-size: 17px;
        line-height: 21px;
    }
    
    .happiness h3, .liberty h3, #sp-course h3 {
        font-size: 38px;
        line-height: 46px;
    }
    
    #sp-footer1 {
        width: 56%;
    }
    
    #sp-footer-social, #sp-footer2 {
        width: 22%;
    }
    
    .jshop h1, .jshop .prod_full_name, .jshop .listproduct, .productfull .custom_field.cfield_4 {
        font-size: 28px;
    }
    
    .productfull #list_product_image_middle {
        height: auto;
    }
    
    .productfull .price_block {
        position: relative;
        bottom: auto;
        right: auto;
        float: right;
        margin-top: 10px;
    }
    
    .productfull .slick-arrow {
        top: 22px;
    }
}

@media screen and (max-width: 1023px) {
    #sp-header .sp-module {
        margin-left: 0px;
    }

    .contacts .contact-wrapper {
        width: auto;
    }
    
    #sp-slider .djslider-default .navigation-container-custom, #sp-slider .djslider-default .navigation-numbers {
        bottom: 5px;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default {
        padding: 15px;
    }
    
    .happiness .happy-table .happy-block .happy-content span, .liberty .liberty-table .liberty-block .liberty-content span {
        float: none;
        display: block;
        margin-right: 0px;
        text-shadow: 1px 1px 0px rgb(0 0 0 / 50%);
    }
    
    #sp-course .course-block {
        width: auto;
    }
    
    #sp-course .course-block .course1::after {
        display: none;
    }
    
    #sp-course .course-block .course-image::before {
        display: none;
    }
    
    #sp-bottom-logo {
        height: 154px;
    }
    
    #sp-bottom-logo p img {
        width: 50%;
    }
    
    #sp-bottom1 {
        width: 100%;
        order: 5;
        padding-top: 15px;
        border-top: 1px solid #f5f5f5;
    }
    
    .jshop .jshop_list_product .image_block::before {
        display: none;
    }
    
    .jshop .jshop_list_product .product .name {
        text-align: left;
    }
    
    .jshop .jshop_list_product .product .oiproduct {
        display: inline-block;
        width: 100%;
        min-height: initial;
    }
    
    .jshop .jshop_list_product .product .jshop_price {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }
    
    .jshop .jshop_list_product .product .buttons {
        text-align: left;
    }
    
    .jshop h1, .jshop .prod_full_name, .jshop .listproduct, .productfull .custom_field.cfield_4 {
        font-size: 28px;
        line-height: 28px;
    }
    
    .jshop .span5, .jshop .span7 {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    
    .jshop .product-content {
        margin-top: 15px;
    }
    
    .productfull #list_product_image_middle {
        height: auto;
    }
    
    .productfull .slick-arrow {
        top: 40%;
    }
    
    .productfull .price_block {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 5px;
        display: inline-block;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .contacts .contact-wrapper > div {
        width: auto !important;
        padding: 15px 0px;
        display: inline-block;
    }
    .contacts .contact-wrapper .phone-social a {
        margin-right: 20px;
        font-size: 28px;
        line-height: 32px;
    }
    
    .contacts .contact-wrapper .call .call-button a {
        padding: 3px 15px 4px;
    }
    
    .contacts .contact-wrapper .shop-cart {
        margin-left: 15px;
    }
    
    #sp-slider .djslider-default .slide-desc {
        top: 10%;
        right: auto;
        max-width: inherit;
        width: 84% !important;
        margin: 0 8%;
    }

    #sp-slider .djslider-default .slide-desc-text-default .slide-title {
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 32px;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default .slide-text {
        font-size: 16px;
        line-height: 18px;
    }
    
    .happiness h3, .liberty h3, #sp-course h3 {
        font-size: 32px;
        line-height: 38px;
    }
    
    .happiness .happy-table .happy-block, .liberty .liberty-table .liberty-block {
        text-align: center;
    }

    #sp-course .course-block::before, #sp-course .course-block::after, #sp-course .course-block .course1::before {
        display: none;
    }
    
    #sp-bottom2 {
        width: 20%;
    }
    
    #sp-bottom3 {
        width: 30%;
    }
    
    #sp-bottom4, #sp-bottom5 {
        width: 25%;
    }
    
    #sp-footer #sp-footer1 {
        width: 70%;
    }
    
    #sp-footer #sp-footer-social {
        width: 30%;
        float: right;
    }
    
    #sp-footer .footer-socials {
        text-align: right;
    }
    
    #sp-footer #sp-footer2 {
        text-align: left;
    }
}

@media screen and (max-width: 767px) and (min-width: 568px) {
    .contacts .contact-wrapper {
        position: relative;
        width: auto;
        display: inline-block;
    }
    
    .contacts .contact-wrapper > div {
        width: 100% !important;
        height: auto;
        float: none;
        display: block;
        text-align: left;
    }
    
    .contacts .contact-wrapper .shop-cart {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: auto !important;
    }
    
    .contacts .contact-wrapper .shop-cart .jc-img-cart, .contacts .contact-wrapper .shop-cart .jc-img-cart:hover {
        background-size: 44px 44px;
        height: 44px;
    }
    
    .contacts .contact-wrapper .phone-social a {
        font-size: 32px;
    }
    
    #sp-slider .djslider-default .slide-desc {
        top: 10%;
        right: auto;
        max-width: inherit;
        width: 84% !important;
        margin: 0 8%;
    }

    #sp-slider .djslider-default .slide-desc-text-default .slide-title {
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 32px;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default .slide-text {
        font-size: 16px;
        line-height: 18px;
    }
    
    .djslider-default, #sp-slider .djslider-default ul.djslider-in > li {
        min-height: 400px;
    }
    
    .djslider-default.img-vcenter img.dj-image {
        height: 400px !important;
        max-width: inherit;
        width: max-content !important;
        left: -50%;
    }
    
    .happiness h3, .liberty h3, #sp-course h3 {
        font-size: 36px;
        line-height: 44px;
        width: 100%;
    }
    
    #sp-course .course-block::before, #sp-course .course-block::after, #sp-course .course-block .course1::before {
        display: none;
    }
    
    #sp-course .course-block .course-title {
        top: 20px;
        left: 0;
    }
    
    .happiness .happy-table .happy-block, .liberty .liberty-table .liberty-block {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .happiness .happy-table .happy-block:last-child, .liberty .liberty-table .liberty-block:last-child {
        margin-bottom: 0px;
    }
    
    .happiness .happy-table .happy-block .happy-content span, .liberty .liberty-table .liberty-block .liberty-content span {
        float: left;
        display: block;
        margin-right: 15px;
        line-height: 62px;
        text-shadow: 1px 1px 0px rgb(0 0 0 / 50%);
    }
    
    .happiness .happy-table .happy-block .happy-image img, .liberty .liberty-table .liberty-block .liberty-image img {
        width: 100%;
    }
    
    #sp-bottom2, #sp-bottom3, #sp-bottom4, #sp-bottom5 {
        width: 50%;
        margin-bottom: 15px;
    }
    
    #sp-bottom h3, #sp-bottom .title_bottom_module {
        margin-bottom: 10px;
    }
    
    #sp-bottom .menu li {
        margin-bottom: 10px;
        line-height: 18px;
    }
    
    #sp-footer #sp-footer1, #sp-footer #sp-footer2 {
        text-align: left;
    }
    
    #sp-footer .footer-socials {
        text-align: left;
        margin: 10px 0;
    }
    
    .jshop h1, .jshop .prod_full_name, .jshop .listproduct, .productfull .custom_field.cfield_4 {
        font-size: 26px;
        line-height: 26px;
    }
    
    .jshop .row-fluid .sblock3, .productfull .jshop_list_product .jshop_similar, .productfull .jshop_list_product .jshop_related {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .jshop .jshop_list_product .block_product {
        border: none;
        padding: 0px;
        border-radius: 0;
    }
    
    .productfull .jshop_prod_attributes .attribut .attribute-price {
        width: 30%;
    }
    
    .productfull .custom_field.cfield_1 table {
        display: inline-block;
    }
    
    .productfull .custom_field.cfield_1 table td {
        width: 100%;
        display: inline-block;
    }
    
    .dj-offcanvas-pusher-in #contactForm_Oneclickcheckout {
        width: 90% !important;
    }

    .minicart thead {
        display: none;
    }
    
    .minicart tbody td {
        display: inline-block;
        width: 100%;
        max-width: 100% !important;
        text-align: center;
    }
    
    #oneStepCheckoutForm div.quantity {
        margin: 0 auto;
    }
    
    .jshop_subtotal .total .name {
        width: 50%;
    }
    
    .jshop_subtotal .total .value {
        width: 50%;
        text-align: left;
    }
}

@media screen and (max-width: 567px) and (min-width: 360px) {
    #sp-header {
        height: 165px;
    }
    
    #sp-header .sp-module {
        width: 100%;
    }
    
    #sp-contacts,  .contacts .contact-wrapper {
        width: 100%;
    }
    
    #sp-contacts .sp-column {
        float: none;
    }
    
    .contacts .contact-wrapper {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    
    .contacts .contact-wrapper > div {
        width: 100% !important;
        height: auto;
        float: none;
        display: block;
        text-align: left;
    }
    
    .contacts .contact-wrapper .shop-cart {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: auto !important;
    }
    
    .contacts .contact-wrapper .shop-cart .jc-img-cart, .contacts .contact-wrapper .shop-cart .jc-img-cart:hover {
        background-size: 44px 44px;
        height: 44px;
    }
    
    .contacts .contact-wrapper .phone-social a {
        font-size: 32px;
    }
    
    #sp-slider .djslider-default .slide-desc {
        top: 5%;
        right: auto;
        max-width: inherit;
        width: 90% !important;
        margin: 0 5%;
    }

    #sp-slider .djslider-default .slide-desc-text-default .slide-title {
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 32px;
    }
    
    #sp-slider .djslider-default .slide-desc-text-default .slide-text {
        font-size: 16px;
        line-height: 18px;
    }
    
    .djslider-loader-default {
        padding: 0 0 !important;
    }
    
    .djslider-default, #sp-slider .djslider-default ul.djslider-in > li {
        min-height: 500px;
        padding: 0 0 !important;
    }
    
    .djslider-default.img-vcenter img.dj-image {
        height: 500px !important;
        max-width: inherit;
        width: max-content !important;
        left: -100%;
    }

    .happiness h3, .liberty h3 {
        font-size: 32px;
        line-height: 40px;
    }
    
    #sp-course h3 {
        font-size: 28px;
        line-height: 36px;
        width: 100%;
    }
    
    section#sp-course::before, #sp-course .course-block::before, #sp-course .course-block::after, #sp-course .course-block .course1::before {
        display: none;
    }
    
    #sp-course .course-block .course-title {
        top: 20px;
        left: 0;
    }
    
    #sp-course .course-block .course-title p {
        font-size: 20px;
        line-height: 20px;
        padding: 5px 20px;
    }
    
    #sp-course .course-block .course-image {
        height: 250px;
    }
    
    .happiness .happy-table .happy-block, .liberty .liberty-table .liberty-block {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .happiness .happy-table .happy-block:last-child, .liberty .liberty-table .liberty-block:last-child {
        margin-bottom: 0px;
    }
    
    .happiness .happy-table .happy-block .happy-content span, .liberty .liberty-table .liberty-block .liberty-content span {
        float: left;
        display: block;
        margin-right: 15px;
        line-height: 62px;
        text-shadow: 1px 1px 0px rgb(0 0 0 / 50%);
    }
    
    .happiness .happy-table .happy-block .happy-image img, .liberty .liberty-table .liberty-block .liberty-image img {
        width: 100%;
    }
    
    #sp-bottom-logo {
        height: 118px;
    }
    
    #sp-bottom-logo p img {
        width: 80%;
        margin: 8px 10%;
    }
    
    #sp-logo-footer .logo-link-footer > div {
        width: 100%;
        display: inline-block;
    }
    
    #sp-logo-footer .logo-link-footer > div img {
        margin: 0 auto 10px;
    }
    
    #sp-logo-footer .logo-link-footer .link-footer {
        text-align: center;
        margin-bottom: 10px;
    }
    
    #sp-bottom2, #sp-bottom3, #sp-bottom4, #sp-bottom5 {
        margin-bottom: 15px;
    }
    
    #sp-bottom h3, #sp-bottom .title_bottom_module {
        margin-bottom: 10px;
    }
    
    #sp-bottom .menu li {
        margin-bottom: 10px;
        line-height: 18px;
    }
    
    #sp-footer #sp-footer1, #sp-footer #sp-footer2 {
        text-align: left;
    }
    
    #sp-footer .footer-socials {
        text-align: left;
        margin: 10px 0;
    }
    
    #wjcallback-modal .wjcallbackform {
        min-width: inherit !important;
    }
    
    .jshop h1, .jshop .prod_full_name, .jshop .listproduct, .productfull .custom_field.cfield_4 {
        font-size: 24px;
        line-height: 24px;
    }
    
    .jshop .row-fluid .sblock3, .productfull .jshop_list_product .jshop_similar, .productfull .jshop_list_product .jshop_related {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .jshop .jshop_list_product .block_product {
        border: none;
        padding: 0px;
        border-radius: 0;
    }
    
    .productfull .slick-arrow {
        top: 30%;
    }
    
    .productfull .price_block, .productfull .prod_price, .productfull input.addtocart-button {
        width: 100%;
    }
    
    .productfull .jshop_prod_attributes .attribut .attributes_name {
        width: auto;
    }
    
    .productfull .jshop_prod_attributes .attribut .attribute-price {
       width: 100%;
        display: inline-block;
        text-align: left;
        padding-left: 25px;
    }
    
    .productfull .jshop_prod_attributes .row-attr-6 .attribut .attribute-price {
        padding-left: 0;
    }
    
    .productfull .jshop_prod_attributes .row-attr-6 .attribut .attribute-price .input_type_radio {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .productfull .custom_field.cfield_1 table {
        display: inline-block;
    }
    
    .productfull .custom_field.cfield_1 table td {
        width: 100%;
        display: inline-block;
    }
    
    .productfull .custom_field.cfield_1 table td img {
        margin-bottom: 10px;
    }
    
    .productfull .custom_field.cfield_1 table td h5, .productfull .custom_field.cfield_1 table td .title_advant, .productfull .custom_field.cfield_1 table td p {
        display: flex;
    }
    
    .productfull .buttons, .productfull a.jc-in-cart {
        width: 100%;
    }
    
    .minicart thead {
        display: none;
    }
    
    .minicart tbody td {
        display: inline-block;
        width: 100%;
        max-width: 100% !important;
        text-align: center;
    }
    
    #oneStepCheckoutForm div.quantity {
        margin: 0 auto;
    }
    
    .jshop_subtotal .total .name {
        width: 50%;
    }
    
    .jshop_subtotal .total .value {
        width: 50%;
        text-align: left;
    }
}


#sp-menu-main .dj-megamenu-offcanvas .dj-mobile-open-btn .fa-bars {
    display: inline-block;
    width: 26px;
    height: 3px;
    background: #333;
    box-shadow: 0 8px 0 #333, 0 16px 0 #333;
    font-size: 0;
    transform: translateY(-19px);   /* поднимает на 6px вверх */
}

/* ===== Стрелка вниз (пункты верхнего уровня) ===== */
.dj-megamenu-clean li a.dj-up_a .arrow {
    top: calc(50% - 8px);
    transition: transform .25s ease, top .2s ease;
}

.dj-megamenu-clean li a.dj-up_a .arrow:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}

.dj-megamenu-clean li a.dj-up_a .arrow:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 2px;
    height: 8px;
    background: #000;
}

/* стрелка поворачивается вверх при раскрытии */
.dj-megamenu-clean li:hover a.dj-up_a .arrow,
.dj-megamenu-clean li.hover a.dj-up_a .arrow {
    transform: rotate(180deg);
}

/* ===== Стрелка вправо (пункты с подменю) ===== */
.dj-megamenu-clean li ul.dj-submenu > li.parent > a .arrow {
    top: 16px;
    transition: transform .25s ease;
}

.dj-megamenu-clean li ul.dj-submenu > li.parent > a .arrow:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #444;
    border-top: 2px solid #444;
    transform: rotate(45deg);
}

.dj-megamenu-clean li ul.dj-submenu > li.parent > a .arrow:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 8px;
    height: 2px;
    background: #444;
}

/* стрелка поворачивается вниз при раскрытии подменю */
.dj-megamenu-clean li ul.dj-submenu > li.parent:hover > a .arrow,
.dj-megamenu-clean li ul.dj-submenu > li.parent.hover > a .arrow {
    transform: rotate(90deg);
}

/* ===== Анимация появления подменю ===== */
.dj-megamenu-clean li:hover > div.dj-subwrap,
.dj-megamenu-clean li.hover > div.dj-subwrap,
.dj-megamenu-clean li:hover > div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-clean li.hover > div.dj-subwrap li.hover > div.dj-subwrap {
    animation: djSubmenuIn .3s ease;
}

@keyframes djSubmenuIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
