/*
Theme Name: ywycyl-en
Theme URI: 
Author: 
Author URI: 
Description: Theme Your way
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ywycyl
*/
*:focus {outline:none;}
header, section, hgroup, nav, footer, article {display: block;}
.clear{clear: both;}
a:hover{text-decoration:none;}
@font-face {
 font-family: 'roboto_regular';
 src: url('fonts/roboto_regular.eot');
 src: url('fonts/roboto_regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto_regular.woff') format('woff'),
  url('fonts/roboto_regular.ttf') format('truetype'),
  url('fonts/roboto_regular.svg#roboto_regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'roboto_light';
 src: url('fonts/roboto_light.eot');
 src: url('fonts/roboto_light.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto_light.woff') format('woff'),
  url('fonts/roboto_light.ttf') format('truetype'),
  url('fonts/roboto_light.svg#roboto_light') format('svg');
 font-weight: 200;
 font-style: normal;
}
@font-face {
 font-family: 'roboto_regular';
 src: url('fonts/roboto_bold.eot');
 src: url('fonts/roboto_bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto_bold.woff') format('woff'),
  url('fonts/roboto_bold.ttf') format('truetype'),
  url('fonts/roboto_bold.svg#roboto_bold') format('svg');
 font-weight: bold;
 font-style: normal;
}
@font-face {
 font-family: 'roboto_regular';
 src: url('fonts/roboto_medium.eot');
 src: url('fonts/roboto_medium.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto_medium.woff') format('woff'),
  url('fonts/roboto_medium.ttf') format('truetype'),
  url('fonts/roboto_medium.svg#roboto_medium') format('svg');
 font-weight: 600;
 font-style: normal;
}
@font-face {
 font-family: 'Good Vibes Pro Regular';
 src: url('fonts/GoodVibesPro.eot');
 src: url('fonts/GoodVibesPro.eot?#iefix') format('embedded-opentype'),
  url('fonts/GoodVibesPro.woff') format('woff'),
  url('fonts/GoodVibesPro.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


body{
	font-family:sans-serif;
	font-weight:200;
	color:  #3a3a3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.romb-bck {
	background-image: linear-gradient(to top, rgba(188, 228, 186, 0.53), rgba(188, 228, 186, 0.53)), url(./images/100.jpg);
    background-repeat: repeat, repeat;
    background-size: 88%;;
}
a {
    color: #D5AD6D;
}
a:hover, a:focus {
    text-decoration: none;
	color: #D5AD6D;
}
img {
    max-width: 100%;
	height: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #5b5b5b;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}
.menu {
    list-style: none;
    padding-left: 0;
}
.menu li {
	list-style-type: none;
}
.breadcrumbs-block {
    line-height: 50px;
	z-index: 9;
    position: relative;
}
#breadcrumbs a, #breadcrumbs span {
    color: #b0b0b1;
    padding: 0 3px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul, ol {
    padding-left: 20px;
}
li {
    list-style-type: none;
    padding: 0 5px;
}
h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #a7b7a6;
}
.subh2 {
    text-align: center;
    color: #c69c58;
    font-size: 14px;
    line-height: 20px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Aligne img */
img.alignnone {
    margin: 5px 20px 20px 0;
}
img.alignright
{
    float: right;
    margin: 1em 0 0.5em 1em;
}

img.alignleft
{
    float: left;
    margin: 1em 1em 0.5em 0;
}

img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignright
{
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft
{
    float: left;
    margin: 0 1em 1em 0;
}

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

hr
{
    border-top: 1px solid #d7d7d7;
}
.center {
    text-align: center;
}

.mainContent li
{
    list-style-type: none;
    padding: 5px;
}

.mainContent ul li:before
{
    color: #69add1;
    content: "\f0c8";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 10px;
}

.mainContent ol
{
    counter-reset: myCounter;
}

.mainContent ol li:before
{
    content: counter(myCounter) ".";
    counter-increment: myCounter;
    color: #69add1;
    font-weight: bold;
    font-size: 15px;
    padding-right: 10px;
}



blockquote
{
    font-size: 18px;
    background: #f3f5f6;
    color: #3a4144;
    margin: 1.5em 25px;
    padding: 15px 20px 1.5em 45px;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
    border: none;
    font-style: italic;
}

blockquote:before
{
    color: #ff681f;
    content: open-quote;
    font-size: 6em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    position: absolute;
    top: 52px;
    left: -40px;
}

/* End Aligne img */
header {
    background: rgba(212, 226, 211, 0.39);
}
.logo {
    text-align: center;
	padding-top: 15px;
}
.logo .logoimg {
    height: 120px;
}

.logo .logocompany-title {
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    text-decoration: underline;
	margin-top: 10px;
}
.menublock {
    background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(173,171,173,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(173,171,173,1);
    box-shadow: 0px 0px 5px 0px rgba(173,171,173,1);
	z-index: 99;
}
.line2:before {
	content: "";
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    height: 2px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 10px;
	left: 0;
}
.line2:after {
	content: "";
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    height: 2px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 10px;
	left: 0;
}
.line4:before {
	content: "";
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    height: 4px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
}
.line4:after {
	content: "";
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    height: 4px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}
.navbar {
	padding: 25px 0;
    margin-bottom: 0;
}
.navbar-toggle .icon-bar {
    background: #a7b7a6;
}
header .menublock .primary {
    margin-bottom: 0;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
header .menublock .primary li {
    display: inline-block;
    list-style-type: none;
}
header .menublock .primary li a {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #8a6d3b;
    cursor: pointer;
}
header .menublock .primary li a:hover, header .menublock .primary li a:active {
    color: #b8c8b7;
}
.instagram {
    background: url(./images/insta.png);
    background-size: 100%;
    width: 35px;
    height: 35px;
	display: inline-block;
}
.facebook {
    background: url(./images/fb.png);
    background-size: 100%;
    width: 35px;
    height: 35px;
	display: inline-block;
}
.propis {
	font-family: 'Good Vibes Pro Regular';
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
	line-height: 50px;
    text-decoration: underline;
    cursor: pointer;
	text-transform: none;
}
.propis-letter {
    font-family: 'Good Vibes Pro Regular';
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 85px;
    line-height: 60px;
    text-decoration: underline;
}

.square-r {
    width: 75%;
    height: 90%;
    display: block;
    position: absolute;
    top: 20%;
    left: 28%;
    background-image: linear-gradient(#b8c8b7 28%, rgba(255,255,255,0) 0%);
    background-size: 7px 80%;
    background-repeat: repeat-y;
    border-top: 7px #b8c8b7 solid;
    border-bottom: 7px #b8c8b7 solid;
    border-right: 7px #b8c8b7 solid;
    background-position: 0 0%;
}
.square-l {
    width: 75%;
    height: 90%;
    display: block;
    position: absolute;
    top: 15%;
    left: 17%;
    background-image: linear-gradient(#f5e1e1 28%, rgba(255,255,255,0) 0%);
    background-size: 7px 80%;
    background-repeat: repeat-y;
    border-top: 7px #f5e1e1 solid;
    border-bottom: 7px #f5e1e1 solid;
    border-right: 7px #f5e1e1 solid;
    background-position: 0 0%;
}
 .white {
	 background:#fff;
 }
 .pl-70 {
    padding-left: 70px;
}
.mb-25 {
    margin-bottom: 25px;
}
.bold {
    font-weight: bold;
    color: #777;
}
.headmenumobile {
    display: none;
}
/* SLIDER */

.slick-next:before, .slick-prev:before {
    content: "\279C" !important;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.09);
    padding: 19px;
    font-size: 20px !important;
	line-height: 20px !important;
    color: #939393 !important;
}
.slick-prev:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	left: -20px;
    position: relative;
    top: -20px;
}
.slick-next:before {
    left: -20px;
    position: relative;
}
.slick-dots {
    left: 0;
	bottom: 0 !important;
}

.slick-dots li button {
    cursor: pointer;
    width: 9px !important;
    height: 9px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #A9B9C2;
    background-color: transparent;
    border-radius: 100px;
    left: 42px;
    border: 1px #A9B9C2 solid !important;
}
.slick-dots li.slick-active button {
	border-width: 0px;
	border: 1px #b8c8b7 solid !important;
	background-color: #b8c8b7;
	width: 11px;
	height: 11px;
	min-height: 2px;
	margin: 0px;
}
.slick-dots li button:before {
	display: none;
}
/* END SLIDER */
#maininfo {
    padding: 40px 0;
    position: relative;
    background: #f8f8f8;
}
#maininfo p::first-letter {
    font-family: 'Good Vibes Pro Regular';
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 85px;
    line-height: 60px;
	letter-spacing: 15px;
}
#maininfo .img-border-left {
    text-align: center;
}
#maininfo .img-border-left img {
    width: 80%;
    margin-top: 30px;
}
#maininfo .about-desc {
	margin-top: 40px;
}


#services {
	position: relative;
	background: rgba(212, 226, 211, 0.39);
	margin: 15px 0;
}
#services .service-block {
    margin: 35px 0;
	display: flex;
    flex-flow: row wrap;
}
#services .service-item{
    position: relative;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    border-radius: 2px;
    /* background-color: #fff; */
    margin-bottom: 25px;
    /* background-image: linear-gradient(45deg,rgba(243,226,199,1) 0%, rgba(243,226,199,1) 6%, rgba(193,158,103,1) 23%, rgba(182,141,76,1) 42%, rgba(233,212,179,1) 76%, rgba(182,141,76,1) 95%, rgba(182,141,76,1) 100%); */
    background-size: 200%;
    animation: animateborder 3s ease infinite;
    animation-play-state: paused;
    width: 100%;
}
#services .servitem-bck {
	/* padding: 2px; */
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(173,171,173,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(173,171,173,1);
    box-shadow: 0px 0px 5px 0px rgba(173,171,173,1);
}
#services .servitem-bck .bck-image {
    background-size: 65%;
    height: 200px;
    position: relative;
    /* background: #e5cbcb; */
    background-position-x: center;
    background-repeat: repeat;
    /* background: #fafafa; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px #b4a67e solid; */
    background-image: url(/wp-content/themes/ywycyl/images/white-waves.png);
}
#services .servitem-bck .bck-image img {
    position: absolute;
    /* top: -115px; */
    right: -115px;
    width: 170px;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    opacity: 0.5;
}
#services .servitem-bck .item-title {
    font-family: 'Good Vibes Pro Regular';
    color: #955a0f;
    font-size: 30px;
    line-height: 38px;
    position: absolute;
    padding: 10px;
    /* margin-right: 15px; */
    background: #ffffff;
    top: 0px;
    left: 0;
    /* transform: translate(-50%, -50%); */
    width: calc(100% - 20%);
    /* border-top: 1px #fff solid; */
    /* border-bottom: 1px #fff solid; */
    /* text-transform: uppercase; */
    /* margin-top: 10%; */
    background: #f5e1e1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/wp-content/themes/ywycyl/images/white-waves.png);
    background-image: linear-gradient(to top, rgba(227, 200, 181, 0.62), rgba(230, 179, 179, 0.53)), url(/wp-content/themes/ywycyl/images/white-waves.png);
    background-repeat: repeat, repeat;
    background-size: 100%;
}
#services .servitem-bck .item-title .more {
    font-family: sans-serif;
    position: absolute;
    bottom: 0;
    font-size: 10px;
}
#services .servitem-bck .item-title:before {
    content: "";
    background: linear-gradient(to top, #b29354, #ece490, #94793f, #e4dc8b, #987a44);
    height: 100%;
    width: 1.5px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
#services .servitem-bck .item-title:after {
    content: "";
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    height: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0px;
}

