/* fonts */
@font-face {
    font-family: 'din-round-pro-regular';
    src: url('../fonts/ff-din-round-pro-regular.woff2') format('woff2'),
    url('../fonts/ff-din-round-pro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'din-round-pro-bold';
    src: url('../fonts/ff-din-round-pro-bold.woff2') format('woff2'),
    url('../fonts/ff-din-round-pro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din-round-pro-black';
    src: url('../fonts/ff-din-round-pro-black.woff2') format('woff2'),
    url('../fonts/ff-din-round-pro-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


aside, nav, footer, header, section, article { display: block }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea{
    resize:none;
}
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }

*{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}

body {
    color:#454545;
    font-family: 'din-round-pro-regular';
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    min-width: 320px;
    height: 100%;
    position:relative;
    -webkit-text-size-adjust: none;
}
.container {
    max-width: 1170px;
    padding: 0 15px;
}

/* ========== копия стилей для модалки, наверное. начало =========== */
/*
.mobile-order-form-title {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
    color: #fff;
    font-family: 'lato';
    font-size: 16px;
    cursor: pointer;
    font-size: 19px !important;
}

.order-form-title{
    position: fixed;
    right: -63px;
    top: 300px;
    transform: rotate(-90deg);
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: green;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-family: 'lato';
    font-size: 16px;
    cursor:pointer;
}
.order-form-title i{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -10px;
    width: 40px;
    height: 40px;
    border: 2px solid green;
    background: #fff;
    color: green;
    border-radius: 100%;
    transform: rotate(90deg);
}
#order-window .modal-dialog, #order-window1 .modal-dialog{
    width: auto;
    max-width: 600px;
    margin: 30px auto;
}
#order-window .agreement-check label, #order-window1 .agreement-check label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
}
#order-window .agreement-check, #order-window1 .agreement-check {
    display: flex;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin: 0;
    align-items: center;
    padding-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'lato';
}
#order-window .modal-body form .btnn, #order-window1 .modal-body form .btnn{
  text-align:center;
}
#order-window input, #order-window1 input {
  margin-bottom:15px;
}
#order-window .chkbx, #order-window1 .chkbx{
    margin-bottom:0;
}
#order-window h4, #order-window1 h4, .calling {
    display: block;
    text-align: center;
    font-size: 24px;
    font-family: 'Rubik';
    text-transform: uppercase;
}
#order-window .modal-body form .btnn input, #order-window1 .modal-body form .btnn input {
    width: auto;
    display: inline-block;
    background: #127713;
    border: none;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 8px;
    transition: .5s;
}
.modal-body form textarea {
    width: 100%;
    display: block;
    margin: 0 0 5px;
    color: #000;
    height: auto;
    border: none;
    border-radius: 8px;
}
.chkbx{
width: auto !important;
    display: inline-block !important;
    margin: 0 0 5px;
    color: #000;
    height: 35px;
    border: none;
    border-radius: 8px;
}
.close {
float:right;
font-size:21px;
font-weight:700;
line-height:1;
color:#000;
text-shadow:0 1px 0 #fff;
opacity:.2;
filter:alpha(opacity=20)
}

.close:focus,.close:hover {
color:#000;
text-decoration:none;
cursor:pointer;
opacity:.5;
filter:alpha(opacity=50)
}

button.close {
padding:0;
cursor:pointer;
background:0 0;
border:0;
-webkit-appearance:none
}

.modal-open {
overflow:hidden
}

.modal {
display:none;
overflow:hidden;
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1050;
-webkit-overflow-scrolling:touch;
outline:0
}

.modal.fade .modal-dialog {
-webkit-transform:translate(0,-25%);
-ms-transform:translate(0,-25%);
-o-transform:translate(0,-25%);
transform:translate(0,-25%);
-webkit-transition:-webkit-transform .3s ease-out;
-moz-transition:-moz-transform .3s ease-out;
-o-transition:-o-transform .3s ease-out;
transition:transform .3s ease-out
}

.modal.in .modal-dialog {
-webkit-transform:translate(0,0);
-ms-transform:translate(0,0);
-o-transform:translate(0,0);
transform:translate(0,0)
}

.modal-open .modal {
overflow-x:hidden;
overflow-y:auto
}

.modal-dialog {
position:relative;
width:auto;
margin:10px
}

.modal-content {
position:relative;
background-color:#fff;
border:1px solid #999;
border:1px solid rgba(0,0,0,.2);
border-radius:0;
-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
box-shadow:0 3px 9px rgba(0,0,0,.5);
background-clip:padding-box;
outline:0
}

.modal-backdrop {
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1040;
background-color:#000
}

.modal-backdrop.fade {
opacity:0;
filter:alpha(opacity=0)
}

.modal-backdrop.in {
opacity:.5;
filter:alpha(opacity=50)
}

.modal-header {
padding:15px;
min-height:16.43px
}

.modal-header .close {
margin-top:-2px
}

.modal-title {
margin:0;
line-height:1.42857143
}

.modal-body {
position:relative;
padding:15px
}

.modal-footer {
padding:15px;
text-align:right;
border-top:1px solid #e5e5e5
}

.modal-footer .btn+.btn {
margin-left:5px;
margin-bottom:0
}

.modal-footer .btn-group .btn+.btn {
margin-left:-1px
}

.modal-footer .btn-block+.btn-block {
margin-left:0
}

.modal-scrollbar-measure {
position:absolute;
top:-9999px;
width:50px;
height:50px;
overflow:scroll
}


.modal-content {
-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
box-shadow:0 5px 15px rgba(0,0,0,.5)
}

.modal-sm {
width:300px
}
*/
/* ==================== копия конец ===================*/

/* modal window callback new style */
#order-window .modal-dialog {
    max-width: 580px;
    margin-top: 100px;
}
#order-window .modal-content {
    border: none;
    position: relative;
    border-radius: 0;
}
#order-window .modal-header {
    border: none;
    padding: 0;
}
#order-window button.close {
    background: url("../images/modal-btn-close.png");
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    right: -35px;
    top: -30px;
}
#order-window .modal-body {
    padding: 25px 50px;
}
#order-window h4 {
    font-family: 'din-round-pro-bold';
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}
#order-window .label {
    display: block;
    font-family: 'din-round-pro-regular';
    font-size: 16px;
    color: #555555;
    margin-bottom: 8px;
} 
#order-window .form-group {
    margin: 0;
}
#order-window input[type="text"] {
    border: 1px solid #ededee;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 11px;
    font-size: 25px;
    color: #555555;
    margin-bottom: 18px;
    border-radius: 0;
}
#order-window input[type="submit"] {
    display: block;
    border: 1px solid #521b49;
    background: none;
    width: 224px;
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #521b49;
    cursor: pointer;
    border-radius: 3px;
}
#order-window input[type="submit"]:hover {
    background: #521b49;
    color: #fff;
}
#order-window .agreement-check {
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#order-window .agreement-check a {
    color: #521b49;
    text-decoration: underline;
}
.header .btn-main:hover {
     background: #c3a232;
    color: #fff;
    text-decoration: none
}

