/*   
Theme Name: your-clean-template-3 (uncommented)
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 567px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
    .col-xxs-pull-12 {
        right: 100%;
    }
    .col-xxs-pull-11 {
        right: 91.66666667%;
    }
    .col-xxs-pull-10 {
        right: 83.33333333%;
    }
    .col-xxs-pull-9 {
        right: 75%;
    }
    .col-xxs-pull-8 {
        right: 66.66666667%;
    }
    .col-xxs-pull-7 {
        right: 58.33333333%;
    }
    .col-xxs-pull-6 {
        right: 50%;
    }
    .col-xxs-pull-5 {
        right: 41.66666667%;
    }
    .col-xxs-pull-4 {
        right: 33.33333333%;
    }
    .col-xxs-pull-3 {
        right: 25%;
    }
    .col-xxs-pull-2 {
        right: 16.66666667%;
    }
    .col-xxs-pull-1 {
        right: 8.33333333%;
    }
    .col-xxs-pull-0 {
        right: auto;
    }
    .col-xxs-push-12 {
        left: 100%;
    }
    .col-xxs-push-11 {
        left: 91.66666667%;
    }
    .col-xxs-push-10 {
        left: 83.33333333%;
    }
    .col-xxs-push-9 {
        left: 75%;
    }
    .col-xxs-push-8 {
        left: 66.66666667%;
    }
    .col-xxs-push-7 {
        left: 58.33333333%;
    }
    .col-xxs-push-6 {
        left: 50%;
    }
    .col-xxs-push-5 {
        left: 41.66666667%;
    }
    .col-xxs-push-4 {
        left: 33.33333333%;
    }
    .col-xxs-push-3 {
        left: 25%;
    }
    .col-xxs-push-2 {
        left: 16.66666667%;
    }
    .col-xxs-push-1 {
        left: 8.33333333%;
    }
    .col-xxs-push-0 {
        left: auto;
    }
    .col-xxs-offset-12 {
        margin-left: 100%;
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xxs-offset-9 {
        margin-left: 75%;
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xxs-offset-6 {
        margin-left: 50%;
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xxs-offset-3 {
        margin-left: 25%;
    }
    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxs-offset-0 {
        margin-left: 0;
    }
}


@media (max-width: 567px) {
    .hidden-xxs {
        display: none !important;
    }
}

.visible-xxs {
    display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}

@media (max-width: 567px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}


.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
} 

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic.eot');
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
        url('fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/Montserrat-Italic.woff') format('woff'),
        url('fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-BoldItalic.eot');
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
        url('fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-BoldItalic.woff') format('woff'),
        url('fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.clearfix {
    clear: both;
}

.nowrap{
    white-space: nowrap
}

.aligned-row {
    display: flex;
    flex-flow: row wrap;

    &::before {
        display: block;
    }
}

strong{
    font-weight: 800
}

.text_center{
    text-align: center;
}

.brown{
    color:#aa6424
}

.btn_green, .btn_green:focus{
    background: #3f8493;
    display: inline-block;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none;
    height: 45px;
    font-weight:700;
	line-height:43px;
    border: 1px solid #3f8493;
    padding: 0 20px;
    text-decoration: none !important;
    transition: all .25s ease-out;
}

.btn_green:hover{
    text-decoration: none;
    background:#53a5ae;
  border:1px solid #53a5ae;
  box-shadow: 0 0 20px rgba(29, 139, 180, 0.15);
}

.btn_purple, .btn_purple:focus{
    background: #7b4061;
    display: inline-block;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    height: 45px;
    font-weight:700;
	line-height:43px;
    border: 1px solid #7b4061;
    padding: 0 20px;
    text-decoration: none !important;
    transition: all .25s ease-out;
}

.btn_purple:hover{
    background: #954c74;
    border: 1px solid #954c74;
    transition: all .25s ease-out;
    box-shadow: 0 0 20px rgba(149, 119, 149, 0.35);
}

.btn_sepia, .btn_sepia:focus{
    background: #f6f2eb;
    display: inline-block;
    border-radius: 4px;
    color: #3f8493;
    text-decoration: none;
    height: 45px;
    font-weight:700;
	line-height:43px;
	border: 1px solid #f6f2eb;
    padding: 0 20px;
    transition: all .25s ease-out;
}

.btn_sepia:hover{
    background:#fdfaf5;
	border: 1px solid #fdfaf5;
	color: #3f8493;
  text-decoration:none;
  box-shadow: 0 0 15px rgba(190, 255, 200, 0.25);
}

a, a:active, a:focus {color:#327077}
a:hover {color:#3f8493}

body{
overflow-x: hidden;
}


html, body{
    font: 400 16px/1.4 "Montserrat", sans-serif;
	color:#2f2827
}


/*Disable zoom*/
.woocommerce-product-gallery__image.flex-active-slide, .woocommerce-product-gallery__image {
        pointer-events: none !important;
    }

.woocommerce-product-gallery__trigger{
	display:none !important
}

h1{
    font-size: 2.4rem;
	line-height:1.2;
    margin: 0 0 40px 0
}

h2{
    font-size: 1.8rem;
	line-height:1.2;
    margin: 0 0 25px 0
}

h3{
    font-size: 1.5rem;
	line-height:1.2;
    margin: 0 0 20px 0
}

h4{
    font-size: 1.2rem;
	line-height:1.2;
    margin: 0 0 15px 0
}

p{
    margin: 0 0 10px 0
}

ol{
	margin: 0 0 10px 0;
	padding:0 0 0 18px
}

ul{
	margin: 0 0 10px 0;
	padding:0 0 0 15px
}

li{
	padding:0;
	margin:0 0 8px 0
}

.xoo-wsc-ft-btn{
	border-radius: 4px;
}

#header_top{
    padding: 15px 0;
   background:#5597a6;
  border-bottom:1px solid #4d8795;
}

#header_top img{
        max-height: 75px;
    margin: 20px 0;
    max-width: 120%;
}

#header_top_social {
    padding: 0;
    margin: 15px 0 0 0;
    text-align: right
}