#services .service-item:hover{
    animation-play-state: running;
}

@keyframes animateborder {
    0% {
        background-position: 0%;
    }
    50% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}
#services .btn-section a::first-letter {
    font-family: 'Good Vibes Pro Regular';
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 85px;
    line-height: 60px;
    text-decoration: underline;
    letter-spacing: 15px;
}
#services .add-infoserv {
    text-align: left;
    color: #824f0e;
    padding: 20px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    margin-top: 30px;
}
#services .btn-section {
    padding: 30px;
    font-family: 'Good Vibes Pro Regular';
    font-size: 30px;
	position: relative;
    overflow: hidden;
}
#services .btn-section a:before {
    background: url(./images/sl.png);
    content: "";
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: -75px;
}
#services .btn-section a:after {
    background: url(./images/sl.png);
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    bottom: -75px;
    width: 150px;
    height: 150px;
}
/* REVIEWS */
#reviews {
    margin: 20px 0;
	position: relative;
	padding: 30px 0px;
    background-color: #f9f9f9;
}
#reviews .blackline {
    margin-bottom: 0;
}
#reviews .reviews .reviews-slide {
    padding: 20px 50px 50px 50px;
}
#reviews .reviews .reviews-img {
    width: 260px;
    height: 260px;
    float: left;
    margin-right: 100px;
	position: relative;
}
#reviews .reviews .reviews-img:before {
    content: "";
    background: url(./images/quotes.png) no-repeat left top;
	width: 84px;
    height: 49px;
    opacity: 1;
    position: absolute;
    right: -22px;
	top: -35px;
    display: block;
    
}
#reviews .img-border-right {
    margin-left: 0;
}