.header {
    background: #f5f5f5;
    padding: 28px 0;
}
.header .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-block .title {
    font-family: 'din-round-pro-bold';
    font-size: 33px;
    color: #a53692;
}
.header-block p {
    font-size: 14px;
    line-height: 18px;
    color: #383838;
    margin-bottom: 15px;
}
.header .btn-search {
    background: url("../images/btn-search.png") 0 0 no-repeat;
    display: none;
    width: 15px;
    height: 15px;
}
.header .btn-nav {
    background: url("../images/btn-menu.png") 0 0 no-repeat;
    display: none;
    width: 22px;
    height: 20px;
}

.socials {
    display: flex;
    flex-wrap: wrap;
}
.socials li {
    margin-right: 9px;
}
.socials a {
    display: block;
    width: 40px;
    height: 40px;
}
.socials a.social-item1 {
    background: url("../images/ico-social1-hover.png") 0 0 no-repeat;
}
.socials a.social-item1:hover {
    opacity:0.8;x-background: url("../images/ico-social1-hover.png") 0 0 no-repeat;
}
.socials a.social-item2 {
    background: url("../images/ico-social2-hover.png") 0 0 no-repeat;
}
.socials a.social-item2:hover {
    opacity:0.8;x-background: url("../images/ico-social2-hover.png") 0 0 no-repeat;
}
.socials a.social-item3 {
    background: url("../images/ico-social3-hover.png") 0 0 no-repeat;
}
.socials a.social-item3:hover {
    opacity:0.8;x-background: url("../images/ico-social3-hover.png") 0 0 no-repeat;
}
.socials a.social-item4 {
    background: url("../images/ico-social4.png") 0 0 no-repeat;
}
.socials a.social-item4:hover {
    opacity:0.8;x-background: url("../images/ico-social4.png") 0 0 no-repeat;
}
.socials a.social-item5 {
    background: url("../images/ico-social5-hover.png") 0 0 no-repeat;
}
.socials a.social-item5:hover {
    opacity:0.8;x-background: url("../images/ico-social5-hover.png") 0 0 no-repeat;
}
.logo {
    background: url("../images/logo1.png") 0 0 no-repeat;
    display: block;
    width: 333px;
    height: 149px;
    text-indent: -9999px;
}
.logo a {
    display: block;
    height: 100%;
}
header .header-block.header-block2 {
    padding-top: 25px;
}
.header .header-info a {
    margin-bottom: 10px;
}
.mail {
    background: url("../images/ico-mail.png") 0 3px no-repeat;
    display: block;
    padding-left: 26px;
    font-size: 13px;
    line-height: 18px;
    color: #383838;
    text-decoration: underline;
}
.phone {
    background: url("../images/ico-phone.png") 0 5px no-repeat;
    display: block;
    padding-left: 28px;
    font-size: 18px;
    line-height: 28px;
    color: #1e1e1e;
}

