html.tp,body.tp{
    height: 100%;
}
#text-page{
    min-height: calc(100% - 400px);
}
body{
	font-family: Montserrat;
}
header{
	padding: 10px 0;
	position:relative;
	z-index: 2;
}
.button {
	border: 1px solid #7F736B;
	color: #000;
	padding: 10px 40px;
	background: #fff;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition:0.3s ease all;
}
.button:hover{
	background: #333;
	color: #fff;
}
header .phone a{
	text-decoration: none;
	color: #333;
	font-size: 18px;
}
.phone a:hover, a:hover, #menu ul li a:hover{
	color: #93567f;
}
.search-button{
	cursor: pointer;
}
#menu{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow-y:auto;
	padding: 20px;
	background: #fff;
	z-index: 40;
	box-shadow: 0 2px 2px rgba(0,0,0, 0.2);
	padding-top: 50px;
	width: 400px;
	margin-left: -400px;
	transition: 0.3s ease all;
}
#menu.active{
	margin-left: 0;
}
#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li{
	margin: 0;
}
#menu ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 4px;
	transition: 0.3s ease all;
}
#menu ul li.active>a{
    text-decoration: underline;
}
#menu ul li ul li a{
	padding: 4px;
	padding-left: 15px;
	font-size: 14px;
}
#menu .tit{
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
#menu .phone a{
	text-decoration: none;
	color: #333;
}
#menu .soc{
	margin-top: 15px;
}
#menu>ul>li>a{
    color: #93567f;
    font-weight: 600;
}
.soc a{
	display: inline-block;
	color: #555;
	text-decoration: none;
	border:1px solid #ccc;
	border-radius: 50%;
	padding: 5px;
	width: 40px;
	height: 40px;
	line-height: 25px;
	text-align: center;
	margin-right: 3px;
	transition:0.3s all;
}
.soc a svg{
	width: 20px;
	height: 20px;
}
.soc a:hover{
	color: #93567f;
	border-color:#93567f;
}
#menu .close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 25px;
	height: 25px;
	background: url("../images/close.svg") center center no-repeat;
	background-size: 70% auto;
	cursor: pointer;
	opacity: 0.5;
	transition:0.3s ease all;
}
#menu .close:hover{
	opacity: 0.9;
}
#main .block{
	background-position: top center;
	background-repeat:no-repeat;
	background-size: cover;
	color: #fff;
	padding: 150px 0;
	text-align: center;
}
#product .slider-nav .slick-current > div, #product .slider-nav .slick-slide > div{
    font-size: 0;
}
#main .title{
	font-size: 40px;
	line-height: normal;
	margin-bottom: 30px;
}
#catalog{
	padding-bottom: 26px;
}
#catalog.category .block .tit{
    text-align: left;
}
#catalog .block{
	margin-bottom: 24px;
}
#catalog .block a{
	text-decoration: none;
	color: #333;
	display: block;
	transition:0.3s ease all;
}
#catalog .block a:hover{
	color: #93567f;
}
#catalog .block .tit{
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	max-height: 55px;
	overflow: hidden;
}
#main .sub{
	font-size: 25px;
}
.p-50{
	padding: 50px 0;
}
.title{
	font-size: 35px;
	margin-bottom: 30px;
	line-height: normal;
	/*font-family: "Cormorant Garamond";*/
}
.slick-arrow{
	position: absolute;
	top: 50%;
	overflow: hidden;
	text-indent: -1000px;
	border:none;
	background:none;
	width: 30px;
	height: 40px;
	z-index: 10;
	opacity: 0.5;
	transition: 0.3s ease all;
	margin-top: -20px;
}
.slick-arrow:hover{
	opacity: 0.8;
}
.slick-prev{
	background: url("../images/chevron-compact-left.svg") center center no-repeat;
	left: 0;
	background-size: contain;
}
.slick-next{
	background: url("../images/chevron-compact-right.svg") center center no-repeat;
	right: 0;
	background-size: contain;
}
#carousel .block{
	padding: 0 12px;
}
#carousel .carousel{
    margin: 0 -12px;
}
#carousel .block a{
	text-decoration: none;
	color: #333;
}
#carousel .block .tit{
	margin-top: 10px;
	font-weight: bold;
	max-height: 50px;
	overflow: hidden;
}
#text-block{
	background: #fafafa;
	font-size: 18px;
}
#text-block .title{
	margin-bottom: 20px;
	font-size: 30px;
}
footer {
	padding: 50px 0;
	border-top: 1px solid #ccc;
}
footer .phone a{
	color: #333;
	text-decoration: none;
}
footer .phone{
	margin-bottom: 5px;
}
footer .phone-l{
	margin-bottom: 15px;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 15px;
}
footer ul li a{
	text-decoration: none;
	color: #333;
}
footer .form .tit{
	font-size: 22px;
	margin-bottom: 15px;
}
footer .block .tit{
    font-weight: 500;
    margin-bottom: 10px;
}
.form-control{
	border-radius: 0;
	border:none;
	border-bottom: 1px solid #333;
}
li{
	margin-bottom: 5px;
}
footer .button{
	padding: 6px 10px;
	width: 100%;
	display: block;
}
.toggler {
	width: 40px;
	cursor: pointer;
	padding: 5px;
	height: 100%;
}
.toggler div {
	height: 2px;
	background: #333;
	margin: 6px 0;
	transition: 0.3s all;
}
.toggler.active .l1 {
	opacity: 0;
}
.toggler.active .l2 {
	transform: rotate(45deg);
}
.toggler.active .l3 {
	transform: rotate(-45deg);
	position: relative;
	top: -8px;
}
#search{
	position: relative;
}
.search-wrap{
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 10px;
	width: 200px;
	box-shadow: 0 1px 1px rgba(0,0,0, 0.2);
	border:1px solid #ccc;
	display: none;
	z-index: 10;
}
.search-wrap .form-control{
	border:none;
}
#product .price{
	font-size: 30px;
	margin-bottom: 20px;
}
#product .sku{
	margin-bottom: 15px;
}
#product .prop{
	margin-bottom: 30px;
}
#product .right{
	padding-left: 40px;
}
#product .slider-nav .slick-slide>div{
	cursor: pointer;
	border:1px solid #fff;
	transition:0.3s ease all;
}
#product .slider-nav .slick-current>div{
	border:1px solid #ccc;
}
#product .desc{
	padding-top: 40px;
}
.breadcrumb{
	font-size: 13px;
	margin-top: -30px;
	color: #ccc;
}
.breadcrumb a, .breadcrumb li, .breadcrumb-item + .breadcrumb-item:before{
	color: #666 !important;
}
header{
	box-shadow:0 1px 1px rgba(0,0,0, 0.1)
}
#product .desc p:last-child{
	margin: 0;
}
#product .desc img{
	max-width: 100%;
	height:auto;
}
h2{
    margin-bottom: 1rem;
}
.msMiniCart{
    position: relative;
}
.msMiniCart strong{
    width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	background: #93567f;
	color: #fff;
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
}
.whatsapp{
    text-decoration: none;
    background: none !important;
    color: #333 !important;
}
.whatsapp svg{
    fill:#36C853;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#msCart table .title{
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 15px;
}
#msCart .title a{
    color: #333;
    text-decoration: none;
}
#msCart table td{
    vertical-align: middle;
}
#msCart .form-control{
    border:1px solid #ccc;
}
#msCart .ms-title .d-flex{
    align-items:center;
}
#msCart td:last-child, #msCart th:last-child{
    width: 50px;
    text-align: right;
}
#msCart .btn{
    width: 30px;
    height: 30px;
    border-radius:50%;
    background: #ccc;
}
#msCart input[type="number"]{
    max-width: 70px;
}
.form-group{
    margin-bottom: 10px;
}
#msOrder h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.pagination .page-link{
    font-size: 14px;
    color:#93567f;
}
.pagination {
    justify-content:center;
    margin-top:30px;
}
.active > .page-link, .page-link.active{
    background: #93567f;
    border-color: #93567f;
    color:#fff;
}
.whatsapp-button, .telegram-button {
	background: #25D366;
	border: 3px solid #1cc15a;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
	cursor: pointer;
	height: 68px;
	text-align: center;
	width: 68px;
	position: fixed;
	right: 5%;
	bottom: 4%;
	z-index: 9999;
	transition: .3s;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
}
.telegram-button{
    margin-bottom: 70px;
    background: #26A2E1;
    border-color:#26A2E1;
    box-shadow:0 8px 10px rgb(38, 162, 225, 0.6);
}
.whatsapp-button .text-button, .telegram-button .text-button {
	height: 68px;
	width: 68px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	line-height: 60px;
}
.whatsapp-button svg, .telegram-button svg {
	color: #fff;
	transition: .3s;
	line-height: 66px;
	transition: .5s ease-in-out;
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
	width: 40px;
	height: 40px;
}
.whatsapp-button:hover svg, .telegram-button:hover svg {
    display: none;
}
.whatsapp-button:hover, .telegram-button:hover{
    background: #fff;
}
.whatsapp-button .text-button:hover span, .telegram-button .text-button:hover span {
	opacity: 1;
}
.whatsapp-button .text-button span, .telegram-button .text-button span {
	text-align: center;
	color: #23a455;
	opacity: 0;
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 27px;
	left: 0px;
	line-height: 14px;
	font-weight: 500;
	text-align: center;
	transition: opacity .3s linear;
}
.telegram-button .text-button span{
    color: #26A2E1;
}
#text-block .text{
    font-size: 18px;
}
.rec{
    font-size: 12px;
    margin-top: 15px;
    max-width:263px;
}
@keyframes shake {
    0% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
}
@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
}
.ph{
    font-size: 11px;
    color: #333;
    text-decoration: none;
    line-height: normal;
}
.pv{
    line-height: normal;
    margin-top: -5px;
}
@media(max-width:1500px){
    #main .block{
        padding: 100px 0;
    }
}
@media(max-width:1400px){
    .whatsapp{
        margin-top: 15px;
    }
	footer .button{
		font-size: 13px;
		height: 38px;
	}
	header .phone a{
		font-size: 16px;
	}
}
@media(max-width:1200px){
	header .phone{
		text-align: right;
		margin-bottom: 5px;
	}
	#catalog .block .tit{
		font-size: 16px;
		max-height:55px;
	}
}
@media(max-width:992px){
    #msCart, #msCart table .title, .ms-title{
        font-size: 14px;
    }
    #msCart th{
        font-weight: 500 !important;
    }
    #msOrder{
        font-size: 14px;
        
    }
    .ms-count .input-group-append{
        display: none;
    }
    footer .block .tit{
        font-size: 14px;
        margin-bottom: 5px;
    }
    #text-page{
        min-height: calc(100% - 285px);
    }
	header .phone{
		margin-bottom: 0;
	}
	header .phone a{
		font-size: 15px;
	}
	.logo{
		display: block;
		margin: auto;
		max-width: 200px;
	}
	#main .title{
		font-size: 28px;
	}
	#main .sub{
		font-size: 18px;
	}
	#main .block{
		padding: 100px 0;
	}
	.title{
		font-size: 30px;
	}
	#text-block .title{
		font-size: 25px;
	}
	#text-block{
		font-size: 16px;
	}
	footer .phone{
		font-size: 14px;
	}
	footer ul{
		font-size: 13px;
	}
	footer .form .tit{
		font-size: 20px;
	}
	footer .form .button{
		padding: 0;
		font-size: 10px;
		height: 34px;
	}
	footer .form .form-control{
		font-size: 14px;
	}
	#product .right{
		padding-left: 15px;
	}
	#product .price{
		margin-bottom: 5px;
		font-size: 22px;
	}
	#product .sku{
		font-size: 15px;
		margin-bottom: 10px;
	}
	#product .prop{
		font-size: 15px;
		margin-bottom: 20px;
	}
	#product .desc{
		padding-top: 30px;
		font-size: 15px;
	}
}
@media(max-width:768px){
    footer .b1{
        margin-bottom: 20px;
    }
    footer ul{
        line-height: normal;
    }
    #text-page{
        min-height: calc(100% - 271px);
    }
	.slider-for{
		margin-bottom: 15px;
	}
	#product .right{
		padding-left: 0;
	}
	#product .desc{
		padding-top: 15px;
	}
	.breadcrumb{
		font-size: 11px;
		line-height: normal;
	}
	header{
		position: sticky;
		top: 0;
		z-index: 12;
		background: #fff;
	}
	.logo{
		max-width: 185px;
	}
	#main .block{
		padding: 60px 0;
	}
	#main .title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.p-50{
		padding: 40px 0;
	}
	.title{
		font-size: 25px;
		margin-bottom: 20px;
	}
	#main .sub{
		font-size: 14px;
	}
	#text-block .title{
		margin-top: 20px;
	}
	#text-block img{
		width: 200px;
		display: block;
	}
	#menu{
		width: 300px;
		z-index: 15;
	}
	#menu ul li a{
		font-size: 14px;
		padding: 2px;
	}
	#menu ul li ul li a{
		font-size: 13px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}
