/*   
Theme Name: politerm
Version: 1.0
Author: DIH
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #272727;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    color: #947d4e;
    outline: 0 !important;
}
a:hover {
    text-decoration: none;
    color: #b7a580;
}
h1, h2, h3, h4 {
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 15px;
}
h1, h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}

.grecaptcha-badge {
	display: none;
}
.custom-attributes {
	    line-height: 1;
    font-size: 20px;
    color: #23282d !important;
	margin: 5px 0;
	display: block;
}

.custom-attributes .attribute-value {
	font-weight: 700;
}

.summary .custom-attributes {
	margin: 5px 0 15px 0 !important;
}

.page-products .products > li .price ins {
	color: #272727 !important;
}

@media (min-width: 767px) {
    h1, h2 {
        font-size: 30px;
        margin: 0 0 25px;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 16px;
    }
    body.admin-bar {
        position: relative;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    h1, h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}



/* header
-------------------------------------------------------------- */
header {
}
header .header-top {
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}
header .header-top .logo-box {

}
header .header-top .logo-box img {

}
header .header-top .slogan-box {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #555;
    margin-left: 35px;
}
header .header-top .contacts-box {

}
header .header-top .contacts-box .contact-item {
    margin-left: 35px;
}
header .header-top .contacts-box .contact-item .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}
header .header-top .contacts-box .contact-item .list {

}
header .header-top .contacts-box .contact-item .list .item {

}
header .header-top .contacts-box .contact-item .list .item a {
    line-height: 1.5;
    display: block;
    font-size: 17px;
    font-weight: 800;
    color: #272727;
}
header .header-top .contacts-box .contact-item .list .item a:hover {
    color: #b7a580;
}
header .header-top .contacts-box .contact-item .cart {
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin: 8px 0 0 15px;
}
header .header-top .contacts-box .contact-item .cart:before {
    content: url(img/icon-cart.svg);
    display: block;
    line-height: 0;
    width: 35px;
    height: 35px;
}
header .header-top .contacts-box .contact-item .cart .count {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    background: #b7a580;
    color: #ffffff;
    display: block;
    padding: 4px 6px;
    border-radius: 10px;
    position: absolute;
    top: -8px;
    left: -10px;
    min-width: 20px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
header .header-top .contacts-box .contact-item .cart:hover .count {
    background: #947d4e;
}


/* header-menu
-------------------------------------------------------------- */
.header-menu {
    background-color: #f6f6f6;
}
.header-menu nav {
    padding: 0;
}
.header-menu .box-menu {

}
.header-menu .box-menu .top-menu {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
}
.header-menu .box-menu .top-menu > li {
    height: 100%;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header-menu .box-menu .top-menu > li > a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 17px 0;
    text-decoration: none;
    color: #272727;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-menu .box-menu .top-menu > li > a:hover {
    font-weight: 600;
}
@media (max-width: 767px)  {
    header .header-top {
        padding: 15px 0;
    }
    header .header-top .logo-box img {
        max-width: 155px;
    }
    header .header-top .contacts-box .contact-item {
        margin-left: 15px;
    }
    header .header-top .contacts-box .contact-item .icon {
        display: none;
    }
    header .header-top .contacts-box .contact-item .list .item a {
        font-size: 10px;
    }
    header .header-top .contacts-box .contact-item .cart {
        margin: 8px 0 0 12px;
    }
    header .header-top .contacts-box .contact-item .cart:before {
        width: 20px;
        height: 20px;
    }
    header .header-top .contacts-box .contact-item .cart .count {
        font-size: 10px;
        padding: 4px;
        border-radius: 10px;
        top: -8px;
        left: -12px;
        min-width: 18px;
    }
    header .header-top .contacts-box .navbar-toggler {
        padding: 0 0 0 15px;
        outline: 0 !important;
    }
    .header-menu .box-menu .top-menu {
        padding: 25px 0;
    }
    .header-menu .box-menu .top-menu > li > a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 12px 0;
    }
    .header-menu .box-menu .top-menu > li > a:hover {
        color: #b7a580;
    }
}
@media (max-width: 374px)  {
    header .header-top .logo-box img {
        max-width: 105px;
    }
}