.btn-main {
    background: #d2b75c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    width: 155px;
    height: 33px;
    border-radius: 10px;
}
.btn-cart {
    display: flex;
    align-items: center;
    margin-left: 55px;
    font-size: 14px;
    color: #1e1e1e;
}
.btn-cart .ico-cart {
    background: #d2b75c;
    width: 37px;
    height: 37px;
    position: relative;
    margin-right: 12px;
    border-radius: 10px;
}
.btn-cart .count {
    font-family: 'din-round-pro-bold';
    color: #d2b75c;
}
.btn-cart .ico-cart:before {
    background: url("../images/ico-cart.png") 0 0 no-repeat;
    display: block;
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-block2 {
    display: flex;
    flex-wrap: wrap;
}
.main-nav {
    background: #a53692;
    padding: 20px 0;
    margin-bottom: 38px;
}
.main-nav ul {
    display: flex;
    justify-content: center;
}
.main-nav li {
    margin: 0 30px;
}
.main-nav a {
    font-family: 'din-round-pro-bold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.main-nav a:hover {
    color: #fe9eee;
    text-decoration: none;
}
.main-nav .active a {
    color: #e8c756;
}

.catalog {
    padding-bottom: 15px;
}
.catalog-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.catalog-item {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.catalog-item .read-more {
    background: #d2b75c;
    display: flex;
        justify-content: center;
    align-items: center;
    width: 100%;
    height: 33px;
    font-size:  14px;
    color: #fff;
    border-radius: 5px;
}
.catalog-item .description {
    display: none;
}
.catalog-item .description p {
    margin-bottom: 10px;
}
.catalog-item img {
    display: block;
    width: 100%;
    height: auto;
}
.catalog-title {
    background: #676029;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 230px;
}
.catalog-title a {
    display: block;
    font-family: 'din-round-pro-bold';
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.review-section {
    background: #f5f5f5;
    padding: 50px 0;
}
.video img {
    display: block;
    width: 100%;
    height: auto;
}
.section-title {
    font-family: 'din-round-pro-bold';
    font-size: 24px;
    color: #454545;
    text-transform: uppercase;
    margin: 0 0 25px;
    position: relative;
    text-align: center;
}
.section-title span {
    color: #a53692;
}
.section-title p {
    font-family: 'din-round-pro-regular';
    font-size: 14px;
    text-transform: none;
}
.section-title .btns-gallery {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btns-gallery a.btn-prev {
    background: url("../images/btn-prev.png") 0 0 no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.btns-gallery a.btn-prev:hover {
    background: url("../images/btn-prev-hover.png") 0 0 no-repeat;
}
.btns-gallery a.btn-next {
    background: url("../images/btn-next.png") 0 0 no-repeat;
    width: 22px;
    height: 22px;
    display: block;
}
.btns-gallery a.btn-next:hover {
    background: url("../images/btn-next-hover.png") 0 0 no-repeat;
}
.section-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.section-row2 {
    display: flex;
    flex-wrap: nowrap;
}
.col6 {
    width: 50%;
    padding: 0 15px;
}
.col3 {
    width: 25%;
    padding: 0 15px;
}
.col3 img {
    display: block;
    width: 100%;
    height: auto;
}
.reviews-gallery img {
    display: block;
    width: 100%;
    height: auto;
}
.reviews-gallery .slide {
    padding: 0 8px;
}
.section-size {
    padding: 45px 0;
}
.col-size {
    flex-grow: 1;
    max-width: 750px;
}
.col-post {
    min-width: 360px;
    width: 360px;
    margin-left: 30px;
}
.post-mini {
    overflow: hidden;
}
/*.post-mini .preview {
    float: left;
    margin-right: 25px;
}*/
/*.post-mini .preview {
    float: left;
    margin-right: 0;
}*/
.post-mini .preview {
    
    margin-right: 0;
}
.post-mini .description {
    overflow: hidden;
}
/*.post-mini p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}*/
.post-mini p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.btn-read-more {
    background: #d2b75c;color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    width: 155px;
    height: 33px;
    border-radius: 10px;
}
.btn-read-more:hover {
    background: #c3a232;color: #fff;
    text-decoration: none;
}

.catalog-nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.catalog-nav a {
    background: #a53692;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    width: 165px;
    height: 53px;
    margin-bottom: 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}
.catalog-nav a.active,
.catalog-nav a:hover {
    background: #fff;
    color: #434343;
}

.section-news {
    padding: 45px 0;
}
.newsTpl {
    width: 33.3%;
    padding: 0 15px;
}
.newsTpl .preview {
    margin-bottom: 35px;
}
.newsTpl img {
    display: block;
    width: 100%;
    height: auto;
}
.newsTpl h2 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin: 0 0 10px;
}
.newsTpl h2 a {
    color: #000;
}
.newsTpl p {
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    margin-bottom: 15px;
}
.banner {
    background: #fff;
    position: relative;
    height: 310px;
    padding: 0 15px 35px;
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
    height: auto;
}
.banner .text {
    z-index: 10;
}
.banner h2 {
    font-family: 'din-round-pro-black';
    font-size: 24px;
    line-height: 30px;
    color: #a53692;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.banner p {
    font-size: 18px;
    line-height: 20px;
    color: #454545;
    margin: 0 0 15px;
}
.banner .btn-banner {
    background: rgba(165, 54, 146, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 52px;
    font-family: 'din-round-pro-black';
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 10px;
}

.section-map {
    padding: 45px 0;
}
.section-map .section-title {
    text-align: center;
}
.map img {
    display: block;
    width: 100%;
    height: auto;
}

.section-address {
    background: #f5f5f5;
    padding: 45px 0;
}
.section-address p {
    margin: 0 0 20px;
}
.section-address .read-more {
    background: #d2b75c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    width: 155px;
    height: 33px;
    border-radius: 10px;
}
.section-address .read-more:hover {
    background: #c3a232;
    color: #fff;
    text-decoration: none;
}
.shopTpl {
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.shopTpl:hover {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}
.shopTpl .preview {
    min-width: 265px;
}
.shopTpl .preview img {
    display: block;
    width: 100%;
    height: auto;
}
.shopTpl .description {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    padding-left: 30px;
}
.btn-open-shop {
    background: #a53692;
    display: flex;
    width: 100%;
    height: 72px;
    justify-content: center;
    align-items: center;
    font-family: 'din-round-pro-black';
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}
.btn-open-shop:hover {
    color: #fff;
}

.sizeTpl {
    background: #faf8ee;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}
.sizeTpl  img {
    display: block;
    width: 100%;
    height: auto;
}
.size-title {
    background: #faf8ee;
    font-size: 14px;
    color: #454545;
    width: 39px;
    margin: 47px 0px 5px 10px;
    height: 45px;
    -o-transform: rotate(-91deg);
    -ms-transform: rotate(-91deg);
    -moz-transform: rotate(-91deg);
    -webkit-transform: rotate(-91deg);
}
.sizeTpl .table-container {
    overflow: auto;
}
.sizeTpl table {
    width: 700px;
}
.sizeTpl table td {
    border: 1px solid #f3f3f3;
    background: #fff;
    font-size: 12px;
    color: #454545;
    padding: 15px 0;
    width: 30px;
    text-align: center;
}
.sizeTpl table td:first-child {
    background: #faf8ee;
    width: 75px;
}
.line {
    margin-bottom: 0.5em;
}
.line a {
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.line img {
    vertical-align: middle;
    border: 1px solid #a53692;
    width: 70px;
    margin-right: 0.5em;
}
.footer {
    background: #fff;
    padding: 30px 0;
}
.section-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.footer .section-row {
    justify-content: space-between;
    align-items: flex-start;
}
.footer .header-block p {
    margin-bottom: 0;
}
.footer .header-info {
    padding-top: 5px;
}
.footer .btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.footer .btns2 .btn-main {
    width: 210px;
    height: 33px;
    float: right;
    clear: both;
}
.footer .header-info a {
    margin-left: 20px;
}
.footer-nav .main-nav {
    margin-bottom: 0;
}
.main-slider {
    max-height: 447px;
    overflow: hidden;
}
.visual img {
    display: block;
    width: 100%;
    height: auto;
}
.main-slider2 {
    display: none;
}
.mobile-menu-list {
    display: none;
}
.footer .socials {
    padding-top: 25px;
    justify-content: flex-start;
}
.footer .socials li {
    margin: 0 5px;
}
.footer .btn-main {
    margin: 0 15px 15px;
    width: 155px;
}
.footer .btn-main:hover {
    background: #c3a232;
    color: #fff;
    text-decoration: none;
}
.footer .btn-main3 {
    background: #a53692;
    font-family: 'din-round-pro-bold';
    font-size:  14px;
}
.footer .btn-main3:hover {
    background: #a53692;
    opacity: .7;
}
.slick-dots {
    background: url("../images/bg-pagination.png") center 0 no-repeat;
    background-size: cover;
    width: auto;
    padding-left: 15px;
    padding-right: 5px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.post-mini .mobile-text {
    display: none;
}

/* mobile-menu */
/*.mobile-menu {display:none;}*/
.mobile-menu.active {
    /*display: block;*/
    right: 0;
}
.mmenu-btn {
        padding: 10px;
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        background-color: #ffebf9;
    }
    .mobile-menu {
        position: fixed;
        overflow: scroll;
        width:100%;
        height: calc(100% + 30px);
        top: 0;
        right: -100%;
        z-index: 50;
        background-color: #fff;
        padding: 10px;
        padding-bottom: 30px;
        padding-top: 60px;
        box-shadow: 0 0 10px rgba(0,0,0,0);
        
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .mobile-menu.active {
        right: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }
    .mobile-menu .menu-bars {
        position: absolute;
        align-items: center;
    display: flex;
        top: 10px;
        left: 10px;
        font-size: 20px;
        z-index: 65;
    }
    .mobile-menu .menu-bars i {
        margin-right: 5px;
    }
    .mobile-menu .menu-bars .logotipe img {width: 100px;height:auto;}
    .mobile-menu .close {
        z-index: 65;
        background: none;
        border: 2px solid #A8157F;
        text-align: center;
        opacity: 1;
        
        
    }
    .mobile-menu .element-menu-block .element-category {
        display: inline-block;
        padding: 10px;
        width: 100%;
        border: 2px solid #A8157F;
        background-color: #ffebf9;
        margin-bottom: 5px;
        position: relative;
        font-weight: bold;
    }
    .mobile-menu .close::before {padding-top: 9px;color:#A8157F;}
    .mobile-menu .element-menu-block .element-category li {
        font-weight: normal;
    }
    .mobile-menu .element-menu-block .mobile-submenu {
        position: relative;
        width:100%;
        z-index: 51;
        /*background-color: #ffd9f4;*/
        /*padding: 10px;*/
        padding-bottom: 0;
        padding-top: 0;
        display: none;
        /*box-shadow: 0 0 10px rgba(0,0,0,0);*/
        
        -webkit-transition: all 0.5s ease-out;
	    -moz-transition: all 0.5s ease-out;
	    -o-transition: all 0.5s ease-out;
	    transition: all 0.5s ease-out;
    }
    .mobile-menu .element-menu-block .mobile-submenu.active,
    .mobile-menu .element-menu-block.active .mobile-submenu {
        display: block;
        height: auto;
        overflow: hidden;
    }
    .mobile-menu .element-menu-block .mobile-submenu.active ul {margin-top: -50px;}
    .mobile-menu .element-menu-block .mobile-submenu.visible-menu {
        height: auto;
        /*padding-bottom: 10px;*/
        /*padding-top: 10px;*/
    }
    .mobile-menu .element-menu-block .mobile-submenu.visible-menu ul {margin-top: 0;}
    .mobile-menu .element-menu-block .mobile-submenu ul {
        padding-left: 0;
    }
    .mobile-menu .element-menu-block .mobile-submenu ul li {position:relative;padding:0;}
    .mobile-menu .element-menu-block .mobile-submenu ul li a {
        font-weight: normal;
        color: #A8157F;
        display: block;
        padding: 10px;
        width:100%;
        text-decoration: none;
    }
    .mobile-menu .element-menu-block .mobile-submenu ul li.active {
        background-color: #A8157F;
    }
    .mobile-menu .element-menu-block .mobile-submenu ul li.active a {
        color: #fff;
    }
    .mobile-menu .element-menu-block .element-category i {
        font-size: 20px;
        color: #A8157F;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .mobile-menu .element-menu-block .element-category i.fa-caret-up {display:none;}
    .mobile-menu .element-menu-block .element-category.active i.fa-caret-up {display:inherit;}
    .mobile-menu .element-menu-block .element-category.active i.fa-caret-down {display:none;}
    
    .mobile-menu .element-menu-block.active .element-category i.fa-caret-up {display:inherit;}
    .mobile-menu .element-menu-block.active .element-category i.fa-caret-down {display:none;}
    
    .mobile-menu .element-menu-block .mobile-submenu .menu-back {
        display: inline-block;
        padding: 10px;
        width: 100%;
        background-color: #A8157F;
        margin-bottom: 5px;
        position: relative;
        font-weight: bold;
        color: #fff;
    }
    
    .mobile-menu .element-menu-block .mobile-submenu .menu-back i {
        margin-right: 10px;
        font-size: 20px;
        vertical-align: middle;
    }
    
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    padding-top: 10px;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    background: green;
    opacity: 1;
    position: absolute;
    /* display: flex; */
    right: 15px;
    top: 15px;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0;
}  

#search-window .modal-body form {position:relative}
#search-window .modal-body form input {padding-right: 100px}
#search-window .modal-body form button {position: absolute;top:0;right:0;height: 32px;padding-top:3px}
.footer .col6 {
    width: auto;
}
.footer .col6 + .col6 {
    flex-grow: 1;
}

#msMiniCart i {
        background: #d2b75c;
    width: 37px;
    height: 37px;
    position: relative;
    margin-right: 12px;
    border-radius: 10px;
}
.btn-cart {
    display: flex;
    align-items: center;
    margin-left: 55px;
    font-size: 14px;
    color: #1e1e1e;
}
#msMiniCart i:before {
    display: none;
}
#msMiniCart i:after  {
     background: url(../images/ico-cart.png) 0 0 no-repeat;
    display: block;
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 }
 #msMiniCart .badge {
     font-family: 'din-round-pro-bold';
    color: #d2b75c;
    background: none;
 }

/* media queries */
@media screen and (max-width: 1200px) {
    .col-size {
        width: 50%;
    }
    .section-row .col6 img {
        display: block;
        width: 100%;
        height: auto;
    }
    .catalog-nav a {
        font-size: 16px;
        width: 123px;
    }
    .header .logo {
        background-size: contain;
        width: 265px;
    }
    .header .header-block {
        padding-right: 20px;
    }
    .header .header-block.header-block2 {
        display: block;
        padding-left: 20px;
        padding-right: 0;
    }
    .header .btn-cart {
        margin-left: 0;
    }
    .footer .col6 {
        width: auto;
    }
}
@media screen and (max-width: 1024px) {
    .main-nav li {
        margin: 0 15px;
    }
    .main-nav a {
        font-size: 14px;
    }
    .header .header-block {
        display: none;
    }
    .header .header-block.header-block2 {
        padding-top: 0;
    }
    .catalog-title {
        height: 140px;
    }
    .catalog-title a {
        font-size: 18px;
    }
    .section-title {
        font-size: 16px;
    }
    .catalog-nav a {
        font-size: 14px;
        width: 98px;
    }
}
@media screen and (max-width: 960px) {
    .catalog-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .catalog-nav ul li {
        margin: 0 10px 0;
    }
    .catalog-nav ul a {
        margin-bottom: 10px;
    }
    .section-size .section-row2 {
        flex-wrap: wrap;
    }
    .col-size {
        width: 100%;
    }
    .col-post {
        width: 100%;
    }
    .newsTpl .preview {
        margin-bottom: 15px;
    }
    .newsTpl h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .review-section2 .container > .section-row .col6 {
        width: 100%;
    }
    .section-row .banner  img {
        max-height: 250px;
        width: auto;
    }
    .review-section2 .reviews-gallery2 img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .section-address .col6 {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer .section-row {
        justify-content: center;
    }
    .footer .col6 {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .catalog-item {
        display: flex;
        width: 100%;
    }
    .catalog-title {
        width: 50%;
        min-width: 50%;
        height: 100%;
    }
    .newsTpl {
        width: 100%;
        margin-bottom: 15px;
    }
    .review-section .col6 {
        width: 100%;
    }
    .review-section3 .container > .section-row  .col6 {
        width: 100%;
    }
    .review-section3 .container > .section-row  .col6 .col6 {
        width: 50%;
    }
    .video {
        margin-bottom: 15px;
    }
    .video img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    #msMiniCart .bos_not_empty {
        background: none;
        position: static;
    }
    #msMiniCart {
        position: static;
        float: right;
    }
}
@media screen and (max-width: 765px) {
    .main-nav {
        display: none;
    }
    .header .logo {
        background: url("../images/logo-mobile.png") 0 0 no-repeat;
        width: 60px;
        height: 29px;
    }
    .header-info {
        display: flex;
        align-items: center;
    }
    .header-info a {
        margin-left: 25px;
        margin-bottom: 0;
    }
    .header .btn-callBack {
        display: none;
    }
    .header-cart {
        display: none;
    }
    .header .btn-search {
        display: block;
    }
    .header .btn-nav {
        display: block;
    }
    .header .mail {
        text-indent: -9999px;
        width: 26px;
    }
    .header .phone {
        text-indent: -9999px;
        width: 26px;
        line-height: 22px;
    }
    .map img {
        display: block;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 580px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .header {
        background: #fff;
        padding: 15px;
    }
    .review-section1 {
        padding: 0 15px;
    }
    .review-section1 .col6 + .col6 {
        display: none;
    }
    .section-size {
        padding: 0 15px;
    }
    .col-post {
        width: 100%;
        min-width: 250px;
        margin-left: 0;
    }
    .review-section3 {
        display: none;
    }
    .section-address {
        display: none;
    }
    .section-news {
        padding: 0 15px;
    }
    .review-section2 {
        padding: 15px;
    }
    .review-section2 .col6 + .col6 {
        display: none;
    }
    .footer {
        overflow-x: hidden;
    }
    .footer .header-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .header-block {
        text-align: center;
    }
    .main-slider {
        display: none;
    }
    .catalog-row {
        margin-left: 0;
        margin-right: 0;
    }
    .catalog-item {
        flex-wrap: wrap;
    }
    .catalog-item {
        padding-left: 15px;
    }
    .catalog-item .preview {
        margin-bottom: 15px;
    }
    .main-slider2 {
        display: block;
    }
    .catalog-item .description {
        display: block;
        width: 100%;
    }
    .section-news {
        display: none;
    }
    .section-map {
        display: none;
    }
    .mobile-menu-list {
        display: block;
        padding: 15px  15px 0;
    }
    .mobile-menu-list a {
        background: #a53692;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 12px;
        border-radius: 5px;
    }
    .slick-dots {
        display: none !important;
    }
    .footer .socials {
        display: flex;
    }
    .post-mini {
        padding-bottom: 15px;
    }
    .post-mini .mobile-text {
        display: block;
    }
    .post-mini .description {
        display: none;
    }
    .post-mini + .btn-read-more {
        display: none;
    }
    .footer .btn-main {
        width: 100%;
    }
    .footer .btns {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
    }
    .footer .btn-main {
        margin: 0 15px 15px;
        width: 155px;
    }
    .footer .socials {
        justify-content: center;
    }
    .footer .header-block .title {
        font-size:  16px;
    }
    #order-window button.close {
        right: 0px;
        top: -40px;
    }
    #order-window .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-menu .element-menu-block .mobile-submenu.active ul {
        margin-top: 0;
    }
    .mobile-menu .menu-bars .logotipe img {
        width: 60px;
    }
}

.col4 {
        width: 32%;
    display: inline-block;
    vertical-align: top;
}

.col8 {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    margin-top: 1em;
}


}