@media(max-width:576px){
    #text-page{
        min-height: 1px;
    }
	header{
		padding: 5px 0;
		position:sticky;
		top: 0;
		background: #fff;
		z-index: 12;
		box-shadow:0 1px 1px rgba(0,0,0, 0.1);
	}
	.logo{
		max-width: 185px;
	}
	#main .text-white{
		text-shadow: #000 1px 0 10px;
	}
	#main .text-black .title, #main .text-black .sub{
		background: rgba(255,255,255,0.7);
		border-radius:4px;
		padding: 4px 10px;
		display: inline-block;
	}
	#catalog .block .tit{
		font-size: 12px;
		line-height: normal;
		max-height:200px;
	}
	#catalog{
		padding-bottom: 16px;
	}
	.title, #text-block .title{
		font-size: 25px;
	}
	#carousel .block .tit, #carousel .block .price{
		font-size: 12px;
	}
	#carousel .block .tit{
	    max-height:200px;
	}
	#text-block img{
		width: 150px;
	}
	#text-block{
		font-size: 14px;
		padding-bottom: 30px;
	}
	footer {
		padding: 40px 0;
	}
	footer .block{
		margin-bottom: 15px;
	}
	footer .phone{
		margin-bottom: 10px;
	}
	footer .order-3 .block{
		margin-bottom: 0;
	}
	footer .form-control{
		margin-bottom: 10px;
	}
	footer .form .button{
		font-size: 14px;
	}
	footer .form .tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	footer ul{
	    font-size: 12px;
	}
	.whatsapp{
	    padding: 10px 15px;
	}
	#main .block{
	    background-position:left top;
	}
	#main .b3{
	    background-position: left -60px top;
	}
}