#reviews .reviews .reviews-img .reviews-item {
    height: 260px;
    display: block;
    background-position: left;
    position: relative;
    right: 38px;
    bottom: 40px;
    width: 260px;
	background-repeat: no-repeat;
    background-size: cover;
}
#reviews .reviews .reviews-img .reviews-item:hover:after {
    content: "";
    display: block;
    height: 101%;
    width: 101%;
    background: rgba(214, 234, 245, 0.9);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.reviews-desc {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 66;
    opacity: 0;
}
.reviews-item:hover > .reviews-desc
{
    opacity: 1;
}

#reviews .reviews .reviews-slide .reviews-block {
	padding-left: 30px;
	font-style: italic;
}
#reviews .reviews .reviews-slide .reviews-block p:nth-child(2)::first-letter {
    font-family: 'Good Vibes Pro Regular';
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    line-height: 60px;
    letter-spacing: 5px;
}
#reviews .all-reviews {
    border-style: solid;
    border-width: 8px;
    border-color: #D1E5F0;
    background-color: #F5F5F5;
	width: 60%;
    margin: auto;
    margin-top: 30px;
}
#reviews .all-reviews p, #reviews .all-reviews img {
    display: inline-block;
    padding: 20px;
	width: auto;
}
/* END REVIEWS */