/* s-banner
-------------------------------------------------------------- */
.s-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.s-banner::before {
    background: #222;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.s-banner .content {
    position: relative;
}
.s-banner .content .content-box {
    padding: 105px 265px 125px 0;
}
.s-banner .content .content-box h2 {
    font-size: 62px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.s-banner .content .s-banner-benifis {
    max-width: 540px;
    margin: 40px -15px 0;
}
.s-banner .content .s-banner-benifis .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: calc((100%/3) - 30px);
    margin: 0 15px;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.s-banner .content .s-banner-benifis .item:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.s-banner .content .s-banner-benifis .item:nth-child(3) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.s-banner .content .s-banner-benifis .item .img {
    margin-bottom: 15px;
}
.s-banner .content .s-banner-benifis .item .img img {
    display: block;
}
.s-banner .content .s-banner-benifis .item .title {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.s-banner .content .content-box .button {
    margin: 40px 0 0;
    background-color: #947d4e;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.s-banner .content .content-box .button:hover {
    background: #272727;
}
.s-banner .content .request-box {
    position: absolute;
    top: 150px;
    right: 15px;
    width: 265px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.s-banner .content .request-box .title-box {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.s-banner .content .request-box .button {
    background-color: #b00c0c;
}
.s-banner .content .request-box .button:hover, .s-banner .content .request-box .button:focus {
    background-color: #9a0f0f;
}
.s-banner .content .request-box .privacy_policy {
    text-align: center;
    font-size: 10px;
    opacity: .6;
}
@media (max-width: 1199px)  {
    .s-banner .content .content-box {
        padding: 65px 265px 85px 0;
    }
    .s-banner .content .content-box h2 {
        font-size: 42px;
    }
    .s-banner .content .request-box {
        top: 130px;
    }
}
@media (max-width: 991px)  {
    .s-banner .content .content-box h2 {
        font-size: 32px;
    }
}
@media (max-width: 767px)  {
    .s-banner .content .content-box {
        padding: 25px 0;
    }
    .s-banner .content .content-box h2 {
        font-size: 26px;
    }
    .s-banner .content .s-banner-benifis {
        max-width: 100%;
        margin: 20px 0 0;
    }
    .s-banner .content .s-banner-benifis .item .img {
        margin-bottom: 10px;
    }
    .s-banner .content .s-banner-benifis .item .title {
        font-size: 10px;
        line-height: 1.2;
    }
    .s-banner .content .content-box .button {
        margin: 20px 0 0;
        width: 100%;
    }
    .s-banner .content .request-box {
        display: none;
    }
}




/* s-cooperation
-------------------------------------------------------------- */
.s-cooperation-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.s-cooperation-banner::before {
    background: #222;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.s-cooperation-banner .content {
    position: relative;
}
.s-cooperation-banner .content .content-box {
    padding: 135px 0 135px 0;
}
.s-cooperation-banner .content .content-box h2 {
    font-size: 62px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.s-cooperation-banner .content .s-banner-benifis {
    max-width: 540px;
    margin: 40px -15px 0;
}
.s-cooperation-banner .content .s-banner-benifis .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: calc((100%/3) - 30px);
    margin: 0 15px;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.s-cooperation-banner .content .s-banner-benifis .item:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.s-cooperation-banner .content .s-banner-benifis .item:nth-child(3) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.s-cooperation-banner .content .s-banner-benifis .item .img {
    margin-bottom: 15px;
}
.s-cooperation-banner .content .s-banner-benifis .item .img img {
    display: block;
}
.s-cooperation-banner .content .s-banner-benifis .item .title {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.s-cooperation-banner .content .content-box .button {
    max-width: 280px;
    background-color: #947d4e;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.s-cooperation-banner .content .content-box .button:hover {
    background: #272727;
}
.s-cooperation-banner .content .request-box {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    max-width: 550px;
    margin: 35px auto 0;
}
.s-cooperation-banner .content .request-box .title-box {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.s-cooperation-banner .content .request-box .privacy_policy {
    text-align: center;
    font-size: 10px;
    opacity: .6;
}
@media (max-width: 1199px)  {
    .s-cooperation-banner .content .content-box {
        padding: 65px 0 85px 0;
    }
    .s-cooperation-banner .content .content-box h2 {
        font-size: 42px;
    }
}
@media (max-width: 991px)  {
    .s-cooperation-banner .content .content-box h2 {
        font-size: 32px;
    }
}
@media (max-width: 767px)  {
    .s-cooperation-banner {
        margin-bottom: 25px;
    }
    .s-cooperation-banner .content .content-box {
        padding: 25px 0;
    }
    .s-cooperation-banner .content .content-box h2 {
        font-size: 26px;
    }
    .s-cooperation-banner .content .s-banner-benifis {
        max-width: 100%;
        margin: 20px 0 0;
    }
    .s-cooperation-banner .content .s-banner-benifis .item .img {
        margin-bottom: 10px;
    }
    .s-cooperation-banner .content .s-banner-benifis .item .title {
        font-size: 10px;
        line-height: 1.2;
    }
    .s-cooperation-banner .content .request-box {
        margin: 25px auto 0;
    }
}



/* s-accordion
-------------------------------------------------------------- */
.s-accordion .btn-link {
    font-weight: 600;
    color: #272727;
    text-decoration: none;
    text-transform: uppercase;
}
.s-accordion .btn-link:hover {
    color: #947d4e;
    text-decoration: none;
}


/* s-benifis
-------------------------------------------------------------- */
.s-benifis {
    overflow: hidden;
}

.s-benifis .benifis-box {
    margin-top: 15px;
}
.s-benifis .benifis-box .item {
    margin-bottom: 40px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.s-benifis .benifis-box .item .img-box {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.s-benifis .benifis-box .item:hover .img-box {
    /* -webkit-transform: translate3d(0,-5px,0); */
    /* transform: translate3d(0,-5px,0); */
}
.s-benifis .benifis-box .item .img-box .icon {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    background-color: rgba(148, 125, 78, 0.6);
    border-radius: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.s-benifis .benifis-box .item:hover .img-box .icon {
    background-color: rgba(148, 125, 78, 0.4);
}
.s-benifis .benifis-box .item .img-box .icon img {
    width: 60px;
    height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.s-benifis .benifis-box .item:hover .img-box .icon img {
    width: 70px;
    height: 70px;
}
.s-benifis .benifis-box .item .title {
    font-size: 110%;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 10px 0;
}
.s-benifis .benifis-box .item .text {
    font-size: 85%;
    line-height: 1.5;
    color: #797979;
}
@media (max-width: 767px) {
    .s-benifis .benifis-box .item {
        margin-bottom: 25px;
    }
    .s-benifis .benifis-box .item .img-box .icon {
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }
    .s-benifis .benifis-box .item .img-box .icon img {
        width: 40px;
        height: 40px;
    }
    .s-benifis .benifis-box .item:hover .img-box .icon img {
        width: 50px;
        height: 50px;
    }
    .s-benifis .benifis-box .item .title {
        font-size: 90%;
    }
    .s-benifis .benifis-box .item .text {
        font-size: 75%;
        line-height: 1.4;
    }
}
@media (min-width: 1200px) {
    .s-benifis .s-title {
        font-size: 40px;
    }
    .s-benifis .benifis-box .item:nth-child(1) {
        animation-delay: .1s;
    }
    .s-benifis .benifis-box .item:nth-child(2) {
        animation-delay: .2s;
    }
    .s-benifis .benifis-box .item:nth-child(3) {
        animation-delay: .3s;
    }
    .s-benifis .benifis-box .item:nth-child(4) {
        animation-delay: .4s;
    }
    .s-benifis .benifis-box .item:nth-child(5) {
        animation-delay: .5s;
    }
    .s-benifis .benifis-box .item:nth-child(6) {
        animation-delay: .6s;
    }
    .s-benifis .benifis-box .item:nth-child(7) {
        animation-delay: .7s;
    }
    .s-benifis .benifis-box .item:nth-child(8) {
        animation-delay: .8s;
    }
    .s-benifis .benifis-box .item:nth-child(9) {
        animation-delay: .9s;
    }
    .s-benifis .benifis-box .item .text {
        padding: 0 20px;
    }
}



/* s-request
-------------------------------------------------------------- */
.s-request {
    background-image: url(./img/bg-2.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    color: #ffffff;
}
.s-request .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    opacity: .6;
}
.s-request .s-title {
    font-size: 40px;
    margin: 0 0 10px;
}
.s-request-2 .s-title {
    margin: 0 0 15px;
}
.s-request .s-subtitle {
    font-size: 20px;
    margin: 0 0 25px;
}
.s-request .request-doc {
    margin-top: 25px;
}
.s-request .request-doc > a {
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
}
.s-request .request-doc > a:hover {
    color: #b7a580;
}
.s-request .request-doc > a > .i {
    background-image: url(./img/i-doc.png);
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #b7a580;
    margin-bottom: -4px;
    margin-right: 7px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.s-request .request-doc > a:hover > .i {
    background-color: #b7a580;
}
.s-request-2 .request-box {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.s-request-2 .request-box .title_box {
    font-weight: 800;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.s-request-2 input[type="text"], .s-request-2 input[type="tel"] {
    margin-bottom: 30px;
}
.s-request-2 .wpcf7 .privacy_policy {
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.4;
}
@media (max-width: 1199px) {
    .s-request .s-title {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .s-request .s-subtitle {
        font-size: 18px;
        margin: 0 0 25px;
        line-height: 1.3;
    }
    .s-request-2 input[type="text"], .s-request-2 input[type="tel"] {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .s-request .s-title {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .s-request-2 .s-title {
        margin: 0 0 15px;
    }
    .s-request .s-subtitle {
        font-size: 18px;
        margin: 0 0 25px;
        line-height: 1.3;
    }
    .s-request-2 .request-box .title_box {
        margin-top: 25px;
    }
}


/* s-infocompany
-------------------------------------------------------------- */
.s-infocompany {
    overflow: hidden;
    background-color: #f6f6f6;
}
.s-infocompany .infocompany {

}
.s-infocompany .infocompany .box {
    width: 50%;
}
.s-infocompany .infocompany .img-box {
    padding-right: 30px;
}
.s-infocompany .infocompany .content-box {

}
.s-infocompany .infocompany .content-box .s-title {
    font-size: 40px;
    margin: 0 0 15px;
}
.s-infocompany .infocompany .content-box .text {

}
.s-infocompany .infocompany .content-box .button-box .button {
    width: 240px;
    margin-top: 5px;
}
.s-infocompany .infocompany .content-box .button-box .button-shop {
    margin-right: 25px;
}
@media (max-width: 1199px) {
    .s-infocompany .infocompany .img-box {
        width: 40%;
    }
    .s-infocompany .infocompany .content-box {
        width: 60%;
    }
    .s-infocompany .infocompany .content-box .s-title {
        font-size: 30px;
        margin: 0 0 15px;
    }
    .s-infocompany .infocompany .content-box .button-box .button {
        width: 190px;
    }
    .s-infocompany .infocompany .content-box .button-box .button-shop {
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .s-infocompany .infocompany {
        flex-direction: column;
    }
    .s-infocompany .infocompany .img-box {
        width: 100%;
        padding-right: 0;
    }
    .s-infocompany .infocompany .content-box {
        width: 100%;
    }
    .s-infocompany .infocompany .content-box .s-title {
        font-size: 22px;
        margin: 15px 0 15px;
    }
    .s-infocompany .infocompany .content-box .button-box .button {
        width: 100%;
    }
    .s-infocompany .infocompany .content-box .button-box .button-shop {
        margin-right: 0;
        margin-bottom: 5px;
    }
}


/* s-gallery
-------------------------------------------------------------- */
.s-gallery {
    overflow: hidden;
}
.s-gallery .gallery {
    margin: 0 -10px;
}
.s-gallery .gallery .item {
    width: 33.33333333%;
    display: inline-block;
    position: relative;
    float: left;
}
.s-gallery .gallery .item .rastyagivalka {
    margin-top: 75%;
}
.s-gallery .gallery .item a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.s-gallery .gallery .item a .img {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.s-gallery .gallery .item a .img::before,
.s-gallery .gallery .item a .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.s-gallery .gallery .item a .img::before {
    background-color: rgba(0, 0, 0, 0.6);
}
.s-gallery .gallery .item a .img::after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #947d4e;
    background-image: url(img/magnifier.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(.5,.5);
    -ms-transform: scale(.5,.5);
    -o-transform: scale(.5,.5);
    transform: scale(.5,.5);
}
.s-gallery .gallery .item a .img:hover::before,
.s-gallery .gallery .item a .img:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.s-gallery .button-more {
    margin-top: 45px;
}
@media (max-width: 1199px) {
    .s-gallery .button-more {
        margin-top: 35px;
    }
}
@media (max-width: 991px) {
    .s-gallery .button-more {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .s-gallery .gallery {
        margin: 0 -5px;
    }
    .s-gallery .gallery .item {
        width: 50%;
    }
    .s-gallery .gallery .item a {
        padding: 5px;
    }
    .s-gallery .button-more {
        margin-top: 15px;
    }
}


/* s-delivery
-------------------------------------------------------------- */
.s-delivery {
    overflow: hidden;
    background-color: #f6f6f6;
}
.s-delivery .delivery {
    position: relative;
    z-index: 1;
}
.s-delivery .delivery:before {
    background-image: url(./img/dostavka.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.s-delivery .delivery .content-box {
    padding-right: 50px;
}
.s-delivery .delivery .content-box .s-title {
    color: #b00c0c;
    text-shadow: 0 0 5px rgb(255, 255, 255);
}
.s-delivery .delivery .content-box .s-delivery-text {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.s-delivery .delivery .content-box .s-delivery-btn {
    margin-top: 15px;
}
.s-delivery .delivery .request-box {
    max-width: 400px;
    background-color: rgba(214, 214, 214, 0.6);
    border-radius: 10px;
    padding: 35px 15px;
}
.s-delivery .delivery .request-box .title-box {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.s-delivery .delivery .request-box .privacy_policy {
    text-align: center;
    font-size: 10px;
    opacity: 1;
    color: #272727;
}
@media (max-width: 991px) {
    .s-delivery .delivery .content-box {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .s-delivery .delivery {
        flex-direction: column;
        padding: 10px 0;
    }
    .s-delivery .delivery .content-box {
        max-width: 350px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .s-delivery .delivery .content-box .s-delivery-text {
        font-size: 18px;
    }
    .s-delivery .delivery .content-box .s-delivery-btn {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}



/* s-composition
-------------------------------------------------------------- */
.s-composition {
    position: relative;
    overflow: hidden;
    background-color: #1b1e21;
}
.s-composition .bg {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.s-composition .content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #ffffff;
}
.s-composition .content .s-text {
    font-size: calc(14px + (18 - 14) * ( (100vw - 480px) / ( 1024 - 480) ));
    line-height: 1.3;
}
.s-composition .fullscreen-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.s-composition .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.s-composition .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* s-reviews
-------------------------------------------------------------- */
.s-reviews {
    overflow: hidden;
}
.s-reviews .reviews .item {
    outline: 0 !important;
}
.s-reviews .reviews .item .box {
    max-width: 650px;
    margin: 0 auto 25px;
}
.s-reviews .reviews .item .box .quote {
    display: inline-block;
    float: left;
    width: 92px;
    height: 74px;
    margin: 0;
}
.s-reviews .reviews .item .box .quote img {
    width: 100%;
    height: 100%;
    margin: auto;
}
.s-reviews .reviews .item .box .text-box {
    display: table;
    padding-left: 45px;
}
.s-reviews .reviews .item .box .text-box .title {
    font-size: 120%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.s-reviews .arrow {
    background-image: url(./img/arrow_carousel.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25px;
    height: 45px;
    z-index: 9;
    outline: 0 !important;
}
.s-reviews .arrow:hover {
    background-position: -25px 0;
}
.s-reviews .arrow-prev {
    left: 30px;
}
.s-reviews .arrow-next {
    right: 30px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
@media (max-width: 1199px) {
    .s-reviews .arrow-prev {
        left: 25px;
    }
    .s-reviews .arrow-next {
        right: 25px;
    }
}
@media (max-width: 991px) {
    .s-reviews .reviews .item .box {
        max-width: 560px;
    }
    .s-reviews .reviews .item .box .quote {
        width: 75px;
        height: auto;
    }
    .s-reviews .reviews .item .box .text-box {
        padding-left: 25px;
    }
    .s-reviews .arrow-prev {
        left: -5px;
    }
    .s-reviews .arrow-next {
        right: -5px;
    }
}
@media (max-width: 767px) {
    .s-reviews .reviews .item .s-reviews {
        text-align: center;
    }
    .s-reviews .reviews .item .box .text-box {
        display: table;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-reviews .reviews .item .box .quote {
        display: block;
        float: none;
        width: 70px;
        height: auto;
        margin: 0 auto 20px;
    }
    .s-reviews .arrow {
        top: 15px;
        bottom: auto;
    }
    .s-reviews .arrow-prev {
        left: 10px;
    }
    .s-reviews .arrow-next {
        right: 10px;
    }
}


/* s-application
-------------------------------------------------------------- */
.s-application {
    overflow: hidden;
    background-color: #f6f6f6;
}
.s-application .application {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    margin: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.s-application .application .item {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    width: 100%;
    max-width: calc(100%/3 - 10px);
    margin: 5px;
    padding: 20px;
    text-decoration: none;
    border: 1px solid #272727;
    cursor: default;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.s-application .application .item:hover {
    background-color: rgba(39, 39, 39, 0.75);;
}
.s-application .application .item .icon {
    width: 100%;
    max-width: 45px;
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s-application .application .item .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #272727;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.s-application .application .item:hover .title {
    color: #ffffff;
}
@media (max-width: 1199px) {
    .s-application .application .item .title {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .s-application .application .item {
        max-width: calc(100%/2 - 10px);
    }
}
@media (max-width: 767px) {
    .s-application .application .item {
        max-width: calc(100% - 10px);
    }
}
@media (min-width: 768px) {
    .s-application .application .item:nth-child(1) {
        animation-delay: .1s;
    }
    .s-application .application .item:nth-child(2) {
        animation-delay: .2s;
    }
    .s-application .application .item:nth-child(3) {
        animation-delay: .3s;
    }
    .s-application .application .item:nth-child(4) {
        animation-delay: .4s;
    }
    .s-application .application .item:nth-child(5) {
        animation-delay: .5s;
    }
    .s-application .application .item:nth-child(6) {
        animation-delay: .6s;
    }
    .s-application .application .item:nth-child(7) {
        animation-delay: .7s;
    }
    .s-application .application .item:nth-child(8) {
        animation-delay: .8s;
    }
    .s-application .application .item:nth-child(9) {
        animation-delay: .9s;
    }
}


/* s-docs
-------------------------------------------------------------- */
.s-docs {
    overflow: hidden;
    background-color: #f6f6f6;
}
.s-docs .docs {

}
.s-docs .docs .item {
    margin: 15px;
}
.s-docs .docs .item:hover {
    box-shadow: 0 5px 24px rgba(51, 51, 51, 0.35);
}
.s-docs .docs .item img {
    width: 220px;
    height: 320px;
}

@media (max-width: 767px) {
    .s-docs .docs {
        flex-direction: column;
    }
    .s-docs .docs .item img {
        width: 100%;
        height: auto;
    }
}


/* s-contacts
-------------------------------------------------------------- */
#map11, #map22 {
    height: 500px;
}
.s-contacts .contacts a {
    color: #272727;
}
.s-contacts .contacts a:hover {
    color: #947d4e;
}
.s-contacts .contacts .title-box h3 {
    font-size: 150%;
}
.s-contacts .contacts .phone, .s-contacts .contacts .mode, .s-contacts .contacts .adress {
    margin-bottom: 25px;
}
.s-contacts .contacts .phone a, .s-contacts .mode .m-header, .s-contacts .adress span, .s-contacts .email span {
    font-weight: 800;
}
.s-contacts .adress span, .s-contacts .email span {
    padding-right: 5px;
}
.s-contacts .request-box {
    padding: 40px 30px 35px;
    background-color: #f6f6f6;
    border-radius: 4px;
}
.s-contacts .request-box form {
    margin-top: 30px;
}
.s-contacts .request-box textarea {
    height: 180px;
    padding: 15px 20px;
    line-height: 1.3;
}
.s-contacts .request-box select, .s-contacts .request-box input[type="text"], .s-contacts .request-box input[type="tel"], .s-contacts .request-box input[type="search"], .s-contacts .request-box input[type="email"], .s-contacts .request-box input[type="url"], .s-contacts .request-box input[type="password"], .s-contacts .request-box textarea {
    border: 1px solid #d4d4d4;
}
.s-contacts .request-box .wpcf7 .privacy_policy {
    color: #272727;
    padding: 5px;
    line-height: 1.4;
    font-size: 13px;
}
@media (max-width: 991px) {
    .s-contacts .contacts {
        margin-bottom: 30px;
    }
    .s-contacts .contacts .phone, .s-contacts .contacts .mode, .s-contacts .contacts .adress {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    #map11, #map22 {
        height: 400px;
    }
    .s-contacts .request-box {
        padding: 25px 20px 0;
    }
    .s-contacts .request-box form {
        margin-top: 15px;
    }
}


/* s-box
-------------------------------------------------------------- */
.s-box {
    margin-bottom: 35px;
}
.s-p-box {
    padding: 35px 0;
}
.page-title {
    font-size: 22px;
}
@media (min-width: 768px) {
    .s-box {
        margin-bottom: 45px;
    }
    .s-p-box {
        padding: 45px 0;
    }
    .page-title {
        font-size: 26px;
        margin: 0 0 20px;
    }
}
@media (min-width: 992px) {
    .s-box {
        margin-bottom: 55px;
    }
    .s-p-box {
        padding: 55px 0;
    }
}
@media (min-width: 1200px) {
    .s-box {
        margin-bottom: 65px;
    }
    .s-p-box {
        padding: 65px 0;
    }
    .page-title {
        font-size: 30px;
        margin: 0 0 25px;
    }
}


/* breadcrumb
-------------------------------------------------------------- */
.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    color: #272727;
    padding: 20px 0 15px;
}
@media (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}


/* page-sidebar
-------------------------------------------------------------- */
.page-sidebar {
    font-family: Roboto, sans-serif;
}
.page-sidebar .widget,
.page-sidebar .menu-box {
    margin: 0 0 30px 0;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 25px;
}
.page-sidebar .widget .widgettitle,
.page-sidebar .menu-box .menu-title {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #272727;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
}
.page-sidebar .sidebar-service .navbar-toggler {
    width: 100%;
    padding: 15px;
    margin: 0 0 25px 0;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #272727;
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0 !important;
}
.page-sidebar .sidebar-service .navbar-toggler.collapsed {
    background-color: #947d4e;
    color: #ffffff;
}
.page-sidebar .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-sidebar .menu > li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #e7e4d9;
    padding: 9px 25px 9px 0;
}
.page-sidebar .menu > li:last-child {
    border-bottom: none;
    padding: 9px 25px 0 0;
}
.page-sidebar .menu > li > a {
    color: #151515;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.3;
    cursor: pointer;
}
.page-sidebar .menu > li > a:hover {
    color: #947d4e;
}
.page-sidebar .menu > li > span {
    outline: none;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12px;
    width: 18px;
    height: 18px;
    border: 1px solid #947d4e;
    border-radius: 2px;
    color: #947d4e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}
.page-sidebar .menu > li > span:hover,
.page-sidebar .menu > li > span.active-sub-menu {
    background-color: #947d4e;
    color: #ffffff;
}
.page-sidebar .menu > li > span:before {
    content: "\f067";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    width: 16px;
    margin-top: -12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}
.page-sidebar .menu > li > span.active-sub-menu:before {
    content: "\f068";
}
.page-sidebar .menu > li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0 5px 10px;
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.page-sidebar .menu > li.active .sub-menu {
    display: block;
}
.page-sidebar .menu > li .sub-menu > li {
    position: relative;
    border: 0 none;
    padding-left: 0;
    padding-bottom: 5px;
    width: 100%;
}
.page-sidebar .menu > li .sub-menu > li:before {
    position: absolute;
    top: 7px;
    left: 0;
    font-family: FontAwesome;
    font-size: 8px;
    vertical-align: middle;
    padding-right: 5px;
    content: "";
}
.page-sidebar .menu > li .sub-menu > li > a {
    font-size: 12px;
    line-height: 1.3;
    color: #151515;
    padding-left: 15px;
    display: inline-block;
}
.page-sidebar .menu > li .sub-menu > li > a:hover {
    color: #947d4e;
}
@media (max-width: 991px) {
    .page-sidebar .menu-box .menu-title {
        display: none;
    }
    .page-sidebar .menu > li > span:before {
        margin-top: -8px;
    }
}


/* magazin
-------------------------------------------------------------- */
.magazin-box {
    margin-top: 25px;
}
@media (max-width: 1199px) {
    .magazin-box {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .magazin-box {
        margin-top: 5px;
    }
}

/* page-products
-------------------------------------------------------------- */
.page-products {
    text-align: left;
}
.page-products .page-title {
    font-size: 30px;
    margin: 0 0 .5rem;
    padding: 0;
}
.page-products .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem -14px 0;
    padding: 0;
	clear: both;
}
.page-products .products > li {
    position: relative;
    list-style-type: none;
    width: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
    border: 1px solid rgba(179, 179, 179, .5);
    text-align: center;
    border-radius: 4px;
    padding-bottom: 85px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.page-products .products > li:hover {
    -webkit-box-shadow: 0 3px 6px 1px hsla(0,0%,60%,.3);
    box-shadow: 0 3px 6px 1px hsla(0,0%,60%,.3);
}
.page-products .products > li > a.woocommerce-LoopProduct-link {
    display: block;
    position: relative;
    overflow: hidden;
}
.page-products .products > li > a.woocommerce-LoopProduct-link .onsale {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    padding: 5px 15px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #23282d;
    background-color: #f7982b;
    border-radius: 15px;
}
.page-products .products > li h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: none;
    color: #23282d;
    margin: 25px;
}
.page-products .products > li img {
    min-width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(179, 179, 179, .5);
}
.page-products .products > li .price {
    display: block;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    color: #23282d;
}
.page-products .products > li .price del .amount {
    font-weight: 300;
    font-size: 20px;
}
.page-products .products > li .price ins {
    text-decoration: none;
    color: red;
}
.page-products .products > li .button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: 100%;
    min-width: auto;
    max-width: calc(100% - 40px);
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
    padding: 0 20px;
}
.page-products .products > li .added_to_cart {
    width: 100%;
    max-width: calc(100% - 30px);
    font-size: 12px;
    font-weight: 500;
    color: #f7982b;
}
.page-products .box-orderby {
    float: right;
}
.woocommerce-result-count {
	float: left;
}
.page-products .box-orderby form {
    display: inline-block;
}
.page-products .box-orderby form > select {
    border: 1px solid rgba(179, 179, 179, .5);
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    padding: 1em 1em 1em 1em !important;
    margin: 0 0 2em !important;
    position: relative;
    color: #898e91;
    background: #F9F9F9;
    width: auto;
    border-left: 4px solid #DDD;
    list-style-type: none;
}
.woocommerce-message a.button {
    display: block;
    float: right;
    margin-left: 15px;
}
@media (max-width: 1199px) {
    .page-products .page-title {
        font-size: 20px;
    }
    .page-products .products {
        margin: 2rem -5px 0;
    }
    .page-products .products > li {
        max-width: calc(100% / 3 - 10px);
        margin: 0 5px 15px;
        padding-bottom: 75px;
    }
    .page-products .products > li h2 {
        margin: 15px;
    }
    .page-products .products > li .price {
        font-size: 20px;
    }
    .page-products .products > li .price del .amount {
        font-size: 14px;
    }
	.custom-attributes {
		font-size: 14px;
	}
    .page-products .products > li .button {
        bottom: 15px;
        left: 15px;
        right: 15px;
        max-width: calc(100% - 30px);
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .page-products .box-orderby {
        position: relative;
        top: auto;
        right: auto;
    }
    .page-products .box-orderby form {
        display: block;
    }
    .page-products .products {
        margin: 1rem -5px 0;
    }
    .page-products .products > li {
        max-width: calc(100% / 2 - 10px);
        margin: 0 5px 15px;
        padding-bottom: 50px;
    }
    .page-products .products > li > a.woocommerce-LoopProduct-link .onsale {
        display: none;
    }
    .page-products .products > li h2 {
        font-size: 14px;
        margin: 15px;
    }
    .page-products .products > li .price {
        font-size: 14px;
    }
    .page-products .products > li .price del .amount {
        font-size: 10px;
    }
    .page-products .products > li .button {
        bottom: 10px;
        left: 10px;
        right: 10px;
        width: 100%;
        max-width: calc(100% - 20px);
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }
}


/* page-products single
-------------------------------------------------------------- */
.page-products .product {
    position: relative;
}
.page-products .product {

}
.page-products .product .onsale {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 15px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #23282d;
    background-color: #f7982b;
    border-radius: 15px;
}
.page-products .product .woocommerce-product-gallery {
    width: 45%;
    float: left;
    margin-bottom: 1rem;
}
.page-products .product figure {
    margin: 0 -5px;
}
.page-products .product figure .woocommerce-product-gallery__image {
    display: inline-block;
    width: 25%;
    padding: 5px;
}
.page-products .product figure .woocommerce-product-gallery__image:nth-child(1) {
    display: block;
    width: 100%;
    padding-top: 0;
}
.page-products .product figure .woocommerce-product-gallery__image img {
    border-radius: 4px;
}
.page-products .product .summary {
    width: 55%;
    display: inline-block;
    padding-left: 30px;
}
.page-products .product .summary h1 {
    font-size: 20px;
    margin: 0 0 15px;
}
.page-products .product .summary .price {
    display: block;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    color: #23282d;
}
.page-products .product .summary del .amount {
    font-weight: 300;
    font-size: 20px;
}
.page-products .product .summary ins {
    text-decoration: none;
    color: red;
}
.page-products .product .cart {
    display: inline-block;
    margin-bottom: 15px;
}
.page-products .product .cart .quantity {
    float: left;
}
.page-products .product .cart .quantity input[name="quantity"] {
    width: 100px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 5px 0 20px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #272727;
    outline: 0 !important;
}
.page-products .product .cart button[name="add-to-cart"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: none;
    color: #ffffff;
    height: 50px;
}
.page-products .product .cart button[name="add-to-cart"]:hover {
    border: none;
}
.page-products .product .summary .out-of-stock {
    color: #f7982b;
    font-weight: 600;
}
.page-products .product .woocommerce-tabs .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 25px 0 15px;
    list-style: none;
    display: none!important;
}
.page-products .product .woocommerce-tabs .tabs > li {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.page-products .product .woocommerce-tabs .tabs > li:last-child {
    border-right: 1px solid #dcdcdc;
}
.page-products .product .woocommerce-tabs .tabs > li > a {
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    color: #272727;
}
.page-products .product .woocommerce-tabs .tabs > li > a:hover {
    color: #272727;
}
.page-products .product .woocommerce-tabs .tabs > li.active > a {
    color: #272727;
    background-color: #f7982b;
}
.page-products .product .woocommerce-Tabs-panel--description {
    /* background-color: #f8f8f8; */
    /* padding: 25px; */
    /* border-radius: 4px; */
}
.page-products .product .woocommerce-Tabs-panel--description h1,
.page-products .product .woocommerce-Tabs-panel--description h2 {
    font-size: 30px;
    margin: 0 0 25px;
}
table.woocommerce-product-attributes {
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}
table.woocommerce-product-attributes th, table.woocommerce-product-attributes td:first-child {
    background: #efefef;
    color: #272727;
    padding: 10px 20px;
}
table.woocommerce-product-attributes th, table.woocommerce-product-attributes td {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #dadada;
}
table.woocommerce-product-attributes tr:last-child th, table.woocommerce-product-attributes tr:last-child td {
    border: none;
}
table.woocommerce-product-attributes td {
    background: #f8f8f8;
    width: 70%;
}
table.woocommerce-product-attributes td > p {
    margin: 0;
}
table.woocommerce-product-attributes th:first-child, table.woocommerce-product-attributes td:first-child {
    text-align: left;
}

.page-products .related {
    margin: 2rem 0 0;
}
.page-products .related h2 {
    font-size: 30px;
    margin: 0 0 25px;
}
.page-products .related .products {
    margin: 1rem -15px 0;
}
@media (max-width: 1199px) {
    .page-products .related .products {
        margin: 1rem -5px 0;
    }
    .page-products .product .cart button[name="add-to-cart"] {
        max-width: calc(100% - 100px);
    }
}
@media (max-width: 767px) {
    .page-products .product .woocommerce-product-gallery {
        width: 100%;
    }
    .page-products .product .summary {
        width: 100%;
        padding-left: 0;
    }
    .page-products .product .cart {
        display: block;
    }
    .page-products .product .cart .quantity input[name="quantity"] {
        width: 80px;
    }
    .page-products .product .cart button[name="add-to-cart"] {
        max-width: calc(100% - 80px);
    }
    .page-products .product .woocommerce-tabs .tabs > li {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .page-products .product .woocommerce-Tabs-panel--description h1,
    .page-products .product .woocommerce-Tabs-panel--description h2,
    .page-products .related h2 {
        font-size: 20px;
        margin: 25px 0 15px;
    }
}


/* cart
-------------------------------------------------------------- */
table.shop_table.cart {
    border: 1px solid #e7e4d9;
    border-right: 0 none;
    margin: 0;
    text-align: center;
    table-layout: auto;
    width: 100%;
}
table.shop_table.cart th,
table.shop_table.cart td {
    vertical-align: middle;
    border-right: 1px solid #e7e4d9;
}
table.shop_table.cart th {
    font-weight: lighter;
    color: #484747;
    font-size: 18px;
    padding: 9px 12px;
    background: #f6f6f6;
}
table.shop_table.cart td {
    border-top: 1px solid #e7e4d9;
    padding: 15px;
}
table.shop_table.cart td small {
    font-weight: normal;
}
table.shop_table.cart tfoot td,
table.shop_table.cart tfoot th {
    font-weight: normal;
    border-top: 1px solid #e7e4d9;
}
table.shop_table.cart td.product-name {
    text-align: left;
}
table.shop_table.cart td.product-name a {
    font-size: 15px;
    font-weight: normal;
}
table.shop_table.cart .product-thumbnail {
    /* display: inline-block; */
    /* float: left; */
    /* margin-right: 20px; */
}
table.shop_table.cart img {
    width: 60px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
}
table.shop_table.cart td.product-price {
    font-size: 20px;
    color: #898e91;
}
table.shop_table.cart td.product-status {
    font-size: 15px;
}
table.shop_table.cart td.product-subtotal {
    font-size: 20px;
    color: #b00c0c;
}
table.shop_table.cart a.remove {
    display: inline-block;
    font-size: 16px;
    color: #898e91;
}
table.shop_table.cart a.remove:hover {
    color: red;
}
table.shop_table.cart td.actions {
    text-align: right;
    background: #f6f6f6;
}
table.shop_table.cart td.actions .button {
    margin: 0;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    background: #947d4e;
    border: 1px solid #947d4e;
}
table.shop_table.cart td.actions .button:hover,
table.shop_table.cart td.actions .button:focus,
table.shop_table.cart td.actions .button:active {
    background: #272727;
    border-color: #272727;
}
table.shop_table.cart td.actions .coupon {
    height: 36px;
    float: left;
    display: inline-block;
}
table.shop_table.cart td.actions .coupon label {
    display: inline-block;
    font-size: 22px;
    font-weight: lighter;
    margin: 0 20px 0 0;
}
table.shop_table.cart td.actions .coupon .input-text {
    height: 36px;
    max-width: 200px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}
table.shop_table.cart td.product-quantity input {
    padding: 0 0 0 10px;
    max-width: 80px;
}
.cart-collaterals {
    margin-top: 35px;
    border: 1px dashed #666;
    padding: 30px;
    float: right;
}
.cart-collaterals .cart_totals {

}
.cart-collaterals .cart_totals h2 {
    font-size: 30px;
    margin: 0 0 25px;
    text-align: center;
}
.cart-collaterals .cart_totals .shop_table {
    width: 100%;
}
.cart-collaterals .cart_totals .shop_table tr.cart-subtotal {
    display: none;
}
.cart-collaterals .cart_totals .shop_table tr th {
    color: #1d1c1c;
    opacity: 0.8;
    font-weight: 400;
}
.cart-collaterals .cart_totals .shop_table tr td {
    text-align: right;
    font-size: 20px;
}
.cart-collaterals .cart_totals .shop_table .wc-proceed-to-checkout {

}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-top: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 1199px) {
    .cart-collaterals .cart_totals h2 {
        font-size: 26px;
        margin: 0 0 20px;
    }
}
@media (max-width: 767px) {
    table.shop_table.cart .product-thumbnail {
        display: none;
    }
    table.shop_table.cart th {
        font-size: 12px;
        padding: 5px;
    }
    table.shop_table.cart td {
        padding: 5px;
    }
    table.shop_table.cart td.product-name a {
        font-size: 10px;
    }
    table.shop_table.cart td.product-price {
        font-size: 10px;
    }
    table.shop_table.cart td.product-quantity input {
        max-width: 50px;
        font-size: 10px;
    }
    table.shop_table.cart td.product-subtotal {
        font-size: 10px;
    }
    .cart-collaterals .cart_totals h2 {
        font-size: 22px;
    }
    .cart-collaterals {
        width: 100%;
    }
}


/* woocommerce-checkout
-------------------------------------------------------------- */
.woocommerce-checkout {

}
.woocommerce-checkout .form-row {
    margin: 0;
    flex-direction: column;
}
.woocommerce-checkout select,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea {
    border: 1px solid #cecece;
}
.woocommerce-checkout textarea {
    height: 150px;
    padding: 20px;
}
.woocommerce-checkout .order-wrapper {
    border: 1px dashed #666;
    padding: 30px;
    float: right;
}
.woocommerce-checkout .order-wrapper .wc_payment_methods  {
    padding: 0;
    margin: 15px 0;
}
.woocommerce-checkout .order-wrapper .wc_payment_methods > li  {
    list-style-type: none;
}
.woocommerce-checkout .order-wrapper .shop_table thead th {
    border-top: none;
    border-bottom: 2px dashed #666;
}
.woocommerce-checkout .order-wrapper .shop_table td, .woocommerce-checkout .order-wrapper .shop_table th {
    border-top: 1px dashed #666;
}
.woocommerce-checkout .woocommerce-privacy-policy-text  {
    font-size: 12px;
}
@media (max-width: 1199px) {
    .woocommerce-checkout .order-wrapper {
        padding: 20px;
    }
}


/* woocommerce-order
-------------------------------------------------------------- */
.woocommerce-order .order_details {
    margin-bottom: 50px;
}
.woocommerce-order .woocommerce-customer-details {
    display: none;
}
.woocommerce-order .woocommerce-table tfoot tr:nth-child(1) {
    display: none;
}



/* footer
-------------------------------------------------------------- */
footer {
    padding: 55px 0;
    background: #23282d;
    font-size: 14px;
    color: #ffffff;
}
footer a {
    color: #ffffff;
    opacity: .6;
}
footer a:hover {
    color: #ffffff;
    opacity: 1;
}
footer .logo {
    float: none;
    margin-bottom: 25px;
    text-align: center;
}
footer .logo img {
    opacity: .6;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
footer .logo img:hover {
    opacity: 1;
}
footer #bottom-nav {
    display: table;
}
footer .title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
footer .bottom-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .bottom-menu > li {
    text-align: center;
}
footer .bottom-menu > li > a {

}
footer .socials {
    margin-bottom: 15px;
}
footer .socials a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    color: #23282d;
    border-radius: 10px;
    background: #ffffff;
}
footer .socials a i {
    font-size: 26px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 6px;
    text-align: center;
}
footer .f-bottom {
    position: relative;
    margin-top: 25px;
}
footer .copyright {
    opacity: .6;
}
footer .prime-box {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    text-align: right;
    color: #ffffff;
}
footer .prime-box .text {
    opacity: .6;
}
footer .prime-box a {
    display: block;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 800;
}
footer .prime-box a span.ru {
    font-size: 14px;
}
@media (min-width: 768px) {
    footer .f-box {
        padding-right: 5px;
        padding-left: 5px;
    }
    footer .logo {
        float: left;
        margin-bottom: 0;
        padding-right: 20px;
        text-align: left;
    }
    footer .logo a img {
        width: 46px;
    }
    footer .bottom-menu > li {
        text-align: left;
        margin-bottom: 5px;
    }
    footer .socials a {
        margin: 0 5px 0 0;
    }
    footer .f-bottom {
        margin-top: 55px;
    }
}
@media (min-width: 992px) {
    footer .logo {
        padding-right: 30px;
    }
    footer .logo a img {
        width: 66px;
    }
    footer .title {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    footer .logo {
        padding-right: 50px;
    }
}


/* Form
-------------------------------------------------------------- */
select, input[type="text"], input[type="tel"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], textarea {
    width: 100%;
    color: #000000;
    height: 40px;
    font-size: 12px;
    padding: 0 15px;
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #947d4e;
    outline: 0 !important;
    border-radius: 0;
    margin-bottom: 15px;
}
.modal-sm select, .modal-sm input[type="text"], .modal-sm input[type="tel"], .modal-sm input[type="search"], .modal-sm input[type="email"], .modal-sm input[type="url"], .modal-sm input[type="password"], .modal-sm textarea {
    margin-bottom: 20px;
}
form.invalid select.wpcf7-not-valid, form.invalid input[type="text"].wpcf7-not-valid, form.invalid input[type="tel"].wpcf7-not-valid, form.invalid input[type="search"].wpcf7-not-valid, form.invalid input[type="email"].wpcf7-not-valid, form.invalid input[type="url"].wpcf7-not-valid, form.invalid input[type="password"].wpcf7-not-valid, form.invalid textarea.wpcf7-not-valid {
    border: 1px solid #e81313;
    background-color: #da423a;
}

::-webkit-input-placeholder { color: #000000; }
:-moz-placeholder { color: #000000; }
::-moz-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }

form.invalid ::-webkit-input-placeholder { /* WebKit browsers */    color:    #ffffff; }
form.invalid :-moz-placeholder { /* Mozilla Firefox 4 to 18 */    color:    #ffffff; }
form.invalid ::-moz-placeholder { /* Mozilla Firefox 19+ */    color:    #ffffff; }
form.invalid :-ms-input-placeholder { /* Internet Explorer 10+ */    color:    #ffffff; }

div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors,
div.wpcf7-response-output {
    display: none !important;
}
.wpcf7 .privacy_policy {
    line-height: 1.2;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    opacity: .4;
}
.acceptance_box {
    margin-bottom: 20px;
}
.acceptance_box .acceptance {
    float: left;
}
.acceptance_box .acceptance span.wpcf7-list-item {
    margin: 0 15px 0 0;
}
.acceptance_box .acceptance input[type=checkbox] {
    margin: 0;
    margin-top: 0;
}
.acceptance_box .acceptance_text {
    display: table;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
}
@media (min-width: 768px) {
    select, input[type="text"], input[type="tel"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], textarea {
        font-size: 14px;
    }
    .wpcf7 .privacy_policy {
        font-size: 12px;
        text-align: left;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    select, input[type="text"], input[type="tel"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], textarea {
        height: 50px;
        padding: 0 20px;
    }
    .wpcf7 .privacy_policy {
        padding: 0 0 0 10px;
        margin-right: 0;
    }
}


/* Button
-------------------------------------------------------------- */
.button {
    display: inline-block;
    background-color: #947d4e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    padding: 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    outline: 0 !important;
}
.wpcf7 .button {
    width: 100%;
    margin-bottom: 15px;
}
.button:hover, .button:focus {
    background-color: #272727;
    color: #ffffff;
}
@media (min-width: 768px) {
    .button {
        width: 260px;
        padding: 15px;
    }
    .wpcf7 .button {
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .button {
        width: 260px;
        padding: 20px;
    }
}


/* Modal
-------------------------------------------------------------- */
.modal-callback {
    z-index: 9999;
}
.modal-callback .modal-sm, .modal-callback .modal-md {
    width: auto;
    margin: auto;
}
.modal-callback .modal-sm {
    max-width: 500px;
}
.modal-callback .modal-md {
    max-width: 750px;
}
.modal-callback .modal-header {
    padding: 60px 25px 35px;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.modal-callback .modal-content {
    border-radius: 0;
}
.modal-callback button.close {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    outline: 0;
    z-index: 99;
    float: right;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: #bababa;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.modal-callback button.close:hover {
    color: #292929;
    outline: 0 !important;
}
.modal-callback button.close:focus {
    outline: 0 !important;
}
.modal-callback button.close span {
    outline: 0 !important;
}
.modal-callback .modal-content .modal-body {
    padding: 50px 15px 15px;
}
.modal-callback .modal-title {
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 600;
}
@media (min-width: 768px) {
    .modal-callback .modal-sm, .modal-callback .modal-md {
        margin-top: 80px;
    }
    .modal-callback .modal-content .modal-body {
        padding: 50px 25px 25px;
    }
    .modal-callback .modal-sm .modal-content .modal-body {
        padding: 70px 40px 25px;
    }
    .modal-callback button.close {
        top: 10px;
        right: 25px;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}