/*!
Theme Name: proefect
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: proefect
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

proefect is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700&amp;subset=cyrillic");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1 {
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px 0 !important;
  font-weight: 400;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f6d7d0;
  /*width: 70%;*/
  width: 100%;
  margin: 0 auto;
}

td,
th {
  padding: 4px;
  text-align: left;
  border: 1px solid #f6d7d0;
  line-height: 1.1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #6d5e6a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1em;
  line-height: 1.5;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}
h2 {
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
h3 {
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
h4 {
  font-weight: 600;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fdfbfd;
  /* Fallback for when there is no custom background color defined. */
}
.page-template-page-about,
.page-template-default {
  background-color: #e7f0f9;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 1.5em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #f5d7cf;
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 12px 10px 12px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  background-color: #d8e6f3;
  border: none;
  border-radius: none;
  padding: 8px 8px 11px 8px;
  width: 100%;
  height: 38px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
.checkbox {
  background-color: #d8e6f3;
  font-size: 14px;
  line-height: 19px;
  padding: 8px 8px 11px 8px;
  height: 38px;
}
span.wpcf7-list-item {
  margin: 0 !important;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
.full-height textarea {
  height: 164px;
}
.half-height textarea {
  height: 100px;
}
.recaptcha-center div {
  margin: 0 auto;
}
.terms-and-conditions-wrapper {
  padding-left: 20px;
  color: #d8e6f3;
}
.terms-and-conditions-wrapper a {
  color: #f5d7cf;
}
.terms-and-conditions-wrapper a:hover,
.terms-and-conditions-wrapper a:visited {
  color: #f5d7cf;
}
.terms-and-conditions-wrapper-part {
  padding-left: 20px;
  color: #6d5e6a;
}
.terms-and-conditions-wrapper-part a {
  color: #6d5e6a;
  text-decoration: underline;
}
.terms-and-conditions-wrapper-part a:hover,
.terms-and-conditions-wrapper-part a:visited {
  color: #6d5e6a;
  text-decoration: underline;
}
#wpcf7-f35-o1 .wpcf7-response-output,
#wpcf7-f33-o1 .wpcf7-response-output,
#wpcf7-f150-o1 .wpcf7-response-output {
  color: #d8e6f3;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #6d5e6a;
  text-decoration: none;
}

a:visited {
  color: #6d5e6a;
}

a:hover,
a:focus,
a:active {
  color: #6d5e6a;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
  margin-top: 6px;
  margin-bottom: 0;
  padding: 0;
}
.menu li {
  display: inline-block;
}
.menu li a {
  color: #594b57;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.menu li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #6d5e6a;
}
#menu-left li {
  margin-right: 16px;
}
#menu-right {
  text-align: right;
}
#menu-right li {
  margin-left: 16px;
}
.menu-right-menu-container,
.menu-right-menu-ru-container,
.menu-right-menu-ua-container {
  float: right;
}

.inactive a {
  opacity: 0.24;
  color: #594b57;
}
.inactive a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
*/