#header_top_social li{
    display: inline-block;
	white-space:nowrap;
	margin: 15px 0 0 0;
}

#header_top_social li a{
    margin: 0 0 0 7px;
    display: inline-block;
    height: 35px;   
    text-align: left;
    line-height: 35px;
    color: #e2e6de;
    text-decoration: none;
    transition: all .25s ease-out;
}

#header_top_social li a i{
  width: 35px;
	text-align:center;
  background: #e2e6de;
	border:1px solid #e2e6de;
  border-radius: 50%;
  font-size: 20px;
  height: 35px;
  vertical-align: top;
  line-height: 33px;
  margin-right: 10px;
  color: #3e828c;
	transition: all .25s ease-out;
}


#header_top_social li a:hover{
	text-decoration:underline;
	color:#e8ede7
}

#header_top_social li a.btn_quest{
    margin:0 0 0 15px;
  padding:0 15px;
  color: #3e828c;
  background:#f6f2eb;
	border:1px solid #f6f2eb;
  border-radius:4px;
  width: auto;
  font-weight:700;
	line-height:43px;
	height:45px
}

#header_top_social li a:hover i, #header_top_social li a.btn_quest:hover{
    background:#fdfaf5;
	border:1px solid #fdfaf5;
  text-decoration:none;
  box-shadow: 0 0 15px rgba(190, 255, 200, 0.25);
}

#header_nav {
    background: #f6f2eb;
}

#header_nav ul{
    margin:0;
    padding: 0
}

#header_nav ul li{
    display: inline-block;
}

#header_nav ul li a{
    margin: 0 6px 0 7px;
    display: inline-block;
    border-top:4px solid #f6f2eb;
    font:bold 15px/60px Montserrat, sans-serif;
    color: #3e828c;
}

#header_nav ul > li:first-child a{
	margin-left:0
}

#header_nav ul > li:last-child a{
	margin-right:0
}

#header_nav ul li a:hover{
    text-decoration: none;
    color: #326c75;
    border-top:4px solid #d9d3ca
}

#header_nav ul li ul{
	background:#f6f2eb;
	border:none;
	box-shadow:none;
	border-radius:0;
	min-width:0
}

#header_nav ul li:hover ul{
	display:block
}

#header_nav ul li ul li{
	background:#f6f2eb;
	display: block;
	margin:0
}

#header_nav ul li ul li a {
  margin: 0;
	padding:0 10px;
  display: block;
  border-top: none;
  color: #3e828c;
	font:bold 14px/50px Montserrat, sans-serif;
	background:#f6f2eb;
	border-left:5px solid #d9d3ca
}
#header_nav ul li ul li a:hover {
	border-top:none;
  background:#f0e8de;
  border-left:5px solid #cac4ba;
  color: #326c75;
}

.topslider_item{
    height: 400px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover
}

.topslider_item .container{
    position: relative;
    height: 400px
}

.topslider_text{
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    background: #fff;
    border-left:solid 5px #3e828c
}

.topslider_text p.topslider_title{
    margin: 0 0 10px 0;
    font: bold 26px/1.4em Montserrat, sans-serif;
    color: #2f2827;
}

.topslider_text div.topslider_subtitle p{
    margin: 0;
    font: normal 15px/1.4em Montserrat, sans-serif;
    color: #2f2827;
}

.slick-prev, .slick-next{
    z-index: 1;
    width: 30px;
    height: 30px;
}


.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-next::before {
    content: "►";
	padding: 0 0 0 2px;
}

.slick-prev::before {
    content: "◄";
	padding: 0 2px 0 0;
}

.slick-prev::before, .slick-next::before{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 15px;
    background: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px
}

#mp_mainblock{
    background: #f5f8f9
}

#mp_mainblock .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#mp_mainblock .col{
    padding: 0;
	flex:1 1 auto
}

#mp_mainblock a.btn_sepia, #mp_mainblock a.btn_green, #mp_mainblock a.btn_purple{
	margin:10px 0 0 0
}

#mp_mainblock_left{
    height: 100%;
    background: #4f8f98;
  background:linear-gradient(180deg,rgb(81, 155, 158) 0%, rgb(85, 135, 145) 100%);
    padding: 25px 30px 20px;
	color: #fdfaf5;
}

#mp_mainblock_left h2{
    margin: 0 0 20px 0;
	font-size: 1.8rem;
}

#mp_mainblock_left h3{
    margin: 0 0 20px 0;
	font-size: 1.3rem;
}

#mp_mainblock_left p a:not(.btn_sepia), #mp_mainblock_left p a:hover:not(.btn_sepia){
	color: #7b4061;
}

#mp_mainblock_middle{
    height: 100%;
    padding: 0 30px 0 0;
    min-height: 600px;
}


#mp_mainblock_imgwrap{
    height: 100%;    
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

#mp_mainblock_right{
    height: 100%;
    padding: 25px 30px 30px 0
}

#mp_mainblock_right h2 {
    margin: 0 0 20px 0;
	font-size: 1.8rem;
}
#page_header{
    padding: 10px 0;
    background: #eae3da
}

#page_header h1{
    margin: 15px 0;
    text-transform: uppercase;
	color:#2c533f
}

#maincontent{
    padding:35px 0 30px 0;
	background:#fff
}

#maincontent.block-sepia{
    padding:40px 0;
	background:#fbf9f6
}

#maincontent_text h2:not(:first-child){
margin: 20px 0 15px 0;
}

#maincontent_text h3:not(:first-child){
margin: 20px 0 15px 0;
}

#maincontent_text h4:not(:first-child){
margin: 20px 0 15px 0;
}

#maincontent p.weekly_p{
  margin: 15px 0;
  font: normal 17px/1.6em Montserrat, sans-serif;
  color: #2f2827;
  box-shadow: aquamarine;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px;
  padding: 15px 15px 15px 52px;
  
  border-radius: 3px;
}

#maincontent p.weekly_p.weekly_warning{
	border-left: 5px solid #ac6060;
	background: url(images/icon_no.png) left 14px center no-repeat
}

#maincontent p.weekly_p.weekly_yes{
	border-left: 5px solid #829f95;
	background: url(images/icon_yes.png) left 14px center no-repeat
}

