.lang-switch{
	display: flex;
    align-items: center;
    margin: 0 5px;
    padding: 0 1.5em;
}
.moby .lang-switch{
	margin: 0;
    padding: 0 1.25em;
	display: flex;
}
.moby .lang-switch span{
	padding-left: 10px;
}
.moby .lang-switch svg path{
	fill: white
}

footer .top-part {
    display: flex;
    flex-direction: column;
    padding: 3em 0 2.2em;
    background-color: #fcf7f1;
}
footer .top-part > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer .top-part .contacts {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.065em;
    margin-bottom: 1.5em;
    color: #6f6f6f;
}
@media screen and (max-width: 560px) {
    footer .top-part .contacts {
        flex-direction: column;
   }
}
footer .top-part .contacts address:first-child {
    margin-right: 2%;
}
footer .top-part .contacts a {
    color: #edb39b;
}
footer .top-part .contacts a:hover {
    color: #72b5ca;
}
footer .top-part .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37.5px;
    width: 37.5px;
    outline: none;
    color: transparent;
    border-radius: 100%;
    background: #edb39b;
}
footer .top-part .socials a:hover {
    background: #72b5ca;
}
footer .top-part svg {
    height: 16px;
    width: auto;
}
footer .bott-part {
    text-align: center;
    color: #6f6f6f;
    padding: 2.5em 0 2em;
    overflow: hidden;
    background: #504b47;
}
footer .bott-part a {
    color: #b1b0af;
}
footer .bott-part a:hover {
    color: #ebc6b6;
}
footer a {
    text-decoration: none;
}
section.our-services .service {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 1em 1em 2em 1em;
}
section.our-services .service .picture-hover {
    max-width: 200px;
    margin: 0 auto;
    border-radius: 50%;
}
section.our-services .service .picture-hover img{
	height: 200px;
	width:200px;
	object-fit: cover
}
section.our-services .service .picture-hover:hover .hover {
    transform: translateY(-275%);
}
section.our-services .service .picture-hover:after{
    border-radius: 50%;
}
section.our-services .service .title {
    color: #33302e;
    font-weight: 400;
    margin: 1em 0 1em 0;
    font-size: 1.395em;
}
section.our-services .service .descr {
    color: #6f6f6f;
}
section.our-services #our-services {
    padding: 20px 0;
}
section.our-services #our-services .glide__arrows , section.posts #posts-slider .glide__arrows{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.posts #posts-slider .glide__arrows{
	margin: 30px 0 0 0;
}
section.our-services #our-services .glide__arrow , section.posts #posts-slider .glide__arrow{
    margin: 0 0.5em;
    width: 50px;
    height: 50px;
    background: #edb39b;
    position: initial;
    transform: none;
}
section.our-services #our-services .glide__arrow:hover , section.posts #posts-slider .glide__arrow:hover{
    background-color: #33302e;
}
section.our-services #our-services .glide__arrow svg , section.posts #posts-slider .glide__arrow svg{
    width: 8px;
}
section.about-us {
    padding: 3em 0;
    background: #fcf7f1;
}
section.about-us .about-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #6f6f6f;
}
@media screen and (max-width: 768px) {
    section.about-us .about-wrapper {
        justify-content: center;
   }
}
section.about-us .about-wrapper > div {
    width: 45%;
}
@media screen and (max-width: 768px) {
    section.about-us .about-wrapper > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
   }
}
@media screen and (max-width: 768px) {
    section.about-us .about-wrapper .picture-block picture {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 25px;
   }
}
section.about-us .about-wrapper .text-block p {
    margin-bottom: 1.5em;
}
section.about-us .about-wrapper .text-block ul {
    list-style: disc;
    padding-left: 1.5em;
}
section.about-us .about-wrapper .text-block ul li {
    margin-bottom: 0.5em;
}
section.about-us.page .about-wrapper {
    color: inherit;
}
section.about-us.page .text-block h2 {
    font-family: "texgyretermes", serif;
    font-size: 3em;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: -8px;
    margin-bottom: 0.275em;
}
section.about-us.page .text-block p {
    font-size: 23px;
    color: #33302e;
    text-align: left;
}
section.about-us.detail {
    background: #fff;
}
section.about-us.detail .text-block p {
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 1.5em;
    color: #6f6f6f;
}
section.about-us.detail .text-block p strong, section.about-us.detail .text-block p b {
    font-weight: bold;
}
section.our-price .prices-block {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
    padding: 20px 0;
}
section.our-price .prices-block .price {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(114, 181, 202, .15);
    margin: 10px;
    padding: 3em 2em;
    box-sizing: border-box;
    width: calc(33% - 20px);
    color: #33302e;
    text-align: center;
}
@media screen and (max-width: 768px) {
    section.our-price .prices-block .price {
        width: calc(50% - 20px);
   }
}
@media screen and (max-width: 560px) {
    section.our-price .prices-block .price {
        width: calc(100% - 20px);
        padding: 2em 1em;
   }
   section.about-us.page .text-block h2 {
    text-align: center;
    font-size: 2em;
    margin-top: 0;
}
}
section.our-price .prices-block .price .value {
    font-size: 4em;
    line-height: 1.25em;
    white-space: nowrap;
}
@media screen and (max-width: 1100px) {
    section.our-price .prices-block .price .value.text {
        font-size: 3em;
   }
}
@media screen and (max-width: 1100px) {
    section.our-price .prices-block .price .value {
        font-size: 3em;
        line-height: 1;
   }
}
@media screen and (max-width: 560px) {
    section.our-price .prices-block .price .value {
        font-size: 3em;
        margin-bottom: 10px;
   }
}
section.our-price .prices-block .price .title {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    min-height: 54px;
    margin: 10px 0 20px 0;
}
@media screen and (max-width: 560px) {
    section.our-price .prices-block .price .title {
        min-height: unset;
        line-height: 1.1em;
   }
}
section.our-price .prices-block .price .time {
    color: #afafaf;
    font-size: 0.8571em;
    line-height: 1.5em;
    padding: 0 2em 2em;
    overflow: hidden;
    height: 85px;
}
@media screen and (max-width: 560px) {
    section.our-price .prices-block .price .time {
        line-height: 1.1em;
   }
}
section.our-price .prices-block .price .order {
    position: absolute;
    bottom: 3em;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 300;
    background: #72b5ca;
    border-radius: 1.66em;
    display: block;
    text-align: center;
    padding: 1em 2em;
    text-decoration: none;
    color: #fff;
}
section.our-price .prices-block .price .order:hover {
    background: #edb39b;
}
section.reviews {
    background: #eaf5f9;
}
section.reviews .description {
    display: block;
    margin: 1.5em 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #76b5c8;
    line-height: 30px;
    text-align: center;
}
section.reviews #reviews .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.reviews #reviews .review__text {
    background: #fff;
    padding: 3.1em 3.9em;
    color: #6f6f6f;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.5em;
}
section.reviews #reviews .review__text p {
    position: relative;
}
@media screen and (max-width: 560px) {
    section.reviews #reviews .review__text p {
        font-size: 12px;
   }
}
section.reviews #reviews .review__text p:before, section.reviews #reviews .review__text p:after {
    position: absolute;
    background: url(/images/quote.svg) no-repeat center /contain;
    content: '';
    width: 15px;
    height: 27px;
}
section.reviews #reviews .review__text p:before {
    left: -2.3em;
}
section.reviews #reviews .review__text p:after {
    bottom: -10px;
    right: -2.3em;
    transform: rotate(180deg);
}
section.reviews #reviews .review__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 30px;
}
section.reviews #reviews .review__author img {
    border-radius: 100%;
}
section.reviews #reviews .review__author .name {
    color: #33302e;
    font-size: 1.2em;
    font-weight: 400;
}
section.posts .posts-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
    padding: 2em 0;
}
section.posts .posts-wrapper .single-post * {
	box-sizing: border-box;
}
section.posts .posts-wrapper .glide__slides {
	white-space: unset;
}
section.posts .posts-wrapper .single-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    margin: 0 15px;
    width: calc(33.33% - 30px);
	box-sizing: border-box;
}
section.posts .posts-wrapper .single-post .picture-hover img {
    height: 270px;
    object-fit: cover;
}
section.posts .posts-wrapper .single-post .picture-hover .hover {
    top: 120%;
}
section.posts .posts-wrapper .single-post .picture-hover:hover .hover {
    top: calc(50% - 1.5em);
}
section.posts .posts-wrapper .single-post .date {
    color: #afafaf;
    margin: 1em 0 1em;
    transition: all 0.3s ease 0s;
    font-size: 0.8em;
    line-height: 1.2857em;
    font-weight: 400;
    text-transform: uppercase;
}
section.posts .posts-wrapper .single-post .title {
    display: block;
    padding: 0 2em;
    overflow: hidden;
    color: #33302e;
    position: relative;
    padding-bottom: 1em;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 400;
}
section.posts .posts-wrapper .single-post .title::after {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -4px;
    content: " ";
    display: block;
    width: 20px;
    height: 2px;
    margin: 0.2em auto 0.2em;
    background-color: #edb39b;
}
section.posts .posts-wrapper .single-post .title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 54px;
}
section.posts .posts-wrapper .single-post .desc {
    color: #6f6f6f;
    min-height: 81px;
    margin: 1em 0 1em 0;
    padding: 0 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
section.posts .posts-wrapper .single-post .to-post {
    background: #edb39b;
    border: none;
    outline: none;
    border-radius: 1.66em;
    cursor: pointer;
    text-align: center;
    padding: 1em 2em;
    color: #fff;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 300;
}
section.posts .posts-wrapper .single-post .to-post:hover {
    opacity: 0.8;
}
section.contact-us {
    position: relative;
}
section.contact-us .section-title {
    color: #fcf7f1;
}
section.contact-us .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
section.contact-us .bg picture{
    height: 100%;
}
section.contact-us .bg picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
section.contact-us form {
    margin-bottom: 2em;
}
section.contact-us.page {
    background: /*#fcf7f1;*/ #e5d9cb;
}
section.contact-us.page .section-title {
    color: #33302e;
}
section.contact-us.page .form {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.contact-us.page form {
    justify-content: center;
    padding-top: 30px;
}
section.contact-us.page form .line {
    margin: 0 5px 1.33em 5px;
}
section.contact-us.page form .name, section.contact-us.page form .phone, section.contact-us.page form .email {
    width: calc(33.33% - 10px);
}
section.contact-us.page form button {
    background: #edb39b;
}
@media screen and (max-width: 1440px) {
    section.contact-us.page form .name, section.contact-us.page form .phone, section.contact-us.page form .email {
        width: calc(50% - 10px);
   }
    section.contact-us.page form .email {
        width: calc(100% - 10px);
   }
}
@media screen and (max-width: 768px) {
    section.contact-us.page form .name, section.contact-us.page form .phone, section.contact-us.page form .email {
        width: calc(100% - 10px);
   }
}
section.breadcrumbs {
    background: #504b47;
}
section.breadcrumbs .container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
section.breadcrumbs h1 {
    color: #fff;
    font-weight: 300;
    font-size: 1.533em;
    line-height: 1.2em;
}
section.breadcrumbs ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 0.875em;
    line-height: 1.5em;
}
section.breadcrumbs ul li:not(:last-child):after {
    content: '/';
    color: white;
    margin: 0 10px;
}
section.breadcrumbs ul a, section.breadcrumbs ul a span {
    color: #fff;
    text-decoration: none;
}
section.breadcrumbs ul a:hover {
    color: #edb39b;
}
section.breadcrumbs ul span {
    color: #6f6f6f;
}
section.content {
    padding: 5em 0;
}
@media screen and (max-width: 560px) {
    section.content {
        padding: 2em 0;
   }
}
section.content .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    section.content .container{
        flex-direction: column-reverse;
   }
}
section.content .post_item{
	padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #edb39b;
}
section.content .post_item:last-item{
	padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: none;
}
section.content .sidebar {
    box-sizing: border-box;
    background-color: #504b47;
    width: 360px;
    padding: 3em 3.333em;
}
@media screen and (max-width: 768px) {
    section.content .sidebar{
        width: 100%;
		margin-bottom: 24px;
   }
}
section.content .sidebar .widget_title {
    margin-top: 0;
    margin-bottom: 1em;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 400;
}
section.content .sidebar ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
section.content .sidebar ul li {
    margin-bottom: 0.25em;
    padding-left: 1.2em;
    position: relative;
}
section.content .sidebar ul li:before {
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    content: '';
    height: 12px;
    width: 12px;
    background: url(../images/check.svg) no-repeat center /contain;
}
section.content .sidebar ul li a {
    color: #fff;
    text-decoration: none;
}
section.content .content-wrapper {
    width: calc(100% - 390px);
}
@media screen and (max-width: 768px) {
   section.content .content-wrapper{
	   width: 100%;
   }
}
section.content .content-wrapper .picture-hover {
    margin-bottom: 2em;
}
section.content .content-wrapper .picture-hover .hover {
    top: 110%;
}
section.content .content-wrapper .picture-hover:hover .hover {
    top: calc(50% - 1.5em);
}
section.content .content-wrapper .post_title {
    font-family: texgyretermes, serif;
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 2.333em;
    line-height: 1.3em;
    font-weight: 400;
}
section.content .content-wrapper .post_title a {
    color: #33302e;
    text-decoration: none;
}
section.content .content-wrapper .post_info {
    color: #afafaf;
    font-size: 0.8em;
    line-height: 1.2857em;
    margin-bottom: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
}
section.content .content-wrapper .post_info a, section.content .content-wrapper .post_info a > span {
    color: #edb39b;
    text-decoration: none;
}
section.content .content-wrapper .post_descr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
section.content .content-wrapper .post_descr p {
    margin-bottom: 1.5em;
    color: #6f6f6f;
}
section.content .content-wrapper .post_descr .btn {
    background: #edb39b;
    text-decoration: none;
    border: none;
    outline: none;
    border-radius: 1.66em;
    cursor: pointer;
    text-align: center;
    padding: 1em 2em;
    color: #fff;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 300;
}
section.content .content-wrapper .post_info_posted {
    margin-left: 1em;
}
section.content .content-wrapper a:hover {
    color: #72b5ca;
}
section.content ul.pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
section.content ul.pagination .page-item {
    border-radius: 1.66em;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    background: #edb39b;
    margin: 0 5px;
    color: #000;
}
section.content ul.pagination .page-item:hover {
    opacity: 0.7;
}
section.content ul.pagination .page-item a {
    display: block;
    color: #000;
    padding: 0.5em 1em;
    text-decoration: none;
}
section.content ul.pagination .page-item span {
    display: block;
    color: #000;
    padding: 0.5em 1em;
    text-decoration: none;
}
section.content ul.pagination .page-item.active {
    background: #afafaf;
}
section.content ul.pagination .page-item.active span {
    color: #fff;
}
.cq-highlight-container.text .cq-highlight-label {
    font-weight: 400 !important;
}
.cq-titlebar, .cq-infobox, .cq-draggable-stripe, .cq-menu-square, .cq-draggable-slider {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.cq-infobox {
    border: 0 !important;
    background-color: #fcf7f1;
}
.cq-carouselcontent {
    min-height: 105px !important;
}
.cq-infobox:before {
    display: none !important;
}
.cq-titlebar {
    font-size: 1.2em !important;
    font-weight: 300 !important;
    min-height: 3em !important;
    padding: 0.27em 1.3em !important;
}
.cq-infobox.gray .cq-titlebar {
    background-color: #707070 !important;
}
.cq-innerbox {
    padding: 1.4em 1.3em !important;
}
.cq-carouselcontent {
    font-size: 1em !important;
}
form{
    position: relative;
}
form.success .success-text{
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
}
.success-text{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 58px - 1.33em);
    background: #fcf7f1;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    transition: all .5s ease;
}





/* /////cq */

@media (max-width: 480px) {
	.cq-infobox.gray .cq-titlebar {
		background-color: #707070 !important;
		min-height: unset!important;
	}
	#sc_form_message {
	    width: 100% !important;
    }
    .cq-infobox{
		width: 176px !important;
		margin-left: -67px !important; /* -97 */
		height: auto;
		top: unset;
    	bottom: 20px;
	}

	.cq-infobox:after{
		left: 40px !important; /* 73 */
	}

	.cq-infobox .cq-innerbox{
		width: 150px !important;
	}

	.cq-infobox .cq-innerbox .cq-carouselcontent{
		width: 150px;
		height: auto;
	}
    
    .cq-menu-square{
        display: block;
        height: 20px;
    }
    .cq-menu-line{
        height: 4px;
    }

}
/* /////cq */

.post_content ol{
    list-style: decimal;
    margin: 1em 0;
    padding-left: 40px;
}