html, body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	
	/*font-family: 'Playfair Display', serif;*/
}

input, textarea {
	font-family: 'Open Sans', sans-serif;
	outline: none;
}

select, button {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}

.clear {
	width: 0px;
	height: 0px;
	float: none !important;
	clear: both !important;
}

.container {
	width: 100%;
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

/*main-header*/

.main-header {
	width: 100%;
	position: relative;
	z-index: 2;
}

.main-header-top {
	width: 100%;
	padding: 20px 0px;
}

.main-header-top.with-margin {
	margin-bottom: 64px;
}

.shop-header .main-header-top.with-margin {
	margin-bottom: 0px;
}

.mh-left {
	width: 100%;
	max-width: 300px;
	float: left;
	text-align: left;
}

.mh-addr {
	color: #3e3e3e;
	font-size: 16px;
	line-height: 1.3;
}

.mh-addr b {
	display: block;
}
.head__dops {
	float: left;
}
.mh-social {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 0;
}
.mh-social li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.mh-social a {
	margin-right: 35px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.mh-social a.mh-fb {
	background-image: url('../images/mh-fb.png');
}

.mh-social a.mh-in {
	background-image: url('../images/mh-in.png');
}

.mh-social a.mh-vk {
	background-image: url('../images/tiktok.png');
}

.mh-social a:last-child {
	margin-right: 0px;
}

.mh-center {
	width: 100%;
	max-width: calc(100% - 600px);
	float: left;
	text-align: center;
}

.mh-center img {
	display: block;
	margin: 0px auto;
}

.mh-right {
	width: 100%;
	max-width: 300px;
	text-align: right;
	float: right;
}

.mh-phones {
	width: 100%;
}

.mh-phones a {
	text-decoration: none;
	color: #000;
	font-size: 26px;
	display: inline-block;
	line-height: 1.4;
	position: relative;
}

.mh-phones a:first-child:before {
	width: 29px;
	height: 30px;
	content: "";
	background-image: url('../images/mh-viber.png');
	position: absolute;
	left: -65px;
	top: 5px;
}

.mh-phones a:first-child:after {
	width: 26px;
	height: 26px;
	content: "";
	background-image: url('../images/mh-whatsapp.png');
	position: absolute;
	left: -31px;
	top: 5px;
}

.main-header-bottom {
	width: 100%;
	background-color: #f860a3;
	height: 64px;
}

.main-header-bottom.fixed {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5;
}

.mh-menu {
	width: 100%;
	text-align: center;
}

.menu-but {
	display: none;
}

.mh-menu div > ul {
	margin: 0px;
	padding: 0px;
	font-size: 0;
	width: 100%;
	list-style-type: none;
}

.mh-menu div > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
	position: relative;
}

.mh-menu div > ul > li:last-child {
	margin-right: 0px;
}

.mh-menu div > ul > li > a {
	line-height: 64px;
	position: relative;
	overflow-x: hidden;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.mh-menu div > ul > li > a:before {
	width: 0%;
	height: 2px;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -5px;
	transition: width 0.25s ease-out;
}

.mh-menu div > ul > li > a:hover:before, .mh-menu div > ul > li > a.current-menu-item {
	transition: width 0.25s ease-in;
	width: 100%;
}

.mh-menu div > ul > li.menu-item-has-children > a {
	padding-right: 15px;
}

.mh-menu div > ul > li.menu-item-has-children > a:after {
	background-image: url('../images/hm-arr-down.png');
	content: "";
	width: 10px;
	height: 6px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -3px;
}

.mh-menu div > ul > li.menu-item-has-children > ul {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	background-color: #f860a3;
	list-style-type: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 64px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	/*min-width: 150px;*/
	min-width: 300px;
	text-align: left;	
	transition: all 0.75s ease-out;
	opacity: 1;
	max-height: 0px;
	overflow: hidden;
}

.mh-menu div > ul > li.menu-item-has-children:hover > ul {
	transition: all 0.75s ease-in;
	opacity: 1;
	max-height: 1500px;
}

.mh-menu div > ul > li.menu-item-has-children > ul > li > a {
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.mh-menu div > ul > li.menu-item-has-children > ul > li:first-child > a {
	margin-top: 15px;
}

.mh-menu div > ul > li.menu-item-has-children > ul > li:last-child > a {
	margin-bottom: 15px;
}

.mh-menu div > ul > li.menu-item-has-children > ul > li > a:before {
	width: 0%;
	height: 2px;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: width 0.25s ease-out;
}

.mh-menu div > ul > li.menu-item-has-children > ul > li > a:hover:before {
	transition: width 0.25s ease-in;
	width: 100%;
}

/*++++++++++++++++++++++*/

.qual {
	display: none !important;
}

.head-menu div > ul > li.menu-item-has-children > a {
	padding-right: 15px;
}

.head-menu div > ul > li.menu-item-has-children {
	position: relative;
}

.head-menu div > ul > li.menu-item-has-children > a:after {
	background-image: url('../images/hm-arr-down-br.png');
	content: "";
	width: 10px;
	height: 6px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -3px;
}

.head-menu div > ul > li.menu-item-has-children > ul {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	background-color: #fff;
	list-style-type: none;
	display: block;
	position: absolute;
	left: 0px;
	/*top: 70px;*/
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	/*min-width: 150px;*/
	min-width: 300px;
	text-align: left;	
	transition: all 0.75s ease-out;
	opacity: 1;
	max-height: 0px;
	overflow: hidden;
}

.head-menu div > ul > li.menu-item-has-children:hover > ul {
	transition: all 0.75s ease-in;
	opacity: 1;
	max-height: 1500px;
}

.head-menu div > ul > li.menu-item-has-children > ul > li {
	line-height: 1 !important;
}

.head-menu div > ul > li.menu-item-has-children > ul > li > a {
	line-height: 28px;
	/*color: #fff;*/
	color: #ad655f;
	text-decoration: none;
	/*font-size: 12px;*/
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	position: relative;
	transition: all 0.25s ease-out;
}



.head-menu div > ul > li.menu-item-has-children > ul > li > a:hover {
	transition: all 0.25s ease-in;
	color: #F860A3;
}

.head-menu div > ul > li.menu-item-has-children > ul > li:first-child > a {
	margin-top: 15px;
}

.head-menu div > ul > li.menu-item-has-children > ul > li:last-child > a {
	margin-bottom: 15px;
}

.head-menu div > ul > li.menu-item-has-children > ul > li > a:before {
	width: 0%;
	height: 2px;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: width 0.25s ease-out;
}

.head-menu div > ul > li.menu-item-has-children > ul > li > a:hover:before {
	transition: width 0.25s ease-in;
	width: 100%;
}

/*++++++++++++++++++++++*/

/*-------*/

/*m-first-block*/

.m-first-block {
	background-image: url('../images/m-first-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	padding-top: 108px;
	position: relative;
}

.m-first-block:after {
	width: 100%;
	height: 45px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
}

.m-first-box {
	position: relative;
}

.m-first-box h1 {
	margin: 0px;
	text-align: center;
	font-size: 48px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
}

.m-first-box p {
	margin: 0px;
	margin-top: 15px;
	line-height: 1.3;
	text-align: center;
	color: #000;
	font-size: 18px;
}

.m-first-box > h2 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size: 48px;
	margin: 0px;
	margin-top: 30px;
	text-align: center;
	font-style: italic;
}

.m-first-form {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	background-color: #efcdb4;
	padding: 30px;
	box-sizing: border-box;
}

.m-first-form h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #ae6761;
	font-size: 28px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}

.m-first-form-box {
	width: 100%;
	margin-top: 30px;
}

.m-first-form-box form {
	width: 100%;
	font-size: 0;
	text-align: center;
}

form .form-group {
	position: relative;
}

.m-first-form-box form .form-group {
	margin-right: 8px;
	width: 100%;
	max-width: 224px;
	display: inline-block;
	vertical-align: top;
}

.wpcf7-recaptcha > div {
	margin-left: auto;
	margin-right: auto;
}

.m-first-form-box form .form-group.subm-div {
	margin-right: 0px;
}

.wpcf7-response-output {
	display: none !important;
}

span.wpcf7-not-valid-tip {
	width: 3px;
	height: 100%;
	background-color: #f00;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

.wpcf7-form-control-wrap {
    position: static;
	overflow: hidden;
}

.m-first-form-box form .form-group input[type="text"] {
	width: 100%;
	padding: 0px;
	padding-left: 40px;
	padding-right: 10px;
	box-sizing: border-box;
	border: 0px;
	font-size: 13px;
	color: #000;
	text-align: left;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 13px 50%;
}

.m-first-form-box form .form-group input.m-f-name {
	background-image: url('../images/m-f-name.png');
}

.m-first-form-box form .form-group input.m-f-tel {
	background-image: url('../images/m-f-tel.png');
}

.m-first-form-box form .form-group:last-child {
	margin-right: 0px;
}

.m-first-form-box form .form-group select {
	width: 100%;
	padding: 0px;
	padding-left: 17px;
	padding-right: 35px;
	box-sizing: border-box;
	border: 0px;
	font-size: 13px;
	color: #000;
	text-align: left;
	height: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: 93% 50%;
	background-repeat: no-repeat;
	background-image: url('../images/select-arr1.png');
}

.m-first-form-box form .form-group input[type="submit"] {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	height: 48px;
	background-color: #f860a3;
	border-radius: 48px;
	cursor: pointer;
	transition: all 0.25s ease-in;
}

.m-first-form-box form .form-group input[type="submit"]:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

.ajax-loader {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
}

/*-------*/

/*m-mini-preim*/

.m-mini-preim {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 40px;
}

.m-mini-preim-box {
	background-image: url('../images/top-shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	padding-top: 40px;
	font-size: 0;
	text-align: center;
}

.m-mini-p-item {
	width: 100%;
	max-width: 200px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	margin-right: 35px;
}

.m-mini-p-text {
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #ae6761;
}

/*-------*/

/*m-cources*/

.m-cources {
	width: 100%;
	padding: 40px 0px; 
	position: relative;
	min-height: 300px;
	overflow: hidden;
}

.m-c1 {
	position: absolute;
	margin-left: 50%;
	left: -590px;
	top: 65px;
	z-index: 0;
}

.m-c2 {
	position: absolute;
	margin-left: 50%;
	left: -615px;
	top: 125px;
	z-index: 0;
}

.m-c3 {
	position: absolute;
	margin-left: 50%;
	left: -910px;
	top: 405px;
	z-index: 0;
}

.m-c4 {
	position: absolute;
	margin-left: 50%;
	left: -615px;
	top: 880px;
	z-index: 0;
}

.m-c5 {
	position: absolute;
	margin-left: 50%;
	left: -760px;
	top: 940px;
	z-index: 0;
}

.m-c6 {
	position: absolute;
	left: 90%;
	top: 25px;
	z-index: 0;
}

.m-c7 {
	position: absolute;
	margin-left: 50%;
	left: 555px;
	top: 360px;
	z-index: 0;
}

.m-c8 {
	position: absolute;
	margin-left: 50%;
	left: 508px;
	top: 600px;
	z-index: 0;
}

.m-c9 {
	position: absolute;
	margin-left: 50%;
	left: 535px;
	top: 630px;
	z-index: 0;
}

.m-c10 {
	position: absolute;
	margin-left: 0%;
	left: 90%;
	top: 780px;
	z-index: 0;
}

.m-c11 {
	position: absolute;
	margin-left: 50%;
	left: 475px;
	top: 1120px;
	z-index: 0;
}

.m-cources-box {
	
}

.m-course-item {
	max-width: 825px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	box-shadow: 0px 0px 15px #fff;
}

.m-course-item:last-child {
	margin-bottom: 0px;
}

/*odd-even*/

.m-course-item.odd .m-course-img {
	float: right;
	width: 100%;
	max-width: 395px;
	margin-left: 30px;
}

.m-course-item.even .m-course-img {
	float: left;
	width: 100%;
	max-width: 395px;
	margin-right: 30px;
}

.m-course-img-wr {
	width: 378px;
	height: 378px;
	position: relative;
}

.m-course-img-inner {
	width: 378px;
	height: 378px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	border-radius: 200%;
}

.m-course-img-wr:before {
	content: "";
	z-index: 1;
	background-color: #f0d2bb;
	border-radius: 200%;
	width: 387px;
	height: 387px;
	position: absolute;
	left: 10px;
	top: 0px;
}

.m-course-img-wr:after {
	content: "";
	z-index: 2;
	background-color: #fff;
	border-radius: 200%;
	width: 387px;
	height: 387px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.m-course-item.odd .m-course-info {
	width: 100%;
	max-width: 400px;
	text-align: left;
	position: relative;
	float: left;
}

.m-course-item.even .m-course-info {
	width: 100%;
	max-width: 400px;
	text-align: left;
	position: relative;
	float: right;
}

.m-course-item.odd .m-course-info:before {
	width: 42px;
	height: 446px;
	background-image: url('../images/m-left-shadow.png');
	background-position: center cetner;
	content: "";
	position: absolute;
	left: -87px;
	top: 0px;
} 

.m-course-item.even .m-course-info:before {
	width: 42px;
	height: 446px;
	background-image: url('../images/m-right-shadow.png');
	background-position: center cetner;
	content: "";
	position: absolute;
	right: -87px;
	top: 0px;
}

.m-course-title {
	font-size: 24px;
	color: #f860a3;
	text-transform: uppercase;
	line-height: 1.1;
	margin-top: 50px;
}

.m-course-title h2 {
	font-size: 24px !important;
	color: #f860a3 !important;
	text-transform: uppercase !important;
	line-height: 1.1 !important;
	margin-top: 50px !important;
	font-style: normal !important;
	font-family: 'Open Sans', sans-serif !important;
	text-align: left !important;
}

.m-course-title b {
	display: block;
}

.m-cource-text {
	width: 100%;
	max-width: 290px;
	color: #000;
	font-size: 13px;
	margin-top: 35px;
}

.m-course-item:last-child .m-cource-text {
    max-width: 370px;
}

.m-cource-text p {
	margin: 0px;
	margin-bottom: 20px;
}

.m-cource-text p:last-child {
	margin-bottom: 0px;
}

.m-course-but {
	width: 100%;
	margin-top: 35px;
}

.m-course-but a {
	display: inline-block;
	box-sizing: border-box;
	width: 237px;
	height: 54px;
	line-height: 50px;
	border-radius: 54px;
	border: 1px solid #f860a3;
	color: #f860a3;
	text-decoration: none;
	text-align: center;
	padding-right: 16px;
	font-size: 18px;
	background-color: #fff;
	transition: all 0.25s ease-out;
	background-position: 73% 50%;
	background-repeat: no-repeat;
	background-image: url('../images/mc-but-r.png');
}

.m-course-but a:hover {
	background-color: #f860a3;
	color: #fff;
	background-image: url('../images/mc-but-w.png');
	transition: all 0.25s ease-in;
}


/*-------*/

/*m-teach-center*/

.m-teach-center {
	background-color: #efcdb4;
	width: 100%;
	padding: 45px 0px;
	padding-bottom: 0px;
}

h2 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	font-size: 32px;
}

.m-teach-center h2 {
	color: #fff;
	position: relative;
	font-family: 'Playfair Display', serif;
}

.m-teach-center h2:after {
	width: 71px;
	height: 22px;
	background-image: url('../images/h2-elem.png');
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: -47px;
}

.m-teach-center-box {
	width: 100%;
	text-align: center;
	margin-top: 75px;
	font-size: 0;
}

.m-teach-center-item {
	width: 100%;
	max-width: 350px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 70px;
}

.m-teach-center-item:nth-child(3n) {
	margin-right: 0px;
}

.m-teach-c-img {
	width: 100%;
	height: 84px;
}

.m-teach-c-text {
	margin-top: 20px;
	color: #000;
	font-size: 15px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.m-teach-c-text p {
	margin: 0px;
}

/*-------*/

/*coaches*/

.coaches {
	padding-top: 55px;
	padding-bottom: 50px;
	width: 100%;
	position: relative;
}

.coaches:before {
	background-image: url('../images/top-shadow.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
	height: 28px;
    content: "";
	position: absolute;
	left: 0px;
	top: 5px;
}

.coaches-in:after {
	width: 100%;
	height: 28px;
	background-image: url('../images/bot-shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
}

.coaches h2 {
	position: relative;
	font-size: 31px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
}

.coaches h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.coaches-text {
	margin-top: 20px;
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	text-align: center;
}

.coaches-block {
	width: 100%;
	margin-top: 25px;
	position: relative;
}

.coaches-slider {
	padding-top: 65px;
	position: relative;
	width: 100%;
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}

.coaches-item {
	width: 100%;
	max-width: 808px;
	border: 1px solid #ad655f;
}

.ci-photo {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 348px;
}

.ci-photo img {
	display: block;
}

.ci-info {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 405px;
	margin-left: 40px;
}

.ci-info h3 {
	margin: 0px;
	margin-top: 30px;
	font-size: 22px;
	font-style: italic;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}

.ci-info h5 {
	margin: 0px;
	margin-top: 20px;
	font-size: 13px;
	color: #000;
	font-weight: 700;
	max-width: 380px;
}

.ci-text {
	margin-top: 20px;
	width: 100%;
}

.ci-text ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	list-style-image: url('../images/ul-dot.jpg');
}

.ci-text ul li {
	font-size: 13px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 5px;
}

.ci-text ul li:last-child {
	margin-bottom: 0px;
}

.coaches-prev, .coaches-next {
	height: 383px;
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 65px;
	cursor: pointer;
	z-index: 3;
}
.coaches-prev1, .coaches-next1, .coaches-prev2, .coaches-next2, .coaches-prev3, .coaches-next3 {
	width: 40px;
	background-size: contain !important;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 65px;
	cursor: pointer;
	z-index: 3;
}
.coaches-prev2, .coaches-next2 {
	top: 91px !important;
}
.coaches-prev1, .coaches-prev2, .coaches-prev3 {
	left: 0 !important;
}
.coaches-next1, .coaches-next2, .coaches-next3 {
	right: 0 !important;
}

.coaches-prev, .coaches-prev1, .coaches-prev2, .coaches-prev3 {
	background-image: url('../images/c-prev.png');
	left: 80px;
}
.coaches-next, .coaches-next1, .coaches-next2, .coaches-next3 {
	background-image: url('../images/c-next.png');
	right: 80px;
}

.coaches-prev:hover, .coaches-prev1:hover, .coaches-prev2:hover, .coaches-prev3:hover {
	background-image: url('../images/c-prev-h.png');
}

.coaches-next:hover, .coaches-next1:hover, .coaches-next2:hover, .coaches-next3:hover {
	background-image: url('../images/c-next-h.png');
}

.coaches-slider .owl-controls {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 20px;
}

.coaches-slider .owl-controls .owl-dot, .m-mini-preim-slider .owl-controls .owl-dot,
.m-teach-center-slider .owl-controls .owl-dot, .preim-block-slider .owl-controls .owl-dot {
	display: inline-block;
	margin-right: 8px;
}

.coaches-slider .owl-controls .owl-dot:last-child, .m-mini-preim-slider .owl-controls .owl-dot:last-child,
.m-teach-center-slider .owl-controls .owl-dot:last-child, .preim-block-slider .owl-controls .owl-dot:last-child {
	margin-right: 0px;
}

.coaches-slider .owl-controls .owl-dots .owl-dot span, .m-mini-preim-slider .owl-controls .owl-dots .owl-dot span,
.m-teach-center-slider .owl-controls .owl-dots .owl-dot span, .preim-block-slider .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 200%;
	display: block;
	background-color: #efcdb4;
	transition: all 0.25s ease-out;
}
.m-teach-center-slider .owl-controls .owl-dots, .preim-block-slider .owl-controls .owl-dots {
	text-align: center;
}
.preim-block-slider .owl-controls .owl-dots {
	bottom: -23px;
	position: relative;
}
.m-teach-center-slider .owl-controls .owl-dots .owl-dot span {
	background-color: #ffffff;
}

.coaches-slider .owl-controls .owl-dots .owl-dot.active span, .m-mini-preim-slider .owl-controls .owl-dots .owl-dot.active span,
.m-teach-center-slider .owl-controls .owl-dots .owl-dot.active span, .preim-block-slider .owl-controls .owl-dots .owl-dot.active span {
	background-color: #ad655f;
	transition: all 0.25s ease-in;	
}

.m-coaches-but {
	text-align: center;
	margin-top: 35px;
}

.m-coaches-but a {
	display: inline-block;
	width: 100%;
	max-width: 425px;
	height: 78px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 78px;
	border-radius: 78px;
	background-color: #f860a3;
	transition: all 0.25s ease-out;
}

.m-coaches-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

.coaches-consul {
	margin-top: 33px;
	position: relative;
	width: 100%;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: #efcdb4;
	padding: 25px 0px;
}

.coaches-consul:before {
	border-bottom: 16px solid #efcdb4;
	border-left: 72px solid transparent;
	border-right: 72px solid transparent;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -72px;
	top: -16px;
}

.coaches-consul h3 {
	font-size: 15px;
	color: #000;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-weight: normal;
}

.coaches-consul h3 span {
	text-transform: uppercase;
	display: block;
}

.coaches-phones {
	margin-top: 37px;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.coaches-phones span {
	margin-right: 30px;
}

.coaches-phones span:last-child {
	margin-right: 0px;
}

.coaches-phones span a {
	color: #000;
	text-decoration: none;
}

.coaches-but {
	margin-top: 25px;
	width: 100%;
}

.coaches-but a {
	transition: all 0.25s ease-out;
	background-color: #f860a3;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	width: 100%;
	max-width: 254px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.coaches-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;	
}

/*-------*/

/*m-for-whom*/

.m-for-whom {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #f860a3;
	background-image: url('../images/rose-block-bg.jpg');
}

.m-for-whom h2 {
	color: #fff;
	padding-bottom: 45px;
	position: relative;
}

.m-for-whom h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem-w.png');
	background-position: center;
	background-repeat: no-repeat;
}

.m-for-whom-box {
	width: 100%;
	text-align: center;
	margin-top: 35px;
	font-size: 0;
}

.m-for-whom-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 210px;
	margin-right: 13px;
	text-align: left;
	margin-bottom: 25px;
}

.m-for-whom-item:last-child {
	margin-right: 0px;
}

.m-for-whom-img {
	width: 100%;
}

.m-for-whom-title {
	color: #fff;
	font-family: 'Playfair Display', serif;
	margin-top: 15px;
	line-height: 20px;
	font-size: 24px;
	font-style: italic;
}

.m-for-whom-text {
	font-size: 14px;
	color: #fff;
	margin-top: 18px;
}

.m-for-whom h3 {
	font-size: 29px;
	color: #fff;
	margin: 0px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}

/*-------*/

/*how-work*/

.how-work {
	width: 100%;
	padding-top: 47px;
	padding-bottom: 70px;
	background-image: url('../images/bot-shadow.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.how-work-in {
	background-image: none;
}

.how-work h2 {
	position: relative;
	font-size: 31px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
}

.how-work h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.how-work-block {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.how-work-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 21px;
	width: 100%;
	max-width: 350px;
	position: relative;
}

.how-work-item:last-child {
	margin-right: 0px;
}

.how-work-item:first-child {
	background-image: url('../images/hw1-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
}

.how-work-item:after {
	width: 49px;
	height: 95px;
	background-image: url('../images/hw-arr.png');
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	right: -37px;
	top: 0px;
}

.how-work-item:last-child:after {
	display: none;
}

.how-work-icon-wr {
	display: table;
	width: 100%;
	height: 95px;
}

.how-work-icon {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.how-work-icon a {
	transition: all 0.25s ease-out;
	background-color: #f860a3;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	padding: 14px 34px;
	border-radius: 50px;
	text-decoration: none;
}

.how-work-icon a:hover {
	transition: all 0.25s ease-out;
	background-color: #fb006f;
}

.how-work-text {
	width: 100%;
	margin-top: 15px;
	
	color: #000;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
}

.how-work-text a {
	color: #000;
	text-decoration: none;
}


/*-------*/

/*gallery*/

.gallery {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 35px;
}

.gallery h2 {
	position: relative;
	font-size: 31px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
}

.gallery h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.gallery-block {
	position: relative;
	width: 100%;
	max-width: 1065px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.gallery-slider {
	position: relative;
	width: 100%;
}

.gallery-item {
	width: 100%;
	max-width: 255px;
}

.gallery-item > div {
	width: 255px;
	height: 190px;
	margin-bottom: 15px;
	overflow: hidden;
}

.gallery-item > div:last-child {
	margin-bottom: 0px;
}

.gallery-item > div a > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.25s ease-out;
}

.gallery-item > div a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-item > div a:after {
	position: absolute;
	transition: all 0.25s ease-out;
	opacity: 0;
	background-image: url('../images/mag.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(173, 101, 95, 0.8);
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.gallery-item > div a:hover:after {
	transition: all 0.25s ease-in;
	opacity: 1;
}

.gallery-slider .owl-controls {
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

.gallery-slider .owl-controls .owl-dot {
	display: inline-block;
	margin-right: 8px;
}

.gallery-slider .owl-controls .owl-dot:last-child {
	margin-right: 0px;
}

.gallery-slider .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 200%;
	display: block;
	background-color: #efcdb4;
	transition: all 0.25s ease-out;
}

.gallery-slider .owl-controls .owl-dots .owl-dot.active span {
	background-color: #ad655f;
	transition: all 0.25s ease-in;	
}

.gallery-prev, .gallery-next {
	width: 255px;
	height: 190px;
	background-color: #efcdb4;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.25s ease-out;
	cursor: pointer;
	position: absolute;
	z-index: 3;
}

.gallery-prev {
	background-image: url('../images/g-prev.png');
	left: 0px;
	top: 205px;
}

.gallery-prev:hover {
	background-color: #ad655f;
	transition: all 0.25s ease-in;
	background-image: url('../images/g-prev-h.png');
}

.gallery-next {
	background-image: url('../images/g-next.png');
	right: 0px;
	top: 0px;
}

.gallery-next:hover {
	background-color: #ad655f;
	transition: all 0.25s ease-in;
	background-image: url('../images/g-next-h.png');
}

/*-------*/

/*vgallery*/

.vgallery {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 35px;
}

.vgallery h2 {
	position: relative;
	font-size: 31px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
}

.vgallery h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.vgallery-block {
	position: relative;
	width: 100%;
	max-width: 1065px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.vgallery-slider {
	position: relative;
	width: 100%;
}

.vgallery-item {
	width: 100%;
	max-width: 255px;
	position: relative;
}

/*.vgallery-item:before {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	content: "";
}*/

.vgallery-item > div {
	width: 255px;
	height: 190px;
	margin-bottom: 15px;
	overflow: hidden;
}

.vgallery-item > div:last-child {
	margin-bottom: 0px;
}

.vgallery-item > a > img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.25s ease-out;
}

.vgallery-item > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 190px;
}

.vgallery-item > a:after {
	position: absolute;
	transition: all 0.25s ease-out;
	opacity: 0;
	background-image: url('../images/mag.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(173, 101, 95, 0.8);
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.vgallery-item > a:hover:after {
	transition: all 0.25s ease-in;
	opacity: 1;
}

.vgallery-slider .owl-controls {
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

.vgallery-slider .owl-controls .owl-dot {
	display: inline-block;
	margin-right: 8px;
}

.vgallery-slider .owl-controls .owl-dot:last-child {
	margin-right: 0px;
}

.vgallery-slider .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 200%;
	display: block;
	background-color: #efcdb4;
	transition: all 0.25s ease-out;
}

.vgallery-slider .owl-controls .owl-dots .owl-dot.active span {
	background-color: #ad655f;
	transition: all 0.25s ease-in;	
}

.vgallery-prev, .vgallery-next {
	width: 255px;
	height: 190px;
	background-color: #efcdb4;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.25s ease-out;
	cursor: pointer;
	position: absolute;
	z-index: 3;
}

.vgallery-prev {
	background-image: url('../images/g-prev.png');
	left: 0px;
	top: 0px;
}

.vgallery-prev:hover {
	background-color: #ad655f;
	transition: all 0.25s ease-in;
	background-image: url('../images/g-prev-h.png');
}

.vgallery-next {
	background-image: url('../images/g-next.png');
	right: 0px;
	top: 0px;
}

.vgallery-next:hover {
	background-color: #ad655f;
	transition: all 0.25s ease-in;
	background-image: url('../images/g-next-h.png');
}

/*-------*/

/*models*/

.models {
	padding-top: 30px;
	width: 100%;
	background-color: #f1f1f1;
	background-image: url('../images/bot-shadow.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.models-block {
	text-align: center;
	width: 100%;
	font-size: 0;
}

.models-block div.model-item {
	display: inline-block;
	vertical-align: top;
}

.model-center {
	width: 100%;
	max-width: 310px;
	margin-left: 40px;
	margin-right: 40px;
	vertical-align: top;
}

.models-block div.model-item img {
	display: block;
}

.model-item h3 {
	margin: 0px;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin-top: 60px;
	color: #f860a3;
}

.model-item p {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	margin: 0px;
	color: #f860a3;
}

.model-item .model-phones {
	margin-top: 50px;
	padding-left: 115px;
	
	background-image: url('../images/bot-ph.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 25px;
	color: #000;
	line-height: 1.6;
}

.model-item .model-phones a {
	color: #000;
	text-decoration: none;
}


/*-------*/

/*m-our-students*/

.m-our-students {
	width: 100%;
	padding-top: 45px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.m-our-students h2 {
	padding-bottom: 45px;
	position: relative;
}

.m-our-students h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.v-c1 {
	position: absolute;
	margin-left: 50%;
	left: -690px;
	top: 42px;
	z-index: 0;
}

.v-c2 {
	position: absolute;
	margin-left: 50%;
	left: -645px;
	top: 885px;
	z-index: 0;
}

.v-c3 {
	position: absolute;
	margin-left: 50%;
	left: -670px;
	top: 1415px;
	z-index: 0;
}

.v-c4 {
	position: absolute;
	margin-left: 50%;
	left: -620px;
	top: 1730px;
	z-index: 0;
}

.v-c5 {
	position: absolute;
	margin-left: 50%;
	left: 615px;
	top: 180px;
	z-index: 0;
}

.v-c6 {
	position: absolute;
	margin-left: 50%;
	left: 560px;
	top: 760px;
	z-index: 0;
}

.v-c7 {
	position: absolute;
	margin-left: 50%;
	left: 585px;
	top: 1180px;
	z-index: 0;
}

.v-c8 {
	position: absolute;
	margin-left: 50%;
	left: 640px;
	top: 1490px;
	z-index: 0;
}

.m-our-students-box {
	width: 100%;
	margin-top: 25px;
}

.m-our-students-item {
	width: 100%;
	text-align: left;
	font-size: 0;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.m-our-students-item.odd .m-our-students-imgs {
	width: 100%;
	max-width: 540px;
	margin-right: 30px;
	text-align: left;
	float: left;
	display: inline-block;
	vertical-align: top;
}

.m-our-students-item.even .m-our-students-imgs {
	width: 100%;
	max-width: 540px;
	margin-left: 30px;
	text-align: left;
	float: right;
	display: inline-block;
	vertical-align: top;
}

.m-our-students-imgs img:first-child {
	margin-right: 25px;
}

.m-our-students-imgs img {
	vertical-align: top;
	max-width: 250px;
	height: auto;
}

.m-our-students-item.odd .m-our-students-info {
	width: 100%;
	max-width: 540px;
	text-align: left;
	float: right;
}

.m-our-students-item.even .m-our-students-info {
	width: 100%;
	max-width: 540px;
	text-align: left;
	float: left;
}

.m-our-students-info p {
	margin: 0px;
	font-size: 21px;
	font-style: italic;
	color: #000;
	font-family: 'Playfair Display', serif;
	line-height: 1.5;
}

.m-our-students-info span {
	margin-top: 30px;
	display: block;
	font-size: 14px;
	color: #000;
}

.m-our-students-but {
	text-align: center;
	margin-top: 35px;
}

.m-our-students-but a {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 78px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 78px;
	border-radius: 78px;
	background-color: #f860a3;
	transition: all 0.25s ease-out;
}

.m-our-students-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

/*-------*/

/*why-choose-us*/

.why-choose-us {
	width: 100%;
	padding-top: 55px;
	padding-bottom: 0px;
	background-image: url('../images/beg-block-bg.jpg');
	background-color: #f5e2d3;
	position: relative;
}

.why-choose-us:after {
	width: 100%;
	height: 33px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	background-color: #fff;
}

.why-choose-us h2 {
	position: relative;
	font-size: 31px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
}

.why-choose-us h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.why-us-block {
	margin-top: 20px;
}

.why-us-item {
	width: 100%;
	max-width: 255px;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	margin-bottom: 35px;
}

.why-us-item:last-child {
	margin-right: 0px;
}

.why-us-img-wr {
	width: 100%;
	height: 180px;
	display: table;
}

.why-us-img {
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.why-us-text {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	margin-top: 20px;
}

.why-us-form {
	width: 100%;
	max-width: 890px;
	box-sizing: border-box;
	padding: 20px 25px;
	background-color: #efcdb4;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.why-us-form p {
	margin: 0px;
	font-size: 18px;
	color: #755c5c;
	line-height: 1.5;
}

.why-us-form p span {
	text-transform: uppercase;
}

.why-us-f {
	width: 100%;
	margin-top: 15px;
}

.why-us-f form {
	width: 100%;
	font-size: 0;
	text-align: left;
}

.why-us-f form .form-group {
	width: 100%;
	max-width: 240px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	position: relative;
}

.why-us-f form .form-group.subm-div {
	max-width: 330px;
}

.why-us-f form .form-group:last-child, .why-us-f form .form-group.subm-div {
	margin-right: 0px;
}

.why-us-f form .form-group input[type="text"] {
	width: 100%;
	padding: 0px;
	padding-left: 40px;
	padding-right: 10px;
	box-sizing: border-box;
	border: 0px;
	font-size: 13px;
	color: #000;
	text-align: left;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 13px 50%;
}

.why-us-f form .form-group input.m-f-name {
	background-image: url('../images/m-f-name.png');
}

.why-us-f form .form-group input.m-f-tel {
	background-image: url('../images/m-f-tel.png');
}

.why-us-f form .form-group input[type="submit"] {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	height: 48px;
	background-color: #f860a3;
	border-radius: 48px;
	cursor: pointer;
	transition: all 0.25s ease-in;
}

.why-us-f form .form-group input[type="submit"]:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

/*-------*/

/*m-hot-offer*/

.m-hot-offer {
	padding-top: 35px;
	padding-bottom: 30px;
	width: 100%;
}

.m-hot-offer-cat {
	background-color: #f860a3;
}

.m-hot-offer h2 {
	padding-bottom: 45px;
	position: relative;
}

.m-hot-offer h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.m-hot-offer-cat h2 {
	color: #fff;
}

.m-hot-offer-cat h2:after {
	background-image: url('../images/h2-elem-w.png');
}

.m-hot-offer-box {
	margin-top: 25px;
}

.m-hot-slider-block {
	position: relative;
	width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.m-hot-slider {
	width: 100%;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.m-hot-item img {
	max-width: 100%;
	height: auto;
}

.m-hot-prev, .m-hot-next {
	width: 40px;
	height: 75px;
	position: absolute;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;
}

.m-hot-prev {
	left: 0px;
	background-image: url('../images/c-prev.png');
}
.m-hot-next {
	right: 0px;
	background-image: url('../images/c-next.png');
}

.m-hot-prev:hover {
	background-image: url('../images/c-prev-h.png');
}

.m-hot-next:hover {
	background-image: url('../images/c-next-h.png');
}

.m-hot-offer-cat .m-hot-prev:hover {
	background-image: url('../images/c-prev-h2.png');
}

.m-hot-offer-cat .m-hot-next:hover {
	background-image: url('../images/c-next-h2.png');
}

/*-------*/

/*m-in-shop*/

.m-in-shop {
	background-color: #f860a3;
	color: #fff;
	background-image: url('../images/rose-block-bg.jpg');
	padding-top: 40px;
	padding-bottom: 35px;	
}

.m-in-shop-box {
	width: 100%;
	text-align: center;
}

.m-in-shop-img {
	width: 100%;
}

.m-in-shop-box h3 {
	font-size: 21px;
	font-weight: bold;
	margin: 0px;
	margin-top: 30px;
}

.m-in-shop-box p {
	margin: 0px;
	margin-top: 20px;
	font-size: 15px;
}

.m-in-shop-but {
	margin-top: 40px;
}

.m-in-shop-but a {
	display: inline-block;
	width: 100%;
	max-width: 310px;
	height: 58px;
	text-decoration: none;
	font-size: 18px;
	color: #f860a3;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 58px;
	border-radius: 58px;
	background-color: #fff;
	transition: all 0.25s ease-out;
}

.m-in-shop-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
	color: #fff;
}


/*-------*/

/*m-contacts*/

.m-contacts {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #fff;
	background-image: url('../images/m-cont-bg.jpg');
}

.m-contacts h2 {
	padding-bottom: 45px;
	position: relative;
}

.m-contacts h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.m-contacts-box {
	margin-top: 40px;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.m-contacts-addr {
	padding-top: 68px;
	width: 100%;
	max-width: 250px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	color: #000;
	font-size: 19px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../images/addr.png');
	margin-right: 100px;
}

.m-contacts-addr a {
	color: #000;
	font-size: 19px;
	text-decoration: none;
}

.m-contacts-addr a:hover {
	text-decoration: underline;
}

.m-contacts-phones {
	width: 100%;
	max-width: 335px;
	box-sizing: border-box;
	text-align: center;
	padding: 25px 0px;
	border: 3px dotted #ad655f;
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}

.m-contacts-phones > div {
	text-align: center;
	font-size: 23px;
	line-height: 1.5;
}

.m-contacts-phones > div > a {
	text-decoration: none;
	color: #ad655f;
	position: relative;
	/*padding-left: 25px;*/
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.m-contacts-phones > div > a:hover {
	color: #f860a3;
}
.m-contacts-phones > div > a:last-child {
	margin-right: 0;
}
.f_soc {
	display: inline-block;
	font-size: 0;
	margin-top: 0 !important;
}
.f_soc:hover {
	opacity: .65;
}
.f_soc_vb img {
	width: 29px;
	height: 30px;
}
.f_soc_what img {
	width: 26px;
	height: 26px;
}
.f_soc_tl img {
	width: 30px;
	height: 30px;
}
/*.m-contacts-phones > div > a:before {*/
	/*content: "";*/
	/*background-image: url('../images/phones.png');*/
	/*width: 16px;*/
	/*height: 16px;*/
	/*position: absolute;*/
	/*left: 0px;*/
	/*top: 50%;*/
	/*margin-top: -8px;*/
/*}*/

/*.m-contacts-phones > div:first-child > a:before {*/
	/*content: "";*/
	/*width: 29px;*/
	/*height: 30px;*/
	/*background-image: url('../images/mh-viber.png');*/
	/*position: absolute;*/
	/*left: -44px;*/
	/*top: 10px;*/
/*}*/

/*.m-contacts-phones > div:first-child > a:after {*/
	/*content: "";*/
	/*width: 26px;*/
	/*height: 26px;*/
	/*background-image: url('../images/mh-whatsapp.png');*/
	/*position: absolute;*/
	/*left: -12px;*/
	/*top: 4px;*/
/*}*/

.m-contacts-phones > a {
	color: #f860a3;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 22px;
	transition: all 0.25s ease-out;
}

.m-contacts-phones > a:hover {
	color: #fb006f;
	transition: all 0.25s ease-in;
}

.m-contacts-social {
	width: 100%;
	max-width: 250px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-top: 20px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 100% 40px;
	background-image: url('../images/cont-arr.png');
}

.m-contacts-social p {
	font-size: 20px;
	margin: 0px;
	text-transform: uppercase;
	color: #ad655f;
	line-height: 1.2;
}

.m-contacts-social div {
	margin-top: 40px;
	font-size: 0;
}

.m-contacts-social div a {
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
	width: 61px;
	height: 61px;
	background-position: left top;
	background-repeat: no-repeat;
}

.m-contacts-social div a.cm-fb {
	background-image: url('../images/mh-fb2.png');
}

.m-contacts-social div a.cm-in {
	background-image: url('../images/mh-in2.png');
}

.m-contacts-social div a.cm-vk {
	/*background-image: url('../images/mh-vk2.png');*/
	background-image: url('../images/tiktok.png');
}

.m-contacts-social div a:last-child {
	margin-right: 0px;
}

/*-------*/

/*bot-menu*/

.bot-menu {
	width: 100%;
	height: 64px;
	background-color: #f860a3;
	text-align: center;
}

.bot-menu-box {
	width: 100%;
}

.bot-menu-box ul {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.bot-menu-box ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}

.bot-menu-box ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 64px;
}

.bot-menu-box ul li a:hover {
	text-decoration: underline;
}


/*-------*/

/*map*/

.map {
	width: 100%;
	min-height: 405px;
	position: relative;
	overflow-x: hidden
}

.map iframe {
	margin-left: 100px;
}

.map-img {
	width: 100%;
	max-width: 550px;
	height: 405px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.map-img img {
	display: block;
}

/*-------*/

/*footer*/

.footer {
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	padding-top: 13px;
}


.footer-box {
	width: 100%;
}

.foo-left {
	max-width: 665px;
	width: 100%;
	float: left;
	font-size: 11px;
	color: #ae6761;
}

.foo-left span {
	font-size: 17px;
	display: block;
}

.foo-right {
	float: right;
	width: 100%;
	max-width: 100px;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
}

.foo-right span {
	color: #f31414;
}

/*-------*/

/* --------------------------- inner pages styles -----------------------------*/

/*header*/

.header {
	width: 100%;
	background-color: #fff;	
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5;
	transition: all 0.25s ease-out;
}

.header.fixed {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5;
	
	background-color: #ffedec;
	transition: all 0.25s ease-in;
}

.header.fixed .head-contacts {
	display: none;
	transition: all 0.25s ease-in;
}

.header.fixed .head-menu div > ul > li {
    line-height: 50px;
	transition: all 0.25s ease-in;
}

.header.fixed .head-logo img {
    display: block;
    padding: 11px 0px;
    max-height: 60px;
	transition: all 0.25s ease-in;
}

.header.fixed .head-menu ul li a {
	border-bottom: 1px solid #ffedec;
}

.header.fixed .head-menu ul li a:hover {
	border-bottom: 1px solid #f860a3;
}

.head-logo {
	float: left;
	width: 100%;
	max-width: 175px;
}

.head-logo img {
	display: block;
	padding: 15px 0px;
	transition: all 0.25s ease-out;
}

.head-info {
	float: right;
	width: 100%;
	max-width: 910px;
}

.head-contacts {
	text-align: right;
	padding-top: 14px;
	transition: all 0.25s ease-out;
	display: flex;
	justify-content: flex-end;
}

/*.head-contacts > div {
	display: inline-block;
	vertical-align: top;
	text-align: right;
}*/

.head-addr {
	width: 100%;
	max-width: 440px;
	font-size: 13px;
	color: #9b9b9b;
	line-height: 18px;
	margin-right: 20px;
	flex-shrink: 1;
}
.head-addr a {
	text-decoration: none;
	font-size: 13px;
	color: #9b9b9b;
	display: inline-block;
}
.head-addr a:hover {
	color: #f860a3;
}

.head-contacts > div.head-addr {
	text-align: left;
}

.head-phones {
	font-size: 15px;
	color: #000;
	line-height: 18px;
	width: 100%;
	max-width: 550px;
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
}

.phone-number-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.head-phones a {
	color: #000;
	text-decoration: none;
}

.head-phones a:hover {
	color: #f860a3;
}

.head-phones a.phone-number {
	margin-left: 5px;
}

.head-phones a:not(.phone-number) {
	display: inline-block;
	width: 18px;
	height: 18px;
}

.head-phones a:not(.phone-number) img {
	width: 100%;
	height: auto;
	max-width: 18px;
	max-height: 18px;
}

.head-phones span, .head-phones a {
	/*margin-right: 10px;*/
	margin-right: 3px;
}

.head-phones span:last-child, .head-phones a:last-child {
	margin-right: 0px;
}

.head-menu {}

.head-menu .menu-but {
	display: none;
}

.head-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

.head-menu > div > ul > li {
	display: inline-block;
	line-height: 73px;
	/*line-height: 30px;*/
	font-size: 16px;
	font-weight: 700;
	margin-right: 20px;
	transition: all 0.25s ease-out;
}

.head-menu ul li a {
	text-decoration: none;
	color: #ad655f;
	transition: all 0.25s ease-out;
	border-bottom: 1px solid #fff;
}

.head-menu ul li a:hover {
	text-decoration: none;
	color: #f860a3;
	transition: all 0.25s ease-out;
	border-bottom: 1px solid #f860a3;
}

.head-menu ul li:last-child {
	margin-right: 0px;
}

/*-------*/

/*first-block*/

.first-block {
	position: relative;
	overflow-x: hidden;
	
	background-image: url('../images/first-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	
	width: 100%;
	min-height: 435px;
	margin-top: 108px;
}

.first2 {
	background-image: url('../images/first-bg2.jpg');
}

.first3 {
	background-image: url('../images/first-bg3.jpg');
}

.first-block:after {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -1000px;
	bottom: 0px;
	content: "";
	border-top: 100px solid transparent;
	border-left: 1000px solid #fff;
	border-right: 1000px solid #fff;
	
}

.first-block h1 {
	font-size: 48px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	padding-left: 75px;
	padding-top: 60px;
	color: #000;
	text-transform: uppercase;
	line-height: 1.2;
	
	width: 100%;
	max-width: 440px;
}

.first-block h1 b {
	font-weight: 700;
}

.first-block h4 {
	font-size: 24px;
	color: #ad655f;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	
	padding-left: 140px;
	margin-top: 30px;
	
	width: 100%;
	max-width: 210px;
}

/*-------*/

/*courses*/

.courses {
	width: 100%;
	padding-top: 30px; /*old 70px*/
	padding-bottom: 30px;
}

.courses-block {
	width: 100%;
	text-align: left;
	font-size: 0;
}

.courses-item {
	width: 100%;
	max-width: 255px;
	border: 1px solid #ad655f;
	position: relative;
	margin-right: 30px;
	
	padding-top: 74px;
	padding-bottom: 17px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	box-sizing: border-box;
	text-align: center;
}

.courses-item:last-child {
	margin-right: 0px;
}

.ci-photo img {
	max-width: 100%;
	height: auto;
}

/*.courses-item:last-child, .courses-item:nth-child(4n), .courses-item:nth-child(5) {
	margin-right: 0px;
}*/

.mo-m-right {
	margin-right: 0px;
}

/*.courses-item:nth-child(4) {
	margin-right: 30px;
}*/

.c-for-who {
	background-color: #c84780;
	width: 130px;
	text-align: left;
	text-transform: uppercase;
	font-size: 8px;
	color: #fff;
	line-height: 12px;
	font-weight: 700;
	position: absolute;
	left: 0px;
	top: 4px;
	padding: 2px 5px;
	text-align: left;
	min-height: 34px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.c-for-who.light {
	background-color: #f860a3;
}

.c-icons {
	height: 34px;
	width: 100%;
	max-width: 110px;
	text-align: right;
	
	position: absolute;
	right: 4px;
	top: 4px;
}

.c-icons div {
	width: 34px;
	height: 34px;
	background-color: #efcdb4;
	display: inline-block;
	vertical-align: top;
	
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 2px;
}

.c-icons div:last-child {
	margin-right: 0px;
}

.c-icons div:nth-child(1), .c-icons div.c-br {
	background-image: url('../images/ci1.png');
}

.c-icons div:nth-child(2), .c-icons div.c-gl {
	background-image: url('../images/ci2.png');
}

.c-icons div:nth-child(3), .c-icons div.c-gu {
	background-image: url('../images/ci3.png');
}

.c-icons div:nth-child(3), .c-icons div.c-lc {
	background-image: url('../images/ci4.png');
}


.courses-item h3 {
	font-weight: bold;
	color: #000;
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	text-transform: uppercase;
	min-height: 36px;
}

.courses-item div.h4-text {
	font-weight: bold;
	color: #000;
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 55px;
}

.courses-item div.h4-text p {
	margin: 0px;
}

.courses-item div.h4-text p span {
	text-transform: uppercase;
}

.kosm-cour .courses-item h3 {
    min-height: 54px;
}

.course-info {
	width: 100%;
	height: 55px;
	background-color: #efcdb4;
	margin-top: 27px;
	text-align: center;
}

.course-info .c-what, .course-info .c-time {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
}

.course-info .c-what {
	max-width: 70px;
	font-size: 13px;
	color: #676767;
	text-transform: uppercase;
	padding-left: 30px;
	text-align: left;
	margin-top: 9px;
}

.course-info .c-what:before {
	content: "+";
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 40px;
	color: #676767;
	line-height: 30px;
	height: 40px;
}

.course-info .c-time {
	max-width: 105px; /*85*/
	font-size: 12px;
	color: #676767;
	text-transform: uppercase;
	text-align: left;
	margin-left: 15px;
	margin-top: 9px;
}

.course-info .c-time span {
	display: inline-block;
	vertical-align: top;
}

.course-info .c-time span:nth-child(1) {
	font-size: 32px;
	line-height: 36px;
}
.course-info .c-time span:nth-child(2) {
	line-height: 36px;
	margin-left: 5px;
}

.course-href {
	margin-top: 25px;
	text-align: center;
}

.course-href a {
	transition: all 0.25s ease-out;
	margin-right: 24px;
	position: relative;
	color: #f860a3;
	font-size: 16px;
	font-weight: 700;
}

.course-href a:hover {
	transition: all 0.25s ease-in;
	color: #fb006f;
}

.course-href a:after {
	width: 16px;
	height: 100%;
	background-image: url('../images/c-arr.png');
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	position: absolute;
	top: 0px;
	right: -24px;	
}

.course-href a:hover:after {
	background-image: url('../images/c-arr-hover.png');
}

.course-price {
	text-align: center;
	margin-top: 15px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}

.course-old-price {
	text-decoration: line-through;
	color: #7e7e7e;
	font-size: 14px;
	min-height: 19px;
}

.course-but {
	width: 100%;
	margin-top: 11px;
}

.course-but a {
	transition: all 0.25s ease-out;
	width: 100%;
	max-width: 237px;
	display: block;
	height: 54px;
	line-height: 54px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 54px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-color: #f860a3;
}

.course-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

.course-info .c-time span.words3 {
	line-height: 20px;
    margin-left: 5px;
    font-size: 10px;
    max-width: 55px;
}

/*-------*/

/*courses-percent*/

.courses-percent {
	width: 100%;
	padding-top: 0px;
	max-width: 825px;
	border: 0px;
	margin-top: 0px;
	padding-bottom: 16px;
	margin-bottom: 0px;
	margin-bottom: 30px;
}

.courses-percent.four {
	max-width: 100%;
	margin-top: 0px;
}

.courses-percent-block {
	position: relative;
	margin-left: auto;
	margin-right: auto !important;;
	width: 100%;
	max-width: 790px;
	background-color: #efcdb4;
	padding-top: 30px;
	padding-bottom: 35px;
}

.courses-percent-block:before {
	border-top: 16px solid #efcdb4;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: -16px;
}

.courses-percent-block h2 {
	text-align: center;
	font-family: 'Playfair Display', serif;
	color: #f860a3;
	font-size: 36px;
	line-height: 1;
	margin: 0px;
	font-weight: 700;
	font-style: italic;
	
}

.perc-text {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin-top: 27px;
}

/*-------*/

/*why-choose-us2*/

.why-choose-us-in {
	width: 100%;
	padding-top: 55px;
	padding-bottom: 70px;
	background-image: url('../images/top-shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.why-choose-us-in:after {
	width: 100%;
	height: 28px;
	background-image: url('../images/bot-shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
}

.why-choose-us-in h2 {
	position: relative;
	font-size: 31px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
}

.why-choose-us-in h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.why-us-block-in {
	margin-top: 20px;
}

.why-us-item-in {
	width: 100%;
	max-width: 255px;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}

.why-us-item-in:last-child {
	margin-right: 0px;
}

.why-us-img-wr-in {
	width: 100%;
	height: 180px;
	display: table;
}

.why-us-img-in {
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.why-us-text-in {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	margin-top: 20px;
}

/*-------*/

/*call-block*/

.call-block {
	width: 100%;
	background-color: #f860a3;
	background-image: url('../images/rose-block-bg.jpg');
	background-attachment: fixed;
}

.call-bl {
	width: 100%;
	text-align: center;
}

.call-img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 194px;
	margin-right: 70px;
}

.call-img-wr {
	width: 100%;
	height: 265px;
	min-height: 265px;
	display: table;
}

.call-img-inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}

.call-img-inner img {
	display: block;
}

.call-text {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 645px;
}

.call-text h4 {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
	text-transform: uppercase;
	text-align: left;
}

.call-text p {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

.call-info {
	width: 100%;
	margin-top: 45px;
	text-align: left;
}

.call-phones {
	display: inline-block;
	vertical-align: top;
	padding-left: 105px;
	position: relative;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	padding-top: 5px;
}

.call-phones:before {
	width: 90px;
	height: 42px;
	background-image: url('../images/viber-whatsapp-big.png');
	background-position: center;
	position: absolute;
	left: 0px;
	top: 10px;
	content: "";
}

.call-phones a {
	color: #fff;
	text-decoration: none;
}

.call-but {
	display: inline-block;
	vertical-align: top;
	max-width: 254px;
	width: 100%;
	padding-top: 0px;
	margin-left: 20px;
}

.call-but a {
	transition: all 0.25s ease-out;
	border: 3px solid #fff;
	background-color: #fff;
	color: #f860a3;
	text-decoration: none;
	width: 100%;
	max-width: 248px;
	height: 56px;
	line-height: 56px;
	
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 62px;
	text-align: center;
}

.call-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #f860a3;
	color: #fff;
}

/*-------*/

/*preim*/

.preim {
	width: 100%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 60px;
	background-image: url('../images/preim-bg.jpg');
	background-attachment: fixed;
}

.preim:before {
	width: 100%;
	height: 28px;
	background-image: url('../images/top-shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
}

.preim h2 {
	position: relative;
	font-size: 31px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
}

.preim h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.preim-block {
	width: 100%;
	text-align: center;
}

.preim-item {
	width: 100%;
	max-width: 350px;
	margin-right: 21px;
	display: inline-block;
	vertical-align: top;
	margin-top: 60px;
}

.preim-item:nth-child(3n) {
	margin-right: 0px;
}

.preim-icon {
	width: 100%;
	text-align: left;
}

.preim-text {
	margin-top: 25px;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	text-align: left;
}

.preim-but {
	margin-top: 65px;
	width: 100%;
}

.preim-but a {
	border: 3px solid #f860a3;
	background-color: transparent;
	color: #f860a3;
	transition: all 0.25s ease-out;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 100%;
	max-width: 388px;
	height: 56px;
	line-height: 56px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 56px;
	text-align: center;
	padding-right: 28px;
}

.preim-but a:after {
	position: absolute;
	height: 100%;
	width: 18px;
	top: 0px;
	right: 43px;
	background-image: url('../images/p-arr.png');
	background-position: center;
	background-repeat: no-repeat;
	content: "";
}

.preim-but a:hover:after {
	background-image: url('../images/p-arr-h.png');
}

.preim-but a:hover {
	border: 3px solid #f860a3;
	background-color: #f860a3;
	color: #fff;
	transition: all 0.25s ease-out;
}

/*-------*/

/*qualification*/

.qualification {
	padding-top: 50px;
	padding-bottom: 45px;
	width: 100%;
	background-color: #fbeadd;
}

.qualification h2 {
	position: relative;
	font-size: 31px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
}

.qualification h2:after {
	width: 72px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
	content: "";
	background-image: url('../images/h2-elem.png');
	background-position: center;
	background-repeat: no-repeat;
}

.qualification-block {
	width: 100%;
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}

.qb-left {
	width: 100%;
	max-width: 538px;
	border: 1px solid #ad655f;
	/*float: left;*/
	position: relative;
	padding-top: 60px;
	padding-bottom: 15px;
	float: none;
	/*margin-left: auto;
	margin-right: auto;*/
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}

.qb-left:nth-child(2n) {
	margin-right: 0px;
}

.qb-left .for-who {
	background-color: #c84780;
	width: 85px;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	color: #fff;
	line-height: 22px;
	font-weight: 700;
	position: absolute;
	left: 50%;
	margin-left: -42px;
	top: 0px;
}

.qb-left-info {
	width: 100%;
	text-align: center;
}

.qb-left-info .qli-left, .qb-left-info .qli-right {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.qb-left-info .qli-left {
	max-width: 210px;
	margin-right: 90px;
}

.qb-left-info .qli-left div {
	padding-left: 43px;
	background-position: left top;
	background-repeat: no-repeat;
	
	font-size: 13px;
	color: #000;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 20px;
}

.qb-left-info .qli-left div:last-child {
	margin-bottom: 0px;
}

.qb-left-info .qli-left div span {
	display: block;
	color: #ad655f;
	font-size: 11px;
	text-transform: uppercase;
}

.qb-left-info .qli-left div:nth-child(1) {
	background-image: url('../images/qli1.png');
}

.qb-left-info .qli-left div:nth-child(2) {
	background-image: url('../images/qli2.png');
}

.qb-left-info .qli-left div:nth-child(3) {
	background-image: url('../images/qli3.png');
}

.qb-left-info .qli-right {
	max-width: 190px;
	padding-top: 10px;
}

.qb-left-info .qli-right div {
	padding-top: 40px;
	width: 100%;
	background-image: url('../images/qli4.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	color: #000;
	line-height: 1.3;
	text-align: left;
}

.qb-left-but {
	width: 100%;
	margin-top: 28px;
}

.qb-left-but a {
	transition: all 0.25s ease-out;
	width: 100%;
	max-width: 237px;
	display: block;
	height: 54px;
	line-height: 54px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 54px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-color: #f860a3;
	text-align: center;
}

.qb-left-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

.qb-right {
	width: 100%;
	max-width: 540px;
	float: right;
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #fff;
	min-height: 309px;
}

.qb-right h4 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.qbr-tabs {
	margin-top: 24px;
	width: 100%;
}

.qbr-tab-buts {
	width: 100%;
	text-align: center;
}

.qbr-tab-but {
	display: inline-block;
	width: 41px;
	height: 41px;
	transition: all 0.25s ease-out;
	background-color: #efcdb4;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.qbr-tab-but:nth-child(1) {
	background-image: url('../images/ci1.png');
}

.qbr-tab-but:nth-child(2) {
	background-image: url('../images/ci2.png');
}

.qbr-tab-but:nth-child(3) {
	background-image: url('../images/ci3.png');
}

.qbr-tab-but:nth-child(1):hover, .qbr-tab-but:nth-child(1).active {
	background-image: url('../images/ci1-h.png');
}

.qbr-tab-but:nth-child(2):hover, .qbr-tab-but:nth-child(2).active {
	background-image: url('../images/ci2-h.png');
}

.qbr-tab-but:nth-child(3):hover, .qbr-tab-but:nth-child(3).active {
	background-image: url('../images/ci3-h.png');
}

.qbr-tab-but:hover, .qbr-tab-but.active {
	background-color: #f860a3;
	transition: all 0.25s ease-in;
}

.qbr-tab-but:after {
	border-top: 7px solid #f860a3;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -7px;
	content: "";
	opacity: 0;
	transition: all 0.25s-ease-out;
}



.qbr-tab-but:hover:after, .qbr-tab-but.active:after {
	opacity: 1;
	transition: all 0.25s-ease-in;
}

.qbr-tabs-content {
	width: 100%;
	max-width: 490px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.qbr-tabs-content .tabcontent {
    display: none;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; 
}

#tab1 {
	display: block;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.qbr-tabs-content p {
	margin: 0px;
	font-size: 13px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

.qbr-tabs-content p:last-child {
	margin-bottom: 0px;
}

/*-------*/

/*similar-courses*/

.similar-courses {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
	background-color: #fbeadd;
	overflow-x: hidden;
}

.similar-other {
	background-color: #fbeadd;
}

.s-c1 {
	position: absolute;
	margin-left: 50%;
	left: -690px;
	top: 115px;
	z-index: 0;
}

.s-c2 {
	position: absolute;
	margin-left: 50%;
	left: -660px;
	top: 375px;
	z-index: 0;
}

.s-c3 {
	position: absolute;
	margin-left: 50%;
	left: 595px;
	top: 190px;
	z-index: 0;
}

.s-c4 {
	position: absolute;
	margin-left: 50%;
	left: 620px;
	top: 405px;
	z-index: 0;
}

.similar-courses h2 {
	position: relative;
	padding-bottom: 45px;	
}

.similar-courses h2:after {
	width: 71px;
	height: 22px;
	background-image: url('../images/h2-elem.png');
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 0px;
}

.similar-courses-box {
	wiidth: 100%;
	margin-top: 35px;
	text-align: center;
	font-size: 0;
}

.similar-courses-item {
	width: 100%;
	max-width: 350px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.similar-courses-item:last-child {
	margin-right: 0px;
}

.similar-course-img {
	width: 100%;
}

.similar-course-img-wr {
	width: 344px;
	height: 344px;
	position: relative;
}

.similar-course-img-inner {
	width: 336px;
	height: 336px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	border-radius: 200%;
}

.similar-course-img-inner:after {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
}

.similar-course-img-wr:before {
	content: "";
	z-index: 1;
	background-color: #f0d2bb;
	border-radius: 200%;
	width: 344px;
	height: 344px;
	position: absolute;
	left: 6px;
	top: 0px;
}

.similar-course-img-wr:after {
	content: "";
	z-index: 2;
	/*background-color: #fff;*/
	background-color: #FBEADD;
	border-radius: 200%;
	width: 342px;
	height: 342px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.similar-course-info {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.similar-c-title {
	margin-top: 110px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 110px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.similar-c-title b {
	display: block;
}

.similar-c-but {
	text-align: center;
	font-size: 0;
}

.similar-c-but a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	width: 100%;
	max-width: 190px;
	box-sizing: border-box;
	height: 54px;
	border: 1px solid #fff;
	border-radius: 54px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	padding-right: 17px;
	transition: all 0.25s ease-out;
	background-position: 78% 50%;
	background-repeat: no-repeat;
	background-image: url('../images/mc-but-w.png');
	text-align: center;
}

.similar-c-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
	border: 1px solid #fb006f;
}

/*-------*/

/*shop-categories*/

.shop-categories {
	width: 100%;
	position: relative;
	background-color: #ad655f;
	padding-bottom: 10px;
}

.shop-categories h1 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	position: relative;
	padding-bottom: 45px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: italic;
}

.shop-categories h1:after {
    width: 71px;
    height: 22px;
    background-image: url('../images/h2-elem-w.png');
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: 0px;
}

.shop-categories:before {
	width: 100%;
	height: 46px;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
}

.shop-title {
	width: 92px;
	height: 92px;
	border-radius: 200%;
	background-color: #ad655f;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../images/in-shop-icon.png');
	margin-left: auto;
	margin-right: auto;
}

.shop-cat-box {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-top: 35px;
}

.shop-cat-item {
	width: 314px;
	height: 314px;
	border-radius: 314px;
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
	margin-bottom: 55px;
	box-sizing: border-box;
	background-color: #ad655f;
	border: 2px dotted #fff;
	text-decoration: none;
	transition: all 0.25s ease-out;
	color: #fff;
}

.shop-cat-item:hover {
	border: 2px solid #fff;
	transition: all 0.25s ease-in;
	color: #ad655f;
	background-color: #fff;
}

.shop-cat-item:nth-child(3n), .shop-cat-item:last-child {
	margin-right: 0px;
}

.shop-cat-icon-wr {
	width: 100%;
	height: 190px;
	position: relative;
}

.shop-cat-icon {
	width: 100%;
	height: 190px;
	text-align: center;
	display: table;
	position: absolute;
	left: 0px;
	top: 0px;
}

.shop-cat-inner {
	width: 100%;
	height: 190px;
	display: table-cell;
	vertical-align: middle;
}

.shop-cat-icon:nth-child(1) {
	opacity: 1;
	transition: opacity 0.25s ease-out;
}

.shop-cat-icon:nth-child(2) {
	opacity: 0;
	transition: opacity 0.25s ease-out;
}

.shop-cat-item:hover .shop-cat-icon:nth-child(1) {
	opacity: 0;
	transition: opacity 0.25s ease-in;
}

.shop-cat-item:hover .shop-cat-icon:nth-child(2) {
	opacity: 1;
	transition: opacity 0.25s ease-in;
}

.shop-cat-text {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	max-width: 220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*-------*/

/*shop-items*/

.shop-items {
	width: 100%;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	/*padding-top: 62px;*/
}

.shop-items:before {
	width: 100%;
	height: 7px;
	background-color: #ad655f;
	content: "";
	position: absolute;
	left: 0px;
	top: 46px;
}

.shop-items-box {
	width: 100%;
	font-size: 0;
	text-align: left;
}

.shop-left-menu {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 370px;
	background-color: #ad655f;
}

.shop-left-menu:before {
	width: 100%;
	height: 100%;
	content: "";
	background-color: #ad655f;
	top: 46px;
	right: 50%;
	margin-right: 185px;
	position: absolute;
}

.shop-left-menu .shop-menu-but {
	display: none;
	position: relative;
	z-index: 2;
}

.shop-left-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	z-index: 2;
}

.shop-left-menu ul li {
	display: block;
	box-sizing: border-box;
	margin-bottom: 24px;
}

.shop-left-menu ul li a {
	line-height: 45px;
	text-decoration:none;
	color: #dbc2c0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.25s ease-out;
	position: relative;
	padding-left: 65px;
	display: block;
	line-height: 25px;
	padding-top: 9px;
}

.shop-left-menu ul li.cat-item-94 a, .shop-left-menu ul li.cat-item-95 a {
	padding-top: 0px;
}

.shop-left-menu ul li a:before {
	width: 45px;
	height: 45px;
	left: 0px;
	top: 0px;
	transition: all 0.25s ease-out;
	box-sizing: border-box;
	border-radius: 45px;
	border: 2px dotted #dbc2c0;
	content: "";
	position: absolute;
	opacity: 1;
	background-size: 50% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.shop-left-menu ul li.cat-item-44 a:before {
	background-image: url('../images/shop-cat1-w.png');
}

.shop-left-menu ul li.cat-item-47 a:before {
	background-image: url('../images/shop-cat2-w.png');
}

.shop-left-menu ul li.cat-item-45 a:before {
	background-image: url('../images/shop-cat3-w.png');
}

.shop-left-menu ul li.cat-item-43 a:before {
	background-image: url('../images/shop-cat4-w.png');
}

.shop-left-menu ul li.cat-item-48 a:before {
	background-image: url('../images/shop-cat5-w.png');
}

.shop-left-menu ul li.cat-item-46 a:before {
	background-image: url('../images/shop-cat6-w.png');
}

.shop-left-menu ul li.cat-item-49 a:before {
	background-image: url('../images/shop-cat7-w.png');
}

.shop-left-menu ul li.cat-item-50 a:before {
	background-image: url('../images/shop-cat8-w.png');
}

.shop-left-menu ul li.cat-item-51 a:before {
	background-image: url('../images/shop-cat9-w.png');
}

.shop-left-menu ul li.cat-item-94 a:before {
	background-image: url('../images/shop-cat10-w.png');
}

.shop-left-menu ul li.cat-item-95 a:before {
	background-image: url('../images/shop-cat10-w.png');
}

.shop-left-menu ul li a:hover, .shop-left-menu ul li.current-menu-item a {
	color: #fff;
	transition: all 0.25s ease-in;
}

.shop-left-menu ul li a:hover:before, .shop-left-menu ul li.current-menu-item a:before {
	opacity: 0;	
	transition: all 0.25s ease-in;
}

.shop-left-menu ul li a:after {
	width: 45px;
	height: 45px;
	left: 0px;
	top: 0px;
	transition: all 0.25s ease-out;
	box-sizing: border-box;
	border-radius: 45px;
	border: 2px solid #fff;
	background-color: #fff;
	content: "";
	position: absolute;
	opacity: 0;
	background-size: 65% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.shop-left-menu ul li a:hover:after, .shop-left-menu ul li.current-menu-item a:after {
	opacity: 1;	
	transition: all 0.25s ease-in;
}

.shop-left-menu ul li.cat-item-44 a:after {
	background-image: url('../images/shop-cat1-b.png');
}

.shop-left-menu ul li.cat-item-47 a:after {
	background-image: url('../images/shop-cat2-b.png');
}

.shop-left-menu ul li.cat-item-45 a:after {
	background-image: url('../images/shop-cat3-b.png');
}

.shop-left-menu ul li.cat-item-43 a:after {
	background-image: url('../images/shop-cat4-b.png');
}

.shop-left-menu ul li.cat-item-48 a:after {
	background-image: url('../images/shop-cat5-b.png');
}

.shop-left-menu ul li.cat-item-46 a:after {
	background-image: url('../images/shop-cat6-b.png');
}

.shop-left-menu ul li.cat-item-49 a:after {
	background-image: url('../images/shop-cat7-b.png');
}

.shop-left-menu ul li.cat-item-50 a:after {
	background-image: url('../images/shop-cat8-b.png');
}

.shop-left-menu ul li.cat-item-51 a:after {
	background-image: url('../images/shop-cat9-b.png');
}

.shop-left-menu ul li.cat-item-94 a:after {
	background-image: url('../images/shop-cat10-b.png');
}

.shop-left-menu ul li.cat-item-95 a:after {
	background-image: url('../images/shop-cat10-b.png');
}

.shop-right {
	width: 100%;
	max-width: 710px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-top: 30px;
	margin-left: 30px;
	position: relative;
}

.shop-right h2, .shop-right h1 {
	color: #ad655f;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.shop-right h2 {
	font-size: 20px;
}

.div-h2 {
	color: #ad655f;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-align: center;
	position: relative;
	padding-bottom: 45px;
}

.div-h2:after {
    width: 72px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: 0px;
    content: "";
    background-image: url('../images/h2-elem.png');
    background-position: center;
    background-repeat: no-repeat;
}

.div-h2.wh:after {
    background-image: url('../images/h2-elem-w.png');
}

.div-h2.wh {
	color: #fff;
}

.shop-right-box {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-top: 25px;
}

.categor-shop {
	text-align: left;
	padding-left: 0px;
}

.shop-right-box .shop-right-item {
	width: 100%;
	max-width: 230px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.shop-right-box .shop-right-item .attachment-woocommerce_thumbnail {
	max-width: 100%;
	height: auto;
}

.shop-right-box .shop-right-item:nth-child(3n) {
	margin-right: 0px;
}

.shop-right-img-wr {
	height: 130px;
	width: 100%;
	display: table;
}

.shop-right-img {
	height: 130px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.shop-right-img img {
	max-width: 105px;
	height: auto;
	max-height: 130px;
	width: auto;
}

.shop-r-title {
	min-height: 73px;
	margin-top: 10px;
}

.shop-r-title a, .shop-r-title h4 {
	color: #ad655f;
	text-decoration: none;
}

.shop-r-title a, .shop-r-title h4 {
	color: #ad655f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.shop-r-title a:hover h4 {
	text-decoration: underline;
}

.shop-r-weight {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

.shop-r-text {
	height: 45px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	color: #000;
	position: relative;
	margin-top: 13px;
	padding-right: 20px;
	box-sizing: border-box;
}

.shop-r-text p {
	text-align: left !important;
	margin: 0px;
}

.shop-r-text p a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.shop-r-text:after {
	width: 100%;
	height: 20px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.shop-r-text > a {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	text-decoration: none;
	color: #f860a3;
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
}

.shop-r-bot {
	width: 100%;
	font-size: 0;
	margin-top: 10px;
}

.shop-r-price {
	color: #000;
	font-size: 17px;/*21*/
	font-weight: bold;
	text-align: left;
	width: 100%;
	max-width: 115px;/*80*/
	margin-right: 1px;/*10*/
	display: inline-block;
	vertical-align: top;
	line-height: 44px;
}

.shop-r-but {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
	max-width: 92px;/*115*/
}

.shop-r-but a {
	display: block !important;
	width: 100% !important;
	height: 44px !important;
	line-height: 42px !important;
	border-radius: 44px !important;
	text-decoration: none !important;
	background-color: #f860a3 !important;
	color: #fff !important;
	font-size: 17px !important;
	text-align: center !important;
	transition: all 0.25s ease-out !important;
}

.shop-r-but a:hover {
	transition: all 0.25s ease-in !important;
	background-color: #fb006f !important;
}

.shop-cat-pagination {
	font-size: 0;
	width: 100%;
	text-align: center;
	margin-top: 43px;
	margin-bottom: 30px;
}

.shop-cat-pagination span, .shop-cat-pagination a:hover {
	font-size: 24px;
	color: #ad655f;
	font-weight: bold;
	transition: all 0.25s ease-in;
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 200%;
	border: 2px solid #ad655f;
}

.shop-cat-pagination a {
	font-size: 24px;
	color: #c9c8c7;
	font-weight: bold;
	transition: all 0.25s ease-out;
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 200%;
	border: 2px solid #fff;
	text-decoration: none;
}

/*-------*/

/*shop-singe*/

.shop-back {
	color: #ad655f;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 16px;
	text-decoration: none;
	background-image: url('../images/shop-back.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.shop-back:hover {
	text-decoration: underline;
}

.shop-right-inner {
	width: 100%;
	padding-bottom: 50px;
}

.shop-r-top {
	width: 100%;
	text-align: left;
	font-size: 0;
}

.shop-r-slider-box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 419px;
	height: 346px;
	border: 1px solid #d7d7d7;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.shop-r-new-text {
	position: absolute;
	z-inde: 5;
	left: 0px;
	top: 8px;
	width: 100%;
	max-width: 75px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #f860a3;
}

.shop-r-prev, .shop-r-next {
	width: 16px;
	height: 30px;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 5;
}

.shop-r-prev {
	background-image: url('../images/c-prev.png');
	left: 10px;
}

.shop-r-next {
	background-image: url('../images/c-next.png');
	right: 10px;
}

.shop-r-prev:hover {
	background-image: url('../images/c-prev-h.png');
}

.shop-r-next:hover {
	background-image: url('../images/c-next-h.png');
}

.shop-r-slider {
	width: 100%;
	max-width: 370px;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.shop-r-slider .owl-item {
	height: 340px;
	width: 100%;
	display: table;
	text-align: center;
}

.shop-r-slider .owl-item > div {
	height: 340px;
	width: 100%;
	max-width: 370px;
	display: table-cell;
	vertical-align: middle
}

.shop-r-slider .owl-item img {
	transform-style: flat;
	-webkit-transform-style: flat;
	display: inline-block;
	width: auto;
}

.shop-r-slider div {
	height: 340px;
	width: 100%;
	max-width: 370px;
	vertical-align: middle
}

.shop-r-slider div img {
	transform-style: flat;
	-webkit-transform-style: flat;
	display: inline-block;
	width: auto;
	max-width: 370px;
	max-height: 330px;
	margin-top: 5px;
}

.shop-r-right-info {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
}

.shop-rr-price {
	margin-top: 25px;
	color: #000;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}

.shop-rr-but {
	width: 100%;
	margin-top: 25px;
}

.shop-rr-but a {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 52px;
	border-radius: 53px;
	text-decoration: none;
	background-color: #f860a3;
	color: #fff;
	font-size: 24px;
	text-align: center;
	transition: all 0.25s ease-out;
}

.shop-rr-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

.shop-rr-developer, .shop-rr-weight {
	text-align: left;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.shop-rr-developer {
	margin-top: 80px;
}

.shop-rr-weight {
	margin-top: 15px;
}

.shop-r-bottom {
	width: 100%;
	margin-top: 30px;
	text-align: left;
}

.shop-r-bottom h3, .shop-r-bottom h4, .shop-r-bottom h5 {
	color: #f860a3;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	margin: 0px;
}

.shop-r-bottom p {
	margin: 0px;
	margin-top: 20px;
	font-size: 14px;
}

.shop-r-bottom ul {
	padding-left: 15px;
	margin: 0px;
	margin-top: 20px;
	font-size: 14px;
}

/*-------*/

/**/

#fancybox-close {
	width: 20px !important;
	height: 20px !important;
	right: 5px !important;
	top: 7px !important;
	background-image: url('../images/close.png') !important;
	background-position: center !important;	
}

.modal-block h2 {
	font-weight: 700;
	font-style: italic;
	color: #f860a3;
	font-size: 22px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: 'Playfair Display', serif;
}

.call-form {
	/*width: 100%;*/
	width: 600px;
	padding-left: 40px;
	padding-right: 30px;
	text-align: center;
}

.about-course-box {
	max-width: 900px;
}

.form-left, .form-right {
	width: 100%;
	max-width: 285px;
	display: inline-block;
	vertical-align: top;
}

.form-left {
	margin-right: 25px;
}

.call-form input[type="text"], .call-form input[type="email"] {
	margin: 0px;
	padding: 0px;
	border: 1px solid #efcdb4;
	padding-left: 30px;
	background-position: 3% 50%;
	background-repeat: no-repeat;
	height: 36px;
	width: 100%;
	max-width: 253px;
	/*margin-bottom: 13px;*/
}

.call-form textarea {
	margin: 0px;
	padding: 0px;
	border: 1px solid #efcdb4;
	padding-left: 30px;
	padding-top: 10px;
	height: 128px;
	width: 100%;
	max-width: 253px;
	
}

.call-form .form-under textarea {
	max-width: 100%;
	box-sizing: border-box;	
}

.call-form .form-group {margin-bottom: 13px;}

.call-form input[type="submit"] {
    transition: all 0.25s ease-out;
    width: 100%;
    max-width: 237px;
    display: block;
    height: 54px;
    line-height: 54px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 54px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background-color: #f860a3;
	border: 0px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}

.call-form input[type="submit"]:hover {
    transition: all 0.25s ease-in;
    background-color: #fb006f;
}

.req {
	font-size: 11px;
	line-height: 20px;
	padding-left: 16px;
	background-image: url('../images/ast.png');
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	max-width: 191px;
	width: 100%;
}

.m-f-name {
	background-image: url('../images/m-f-name.png');
}

.m-f-tel {
	background-image: url('../images/m-f-tel.png');
}

.m-f-mail {
	background-image: url('../images/m-f-mail.png');
}

.form-group .your-name:after, .form-group .your-phone:after {
	width: 11px;
	height: 100%;
	position: absolute;
	right: 10px;
	top: 0px;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/ast.png');
}

.courses-modal-block {
	width: 100%;
	/*max-width: 860px;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
}

.courses-modal-block h3 {
	font-weight: bold;
	color: #f860a3;
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 20px;
}

.courses-modal-block h4 {
	font-weight: bold;
	color: #f860a3;
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	margin-top: 5px;
}

.courses-modal-block .course-but {
    margin-bottom: 20px;
	text-align: center;
}

.courses-modal-block .course-about {
	color: #9c9c9c;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}

.courses-modal-block .course-progr {
	color: #000;
	font-size: 14px;
	text-align: left;
	margin-top: 35px;
}

.call-circle {
	width: 60px;
	height: 60px;
	border-radius: 200%;
	background-color: #f97cb3;
	background-image: url('../images/call-circle.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	position: fixed;
	z-index: 2;
	right: 22px;
	bottom: 22px;
	
	-webkit-animation: si-button-pulse 1.8s 0s ease-out infinite;
	-moz-animation: si-button-pulse 1.8s 0s ease-out infinite;
	animation: si-button-pulse 1.8s 0s ease-out infinite;
}

@-webkit-keyframes si-button-pulse {from {box-shadow: 0 0 8px 6px #fa92c0, 0 0 12px 14px #fa92c0;}to {box-shadow: 0 0 18px 6px rgba(250, 146, 192, 0),0 0 4px 11px rgba(250, 146, 192, 0);}}

@-moz-keyframes si-button-pulse {from { box-shadow: 0 0 8px 6px #fa92c0, 0 0 12px 14px #fa92c0;} to {box-shadow: 0 0 18px 6px rgba(250, 146, 192, 0), 0 0 4px 11px rgba(250, 146, 192, 0);}}

@keyframes si-button-pulse {from { box-shadow: 0 0 8px 6px #fa92c0, 0 0 12px 14px #fa92c0;}to {box-shadow: 0 0 18px 6px rgba(250, 146, 192, 0), 0 0 4px 11px rgba(250, 146, 192, 0);}}
	
input, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    text-align: left;
}

.item-name, .item-kurs {
	width: 100%;
	margin-bottom: 13px;
}


.call-form .item-name input[type="text"], .call-form .item-kurs input[type="text"] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	font-weight: bold;
}

/*-------*/

/*thank*/

.thank {
	width: 100%;
	height: 100%;
	background-color: #f8dde6;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	
	background-image: url('../images/thank-bg.jpg');
	background-position: center;
	background-size: cover;
}

.thank-block {
	width: 100%;
	text-align: right;
}

.thank-item {
	width: 100%;
	max-width: 500px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.thank-logo {
	margin-top: 30px;
}

.thank-item h1 {
	margin: 0px;
	font-size: 48px;
	font-weight: bold;
	margin-top: 80px;
	color: #000;
	text-transform: uppercase;
}

.thank-item p {
	margin: 0px;
	font-size: 24px;
	line-height: 1.3;
	margin-top: 60px;
	color: #000;
}

.thank-but {
	width: 100%;
	margin-top: 100px;
}

.thank-but a {
	transition: all 0.25s ease-out;
	width: 100%;
	max-width: 237px;
	display: block;
	height: 54px;
	line-height: 54px;
	margin-left: 50px;
	border-radius: 54px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-color: #f860a3;
	text-align: center;
}

.thank-but a:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

.head-menu ul li ul li {
	line-height: 28px !important;
}

/*-------*/

/**/

.modal-block .div-h2 {
    font-weight: 700;
    font-style: italic;
    color: #f860a3;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
	padding-bottom: 0px;
}

.modal-block .div-h2:after {
	display: none;
}

.mdiv-h2 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    font-size: 32px;
}

.m-contacts .mdiv-h2 {
    padding-bottom: 45px;
    position: relative;
}

.mdiv-h2:after {
    width: 72px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: 0px;
    content: "";
    background-image: url('../images/h2-elem.png');
    background-position: center;
    background-repeat: no-repeat;
}

/*-------*/

/*m-contacts-bread*/

.m-contacts-bread {
	padding: 25px 0px;
	border-top: 1px solid #efefef;
	margin-top: 25px;
	padding-bottom: 0px;
	font-size: 13px;
}

.m-contacts-bread span span > a {
	color: #ad655f;
	text-decoration: none;
}

.m-contacts-bread span span > a:hover {
	text-decoration: underline;
}

.m-contacts-bread span span > span {}

.break-arr {
	padding: 0px 3px;
	color: #ccc;
}

/*-------*/

/**/

.shop-cat-box .product-category {
    width: 314px !important;
	margin: 0px !important;
	float: none !important;
    height: 314px;
    border-radius: 314px;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px !important;
    margin-bottom: 55px !important;
    box-sizing: border-box;
    background-color: #ad655f;
    border: 2px dotted #fff;
    text-decoration: none;
    transition: all 0.25s ease-out;
    color: #fff;
	position: relative;
}

.shop-cat-box .product-category:hover {
    border: 2px solid #fff;
    transition: all 0.25s ease-in;
    color: #ad655f;
    background-color: #fff;
}

.shop-cat-box .product-category:nth-child(3n) {
	margin-right: 0px !important;
}
@media (min-width: 768px) and (max-width: 1109px) {
	.shop-cat-box .product-category:nth-child(2n) {
		margin-right: 0px !important;
	}
	.shop-cat-box .product-category:nth-child(3n) {
		margin-right: 60px !important;
	}
}

.product-category a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 310px;
	position: relative;
}

.product-category a img {
	/*display: none !important;*/
	max-height: 90%;
	max-width: 90%;
	width: auto !important;
	height: auto !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto !important;
}

.product-category .shop-cat-text {
	padding-top: 190px;
	color: #fff;
	transition: all 0.25s ease-out;
}

.shop-cat-box .product-category:hover .shop-cat-text {
	transition: all 0.25s ease-in;
	color: #ad655f;
}

.shop-cat-box .product-category a:before, .shop-cat-box .product-category a:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 190px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.25s ease-out;
}

.shop-cat-box .product-category a:before {
	opacity: 1;
}

.shop-cat-box .product-category a:after {
	opacity: 0;
}

.shop-cat-box .product-category a:hover:before {
	opacity: 0;
	transition: all 0.25s ease-in;
}

.shop-cat-box .product-category a:hover:after {
	opacity: 1;
	transition: all 0.25s ease-in;
}

.shop-cat-box .product-category a.anesteziya:before {
	background-image: url('../images/shop-cat2-w.png');
}

.shop-cat-box .product-category a.anesteziya:after {
	background-image: url('../images/shop-cat2-b.png');
}

.shop-cat-box .product-category a.apparaty-dlya-permanentnogo-makiyazha-tatuazha:before {
	background-image: url('../images/shop-cat1-w.png');
}

.shop-cat-box .product-category a.apparaty-dlya-permanentnogo-makiyazha-tatuazha:after {
	background-image: url('../images/shop-cat1-b.png');
}

.shop-cat-box .product-category a.bloki-pitaniya-kabelya-i-pedali:before {
	background-image: url('../images/shop-cat3-w.png');
}

.shop-cat-box .product-category a.bloki-pitaniya-kabelya-i-pedali:after {
	background-image: url('../images/shop-cat3-b.png');
}

.shop-cat-box .product-category a.dopolnitelnye-tovary:before {
	background-image: url('../images/shop-cat4-w.png');
}

.shop-cat-box .product-category a.dopolnitelnye-tovary:after {
	background-image: url('../images/shop-cat4-b.png');
}

.shop-cat-box .product-category a.igly-i-nakonechniki:before {
	background-image: url('../images/shop-cat5-w.png');
}

.shop-cat-box .product-category a.igly-i-nakonechniki:after {
	background-image: url('../images/shop-cat5-b.png');
}

.shop-cat-box .product-category a.pigmenty-dlya-permanentnogo-makiyazha-tatuazha:before {
	background-image: url('../images/shop-cat6-w.png');
}

.shop-cat-box .product-category a.pigmenty-dlya-permanentnogo-makiyazha-tatuazha:after {
	background-image: url('../images/shop-cat6-b.png');
}

.shop-cat-box .product-category a.biotouch-pigment-usa:before {
	background-image: url('../images/shop-cat7-w.png');
}

.shop-cat-box .product-category a.biotouch-pigment-usa:after {
	background-image: url('../images/shop-cat7-b.png');
}

.shop-cat-box .product-category a.icore:before {
	background-image: url('../images/shop-cat8-w.png');
}

.shop-cat-box .product-category a.icore:after {
	background-image: url('../images/shop-cat8-b.png');
}

.shop-cat-box .product-category a.premier-pigments:before {
	background-image: url('../images/shop-cat9-w.png');
}

.shop-cat-box .product-category a.premier-pigments:after {
	background-image: url('../images/shop-cat9-b.png');
}

.shop-cat-box .product-category a.lazery-dlya-udaleniya-i-osvetleniya-permanentnogo-makiyazha-i-tatuirovok::before {
	background-image: url('../images/shop-cat10-w.png');
}

.shop-cat-box .product-category a.lazery-dlya-udaleniya-i-osvetleniya-permanentnogo-makiyazha-i-tatuirovok::after {
	background-image: url('../images/shop-cat10-b.png');
}



.shop-right-item a {
	text-decoration: none;
}

.shop-right-item a:hover .shop-r-title h4 {
	text-decoration: underline;
}

.shop-r-but a.woocommerce-loop-product__link {
	display: none !important;
}

.woocommerce-result-count {
	font-size: 14px;
	display: inline-block;
	color: #acacac;
	line-height: 27px;
}

.orderby {
	border: 1px solid #acacac;
	padding: 3px;
}

.products {
	margin-top: 15px;
}

.woocommerce-message {
	font-size: 14px;
	/*padding: 5px;*/
	box-sizing: border-box;
	/*padding-left: 40px;*/
	/*line-height: 42px;*/
	border-top-color: #d7d7d7;
	background-color: #f7f6f7;
}

.woocommerce-message:before {
	/*top: 50%;
	left: 20px;
	margin-top: -21px;*/
}

.shop-left-menu ul li.current-cat a {
	color: #fff;
	transition: all 0.25s ease-in;
}

.shop-left-menu ul li.current-cat a:before {
    opacity: 0;
    transition: all 0.25s ease-in;
}

.shop-left-menu ul li.current-cat a:after {
    opacity: 1;
    transition: all 0.25s ease-in;
}

.shop-r-text:before {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	text-decoration: none;
	color: #f860a3;
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
	content: "+";
}

.single-mess {
	margin-top: 15px;
	text-align: left;
}

.single-mess a {
	color: #f860a3;
}

.woocommerce-result-count {
	display: none !important;
}

.woocommerce-cart-form {
	font-size: 14px;
}

.coupon {
	display: none;
}

.product-name a {
	font-weight: bold;
	text-transform: uppercase;
	color: #f860a3;
	text-decoration: none;
	transition: all 0.25s ease-out;
	font-size: 12px;
}

.product-name a:hover {
	transition: all 0.25s ease-in;
	color: #ad235f;
}

.product-price {
	font-weight: bold;
	color: #696969;
}

.product-subtotal {
	font-weight: bold;
}

.cart_totals {
	font-size: 14px;
}

/*.shipping {
	display: none;
}*/

.cart-collaterals .shipping {
	display: none;
}

.cart_totals h2 {
	margin-bottom: 15px;
}

.wc-proceed-to-checkout a {
	display: block !important;
	/*width: 100% !important;*/
	height: 44px !important;
	line-height: 42px !important;
	border-radius: 44px !important;
	text-decoration: none !important;
	background-color: #f860a3 !important;
	color: #fff !important;
	font-size: 17px !important;
	text-align: center !important;
	transition: all 0.25s ease-out !important;
}

.wc-proceed-to-checkout a:hover {
	transition: all 0.25s ease-in !important;
	background-color: #fb006f !important;
}

.woocommerce-form-coupon-toggle {
	font-size: 14px;
}

.woocommerce-checkout {
	font-size: 14px;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout input:not([type="checkbox"]), .woocommerce-checkout textarea {
	margin: 0px;
	padding: 0px;
	border: 1px solid #efcdb4;
	padding-left: 20px;
	height: 36px;
	font-size: 13px;
	color: #000;
	text-align: left;
}

.woocommerce-checkout textarea {
	height: 80px !important;
	padding-top: 10px;
}

#order_review_heading {
	margin-top: 20px;
	margin-bottom: 10px;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.select2-container--default .select2-selection--single {
	margin: 0px;
	padding: 0px 0px;
	/*height: 28px;*/
	border: 1px solid #efcdb4 !important;
	border-radius: 0px !important; 
	/*height: 36px;*/
	font-size: 13px;
	color: #000;
	text-align: left;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #fff;
	border-top: 2px solid #efefef;
	border-radius: 0px;
}

.woocommerce #place_order {
	display: block !important;
	/*width: 100% !important;*/
	height: 44px !important;
	/*line-height: 42px !important;*/
	border-radius: 44px !important;
	text-decoration: none !important;
	background-color: #f860a3 !important;
	color: #fff !important;
	font-size: 17px !important;
	text-align: center !important;
	transition: all 0.25s ease-out !important;
	font-weight: normal !important;
}

.woocommerce #place_order:hover {
	transition: all 0.25s ease-in !important;
	background-color: #fb006f !important;
}

.woocommerce table.shop_table {
	border-radius: 0px;
}

.woocommerce-table--order-details {
	font-size: 14px;
}

.woocommerce-column__title {
	margin-top: 20px;
	margin-bottom: 10px;
}

.woocommerce-customer-details {
	font-size: 14px;
}

.woocommerce-order {
	font-size: 14px;
}

.woocommerce ul.order_details {
	padding-left: 0px;
}

.woocommerce-order p {
	font-weight: bold;
}

.woocommerce-notice--success {
	font-weight: bold;
	text-transform: uppercase;
	color: #f860a3;
	text-decoration: none;
	transition: all 0.25s ease-out;
	font-size: 16px;
}

.woocommerce-order-overview__payment-method {
	margin-right: 0px;
	padding-right: 0px;
}

.woocommerce-order-details__title {
	margin-top: 20px;
	margin-bottom: 10px;
}

.my-notice {
	font-size: 14px;
	border: 1px solid #efefef;
	padding-right: 150px;
	box-sizing: border-box;
	padding-left: 10px;
	position: relative;
	margin-top: 15px;
}

.my-notice p {
	font-size: 14px;
	color: #787878;
	padding-right: 150px;
	box-sizing: border-box;
	text-align: left;
}

.my-notice a {
	color: #f860a3;
	position: absolute;
	right: 10px;
	top: 14px;
	transition: all 0.25s ease-out;
}

.my-notice a:hover {
	transition: all 0.25s ease-in;
	color: #fb006f;
}

input[type=number] { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.shop-col-input {
	position: relative;
}

.shop-col-input input {
	margin: 0px;
    padding: 0px;
    border: 1px solid #efcdb4;
    padding-left: 10px;
	padding-right: 0px;
    height: 36px;
    width: 100%;
	box-sizing: border-box;
}

.numb-up {
	width: 30px;
	height: 17px;
	box-sizing: border-box;
	position: absolute;
	right: 1px;
	top: 1px;
	border-left: 1px solid #efcdb4;
	background-color: #fff;
	line-height: 18px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.25s ease-out;
}

.numb-down {
	width: 30px;
	height: 17px;
	box-sizing: border-box;
	position: absolute;
	right: 1px;
	bottom: 1px;
	border-left: 1px solid #efcdb4;
	border-top: 1px solid #efcdb4;
	background-color: #fff;
	line-height: 18px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.25s ease-out;
}

.numb-up:hover, .numb-down:hover {
	transition: all 0.25s ease-in;
	background-color: #efcdb4;
}

.cart_item .product-thumbnail img {
	max-width: 100px;
	max-height: 100px;
	height: auto;
	width: auto;
}

.product-quantity input {
    border: 1px solid #efcdb4;
    height: 36px;
	box-sizing: border-box;
}

#customer_details .col-1 {
	width: 100%;
}

#customer_details .col-2 {
	/*display: none !important;*/
	width: 100%;
}

.woocommerce-shipping-fields {
	display: none;
}

.mh-cart {
	/*margin-top: 15px;*/
}

.mh-cart a {
	color: #f860a3;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 40px;
	background-image: url('../images/shopping-basket.png'); 
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	/*padding-top: 5px;*/
	/*padding-bottom: 5px;*/
	transition: all 0.25s ease-out;
	line-height: 30px;
}

.mh-cart a:hover {
	transition: all 0.25s ease-in;
	color: #fb006f;
	text-decoration: underline;
}

.woocommerce {
	font-size: 14px;
}

.wc-backward {
	display: block !important;
	width: 100% !important;
	max-width: 250px;
	height: 44px !important;
	line-height: 42px !important;
	border-radius: 44px !important;
	text-decoration: none !important;
	background-color: #f860a3 !important;
	color: #fff !important;
	font-size: 17px !important;
	text-align: center !important;
	transition: all 0.25s ease-out !important;
}

.wc-backward:hover {
	transition: all 0.25s ease-in !important;
	background-color: #fb006f !important;
}

/*-------*/

/**/

.xoo-cp-pimg {
	max-width: 250px;
	width: 250px !important;
}

.xoo-cp-pimg img {
	max-width: 100px;
	height: auto;
}

.xoo-cp-ptitle a {
	color: #ad655f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.xoo-cp-ptitle a:hover {
	text-decoration: underline;
}

td.xoo-cp-ptitle {
	width: 40% !important;
}

td.xoo-cp-pprice {
	width: 20% !important;
	text-align: left !important;
	
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.xoo-cp-qtybox, span.xcp-plus, span.xcp-minus {
	border-color: #efefef;
}

.xoo-cp-ptotal {
    font-size: 15px;
}

.xcp-ptotal {
    font-size: 18px;
    font-weight: bold;
}

.xoo-cp-btn-vc, .xoo-cp-close {
	background-color: #fff;
	border: 0px;
	color: #f860a3;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.xoo-cp-btn-vc:hover, .xoo-cp-close:hover {
	text-decoration: underline;
	color: #f860a3;
}

.xoo-cp-btn-ch {
	background-color: #f860a3;
	text-decoration: none;
	border: 0px;
	border-radius: 35px;
	transition: all 0.25s ease-out;
}

.xoo-cp-btn-ch:hover {
	transition: all 0.25s ease-in;
	background-color: #fb006f;
}

.xoo-cp-btns {
	margin-top: 15px;
	border-top: 1px solid #efefef;
	padding-top: 15px;
}

.close-modal-cartt {
	color: #fff;
	width: 20px !important;
	height: 20px !important;
	right: 5px !important;
	top: 7px !important;
	background-image: url('../images/close.png') !important;
	background-position: center !important;
	position: absolute;
}

.close-modal-cartt:before {
	content: "" !important;
}

.xoo-cp-atcn {
	border-bottom: 1px solid #efefef;
}

.xoo-cp-success {
    background-color: #fff;
}

.xoo-cp-container {
	border-radius: 0px;
}

.xoo-cp-opac {
	background-color: rgb(119, 119, 119) !important;
	opacity: 0.7 !important;
}

/*.woocommerce-checkout .woocommerce-NoticeGroup {
	display: none !important;
}*/

.woocommerce-thankyou-order-received {
	color: #ad655f;
	font-size: 30px;
	font-weight: normal !important;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	text-transform: none;
}

.woocommerce ul.order_details li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

/*#order_review .shipping {
	display: block;
	width: 100%;
}*/

.woocommerce ul#shipping_method li {
	display: block;
	width: 100%;
	padding-left: 0px;
}

#shipping_method .shipping_method {
	display: inline;
}

.woocommerce ul#shipping_method li input {
	margin: 0px !important;
	margin-right: 7px;
	display: inline-block;
	height: auto !important;
}

label[for="shipping_method_0_wcso_local_shipping"] .woocommerce-Price-amount {
	display: none;
}

label[for="shipping_method_0_local_pickup3"] .woocommerce-Price-amount {
	display: none;
}

.np-tarif {
	display: none;
	margin-top: 5px;
	font-weight: normal;
}

.dostt .woocommerce-Price-amount{
	display: none;
}

.dostt .shipped_via {
	font-size: 14px;
	font-weight: 700 !important;
}

.wc_payment_method input {
	height: auto !important;
}

.other-prices {
	font-size: 0px;
	color: #333;
	text-align: left;
	margin-bottom: 20px;
}

.other-prices div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
	font-size: 14px;
	color: #838383;
	font-weight: bold;
}

.shop-rr-price p {
	margin-bottom: 10px;
}

.shop-rr-price {
    color: #000;
    font-weight: bold;
    font-size: 29px;
    text-align: left;
}


/*-------*/

/**/

.normal-img {
	height: 100% !important;
	width: auto !important;
}

.category-about {
	font-size: 13px;
	color: #000;
	margin-bottom: 20px;
	text-align: left;
}

.category-about p {
	font-size: 13px;
	color: #000;
	margin-bottom: 20px;
}

.m-cont-gos {
	font-size: 11px;
	margin-top: 10px;
}

.modal-block .alignright {float:right; margin:0 0 1em 1em}
.modal-block .alignleft {float:left; margin:0 1em 1em 0}
.modal-block .aligncenter {display: block; margin-left: auto; margin-right: auto}
.modal-block a .alignright {float:right; margin:0 0 1em 1em}
.modal-block a .alignleft {float:left; margin:0 1em 1em 0}
.modal-block a .aligncenter {display: block; margin-left: auto; margin-right: auto}

.course-about figure, figure {
	position: relative;
	padding-top: 36px;
	max-width: 100%;
}

.course-about figure figcaption, .wp-caption-text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	color: #9c9c9c;
	font-size: 13px;
	text-align: center;
}

.course-about figure img {
	max-width: 245px;
	height: auto;
}

/*-------*/

/**/

.achiv-block {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
}

.achiv-box {
	width: 100%;
	max-width: 890px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 30px;
}

.achiv-item {
	padding: 20px;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	width: 100%;
}

.achiv-item:first-child {
	border-top: 1px solid #efefef;
}

.achiv-about {
	width: 100%;
	padding: 20px 0px;
	font-size: 14px;
	text-align: left;
}

.achiv-imgs {
	width: 100%;
	margin-top: 0px;
	font-size: 0;
	/*text-align: center;*/
}

.achiv-img-item {
	width: 100%;
	max-width: 270px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

.achiv-img-item:nth-child(3n) {
	margin-right: 0px;
}

.achiv-img {
	height: 190px;
	display: table;
	width: 100%;
}

.achiv-img a {
	height: 190px;
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.achiv-img a img {
	width: auto;
	height: auto;
	max-width: 240px;
	max-height: 165px;
	transform: scale(1);
	transition: all 0.25s ease-out;
}

.achiv-img a:hover img {
	transform: scale(1.05);
	transition: all 0.25s ease-in;
}

.achiv-img-text {
	width: 100%;
	margin-top: 10px;
	text-align: left;
	min-height: 35px;
	font-size: 12px;
}

/*-------*/

.shop-left-menu ul li.cat-item-49, .shop-left-menu ul li.cat-item-50 {
	display: none;
}

.bot-menu-top {
	margin-bottom: 15px;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

/*--- 11.01.22 ---*/
.head__mob__phone {
	display: none;
}
@media (max-width: 767px) {
	.header > .container {
		max-width: 90%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
	.header > .container > .clear {
		display: none !important;
	}
	.head-menu .menu-but {
		margin-top: 0 !important;
		margin-left: 0 !important;
	}
	.head-logo, .head-info {
		float: none;
	}
	.head-info {
		width: auto !important;
	}
	.head__mob__phone {
		display: block;
		position: relative;
		color: #ff60a7;
	}
	.head__mob__phone svg {
		height: 40px;
		width: auto;
	}
	.head__mob__phone_list {
		display: none;
		padding: 10px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #ffffff;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	}
	.head__mob__phone_list li {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.head__mob__phone_list li a {
		display: inline-block;
		color: #000 !important;
		text-decoration: none;
		vertical-align: middle;
		margin-right: 10px;
	}
	.head__mob__phone_list a.f_soc {
		font-size: 0;
	}
	.head__mob__phone_list li a:last-child {
		margin-right: 0;
	}
	.m-mini-preim, .m-teach-center-box, .preim-block {
		display: none;
	}
	.m-mini-preim-slider .owl-item img, .m-teach-center-slider .owl-item img, .preim-block-slider .owl-item img {
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.m-teach-center_mob {
		padding-top: 56px;
		padding-bottom: 40px;
	}
	.preim-block_mob {
		position: relative;
		padding-bottom: 25px;
	}
	/**/
	#menu-item-2069 > a, #menu-item-3268 > a {
		display: none !important;
	}
	.menu-content_last a {
		display: inline-block;
		vertical-align: top;
		margin-right: 14px;
		width: 40px;
		height: 40px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.menu-content_last a:last-child {
		margin-right: 0;
	}
	.menu-content_last a.cm-fb {
		background-image: url(../images/mh-fb2.png);
	}
	.menu-content_last a.cm-in {
		background-image: url(../images/mh-in2.png);
	}
	.menu-content_last a.cm-vk {
		background-image: url(../images/tiktok.png);
	}
	/**/
	.courses-percent-block h2 {
		font-size: 22px;
	}
	.perc-text {
		font-size: 18px;
	}
	.mh-social {
		margin-top: 0;
	}
	.mh-social ._soc {
		display: none;
	}
	.mh-social li {
		/*margin-top: 6px;*/
		margin-right: 15px;
	}
	.mh-cart a {
		font-size: 0 !important;
		padding-left: 0 !important;
	}
}
@media (min-width: 768px) {
	.head__mob__phone_list {
		display: none !important;
	}
	.m-mini-preim, .m-teach-center-box, .preim-block {
		display: block;
	}
	.m-mini-preim_mob, .m-teach-center_mob, .preim-block_mob {
		display: none;
	}
	/**/
	.menu-content_last {
		display: none !important;
	}
	.shop-categories {
		padding-top: 100px;
	}
}

/* 05.04.23 - shop styles */

:root {
	--bi-white: #fff;
	--bi-black: #000;
	--bi-header-border: #F5DFCF;
	--bi-pink: #F861A4;
	--bi-brown: #AE6761;
	--bi-light-brown: #FCF5F1;
	--bi-sidebar-bg: #F8F2EE;
}

img {
	max-width: 100%;
	height: auto;
}

a, button, input {
	transition: all 0.25s ease-out;
}

a:hover, button:hover, input:hover {
	transition: all 0.25s ease-in;
}

.header-shop {
	border-bottom: 1px solid var(--bi-header-border);
	position: relative;
	z-index: 99;
}

.header-shop .header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.header-shop .header-box .logo img {
	max-width: 145px;
	max-height: 65px;
}

.header-shop .header-box .phones .head-phones {
	gap: 12px;
}

.header-shop .header-box .phones .head-phones .phone-number-item a:last-child {
	margin-left: 12px;
}

.header-shop .header-box .phones .head-phones .phone-number-item a:nth-child(2), .header-shop .header-box .phones .head-phones .phone-number-item a:nth-child(3) {
	margin-left: 3px;
}

.header-shop .header-box .phones .head-phones a {
	font-weight: 600;
	font-size: 15px;
}

.lang-switcher-shop {
	position: relative;
}

.lang-switcher-shop select {
	display: none;
}

.lang-switcher-shop .select-selected {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--bi-pink);
	font-weight: 700;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--bi-white);
	text-transform: uppercase;
	cursor: pointer;
}

.lang-switcher-shop .select-items {
	position: absolute;
	background-color: var(--bi-header-border);
	top: 100%;
	left: 0;
	z-index: 999;
	border-radius: 0px;
	overflow: hidden;
	padding: 5px 0;
	border-radius: 12px;
}

.lang-switcher-shop .select-items div {
	font-weight: 700;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	line-height: 36px;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	text-align: center;
	width: 42px;
}

.lang-switcher-shop .select-hide {
	display: none;
}

.lang-switcher-shop .select-items div:hover, .lang-switcher-shop .same-as-selected {
	background: var(--bi-brown);
	color: var(--bi-white);
} 

.footer-shop-map {
	height: auto;
	min-height: 1px;
	margin-top: 60px;
}

.footer-shop-map.map iframe {
	margin-left: 0;
}

.footer.footer-shop {
	padding: 15px 0;
	height: auto;
}

.footer.footer-shop .footer-box {
	text-align: center;
	font-size: 12px;
	line-height: 2;
}

.footer.footer-shop .footer-box span {
	display: block;
}

.footer-shop-contacts {
	margin-top: 60px;
}

.footer-shop-contacts h2 {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-weight: 700;
	font-size: 32px;
	font-style: normal;
	line-height: 44px;
}

.footer-shop-contacts .box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
	margin-top: 20px;
}

.footer-shop-contacts .box .item {
	width: 100%;
	min-height: 172px;
	border-radius: 12px;
	background-color: var(--bi-light-brown);
	padding: 20px;
	padding-right: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 12px;
	background-repeat: no-repeat;
	background-position: calc(100% - 44px) 20px;
}

.footer-shop-contacts .box .item.info {
	background-image: url('../images/bi-f-person-icon.svg');
}

.footer-shop-contacts .box .item.contacts {
	background-image: url('../images/bi-f-contacts-icon.svg');
}

.footer-shop-contacts .box .item.address {
	background-image: url('../images/bi-f-addr-icon.svg');
}

.footer-shop-contacts .box .item.worktime {
	background-image: url('../images/bi-f-time-icon.svg');
}

.bb-box * {
	box-sizing: border-box;
}

.footer-shop-contacts .box .item p {
	margin: 0;
	color: var(--bi-brown);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.footer-shop-contacts .box .item p.title {
	color: var(--bi-black);
	font-weight: 400;
}

.footer-shop-contacts .box .item a {
	text-decoration: underline;
	color: var(--bi-brown);
}

.footer-shop-contacts .box .item a:hover {
	color: var(--bi-pink);
}

.bi-slider {
	margin-top: 36px;
}

.bi-slider .item {
	border-radius: 12px;
	overflow: hidden;
	max-height: 500px;
	height: 500px;
}

.bi-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bi-slider .owl-controls {
	margin-top: 24px;
}

.bi-slider .owl-controls .owl-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.bi-slider .owl-controls .owl-dots > div {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--bi-header-border);
	cursor: pointer;
	transition: all 0.25s ease-out;
}

.bi-slider .owl-controls .owl-dots > div.active, .bi-slider .owl-controls .owl-dots > div:hover {
	background: var(--bi-brown);
	transition: all 0.25s ease-in;
}

.bi-shop-content {
	margin-top: 36px;
}

.bi-shop-content-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

.bi-sidebar {
	width: 100%;
	max-width: 260px;
	flex-shrink: 0;
	border-radius: 12px;
	background: var(--bi-sidebar-bg);
	padding: 20px 15px;
}

.bi-sidebar .sidebar-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: var(--bi-brown);
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(174, 103, 97, 0.2);
}

.bi-sidebar .product-categories {
	margin-top: 16px;
}

.bi-sidebar .product-categories > ul {
	padding: 0;
	list-style: none;
}

.bi-sidebar .product-categories > ul li {
	position: relative;
}

.bi-sidebar .product-categories > ul li:not(:first-child) {
	margin-top: 12px;
}

.bi-sidebar .product-categories > ul li a {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	color: var(--bi-brown);
}

.bi-sidebar .product-categories > ul li a:hover, .bi-sidebar .product-categories > ul li.current > a {
	color: var(--bi-pink);
}

.bi-sidebar .product-categories > ul li ul.sub-cats {
	list-style-type: disc;
	color: var(--bi-brown);
	padding-left: 22px;
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	transition: all 0.25s ease-out;
}

.bi-sidebar .product-categories > ul li ul.sub-cats.open {
	padding-top: 12px;
	opacity: 1;
	max-height: 1500px;
	transition: all 0.25s ease-in;
}

.bi-sidebar .product-categories > ul li span.open-sub-cats {
	position: absolute;
	right: 0;
	top: 1px;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	border: 1px solid #E9D6D2;
	transition: all 0.25s ease-out;
	background: url('../images/bi-plus.svg') center center no-repeat;
	cursor: pointer;
}

.bi-sidebar .product-categories > ul li span.open-sub-cats.open {
	background: url('../images/bi-minus.svg') center center no-repeat;
}

.bi-sidebar .product-categories > ul li span.open-sub-cats:hover {
	transition: all 0.25s ease-in;
	border-color: var(--bi-brown);
}

.bi-sidebar .product-categories > ul.dop-menu {
	margin-bottom: 0;
	padding-top: 16px;
	border-top: 1px solid rgba(174, 103, 97, 0.2);
}

.bi-sidebar .product-categories > ul.dop-menu a {
	font-weight: bold;
}

.bi-content-box {
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 828px;
}

.bi-content-box .all-products {
	position: relative;
}

.bi-content-box .all-products .page-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	padding-right: 250px;
}

.bi-content-box .all-products .woocommerce-ordering {
	position: absolute;
	right: 0;
	top: 2px;
	width: 100%;
	max-width: 230px;
}

.bi-content-box .all-products .woocommerce-ordering select {
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
	width: 100%;
	border-radius: 6px;
	border: 1px solid var(--bi-header-border);
	padding: 0 10px;
	padding-right: 18px;
	background: url('../images/bi-select-arr.svg') calc(100% - 18px) 50% no-repeat;
	font-weight: 400;
	font-size: 14px;
	height: 40px;
	color: var(--bi-brown);
	cursor: pointer;
}

.bi-content-box .all-products ul.products {
	list-style: none;
	padding: 0;
	margin-top: 32px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

.bi-content-box ul.products li {
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.25s ease-out;
	padding: 10px;
	border: 1px solid #F0E7E1;
	width: 100%;
	margin: 0 !important;
}

.bi-content-box ul.products li:hover {
	border-color: #F8F2EE;
	background-color: #F8F2EE;
}

.bi-content-box ul.products .product span.preview {
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: block;
	border-radius: 4px;
}

.bi-content-box ul.products .product .preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bi-content-box ul.products .product .woocommerce-loop-product__title {
	min-height: 60px;
	line-height: 1.25;
	font-size: 15px !important;
	color: var(--bi-brown);
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	margin-top: 26px !important;
	font-weight: bold;
	padding: 0 !important;
}

.bi-content-box ul.products .product a {
	text-decoration: none;
}

.bi-content-box ul.products .product .price {
	display: block !important;
	margin-top: 16px !important;
	text-align: center !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 27px !important;
	color: var(--bi-black) !important;
}

.bi-content-box ul.products .product a.button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 100%;
	text-align: center;
	gap: 10px;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	color: var(--bi-white);
	background: var(--bi-brown);
	border-radius: 12px;
	margin-top: 16px;
}

.bi-content-box ul.products .product:not(.outofstock) a.button::before {
	width: 16px;
	height: 16px;
	content: "";
	background: url('../images/bi-cart-button-icon.svg') center center / contain no-repeat;
}

.bi-content-box ul.products .product a.button:hover {
	background: var(--bi-pink);
}

.all-products .woocommerce-pagination {
	display: none;
}

.woocommerce-pagination, .bi-pagination {
	margin-top: 32px;
}

.woocommerce-pagination ul, .bi-pagination > div {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.woocommerce-pagination ul li a, .woocommerce-pagination ul li span, .bi-pagination a, .bi-pagination span {
	width: 36px;
	height: 36px;
	display: flex;
	text-align: center;
	color: var(--bi-brown);
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid var(--bi-header-border);
}

.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span, .bi-pagination a:hover, .bi-pagination span {
	border-color: var(--bi-brown);
	background: var(--bi-brown);
	color: var(--bi-white);
}

.woocommerce-pagination ul li a.next {
	margin-left: 6px;
}

.woocommerce-pagination ul li a.prev {
	margin-right: 6px;
}

.bi-content-box .block-header h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 44px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-style: normal;
}

.bi-content-box .special-products, .bi-content-box .popular-products {
	margin-bottom: 32px;
}

.bi-content-box .block-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bi-content-box .product-list {
	margin-top: 24px;
}

.bi-content-box .block-header .controls {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.bi-content-box .block-header .controls button {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: var(--bi-header-border);
	background-repeat: no-repeat;
	cursor: pointer;
}
.bi-content-box .block-header .controls button:hover {
	background-color: var(--bi-brown);
}

.bi-content-box .block-header .controls button.prev {
	background-image: url('../images/bi-prev.svg');
	background-position: calc(50% - 1px) 50%;
}

.bi-content-box .block-header .controls button.next {
	background-image: url('../images/bi-next.svg');
	background-position: calc(50% + 1px) 50%;
}

.bi-content-box .block-header .controls button.prev:hover {
	background-image: url('../images/bi-prev-white.svg');
}

.bi-content-box .block-header .controls button.next:hover {
	background-image: url('../images/bi-next-white.svg');
}

.bi-content-box .special-products ul li, .bi-content-box .popular-products ul li {
	width: 100% !important;
	padding: 10px !important;
}

.stock-status {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	margin-top: 16px;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.stock-status.outofstock {
	color: #f00;
}

.stock-status.stock {
	color: #38B624;
}

div.product.product-type-simple {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px 24px;
}

div.product.product-type-simple .woocommerce-tabs {
	grid-column-start: 1;
	grid-column-end: 3;
}

div.product.product-type-simple .related.products {
	grid-column-start: 1;
	grid-column-end: 3;
}

.woocommerce-product-gallery__wrapper {
	padding: 0;
}

.main-img-slider {
	max-width: 402px;
	width: 100%;
}

.main-img-slider .owl-controls {
	margin-top: 24px;
}

.main-img-slider .owl-controls .owl-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.main-img-slider .owl-controls .owl-dots > div {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--bi-header-border);
	cursor: pointer;
	transition: all 0.25s ease-out;
}

.main-img-slider .owl-controls .owl-dots > div.active, .main-img-slider .owl-controls .owl-dots > div:hover {
	background: var(--bi-brown);
	transition: all 0.25s ease-in;
}

.main-img-slider .owl-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.main-img-slider .owl-nav .owl-prev {
	content: "<";
	left: 0;
}

.main-img-slider .owl-nav .owl-next {
	content: ">";
	right: 0;
}

.main-img-slider .owl-nav > div {
	width: 36px;
	height: 36px;
	display: flex;
	text-align: center;
	color: var(--bi-brown);
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid var(--bi-header-border);
	transition: all 0.25s ease-out;
	bottom: -9px;
	position: absolute;
}

.main-img-slider .owl-nav > div:hover {
	border-color: var(--bi-brown);
	background: var(--bi-brown);
	color: var(--bi-white);
	transition: all 0.25s ease-in;
}

.summary.entry-summary .product_title.entry-title {
	font-size: 28px;
}

.summary.entry-summary .price {
	text-align: left !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 27px !important;
	color: var(--bi-black) !important;
}

.summary.entry-summary .cart .button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	border: 0;
	text-align: center;
	gap: 10px;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	color: var(--bi-white);
	background: var(--bi-brown);
	border-radius: 12px;
	margin-top: 16px;
	padding: 0 30px;
	margin-top: 0;
}

.summary.entry-summary .cart .button::before {
	width: 16px;
	height: 16px;
	content: "";
	background: url('../images/bi-cart-button-icon.svg') center center / contain no-repeat;
}

.summary.entry-summary .cart .button:hover {
	background: var(--bi-pink);
}

.summary.entry-summary .cart {
	margin-top: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}

.summary.entry-summary .cart .quantity {
	width: 100%;
	max-width: 80px;
}

.summary.entry-summary .cart .quantity input {
	height: 44px;
	padding: 0 10px;
	width: 100%;
	max-width: 80px;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid var(--bi-header-border);
}

.summary.entry-summary .product_meta {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid #efefef;
	font-size: 13px;
	color: #868686;
}

.summary.entry-summary .product_meta a {
	color: var(--bi-brown);
}

.summary.entry-summary .product_meta a:hover {
	color: var(--bi-pink);
}

.woocommerce-tabs .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.woocommerce-tabs .tabs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	line-height: 44px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: var(--bi-brown);
	border-bottom: 2px solid #868686;
}

.woocommerce-tabs .tabs li.active a {
	border-bottom: 2px solid var(--bi-pink);
}

.woocommerce-tabs .tabs li a:hover {
	background-color: var(--bi-pink);
	border-color: var(--bi-pink);
	color: var(--bi-white);
}

.woocommerce-tabs .panel {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
	padding: 16px;
	border-radius: 12px;
	background-color: #f3f3f3;
}

.woocommerce-tabs .panel h2, .woocommerce-tabs .panel h3, .woocommerce-tabs .panel h4, .woocommerce-tabs .panel h5, .woocommerce-tabs .panel h6 {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

.woocommerce-tabs .panel p, .woocommerce-tabs .panel ol, .woocommerce-tabs .panel ul {
	font-size: 14px;
	line-height: 1.5;
}

a.added_to_cart {
	font-size: 12px;
	color: var(--bi-brown);
}

a.added_to_cart:hover {
	color: var(--bi-pink);
}

.xoo-cp-success {
	color: #38B624; 
	border-radius: 6px;
	background-color: #efefef;
}

.xoo-cp-pimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xoo-cp-pimg a {
	border-radius: 6px;
	width: 60px;
	height: 60px;
	display: flex;
	overflow: hidden;
}

td.xoo-cp-ptitle a {
	font-weight: 600;
	font-size: 16px;
}

td.xoo-cp-ptitle a:hover {
	color: var(--bi-pink);
}

div.xoo-cp-qtybox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	border: 0;
}

span.xcp-plus, span.xcp-minus, div.xoo-cp-qtybox input {
	display: flex;
	text-align: center;
	color: var(--bi-brown);
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid var(--bi-header-border);
	transition: all 0.25s ease-out;
}

span.xcp-plus, span.xcp-minus {
	width: 100%;
	max-width: 28px;
}

span.xcp-plus:hover, span.xcp-minus:hover {
	border-color: var(--bi-brown);
	background: var(--bi-brown);
	color: var(--bi-white);
	transition: all 0.25s ease-in;
}

input[type="number"].xoo-cp-qty {
	max-width: 40px;
}

.xoo-cp-ptotal {
	margin-right: 0px;
	border-top: 1px solid #e5e5e5;
	width: 100%;
	margin-top: 16px;
	text-align: right;
}

.xoo-cp-btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a.xcp-btn {
	margin: 0;
	width: auto;
	text-transform: none;
	color: var(--bi-brown);
}

.xoo-cp-btn-vc:hover, .xoo-cp-close:hover {
	text-decoration: none;
}

a.xoo-cp-btn-vc {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	text-align: center;
	gap: 10px;
	font-weight: 700;
	line-height: 23px;
	color: var(--bi-white);
	background: var(--bi-brown);
	border-radius: 12px;
	order: 2;
	padding: 0 25px;
}

a.xoo-cp-btn-vc:hover {
	background: var(--bi-pink);
	color: var(--bi-white);
}

.xoo-cp-btn-ch {
	display: none !important;
}

.xoo-cp-close {
	order: 1;
}

.related.products h2 {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
}

.bi-shop-cart-page h2 {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
}

.bi-shop-content-box {
	margin-top: 30px;
}

.bi-shop-content-box .woocommerce {
	width: 100%;
}

.bi-shop-content-box .woocommerce .quantity .qty {
	width: 70px;
	height: 44px;
	border-radius: 6px;
}

.bi-shop-content-box .woocommerce .product-thumbnail a {
	display: flex;
	width: 60px;
	height: 60px;
	border-radius: 6px;
	overflow: hidden;
}

.bi-shop-content-box .woocommerce .product-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bi-shop-content-box .woocommerce table.shop_table {
	border-radius: 6px;
}

.bi-shop-content-box .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.bi-shop-content-box .woocommerce .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	max-width: 350px;
}

.bi-shop-content-box .woocommerce .wc-proceed-to-checkout a {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	height: 44px !important;
	text-align: center !important;
	gap: 10px !important;
	font-weight: 700 !important;
	line-height: 23px !important;
	color: var(--bi-white) !important;
	background: var(--bi-brown) !important;
	border-radius: 12px !important;
	order: 2 !important;
	padding: 0 25px !important;
}

.bi-shop-content-box .woocommerce .wc-proceed-to-checkout a:hover {
	background: var(--bi-pink) !important;
}

.bi-shop-content-box .woocommerce .product-name a {
	color: var(--bi-brown);
	font-size: 13px;
}

.bi-shop-content-box .woocommerce .product-name a:hover {
	color: var(--bi-pink);
}

.checkout-block-box {
	display: flex;
	gap: 24px;
}

#ship-to-different-address {
	display: none;
}

.checkout-info-box {
	width: 100%;
	max-width: 425px;
	flex-shrink: 0;
}

.checkout-cart-box {
	width: 100%;
}

.checkout-cart-box h3 {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

.bi-content-box .woocommerce-checkout input:not([type="checkbox"]), .bi-content-box .woocommerce-checkout textarea, .bi-content-box .woocommerce-checkout select {
	margin: 0px;
	padding: 0px;
	border: 1px solid #efcdb4;
	padding-left: 20px;
	padding-right: 15px;
	height: 44px;
	font-size: 13px;
	color: #000;
	text-align: left;
	border-radius: 6px;
}

.woocommerce table.shop_table td {
	font-size: 13px;
}

.woocommerce table.shop_table td.product-total {
	width: 140px !important;
}

.woocommerce ul#shipping_method li {
	display: flex;
	gap: 8px;
	align-items: center;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	display: none !important;
}

#billing_country_field {
	display: none;
}

#shipping_country_field {
	display: none !important;
}

.select2-container--default .select2-selection--single {
	height: 44px;
	border-radius: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

#wcus_np_shipping_fields h3 {
	margin-bottom: 10px;
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: 6px;
	background-color: #ededed;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #ededed;
}

.woocommerce-checkout #payment div.payment_box > *:first-child {
	margin-top: 0 !important;
}

.bi-content-box .woocommerce-checkout textarea {
	padding-top: 15px;
	padding-bottom: 15px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-radius: 6px;
	margin-top: 20px;
	font-size: 14px;
}

.woocommerce-info::before {
	color: var(--bi-brown);
}

.woocommerce-info {
	border-top-color: var(--bi-brown);
}

.woocommerce-thankyou-order-received {
	color: #000;
	font-size: 24px;
	text-align: left;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold !important;
	margin-top: 0;
}

.woocommerce-order-details__title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 22px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
}

.header-cart {
	width: 100%;
	max-width: 150px;
}

.header-cart a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 50px;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	color: var(--bi-black);
	background-color: var(--bi-header-border);
	background-position: 12px 50%;
	background-repeat: no-repeat;
	background-image: url('../images/bi-cart-big-icon.svg');
	border-radius: 12px;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
}

li.product a.added_to_cart.wc-forward {
	display: none;
}

.shop-short-about {
	margin-top: 40px;
}

.shop-short-about .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
}

.shop-short-about .box .text {
	width: 100%;
	max-width: 100%;
}

.shop-short-about .box .img {
	width: 100%;
	max-width: 543px;
	height: 460px;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
}

.shop-short-about .box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-short-about .box .text.text-content p, .shop-short-about .box .text.text-content ol, .shop-short-about .box .text.text-content ul, .bi-content-box .entry-content p, .bi-content-box .entry-content ol, .bi-content-box .entry-content ul {
	font-size: 14px;
	line-height: 1.5;
}

.shop-short-about .box .text.text-content > *:not(:first-child), .bi-content-box .entry-content > *:not(:first-child) {
	margin-top: 15px;
}

.shop-short-about .box .text.text-content h1, .shop-short-about .box .text.text-content h2, .shop-short-about .box .text.text-content h3, .shop-short-about .box .text.text-content h4, .shop-short-about .box .text.text-content h6, .shop-short-about .box .text.text-content h6 {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 15px;
}

#tab-description table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	width: 100%;
}

#tab-description table th, #tab-description table td {
	border: 1px solid #ccc;
	padding: 7px 10px;
}

#tab-description table tr:nth-child(2n) th, #tab-description table tr:nth-child(2n) td {
	background-color: #fefefe;
}

.review-but {
	display: flex;
	margin-top: 25px;
}

.review-but a.button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	text-align: center;
	gap: 10px;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	color: var(--bi-white);
	background: var(--bi-brown);
	border-radius: 12px;
	text-decoration: none;
	padding: 0 25px;
}

.review-but a.button:hover {
	background: var(--bi-pink);
}

#review .form-group {
	max-width: 285px;
}

#review .call-form {
	width: auto;
}

.reviews-box {
	margin-top: 25px;
}

.reviews-box > p {
	margin: 0;
	font-size: 14px;
}

.reviews-box-wr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.reviews-box-wr .item {
	display: grid;
	grid-template-columns: 1fr;
	border: 1px solid var(--bi-brown);
	border-radius: 12px;
	overflow: hidden;
}

.reviews-box-wr .item .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: var(--bi-sidebar-bg);
	gap: 15px;
}

.reviews-box-wr .item .info .name {
	margin-right: auto;
	color: var(--bi-brown);
	font-weight: 600;
	font-size: 14px;
}

.reviews-box-wr .item .info .date {
	font-size: 12px;
	color: var(--bi-brown);
}

.reviews-box-wr .item .info .rating {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
}

.reviews-box-wr .item .info .rating span {
	display: flex;
	width: 14px;
	height: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/rev-star.svg');
}

.reviews-box-wr .item .info .rating span.nope {
	background-image: url('../images/rev-star-w.svg');
}

.reviews-box-wr .item .text {
	padding: 15px;
}

.reviews-box-wr .item .text p, .reviews-box-wr .item .text ol, .reviews-box-wr .item .text ul {
	font-size: 14px;
	margin: 0;
}

.reviews-box-wr .item .text > *:not(:first-child) {
	margin-top: 10px;
}

.related .products, .bi-content-box .all-products .related ul.products {
	display: block;
}

.sidebar-filter {
	margin-bottom: 20px;
}

.sidebar-filter select {
	margin: 0px;
	padding: 0px;
	border: 1px solid #efcdb4;
	padding-left: 10px;
	background-color: #fff;
	height: 36px;
	width: 100%;
	max-width: 100%;
}

.sidebar-filter .ms-options-wrap button {
	margin: 0px;
	padding: 0px !important;
	border: 1px solid #efcdb4 !important;
	padding-left: 10px !important;
	height: 36px;
	width: 100%;
	max-width: 100%;
}

.sidebar-filter .ms-options-wrap .ms-options {
	margin-bottom: 0;
	padding: 10px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #efcdb4 !important;
}

.sidebar-filter .ms-options-wrap .ms-options ul {
	padding-left: 0;
	font-size: 14px;
}

.sidebar-filter .wfpDescription {
	font-size: 13px;
}

.sidebar-filter .wpfFilterButtons .wpfFilterButton {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	text-align: center;
	gap: 10px;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	color: var(--bi-white);
	background: var(--bi-brown);
	border-radius: 12px;
	text-decoration: none;
	padding: 0 25px;
	text-transform: none;
	min-height: 40px;
}

.sidebar-filter .wpfFilterButtons .wpfFilterButton:hover {
	background: var(--bi-pink);
}

.return-to-shop a {
	padding: 0 !important;
}