#maincontent p.weekly_p.weekly_no{
	border-left: 5px solid  #caa765;
	background: url(images/icon_tip.png) left 14px center no-repeat
}

#maincontent p.weekly_p.weekly_time{
	border-left: 5px solid #2c7689;
	background: url(images/icon_clock.png) left 14px center no-repeat
}

#maincontent p img{
    max-width: 100%;
    border: 5px solid #e8e7e0;
}


#maincontent table{
	margin:10px 0
}

#maincontent table td{
	padding:3px 5px;
  font: normal 15px/1.5em Montserrat, sans-serif;
  color: #2f2827;
	border-color:#2f2827
}

#maincontent table tr.tr-green td{
	background: #6b827a;
  color: #ecebe4;
  font: bold 15px/1.5em Montserrat, sans-serif;
}

#maincontent blockquote {
  padding: 1px 15px;
  margin:10px 0;
  font-size: 17.5px;
  border-left: 5px solid #455957;
  background: #f2f6f4;
}

#maincontent ul.wp-block-latest-posts{
	padding:0;
	margin:0
}

#maincontent ul.wp-block-latest-posts li{
	padding:15px 0 0 0;
	margin:15px 0;
	border-top:1px solid rgba(0,0,0,.15);
	display:flex;
	align-items: center;
}

#maincontent .wp-block-latest-posts__featured-image.alignleft{
	margin:0 15px 0 0
}

#maincontent .wp-block-video{
	border-radius:3px;
  overflow:hidden;
}

#maincontent .about_page_img {
  width: 40%;
  float: left;
  background:#f5f8f9;
  border-radius:3px;
  overflow:hidden;
  max-width: 310px;
  margin:0 30px 10px 0;
  text-align: center;
  font-size: .9rem;
}


#maincontent .about_page_img figcaption{
	padding:5px 15px
}

#maincontent ul#page_contacts{
	list-style:none;
	padding:0;
	display: inline-block;
	}

#maincontent ul#page_contacts li{
  padding:15px 0 0 0;
  margin:15px 0;
	font-size:1.2rem
}

#maincontent ul#page_contacts li:first-child{
	padding:0;
	margin: 0 0 15px 0
}

#maincontent ul#page_contacts i{
  width: 16px;
  margin-right: 15px;
}

#post_switch{
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#post_switch_l{
    padding: 0 15px 0 0
}

#post_switch_r{
    text-align: right;
    padding: 0 0 0 15px
}

#post_switch p{
    margin: 5px 0;
    font: normal 15px/1.6em Montserrat, sans-serif;
}

#post_switch p a{
    color: #455957;
}

#post_switch p a:hover{
    color: #6b827a;
    text-decoration: none;
}

#post_switch h5{
    text-transform: uppercase;
    margin: 5px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
}

#post_switch h5 a, #post_switch h5 a:hover{
    color: #2f2827;
    text-decoration: none;
}

#feedback_form p{
    color: #2f2827;
    font: normal 17px/1.6em Montserrat, sans-serif;
}

#feedback_form p label{
    font-weight: bold
}

#feedback_form p input[type="text"]{
    height: 45px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #ddd;
}

#feedback_form p textarea{
    height: 300px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #ddd;
}

#feedback_form p input[type="submit"]{
    background: #d9529a;
  display: inline-block;
  margin: 10px 0 0 0;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  height: 45px;
  font: bold 17px/45px Montserrat, sans-serif;
  border: 1px solid #d9529a;
  padding: 0 20px;
  text-decoration: none !important;
  transition: all .25s ease-out;
}

#feedback_form p input[type="submit"]:hover{
  text-decoration: none;
  background: #eb5da9;
  border: 1px solid #eb5da9;
  box-shadow: 0 5px 10px rgba(129, 70, 129, 0.1);
}

.feedback_item{
    position: relative;
    margin: 30px 0;
    border-radius: 8px;
    padding: 5px 20px 20px 20px;
    background: #f4f2f1
}

.feedback_item:after{
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f4f2f1;
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 20px;
    width: 0;
    display: block;
    content: ' '
}

.feedback_item_top{
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dedede
}

#maincontent p.feedback_item_name{
    color:#273051;
    font: bold 20px/1.6em Montserrat, sans-serif;
}

#maincontent p.feedback_item_date{
    color: #2f2827;
    text-align: right
}

.post_item{
    height: calc(100% - 30px);
  margin:0 0 30px 0;
  padding:25px 30px 90px;
  box-shadow: 0 6px 12px -8px rgba(0,0,0,.25);
  background:#fff;
  border-radius:3px;
	position:relative
}

.post_item h3{
  position: relative;
  padding:0 0 15px 0;
  margin:0 0 15px 0;
}

.post_item h3 a{
	color:#2f2827
}

.post_item h3 a:hover{
	color:#426f58;
	text-decoration:none
}

.post_item h3:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background:#5f9d8a;
  content: '';
}

.post_item p:last-child{
	margin:0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

#maincontent .pagination{
	margin: 15px auto 0;
}

#maincontent .pagination > .active > a, #maincontent .pagination > .active > a:focus, #maincontent .pagination > .active > a:hover, #maincontent .pagination > .active > span, #maincontent .pagination > .active > span:focus, #maincontent .pagination > .active > span:hover {
  background-color: #397c8a;
  border-color:#397c8a;
	color:#fdfaf5
}

#maincontent .pagination > li > a, #maincontent .pagination > li > span{
	color:#397c8a
}

#maincontent .pagination > li > a:focus, #maincontent .pagination > li > a:hover, #maincontent .pagination > li > span:focus, #maincontent .pagination > li > span:hover {
  color: #397c8a;
  background-color: #fbf9f6;
  border-color:#eeeae0;
}

#maincontent p.post_item_date{
    color: #9f8b79
}

#maincontent p.post_item_readmore a{
    background: #496a5c;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    font: bold 17px/45px Montserrat, sans-serif;
    border: 1px solid #32443c;
    padding: 0 20px;
    text-decoration: none;
    transition: all .25s ease-out;
}