.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation .menu a {
  position: relative;
  display: inline-block;
}
.main-navigation .menu .menu-item-has-children a {
  padding-right: 17px;
}
.main-navigation .menu .menu-item-has-children a:after {
  /* font-family: "FontAwesome";
    content: "\f107";
    padding-left: 3px;
	line-height: normal; */
  content: "";
  background-image: url(icons/down-chevron.svg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 4px;
}

.main-navigation .menu .sub-menu .menu-item-has-children a:after {
  /* font-family: "FontAwesome";
    content: "\f105";
    padding-left: 10px;
	line-height: normal; */
  content: "";
  background-image: url(icons/right-chevron.svg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 4px;
}
.main-navigation .menu .sub-menu li a:after {
  content: none;
  padding: 0;
}
.main-navigation .menu .sub-menu .sub-menu li a:after {
  content: none;
  padding: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  text-align: left;
  background-color: #f6d7d0;
  padding: 5px 0;
  margin-left: 0;
  margin-top: 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li {
  display: block;
  width: 250px;
  margin: 0 16px;
  padding: 3px 0 !important;
}
.main-navigation ul ul li a {
  width: auto;
  margin: 0;
  text-transform: none;
}
.main-navigation .menu .sub-menu li .sub-menu li {
  border-bottom: none;
}
.main-navigation .menu .sub-menu li .sub-menu li a {
  font-size: 12px;
}
.main-navigation .menu .sub-menu li .sub-menu li:last-child {
  border-bottom: none;
}
.main-navigation .menu .sub-menu li .sub-menu li a:after {
  content: none;
}
.main-navigation ul ul li {
  padding: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #6d5e6a;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: #6d5e6a;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  color: #6d5e6a;
  border-bottom: 2px solid #6d5e6a;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/*--------------------------------------------------------------
# Mobile Header
--------------------------------------------------------------*/
.mobile-header {
  display: none;
  position: relative;
}
.logo-mobile {
  margin: 0 auto;
  text-align: center;
}
.logo-mobile img {
  width: 136px;
  padding: 22px 0 16px 0;
}

.menu-toggle {
  position: absolute;
  top: 28px;
  left: 14px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #dfc3bf;
  border-radius: 50%;
  padding-top: 9px;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(4px, 4px);
  -ms-transform: rotate(45deg) translate(4px, 4px);
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(3px, -3px);
  -ms-transform: rotate(-45deg) translate(3px, -3px);
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
  transform: rotate(-45deg) translate(3px, -3px);
}

.one,
.two,
.three {
  width: 16px;
  height: 2px;
  background: #6d5e6a;
  border-radius: 0.5px;
  margin: 3px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mobile-nav-container {
  background-color: #f6d7d0;
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
  padding: 4px 12px 32px 12px;
}
.mobile-nav-container p {
  text-align: center;
  margin-bottom: 12px;
}
.mobile-nav-container .header-phone {
  font-size: 16px;
  line-height: 16px;
}
.menu-section.on {
  z-index: 100;
  width: 90%;
  height: 100%;
  display: block;
}
.mobile-nav {
  display: block;
  position: fixed;
  top: 90px;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
.mobile-nav.hidden {
  display: none;
}
.menu-mobile {
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-mobile li {
  display: block;
  padding-bottom: 12px;
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.menu-mobile li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.menu-mobile li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.menu-mobile li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.menu-mobile a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #594b57;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-mobile a:hover {
  text-decoration: none;
  border-bottom: 2px solid #6d5e6a;
}
.social-list {
  text-align: center;
  padding: 0;
  margin-bottom: 12px;
}
.social-list li {
  display: inline-block;
}
.social-list li img {
  padding: 6px 9px;
}
.mobile-nav-container .language-chooser {
  text-align: center;
  margin: 16px 0 0;
  float: none;
  padding: 0;
}
.description-btn-left {
  font-size: 9px;
  text-align: center;
  padding-top: 4px;
  font-weight: 600;
  position: absolute;
  right: 13px;
  top: 62px;
}
.description-btn-right {
  font-size: 9px;
  text-align: center;
  padding-top: 4px;
  font-weight: 600;
  position: absolute;
  left: 16px;
  top: 62px;
}
.phone-toggle {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 28px;
  right: 14px;
  cursor: pointer;
  background: #dfc3bf;
  border-radius: 50%;
  padding-top: 8px;
}
.phone-toggle img {
  width: 16px;
  margin: 0 10px;
}
.all-phones {
  display: block;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  top: 90px;
}
.all-phones.hidden {
  display: none;
}
.all-phones-container {
  background-color: #f6d7d0;
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
  padding: 24px 24px 32px 24px;
  text-align: center;
}
.all-phones-container .contact-info p {
  margin: 16px 0 0 !important;
}
.media-left {
  position: absolute;
  top: 24px;
  left: 56px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  padding-top: 9px;
}
.media-right {
  position: absolute;
  top: 24px;
  right: 56px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  padding-top: 9px;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.container-midle {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 25px;
}
.container-wide {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
}
.container-narrow {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 25px;
}
.site-header {
  background: #f6d7d0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 92px;
}
.site-header .col-left {
  padding-left: 65px;
  width: 42%;
  float: left;
}
.site-header .col-center {
  width: 16%;
  float: left;
  text-align: center;
}
.site-header .col-right {
  padding-right: 65px;
  width: 42%;
  float: left;
}
.left-list {
  display: flex;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
}
.right-list {
  text-align: right;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
}
.header-list li {
  display: inline-block;
  padding: 0 10px;
}
.logo-bar {
  margin-top: 24px;
  margin-bottom: 6px;
}
.header-phone {
  color: #6d5e6a;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.header-phone img {
  width: 27px;
  height: 27px;
}
.top-content {
  width: 100%;
  height: 600px;
  background: #b8bdc3; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #b8bdc3 0%,
    #cbdcec 25%,
    #cbdcec 75%,
    #b8bdc3 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #b8bdc3 0%,
    #cbdcec 25%,
    #cbdcec 75%,
    #b8bdc3 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #b8bdc3 0%,
    #cbdcec 25%,
    #cbdcec 75%,
    #b8bdc3 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bdc3', endColorstr='#b8bdc3',GradientType=0 ); /* IE6-9 */

  /*	margin-top: 92px;*/
}
.top-content .container {
  position: relative;
}
.site-content {
  padding-top: 92px;
}
.top-slogan {
  position: absolute;
  left: 150px;
  top: 150px;
  z-index: 10;
}
.top-banner {
  position: absolute;
  right: 0;
  top: 0;
}
.down-btn {
  position: relative;
  width: 100%;
}
.down-btn img {
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 49%;
  margin: 0 auto;
  z-index: 99;
}
.special-content {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f6d7d0;
}
.displace-bg {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: auto;
  background-repeat: no-repeat;
}
.special-offer {
  float: right;
  margin: 80px 0 80px;
  padding: 30px 90px;
  max-width: 500px;
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
}
.special-offer h2 {
  font-weight: 400;
  font-size: 22px;
  margin: 16px 0;
  text-transform: uppercase;
}
.special-offer p {
  margin: 0 0 16px 0;
}
.special-offer .special-btn {
  margin: 40px 0 20px;
}
.special-offer a {
  border: 2px solid #6d5e6a;
  padding: 10px 47px 6px;

  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.special-offer a:hover {
  text-decoration: none;
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
}
.two-col {
  display: none;
}
.one-col {
  display: none;
}
.benefit-content {
  background-color: #d8e6f3;
  width: 100%;
  padding: 32px 0 27px;
}

.benefits-wrap {
  display: flex;
  margin-top: 50px;
}
.benefit {
  background-image: linear-gradient(#6d5e6a, #6d5e6a),
    linear-gradient(#6d5e6a, #6d5e6a), linear-gradient(#6d5e6a, #6d5e6a),
    linear-gradient(#6d5e6a, #6d5e6a), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 2px 80%, 90% 2px, 2px 80%, 0,
    calc(100% - 4px) calc(100% - 4px);
  background-position: left top, right bottom, right bottom, right top, 2px 2px;

  height: auto;
  width: 25%;
  margin: 13px;
  text-align: center;
  position: relative;
}
.benefit-icon {
  overflow: hidden;
  text-align: center;
  position: relative;
  top: -35px;
}
.benefit-icon:before {
  background-color: #6d5e6a;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: text-top;
  width: 50%;
}
.benefit-icon:after {
  background-color: #6d5e6a;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: text-top;
  width: 30%;
}
.benefit-icon:before {
  right: 0.5em;
  margin-left: -50%;
}
.benefit-icon:after {
  left: 0.5em;
  margin-right: -30%;
}
/*.benefit-icon img{
	position: relative;
	top: 25px;
}*/
.benefit-text {
  padding: 0 10px 43px 10px;
  text-transform: uppercase;
}
.category-content-mobile {
  display: none;
  background-color: #f6d7d0;
  padding: 32px 0 8px 0;
}
.cc-wrap h3 {
  margin: 0;
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0 24px;
}
.category-content {
  height: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 32px 0 50px;
}
.parallax-container {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}
.parallax-container .sorts-title-row {
  display: table;
  padding: 0 15px 30px 15px;
  width: 25%;
  float: left;
}
.parallax-window {
  height: 480px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.sorts-title-table {
  height: 100%;
  text-align: center;
  display: table;
  width: 100%;
}
.sorts-title-cel {
  display: table-cell;
  vertical-align: middle;
}
.sorts-title {
  text-align: center;
  display: table;
  width: 100%;
}
.sorts-title h3 {
  margin: 0;
  background-color: rgba(252, 229, 224, 0.9);
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 32px 0 20px;
}

.top-category {
  background-size: cover;
  height: 680px;
  padding: 32px 0;
  position: relative;
}
.category-row-left {
  width: 50%;
  float: left;
}
.category-row-right {
  width: 50%;
  float: right;
}
.category-slogan {
  height: 616px;
  line-height: 616px;
}
.category-slogan img {
  vertical-align: middle;
}
.category-card {
  height: 616px;
  position: relative;
  display: none;
}
.category-card .card-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
.card-wrap {
  background: #fff;
  max-width: 304px;
  padding: 24px 8px 32px 8px;
  text-align: center;
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
}
.card-wrap h2 {
  color: #594b57;
  font-family: "Old Standard TT";
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 24px;
  margin: 0;
}
.card-wrap span a {
  color: #594b57;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
}
.card-wrap span a:hover {
  text-decoration: none;
}
.card-btn {
  padding: 8px 0;
  margin-top: 24px;
}
.card-btn a {
  padding: 14px 32px 10px 32px;
  color: #ffffff;
  font-family: "Old Standard TT";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  background-color: #e84756;
}
.card-btn a:hover {
  text-decoration: none;
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
}
.category-btn {
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  width: 50px;
  margin: 0 auto;
}
.category-btn img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  animation: bounce 3s infinite alternate;
  -webkit-animation: bounce 3s infinite alternate;
}

.new-course {
  padding: 48px 0;
  background-position: center !important;
  background-size: cover !important;
}
.new-course-container {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.85)
  );
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px 48px 24px;
}
.new-course-text {
  font-family: "Old Standard TT";
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 1.1px;
  text-align: center;
  padding-bottom: 32px;
}
.new-course-btn a {
  background: #f6d7d0;
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 12px 10px 12px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  display: block;
}
/*--------------------------------------------------------------
# Language
--------------------------------------------------------------*/
.language-chooser {
  text-align: right;
  margin-top: 2px;
  margin-left: 24px;
  margin-bottom: 0;
  float: right;
  padding: 0;
}
.language-chooser li {
  display: inline-block;
  padding: 0 4px;
  margin: 4px 0;
}
.language-chooser .active,
.language-chooser .current-lang {
  background-color: #fff;
}
.language-chooser li a {
  line-height: 1;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 32px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.action {
  color: #ffffff;
  font-family: "Old Standard TT";
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: center;
  padding: 154px 0 122px 0;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Single course
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 32px 0 32px 65px;
  color: #a0969e;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
}
.breadcrumbs a {
  color: #6d5e6a;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 32px 0;
  }
}
.single-course {
  background-color: #fcfcfc;
}
.about-course {
  margin-bottom: 36px;
}
/*.single-course article{
	max-width: 900px;
	margin: 0 auto;
}*/
.single-course h1 {
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.single-course article h2 {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.course-dec-01 {
  position: absolute;
  z-index: 1;
  right: 0;
}
.article-thumb {
  float: left;
  width: 50%;
  padding: 0;
}
.article-thumb img {
  border: 3px solid #6d5e6a;
}
.article-fields {
  float: right;
  width: 50%;
  padding: 0 100px 0 55px;
}
.article-fields ul {
  list-style-type: none;
  padding: 0;
}
.article-fields img {
  width: 14px;
  margin-right: 10px;
}
.article-fields ul li {
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 8px;
}
.scroll-btn {
  width: 100%;
}
.scroll-btn a p {
  color: #ffffff;
  font-family: "Old Standard TT";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #e84756;
  padding: 14px 0 10px 0;
  width: 100%;
  text-align: center;
  margin: 13px 0 0;
}
.scroll-btn a:hover {
  text-decoration: none;
}
.scroll-btn a p:hover {
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 0 !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-top-color: #a0969e !important;
  border-left-color: #a0969e !important;
  border-right-color: #a0969e !important;
  border-bottom-color: #fff !important;
  border-bottom-width: 2px !important;
  background-color: #a0969e !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:last-child,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:last-child {
  border-bottom-width: 1px !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #fff !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::after,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-controls-icon::after,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::after,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::before {
  border-left-color: #979797 !important;
  border-right-color: #979797 !important;
  border-top-color: #fdfbfd !important;
  border-bottom-color: #fdfbfd !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body {
  background-color: #fdfbfd !important;
}
.block-menu {
  text-align: center;
}
.block-menu li {
  display: inline-block;
  margin-bottom: 16px;
}
.block-menu li a {
  background-color: #a298a0;
  color: #ffffff;
  font-family: "Old Standard TT";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  padding: 10px 24px 6px 24px;
  margin: 0 12px;
}
.block-menu li a:hover {
  text-decoration: none;
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
}
/*--------------------------------------------------------------
## Courses item
--------------------------------------------------------------*/
.courses-item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 40px;
}
.courses-img {
  width: 100%;
  padding-bottom: 66%;
  height: auto;
  position: relative;
}
.courses-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.courses-img:before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}
.courses-sale {
  margin: 4px auto;
  text-align: center;
}
.courses-sale span {
  display: inline-block;
  color: #df3044;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 4px 0 4px 40px;
}
.courses-sale span:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/themes/proefect/icons/gift.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.courses-date {
  color: #594b57;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  padding: 8px 0;
}
.courses-name h2 {
  color: #594b57;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 0 16px 40px 16px;
  margin: 0;
}
.courses-name img {
  height: 25px;
  width: auto;
  vertical-align: bottom;
}
.courses-list {
  font-size: 14px;
  padding: 0 12px;
}
.courses-list p {
  margin: 0;
}
.courses-list ul {
  padding: 0;
  margin-top: 10px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  list-style: none;
}
.courses-list ul li {
  position: relative;
  padding-left: 16px;
  margin: 0;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.courses-list ul li:before {
  content: "✓";
  color: #df3044;
  position: absolute;
  left: 0;
}
.postid-1374 .custom-title {
  color: #594b57;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
.postid-1374 .custom-title img {
  height: 25px;
  width: auto;
  vertical-align: bottom;
}
.wp-image-1376,
.wp-image-1377,
.wp-image-1378,
.wp-image-1379,
.wp-image-1380,
.wp-image-1381,
.wp-image-1382 {
  height: 29px;
  width: auto;
  vertical-align: bottom;
}
.courses-wrap .wpb_raw_html {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.courses-wrap .wpb_raw_html .wpb_wrapper .courses-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .courses-name img {
    height: 12px;
  }
  .courses-wrap .wpb_raw_html {
    padding-left: 3px;
    padding-right: 3px;
  }
  .some_text_for_courses .vc_col-sm-4 {
    width: 33.3%;
    float: left;
  }
}

.courses-forms,
.courses-level,
.courses-duration,
.courses-price,
.courses-teacher {
  color: #594b57;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  padding: 0 16px 8px 16px;
}
.courses-forms span,
.courses-level span,
.courses-duration span,
.courses-price span,
.courses-teacher span {
  font-weight: 700;
}
.courses-more {
  width: 100%;
  padding: 8px 16px;
}
.courses-more a p {
  color: #ffffff;
  font-family: "Old Standard TT";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d5e6a;
  padding: 14px 12px 10px 12px;
  margin: 0;
  width: 100%;
}
.courses-more a p:hover {
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
}
.courses-singup {
  text-align: center;
  padding: 8px 16px 16px 16px;
}
.courses-singup a {
  opacity: 0.64;
  color: #df3044;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 16px;
}
.courses_soon-item {
  /*	width: 100%;
	height: 100%;*/
  background-size: cover;
  margin-bottom: 40px;
  border: 3px solid #6c5e69;
}
.transparent-bg {
  background-color: rgba(108, 94, 105, 0.7);
  width: 100%;
  height: 100%;
  padding: 80px 16px;
}
.courses_soon-title,
.courses_soon-name h2 {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding-bottom: 16px;
  margin: 0;
}
.courses_soon-icon {
  text-align: center;
  padding: 16px 0;
}
/*--------------------------------------------------------------
## Testimonials item
--------------------------------------------------------------*/
.testimonials-wrap {
  position: relative;
}
.testimonials-img {
  float: left;
  width: 37%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center;
}

.testimonials-cover {
  float: left;
  width: 63%;
  padding: 32px 16px 16px 16px;
}
.testimonials-item {
  padding: 11px;
  background-image: linear-gradient(#6d5e6a, #6d5e6a),
    linear-gradient(#6d5e6a, #6d5e6a), linear-gradient(#6d5e6a, #6d5e6a),
    linear-gradient(#6d5e6a, #6d5e6a), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 2px 40%, 50% 2px, 2px 40%, 50% 2px,
    calc(100% - 4px) calc(100% - 4px);
  background-position: left top, right bottom, right bottom, left top, 2px 2px;
  margin-bottom: 40px;
  width: 100%;
}
.testimonials-item_inner {
  background: #f6d7d0;
  height: 100%;
  width: 100%;
}
.testimonials-name h3 {
  text-align: left;
}
.testimonials-text {
  padding-bottom: 38px;
}
.social-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 54px;
  right: 48px;
}
.social-link li {
  display: inline-block;
  text-align: right;
  padding-left: 8px;
}
.social-link img {
  border-radius: 50%;
}

.testim-dec-01 {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: -50px;
}
.testim-dec-02 {
  position: absolute;
  top: 0;
  z-index: 10;
  right: -50px;
}
.testimonials-buttons {
  display: none;
}
.testimonials-item-style2 {
  position: relative;
}
.testimonials-item-style2 .testimonials-img {
  float: left;
  max-width: 37%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 0;
  background-size: cover;
  background-position: center;
  margin-top: 32px;
  margin-left: 16px;
}
.testimonials-cover-style2.box-hide {
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 112px;
}
.testimonials-cover-style2.box-show {
  max-height: 100%;
}
.show-more-btn {
  position: absolute;
  bottom: 84px;
  right: 48px;
  font-style: italic;
  cursor: pointer;
}
.show-more-btn:hover {
  text-decoration: underline;
}
.testimonials-item-style2 .social-link {
  bottom: 24px;
}
/*--------------------------------------------------------------
## Teachers item
--------------------------------------------------------------*/
.teachers-slide {
  padding: 0 20px;
  height: 100%;
}
.teachers-slide-inner {
  background-color: #6d5e6a;
  /*display: table;*/
  width: 100%;
  /*height: 500px;*/
}
.teachers-left-item {
  width: 50%;
  height: 100%;
}
.teachers-left-item-inner {
  padding: 48px 8px 26px 8px;
}
.teachers-right-item {
  width: 50%;
  /*height: 100%;*/
  background-position: top center;
  background-size: cover;
}
.teachers-img {
  width: 100%;
  height: 100%;
}
.teachers-title h2 {
  color: #cfe0f0;
  font-family: "Old Standard TT" !important;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 24px;
  margin: 0;
  text-transform: uppercase !important;
}
.teachers-name {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}
.teachers-specialty {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  padding-bottom: 16px;
}
.teachers-text {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
}
/*.slick-prev, .slick-next{
	width: 45px !important;
}*/
.gradient-bg {
  background: #6d5e6a;
  background: -moz-linear-gradient(left, #6d5e6a 50%, #f5d9ce 50%);
  background: -webkit-linear-gradient(left, #6d5e6a 50%, #f5d9ce 50%);
  background: linear-gradient(to right, #6d5e6a 50%, #f5d9ce 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d5e6a', endColorstr='#F5D9CE',GradientType=1 );
}
.page-template-page-category-diet .gradient-bg {
  /*background: #6d5e6a; 
	background: -moz-linear-gradient(left, #6d5e6a 50%, #a9acb5 50%); 
	background: -webkit-linear-gradient(left, #6d5e6a 50%,#a9acb5 50%); 
	background: linear-gradient(to right, #6d5e6a 50%,#a9acb5 50%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d5e6a', endColorstr='#a9acb5',GradientType=1 );*/
  background: #fff !important;
}
.gradient-bg .vc_column-inner {
  padding-top: 0 !important;
}

.single-teacher h1 {
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.single-teacher article h2 {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.teachers-url {
  text-align: center;
}
.teachers-url a {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
/*--------------------------------------------------------------
## Subscribe form
--------------------------------------------------------------*/
.subscribe-form {
  padding: 134px 0 69px 0;
  height: auto;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
}
.form-header {
  color: #d8e6f3;
  font-family: "Old Standard TT";
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.form-container {
  max-width: 720px;
  margin: 0 auto;
}
.form-left {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.form-right {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.form-container p {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 14px !important;
}
span.your-menu {
  background-color: #d8e6f3;
  display: block;
}
.select-menu {
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  background-color: #d8e6f3;
  border-radius: 0;
  border: none;
  padding: 8px 8px 11px 8px;
  width: 100%;
  height: 38px;
}
.recaptcha-center div {
  margin: 0 auto;
}
.recaptcha-center {
  margin-bottom: 24px;
}
.form-full {
  padding: 0 20px;
}
.form-send {
  display: block;
  width: 100%;
}
div.wpcf7-mail-sent-ok {
  color: #fff !important;
  border: 2px solid #f5d7cf !important;
}
.fotm-dec {
  position: absolute;
  top: 200px;
  z-index: 10;
  right: 50px;
}
/*--------------------------------------------------------------
## Advantages shortcode
--------------------------------------------------------------*/
.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ci-wrap {
  width: 100%;
}
.slick-prev,
.slick-next {
  width: 30px !important;
  overflow: hidden;
  height: 30px !important;
}
.slick-prev img,
.slick-next img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.advantages-item {
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
  background-color: rgba(255, 255, 255, 0.4);
  width: 98%;
  padding: 64px 8px;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
}
.advantages-number {
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 90px;
  line-height: 90px;
}
.advantages-description {
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 36px;
}
/*--------------------------------------------------------------
## Features shortcode
--------------------------------------------------------------*/
.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ci-wrap {
  width: 100%;
}
.features-wrap {
  position: relative;
}
.features-item {
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
  width: 100%;
  padding: 24px 8px;
  text-align: center;
  margin-bottom: 24px;
}
.features-number {
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 56px;
  line-height: 56px;
}
.features-description {
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
}
.features-dec-01 {
  position: absolute;
  bottom: -50px;
  z-index: 10;
  left: -100px;
}
.features-dec-02 {
  position: absolute;
  top: -50px;
  z-index: 10;
  right: -70px;
}
.features-dec-03 {
  position: absolute;
  bottom: 100px;
  z-index: 10;
  right: -60px;
}
/*--------------------------------------------------------------
## Contacts Page
--------------------------------------------------------------*/
.contacts-main {
  background-color: #d8e6f3;
}
.contacts-wrap {
  background-color: #d8e6f3;
}
.contacts-left {
  float: left;
  width: 30%;
  padding: 0 24px 32px 0;
}
.contacts-right {
  float: left;
  width: 70%;
  padding-bottom: 40px;
  position: relative;
}
.contact-info {
  padding-top: 16px;
}
.contact-info span {
  font-weight: 600;
}
.footer-list li {
  display: inline-block;
}
.footer-list li img {
  padding: 6px 9px;
}
#map {
  width: 100%;
  height: 456px;
}
#map-full {
  width: 100%;
  height: 300px;
}
.map-button {
  text-align: center;
  position: relative;
  bottom: 104px;
}
.map-button a {
  color: #ffffff;
  font-family: "Old Standard TT";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #6e5e69;
  padding: 14px 40px 10px 40px;
  width: auto;
}
.map-button a:hover {
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
  text-decoration: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #d8e6f3;
  padding: 40px 0 0 0;
  position: relative;
  overflow: hidden;
}
.footer-map {
  padding-bottom: 32px;
}
.sitemap {
  padding: 8px 0;
  color: #6d5e6a;
  font-size: 16px;
  line-height: 22px;
}
.footer-contacts {
  float: left;
  width: 30%;
}
.footer-contacts,
.footer-contacts a {
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
}
.footer-img1 img {
  position: absolute;
  bottom: 0;
  right: 25%;
}
.footer-img2 img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.copyright {
  background-color: #e7f0f9;
  text-align: center;
  padding: 14px;
  color: #594b57;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 14px;
}
.popup-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  display: none;
  transition: 0.15s ease-in-out;
  background-color: rgba(0, 0, 0, 0.15);
}
.popup-overlay2 {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  display: none;
  transition: 0.15s ease-in-out;
  background-color: rgba(0, 0, 0, 0.15);
}
.popup-box {
  width: 100%;
  max-width: 450px;
  margin: 30vh auto 0 auto;
  background-color: #ffffff;
  background-image: linear-gradient(#6d5e6a, #6d5e6a),
    linear-gradient(#6d5e6a, #6d5e6a), linear-gradient(#6d5e6a, #6d5e6a),
    linear-gradient(#6d5e6a, #6d5e6a), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 2px 40%, 50% 2px, 2px 40%, 50% 2px,
    calc(100% - 4px) calc(100% - 4px);
  background-position: left top, right bottom, right bottom, left top, 2px 2px;
  padding: 20px 40px;
  border: 10px solid #fff;
  position: relative;
  text-align: center;
}
.popup-overlay2 .popup-box {
  width: 100%;
  max-width: 375px;
  max-height: 667px;
  margin: 0 auto;
  background-color: #ffffff;
  background-image: none;
  padding: 0;
  border: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
}
.popup-overlay2 .popup-close {
  top: 0;
  right: 0;
}
.popup-content span {
  color: #ff0000;
}
.popup-btn {
  border: none;
  background: transparent;
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 12px 4px 12px;
  border: 2px solid #6d5e6a;
}
.popup-btn:hover {
  text-decoration: none;
  box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.64);
}
.popup-overlay2 .popup-box a {
  background: #f6d7d0;
  color: #6d5e6a;
  font-family: "Old Standard TT";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 24px 10px 24px;
  margin: 0 auto;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}
/*--------------------------------------------------------------
## Custom style
--------------------------------------------------------------*/
.sale-banner {
  list-style-type: none;
  padding: 0;
  margin: 32px auto 0;
  text-align: center;
  color: #fff;
  font-family: "Old Standard TT";
  text-transform: uppercase;
}
.sale-banner li {
  display: inline-block;
}
.small-text {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #6c5f69;
}
.small-text span {
  font-size: 28px;
  font-weight: 700;
}
.big-text {
  font-size: 85px;
  font-weight: 700;
}
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.thumbnail {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 32px;
  border-radius: 0;
}
.post-media {
  margin-bottom: 40px;
  position: relative;
}
.thumbnail-main img {
  height: auto;
  width: 100%;
}
.post-meta {
  position: absolute;
  bottom: 5px;
  width: 100%;
  border: none;
  background-color: rgba(246, 215, 208, 0.9);
  padding: 32px 16px 16px 16px;
}
.post-info {
  text-align: center;
}
.post-navigation {
  display: none;
}
.post-wrap {
  border: 1px solid #6d5e6a;
  max-width: 100%;
  position: relative;
}

.post-col h3 {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 12px 8px 32px 8px;
  text-transform: none;
  font-weight: 600;
}
.post-date {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.post-col {
  width: 33.3%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 32px;
}

.navigation {
  text-align: center;
}
.wp-paginate.wpp-modern-grey a,
.wp-paginate.wpp-modern-grey .current {
  border: 1px solid #6d5e6a !important;
  border-radius: 0 !important;
}
/*.post-thumbnail{
	background: rgb(109, 94, 106);
}*/
/*.post-thumbnail img:hover {
    opacity: 0.5;
}*/
.blog-item {
  padding: 0 25px;
}
/*.slick-track{
	webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.slick-initialized .slick-slide{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    height: auto;
}*/
.blog-item article {
  border: 1px solid #6d5e6a;
  position: relative;
}
.blog-item h3 {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  margin: 12px 8px 32px 8px;
  font-weight: 600;
}

.blog-slider-wrap .slick-prev,
.blog-slider-wrap .slick-next {
  width: 45px !important;
}
.post-thumbnail {
  position: relative;
}
.post-thumbnail img {
  border: 3px solid #6d5e6a;
  display: block;
}
.post-thumbnail a {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.post-thumbnail a:before {
  content: url(/wp-content/themes/proefect/icons/add.png);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
.post-thumbnail a:hover:before {
  visibility: visible;
  opacity: 1;
}

.post-thumbnail a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(109, 94, 106, 0.6);
  visibility: hidden;
  opacity: 0;
}
.post-thumbnail a:hover:after {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Manicure custom page
--------------------------------------------------------------*/
.scrin-1 {
  position: relative;
  background-size: cover;
  height: 670px;
  padding: 32px 0;
  overflow: hidden;
}
.slogan-1 {
  text-align: center;
  padding: 70px 0 16px 0;
}
.subtitle-1 h2 {
  font-family: "Old Standard TT";
  font-size: 30px;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: 1.1px;
  text-align: center;
  color: #6d5e6a;
  text-transform: none;
}
.manic-dec-1 {
  position: absolute;
  top: 80px;
  left: 120px;
}
.manic-dec-2 {
  position: absolute;
  bottom: 130px;
  left: 50px;
}
.manic-dec-3 {
  position: absolute;
  bottom: 70px;
  left: 30%;
}
.manic-dec-4 {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.manic-dec-5 {
  position: absolute;
  top: 50px;
  right: 80px;
}
.manic-dec-6 {
  position: absolute;
  top: -100px;
  right: 190px;
}

.eyelashes-dec-2 {
  position: absolute;
  bottom: 100px;
  left: 5%;
}
.eyelashes-dec-3 {
  position: absolute;
  bottom: 100px;
  left: 12%;
}
.eyelashes-dec-4 {
  position: absolute;
  right: 10%;
  bottom: 5%;
}
.scrin-2 {
  width: 100%;
  background-color: #d8e6f3;
  padding: 32px 0;
  position: relative;
}
.why-wrap-half {
  width: 50%;
  float: left;
  padding: 40px 24px;
}
.why-wrap-center {
  float: none;
  width: 50%;
  margin: 0 auto;
  padding: 40px 24px;
}
.why-table {
  display: table;
  width: 100%;
}
.why-row {
  display: table-row;
}
.why-cell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.why-number {
  font-family: "Old Standard TT";
  font-size: 128px;
  line-height: 1;
  letter-spacing: 6.4px;
  color: #ffffff;
}
.why-cell h2 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #6d5e6a;
  margin: 0;
}
.why-dec-1 {
  position: absolute;
  top: 230px;
  left: 15px;
}
.why-dec-2 {
  position: absolute;
  bottom: 0;
  left: 45%;
}
.why-dec-3 {
  position: absolute;
  right: 0;
  bottom: -100px;
}
.why-dec-4 {
  position: absolute;
  top: 300px;
  right: 130px;
}
.eyelashes-why-dec-1 {
  position: absolute;
  top: 230px;
  left: 15px;
}
.scrin-3 {
  background-position: center;
  background-size: cover;
  padding: 32px 0;
}
.about-table {
  display: table;
  width: 50%;
  position: relative;
}
.about-row {
  display: table-row;
}
.about-cell {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.about-number {
  font-family: "Old Standard TT";
  font-size: 128px;
  line-height: 1;
  letter-spacing: 6.4px;
  color: #6d5e6a;
  padding-top: 20px;
  margin: 0;
}

.about-cell h2 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #6d5e6a;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}
.about-wrap-2 {
  margin-left: 100px;
}
.about-wrap-3 {
  margin-left: 200px;
}
.about-wrap-4 {
  margin-left: 300px;
}
.about-wrap-5 {
  margin-left: 400px;
}
.about-wrap-6 {
  margin-left: 500px;
}
.scrin-3 h2 {
  position: relative;
}
.about-dec-1 {
  position: absolute;
  top: 75px;
  left: -45px;
}
.about-dec-2 {
  position: absolute;
  top: 0;
  right: 200px;
}
.about-dec-3 {
  position: absolute;
  right: -150px;
  top: 0px;
}

.beautician-wrap .about-number {
  padding-top: 0;
}
.beautician-wrap {
  display: table;
  width: 50%;
  position: relative;
  float: left;
  padding: 0 40px;
  margin-left: 0;
  margin-bottom: 40px;
}
.beautician-wrap.about-wrap-2,
.beautician-wrap.about-wrap-4,
.beautician-wrap.about-wrap-6 {
  margin-top: 40px;
}
.beautician-wrap .about-cell {
  display: table-row;
  vertical-align: top;
  text-align: center;
}
.beautician-wrap .about-number {
  text-align: center;
}
.beautician-wrap .about-dec-1 {
  position: absolute;
  top: 200px;
  left: -50px;
}
.beautician-wrap .about-dec-2 {
  position: absolute;
  top: 0;
  right: 100px;
}
.beautician-wrap .about-dec-3 {
  position: absolute;
  right: -150px;
  top: unset;
  bottom: -200px;
}
/*--------------------------------------------------------------
# Dressmaking custom page
--------------------------------------------------------------*/
.dress-main {
  background-position: center;
}
.dressmaking-dec-1 {
  position: absolute;
  right: 110px;
  bottom: 0;
}
.dressmaking-dec-2 {
  position: absolute;
  bottom: 160px;
  left: 190px;
}
.dressmaking-dec-3 {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.dressmaking-dec-4 {
  position: absolute;
  bottom: 200px;
  left: 400px;
}
.dressmaking-dec-5 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.dressmaking-dec-6 {
  position: absolute;
  top: 50px;
  right: -30px;
}
.dressmaking-dec-7 {
  position: absolute;
  right: 300px;
  bottom: -20px;
}
.dressmaking-dec-8 {
  position: absolute;
  right: 180px;
  bottom: 70px;
}
.dressmaking-dec-9 {
  position: absolute;
  bottom: 220px;
  left: 160px;
}
.dressmaking-dec-10 {
  position: absolute;
  bottom: 50px;
  left: 70px;
}
.dressmaking-dec-11 {
  position: absolute;
  top: 300px;
  right: -40px;
}
.dressmaking-dec-12 {
  position: absolute;
  left: 180px;
  bottom: -40px;
}
.dressmaking-dec-13 {
  position: absolute;
  top: -40px;
  left: 120px;
}
.dressmaking-dec-14 {
  position: absolute;
  top: 200px;
  right: 70px;
}

/*--------------------------------------------------------------
# Instructors slide
--------------------------------------------------------------*/
.instructors-container {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    rgba(216, 230, 243, 1) 80%,
    rgba(216, 230, 243, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(80%, rgba(255, 255, 255, 0)),
    color-stop(80%, rgba(216, 230, 243, 1)),
    color-stop(100%, rgba(216, 230, 243, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    rgba(216, 230, 243, 1) 80%,
    rgba(216, 230, 243, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    rgba(216, 230, 243, 1) 80%,
    rgba(216, 230, 243, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    rgba(216, 230, 243, 1) 80%,
    rgba(216, 230, 243, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    rgba(216, 230, 243, 1) 80%,
    rgba(216, 230, 243, 1) 100%
  );
  overflow: visible !important;
  box-shadow: 1px 12px 11px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.instructors-slide {
  padding: 8px;
  border: solid 3px #6d5e6a;
}
.instructors-slide .slick-dots {
  position: absolute;
  bottom: 8px;
}
.instructors-slide .slick-dots li button:before {
  font-size: 20px;
  color: #766a76;
}
.instructors-slide h2 {
  text-align: left;
  margin-bottom: 16px;
}
.instructors-img {
  position: absolute;
  bottom: 20%;
}
.instructors-img img {
  display: block;
}
.instructors-dec-01 {
  position: absolute;
  top: -150px;
}
.instructors-dec-02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*.shadow-line{
	width: 100%;
    height: 2px;
    box-shadow: 4px 7px 13px 0 rgba(0, 0, 0, 0.35);
    z-index: 1;

}*/
/*--------------------------------------------------------------
# All teachers slide
--------------------------------------------------------------*/
.allteachers-item {
  display: block !important;
  text-align: center;
  margin-bottom: 32px;
}
.allteachers-image img {
  max-height: 350px;
  margin: 0 auto;
}
.allteachers-name {
  padding: 8px 0;
}
.allteachers-description {
  padding-bottom: 12px;
}
.allteachers-link a {
  font-weight: 700;
}

.category-diet {
  background-position: center;
}
.category-diet .category-slogan img {
  vertical-align: top;
}
.diet-container .features-wrap {
  padding-bottom: 80px;
}
.diet-dec-01 {
  position: absolute;
  bottom: -50px;
  z-index: 10;
  left: -100px;
}
.diet-dec-01 img {
  width: 200px;
}
.diet-dec-02 {
  position: absolute;
  top: -100px;
  z-index: 10;
  right: -50px;
}
.diet-dec-02 img {
  width: 80px;
}
.diet-dec-03 {
  position: absolute;
  bottom: -40px;
  z-index: 10;
  right: -60px;
}
.diet-dec-03 img {
  width: 300px;
}
/*
#arve .arve-wrapper {
    max-width: 1150px !important;
}*/
.mobile-section {
  display: none;
  position: relative;
}
.mobile-section-2 {
  /*display: none;*/
  padding: 32px 64px;
  background: #f6d7d0;
}
.mobile-section-2 .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ms-text-2 h2 {
  text-transform: unset;
}
.rwd-media .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}
.rwd-media iframe,
.rwd-media video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rwd-media h2,
.rwd-media [itemprop="description"] {
  font-size: 0;
}

.ms-text-1 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.hero__before-title {
  font-size: 2.08955vw;
  letter-spacing: 0.29851vw;
  padding-left: 0.74627vw;
}
.hero__title {
  width: auto;
  margin-top: 1.19403vw;
  letter-spacing: -0.44776vw;
  font-size: 8.95522vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.hero__sup {
  background: #f6d7d0;
  color: #fff;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -8.20896vw;
  top: -0.74627vw;
  font-size: 2.98507vw;
  padding: 1.19403vw 1.9403vw 0.89552vw;
  z-index: -1;
}
/***************************************/
.teachers-wrap2 {
  padding: 0 0 30px 0;
  margin-bottom: 60px !important;
}
.teachers-wrap2 .slick-initialized .slick-slide {
  display: block;
}
.teachers-slide-inner2 {
  width: 100%;
}
.teachers-left-item2 {
  /*float: left;*/
  width: 50%;
  padding: 0 24px;
}
.teachers-right-item2 {
  /*float: right;*/
  width: 50%;
  padding: 0 24px;
}
.teachers-left-item-inner2 {
  background: rgba(255, 255, 255, 0.5);
  padding: 24px;
  width: 100%;
}
.teachers-right-item-inner2 {
  width: 100%;
}
.teachers-left-item-inner2 .teachers-text,
.teachers-left-item-inner2 .teachers-url a {
  color: #6d5e6a;
}
.teachers-right-item2 img {
  height: auto;
  max-width: 100%;
  padding: 11px;
  background-image: linear-gradient(#6d5e6a, #6d5e6a),
    linear-gradient(#6d5e6a, #6d5e6a), linear-gradient(#6d5e6a, #6d5e6a),
    linear-gradient(#6d5e6a, #6d5e6a), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 2px 40%, 50% 2px, 2px 40%, 50% 2px,
    calc(100% - 4px) calc(100% - 4px);
  background-position: left top, right bottom, right bottom, left top, 2px 2px;
  margin-bottom: 40px;
  width: 80%;
}
.teachers-right-item2 .teachers-name,
.teachers-right-item2 .teachers-specialty {
  color: #6d5e6a;
  text-align: left;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #teachers-slick-prev,
  #teachers-slick-next {
    width: 12px !important;
  }
  .teachers-left-item2 {
    float: left;
    width: 50%;
    display: block;
    padding: 0 5px;
  }
  .teachers-right-item2 {
    float: left;
    width: 50%;
    display: block;
    padding: 0 5px;
  }
  .teachers-right-item2 img {
    width: 100%;
    padding: 5px;
    margin-bottom: 24px;
  }
  .teachers-left-item-inner2 {
    padding: 12px 8px;
  }
  .teachers-right-item2 .teachers-name,
  .teachers-right-item2 .teachers-specialty {
    font-size: 14px;
  }
  .teachers-left-item-inner2 .teachers-text,
  .teachers-left-item-inner2 .teachers-url a {
    font-size: 12px;
    line-height: 16px;
  }
}
.single-course__slider-wrap {
  position: relative;
  margin-bottom: 80px;
}
.single-course__slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-slide:focus {
  outline: none;
}
.single-course__slider .slick-dots li button:before,
.teachers-wrap2 .slick-dots li button:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #6d5e6a;
  border-radius: 50%;
}
.grecaptcha-badge {
  right: -2000px !important;
}
/*--------------------------------------------------------------
## Box Preference
--------------------------------------------------------------*/
.box-preference {
  background: #fdf3f1;
  padding: 80px 0;
  overflow: hidden;
}
.box-preference .container {
  position: relative;
}
.box-preference__decor1 {
  width: 324px;
  height: 324px;
  border-radius: 50%;
  position: absolute;
  left: -160px;
  bottom: -160px;
  background: #e8f2fc;
}
.box-preference__decor2 {
  width: 324px;
  height: 324px;
  border-radius: 50%;
  position: absolute;
  right: -160px;
  top: -160px;
  background: #e8f2fc;
}
.box-preference__decor2:before {
  content: "";
  position: absolute;
  right: 141px;
  bottom: 32px;
  width: 264px;
  height: 264px;
  border: 1px dashed #6d5e6a;
  border-radius: 50%;
}
.box-preference__title {
  display: inline-block;
  position: relative;
  margin-bottom: 64px;
}
.box-preference__title h2 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #6d5e6a;
  text-align: left;
  margin: 0;
  position: relative;
  text-transform: none;
}
.box-preference__title:before {
  content: "";
  width: 600px;
  height: 64px;
  background: #e8f2fc;
  position: absolute;
  top: -8px;
  right: -16px;
}
.box-preference__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}
.box-preference__item {
  width: 16.6%;
  padding: 0 10px 32px 10px;
}
.box-preference__item:nth-child(2n) {
  margin-top: 160px;
}
.box-preference__meta {
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
}
.box-preference__number {
  font-family: "Old Standard TT";
  font-size: 64px;
  line-height: 1;
  color: #6d5e6a;
  position: relative;
}
.box-preference__number span {
  position: relative;
  z-index: 1;
}
.box-preference__number-1::before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 86px;
  height: 86px;
  background: #e8f2fc;
  border-radius: 50%;
}
.box-preference__number-1::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -6px;
  width: 51px;
  height: 51px;
  background: #f9e5f4;
  border-radius: 50%;
}
.box-preference__number-1 span:before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 82px;
  height: 82px;
  border: 1px dashed #6d5e6a;
  border-radius: 50%;
}
.box-preference__number-2::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  background: #e8f2fc;
  border-radius: 50%;
}
.box-preference__number-2::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 81px;
  height: 81px;
  background: #f9e5f4;
  border-radius: 50%;
}
.box-preference__number-2 span:before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -16px;
  width: 75px;
  height: 75px;
  border: 1px dashed #6d5e6a;
  border-radius: 50%;
}
.box-preference__number-3::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 75px;
  height: 75px;
  background: #e8f2fc;
  border-radius: 50%;
}
.box-preference__number-3::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 46px;
  width: 49px;
  height: 49px;
  background: #f9e5f4;
  border-radius: 50%;
}
.box-preference__number-3 span:before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 10px;
  width: 79px;
  height: 79px;
  border: 1px dashed #6d5e6a;
  border-radius: 50%;
}
.box-preference__number-4::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 8px;
  width: 56px;
  height: 56px;
  background: #e8f2fc;
  border-radius: 50%;
}
.box-preference__number-4::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -16px;
  width: 73px;
  height: 73px;
  background: #f9e5f4;
  border-radius: 50%;
}
.box-preference__number-4 span:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -6px;
  width: 92px;
  height: 92px;
  border: 1px dashed #6d5e6a;
  border-radius: 50%;
}
.box-preference__number-5::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  background: #e8f2fc;
  border-radius: 50%;
}
.box-preference__number-5::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 81px;
  height: 81px;
  background: #f9e5f4;
  border-radius: 50%;
}
.box-preference__number-5 span:before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -16px;
  width: 75px;
  height: 75px;
  border: 1px dashed #6d5e6a;
  border-radius: 50%;
}
.box-preference__number-6::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 75px;
  height: 75px;
  background: #e8f2fc;
  border-radius: 50%;
}
.box-preference__number-6::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 46px;
  width: 49px;
  height: 49px;
  background: #f9e5f4;
  border-radius: 50%;
}
.box-preference__number-6 span:before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 10px;
  width: 79px;
  height: 79px;
  border: 1px dashed #6d5e6a;
  border-radius: 50%;
}
.box-preference__img {
  height: auto;
  margin-left: 16px;
  margin-bottom: -10px;
  position: relative;
}
.box-preference__img-1 {
  max-width: 120px;
}
.box-preference__img-2 {
  max-width: 148px;
  margin-left: 0;
}
.box-preference__img-3 {
  max-width: 148px;
}
.box-preference__img-4 {
  max-width: 104px;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media only screen and (max-width: 1160px) {
  .site-content {
    padding-top: 90px;
  }
  .menu li a {
    font-size: 14px;
    line-height: 14px;
  }
  .language-chooser li a {
    font-size: 14px;
    line-height: 14px;
  }
  #menu-left li {
    margin-right: 8px;
  }
  #menu-right li {
    margin-left: 8px;
  }
  .language-chooser {
    margin-left: 12px;
  }
  .header-phone {
    font-size: 12px;
    line-height: 12px;
  }
  .fotm-dec {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  table {
    width: 100%;
    font-size: 12px;
  }
  .desctop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .top-content {
    height: 400px;
  }
  .top-slogan {
    width: 400px;
    top: 50px;
  }
  .top-banner {
    height: 400px;
  }
  .displace-bg img {
    height: 530px;
  }
  .benefit {
    width: 50%;
  }
  .four-col {
    display: none;
  }
  .two-col {
    display: block;
  }
  .footer-contacts {
    width: 50%;
  }
  .footer-img1,
  .footer-img2 {
    display: none;
  }
  .article-thumb,
  .article-fields {
    padding: 0 55px;
  }
  .contacts-left {
    width: 40%;
  }
  .contacts-right {
    width: 60%;
  }
  .map-button {
    background-color: #6e5e69;
    padding: 8px 40px 8px 40px;
    margin: 0 8px;
  }
  .map-button a {
    background-color: transparent;
    padding: 0;
  }
  .small-text {
    font-size: 17px;
  }
  .small-text span {
    font-size: 22px;
  }
  .big-text {
    font-size: 60px;
  }

  .testimonials-item_inner {
    padding-top: 16px;
  }
  .testimonials-img {
    float: none;
    width: 120px;
    height: 180px;
    padding: 0;
    margin: 0 auto;
  }
  .testimonials-item-style2 .testimonials-img {
    float: none;
    max-width: 100%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 0;
    background-size: cover;
    background-position: center;
    margin: 0 auto 24px auto;
  }
  .testimonials-cover {
    float: none;
    width: 100%;
    padding: 16px;
  }
  .testimonials-buttons {
    display: block;
  }
  .testimonials-buttons .slick-prev {
    left: 0px;
  }
  .testimonials-buttons .slick-next {
    right: 0px;
  }
  .testimonials-buttons .slick-prev,
  .slick-next {
    width: 24px !important;
  }
  .scrin-1 {
    height: 500px;
    padding: 0;
  }
  .slogan-1 {
    text-align: center;
    padding: 60px 0 8px 0;
  }
  .slogan-1 img {
    width: 390px;
  }
  .subtitle-1 h2 {
    font-size: 24px;
  }
  .manic-dec-1 {
    position: absolute;
    top: 60px;
    left: 60px;
  }
  .manic-dec-2 {
    position: absolute;
    bottom: 100px;
    left: -50px;
  }
  .manic-dec-2 img {
    width: 185px;
    height: auto;
  }
  .manic-dec-3 {
    position: absolute;
    bottom: 10px;
    left: 30%;
  }
  .manic-dec-4 img {
    width: 350px;
  }
  .manic-dec-5 {
    position: absolute;
    top: 50px;
    right: 40px;
  }
  .manic-dec-6 {
    position: absolute;
    top: -80px;
    right: 100px;
  }
  .manic-dec-6 img {
    width: 125px;
    height: auto;
  }
  .why-number {
    margin-right: -120px;
  }
  .why-dec-1 {
    position: absolute;
    top: 0;
    left: -70px;
  }
  .why-dec-1 img {
    width: 200px;
    height: auto;
  }
  .why-dec-2 {
    position: absolute;
    top: 300px;
    right: 60px;
    left: unset;
  }
  .why-dec-4 {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .why-dec-4 img {
    width: 115px;
    height: auto;
  }
  .scrin-3 {
    background-image: none !important;
    background-color: #fff3f1;
  }
  .scrin-3 .container:after {
    content: "";
    clear: both;
    display: table;
  }
  .about-table {
    display: table;
    width: 50%;
    position: relative;
    float: left;
    padding: 0 40px;
  }
  .about-wrap-2,
  .about-wrap-3,
  .about-wrap-4 {
    margin-left: 0;
  }
  .about-cell {
    display: table-row;
    vertical-align: top;
    text-align: left;
  }
  .about-dec-1 {
    position: absolute;
    top: 0;
    left: 120px;
  }
  .about-dec-2 {
    position: absolute;
    top: 0;
    right: 100px;
  }
  .about-dec-3 {
    position: absolute;
    right: unset;
    top: 0px;
    left: 120px;
  }
  .instructors-img {
    position: relative;
    bottom: unset;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .course-dec-01 {
    display: none;
  }
  .box-preference__item {
    width: 50%;
  }
  .box-preference__item:nth-child(2n) {
    margin-top: 0;
  }
  .courses-list ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-width: 768px) {
  .top-content {
    height: 350px;
  }
  .top-slogan {
    width: 350px;
    top: 50px;
    left: 50px;
  }
  .top-banner {
    height: 350px;
  }
  .displace-bg {
    display: none;
  }
  .special-content {
    padding: 32px 8px 64px 8px;
    display: none; /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
  }
  .special-offer {
    float: none;
    margin: 0 auto;
  }
  .category-content {
    padding: 32px 0 0;
    display: none;
  }
  .category-content-mobile {
    display: block;
  }
  .parallax-container .sorts-title-row {
    width: 50%;
    padding: 0 15px 120px 15px;
  }
  .parallax-window {
    height: 300px;
  }
  .container {
    padding: 0 8px;
  }
  .category-slogan,
  .category-btn {
    display: none;
  }
  .category-row-left,
  .category-row-right {
    float: none;
    width: 100%;
  }
  .top-category {
    background: none !important;
    height: 282px;
    padding: 12px 0;
    display: none;
  }
  .category-card {
    height: 426px;
    position: relative;
  }
  .category-card .card-wrap {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  .gradient-bg {
    background: #6d5e6a;
  }

  .teachers-slide-inner {
    /*display: block;*/
    height: auto;
  }
  .teachers-left-item,
  .teachers-right-item {
    float: none;
    width: 100%;
    /*display: block;*/
    padding: 32px 8px;
  }
  .teachers-right-item {
    margin: 32px auto 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    order: 1;
  }
  .teachers-left-item {
    order: 2;
  }
  .page-template-page-category-diet .teachers-slide {
    padding: 0 !important;
  }
  .slick-next {
    right: 0px;
  }
  .slick-prev {
    left: 0px;
  }
  .article-thumb,
  .article-fields {
    padding: 0 20px;
  }
  .sale-banner li {
    display: block;
  }
  .small-text {
    text-align: center;
  }
  .courses-wrap .vc_col-xs-12 {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .container-online .courses-wrap .vc_col-xs-12 {
    width: 33.3%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .courses-date {
    font-size: 10px;
    line-height: 1.2;
  }
  .courses-name h2 {
    font-size: 10px;
    line-height: 1.2;
    padding: 0 4px 8px 4px;
  }
  .courses-forms,
  .courses-level,
  .courses-duration,
  .courses-price,
  .courses-teacher {
    font-size: 12px;
    line-height: 1.2;
    padding: 0 4px 8px 4px;
  }
  .courses-price span {
    font-size: 12px !important;
  }
  .courses-item {
    padding-bottom: 75px;
    position: relative;
  }
  .courses-more {
    padding: 8px 4px;
    position: absolute;
    bottom: 40px;
  }
  .courses-more a p {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1;
    padding: 4px;
  }
  .courses-singup {
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .courses-singup a {
    font-size: 10px;
  }
  .post-col {
    width: 50%;
    float: left;
  }
  .scrin-1 {
    height: 400px;
    padding: 0;
  }
  .slogan-1 {
    text-align: center;
    padding: 72px 0 16px 0;
  }
  .slogan-1 img {
    width: 250px;
  }
  .subtitle-1 {
    width: 70%;
    margin: 0 auto;
  }
  .page-template-page-category-eyelashes .subtitle-1 {
    width: 80%;
    margin: 0 auto;
  }
  .subtitle-1 h2 {
    font-size: 14px;
  }
  .manic-dec-1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .manic-dec-1 img {
    width: 70px;
  }
  .manic-dec-2 {
    position: absolute;
    bottom: 120px;
    left: -50px;
  }
  .manic-dec-2 img {
    width: 115px;
    height: auto;
  }
  .manic-dec-3 {
    position: absolute;
    bottom: 10px;
    left: 30px;
  }
  .manic-dec-3 img {
    width: 74px;
  }
  .manic-dec-4 img {
    width: 220px;
  }
  .manic-dec-5 {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .manic-dec-5 img {
    width: 54px;
  }
  .manic-dec-6 {
    position: absolute;
    top: -30px;
    right: 100px;
  }
  .manic-dec-6 img {
    width: 59px;
    height: auto;
  }
  .eyelashes-dec-2 {
    display: none;
  }
  .eyelashes-dec-3 {
    display: none;
  }

  .eyelashes-dec-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }
  .eyelashes-dec-4 img {
    width: 260px;
    height: auto;
  }

  .why-wrap-half {
    width: 100% !important;
    float: none !important;
    padding: 20px 24px !important;
  }
  .why-wrap-center {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px 24px;
  }
  .why-table {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .why-cell h2 {
    font-size: 16px;
  }
  .switch-order .why-number {
    margin-right: -420px;
  }
  .why-dec-1 {
    position: absolute;
    top: 430px;
    left: -30px;
  }
  .why-dec-1 img {
    width: 125px;
    height: auto;
  }
  .why-dec-2 img {
    width: 95px;
    height: auto;
  }
  .why-dec-2 {
    display: none;
    /*position: absolute;
	    top: 700px;
	    right: 0;
	    left: unset;*/
  }
  .why-dec-3 img {
    width: 110px;
    height: auto;
  }
  .why-dec-3 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .why-dec-4 {
    position: absolute;
    top: 50px;
    right: 0;
  }
  .why-dec-4 img {
    width: 70px;
    height: auto;
  }

  .eyelashes-why-dec-1 {
    position: absolute;
    top: 450px;
    left: -30px;
  }
  .eyelashes-why-dec-1 img {
    width: 125px;
    height: auto;
  }

  .about-table {
    display: block;
    width: 50%;
    /*max-width: 300px;*/
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    float: left;
    margin-bottom: 40px;
  }
  .about-wrap-2 {
    padding-top: 50px;
  }
  .about-wrap-3 {
    margin-top: -50px;
  }
  .about-wrap-6 {
    padding-top: 50px;
  }
  .about-cell h2 {
    font-size: 11px;
    text-align: center;
  }
  .about-cell p {
    font-size: 11px;
    text-align: center;
  }
  .about-number {
    font-size: 110px !important;
    line-height: 1;
  }
  .about-dec-1 {
    position: absolute;
    top: 280px;
    left: unset;
    right: -60px;
  }
  .about-dec-2 {
    position: absolute;
    top: 60px;
    right: 30%;
  }
  .about-dec-3 {
    position: absolute;
    bottom: -185px;
    top: unset;
    right: -160px;
  }
  .beautician-wrap .about-dec-1 {
    position: absolute;
    top: 280px;
    left: unset;
    right: -60px;
  }
  .beautician-wrap .about-dec-2 {
    position: absolute;
    top: 60px;
    right: 30%;
  }
  .beautician-wrap .about-dec-3 {
    position: absolute;
    bottom: -230px;
    top: unset;
    right: -160px;
  }
  .instructors-dec-01 img {
    width: 80px;
  }
  .scrin-3 {
    padding-bottom: 60px;
  }
  .vc_column_container > .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .vc_row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .testimonials-item {
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer-contacts {
    text-align: center;
  }
  /*.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
	    display: inline-block;
	    width: 33.3%;
	    float: left;
	}*/
  #insta-gallery .vc_grid.vc_row .vc_grid-item,
  #media-gallery .vc_grid.vc_row .vc_grid-item,
  .insta-gallery .vc_grid.vc_row .vc_grid-item {
    width: 33.3% !important;
    float: left !important;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-columns .vc_col-sm-4 {
    width: 33.3% !important;
    float: left !important;
  }
  .reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
  .reverse-columns .some_text_for_courses {
    /*margin-top: -40px;*/
  }

  .dressmaking-dec-1 {
    position: absolute;
    right: 110px;
    bottom: 0;
  }
  .dressmaking-dec-1 img {
  }
  .dressmaking-dec-2 {
    position: absolute;
    bottom: 180px;
    left: 40px;
  }
  .dressmaking-dec-2 img {
    width: 30px;
  }
  .dressmaking-dec-3 {
    position: absolute;
    right: -20px;
    bottom: -20px;
  }
  .dressmaking-dec-3 img {
    width: 80px;
  }
  .dressmaking-dec-4 {
    position: absolute;
    bottom: 130px;
    left: 170px;
  }
  .dressmaking-dec-4 img {
    width: 28px;
  }
  .dressmaking-dec-5 {
    position: absolute;
    left: -15px;
    bottom: 110px;
  }
  .dressmaking-dec-5 img {
    width: 40px;
  }
  .dressmaking-dec-6 {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .dressmaking-dec-6 img {
    width: 38px;
  }
  .dressmaking-dec-7 {
    position: absolute;
    right: 70px;
    bottom: 4px;
  }
  .dressmaking-dec-7 img {
    width: 46px;
  }
  .dressmaking-dec-8 {
    position: absolute;
    left: unset;
    right: 40px;
    bottom: 130px;
  }
  .dressmaking-dec-8 img {
    width: 43px;
  }
  .dressmaking-dec-9 {
    position: absolute;
    top: 110px;
    left: 4px;
  }
  .dressmaking-dec-9 img {
    width: 30px;
  }
  .dressmaking-dec-10 {
    position: absolute;
    top: 200px;
    left: -10px;
  }
  .dressmaking-dec-10 img {
    width: 66px;
  }
  .dressmaking-dec-11 {
    position: absolute;
    top: 183px;
    right: -15px;
  }
  .dressmaking-dec-11 img {
    width: 46px;
  }
  .dressmaking-dec-12 {
    position: absolute;
    left: 4px;
    bottom: -20px;
  }
  .dressmaking-dec-12 img {
    width: 45px;
  }
  .dressmaking-dec-13 {
    position: absolute;
    top: 4px;
    left: 4px;
  }
  .dressmaking-dec-13 img {
    width: 46px;
  }
  .dressmaking-dec-14 {
    position: absolute;
    top: 117px;
    right: 0;
  }
  .dressmaking-dec-14 img {
    width: 65px;
  }

  .mobile-section {
    display: block;
    height: 282px;
    padding: 12px 0;
    background-position: left;
    background-size: cover;
  }
  .ms-text-1 h3 {
    width: 50%;
    color: #6d5e6a;
    font-family: "Old Standard TT";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 32px;
    text-transform: unset;
  }
  .mobile-section-2 {
    display: block;
    height: auto;
    padding: 0 0 64px 0;
    background: #f6d7d0;
  }
  .ms-text-2 h2 {
    color: #6d5e6a;
    font-family: "Old Standard TT";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
    text-transform: unset;
  }
  .box-preference {
    padding: 32px 0;
  }
  .box-preference__decor1,
  .box-preference__decor2 {
    display: none;
  }
  .box-preference__title {
    margin-bottom: 48px;
  }
  .box-preference__title h2 {
    font-size: 32px;
  }
  .box-preference__row {
    margin: 0;
  }
  .box-preference__item {
    width: 100%;
    padding: 0 60px 32px;
  }
  /*******************/
}

@media only screen and (max-width: 700px) {
  .contacts-left {
    float: none;
    width: 100%;
    padding: 0 0 32px 0;
  }
  .contacts-right {
    float: none;
    width: 100%;
  }
  .advantages-item {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .advantages-description {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .new-course {
    padding: 0;
  }
}

@media only screen and (max-width: 550px) {
  .top-content {
    height: 185px;
  }
  .top-slogan {
    width: 150px;
    top: 50px;
    left: 40px;
  }
  .top-banner {
    height: 185px;
  }
  .down-btn {
    display: none;
  }
  .special-content .container {
    padding: 0;
  }
  .special-offer {
    padding: 30px 12px;
  }
  .two-col {
    display: none;
  }
  .one-col {
    display: block;
  }
  .benefit {
    width: 100%;
  }
  .parallax-container .sorts-title-row {
    width: 100%;
  }
  .subscribe-form {
    padding: 64px 0 40px 0;
  }
  .form-header {
    padding: 0 8px;
    margin-bottom: 32px;
  }
  .form-left,
  .form-right,
  .form-full {
    float: none;
    width: 100%;
    padding: 0 8px;
  }
  .full-height textarea {
    height: 100px;
  }
  .footer-contacts {
    width: 100%;
  }
  .footer-list {
    margin-bottom: 32px;
  }
  /*.testimonials-item{
		margin-left: -20px;
		margin-right: -20px;
	}*/
  .article-thumb,
  .article-fields {
    float: none;
    width: 100%;
  }
  .article-thumb {
    padding: 0 0 16px 0;
  }
  .article-fields {
    padding: 0;
  }
  .advantages-description {
    font-size: 16px;
    line-height: 20px;
  }
  .post-meta {
    padding: 16px 8px 8px 8px;
  }
  .post-title {
    font-size: 16px;
    margin: 0 0 16px 0 !important;
  }
  .post-col {
    width: 100%;
    float: left;
  }
}
.wpb_video_wrapper {
  padding-top: 0 !important;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.page-404-title {
  padding-top: 30px;
}
h1.page-404-title {
  margin-bottom: 0 !important;
}

.page-404-number {
  text-align: center;
  font-size: 130px;
  font-weight: 700;
  color: #f5d7cf;
}
.page-404-content {
  text-align: center;
  font-size: 30px;
}
.go-to-main-page {
  padding: 10px 30px;
  margin-bottom: 30px;
  background: #f5d7cf;
  border-color: transparent;
  border-radius: 5px;
  border: none;
  text-decoration: none;
}
.go-to-main-page:hover {
  text-decoration: none;
}
.wrapper-go-main-page {
  padding-bottom: 120px;
}
.vc_btn3.vc_btn3-style-custom {
  background-image: none !important;
}
.sert-btn button,
.sert-btn a {
  border: 2px solid #6d5e6a !important;
  font-family: "Old Standard TT";
  text-transform: uppercase;
}
.sert-btn button:hover,
.sert-btn a:hover {
  background: transparent !important;
}
.wpb_single_image img {
  width: 100%;
}
.bf-video {
  margin: 0 auto;
  text-align: center;
}
.bf-video:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(#fa4a85, #000 70%);
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-100%, -50%);
}
.page-template-page-sale {
  background-color: #000;
  background-image: url(icons/sale-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-sale {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 100px;
}
.form-sale .form-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.form-item {
  padding: 12px;
  width: 33%;
}
.form-sale .form-container p {
  margin-bottom: 0;
}
.form-sale .form-container .wpcf7-spinner {
  display: none;
}
.form-sale input[type="text"],
.form-sale input[type="email"],
.form-sale input[type="tel"] {
  color: #6d5e6a;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  background-color: #fff;
  border: 1px solid #6d5e6a;
  border-radius: 4px;
  padding: 8px 8px 11px 8px;
  width: 100%;
  height: 38px;
}
.form-sale .form-send {
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .form-sale .form-container {
    margin-left: 0;
    margin-right: 0;
  }
  .form-item {
    width: 100%;
    padding: 12px 0;
  }
}
.top-online img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.cald-list {
  padding: 0;
  margin: 32px 0 0 0;
  list-style: none;
}
.cald-list li {
  display: inline-block;
}
.cald-list li img {
  width: 60px;
  height: auto;
}


