@charset "UTF-8";

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

@font-face {
  font-family: "Noah-Medium";
  src: url("../fonts/Noah/Noah-Medium.eot");
  src: local("Noah Medium"), local("Noah-Medium"), url("../fonts/Noah/Noah-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Noah/Noah-Medium.woff2") format("woff2"), url("../fonts/Noah/Noah-Medium.woff") format("woff"), url("../fonts/Noah/Noah-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Noah-Black";
  src: url("../fonts/Noah/Noah-Black.eot");
  src: local("Noah Black"), local("Noah-Black"), url("../fonts/Noah/Noah-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Noah/Noah-Black.woff2") format("woff2"), url("../fonts/Noah/Noah-Black.woff") format("woff"), url("../fonts/Noah/Noah-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
  color: #232323;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noah", sans-serif;
  font-weight: 500;
}

h4 {
  color: #232323;
  font-family: "Noah", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #ebb40e;
}

blockquote {
  padding: 10px 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

iframe,
video,
.wp-caption,
.max-width {
  max-width: 100%;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

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

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

.mr-n6 {
  margin-right: -3.5rem !important;
}

.text-bright {
  color: #ebb40e;
}

.text-blue {
  color: #3c3d6d;
}

.text-lightblue {
  color: #337ab7;
}

.yellow {
  background-color: #ebb40e;
}

.blue {
  background: #3c3d6d;
}

.purple {
  background-color: #3c3d6d;
}

.bg-blue {
  background-color: #3c3d6d;
}

.bg-bright {
  background-color: #ebb40e;
}

.btn {
  min-height: 40px;
  border-radius: 0;
  font-family: 'Noah-Bold', sans-serif;
  padding: 8px 20px;
  line-height: 22px;
  letter-spacing: 1px;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #ffffff;
  border-color: transparent;
}

.dropdown-menu {
  border-radius: 0;
  background-clip: inherit;
  border: 1px solid white;
}

.dropdown-item {
  padding: 5px 20px;
  color: #cfcfcf;
}

.dropdown-item i {
  margin-right: 10px;
  color: #cfcfcf;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f5f5f5;
  color: #393939;
}

.dropdown-item.active i,
.dropdown-item:active i {
  color: #ebb40e;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #393939;
}

.dropdown-item:focus i,
.dropdown-item:hover i {
  color: #ebb40e;
}

.btn:hover {
  background-color: #867dc3;
}

.btn-yellow {
  background-color: #ebb40e;
  padding: 8px 20px;
  transition: all 0.3s ease-out;
  font-size: 16px;
  line-height: 22px;
}

.btn-yellow:hover {
  background-color: #867dc3;
  transition: all 0.3s ease-out;
}

.btn-transparent {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 0 45px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.btn-transparent:hover {
  background: #867dc3;
}

.btn-transparent__yellow {
  background: transparent;
  border: 1px solid #ebb40e;
  color: #ebb40e;
  padding: 8px 24px 10px;
  font-weight: 500;
  line-height: 19px;
}

.btn-transparent__yellow a {
  color: #ebb40e;
}

.btn-transparent__yellow:hover,
.btn-transparent__yellow:active,
.btn-transparent__yellow:focus {
  background: #ebb40e;
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.title {
  font-family: "Noah-Medium", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 65px;
  padding-left: 0px;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.single-news .title {
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.title:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -80px;
  top: -38px;
  width: 152px;
  height: 152px;
  border-radius: 0 190px 0 0;
  opacity: 1;
  background: url(../img/title-bg2.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.content {
  padding-bottom: 100px;
}

.title-block .date {
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.filter-dark {
  position: relative;
}

.filter-dark * {
  z-index: 25;
}

.filter-dark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: #000;
  opacity: 0.3;
  z-index: 5;
}

.hot-sec {
  padding: 120px 0px 90px;
}

.hot-sec .title {
  max-width: 300px;
  line-height: 38px;
}

.page-breadcrumbs {
  font-size: 14px;
}

/*Базовый шаблон*/

.page-template-default,
.post-template-default {
  font-size: 16px;
}

.page-template-default p,
.post-template-default p {
  margin-bottom: 20px;
}

.page-template-default ul,
.page-template-default ol,
.post-template-default ul,
.post-template-default ol {
  margin-bottom: 20px;
}

.page-template-default li,
.post-template-default li {
  margin-bottom: 10px;
}

.page-template-default h2,
.post-template-default h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 30px;
}

.icon-money {
  margin-top: 0;
  width: 17px;
  height: 17px;
  background: url(../img/icons/money-icon.svg) 0 0 no-repeat;
  background-size: cover;
}

.filter-item-toggle .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  color: #e5e5e5;
  font-size: 24px;
}

/*Базовый сайдбар*/

.help-text {
  font-size: 22px;
  line-height: 20px;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal;
}

.help-spec {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.aside .banner {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.aside .banner .btn {
  margin-bottom: 20px;
  width: 100%;
  height: 36px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0;
  line-height: 36px;
}

.aside .banner .banner-phone {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal;
}

.aside .banner .banner-skype {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal;
}

.button-mk-registration {
  background-color: #009029;
  display: block;
  text-align: center;
  max-width: 250px;
  margin: auto;
}

.button-mk-registration:hover {
  background-color: #007622;
}

/*сайдбар страницы поиска с виджетами*/

.widget-title {
  color: #cfcfcf;
  font-family: "Noah-Medium", sans-serif;
  font-size: 32px;
  line-height: 28px;
  margin-bottom: 30px;
}

#sidebar .pl-lg-4 span:hover {
  color: #ebb40e;
  cursor: pointer;
}

.widget-link {
  display: inline-block;
  max-width: 190px;
  color: #393939;
  font-size: 18px;
  line-height: 22px;
  font-family: "Noah", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  text-decoration: none;
}

/*header*/

header {
  position: relative;
  background: #141550;
}

header .transparent-nav {
  position: relative;
  padding-bottom: 15px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .htop {
  text-align: right;
  padding-right: 22px;
  padding-top: 20px;
}

.category .transparent-nav,
.home .transparent-nav {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
}

.news-date {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

/*Категория о кипре*/

.category-o-kipre .transparent-nav,
.category-o-stranah .transparent-nav,
.category-about-countries .transparent-nav,
.category-country_spain .transparent-nav,
.category-country_turkey .transparent-nav {
  position: relative;
  background: #141550;
}

.archive-list {
  padding-bottom: 80px;
  padding-top: 80px;
}

.archive-list .archive-image {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-item img {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.seotext {
  padding-bottom: 80px;
  padding-top: 80px;
}

.seotext h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Open Sans";
  font-style: normal;
  line-height: 33px;
  margin-bottom: 15px;
  text-align: left;
}

.seotext h3 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  line-height: 31px;
  margin-bottom: 15px;
  text-align: left;
}

.seotext p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  line-height: 22px;
  text-align: left;
  margin-bottom: 1rem;
}

.seotext li {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 22px;
  margin-bottom: 10px;
}

/* slider with a map*/

.home-slider li {
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slider h1 {
  line-height: 40px;
}

.slider-main .slick-dots {
  bottom: 15px;
}

.slider-main .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 8px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 75px;
  cursor: pointer;
}

.slider-main .slick-dots li::before {
  opacity: 0;
}

.slider-main .slick-dots button {
  display: none;
}

.slider-main .slick-dots .slick-active {
  background-color: #ebb40e;
}

/* slider overlay */

.slider-ovrelay {
  position: absolute;
  top: 0;
  left: 0;
}

.slider-ovrelay .caption-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-ovrelay .caption-wrapper .caption .h2 {
  font-size: 30px;
  /* font-weight: 500; */
  line-height: 40px;
}

/**/

.katalog-widget-section {
  background: #ededed center bottom no-repeat;
  background-size: cover;
  padding: 75px 0px 70px;
  overflow: hidden;
}

.hot-imgs {
  float: right;
  margin-top: -20px;
  width: 100%;
  max-width: 620px;
}

.hot-imgs .hot-block {
  float: right;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.hot-imgs .hot-block img {
  width: 235px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

.hot-imgs .hot-block .inner-block {
  width: 200px;
  min-height: 178px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
  overflow: hidden;
  transition: 0.4s;
}

.hot-imgs .hot-block:hover .inner-block,
.hot-imgs .hot-block:hover img {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.hot-imgs .hot-blue .inner-block {
  background-color: #3c3d6d;
}

.hot-imgs .first {
  float: left;
  padding-top: 199px;
  width: 235px;
}

.hot-imgs .first .inner-block {
  position: absolute;
  top: 57px;
  right: 0px;
}

.hot-imgs .first a {
  height: 100%;
}

.hot-imgs .middle .inner-block {
  position: absolute;
  bottom: 0px;
  left: -130px;
}

.hot-imgs .middle .inner-block .name {
  margin: 0px !important;
}

.hot-imgs .last {
  float: right;
  text-align: right;
  position: relative;
}

.hot-imgs .last .inner-block {
  position: absolute;
  top: 10px;
  left: -130px;
  text-align: left;
}

.hot-imgs .last .inner-block .name {
  margin-bottom: 15px;
}

.hot-imgs .inner-block {
  width: 178px;
  height: 178px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  overflow: hidden;
}

.hot-imgs .inner-block .name {
  color: #ffffff;
  font-family: "Noah-Medium", sans-serif;
}

.hot-imgs .inner-block .text {
  color: #ffffff;
  line-height: 18px;
}

.hot-imgs .inner-block .discount {
  position: absolute;
  color: #3a3d6d;
  bottom: -25px;
  right: -20px;
  font-family: "Noah-Black", sans-serif;
  font-size: 78px;
  line-height: 78px;
}

.hot-desc {
  margin-top: 150px;
  padding-left: 100px;
}

.about-desc {
  margin-top: 136px;
  padding-left: 100px;
  position: relative;
  z-index: 12;
  max-width: 600px;
  width: 100%;
}

.about-desc p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}

/*About*/

.wrap {
  overflow: visible;
  position: relative;
}

.wrap .text {
  font-size: 22px;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal !important;
  letter-spacing: 1px;
  line-height: 24px;
}

.about-img {
  float: right;
  margin-top: -20px;
  position: relative;
  z-index: 11;
  width: 415px;
  height: 462px;
}

.about-img .yellow1 {
  position: absolute;
  top: 0px;
  right: 64px;
}

.about-img .yellow1 .text {
  position: absolute;
  bottom: 15px;
  left: 64px;
}

.about-img .yellow {
  width: 127px;
  height: 127px;
  background-color: #ebb40e;
}

.about-sec {
  background: #ffffff;
  padding: 136px 0px 75px;
}

.about-sec .card-body {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.about-card .card-title {
  font-size: 82px;
  right: -5px;
  top: -6px;
  line-height: 0.6em;
  font-weight: 900;
  font-family: "Noah-Black", sans-serif;
  line-height: 80px;
}

.about-card .card-title--small {
  font-size: 60px;
}

.about-card .card-text {
  left: 0;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 500;
}

.about-card s img {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.right .card-text {
  left: 20px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  width: 150%;
}

/*review*/

.review-sec {
  position: relative;
  background: #ffffff;
  padding: 0 0 150px;
}

.review-sec:before {
  content: "";
  width: 1050px;
  height: 1430px;
  position: absolute;
  right: 0;
  top: -600px;
  background: url(https://hayatestate.com/wp-content/themes/tp_hayat/assets/img/review-bg2.jpg) 0 0 no-repeat;
}

.review-block {
  padding-left: 100px;
}

.review-img {
  margin-right: 50px;
  position: relative;
  z-index: 11;
}

.review-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 125px;
  height: 125px;
}

.review-desc {
  position: relative;
  max-width: 560px;
  width: 100%;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 35px 65px;
  border-radius: 20px;
  z-index: 11;
}

.review-desc .name {
  color: #232323;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}

.review-desc .about {
  color: #989898;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
}

.review-desc .text {
  color: #232323;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 25px;
}

.review-img-arrow::after {
  content: "";
  border: 30px solid transparent;
  border-bottom: 20px solid #ffffff;
  display: block;
  position: absolute;
  bottom: -40px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/*Single*/

.single-post .aside,
.single-locations .aside,
.page-template-page-katalog-php .aside {
  max-width: 230px;
}

.post-slider {
  padding: 0 30px;
}

.post-slider img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-slider .slick-arrow {
  background: transparent;
}

.card-sec .content:before {
  content: "";
  height: 112%;
  position: absolute;
  top: -12%;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 1300px;
  background: linear-gradient(to bottom, white 200px, rgba(255, 255, 255, 0) 500px, rgba(255, 255, 255, 0) calc(100% - 300px), white 100%), url(/wp-content/themes/tp_hayat/assets/img/grey.png) 0 0 repeat;
}

.card-sec h1 {
  color: #393939;
  font-size: 45px;
  font-weight: 500;
  margin: 0 0px 40px;
  line-height: 50px;
}

.card-sec .slider-for img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-sec .slider-nav {
  padding: 0px 30px;
  overflow: hidden;
}

.card-sec .slider-nav img {
  padding: 5px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-sec img {
  -o-object-fit: cover;
  object-fit: cover;
}

.card-sec .slick-prev,
.card-sec .slick-next {
  height: 100%;
}

.card-sec .slick-prev:before {
  left: 0;
}

.card-sec .slick-next:before {
  right: 0;
}

.slider-for .slick-slide a {
  width: 100%;
}

.slider-for .slick-slide a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.slider-nav .slick-arrow:before {
  width: 20px;
  background-size: contain;
  height: 85%;
  opacity: 1;
}

.slider-nav .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 115px;
  width: 100%;
  padding: 5px;
}

/*subscribe*/

.subscribe-sec2 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), #3c3d6d;
}

.subscribe-sec2 .container {
  padding-left: 70px;
}

.subscribe-sec2 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 370px;
}

.wpcf7-form-control {
  border: 0;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
}

.form-title {
  font-weight: 500;
  line-height: 25px;
}

.form-text {
  max-width: 370px;
  line-height: 20px;
}

.form-control {
  padding-left: 15px;
  color: #323232;
  font-size: 16px;
  width: 240px;
  max-width: 100%;
  line-height: 19px;
}

/*modal*/

.modal br {
  display: none;
}

.modal .form-control,
.modal .wpcf7-form-control {
  padding-left: 35px;
  font-size: 14px;
}

.modal .wpcf7-submit {
  padding-left: 20px;
}

.modal .modal-sm {
  width: 100%;
  max-width: 350px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle 800px at 256% 169.29%, #444577 0%, #293164 100%);
}

.modal .modal-content {
  background: transparent;
  padding: 0 32px;
}

.modal .modal-body {
  padding: 0 0px 65px;
}

.modal .modal-body .btn {
  margin-top: 40px;
}

.modal .modal-body .form-group {
  position: relative;
}

.modal .modal-body .form-group i {
  position: absolute;
  top: 13px;
  left: 10px;
  color: #e5e5e5;
  z-index: 5;
}

.modal .modal-body textarea.form-control {
  height: 130px;
  padding-left: 15px;
}

.modal .modal-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 20px;
}

.modal .modal-header {
  border: 0;
  padding: 50px 0px 40px;
}

.modal .form-control {
  width: 100%;
  max-width: 100%;
}

.modal .form-group {
  max-width: 100%;
  width: 100%;
}

.agree {
  display: none;
}

.modal .wpcf7-form-control-wrap.agree {
  display: none;
}

.modal .close {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 26px;
  opacity: 1;
  color: #333868;
}

.modal-header .close {
  padding: 0;
}

#modal-ok .modal-header {
  padding: 0px 0px 50px;
}

#modal-ok .modal-content {
  padding: 0;
}

#modal-ok .modal-body {
  padding: 0;
}

#modal-ok .thank {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
  padding-left: 40px;
}

#modal-ok .text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 40px;
  margin-bottom: 40px;
}

/**/

.news-sec {
  background: #ffffff left -50px no-repeat;
  padding-bottom: 150px;
}

.news-sec .left {
  padding-left: 115px;
}

.news-block {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 1rem 2rem;
  min-height: 175px;
  background-size: cover;
}

.news-block .links-block a {
  margin-right: 20px;
}

.first {
  vertical-align: bottom;
  width: 300px;
}

.second {
  max-width: 260px;
  min-height: 275px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), #3c3d6d;
  vertical-align: bottom;
}

.third {
  width: 300px;
  min-height: 250px;
}

.four {
  max-width: 260px;
}

/**/

.rotator {
  width: 2849px;
  opacity: 0.6;
  -webkit-transform-origin: 300px 200px;
  transform-origin: 300px 200px;
}

.rotator img {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  transition-delay: .2s;
}

.state0 img {
  -webkit-transform: translate(-570px, -590px);
  transform: translate(-570px, -590px);
}

.state1 img {
  -webkit-transform: translate(-1660px, -1010px);
  transform: translate(-1660px, -1010px);
}

.state2 img {
  -webkit-transform: translate(60px, -560px);
  transform: translate(60px, -560px);
}

.state3 img {
  -webkit-transform: translate(-310px, -300px);
  transform: translate(-310px, -300px);
}

.state4 img {
  -webkit-transform: translate(-450px, -450px);
  transform: translate(-450px, -450px);
}

.state0 {
  -webkit-animation: scale_moove_0 1.2s cubic-bezier(0.57, 0, 0.45, 0.99);
  animation: scale_moove_0 1.2s cubic-bezier(0.57, 0, 0.45, 0.99);
}

.state1 {
  -webkit-animation: scale_moove_1 1.2s cubic-bezier(0.57, 0, 0.45, 0.99);
  animation: scale_moove_1 1.2s cubic-bezier(0.57, 0, 0.45, 0.99);
}

.state2 {
  -webkit-animation: scale_moove_2 1.2s cubic-bezier(0.57, 0, 0.45, 0.99);
  animation: scale_moove_2 1.2s cubic-bezier(0.57, 0, 0.45, 0.99);
}

.state3 {
  -webkit-animation: scale_moove_3 1.2s cubic-bezier(0.57, 0, 0.45, 0.99);
  animation: scale_moove_3 1.2s cubic-bezier(0.57, 0, 0.45, 0.99);
}

@-webkit-keyframes scale_moove_0 {
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_moove_0 {
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale_moove_1 {
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_moove_1 {
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale_moove_2 {
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_moove_2 {
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale_moove_3 {
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_moove_3 {
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slider-map__wrapper {
  z-index: -1;
}

.slider_map {
  width: 586px;
  max-width: 100%;
  height: 391px;
  overflow: hidden;
  background: 0 0 no-repeat;
  margin-top: 150px;
}

.slider_map li {
  position: absolute;
  z-index: 6;
  bottom: 25%;
  left: 50px;
  list-style-type: none;
}

.slider_map li div {
  font-size: 42px;
  font-family: "Noah-Medium", sans-serif;
  color: #ffffff;
}

.slider_map li .country_name {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: opacity 1s ease-in, -webkit-transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in, -webkit-transform 1s ease-in;
}

.slider_map li .country_number {
  margin-left: 70px;
  margin-top: 50px;
  color: #ecb50f;
  font-family: "Noah-Black", sans-serif;
  font-size: 66px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: opacity 1s ease-in, -webkit-transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in, -webkit-transform 1s ease-in;
  transition-delay: 0.2s;
}

.slider_map .active .country_name {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slider_map .active .country_number {
  color: #ecb50f;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*Filters*/

.short-filter-section {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), #3c3d6d;
  padding: 65px 0px 45px;
  text-align: center;
}

.short-filter-section .btn-yellow {
  width: 125px;
  margin-top: 0;
}

.short-filter-section .price {
  max-width: 201px;
  width: 100%;
  margin-right: 10px;
}

.short-filter-section .count {
  margin-right: 10px;
  max-width: 62px;
}

.short-filter-section .btn-filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.short-filter-section .btn-filter span {
  display: flex;
  align-items: center;
}

.filter-full {
  position: relative;
  max-width: 690px;
  margin: 40px auto 0px;
}

.filter-middle {
  font-size: 0;
  text-align: center;
}

.filter-middle .filter-item {
  vertical-align: top;
}

.location-filter {
  max-width: 262px;
  margin-right: 10px;
}

.filter-item {
  display: inline-block;
  text-align: center;
  max-width: 32%;
  width: 100%;
  position: relative;
  margin-right: 10px;
}

.filter-middle .price {
  max-width: 201px;
  width: 100%;
  margin-right: 10px;
}

.filter-middle .count {
  margin-right: 10px;
  max-width: 62px;
}

.filter-middle .count {
  max-width: 60px;
  width: 100%;
}

.subscribe-sec .btn-yellow {
  width: 125px;
  margin-top: 0;
}

.filter-item .filter-item-toggle {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  height: 40px;
  margin: 0;
  border-radius: 0px;
  color: #7e7e7e;
  font-size: 16px;
  position: relative;
  text-align: left;
  padding-left: 35px;
  margin-bottom: 2px;
  border-color: transparent;
}

.filter-item .filter-item-toggle i {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e5e5e5;
}

.filter-item-toggle {
  height: 42px;
}

.filter-collapse {
  display: none;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99;
  text-align: left;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #d4d4d4;
}

.filter-collapse.active {
  display: flex !important;
}

.filter-collapse.active ul:first-child {
  border-right: 1px solid #dbdbdb;
}

.filter-collapse.active ul {
  width: 50%;
  padding: 10px 0px;
  text-align: right;
}

.filter-collapse.active li {
  padding: 3px 15px 3px 10px;
}

.filter-collapse.active li.active {
  background-color: #5e618c;
  color: #ffffff;
}

.location-drop {
  max-width: 210px;
  width: 100%;
  position: absolute;
}

.country-list {
  max-height: 300px;
  padding: 0;
  overflow: auto;
}

.filter-collapse ul li {
  color: #7e7e7e;
  font-size: 16px;
}

.choose-country {
  color: #7e7e7e;
  font-size: 16px;
  padding: 3px 35px;
  cursor: pointer;
}

.usd-select {
  max-width: 100%;
}

.usd-select button i {
  color: #ebb40e;
  margin-right: 10px;
}

/*reviews*/

.reviews-block {
  padding: 0px 15px;
  width: 360px;
  /* top: -70px; */
  margin: 0 auto;
  margin-top: 50px;
}

.reviews-block .img-block {
  text-align: center;
  margin: 0 auto 40px auto;
  border-radius: 50%;
  width: 122px;
  height: 122px;
}

.reviews-desc {
  box-shadow: 10px -10px 40px rgba(0, 0, 0, 0.1);
  padding: 50px 40px 50px 40px;
  border-radius: 0px;
  background: #ffffff;
  position: relative;
  height: 500px;
  max-height: 500px;
  overflow-y: auto;
}

.reviews-section {
  padding: 90px 0px 60px;
  background: #ffffff left 120px no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.reviews-section .title {
  z-index: 10 !important;
}

.reviews-section .review-preview {
  padding-left: 47px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.reviews-section .review-preview .review-foto {
  width: 110px;
  height: 110px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.reviews-section .review-preview .review-foto img {
  max-width: 100%;
  height: auto;
}

.reviews-section .review-preview .review-info {
  padding-top: 30px;
}

.reviews-section .review-preview .review-info .review-name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #2f2f2f;
  margin-bottom: 6px;
}

.reviews-section .review-preview .review-info .review-profesion {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #989898;
}

.reviews-section .review-content {
  background: #ffffff;
  box-shadow: 10px -10px 40px rgba(0, 0, 0, 0.1);
  padding: 64px;
  position: relative;
  height: 808px;
  overflow-y: auto;
  overflow-x: hidden;
}

.reviews-section .review-content:before {
  content: "";
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  display: block;
  position: absolute;
  top: -40px;
  left: 85px;
}

.reviews-section .review-content:after {
  content: "";
  display: block;
  position: absolute;
}

.reviews-section .review-content .review-content-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2f2f2f;
}

.reviews-section .review-type1 {
  margin-bottom: 100px;
}

.reviews-section .review-type1 .review-content:after {
  top: -1px;
  right: -1px;
  width: 56px;
  height: 51px;
  background: url(../img/icon-type1.svg) no-repeat center;
}

.reviews-section .review-type2 {
  margin-bottom: 100px;
}

.reviews-section .review-type2 .review-content:after {
  top: -1px;
  right: -2px;
  width: 56px;
  height: 54px;
  background: url(../img/icon-type2.svg) no-repeat center;
}

.reviews-section .review-type2 .video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}

.reviews-section .review-type2 .video_wrapper .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.reviews-section .review-type2 .video_wrapper .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity .8s, height 0s;
  transition-delay: 0s, 0s;
}

.reviews-section .review-type2 .video_wrapper .videoPoster:hover {
  cursor: pointer;
}

.reviews-section .review-type2 .video_wrapper .videoPoster .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background: url(../img/play.svg) no-repeat center;
  transition: 0.3s ease-out 0s;
}

.reviews-section .review-type2 .video_wrapper .videoPoster:hover .play,
.reviews-section .review-type2 .video_wrapper .videoPoster:focus .play {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.3s ease-out 0s;
}

.reviews-section .review-type2 .video_wrapper_full {
  padding-top: 250px;
  margin-top: 40px;
}

.reviews-section .review-type2 .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, .8s;
}

.reviews-section .review-type2 .videoWrapperActive .review-content {
  display: none;
}

.reviews-section .review-type3 {
  margin-bottom: 100px;
}

.reviews-section .review-type3 .review-content {
  background: url(../img/bg-review-type3.jpg) no-repeat center;
  background-size: cover;
}

.reviews-section .review-type3 .review-content:after {
  top: -1px;
  right: -2px;
  width: 56px;
  height: 51px;
  background: url(../img/icon-type3.svg) no-repeat center;
}

.reviews-section .review-type3 .review-content .review-content-makeup {
  width: 314px;
  height: 680px;
  background: #fff;
  padding: 35px 26px;
  border-radius: 20px;
  margin: 0 auto;
  border: 4px solid #aeb4ca;
  overflow: auto;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.reviews-slider .slick-list {
  padding: 0 100px !important;
}

/*slick*/

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 218px;
  z-index: 9;
  font-size: 0;
  opacity: 1;
  border: none;
  background: transparent;
  width: 100px;
  height: 100% !important;
}

.slick-arrow:before {
  content: "";
  display: block;
  width: 18px;
  height: 130px;
}

.slick-prev {
  left: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  height: 350px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-prev:before {
  left: 20px;
  background: url("../img/slider-prev.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-next {
  right: 0;
  height: 350px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-next:before {
  right: 20px;
  background: url("../img/slider-next.svg") no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.slick-prev:hover,
.slick-prev:focus {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.slick-next:hover,
.slick-next:focus {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

/*Форма обратной связи*/

.call-sec {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), #3c3d6d;
  padding: 71px 0px;
}

/*Footer*/

footer br {
  display: none;
}

.footer {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), #141550;
  padding: 67px 0px 10px;
}

.footer-menu {
  position: relative;
}

.footer-logo {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
  margin-bottom: 34px;
}

.footer-list li.big,
.footer-list li.big a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.footer-list li.big .flink {
  margin-bottom: 0;
}

.footer-list li.flink,
.footer-list li.flink a,
.footer-list a.flink {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  margin-bottom: 10px;
}

.adress-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 22px;
}

.adress-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 59px;
  line-height: 19px;
}

.adress-text p {
  color: #ffffff !important;
  text-align: left;
}

.header-social-call img {
  height: 20px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.header-social-call {
  display: flex;
  margin: 0 20px;
}

.header-social-call img {
  margin-right: 1rem;
}

.private {
  margin-top: 60px;
  text-align: center;
  opacity: 0.4;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

.private .link_cop {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 0 0 35px;
}

.open > .dropdown-menu {
  display: block;
}

#dropdownPhonesWrapper {
  color: red;
}

#dropdownPhonesWrapper ul {
  width: 290px;
  margin-top: 15px;
  right: 15px !important;
}

#logo {
  margin: 10px 0px 0px 53px;
  max-width: 120px;
}

footer .soc-icon i {
  font-size: 28px;
}

/*footer*/

.footer .form-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 14px;
}

.form-group {
  max-width: 235px;
  display: inline-block;
}

.screen-reader-text {
  display: none;
}

.form-subscribe {
  width: 190px;
}

#searchsubmit {
  background-color: #ebb40e;
  padding: 5px 20px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  font-size: 16px;
  margin-left: 1rem;
}

.widget_search input {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  height: 100%;
  color: #ffffff;
  text-transform: uppercase;
}

.widget_search div {
  display: flex;
}

input {
  height: 40px !important;
}

/*Странциа контакты*/

.contacts-page .title {
  margin: 39px 0 80px;
  font-size: 46px;
}

.contact-block {
  width: 867px;
  max-width: 100%;
  padding-top: 50px;
  margin-bottom: 130px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contact-img {
  height: 400px;
  margin-top: 63px;
}

.contact1 {
  background-image: url(../img/contact/turkey.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contact2 {
  background-image: url(../img/contact/spain.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contact3 {
  background-image: url(../img/contact/contact-5.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contact4 {
  background-image: url(../img/contact/thai.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.contact5 {
  background-image: url(../img/contacts-5.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contact-name {
  font-family: "Noah-Medium", sans-serif;
  color: #323232;
  font-size: 36px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 20px;
}

.contact-block p {
  color: #393939;
  font-size: 16px;
  margin-bottom: 15px;
}

.contact-block .phone {
  display: inline-block;
  margin-top: 10px;
  color: #393939;
  text-decoration: none;
  font-size: 18px;
}

/*Акции*/

.akcii-section .title {
  margin-bottom: 40px;
  font-size: 46px;
}

.akcii-section .inner-block {
  top: 0;
}

.hot-imgs-big {
  width: 590px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}

.hot-imgs-big .hot-block {
  margin: 0px auto;
  position: relative;
  padding-top: 50px;
}

.hot-imgs-big .hot-block img {
  width: 100%;
  height: 300px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.hot-imgs-big .inner-block {
  position: relative;
  width: 100%;
  height: 300px;
  max-width: 100%;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 0 auto;
  margin-top: 32px;
  margin-right: -32px;
  z-index: 50;
}

.hot-imgs-big .inner-block .name {
  font-family: "Noah-Medium", sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 42px;
}

.hot-imgs-big .inner-block .discount {
  position: absolute;
  color: #3a3d6d;
  bottom: -30px;
  right: -25px;
  font-size: 120px;
  line-height: 120px;
  font-family: "Noah-Black", sans-serif;
}

.hot-imgs-big .blue .discount {
  color: #ebb40e !important;
}

/*Страница записи*/

.article-date {
  font-family: "Open Sans", sans-serif;
}

.soc-btn {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  min-height: 30px;
  line-height: 30px;
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
}

.soc-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.back-top {
  position: absolute;
  top: 0;
  margin-bottom: 20px;
  z-index: 9;
}

.article-wrap {
  font-size: 1rem;
}

.article-wrap h2 {
  font-size: 30px;
  font-weight: 700;
}

.article-wrap h3 {
  font-size: 24px;
}

.article-wrap h4 {
  font-size: 20px;
}

.article-wrap h5 {
  font-size: 14px;
}

.article-wrap h6 {
  font-size: 12px;
}

.aside {
  max-width: 260px;
  margin: 0 auto;
}

.help-name {
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
}

.help-spec {
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
}

.banner-img img {
  width: 150px;
  height: 150px;
}

.aside .hot-block {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 110px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

.aside .hot-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(89, 81, 161, 0.6);
}

.hot-link {
  position: absolute;
  top: 13px;
  left: 20px;
  right: 20px;
  font-family: "Noah-Medium", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
}

.aside .hot-block img {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.aside .hot-block .yellow {
  background-color: #ebb40e;
  height: 110px;
}

.aside .inner-block {
  width: 178px;
  height: auto;
  padding: 14px 20px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
}

.aside .hot-block .inner-block .discount {
  position: absolute;
  right: -15px;
  color: #3a3d6d;
  font-family: "Noah-Black", sans-serif;
  font-size: 78px;
  font-weight: normal;
  line-height: 78px;
}

.aside .hot-block .blue {
  background-image: radial-gradient(circle 398px at 578.77% 896.65%, #444577 0%, #293164 100%);
}

.widget-title {
  font-family: "Noah-Medium", sans-serif;
}

/*Archive*/

.news-item {
  position: relative;
  margin-bottom: 30px;
}

.news-item .links a {
  margin-right: 20px;
}

.category-67 .new-top .container {
  min-height: 470px;
}

.news-top {
  background-size: cover;
}

.news-top .container {
  min-height: 400px;
}

.news-top .img-block {
  overflow: hidden;
  width: 100%;
  height: 440px;
  background-color: #3c3d6d;
}

.news-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-top .title {
  color: #ffffff;
  font-size: 46px;
  line-height: 36px;
}

.news-top .category-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.news-top .category-btn {
  width: 235px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  height: 42px;
}

.news-wrap .links-sec {
  margin-bottom: 45px;
}

.news-wrap .news-link {
  display: inline-block;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal;
  color: #337ab7;
  font-size: 18px;
  line-height: 16px;
  margin-right: 35px;
  text-decoration: none;
}

.news-item .link {
  font-size: 16px;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal;
  margin-right: 20px;
}

.news-name {
  max-width: 500px;
  color: #ffffff;
  font-size: 28px;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal;
  line-height: 38px;
}

.news-item {
  min-height: 400px;
  overflow: hidden;
}

.news-item .img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  transition: 1s;
}

.news-item .filter-dark::after {
  background-color: #3c3d6d;
  opacity: 0.7;
}

.news-item:hover .img-block {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.location-image {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.pagination {
  margin: 70px auto;
  justify-content: center;
}

.pagination .current {
  color: #ebb40e;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}

.pagination a {
  border: none;
  color: #303969;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  padding: 0 10px;
}

.pagination .next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loc_tit p {
  color: #393939;
  font-family: "Noah-Medium", sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.object-count {
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 15.5px;
  font-family: "Noah-Medium", sans-serif;
}

/*About*/

.about-page h1 {
  font-family: "Noah-Medium", sans-serif;
  font-size: 46px;
  font-weight: normal;
  line-height: 70px;
  margin: 39px 0 40px;
}

.about-page .about-wrap {
  padding-left: 110px;
}

.about-page .about-text {
  margin-top: 95px;
}

.about-page .about-text .name {
  font-family: "Noah", sans-serif;
  font-weight: normal;
  color: #393939;
  font-size: 16px;
  margin-bottom: 15px;
}

.about-page .sec2 {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-bottom: 35px;
}

.about-page .sec2 .title {
  margin-bottom: 76px;
}

.about-page .about-grid .row {
  padding-left: 100px;
}

.about-page .about-grid .grid-item-wrapper {
  min-height: 235px;
  position: relative;
  max-width: 300px;
  padding: 0.75rem;
}

.about-page .about-grid .grid-item {
  height: 100%;
  width: 100%;
  min-height: 235px;
  box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.2);
}

.about-page .about-grid .grid-item-1,
.about-page .about-grid .grid-item-4 {
  color: #404171;
}

.about-page .about-grid .grid-item-1 .grid-item__description {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-grid .grid-item-1 img {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}

.about-page .about-grid .grid-item-4 .grid-item__description {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}

.about-page .about-grid .grid-item-4 img {
  position: absolute;
  bottom: 0.75rem;
}

.about-page .about-grid .purple.grid-item {
  min-height: 300px;
}

.about-page .sec4 .title {
  margin-bottom: 85px;
}

.about-page .about-wrap {
  padding-left: 110px;
}

.about-page .review-wrap {
  display: inline-block;
  width: 49%;
}

.about-page .sec4 .review-block {
  padding-left: 55px;
  position: relative;
  display: inline-block;
  margin: 0px auto 50px;
  text-align: left;
}

.about-page .review-block .review-img {
  position: absolute;
  top: -40px;
  right: -90px;
  width: 156px;
  z-index: 2;
  margin: 0;
}

.about-page .review-block .review-img img {
  width: 155px;
  height: 155px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .sec5 .title {
  margin-bottom: 100px;
}

.about-page .sec5 .quality-text {
  /* max-width: 350px; */
  font-size: 16px;
  color: #2b2b2b;
  line-height: 25px;
  margin-bottom: 63px;
  margin-left: 50px;
  margin-top: -15px;
}

.about-page .review-desc {
  position: relative;
  width: 350px;
  height: 209px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 40px 0px 40px 60px;
  z-index: 1;
  border-radius: 0;
}

.about-page .review-desc::before {
  display: none;
}

.about-page .name {
  color: #232323;
  font-family: "Noah-Medium", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 10px;
}

.about-page .review-desc .about {
  color: #989898;
  max-width: 190px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  height: 36px;
}

.about-page .review-desc ul li {
  color: #393939;
  font-size: 14px;
  line-height: 24px;
}

.about-page .review-desc ul li .icon {
  margin-right: 15px;
}

.about-page .review-desc ul li span {
  display: inline-block;
  vertical-align: middle;
}

.how-about-wrap {
  padding-left: 110px;
  padding-bottom: 175px;
  position: relative;
  display: inline-block;
  margin: 0px auto 50px;
  text-align: left;
}

.how-about-wrap .orange {
  background-color: #ffb72c !important;
  position: absolute;
  width: 100%;
  height: 20px;
  margin-top: 25px;
  margin-left: 5px;
  background: linear-gradient(to right, #fb3 50%, #ffffff 0);
  background: linear-gradient(to right, #ffffff 10%, #ffb72c 10%, #ffb72c 20%, #ffffff 20%, #ffffff 30%, #ffb72c 30%, #ffb72c 40%, #ffffff 40%, #ffffff 50%, #ffb72c 50%, #ffb72c 60%, #ffffff 60%, #ffffff 70%, #ffb72c 70%, #ffb72c 80%, #ffffff 80%, #ffffff 90%, #ffb72c 90%, #ffb72c 100%) left 0 repeat-y, linear-gradient(to right, transparent 30%, transparent 30%), 0 0 / 100% 100%;
  background-size: 23%, 100%;
}

.how-about-wrap .how-list {
  position: relative;
  font-size: 0;
  padding-bottom: 75px;
  margin-top: 180px;
  text-align: left;
}

.how-about-wrap .how-list li {
  position: relative;
  display: inline-block;
  width: 87px;
  text-align: left;
}

.how-about-wrap .how-list .count-icon {
  position: absolute;
  font-family: "Noah-Medium", sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  background: #ffb72c;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 14px 6px;
  top: 0;
  left: 0;
}

.how-about-wrap .how-list .how-list-desc {
  display: inline-block;
  position: absolute;
  top: -120px;
  left: 18px;
  height: 89px;
  width: 86px;
  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  padding: 9px 4px 36px 4px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  font-family: "Noah", sans-serif;
  line-height: 18px;
}

.how-about-wrap .how-list .how-list-desc:before {
  content: "";
  position: absolute;
  top: 74px;
  left: 0px;
  font-family: FontAwesome, sans-serif;
  color: #ffffff;
  font-size: 38px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 15px;
  height: 20px;
}

.how-about-wrap .how-list:before {
  content: " ";
  height: 158px;
  width: 939px;
  position: absolute;
  top: 0;
  left: 0;
}

.how-about-description {
  position: absolute;
  top: 400px;
  left: 115px;
}

.how-about-desc-sell {
  margin-bottom: 20px;
}

.desc-sell-color {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #fab625;
  margin-right: 22px;
  vertical-align: top;
}

.desc-sell-text {
  position: relative;
  display: inline-block;
  font-family: "Noah-Medium", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #2f2f2f;
  letter-spacing: 0;
  line-height: 23px;
  height: 23px;
}

.desc-build-text {
  position: relative;
  display: block;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #2f2f2f;
  letter-spacing: 0;
  line-height: 23px;
  height: 23px;
}

.desc-build-color {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #4b3c6f;
  margin-right: 22px;
  vertical-align: top;
}

.how-list li:nth-child(2) {
  margin-left: 106px;
}

.how-list li:nth-child(3) {
  margin-left: 82px;
}

.how-list li:nth-child(4) {
  margin-left: 22px;
}

.how-list li:nth-child(5) {
  left: 25px;
}

.how-list li:nth-child(6) {
  left: 87px;
}

.how-list li:nth-child(7) {
  left: 174px;
}

.about-how-sec .how-list {
  position: absolute;
  font-size: 0;
  right: -181px;
  top: 285px;
}

.about-how-sec .how-list li .how-list-desc {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 15px;
  height: auto;
  width: 86px;
  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  padding: 30px 20px 18px 20px;
  font-size: 14px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  font-family: "Noah", sans-serif;
  line-height: 18px;
  margin-top: 25px;
}

.about-how-sec .blue {
  background: #4b3b6e;
  position: absolute;
  width: 100%;
  height: 20px;
  margin-top: 8px;
  margin-left: 5px;
  float: right;
}

.about-how-sec .how-list {
  position: absolute;
  font-size: 0;
  right: -181px;
  top: 110px;
}

.about-how-sec .how-list li:nth-child(1) {
  margin-right: -75px;
}

.about-how-sec .how-list li:nth-child(2) {
  width: 101px;
  margin-right: 30px;
}

.about-how-sec .how-list li:nth-child(3) {
  left: -63px;
  margin-right: 0;
}

.about-how-sec .how-list li {
  position: relative;
  display: inline-block;
  width: 87px;
  text-align: left;
}

.about-how-sec .how-list li .how-list-desc {
  padding-left: 8px;
  min-height: 110px;
  width: 105px;
}

.about-how-sec .how-list li .count-icon {
  position: absolute;
  font-family: "Noah-Medium", sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  background: #4b3b6e;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 12px 5px;
  top: -15px;
  left: -5px;
}

.about-how-sec .how-list li .count-icon {
  position: absolute;
  font-family: "Noah-Medium", sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  background: #4b3b6e;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 12px 5px;
  top: -15px;
  left: -5px;
}

.about-page .sec5 {
  padding: 45px 0px 200px;
  background: url(../img/about-sec5-bg.png) left -80px no-repeat;
  overflow: visible;
  position: relative;
  z-index: 10;
}

.sertificate_item {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 10px;
}

.sertificate_gallery .slick-prev,
.sertificate_gallery .slick-next {
  background: transparent;
}

.sertificate_gallery .slick-prev:before {
  opacity: 1;
  left: -25px;
}

.sertificate_gallery .slick-next:before {
  right: -25px;
  opacity: 1;
}

.look-more-sec .title::before {
  display: none;
}

.look-more-sec .title {
  text-align: left;
  margin-bottom: 40px;
}

.look-more-sec .more-list {
  display: inline-block;
  margin-bottom: 0;
}

.more-list li {
  display: inline-block;
}

.more-list li a {
  display: inline-block;
  color: #393939;
  font-size: 18px;
  font-family: "Noah", sans-serif;
  font-weight: normal;
  line-height: 26px;
  padding: 0 15px;
  text-decoration: underline;
}

.look-more-sec {
  background: url(https://hayatestate.com/wp-content/themes/hayat/img/grey.png) 0 0 repeat;
  padding: 40px 0px 100px;
  text-align: center;
}

/*Team*/

.team-sec h1::before {
  display: none;
}

.team-sec .review-desc {
  position: relative;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 40px 0px 40px 80px;
  z-index: 1;
}

.team-sec img {
  background: #ffffff;
  border-radius: 100px;
}

.team-sec .review-img {
  max-height: 180px;
  width: 180px;
  padding: 0;
  margin-right: -3rem !important;
  z-index: 2;
}

.team-sec .review-img img {
  height: 180px;
  width: 180px;
  box-shadow: none;
}

.team-sec .name {
  color: #232323;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}

.team-sec .about {
  color: #989898;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  min-height: 44px;
  padding-right: 90px;
}

.team-sec .review-desc ul li {
  color: #393939;
  font-size: 14px;
  line-height: 24px;
}

.team-sec .review-desc ul li .icon {
  margin-right: 15px;
}

.team-sec .review-block {
  padding-left: 55px;
}

.team-sec .review-desc:before {
  display: none;
}

.team-sec .title {
  margin: 70px 0;
  width: 100%;
}

.team-sec h1 {
  margin: 50px 0 !important;
  color: #393939;
  font-size: 46px;
  font-family: "Noah-Medium", sans-serif;
  font-weight: normal;
  line-height: 70px;
}

/*Как купить квартиру*/

.how-sec h1 {
  margin: 60px 0px 45px;
  font-family: "Noah-Medium", sans-serif;
  color: #393939;
  font-size: 46px;
  font-weight: normal;
  line-height: 50px;
}

.how-sec h2 {
  max-width: 450px;
  font-family: "Noah-Medium", sans-serif;
  margin-bottom: 105px;
  font-size: 36px;
  font-weight: normal;
  line-height: 42px;
}

.how-sec .how-list {
  position: relative;
  font-size: 0;
  padding-bottom: 80px;
}

.how-sec .how-list li {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: right;
}

.how-sec .how-list li .count-icon {
  position: absolute;
  top: 50px;
  right: 0;
  width: 65px;
  height: 65px;
  box-shadow: 4px 2px 7px rgba(0, 0, 0, 0.13);
  border: 2px solid #ffffff;
  background-color: #ffb72c;
  border-radius: 100%;
  font-family: "Noah", sans-serif;
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  line-height: 62px;
  text-align: center;
}

.how-sec .how-list .how-list-name {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #232323;
  height: 36px;
  overflow: hidden;
  font-family: "Noah-Medium", sans-serif;
  margin-bottom: 100px;
}

.how-sec .how-list .how-list-desc {
  display: inline-block;
  max-width: 192px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  padding: 30px 20px 29px 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  position: relative;
}

.how-sec .how-list .how-list-desc:before {
  content: "";
  position: absolute;
  top: -17px;
  right: 20px;
  font-family: FontAwesome, sans-serif;
  color: #ffffff;
  font-size: 38px;
}

.how-sec .how-list:before {
  content: "";
  height: 23px;
  width: auto;
  background-color: #ffb72c;
  position: absolute;
  top: 70px;
  left: 0;
  right: 5px;
}

.how-sec .how-list li:nth-child(1),
.how-sec .how-list li:nth-child(2),
.how-sec .how-list li:nth-child(3),
.how-sec .how-list li:nth-child(4),
.how-sec .how-list li:nth-child(5) {
  left: 0;
  margin: 0;
}

.child-bottom-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.child-bottom-nav a {
  color: #393939;
  font-size: 18px;
  font-family: "Noah", sans-serif;
  font-weight: normal;
  line-height: 26px;
  padding: 0 15px;
}

.child-bottom-nav li {
  margin-bottom: 20px;
}

/**/

*:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.form-control:focus {
  box-shadow: none;
}

footer .widget_search .search-group {
  justify-content: flex-start !important;
}

footer .widget_search .form-group {
  width: auto;
}

.wpcf7-form-control {
  height: 40px;
}

.sell-about-slider .how-list-desc,
.built-about-slider .how-list-desc {
  max-width: 100px;
  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.14);
  padding: 10px;
}

.sell-about-slider .how-list-desc::before,
.built-about-slider .how-list-desc::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  font-family: FontAwesome, sans-serif;
  color: #ffffff;
  font-size: 38px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.sell-about-slider .slick-list,
.built-about-slider .slick-list {
  padding: 0 50px;
}

.sell-about-slider .slick-track,
.built-about-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.sell-about-slider .slick-slide,
.built-about-slider .slick-slide {
  display: flex;
  position: relative;
  height: auto;
  margin: 90px auto;
}

.sell-about-slider .slick-slide:before,
.built-about-slider .slick-slide:before {
  content: "";
  display: block;
  height: 25px;
  width: 175px;
  position: absolute;
  background: #ebb40e;
  z-index: -1;
  bottom: -67px;
  left: 53%;
}

.sell-about-slider .slick-slide:last-child::before,
.built-about-slider .slick-slide:last-child::before {
  display: none;
}

.sell-about-slider .slick-slide:first-child::before,
.built-about-slider .slick-slide:first-child::before {
  background: linear-gradient(to right, white 0px, white 15%, #ebb40e 15%, #ebb40e 30%, white 30%, white 45%, #ebb40e 45%, #ebb40e 60%, white 60%, white 75%, #ebb40e 75%, #ebb40e 90%, white 90%, white 100%);
}

.sell-about-slider .count-icon,
.built-about-slider .count-icon {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  background: #ebb40e;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #ffffff;
  border: 2px solid white;
}

.sell-about-slider .slick-arrow,
.built-about-slider .slick-arrow {
  max-height: 60%;
}

.sell-about-slider .slick-next:before,
.built-about-slider .slick-next:before {
  right: 0;
}

.sell-about-slider .slick-prev:before,
.built-about-slider .slick-prev:before {
  left: 0;
}

.built-about-slider .slick-track {
  margin-right: 0;
}

.built-about-slider .count-icon {
  bottom: unset;
  top: -71px;
  background: #3c3d6d;
  z-index: 5;
}

.built-about-slider .slick-slide:first-child::before {
  background: #3c3d6d;
}

.built-about-slider .slick-slide:first-child::after {
  background: #ffffff;
  z-index: 1;
}

.built-about-slider .slick-slide:last-child::before {
  content: "";
  display: block;
  height: 25px;
  width: 158px;
  position: absolute;
  background: #3c3d6d;
  z-index: -1;
  bottom: -67px;
  left: unset;
  right: 35px;
}

.built-about-slider .slick-slide::before {
  top: -58px;
  bottom: unset;
  background: #3c3d6d;
  width: 400px;
  left: unset;
  right: 0;
  z-index: 2;
}

.built-about-slider .how-list-desc::before {
  bottom: unset;
  top: -15px;
  -webkit-transform: translateX(-50%) rotate(0);
  transform: translateX(-50%) rotate(0);
}

.built-about-slider .slick-list::before {
  content: "";
  background: #ffffff;
  height: 25px;
  width: 139px;
  position: absolute;
  left: 0;
  top: 32px;
}

.built-about-slider .legend-wrap {
  margin-top: -175px;
  margin-left: 155px;
}

.built-about-slider::before {
  content: "";
}

.built-about-slider .slick-slide::before {
  top: -58px;
  bottom: unset;
}

.slider-nav .slick-track {
  display: flex;
  align-items: center;
}

.slider-for .slick-slide {
  display: flex;
  justify-content: center;
}

.wpcf7-response-output {
  color: #fff;
}

.for-investors {
  padding: 105px 0px 50px;
  overflow: hidden;
}

.for-investors .hot-investors {
  margin-top: 57px;
}

.for-investors .hot-investors2 {
  margin-top: 50px;
  padding-left: 100px;
}

.for-investors .investors-span {
  font-size: 42px;
  margin-right: 20px;
}

.for-investors .investors-card-text-right {
  left: 134px;
  line-height: 24px;
  bottom: 30px;
}

.for-investors .investors-card-title {
  left: -8px;
  width: 110%;
  top: -17px;
}

.for-investors .investors-list {
  padding: 0;
}

.for-investors .hot-investors2-wr {
  padding-left: 20px;
}

.for-investors .investors-block-right {
  min-height: 244px;
  max-width: 235px;
  position: relative;
  right: -5px;
}

.for-investors .investors-block-left {
  max-width: 265px;
  min-height: 305px;
  position: relative;
  left: -3px;
}

.for-investors .investors-about-img {
  height: 377px;
}

.for-investors .investors-blocks {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.for-investors .investors-blocks:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.for-investors .investors-title {
  line-height: 25px;
  bottom: 20px;
}

.for-investors .investors-card-text-left {
  line-height: 24px;
  bottom: 30px;
  left: 38px;
}

.for-investors .investors-about-card-left {
  width: 217px;
  height: 160px;
}

.for-investors .investors-about-card-right {
  width: 235px;
  height: 160px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.review-section {
  background: url(../img/arhice-review-bg.jpg) no-repeat right -55px;
  background-size: 100%;
}

.review-section .reviews-wrapper .review-preview {
  padding-left: 47px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.review-section .reviews-wrapper .review-preview .review-foto {
  width: 110px;
  height: 110px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.review-section .reviews-wrapper .review-preview .review-foto img {
  max-width: 100%;
  height: auto;
}

.review-section .reviews-wrapper .review-preview .review-info {
  padding-top: 30px;
}

.review-section .reviews-wrapper .review-preview .review-info .review-name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #2f2f2f;
  margin-bottom: 6px;
}

.review-section .reviews-wrapper .review-preview .review-info .review-profesion {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #989898;
}

.review-section .reviews-wrapper .review-content {
  background: #ffffff;
  box-shadow: 10px -10px 40px rgba(0, 0, 0, 0.1);
  padding: 64px;
  position: relative;
}

.review-section .reviews-wrapper .review-content:before {
  content: "";
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  display: block;
  position: absolute;
  top: -40px;
  left: 85px;
}

.review-section .reviews-wrapper .review-content:after {
  content: "";
  display: block;
  position: absolute;
}

.review-section .reviews-wrapper .review-content .review-content-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2f2f2f;
}

.review-section .reviews-wrapper .review-type1 {
  margin-bottom: 100px;
}

.review-section .reviews-wrapper .review-type1 .review-content:after {
  top: -1px;
  right: -1px;
  width: 56px;
  height: 51px;
  background: url(../img/icon-type1.svg) no-repeat center;
}

.review-section .reviews-wrapper .review-type2 {
  margin-bottom: 100px;
}

.review-section .reviews-wrapper .review-type2 .review-content:after {
  top: -1px;
  right: -2px;
  width: 56px;
  height: 54px;
  background: url(../img/icon-type2.svg) no-repeat center;
}

.review-section .reviews-wrapper .review-type2 .video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}

.review-section .reviews-wrapper .review-type2 .video_wrapper .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.review-section .reviews-wrapper .review-type2 .video_wrapper .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity .8s, height 0s;
  transition-delay: 0s, 0s;
}

.review-section .reviews-wrapper .review-type2 .video_wrapper .videoPoster:hover {
  cursor: pointer;
}

.review-section .reviews-wrapper .review-type2 .video_wrapper .videoPoster .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background: url(../img/play.svg) no-repeat center;
  transition: 0.3s ease-out 0s;
}

.review-section .reviews-wrapper .review-type2 .video_wrapper .videoPoster:hover .play,
.review-section .reviews-wrapper .review-type2 .video_wrapper .videoPoster:focus .play {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.3s ease-out 0s;
}

.review-section .reviews-wrapper .review-type2 .video_wrapper_full {
  padding-top: 378px;
  margin-top: 40px;
}

.review-section .reviews-wrapper .review-type2 .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, .8s;
}

.review-section .reviews-wrapper .review-type2 .videoWrapperActive .review-content {
  display: none;
}

.review-section .reviews-wrapper .review-type3 {
  margin-bottom: 100px;
}

.review-section .reviews-wrapper .review-type3 .review-content {
  background: url(../img/bg-review-type3.jpg) no-repeat center;
  background-size: cover;
}

.review-section .reviews-wrapper .review-type3 .review-content:after {
  top: -1px;
  right: -2px;
  width: 56px;
  height: 51px;
  background: url(../img/icon-type3.svg) no-repeat center;
}

.review-section .reviews-wrapper .review-type3 .review-content .review-content-makeup {
  max-width: 400px;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  border: 4px solid #aeb4ca;
  overflow: auto;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.review-section .pagination {
  margin-top: 0;
}

.country-section .h2 {
  max-width: 300px;
  line-height: 38px;
}

.country-section .country-wrapper .country-image {
  margin-top: -110px;
}

.country-section .country-wrapper .country-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.country-section .country-wrapper .country-image #accordion .border-none {
  border: none;
  border-radius: 0;
}

.country-section .country-wrapper .country-image #accordion button {
  position: relative;
  font-weight: bold;
}

.country-section .country-wrapper .country-image #accordion button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../img/arrow-next.png) no-repeat center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.3s ease-out 0s;
}

.country-section .country-wrapper .country-image #accordion button.collapsed:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.3s ease-out 0s;
}

.country-section .country-wrapper .country-image #accordion .item-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #2f2f2f;
  margin-bottom: 5px;
}

.country-section .country-wrapper .country-image #accordion .item-procent {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #3a3b6a;
}

.country-section .country-wrapper .country-image #accordion .card-body {
  position: relative;
}

.country-section .country-wrapper .country-image #accordion .card-body:first-child:after {
  display: none;
}

.country-section .country-wrapper .country-image #accordion .card-body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
}

.intl-tel-input {
  display: block !important;
}

.call-bottom-new {
  background: radial-gradient(53.8% 53.8% at 50.73% 50.1%, #444577 0%, #293164 100%);
}

.call-bottom-new__bg {
  display: block;
  top: 0;
  right: 15px;
  width: 50vw;
  height: 100%;
}

.call-bottom-new__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.call-bottom-new__col:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 50vw;
  height: 100%;
  background: #293164;
  opacity: 0.4;
}

.call-bottom-new__catalog-wrapper {
  left: -547px;
  top: -130px;
  width: 531px;
  height: 435px;
}

.call-bottom-new__catalog-wrapper span.date {
  position: absolute;
  bottom: 80px;
  left: 186px;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
  color: #dc7d47;
  opacity: 0.8;
}

.call-bottom-new__catalog-wrapper span.price {
  position: absolute;
  bottom: 119px;
  right: 80px;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  color: #fff;
  opacity: 0.6;
  font-size: 13px;
}

.call-bottom-new__title {
  font-family: "Noah-Bold";
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 1px;
}

.call-bottom-new__text {
  font-family: "Noah";
  font-size: 18px;
  line-height: 26px;
}

.call-bottom-new__form-title {
  font-family: "Noah-Bold";
  font-size: 30px;
  line-height: 30px;
  color: #303969;
}

.call-bottom-new__form-text {
  font-family: "Noah";
}

.call-bottom-new__card-container {
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.call-bottom-new__card {
  margin-bottom: -90px;
}

.call-bottom-new__agreement {
  font-size: 12px;
  line-height: 16px;
  font-family: "Noah";
}

.call-bottom-new__agreement a {
  color: #ebb40e;
  font-family: "Noah";
}

.call-bottom-new .form-group {
  max-width: 100%;
}

.call-bottom-new .form-group .form-control {
  padding-left: 25px;
}

.call-bottom-new .form-group input {
  background: #F4F8EC;
  font-family: "Noah";
}

.call-bottom-new .intl-tel-input.allow-dropdown .flag-container {
  left: 17px;
}

.call-bottom-new .intl-tel-input.allow-dropdown input,
.call-bottom-new .intl-tel-input.allow-dropdown input[type=tel] {
  padding-left: 65px;
}

.call-bottom-new .btn-yellow {
  padding: 5px 60px;
  font-family: "Noah-Bold";
}

.call-bottom-new .wpcf7-response-output {
  color: #232323;
}

.pt-form {
  padding-top: 150px;
}

.manager-card {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 22px 33px;
  max-width: 300px;
  margin: 0 auto;
}

.manager-card:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.manager-card .help-text {
  line-height: 22px;
  font-family: "Noah";
}

.manager-card .banner-img img {
  width: 140px;
  height: 140px;
}

.manager-card .help-name {
  font-family: "Noah-Bold";
  font-size: 20px;
  line-height: 13px;
}

.manager-card .help-spec {
  font-family: "Noah-Bold";
  line-height: 18px;
}

.manager-card .skype a {
  font-size: 14px;
  line-height: 17px;
}

.manager-card .btn {
  font-family: "Noah-Bold";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.manager-card .phones a {
  font-family: "Noah-Bold";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.event-card {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  min-height: 400px;
  max-width: 300px;
  margin: 0 auto;
}

.event-card:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.event-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-card .hot-link {
  top: 0;
  left: 0;
  padding: 30px;
  background: radial-gradient(158.32% 158.32% at 100% 100%, rgba(68, 69, 119, 0.6) 0%, rgba(41, 49, 100, 0.6) 100%);
  font-family: "Noah-Bold";
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.lang-switcher {
  display: flex;
  margin: 0 20px;
  align-items: center;
  padding-left: 0;
  list-style: none;
}

.lang-switcher li {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.lang-switcher li:last-child {
  border-right: none;
}

.lang-switcher li a {
  color: white;
}

.section-faq .card-header {
  cursor: pointer;
  padding-right: 40px;
}

.section-faq .card-header:after {
  content: "\f347";
  font-family: dashicons;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  transition: 0.5s;
}

.section-faq .card-header.collapsed:after {
  -webkit-transform: none;
  transform: none;
  transition: 0.5s;
}

.call-bottom-new .current-month-price {
  position: absolute;
  bottom: 169px;
  left: 300px;
  -webkit-transform: skew(16deg, 347deg);
  transform: skew(16deg, 347deg);
  width: 160px;
  height: 30px;
  background-color: #cab07c;
}

.call-bottom-new .current-month-price span {
  color: #ffffff;
  opacity: .7;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  display: block;
  height: 15px;
  text-align: left;
  line-height: 13px;
  padding-left: 10px;
  letter-spacing: .5px;
}

.searchwp-live-search-results {
  opacity: 0;
  background-color: #fff;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  height: 0;
  overflow: hidden;
  z-index: 9999995;
  /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
}

.searchwp-live-search-results-showing {
  display: block;
  opacity: 1;
  height: auto;
  overflow: auto;
}

.searchwp-live-search-no-results {
  padding: 3em 2em 0;
  text-align: center;
}

.searchwp-live-search-no-min-chars:after {
  display: block;
  text-align: center;
  padding: 2em 2em 0;
}

.searchwp-live-search-results {
  border-radius: 0;
  width: 300px;
  min-height: 120px;
  max-height: 120px;
}

.searchwp-live-search-results p {
  padding: 5px 10px;
}

@media screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (max-width: 992px) {
  .reviews-section .review-preview {
    padding-left: 0;
  }

  .reviews-section .review-preview .review-foto {
    margin-right: 15px;
  }

  .reviews-section .review-preview .review-info {
    flex: 0 0 165px;
    padding-top: 0;
    position: relative;
    bottom: -10px;
  }

  .reviews-section .review-preview .review-info .review-profesion {
    line-height: 16px;
  }

  .reviews-section .review-content {
    padding: 64px 0px;
  }

  .reviews-section .review-content:before {
    left: 37px;
  }

  .reviews-section .review-content .review-content-text {
    padding: 0 24px;
  }

  .reviews-section .review-type2 .video_wrapper_full {
    padding-top: 175px;
  }

  .reviews-section .review-type3 .review-content {
    padding: 80px 0px 60px;
  }

  .reviews-section .review-type3 .review-content .review-content-makeup {
    width: 266px;
    height: 577px;
  }

  .for-investors .hot-investors {
    margin-top: 15px;
  }

  .for-investors .hot-investors2 {
    margin-top: 15px;
  }

  .review-section {
    background: none;
  }

  .review-section .title {
    max-width: 172px;
    text-align: left !important;
    margin-left: 0;
  }

  .review-section .reviews-wrapper .review-preview {
    padding-left: 0;
  }

  .review-section .reviews-wrapper .review-preview .review-foto {
    margin-right: 15px;
  }

  .review-section .reviews-wrapper .review-preview .review-info {
    flex: 0 0 165px;
  }

  .review-section .reviews-wrapper .review-preview .review-info .review-profesion {
    line-height: 16px;
  }

  .review-section .reviews-wrapper .review-content {
    padding: 64px 0px;
  }

  .review-section .reviews-wrapper .review-content:before {
    left: 37px;
  }

  .review-section .reviews-wrapper .review-content .review-content-text {
    padding: 0 24px;
    line-height: 20px;
  }

  .review-section .reviews-wrapper .review-type2 .video_wrapper_full {
    padding-top: 175px;
  }

  .review-section .reviews-wrapper .review-type3 .review-content {
    padding: 80px 10px 60px;
  }
}

@media (max-width: 991px) {
  .call-bottom-new__bg {
    width: 100vw;
    height: 100%;
    right: 1px;
  }

  .call-bottom-new__col:after {
    width: 100vw;
    right: 1px;
  }

  .call-bottom-new__catalog-wrapper {
    z-index: 2;
    left: 0;
    top: 0;
    margin: 0 auto -60px;
  }
}

@media screen and (max-width: 768px) {
  header .transparent-nav {
    padding-top: 10px;
  }

  header .htop {
    text-align: right;
    padding-right: 0;
    padding-top: 0;
  }

  header .header-social-call {
    margin: 0;
    margin-bottom: 1rem;
  }

  .archive-list {
    padding-bottom: 25px;
    padding-top: 0;
  }

  .seotext {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .page-id-107030 h1,
  .page-id-106533 h1 {
    text-align: left !important;
    max-width: 250px;
    margin: 0 0 30px;
  }

  .slider-ovrelay .caption-wrapper {
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .slider-ovrelay .caption-wrapper .caption {
    margin-top: 100px;
  }

  .slider-ovrelay .caption-wrapper .caption .h2 {
    font-size: 20px;
    line-height: normal;
  }

  .slider-ovrelay .slider_map {
    height: 200px;
    margin-top: 25px;
  }

  .katalog-widget-section .title {
    max-width: 225px;
  }

  .about-desc {
    padding-left: 15px;
    margin-top: 0;
  }

  .hot-desc {
    padding-left: 0;
    margin-top: 0;
  }

  .hot-imgs {
    float: none;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }

  .hot-imgs .hot-block {
    padding-top: 0;
    width: 100%;
  }

  .hot-imgs .hot-block a {
    display: flex;
    align-items: flex-end;
  }

  .hot-imgs .hot-block img {
    width: 50%;
    order: 2;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    height: 150px;
  }

  .hot-imgs .hot-block .inner-block {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 10px 5px 20px;
  }

  .hot-imgs .hot-block .name {
    font-size: 1rem;
  }

  .about-sec {
    padding: 90px 0px 64px;
  }

  .about-img {
    margin: 35px auto 55px;
  }

  .about-card .card-title {
    font-size: 50px;
  }

  .about-card .card-title--small {
    font-size: 40px;
  }

  .about-card .card-text {
    font-size: 16px;
    left: 10%;
  }

  .sec3 {
    overflow: visible;
    position: relative;
    z-index: 10;
    padding: 0 0 392px;
    background: #ffffff;
  }

  .sec3 .title {
    margin-bottom: 30px;
  }

  .sec3 .how-about-wrap {
    padding-left: 150px;
    padding-bottom: 175px;
    position: relative;
    display: inline-block;
    margin: 0 auto 50px;
    text-align: left;
  }

  .sec3 .how-about-description {
    position: absolute;
    top: 37px;
    left: 204px;
    width: 230px;
  }

  .sec3 .about-how-sec2 .orange {
    display: none;
  }

  .sec3 .how-list:before {
    content: " ";
    height: 658px;
    width: 158px;
    position: absolute;
    top: 0;
    left: -26px;
  }

  .sec3 .how-list li {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }

  .sec3 .how-list li .count-icon {
    position: absolute;
    top: 18px;
    left: -19px;
  }

  .review-sec {
    padding: 0 0 80px;
  }

  .review-sec .review-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-sec .review-desc {
    padding: 25px;
  }

  .review-sec:before {
    background-size: 76%;
    background-position-y: 845px;
    background-position-x: 120%;
  }

  .review-desc:before {
    right: 50%;
    top: 0;
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%, 0);
  }

  .review-img {
    margin: 0 0px 50px;
  }

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

  .subscribe-sec2 .container {
    padding-left: 15px;
  }

  .news-block {
    width: 100%;
    max-width: 100%;
  }

  .news-sec {
    position: relative;
    z-index: 11;
    background: no-repeat;
    padding-bottom: 30px;
    background-position-y: 125%;
    background-position-x: 28%;
    background-size: 235%;
  }

  .news-sec .left {
    padding-left: 15px;
  }

  .short-filter-section .btn {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }

  .filter-middle .count {
    margin-right: 0;
  }

  .filter-item {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .reviews-slider .slick-list {
    padding: 0px 0px !important;
  }

  .logo-position {
    position: absolute;
    z-index: 10;
  }

  #dropdownPhonesWrapper {
    padding-top: 10px;
  }

  #logo {
    margin: 0 0 0 0;
  }

  .footer-logo {
    position: relative;
  }

  footer .newsletter {
    flex-wrap: wrap;
  }

  footer .newsletter .form-control {
    max-width: 100%;
    width: 100%;
  }

  footer .adress-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
    font-weight: bold;
  }

  .contact-block {
    margin-bottom: 50px;
  }

  .contacts-page .title {
    font-size: 24px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .akcii-section .title {
    margin-bottom: 26px;
    margin-left: 0;
    font-family: "Noah-Medium", sans-serif;
    color: #393939;
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
  }

  .akcii-section .inner-block {
    top: unset;
  }

  .akcii-section .name {
    text-align: center;
  }

  .hot-imgs-big .inner-block {
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0;
  }

  .hot-imgs-big .inner-block .name {
    font-size: 14px;
    line-height: 22px;
  }

  .hot-imgs-big .inner-block .discount {
    right: -10px;
    font-size: 58px;
    line-height: 78px;
  }

  .aside {
    max-width: 100%;
  }

  .card-sec h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    text-align: left !important;
  }

  .news-top .title {
    margin: 30px 0 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .news-wrap .news-link {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .about-page .about-grid .row {
    padding-left: 0;
  }

  .about-page .about-grid .grid-item-1 .grid-item__description {
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }

  .about-page .about-grid .grid-item-4 .grid-item__description {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }

  .about-page .about-grid .grid-item-4 img {
    right: 0;
  }

  .about-page .sec4 {
    padding: 0 0 0;
  }

  .about-page .sec4 .title {
    margin-bottom: 70px;
  }

  .about-page .sec4 .about-wrap {
    padding-left: 30px;
  }

  .about-page .sec4 .review-wrap {
    width: 100%;
  }

  .about-page .sec4 .review-block {
    padding-left: 0 !important;
  }

  .about-page .sec4 .review-img {
    top: -15px;
    right: -15px;
    width: 120px;
  }

  .about-page .sec4 .review-desc {
    width: 270px;
    height: 230px;
    padding: 25px 0 40px 30px;
  }

  .about-page .sec4 .review-desc .name {
    max-width: 100px;
    margin-bottom: 10px;
  }

  .about-page .sec4 .review-desc .about {
    max-width: 120px;
    margin-bottom: 15px;
    height: 55px;
  }

  .team-sec h1 {
    margin: 25px 0 0;
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
  }

  .team-sec .title {
    margin: 50px 0 70px 0;
    margin-bottom: 0 !important;
  }

  .team-sec .review-desc {
    padding: 40px 25px;
    padding-bottom: 30px;
  }

  .team-sec .review-block {
    padding-left: 15px;
  }

  .look-more-sec {
    padding-bottom: 30px;
  }

  .how-sec {
    padding-bottom: 40px;
  }

  .how-sec h1 {
    margin: 50px 0px 50px;
    font-size: 28px;
    line-height: 32px;
  }

  .how-sec h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .how-sec .how-list {
    position: relative;
    font-size: 0;
    padding-bottom: 0px;
  }

  .how-sec .how-list li {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 35px !important;
  }

  .how-sec .how-list li .count-icon {
    width: 45px;
    height: 45px;
    font-size: 24px;
    line-height: 42px;
    position: relative;
    top: 0%;
    text-align: center;
    left: 0px;
    right: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin: 0 auto 15px;
  }

  .how-sec .how-list li .how-list-name {
    position: relative;
    left: 0px;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 36px;
    width: 100%;
    margin-bottom: 15px;
  }

  .how-sec .how-list li .how-list-desc {
    display: block;
    height: auto;
    max-width: 230px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    position: relative;
    margin: 0 auto;
    box-shadow: none;
  }

  .how-sec .how-list:before {
    display: none;
  }

  .child-bottom-nav ul {
    justify-content: flex-start;
  }

  .child-bottom-nav a {
    padding-left: 0;
  }

  .form-flex {
    flex-wrap: wrap;
  }

  .form-flex .form-group,
  .form-flex .form-control {
    width: 100%;
    max-width: 100%;
  }

  .form-flex .btn {
    width: 100%;
    max-width: 100%;
  }

  .search-box .form-group,
  .search-box .form-control {
    width: 100%;
    max-width: 100%;
  }

  .search-box button {
    width: 100%;
  }

  footer .search-group {
    justify-content: flex-start !important;
  }

  footer .form-group,
  footer .form-subscribe,
  footer .wpcf7-submit {
    width: 100%;
    max-width: 100%;
    height: 40px;
  }

  footer button {
    width: 100%;
  }

  footer .widget-search {
    width: 100%;
  }

  .wpcf7 p {
    width: 100%;
  }

  footer .widget_search .form-group {
    width: 100%;
  }

  .main .about-page .sec3 {
    padding: 0px 0px 392px;
    background: #ffffff;
  }

  .main .about-page .sec3 .title {
    margin-bottom: 30px;
  }

  .main .about-page .sec4 {
    padding: 0px 0px 0px;
    position: relative;
    z-index: 1;
  }

  .main .akcii-sec .hot-imgs-big .hot-block .inner-block .discount {
    position: absolute;
    bottom: -30px;
    right: -10px;
    font-size: 58px;
    line-height: 78px;
  }

  .main .akcii-sec .title {
    margin-bottom: 26px;
    margin-left: 0px;
    font-family: "Noah-Medium", sans-serif;
    color: #393939;
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
  }

  .main .akcii-sec {
    padding-top: 30px;
  }

  .main .akcii-sec .hot-imgs-big {
    text-align: center;
    width: 100%;
    /*max-width: 291px;*/
    /*padding: 0px 0px 40px 115px;*/
    padding: 0px !important;
    margin: 0px auto;
  }

  .main .about-page .sec3 .how-about-description {
    position: absolute;
    top: 37px;
    width: 230px;
  }

  .main .about-page .sec3 .desc-sell-color {
    margin-right: 5px;
    vertical-align: center;
  }

  .main .about-page .sec3 .desc-build-color {
    margin-right: 5px;
    vertical-align: middle;
  }

  .main .about-page .sec3 .desc-sell-text {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    width: 111px;
    text-align: left;
  }

  .how-about-desc-sell {
    margin-bottom: 15px;
  }

  .main .about-page .sec3 .desc-build-text {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
  }

  .main .about-page .about-how-sec2 .how-list {
    position: relative;
    font-size: 0;
    padding-bottom: 75px;
    margin-top: 0;
    text-align: left;
  }

  .main .about-page .about-how-sec2 .how-list:before {
    content: " ";
    /*background: url("../img/about-sec3-line2-mob.svg") left top no-repeat;*/
    height: 658px;
    width: 158px;
    position: absolute;
    top: 0;
    left: -26px;
  }

  .main .about-page .about-how-sec2 .how-list li {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(2) {
    margin-left: 0;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(3) {
    margin-left: 0;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(4) {
    margin-left: 0;
  }

  .main .about-page .about-how-sec2 .how-list li .count-icon {
    position: absolute;
    top: 18px;
    left: -19px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(2) .count-icon {
    top: 132px;
    left: -16px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(3) .count-icon {
    top: 240px;
    left: -16px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(4) .count-icon {
    top: 329px;
    left: -16px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(5) .count-icon {
    top: 415px;
    left: -38px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(6) .count-icon {
    top: 510px;
    left: -96px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(7) .count-icon {
    top: 639px;
    left: -183px;
  }

  .main .about-page .about-how-sec2 .how-list li .how-list-desc {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -124px;
    height: 78px;
    width: 87px;
    padding: 19px 14px 18px 14px;
    text-align: left;
    box-shadow: none;
    background-color: transparent;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(2) .how-list-desc {
    top: 104px;
    left: -124px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(3) .how-list-desc {
    top: 212px;
    left: -124px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(4) .how-list-desc {
    top: 301px;
    left: -124px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(5) .how-list-desc {
    top: 400px;
    left: -144px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(6) .how-list-desc {
    top: 490px;
    left: -204px;
  }

  .main .about-page .about-how-sec2 .how-list li:nth-child(7) .how-list-desc {
    top: 631px;
    left: -290px;
  }

  .main .about-page .about-how-sec2 .how-list li .how-list-desc:before {
    content: "";
  }

  .main .about-page .about-how-sec .how-list {
    position: absolute;
    font-size: 0;
    left: 202px;
    top: 112px;
  }

  .main .about-page .about-how-sec .how-list li {
    position: relative;
    display: block;
    width: 87px;
    text-align: left;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(1) {
    margin-right: 0;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(2) {
    width: 101px;
    margin-right: 0;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(3) {
    width: 111px;
    margin-right: 0;
  }

  .main .about-page .about-how-sec .how-list li .count-icon {
    position: absolute;
    top: 60px;
    left: -42px;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(2) .count-icon {
    position: absolute;
    top: 148px;
    left: -42px;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(3) .count-icon {
    position: absolute;
    top: 243px;
    left: 25px;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(4) .count-icon {
    position: absolute;
    top: 371px;
    left: -35px;
  }

  .main .about-page .about-how-sec .how-list li .how-list-desc {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 25px;
    height: auto;
    width: 86px;
    padding: 10px 20px 10px 20px;
    box-shadow: none;
    background-color: transparent;
    margin-top: 0;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(2) .how-list-desc {
    width: 101px;
    top: 182px;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(2) .how-list-desc:nth-child(2) {
    position: absolute;
    top: 95px;
    left: 21px;
    margin-top: 25px;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(3) .how-list-desc {
    width: 111px;
    top: 228px;
  }

  .main .about-page .about-how-sec .how-list li:nth-child(4) .how-list-desc {
    width: 111px;
    top: 358px;
  }

  .main .about-page .about-how-sec .how-list li .how-list-desc:before {
    content: "";
  }

  .about-how-sec .blue {
    display: none;
  }

  .about-page .about-wrap {
    padding-left: 0;
  }

  .about-page .about-text {
    margin-top: 15px;
  }

  .about-page .about-img {
    height: auto;
    z-index: -11;
  }

  .legend-wrap {
    margin-top: 25px;
  }

  .sell-about-slider .slick-slide:first-child::before {
    left: 57%;
    width: 150%;
  }

  .sell-about-slider .slick-slide:before {
    width: 175%;
  }

  .sec4 img {
    width: 120px;
    height: 120px;
  }

  .sertificate_item {
    height: 100%;
  }

  .sertificate_gallery .slick-list {
    padding: 0 50px;
  }

  .about-wrap .list-unstyled li img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .private .link_cop {
    margin: 20px 0 0 0;
    display: block;
  }

  .sertificate_gallery .slick-prev:before {
    left: 0;
  }

  .sertificate_gallery .slick-next:before {
    right: 0;
  }

  .for-investors .h2.title {
    margin: 0;
  }

  .for-investors .investors-block-right {
    height: auto;
    width: auto;
  }

  .for-investors .investors-block-left {
    height: auto;
    width: auto;
  }

  .for-investors .investors-about-img {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
  }

  .single-news .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .call-bottom-new__title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .hot-sec .title {
    text-align: left;
    margin: 0 0 15px 20px;
  }

  .reviews-section .review-type1 {
    margin-bottom: 70px;
  }

  .reviews-section .review-type2 {
    margin-bottom: 70px;
  }

  .reviews-section .review-type3 {
    margin-bottom: 70px;
  }

  .for-investors {
    padding: 50px 0px 0px;
  }

  .for-investors .h2.title {
    text-align: left;
    margin: 0 0 15px 20px;
  }

  .for-investors .hot-investors2 {
    padding-left: 30px;
  }

  .for-investors .investors-span {
    margin-right: 5px;
    font-size: 25px;
  }

  .for-investors .investors-card-text-right {
    left: 38px;
    bottom: 7px;
    font-size: 16px;
    line-height: 18px;
  }

  .for-investors .investors-about-img {
    height: auto;
  }

  .for-investors .investors-blocks {
    max-width: 100%;
    min-height: 170px;
    width: 82%;
    margin: 0 0 22px;
  }

  .for-investors .investors-title {
    line-height: 22px;
    left: 30px;
    font-size: 18px;
  }

  .for-investors .investors-card-text-left {
    bottom: 7px;
    line-height: 18px;
    left: 25px;
  }

  .for-investors .investors-about-card-left {
    width: 112px;
    height: 90px;
  }

  .for-investors .investors-about-card-right {
    width: 120px;
    height: 92px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  .review-section .reviews-wrapper .review-type1 {
    margin-bottom: 70px;
  }

  .review-section .reviews-wrapper .review-type2 {
    margin-bottom: 70px;
  }

  .review-section .reviews-wrapper .review-type3 {
    margin-bottom: 70px;
  }

  .country-section .h2 {
    text-align: left;
    margin: 0 0 15px 20px;
  }

  .call-bottom-new__catalog-wrapper {
    width: 360px;
    height: 288px;
  }

  .call-bottom-new__catalog-wrapper span.date {
    bottom: 43px;
    left: 126px;
    font-size: 12px;
  }

  .call-bottom-new__catalog-wrapper span.price {
    bottom: 71px;
    right: 46px;
    font-size: 10px;
  }

  .call-bottom-new .current-month-price {
    width: 108px;
    height: 23px;
    bottom: 108px;
    left: 205px;
  }

  .call-bottom-new .current-month-price span {
    padding-left: 3px;
    height: 11px;
    line-height: 11px;
    font-size: 9px;
    text-align: left;
    letter-spacing: .3px;
    opacity: 0.6;
  }
}

@media (max-width: 575px) {
  .call-bottom-new__card {
    margin-bottom: -350px;
  }

  .call-bottom-new .btn-yellow {
    padding: 5px 20px;
    width: 100%;
  }

  .pt-form {
    padding-top: 390px;
  }

  .manager-card {
    padding: 25px 57px;
  }

  .event-card {
    min-height: 480px;
  }

  .event-card .hot-link {
    line-height: 30px;
    padding: 30px 50px;
  }
}

@media (max-width: 480px) {
  .rotator img {
    margin-left: -150px;
    margin-top: -150px;
  }
}

@media (max-width: 375px) {
  .call-bottom-new__catalog-wrapper {
    width: 300px;
    height: 288px;
    margin: 0 auto -100px;
  }

  .call-bottom-new__catalog-wrapper span.date {
    bottom: 83px;
    left: 105px;
    font-size: 10px;
  }

  .call-bottom-new__catalog-wrapper span.price {
    bottom: 103px;
    right: 41px;
    font-size: 8px;
  }

  .htop__btn {
    font-size: 14px;
    padding: 7px 10px;
  }

  .call-bottom-new .current-month-price {
    width: 89px;
    height: 17px;
    bottom: 137px;
    left: 169px;
  }

  .call-bottom-new .current-month-price span {
    padding-left: 3px;
    height: 8px;
    line-height: 9px;
    font-size: 7px;
    text-align: left;
    letter-spacing: .3px;
    opacity: 0.6;
  }
}

@media (max-width: 340px) {
  .about-page .sec4 .about-wrap {
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    display: none;
  }

  #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
  #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
  #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }

  #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
    left: -220px;
  }
}
/*# sourceMappingURL=main.css.map */