#maincontent p.post_item_readmore a:hover {
    background: #5e8273;
    border: 1px solid #5e8273;
    
    box-shadow: 0 0 15px rgba(129, 179, 149, 0.5);
}

.program_item{
    margin: 15px 0;
    padding: 40px 20px 85px 20px;
    position: relative;
    box-shadow: 0 5px 25px -2px #e1dfdf
}

.program_item_image{
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: #273051;
    transform: rotateZ(24deg);
    transform: translate(0, -20px);
}

.program_item_image a{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    transform: rotateZ(-24deg);
}

.program_item_image img{
    height: 100%;
    
}

#maincontent .program_item p, #maincontent .program_item h2{
    margin: 0 110px 5px 0
}

#maincontent .program_item h2{
    font-size: 20px;
    text-transform: uppercase;
}

#maincontent .program_item p a, #maincontent .program_item p a:hover{
    color: #2f2827;
    text-decoration: none;
}


.program_item_bottom{
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background: #f2ede7
}

#maincontent .program_item_bottom p{
    margin: 0;
    font: normal 15px/45px Montserrat, sans-serif;
    color:#2f2827
}

#maincontent .program_item_bottom p i{
    margin: 0 3px 0 0
}

#maincontent .program_item_bottom p span.program_item_readmore{
    float: right
}

#maincontent .program_item_bottom p a{
    color:#2f2827
}

#maincontent .program_item_bottom p a:hover{
    color:#2f2827;
    text-decoration: underline;
}

#mp_about{
    padding: 40px 0 35px
}

#mp_about h2{
    color:#aa6424
}


#mp_textblock{
  background: #4f8f98;
  background:linear-gradient(180deg,rgb(81, 155, 158) 0%, rgb(76, 129, 145) 100%);
  padding:50px 0 50px 0;
  color: #fdfaf5;
}

#mp_textblock .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#mp_textbox_imgwrap{
    min-height: 300px;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 3px;
}

#mp_textblock img{
    width: 100%;
}

#mp_textbox_imgwrap a, #mp_textbox_imgwrap a:focus{
	display:flex;
	height:100%;
	width:100%;
	justify-content:center;
	align-content:center;
	align-items:center;
	font-size:4rem;
	color:#f6f2eb;
	transition: all .25s ease-out;
	background:rgba(0,0,0,.2);
	text-decoration:none;
}

#mp_textbox_imgwrap a:hover{
	text-decoration:none;
	color:#fdfaf5;
	text-shadow: 0 0 15px rgba(190, 255, 200, 0.25);
	background:rgba(0,0,0,.1);
}

#mp_textblock_vid_wrap{
	display:none
}

#mp_textblock_vid{
	padding:6px 6px 0;
	background:#f6f2eb
}

#mp_textblock_vid video{
	height:80vh;
	max-height:720px
}


#mp_textblock #mp_textblock_movtext{
	display:flex;
	align-items: center;
}

#mp_textblock #mp_textblock_movtext i{
	font-size: 1.2rem;
  opacity: .75;
  flex:45px 0 0;
  text-align: center;
  margin:0 0 0 -45px;
  display: block;
}

.mp_textbox_devider{
	margin:15px 0;
  position:relative;
	height:1px
}

.mp_textbox_devider:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 1px;
  background:#bdd7ce;
  content: '';
  opacity: .75;
}

#mp_textblock .btn_sepia{
	margin:5px 0 0 0
}

#mp_textblock a:not(.btn_sepia){
	color:#fdfaf5;
}

#mp_textblock a i{
	margin:0 5px 0 0
}

#mp_textblock a:not(.btn_sepia):hover{
	color:#fff
}

#mp_textbox_textwrap{
	margin:0 0 0 15px
}

#mp_textbox_textwrap p {
    color: #f6f2eb;
}

#mp_textbox_textwrap p:last-child{
	margin:0
}

#mp_blocks{
    padding: 50px 0 20px;
	background:#fbf9f6
}



.mp_block_wrap {
	display:block;
	text-decoration:none;
	margin:0 0 30px 0;
	height:calc(100% - 30px)
}

.mp_block_item{
	height:100%;
    min-height: 240px;
    position: relative;
  padding:25px 30px 30px;
    background: #fff;
    border-radius:3px;
	box-shadow: 0 6px 12px -8px rgba(0,0,0,.25);
}

.mp_block_item img{
    width: 100%;
    border-top-right-radius: 40px;
}

.mp_block_item p.mp_block_title{
    margin: 15px 0 10px 0;
    font: normal 19px/1.5em Montserrat, sans-serif;
    color: #2f2827;
}

.mp_block_item div.mp_block_content{
    margin: 10px 0;
}

.mp_block_item div.mp_block_content p{
    font: normal 17px/1.5em Montserrat, sans-serif;
    color: #2f2827;
}


#feedback{
	 background: #4f8f98;
  background:linear-gradient(180deg,rgb(81, 155, 158) 0%, rgb(76, 129, 145) 100%);
    padding: 40px 0 20px 0;
	color:#fdfaf5
}

#feedback h2{
	margin:0 0 35px 0
	
}


.feeback_item {
  height: calc(100% - 30px);
  margin:0 0 30px 0;
  padding:25px 30px 30px;
  box-shadow: 0 6px 12px -8px rgba(0,0,0,.25);
  background:url(images/heart_d_g.png) right 20px bottom 20px no-repeat rgba(210, 245, 255, .25);
    background-size: auto;
  border-radius:3px;
  border-top:1px solid rgba(255,255,255,.15);
  color: #fafeff;
}

#maincontent .feeback_item{
	background:url(images/heart_s.png) right 20px bottom 20px no-repeat #fff;
	 color:#2f2827;
}

#maincontent .feeback_item p.feeback_item_baloon{
	background: #166570;
}

#maincontent .feeback_item p.feeback_item_baloon:before{
	border-color: transparent transparent #166570 transparent;
}

.feeback_item h3{
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-size:1.4rem
}

.feeback_item h3:after{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background:#bdd7ce;
  content: '';
}