#feedback {
    margin: 20px 0;
	position: relative;
	
}
#feedback:after {
    content: "";
    display: block;
    position: absolute;
    background: url(./images/logoen.png) no-repeat;
    width: 120px;
    height: 120px;
    background-size: 100%;
    bottom: 10%;
    right: 135px;
}
#feedback .section-title {
    text-align: center;
    margin-bottom: 30px;
}
#feedback form.wpcf7-form label {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}
#feedback form.wpcf7-form input, #feedback form.wpcf7-form select, #feedback form.wpcf7-form textarea {
    padding: 9px 15px;
    border: 1px #e1e3e7 solid;
    margin-bottom: 15px;
    border-radius: 10px;
	font-size: 15px;
}
#feedback form.wpcf7-form .name-email {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
#feedback form.wpcf7-form .name-email li {
    list-style-type: none;
	padding: 0;
}
#feedback form.wpcf7-form .namepatient, #feedback form.wpcf7-form .emailpatient {
    width: 95%;
    display: inline-block;
}
	
#feedback form.wpcf7-form .namepatient {
    float: left;
	margin-bottom: 5px;
}
#feedback form.wpcf7-form .emailpatient {
    float: right;
	margin-bottom: 5px;
}
#feedback form.wpcf7-form .subjectpatient {
	width: 100%;
	margin-bottom: 5px;
}
#feedback form.wpcf7-form .messagepatient {
	width: 100%;
	margin-bottom: 5px;
}
#feedback form.wpcf7-form ::-webkit-input-placeholder { color: #939393;}
#feedback form.wpcf7-form ::-moz-placeholder { color: #939393;}
#feedback form.wpcf7-form :-ms-input-placeholder { color: #939393;}
#feedback form.wpcf7-form :-moz-placeholder { color: #939393;}

#feedback form.wpcf7-form .wpcf7-submit {
    background: #b8c8b7;
    color: #fff;
    width: 170px;
    text-transform: uppercase;
}

footer#contacts a {
    color: #000103;
}

footer#contacts {
    position: relative;
	background: #363636;
}
footer#contacts .line2 {
    position: relative;
}

footer#contacts .line2:before {
    top: 0px;
}

footer#contacts .line2:after {
	    bottom: 0px;
}