.feeback_item p.feeback_item_baloon{
	border-radius:10px;
  position: relative;
  background:#45758a;
  margin:0 0 30px 0;
  padding:15px;
  color: #fff;
  opacity: .75;
}

.feeback_item p.feeback_item_baloon:before {
	position: absolute;
  bottom: -10px;
  right: 10px;
  content: '';
  width: 0px;
  height: 0px;
  border-style:solid;
  border-width:0 18.5px 15px 18.5px;
  border-color:transparent transparent #4a788e transparent;
  transform: rotate(45deg);
}

.feeback_item p.feeback_item_baloon:nth-child(even):before {
  left: 10px;
  transform: rotate(-45deg);
}

#maincontent .feeback_item h3:after{
  background:#5597a6;
}

.feeback_item_send{
	height: calc(100% - 30px);
  margin:0 0 30px 0;
  padding:25px 30px 30px;
  box-shadow: 0 6px 12px -8px rgba(0,0,0,.25), inset 0 0 0px 10px #fff;
  background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(240, 248, 245, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
	border-radius:3px
}

#maincontent .feeback_item_send{
	background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(252, 248, 245, 1) 100%);
}

.feeback_item_send p{
	margin:30px 0
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
   margin: 0 2px
}

.slick-dots li button::before {
    font-size: 30px;
    opacity: .5;
    color: black;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
    color: #c8a876;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #c8a876;
}


#mp_form {
    padding: 50px 0;
	background:#f5f8f9
}

.block-sepia + #mp_form{
	background:#fff
} 

#mp_form.block_white{
	background:#fff
}

#mp_formwrap{
    background: #fff;
	box-shadow: 0 6px 12px -8px rgba(0,0,0,.25);
}

#mp_form.block_white #mp_formwrap, .block-sepia + #mp_form #mp_formwrap{
	box-shadow: 0 5px 25px -5px rgba(0,0,0,.15);
}

#mp_form .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#mp_form_image{
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/2025/04/mo10pc0x2.jpg)
}

#mp_form h2{
    margin: 0 0 15px 0 
}

#mp_form p{
	margin:0 0 30px 0
}

#mp_form_left{
    padding: 25px 30px 10px 0;
    background: #fff
}

#mp_form_left input[type="text"]{
    border:1px solid #e6ece8;
  color: #2f2827;
  line-height: 56px;
  width: 100%;
  background:#f9fbf9;
  border-radius:2px;
  padding:0 15px;
    
}

#mp_form_left textarea{
    width: 100%;
  border:1px solid #e6ece8;
  color: #2f2827;  
	line-height: 56px;
  width: 100%;
	background:#f9fbf9;
  border-radius:2px;
  padding:0 15px;
  height: 175px;
margin:0 0 -10px 0
}

#mp_form_left .wpcf7-not-valid-tip{
	display:none !important
}

.wpcf7-list-item {
  margin: 0 5px 0 0;
}

#mp_form_left a{
    color: #455957
}

#mp_form_left input[type="submit"] {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    font: bold 17px/45px Montserrat, sans-serif;
    border: 1px solid #7b4061;
    background: #7b4061;
    padding: 0 20px;
}

#mp_form_left input[type="submit"]:hover{
    background: #954c74;
    border: 1px solid #954c74;
    transition: all .25s ease-out;
    box-shadow: 0 0 20px rgba(149, 119, 149, 0.35);
}

#course_header{
    position: relative;
    padding: 50px 0 0 0;
    background: url(/wp-content/uploads/2022/08/coursehbg.jpg) top left;
    background-size: cover
}

#course_header .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#course_header_image{
    padding:0 0 15px 0;
    height: 100%;
    position: relative
}

#course_header_image img{
    max-width: 100%;
    position: relative;
    z-index: 2;
    border:5px solid #455957
}

#course_header_text{
    padding:1px 0 105px 0;
    height: 100%;
    position: relative
}

#course_header_text p {
    margin: 15px 0 0 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #2f2827;
}

#course_header_text h1{
    margin: 15px 0 0 0;
}

#course_header_links{
    padding: 0;
    margin: 0;
    list-style: none
}

#course_header_links li{
    padding: 0 25px;
    display: inline-block;
    font: normal 17px/75px Montserrat, sans-serif;
    border-left:1px solid #d7e1e1
}

#course_header_links li a, #course_header_links li a:focus{
    font-weight: bold;
    color: #496a5c;
    text-decoration: none
}

#course_header_links li a:hover{
    color: #5f8072;
}

#course_header_links li a i{
    margin:  0 5px 0 0
}

.course_header_bottombar{
    position: absolute;
    height: 75px;
    bottom: 0;
    left: -15px;
    right: -15px;
    background: #fff;
    z-index: 1;
    border-bottom: 1px solid #d7e1e1
}

#course_desc{
    padding: 35px 0 50px 0
}

#course_desc p{
    margin: 15px 0 0 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #2f2827;
}

#course_desc_details{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(0, 10, 35, 0.075)
}

#course_desc_details h3{
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom:1px solid #d7e1e1
}

#course_desc_details p span{
    float: right;
    color: #455957
}

#course_feedback{
    padding: 50px 0;
    background: #f1f4f4
}

#course_photo .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#course_photo_text_img{
    margin-right: -15px;
    height: 100%;
    background: url(https://iamcenter.ru/wp-content/uploads/2020/03/IMG_7665-scaled.jpg) center right no-repeat;
    background-size: cover
}

#course_photo_text{
    padding: 30px 30px 45px 30px;
    margin-left: -15px;
    background: #d0ad6b
}

#course_photo_text h2{
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom:1px solid #886d3a
}

#course_photo_text p{
    margin: 0 0 5px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #38423f;
}

.course_photo_text_item{
    margin: 40px 0 0 0
}

.course_photo_text_item_image {

    margin: auto;
    width: 100px;
    height: 100px;
    background: #3a4844;
    transform: rotateZ(20deg);
}

.course_photo_text_item_image a {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    transform: rotateZ(-24deg);
}

.course_photo_text_item_image a img{
    height: 100%;
}

#course_photo_text .course_photo_text_item p{
    margin: 25px 0 0 0
}

.course_photo_text_item p a, .course_photo_text_item p a:focus, .course_photo_text_item p a:hover{
    color:#3a4844;
}

#course_feedback p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #2f2827;
}

#course_feedback p.course_feedback_name{
    padding: 15px 0 0 0;
    border-top: 1px solid #c4caca;
    font: normal 19px/1.6em Montserrat, sans-serif;
}

#course_important{
    padding: 0 0 50px 0;
    background: #f1f4f4
}


#course_important_text p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #2f2827;
}

#course_important_text li{
    margin: 5px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #2f2827;
}

#course_important_text ul{
    margin:15px 0;
    padding: 0 0 0 15px
}

#course_important_img img{
    width: 100%;
    border: 5px solid  #c4caca
}

#course_important_img p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #2f2827;
}

#course_register{
    padding: 50px 0
}

#course_register .container{
    background: #455957
}

#course_register_text{
    padding: 15px 30px
}

#course_register_text h2{
    color:#fff
}

#course_register_text p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color:#fff
}

#course_register_text p a, #course_register_text p a:focus, #course_register_text p a:hover{
    color:#fff;
    text-decoration: underline
}

#course_register_form{
    padding: 15px 30px 15px 0
}

#course_register_form p{
    margin: 15px 0 25px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color:#fff
}

#course_register_form input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 0 5px;
    border-radius: 3px;
    background: #f7f7f7;
    border: 1px solid #263534;
    color: #2f2827;
}

#course_register_form input[type="submit"] {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 15px;
    color: #222a29;
    background: #dfded2;
    border: 1px solid #dfded2;
    border-radius: 2px;
    width: auto;
    font: bold 15px/35px Montserrat, sans-serif;
    transition: all .25s ease-out;
}

#course_register_form input[type="submit"]:hover{
    background: #dfded2;
    box-shadow: 0 0 15px rgb(179, 179, 89, .35);
}

.questions_item{
	margin:0 0 30px 0;
	height: calc(100% - 30px);  
  padding:0 30px 0;
  box-shadow: 0 6px 12px -8px rgba(0,0,0,.25);
  background:#fff;
  border-radius:3px;
}

.questions_item h3 {
  position: relative;
  margin-bottom: 0;
  padding:25px 45px 25px 0;
  cursor: pointer;
}

.questions_item h3 i {
  transition:transform .6s;
  height: 25px;
  width: 25px;
  font-size: 18px;
  color: #5597a6;
  border:2px solid #5597a6;
  border-radius:50%;
  text-align: center;
  line-height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}

.questions_item.active h3 i {
  transform: rotatez(180deg) translateY(50%);
	color: #a82c43;
  border:2px solid #a82c43;
}

.questions_item_text {
  transform-origin: top;
  height: 0;
  overflow:hidden;
  opacity: 0;
  padding:0;
  transition:all .6s;
}
.questions_item.active .questions_item_text {
  height: auto;
  height: calc-size(auto);
  opacity: 1;
}

.questions_item_text p{
	position:relative
}

.questions_item_text p:after {
  height: 20px;
  width: 100%;
  content: ' ';
  display: block;
}

.woocommerce-result-count, .orderby{
	display:none
}

.woocommerce ul.products{
	display: flex;
  flex-wrap: wrap;
  justify-content: start;
	margin:0 -15px
}

.woocommerce ul.products:after, .woocommerce ul.products:before{
	display:none
}

.woocommerce.columns-3 ul.products li.product{
	margin:0 15px 30px;
  padding:25px 30px 30px;
  box-shadow: 0 6px 12px -8px rgba(0,0,0,.25);
  background:#fff;
  border-radius:3px;
  position: relative;
  width: calc(33.3% - 30px);
	position:relative;
	text-align:center
}

.woocommerce-LoopProduct-link{
	height: calc(100% - 60px);
  margin:0 0 5px 0;
	text-align:left
}

.woocommerce ul.products li.product a img{
	display:none
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
	font-size: 1.5rem;
  line-height: 1.2;
	color: #2f2827;
	padding:0 0 15px 0;
  margin:0 0 15px 0 !important;
	position:relative
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background:#5f9d8a;
  content: '';
}

.woocommerce ul.products a p{
	color:#2f2827
}

.products .product .price {
  font-size: 1.2rem !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

a.added_to_cart {
  display: none !important;
}

.woocommerce a.button{
	margin:15px 2px 0 !important;
	background:#7b4061;
  display: inline-block;
  border-radius:4px;
  color: #fff !important;
  text-decoration:none;
  height: 45px;
  font-weight: 700;
  line-height: 43px;
  border:1px solid #7b4061;
  padding:0 18px;
  text-decoration:none !important;
  transition:all .25s ease-out;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after{
	display:none !important
}

.woocommerce a.button:hover {
  background:#954c74;
  border:1px solid #954c74;
  transition:all .25s ease-out;
  box-shadow: 0 0 20px rgba(149, 119, 149, 0.35);
}

.woocommerce a.button.btn_green{
background:#3f8493;
border:1px solid #3f8493;
}

.woocommerce a.button.btn_green:hover{
	background:#53a5ae;
  border:1px solid #53a5ae;
  box-shadow: 0 0 20px rgba(29, 139, 180, 0.15);
}

.woocommerce .summary .price{
	font-size: 1.2rem !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
	color: #327077;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	display:none
}

.woocommerce .panel{
	box-shadow:none;
	border:none
}

.woocommerce table.cart {
  border: none;
	
}

.woocommerce table.cart td{
	border-color: #cac5be !important;
}

.woocommerce table.cart th, .woocommerce table.cart td {
  padding: 9px 12px !important;
  line-height: 1.5em !important;
}

.woocommerce table.cart .product-thumbnail img{
	width: 100%;
  max-width: 100px;
  height: auto;
  border-radius: 3px
}

.woocommerce table.cart td.actions{
	text-align:center;
	padding: 15px 12px !important;
}

.woocommerce table.cart td.actions button{
	display: inline-block;
  border-radius: 4px;
  color: #fff !important;
  height: 45px;
  font: bold 17px/45px Montserrat, sans-serif;
  border: 1px solid #3f8493;
  background: #3f8493;
  padding: 0 20px !important;
}

.woocommerce table.cart td.actions button:hover{
	background-color: #53a5ae !important;
  border: 1px solid #53a5ae;
  transition: all .25s ease-out;
  box-shadow: 0 0 20px rgba(149, 119, 149, 0.35);
}

.woocommerce .cart-collaterals .cart_totals{
	float:none;
	margin:auto
}

.wc-proceed-to-checkout{
	text-align:center
}

.wc-proceed-to-checkout a{
	display: inline-block;
  border-radius: 4px;
  color: #fff !important;
  height: 45px;
  font: bold 17px/45px Montserrat, sans-serif;
  border: 1px solid #7b4061;
  background-color: #7b4061 !important;
  padding: 0 20px !important;
}

.wc-proceed-to-checkout a:hover{
	background-color: #954c74 !important;
  border: 1px solid #954c74;
  transition: all .25s ease-out;
  box-shadow: 0 0 20px rgba(149, 119, 149, 0.35);
}

.woocommerce-billing-fields {
  background: #5597a6;
  color: #fff;
  padding: 15px 25px;
  border-radius: 3px;
  margin: 8px 0 0 0;
}

#maincontent .woocommerce-billing-fields input {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #387482;
  background: #488593;
  color: #fff;
}

#maincontent .woocommerce form .form-row.woocommerce-invalid label {
  color: #fff;
}