footer#contacts .footer-block {
    margin: 20px;
}
footer#contacts ul#footer {
    padding-left: 0;
}
footer#contacts .politic {
    font-size: 14px;
}
footer#contacts .admonition {
    text-align: right;
}
footer#contacts .copyright {
    padding: 10px;
}
footer#contacts .copyright p {
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(176, 144, 95) 45%, rgb(193, 175, 145) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    line-height: 20px;
	margin: 0;
}



#singlePost {
    margin: 25px 0;
}
#singlePage {
    margin: 25px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.slick-next:before, .slick-prev:before {
		padding: 13px;
		font-size: 15px !important;
		line-height: 15px !important;
	}
	#reviews .slick-prev {
		left: 10px;
	}
	#reviews .slick-next {
		right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header .menublock .primary li a {
		font-size: 14px;
		line-height: 17px;
	}
	header .menublock .primary .instagram {
		width: 23px;
		height: 23px;
		position: relative;
		top: 2px;
	}
	header .menublock .primary .facebook {
		width: 23px;
		height: 23px;
		position: relative;
		top: 2px;
	}
	#services .servitem-bck .item-title {
		font-family: 'Good Vibes Pro Regular';
		color: #955a0f;
		font-size: 26px;
		line-height: 31px;
	}
	#reviews .slick-prev {
		left: 25px;
	}
	#reviews .slick-next {
		right: 25px;
	}
	#feedback:after {
		width: 100px;
		height: 100px;
		right: 40px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 21px;
	}
	.navbar {
		padding: 15px 0;
	}
	.propis {
		color: #b79764;
		font-size: 30px;
		line-height: 39px;
		text-decoration: none;
		cursor: pointer;
		text-transform: none;
		margin-top: 0px;
	}
	header .menublock .primary {
		display: block;
	}
	header .menublock .primary li {
		display: block;
	}
	header .menublock .primary li a {
		font-size: 15px;
		line-height: 22px;
	}
	.headmenumobile {
		display: block;
		text-align: center;
		font-size: 16px;
	}
	.headmenumobile a {
		color: #a7b7a6;
		position: relative;
		top: 3px;
		padding: 0 5px;
	}
	.headmenumobile .instagram {
		width: 27px;
		height: 27px;
		top: 7px;
		position: relative;
	}
	.headmenumobile .facebook {
		width: 27px;
		height: 27px;
		top: 7px;
		position: relative;
	}
	#menu-item-8 {
		display: none;
	}
	#menu-item-9 {
		display: none;
	}
	#menu-item-10 {
		display: none;
	}
	#maininfo {
		padding: 20px 0;
	}
	#maininfo p::first-letter {
        font-size: 60px;
		line-height: 45px;
		letter-spacing: 7px;
	}
	#services .servitem-bck .item-title {
        font-size: 25px;
		line-height: 38px;
	}
	#services .btn-section {
        padding: 30px 0;
        line-height: 30px;
    }
	#services .btn-section a:before {
		top: -120px;
	}
	#services .btn-section a:after {
		bottom: -120px;
	}
	#services .service-block {
		margin-bottom: 0;
	}
	#reviews .slick-prev {
		display: none !important;
	}
	#reviews .slick-next {
		display: none !important;
	}
	#reviews .reviews {
		margin-bottom: 20px;
	}
	#reviews .reviews .reviews-slide {
		padding: inherit;
	}
	#reviews .reviews .reviews-slide .reviews-block {
		padding-left: 15px;
	}
	#reviews .reviews .reviews-slide .reviews-block p:nth-child(2)::first-letter {
		font-size: 50px;
		line-height: 44px;
		letter-spacing: 5px;
	}
	#reviews .slick-dots {
		bottom: unset !important;
	}
	#feedback .img-border-right {
		margin-bottom: 20px;
	}
	#feedback .img-border-right img {
		padding: 0 20px 20px 20px;
	}
	#feedback .square-r {
		top: 4%;
		left: 22%;
	}
	#feedback .pl-70 {
		padding-left: 15px;
	}
	#feedback .btn-submit {
		text-align: center;
	}
	#feedback:after {
        width: 86px;
		height: 86px;
		background-size: 100%;
		bottom: 6%;
		right: 45px;
	}
	footer#contacts {
		text-align: center;
	}
	footer#contacts .admonition {
		text-align: center;
	}
}