#maincontent .woocommerce-billing-fields .form-row label {
  margin: 0 0 5px 0;
  opacity: .95;
	font-weight: 500
}

#maincontent .woocommerce form .form-row .required{
	color:#fff
}

#maincontent .woocommerce-billing-fields .form-row label.checkbox {
  font-size: .85rem;
}

#maincontent .woocommerce-billing-fields input[type="checkbox"] {
  width: 15px;
  height: 15px;
margin:-3px 5px 0 0;
	position:relative
}

#maincontent table.woocommerce-checkout-review-order-table td {
  border-color: #e5e5e5;
}

#maincontent .woocommerce-checkout #payment {
  background: #f5f8f9
}

#maincontent .woocommerce-info{
	background:#fff
}

#maincontent .woocommerce-info {
  border-top-color: #5597a6;
	line-height:1.4;
	margin:0
}

#maincontent .woocommerce-info::before {
  color: #5597a6;
}

#maincontent .woocommerce #payment #place_order{
	float:none;
  background: #7b4061;
  display: inline-block;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  height: 45px;
  font-weight: 700;
  line-height: 43px;
  border: 1px solid #7b4061;
  padding: 0 18px;
  text-decoration: none !important;
  transition: all .25s ease-out;
}

#maincontent .woocommerce #payment #place_order:hover{
	background: #954c74;
  border: 1px solid #954c74;
  transition: all .25s ease-out;
  box-shadow: 0 0 20px rgba(149, 119, 149, 0.35);
}

footer{
    background: #477a86;
    padding: 30px 0;
}

footer .row{
	align-items: center;
}


footer a img{
	max-height: 70px;
	max-width:100%
}


#footer-contacts{
	display:inline-block;
	text-align:left
}

footer p{
    color: #e8e1d6;
    font-size:.9rem;    
}

footer p.footer_contacts_item{
	margin-bottom:8px
}

footer a.footer_link{
    color:#f6f2eb;
}

footer a.footer_link i{
	width:16px;
	margin-right:10px
}

footer a.footer_link:hover{
	color:#fbf9f6;
	text-decoration:underline
}

footer ul{
    padding: 0;
    list-style: none
}

footer ul li{
    font:normal 14px/1.6em Montserrat, sans-serif;   
    margin: 0 0 5px 0
}

#footer_social {
    padding: 0;
    margin: 15px 0 0 0;
}


#footer_social li{
    display: inline-block;
}

#footer_social li a {
    margin: 0 7px 0 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #d0cfc5;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    color: #222a29;
    text-decoration: none;
    transition: all .25s ease-out;
}

#footer_social li a:hover{
    background: #dfded2;
    box-shadow: 0 0 15px rgb(179, 179, 89, .35); 
}

#cookiemsg {
  display: none;
  position: fixed;
  right: auto;
  left: 25px;
  bottom: 20px;
  width: 350px;
  padding: 15px 20px 2px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  z-index: 3;
	font-size:.9rem
}

#cookiemsg.active {
  display: block;
}

#cbox_inline_wrap{
    display: none
}

#cboxOverlay {
  background: #000;
}

.cbox_form{
	background: #fff;
padding: 25px 30px 10px;
text-align: center;
border: 5px solid #3e828c
}

.cbox_form h3{
  margin: 0 0 30px 0;
}

.cbox_form p, .wpcf7-form p{
  margin: 0 0 20px 0;
  font: normal 17px/1.6em Montserrat, sans-serif;
  color: #2f2827;
}

.cbox_form p input[type="text"], .wpcf7-form p input[type="text"]{
border:1px solid #e6ece8;
  color: #2f2827;
  line-height: 56px;
  width: 100%;
  background:#f9fbf9;
  border-radius:2px;
  padding:0 15px;
}

.cbox_form p textarea{
  width: 100%;
  border:1px solid #e6ece8;
  color: #2f2827;
  line-height: 56px;
  width: 100%;
  background:#f9fbf9;
  border-radius:2px;
  padding:0 15px;
  height: 175px;
  margin:0 0 -10px 0;
}

.cbox_form p input[type="submit"], .wpcf7-form p input[type="submit"], .cbox_form p a.cbox_close{
	display: inline-block;
  border-radius:4px;
  color: #fff;
  height: 45px;
  font:bold 17px/45px Montserrat, sans-serif;
  border:1px solid #7b4061;
  background:#7b4061;
  padding:0 20px;
}

.cbox_form p input[type="submit"]:hover, .wpcf7-form p input[type="submit"]:hover, .cbox_form p a.cbox_close:hover{
	background:#954c74;
  border:1px solid #954c74;
  transition:all .25s ease-out;
	text-decoration:none !important;
  box-shadow: 0 0 20px rgba(149, 119, 149, 0.35);
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

#cboxClose {
  background:none;
  height: 50px;
  width: 50px;
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
}

#cboxClose::after {
  height: 26px;
  width: 26px;
  top: 12px;
  right: 12px;
  display: block;
  position: absolute;
  color: #a82c43;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 26px;
  content: "\f410";
  text-indent: 0;
  line-height: 1;
  background:
url(images/w.png) center center no-repeat;
}


/*for md*/

@media (max-width: 1199px) {
    
	#mp_mainblock_middle{
		min-height:400px
	} 
	
	.woocommerce.columns-3 ul.products li.product{
		width: calc(50% - 30px);
	}
    
}


/*for sm*/

@media (max-width: 991px) {
	
	.topslider_text {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
		width: 65%;
    }
	
	.topslider_text p.topslider_title {
  font: bold 22px/1.4em Montserrat, sans-serif;
}
    
    
  .bottomfixed_item p{
        margin: 10px 60px;
        text-align: center;
        font: normal 15px/1.6em Montserrat, sans-serif;
        color: #fff;
    }
    
    .bottomfixed_item p a{
        font: normal 15px/1.6em Montserrat, sans-serif;
    }  
	
	#mp_form_left{
		padding: 25px 30px 10px 30px;
}
	
	#course_desc_details{
        margin: 30px 0 0 0
    }
    
    #course_photo .row {
        display: block;
    }
    
    #course_photo_text_img{
        margin: 0;
        height: 375px;
    }
    
    #course_photo_text {
        margin: 0
    }
    
    #course_register_form{
        padding: 0 30px 15px 30px
    }
    
    #course_important_img img{
        margin: 15px 0 0 0
    }
	
	#mp_textbox_imgwrap{
    height: 100%;
}
	
#maincontent aside h4{
		margin:45px 0 15px 0
	}	

}

/*for xs*/

@media (max-width: 767px) {
    
 html, body{
    font: 400 15px/1.4 "Montserrat", sans-serif;
}
	
	#header_top img{
		    margin: 0 0 5px 0;
	}
    
    #header_top_social {
        margin: 0;
        text-align: center;
    }
    
    #header_top_social li a {
        margin: 0 3px;
    }
    
    #header_top_social li a.btn_quest {
        margin: 0 3px 0 10px;

    }
	
	#menutoggle{
		margin:15px 5px 0 0
	}
	
	#menutoggle a{
		font-size:24px;
			color:#dfded2;
		transition: all .25s ease-out;
	}
	
	#menutoggle a:hover {
		
  color: #dfded2;
  text-shadow: 0 0 15px rgb(179, 179, 89, .35);
}
	
	#header_nav{
		height:0;
		overflow:hidden;
		opacity:0;
		transition: opacity .5s ease-out;
	}
	
	#header_nav.active{
		height:auto;
		display:block;
		opacity:1;
		
	}
    
#header_nav ul {
  margin-bottom: 0;
}
	
	#header_nav ul li {
  		display: block;
		border-top:1px solid #bdbcb4
	}
	
	#header_nav ul li:first-child{
		border-top:none
	}
	
	#header_nav ul li a,  #header_nav ul li a:hover{

  border-top:none;

}
	
	#header_nav ul li ul {
  background: #e8e7e0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  min-width: 0;
  display: block;
  position: relative;
  top: 0;
  margin: 0 10px;
  border-top: 1px solid #bdbcb4;
  float: none;
}
	
	#header_nav ul li {
		margin:0
	}
	
	#header_nav ul li ul li a, #header_nav ul li ul li a:hover  {
background: #f6f2eb;
  font: bold 14px/50px Montserrat, sans-serif;
border-left:none
}
	
	
	
	
	 #mp_textblock {
        padding: 30px 15px;
    }
    
    #mp_textbox_textwrap {
        margin: 30px 0 0 0;
    }
	
#mp_textbox_imgwrap{
    min-height:550px;
	
}
	#mp_textblock #mp_textblock_movtext i{
		display:none
	}
	
	#mp_about{
		padding:25px 15px 20px
	}
	
	#course_register{
        padding: 50px 0 0 0 
    }
	
	#mp_blocks, #feedback{
		padding:30px 15px 0 
	}
	
	#mp_form{
		padding:30px 15px
	}
	
	#page_header {
  padding:10px 15px;
}
	
#maincontent.block-sepia {
  padding:30px 15px 0;
}
	
	#maincontent{
  padding:30px 15px 15px;
}
	
	#maincontent .latest_posts_item {
  margin:15px 0;
  border-bottom:1px solid #e1e1e1;
  padding:0 0 15px 0;
}
	
#maincontent .about_page_img {
  width: 100%;
	max-width: none;
  float: none;
  margin:0 0 15px 0;
  font-size: 1rem;
}	
	
	#maincontent .about_page_img figcaption {
  padding:
0 15px;
}
	
	.woocommerce.columns-3 ul.products li.product{
		width: calc(100% - 30px);
	}
	
	
	
    footer{
		text-align:center;
        padding: 20px 0 0 0
    }
    
    footer .row div{
        margin: 10px 0
    }
    
	
	footer img{
		max-width:100%
	}
	
	#footer-contacts {
  display: block;
  text-align: center;
}
}


/*for xxs*/

@media (max-width: 565px) {
	
	#mp_mainblock_middle{
    padding:  30px 30px 0;
		min-height:550px
}
	
	#mp_mainblock_right{
        padding: 25px 30px 20px
    }
    
    #course_header_text {
        padding: 1px 0 220px 0;
    }
    
    .course_header_bottombar{
        height: 150px;
    }
    
    #course_header_links li {
        padding: 0 15px;
        display: block;
        text-align: center;
        border: none;
        border-top: 1px solid #d7e1e1;
    }
	
	.woocommerce a.button{
		display:block !important;
		max-width:250px;
		margin:15px auto 0 !important
	}
	
	.woocommerce-LoopProduct-link {
  height: calc(100% - 120px);
}
	
	  #cookiemsg {
    width: auto;
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
 
}


