/*preloader*/
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 20px 10%;
	z-index: 9999999;
	background: #fff;
	transition: .3s all ease
}
.vanketa a iframe {
  width: 100%;
}
.ankety-section .sec-title {
  margin-bottom: 40px;
}
.ankety-section {
  margin-bottom: 40px;
}
.ankety-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
}

.anketa-item {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.anketa-item img {
  border-radius: 15px;
  margin-bottom: 15px;
}
.anketa-name {
  color: #E55926;
  line-height: 1.3;
}
.anketa-item:hover {
  transform: translateY(-5px);
}
.ankets-subtitle {
  margin-bottom: 30px;
  display: block;
  line-height: 1.4;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; /* Прозрачный фон */
  z-index: 2; /* Поверх видео */
}
.heart-preloader {animation: heart 1s linear infinite;
	width: 50px;
	height: 50px;
}

@keyframes heart {
  0% {transform: scale(1);}
  15% {transform: scale(1.3);}
  30% {transform: scale(1);}
  45% {transform: scale(1.3);}
  60% {transform: scale(1);} 
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; 
  }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.man-list {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 30px;
  padding: 15px 0 5px 0;
  font-size: 16px;
}
.man-list li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 21px 0;
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
}
.man-list li:before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: -33px;
  width: 20px;
  height: 20px;
  background: #8b9306;
  color: #FFF;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  border-radius: 50%;
}
.man-text {
  border: 2px dashed #DDD;
  display: block;
  border-radius: 15px;
  padding: 15px;
  background: #FFF;
}
.man-btn:hover {
  opacity: .8;
}
.tariff_btn {
  width: 100%;
  background: #000;
  padding: 14px 25px;
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  cursor: pointer;
  margin-top: 20px;
}
.hot-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.hot-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF6EF;
  border-radius: 25px;
  color: black;
  padding: 20px;

}
.hot-form__wrapper {
  background: #899400;
  padding: 35px 81px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.hot-form__wrapper .fluentform {
  width: 100%;
}
.hot-form__wrapper .fluentform .ff_submit_btn_wrapper {
  display: flex;
  justify-content: center;
}
.hot-form__wrapper .fluentform button {
  background-color: black;
  width: 100%;
}
.hot-form__title {
  font-size: 30px;
  color:white;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}
.hot-left p {
  font-size: 16px;
  line-height: 1.3;
  color: black
}
.hot-right .slick-slide img {
  display: block;
  object-fit: cover;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.hot-right .slick-slide img {
  border-radius: 25px;
  overflow: hidden;
}
.hot-title__block {
  display: flex;
  justify-content: center;
}
.hot-title__block .page-title {
  text-align: center;
}
.hot-form__section {
  padding-bottom: 50px;
}

.slick-arrow {
  position: absolute;
}
#prev {
  left: 0;
  z-index: 9;
  top: 50%;
  border: 0;
  background: none;
  cursor: pointer;

}
#next {
  right: 0;
  z-index: 9;
  top: 50%;
  border: 0;
  background: none;
  cursor: pointer;
}
.hot-about {
  margin-bottom: 14px;
}
.hot-right {
  width: 49%;
}
#div_block-333-2 button:hover {
  background: #c19a5b;
  border-color:#c19a5b
}
#div_block-294-2 button:hover {
  background: #FFF;
  color: black;
  border-color: #FFF;
}
.ff_form_modal {
  width: 100%;
  margin-top: auto;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-Light.eot");
  src: url("../fonts/Stem-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Stem-Light.woff") format("woff"), url("../fonts/Stem-Light.woff2") format("woff2"), url("../fonts/Stem-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
  
@font-face {
    font-family: 'FoglihtenNo06';
    src: local('FoglihtenNo06'), url('../fonts/foglihtenno06.woff2') format('woff2'), url('../fonts/foglihtenno06.woff') format('woff'), url('../fonts/foglihtenno06.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}  

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

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

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

html {
  height: 100%; }

img {
  max-width: 100%; 
  height: auto;
  }

body {
  height: 100%;
  background-color: #fff;
  font-weight: 400;
  font-family: "Stem";
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

p {
  margin: 0;
  color: #222;
  }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

input,
select,
button {
  outline: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1180px;
  width: 100%; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  background-color: #e6602f;
  box-shadow: 0px 16px 24px 0px rgb(230 96 47 / 26%);
  font-size: 15px;
  border-radius: 30px;
  text-align: center;
  padding: 16px 26px;
  letter-spacing: 1.5px;
  -webkit-transition: linear .4s;
  -o-transition: linear .4s;
  transition: linear .4s; 
}
  .btn-small {
    padding-right: 30px;
    padding-left: 30px; }
  .btn-white {
    box-shadow: none;
    background-color: #fff;
    color: #f05a5a; }
  .btn:hover {
    opacity: .8; }

.header {
  padding-top: 40px;
  color: #444; 
}
  .header .container .header-top {
    margin-bottom: 10px; }
.header-page {
  background-color: #f0f1e4;
  padding-top: 60px;
  color: #383838;
}
.header-page .container .header-top {
	margin-bottom: 30px;
}
	
    .header-title2 {
    font-family: 'Merriweather', serif;
    font-size: 35px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #383838;
    max-width: 60%;
    margin-bottom: 80px; }
    @media (min-width: 480px) {
      .header-title {
        font-size: 18px;
        font-size: calc( 0.03125 * 100vw + 20px); } }
    @media (min-width: 1280px) {
      .header-title {
        font-size: 60px; } }
  .header-title {
    font-family: 'Merriweather', serif;
    font-size: 35px;
    letter-spacing: 3px;
    font-weight: 300;
    /*max-width: 60%;*/
    margin-bottom: 30px; }
	.header-title strong {
		color: #b8557f;
	}
    @media (min-width: 480px) {
      .header-title {
        font-size: 18px;
        font-size: calc( 0.03125 * 100vw + 20px); } }
    @media (min-width: 1280px) {
      .header-title {
        font-size: 60px; } }
  .header-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    .header-items__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    max-width: 260px; }
    .header-item > *:not(:last-child) {
      margin-right: 15px; }
    .header-item:first-child {
      margin-right: 40px; }
    .header-item__persent {
      font-size: 25px;
      color: #e6602f!important;
      letter-spacing: 2px;
      font-family: 'Merriweather', serif;
      font-weight: 500; }
      @media (min-width: 480px) {
        .header-item__persent {
          font-size: 18px;
          font-size: calc( 0.01875 * 100vw + 16px); } }
      @media (min-width: 1280px) {
        .header-item__persent {
          font-size: 40px; } }
    .header-item__descr {
      font-weight: 400;
      letter-spacing: 0.8px; }
  .header-btn {
	color: #fff;
    margin-bottom: 15px; }
   .header-btn:hover {
	 background-color: #f75114;
	 opacity: 1;
   }
  .header-bottom {
	/*background-color: #f2ada9;*/
	background-color: #f2ada8;
	/*background-color: #99804d;*/
    padding-top: 25px;
    border-top: 1px solid #fff; }
    .header-bottom .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 550px) {
        .header-bottom .container {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .header-bottom__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 15px; }
      @media (max-width: 550px) {
        .header-bottom__info {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .header-bottom__info > *:not(:last-child) {
        margin-right: 45px; }
        @media (max-width: 550px) {
          .header-bottom__info > *:not(:last-child) {
            margin-right: 0; } }
      .header-bottom__info span {
        margin-bottom: 10px; }
    .header-bottom__phone {
      white-space: nowrap;
      font-weight: 700;
      letter-spacing: 0.8px;
      color: #ffffff;
      margin-bottom: 10px; }

nav {
  width: 100%;
  margin-bottom: 15px; 
}
nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

@media (max-width: 550px) {
     nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
		align-items: flex-start;
	} 
}

nav ul li {
      margin-bottom: 10px; 
}
	 
	 /*.header-bottom .nav-scroll {
	  text-shadow: 0px 0px 3px #000000c7;
	 }*/
nav ul li a {
  color: #444;
  font-weight: 500;
  font-family: "Stem";
  font-size: 15px;
}

.nav-scroll, .header-bottom__phone {
  -webkit-transition: linear .4s;
  -o-transition: linear .4s;
  transition: linear .4s; }
  .nav-scroll:hover, .header-bottom__phone:hover {
    color: #e6602f;
	}

@media (max-width: 550px) {
  nav ul > *:not(:last-child) {
    margin-right: 0; } }

.header2 {
  background-image: none;
  padding-top: 51px;
  color: #37332e;
  padding-bottom: 0; }
  .header2-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 550px) {
      .header2-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .header2-info {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 550px) {
      .header2-info {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .header2-info__phone {
      font-size: 30px;
      line-height: 1.2;
      font-weight: 700;
      font-family: 'Merriweather', serif;
      letter-spacing: 0.05em;
      color: #37332e;
      -webkit-transition: linear .4s;
      -o-transition: linear .4s;
      transition: linear .4s; }
      .header2-info__phone:hover {
        color: #f05a5a; }
    .header2-info__street {
      font-size: 16px;
      line-height: 1.2;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #37332e; }
    .header2-info__subway {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: 5px;
      line-height: 1;
      font-weight: 700;
      font-family: 'Merriweather', serif;
      letter-spacing: 0.05em;
      color: #37332e; }
      .header2-info__subway > *:not(:last-child) {
        margin-right: 5px; }
  .header2-bottom {
    background-color: #f05a5a;
    padding: 25px 0 0; }
    .header2-bottom .btn {
      margin-bottom: 25px; }
    .header2-bottom .header-bottom__info {
      margin-bottom: 0; }
    @media (max-width: 550px) {
      .header2-bottom nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .header2-bottom nav ul li a {
      font-size: 16px;
      line-height: 1.2;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #ffffff;
      -webkit-transition: linear .4s;
      -o-transition: linear .4s;
      transition: linear .4s; }
      .header2-bottom nav ul li a:hover {
        opacity: .7; }
.header2-bottom nav {
	width: 60%;
}
.header2-bottom nav ul {
	width: 100%;
}
.header2 .container .logo {
  margin-bottom: 15px; }

.s-about {
	position: relative;
	padding: 90px 0 100px;
  background-color: #f0f1e4; }
.s-about:before {
	content: '';
	width: 35%;
	background: #ffffff;
	height: 100%;
	position: absolute;
	display: block;
	float: left;
	top: 0;
	z-index: 1;
	left: 0;
}
.s-about:after {
	content: '';
	width: 65%;
	background: #f0f1e4;
	height: 100%;
	z-index: -1;
	position: absolute;
	display: block;
	float: right;
	top: 0;
	right: 0;
}
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .about-left {
    position: relative;
    min-width: 300px;
    max-width: 515px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .about-left__name {
      padding: 7px 8px 5px 8px;
      background-color: #fff;
      color: #37332e;
      letter-spacing: 0.8px;
      margin-bottom: 10px; }
    .about-left__prof {
      text-align: right;
      font-size: 14px;
      letter-spacing: 0.7px; }
  .about-right {
    max-width: 760px;
	padding-left: 80px;
     }
    .about-right__title, .about3-left__title, .promo-24p-tb p {
      color: #37332e;
      font-family: 'Merriweather', serif;
      font-weight: 700;
      font-size: 30px;
      margin-bottom: 50px;
      letter-spacing: 2.5px; }

      .about-right__title, .about3-left__title strong {
        color: #b8557f;
      }
	  .about-right__commentP, .about3-left__commentP {
		  display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	  }
	  .about-right__commentP span {
		width: 48px;
		min-width: 48px;
		border-radius: 50%;
		font-size: 30px;
		height: 48px;
		color: #ffffff;
		margin-right: 15px;
		background-color: #b8557f;
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
	  }
	  .about-right__title{
		margin-bottom: 60px;
	  }
	  .about3-left__commentP span {
		width: 48px;
		min-width: 48px;
		border-radius: 50%;
		font-size: 30px;
		height: 48px;
		color: #ffffff;
		margin-right: 15px;
		background-color: #f2ada9;
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
	  }
	  .about-right__title{
		margin-bottom: 60px;
	  }	  
.about3-left__titleH3 {
	  color: black;
    margin-bottom: 60px;
    font-weight: 500;
}
      @media (min-width: 480px) {
        .about-right__title, .about3-left__title {
          font-size: 18px;
          font-size: calc( 0.025 * 100vw + 18px); } }
      @media (min-width: 1280px) {
        .about-right__title, .about3-left__title {
          font-size: 30px; } }
    .about-right__comment, .about3-left__comment {
      position: relative;
      margin-bottom: 55px; }
      .about-right__comment > *:not(:last-child), .about3-left__comment > *:not(:last-child) {
        margin-bottom: 25px; }
      .about-right__comment p, .about3-left__comment p {
        color: #34363c;
        letter-spacing: 0.8px; }
    .about-right__commentName {
      font-weight: 700;
      color: #37332e;
    }
    .about-right__commentName strong {
      font-size: 14px;
      color: #f05a5a;
    }
    .about-right__subtitle {
      margin-bottom: 50px;
      text-align: right;
      color: #37332e;
      font-size: 30px;
      font-weight: 300;
      letter-spacing: 1.5px; }
    .about-right__items {
      background-color: #fff;
	  position: relative;
	  z-index: 2;
    }
    .about-right__items .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .about-right__item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      margin-bottom: 25px;
	  padding: 0 10px;
	  justify-content: center;
	  }
	  @media (max-width: 1082px) {
		  .about-right__item, .principles-item {
			 width:48%!important; 
		  }
	  }
	  @media (max-width: 541px) {
		  .about-right__item, .principles-item {
			 width:100%!important; 
		  }
	  }	  
	  .about-right__item-img {
		  width: 84px;
		  margin-right: 30px;
		  height: 84px;
	  }
      .about-right__item img {
        margin-bottom: 20px;
       }
      .about-right__item p {
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.05em;
        color: #111111; }

.s-road {
  background-image: url(../img/bgRoad.jpg);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 100px; }

.road-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .road-top .sec-title {
    margin-bottom: 10px;
    font-size: 30px;
	color: #ffffff;
  font-family: 'Merriweather', serif;
    font-weight: 700;
    letter-spacing: 0.05em; }
    @media (min-width: 480px) {
      .road-top .sec-title {
        font-size: 18px;
        font-size: calc( 0.025 * 100vw + 18px); } }
    @media (min-width: 1280px) {
      .road-top .sec-title {
        font-size: 30px; } }
  .road-top .btn {
    margin-bottom: 10px; }
.road-center__wrapper {
  margin-bottom: 60px;
}
.road-center {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); }
  .road-center__item {
    text-align: center;
    height: 201px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .road-center__item span {
      font-size: 50px;
      font-family: 'Merriweather', serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      color: #857f79;
      margin-bottom: 35px; }
    .road-center__item p {
      line-height: 1.2;
      font-weight: 700;
      letter-spacing: 0.05em; }

.road-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.05em; }
  .road-bottom strong {
    font-family: 'Merriweather', serif;
    font-weight: 700; }

.s-tv {
  padding-top: 90px;
  padding-bottom: 85px;
  background: #f0f1e4;
 }

.tv-titles, .principles-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .tv-titles, .principles-titles > *:not(:last-child) {
    margin-right: 20px; }

.tv-title, .principles-title{
  font-size: 30px;
  line-height: 37px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #37332e; }
  @media (min-width: 480px) {
    .tv-title, .principles-title{
      font-size: 18px;
      font-size: calc( 0.025 * 100vw + 18px); } }
  @media (min-width: 1280px) {
    .tv-title, .principles-title{
      font-size: 30px; } }

.tv-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
		  }
  @media (max-width: 900px) {
    .tv-items {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .tv-items__left {
    max-width: 840px;
    margin-right: 10px; }
    @media (max-width: 900px) {
      .tv-items__left {
        margin-bottom: 50px;
        max-width: 100%;
        width: 100%;
        margin-right: 0; } }
  .tv-items__right {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 900px) {
      .tv-items__right {
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); } }

.tv-item {
  margin-bottom: 25px; }
  @media (max-width: 900px) {
    .tv-item {
      margin-bottom: 0; } }
  .tv-item:hover .tv-item__bottom span {
    color: #f05d5d; }
  .tv-item__top {
	  margin-bottom: 35px;
    position: relative; }
    .tv-item__top:before {
      content: '';
      background-image: url(../img/play.png);
      display: block;
      background-size: contain;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .tv-item__bottom {
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 17px;
    justify-content: flex-end;
    text-align: right;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #37332e;
    font-size: 16px; }
    .tv-item__bottom span {
      -webkit-transition: linear .4s;
      -o-transition: linear .4s;
      font-size: 16px;
      transition: linear .4s; }
      .tv-item__bottom span strong {
        display: block;
        font-size: 30px;
        color: #f05d5d;
      }
  .tv-item--big .tv-item__top:before {
    width: 160px;
    height: 160px; }
  .tv-item--big .tv-item__bottom {
    height: 95px;
    padding-left: 35px;
    font-size: 20px; }
.work-principles, .s-about2 {
  padding-top: 50px;
  padding-bottom: 50px;
 }
.clients_about2_header{
	font-size: 48px;
	margin-bottom: 50px;
	margin-left: 12px;
}
.principles-items, .about2-right__items{
/*	display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.principles-item{
	text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	padding: 0 10px;
	width: 20%;
}

.principles-item-title{
	font-weight: 500;
	padding-top: 10px;
}
.principles-item-text{
	padding: 10px;
}
.principles-btn-block{
	text-align: center;
    margin-top: 40px;
}
.principles-btn{
	background-color: #f2ada9;
    color: #333;
    font-size: 18px;
	padding: 15px 25px;
	box-shadow: none;
}
.s-promo{
	display: grid;

}

.promo-action{
	background-image: url(../img/action1.jpg); 
    color: #fff;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-blend-mode: darken;
    background-color: #04040391; 
}
.promo-reviews{
	color: #444;
    background-color: #FFF6EF;
}
.promo-reviews-title{
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: 0.05em;
	padding-top: 40px;
}
.promo-reviews-container{
	padding: 50px;
}
.promo-reviews-container2{
	padding: 50px;
}

.promo-review{
	display: grid;
    grid-template-columns: 300px auto;
    padding: 5px 0;
}
.promo-review-right{
	padding-left: 20px;
	align-self: center;
}
.promo-review-left img{
	max-width: 300px;
}
.promo-review-title{
	padding-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
}
.promo-review-lable{
	margin-top: 50px;
}
.promo-review-lable span{
	margin-top: 50px;
    padding: 5px 20px 5px 50px;
    background-color: #f2ada9;
    color: black;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 24px;
}
.promo-review-text{
	padding-top: 15px;	
}
.promo-action-title{
	font-family: 'Merriweather', serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 30px;
    max-width: 300px;
	margin-bottom: 30px;
}
.promo-action-info{
    margin-top: 300px;
    max-width: 300px;
}
.promo-action-info2{
	margin-top: 30px;
    font-weight: 600;
}
@media (max-width: 590px) {
	.promo-review{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.promo-review-title {
		text-align: center;
		padding-top: 15px;
	}	
	.promo-review-right {
		text-align: center;
	}	
	.promo-reviews-title{
		text-align: center;		
	}
	
}
@media (min-width: 859px) {
	.s-promo{
		grid-template-columns: 50% 50%;	 
	}	  
	 .promo-reviews-container{
		 max-width: 590px;
		float: right;
		padding: 50px 50px 50px 20px;
	}
}

.s-about3{
	background-image: url(../img/s-about3.jpg);
    color: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
	background-position: top left;
    background-repeat: no-repeat;
}
.about3-left{
	max-width: 560px;
	
}
.promo-3pr{
    background-image: url(../img/promo-3pr.jpg);
    color: #000;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.promo-3pr-left .about3-left__title{
	background-color: #ffffff52;
    border-radius: 30px;
	padding: 15px;
}
.promo-3pr-left {
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 350px;
}
.promo-3pr-btn{
	background-color: #899400;
    color: #fff;
	font-size: 20px;
    padding: 20px 25px;
    box-shadow: none;
	margin-top: 20px;
}
.promo-3pr-text{
    margin-top: 50px;
    max-width: 300px;
	background-color: #ffffff52;
    border-radius: 30px;
    padding: 15px;
}
.promo-24p{
	padding: 50px 0;
}
.promo-24p-tb{
	display: grid;
    grid-template-columns: 2.1fr 1fr;
    gap: 30px;
    align-items: center;
}
.promo-24p-tb p {	  
	  color: #37332e;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 2.5px;
}
.promo-24p-btn {
    background-color: #899400;
    color: #fff;
    font-size: 20px;
    padding: 15px 25px;
    box-shadow: none;
}

.promo-step1{
	padding: 80px 0 50px 0;
}
.promo-step1-tb{
	max-width: 500px;
	margin-bottom: 30px;
}
.promo-step1-tb p {	  
	color: #37332e;
    font-family: 'Merriweather', serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
}
.promo-step1-btn {
    background-color: #899400;
    color: #fff;
    font-size: 20px;
    padding: 15px 25px;
    box-shadow: none;
	margin: 0 30px 30px 30px;
}
.promo-step1 .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;	
}
.promo-7d{
	background-color: #f3f3f3;
	
}
.promo-7d .container{
    display: grid;
    align-items: center;
    grid-template-columns: 360px auto;
    gap: 50px;
}
.promo-7d-left{
	width: 50%;	
}
.promo-7d-right{
	width: 50%;
    max-width: 550px;
    padding: 20px 50px;
}
.promo-7d-right-title{
	color: #37332e;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
	line-height: 150%;
}
.promo-7d-right-text{
	padding-bottom: 15px;
  line-height: 1.4;
}
.promo-7d-img-text{
	text-align: center;
	margin-top: 20px;
}
.man-img {
  border-radius: 20px;
  margin-bottom: 10px;
}
.man-btn {
  background-color: #899400;
  color: #fff;
  font-size: 20px;
  padding: 16px 25px;
  box-shadow: none;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}
.promo-7d-2{
	background-color: #f3f3f3;
}
.promo-7d-2 .cat3{
	padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
	
}
.promo-7d-2 .col{
	background-color: #FFF6EF;
    padding: 20px;
    line-height: 140%;
    border-radius: 20px;
}
.promo-7d-2 .circle_num{
	margin: 0 auto;
    display: flex;
    height: 50px;
    width: 50px;
    font-size: 30px;
    margin-bottom: 20px;
}
.promo-7d-2 .doptext{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.fw500{
	font-weight: 500;
}
@media (max-width: 1050px) {
	.promo-7d-right {
		padding: 10px 10px 10px 30px;
	}
}
@media (max-width: 991px) {
	.promo-7d .container {
		grid-template-columns: 1fr;
	}
	.promo-7d-left {
		margin: 0 auto;
		padding-top: 20px;
	}
	.promo-7d-right {
		width: 100%;
		max-width: 100%;
	}
	.promo-7d-2 .cat3 {
		grid-template-columns: 1fr;
	}
	.clients_about2_header {
		text-align: center;
	}
	
}
@media (max-width: 600px) {
	.promo-7d-left {
		width: 90%;
	}
}
.breadCrumbs {
  padding: 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadCrumbs > *:not(:last-child) {
    margin-right: 10px; }
  .breadCrumbs a {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #37332e;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s; }
    .breadCrumbs a:hover {
      color: #f05a5a; }
  .breadcrumb_last {
    color: #f05a5a !important; }

.sec-title {
  font-size: 30px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #37332e; }
  @media (min-width: 480px) {
    .sec-title {
      font-size: 18px;
      font-size: calc( 0.025 * 100vw + 18px); } }
  @media (min-width: 1280px) {
    .sec-title {
      font-size: 50px; } }

.subSec-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #37332e; }
  @media (min-width: 480px) {
    .subSec-title {
      font-size: 18px;
      font-size: calc( 0.00625 * 100vw + 22px); } }
  @media (min-width: 1280px) {
    .subSec-title {
      font-size: 30px; } }

.form-test {
  color: #fff; }

.callme-popup {
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.callme-popup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.popup-form {
  float: left;
  width: 100%;
  height: 100%;
  max-width: 60%;
  background: #fff;
  position: absolute;
  top: 0;
  padding: 20px 30px;
  padding-top: 2%;
  overflow: auto;
  z-index: 3;
  margin: 50px auto;
  left: 0;
  right: 0;
  height: auto;
  top: 50%;
  border-radius: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.popup-form--wrap {
  float: left;
  width: 100%; }

.popup__title {
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px; }

.popup__desc {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #9fa7b1; }

.popup__form {
  float: left;
  width: 100%;
  position: relative; }

.popup__form .popup__input {
  float: left;
  width: 100%;
  max-width: 250px; }

.popup__form .input-text {
  margin-bottom: 0 !important; }

.popup__input .form-button {
  margin-top: 10px; }

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.popup-close span {
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #f3f3f3;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/close.png);
  background-size: 35%;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.popup-close span:hover {
  background-color: #f05a5b; }

.popup-close--2 {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.button-submit,
.form-ok {
  display: none; }

.popup-form__title {
  float: left;
  width: 100%;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #1a1a1a; }

.popup-form__desc {
  float: left;
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #f05a5a;
  margin-bottom: 15px; }
.popup-form__input_v2 .input-text{
	padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    color: #242424;
    background: #fbf9f8;
    border: 1px solid #e6602f;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
	max-width: 90%;
	margin-bottom: 5px!important;
}
.popup-form__input_v2 .wpcf7-form-control-wrap{
	margin-bottom: 16px;
    display: block;
}
.popup-form .btn{
	margin-top: 16px;
}
.popup-form__input {
  float: left;
  width: 40%;
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px; }

.popup-form__btn {
  float: left;
  width: 40%;
  position: relative;
  margin-bottom: 10px; }

.popup-form__btn .button {
  cursor: pointer; }

.popup-form__check {
  float: left;
  width: 55%;
  position: relative;
  font-size: 13px;
  line-height: 1.5; }

.popup-form__check a {
  color: #666666;
  -webkit-transition: linear .4s;
  -o-transition: linear .4s;
  transition: linear .4s; }

.popup-form__check a:hover {
  color: #f05d5d; }

.input-checkbox {
  font-size: 14px;
  line-height: 1.3;
  float: left;
  width: 100%;
  cursor: pointer; }

.input-checkbox input[type="radio"],
.input-checkbox input[type="checkbox"] {
  display: none; }

.input-checkbox input[type="radio"] ~ span,
.input-checkbox input[type="checkbox"] ~ span {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  cursor: pointer; }

.input-checkbox input[type="radio"] ~ span:before,
.input-checkbox input[type="checkbox"] ~ span:before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #ebeef2;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  top: 50%;
  margin-top: -13px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.input-checkbox input[type="radio"]:checked ~ span:before {
  background-image: url(images/icons/icon-check.png); }

.input-checkbox input[type="checkbox"]:checked ~ span:before {
  background-size: 34px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='006464'aria-labelledby='title'aria-describedby='desc'%3e%3cpathfill='none'stroke='%23273b54'stroke-miterlimit='10'stroke-width='4'd='M20.99832.015l8.9928.99216.011-16.011'/%3e%3c/svg%3e");
  border: 1px solid #ebeef2; }

.filter-checkbox-icon {
  float: left;
  width: 100%;
  position: relative;
  padding: 8px 0; }

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.checkbox + label {
  position: relative;
  padding: 0 0 0 75px;
  cursor: pointer;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.checkbox + label:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background: #dfe2e6;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.checkbox + label:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='006464'aria-labelledby='title'aria-describedby='desc'%3e%3cpathfill='none'stroke='%239fa7b1'stroke-miterlimit='10'stroke-width='4'd='M41.99920.002l-2222m220L2020'/%3e%3c/svg%3e");
  background-size: 28px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.checkbox:checked + label:before {
  background: #273b54; }

.checkbox:checked + label:after {
  left: 32px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='006464'aria-labelledby='title'aria-describedby='desc'%3e%3cpathfill='none'stroke='%23273b54'stroke-miterlimit='10'stroke-width='4'd='M20.99832.015l8.9928.99216.011-16.011'/%3e%3c/svg%3e"); }

.popup-form__input .input-text {
  float: left;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
  color: #242424;
  background: #f8f9fb;
  border: 1px solid #d6b38c;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.popup-form__input .input-text::-webkit-input-placeholder {
  color: #242424 !important; }

.popup-form__input .input-text::-moz-placeholder {
  color: #242424 !important; }

.popup-form__input .input-text:-ms-input-placeholder {
  color: #242424 !important; }

.popup-form__input .input-text::-ms-input-placeholder {
  color: #242424 !important; }

.popup-form__input .input-text::placeholder {
  color: #242424 !important; }

.input-text:focus {
  border-color: #b70230;
  background: #f5f5f5; }

.input-text__ed {
  font-weight: 400;
  position: absolute;
  right: 20px;
  bottom: 18px; }

.input-text__name {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px; }

textarea.input-text {
  min-height: 100px; }

.select-text-old {
  float: left;
  width: 100%;
  padding: 13px 30px;
  border: 2px solid #eee;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  background: url(images/icons/icon-select.png) no-repeat right 15px center #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none; }

.labelInputs {
  white-space: nowrap; }

.select-box {
  position: relative;
  width: 100%;
  float: left;
  cursor: pointer; }

.select-box .input-text {
  padding: 19px 30px; }

.select-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 55px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='006464'aria-labelledby='title'aria-describedby='desc'%3e%3cpathdata-name='layer1'fill='none'stroke='%23cc2752'stroke-miterlimit='10'stroke-width='4'd='M2026l11.99414L4426'/%3e%3c/svg%3e");
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.select-arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.select-text {
  font-size: 13px;
  color: #9fa7b1; }

.select-text.active {
  color: #1a1a1a; }

.select-menu-box-wrap {
  width: 100%;
  border-radius: 0 0 3px 3px;
  position: absolute;
  top: 55px;
  left: 0;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  z-index: 2;
  display: none; }

.select-menu-box {
  float: left;
  width: 100%;
  position: relative;
  display: block; }

.select-menu-box > li {
  display: block;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.select-menu-box > li.option {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.2;
  padding: 16px 20px 16px 50px;
  position: relative; }

.select-menu-box > li.option:before {
  content: "";
  float: left;
  width: 86%;
  height: 1px;
  color: #212121;
  background: #ebeef2;
  margin: 0 7%;
  position: absolute;
  top: -1px;
  left: 0; }

.select-menu-box > li.option:first-child:before {
  display: none; }

.select-menu-box > li.option:hover {
  background: #ebeef2; }

.confidencial__checked {
  float: left;
  width: 100%;
  max-width: 460px;
  color: #c9ced4;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 5px 0 32px;
  margin-bottom: 0;
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  display: none; }

.confidencial__checked a {
  color: #c9ced4;
  border-bottom: 1px solid;
  line-height: 12px;
  display: inline-block; }

.confidencial__checked a:hover {
  color: #1a1a1a; }

button,
[type="submit"] {
  -webkit-appearance: inherit; }

.btn {
  outline: none !important; }

.input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.input-file label {
  color: #fff;
  margin-right: 10px; }

.form-sub__title,
.contact-form-sub .popup-form__check {
  color: #fff !important; }

.contact-form-sub .popup-form__check {
  margin-top: 10px; }

.mobilePhoneBtn {
  display: none; }

.popup-form__inputSpan {
  font-size: 20px; }

.popup-form__inputWrapper,
.popup-form__radioButtons,
.popup-form__btnWrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.popup-form__inputWrapper > *:not(:last-child) {
  margin-right: 10px; }

.popup-form__btnWrapper {
  margin-top: 20px; }

.popup-form__radioButtons span {
  margin: 0 10px; }

.popup-form__radioButtons label {
  margin-left: 5px;
  font-size: 13px; }

form .form-button {
  margin-top: 10px; }

.popup-form__radioButtons .popup-form__inputSpan {
  display: block;
  width: 100%;
  margin: 0 0 5px 0; }

.modal-box .modal-box-content {
  padding-top: 20px; }

.mfp-close {
  right: -11px;
  top: -7px; }

@media screen and (max-width: 800px) {
  .popup-close {
    top: 20px;
    right: 20px; }
  .popup-close span {
    width: 50px;
    height: 50px; }
  .popup-form {
    padding: 60px 50px; }
  .popup-form__btn {
    width: 100%; }
  .popup-form {
    padding: 60px 40px; }
  .popup-form__check {
    width: 100%; }
  .popup-form {
    max-width: 100%;
    margin-top: 0;
    height: 100%;
    border-radius: 0; }
  .popup-form--wrap {
    margin-top: 10%; }
  .popup-form__input {
    width: 100%;
    margin: 20px 0; }
  .labelInputs {
    display: block;
    width: 100%; } }

.form-button {
  height: 50px;
  width: 200px; }

/*li settings*/
.list-margin > *:not(:last-child), .list > *:not(:last-child) {
  margin-bottom: 10px; }

ul.list li span:first-child {
  float: left;
  padding: 0 .4em 0 0;
  margin: 0; }

ul.list li span + span {
  float: right;
  padding: 0 0 0 .4em;
  margin: 0; }

ul.list li:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 1em;
  border-bottom: 1px dotted #666; }

@media screen and (max-width: 700px) {
  ul.list li span:first-child, ul.list li span + span {
    float: none; }
  ul.list li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #666; }
  ul.list li span + span {
    text-align: right;
    font-weight: 500; }
  ul.list li:after {
    display: none; }
  ul.list li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.footer-top__social {
  margin-bottom: 20px; }

.form-test {
  margin-bottom: 20px;
  max-width: 70%; }

.test-wrap {
  position: relative; }

.faq-item--itog,
.faq-item {
  display: none;
  top: 0;
  left: 0; }

.faq-item__number {
  line-height: 1.2;
  font-size: 20px;
  color: #bdbdbb;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px; }

.form-test__inputTitle {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 35px; }
.contacts-items .input-text3 {
	border: none;
    display: block;
    border-bottom: 1px solid #e87877;
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 10px;
} 
.form-test__radioButtonsR .wpcf7-form-control{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 10px 8px 40px 14px;
}
.form-test__radioButtonsR .wpcf7-list-item{
	padding: 10px 0;
}

.form-test__radioButtonsR .wpcf7-list-item input:checked::after {
    content: '';
    position: absolute;
    margin: 3px;
    width: 10px;
    height: 10px;
    background-color: #e87877;
    border-radius: 30px;
}
.form-test__radioButtonsR .wpcf7-list-item input{
    content: " ";
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    position: absolute;
    margin-left: -25px;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 2px solid #f2ada9!important;
    background-color: #ffffff!important;
}
.form-test__radioButtonsR span.wpcf7-list-item-label::after{
	margin-left: 30px;
}

.form-test__radioButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .form-test__radioButtons > *:not(:last-child) {
    margin-right: 40px; }

.form-test__radioButtons .labelInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-test__radioButtons .labelInputs > *:not(:last-child) {
    margin-right: 10px; }

.form-test__radioButtons .labelInputs input {
  width: 22px;
  height: 22px; }

.form-test__radioButtons .labelInputs label {
  font-weight: 300;
  line-height: 1; }

.form-test__inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.form-test__btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-test__btnWrapper .popup-form__input {
  max-width: 350px;
}
.footer-bottom__nav ul > *:not(:last-child) {
    margin-right: 30px;
}
@media only screen and (min-width: 1000px) {
  .ff_modal_container {
    width: 490px;
  }
}
@media (max-width: 940px) {
  .about-right__comment--trigl {
    display: none; }
  .about-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .ankety-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (max-width: 800px) {
  .footer .footer-top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form-test {
    margin-bottom: 50px; } }

@media (max-width: 560px) {
	.h1-sub-title {
		text-align: center;
	}
	.galina-1scr, .tv_sec_right{
		order: -1;
	}
	.one-screen, .tv_sec_in {
		flex-direction: column;
	}	
	.tv_sec_headtxt {
		font-size: 34px!important;
		margin-bottom: 30px!important;
	}
	.vabout_title {
		font-size: 34px!important;
	}	
	.quote_sec_afterel {

		left: calc(50% - 90px)!important;
	}
	.clients_sec_tb{
		align-items: center!important;
		flex-wrap: wrap;
	}
	.clients_sec__item{
		width: 50%;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.clients_sec_header {
		font-size: 30px!important;
	}
	.intro_sec_texblocks{
		display: block!important;
	}
	.intro_sec_texblocks > div{
		width: 100%!important;
	}
	.intro_sec_head {
		font-size: 24px!important;
		line-height: 36px!important;
	}
	.in24_sec_hwrp, .principles_sec_tb, .footer_main{
	  grid-auto-flow: row!important;
	}
	.footer-bottom__block_left{
		text-align: center;
	}
	.footer_main > div{
		margin-bottom: 30px;
	}
.b-footer__bz{
	margin-left: 0!important;
}
	.in24_sec_head {
		font-size: 30px!important;
		line-height: 40px!important;
		text-align: center;
		margin-bottom: 30px;
	}
	.hr-1scr{
		display: none;
	}
	.circles-desc{display:none;}
	.circles-mob{display:block!important;}
	.s-road {
		background-image: url(../img/bgRoad-mob.jpg);
	}
  .footer-bottom__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer .footer-bottom__block > *:not(:last-child) {
    margin-right: 0; }
  .footer-bottom__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-bottom__nav ul > *:not(:last-child) {
    margin-right: 0; }
  .form-test {
    max-width: 100%; }
  .form-test__radioButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .form-test__radioButtons > *:not(:last-child) {
      margin-bottom: 15px; }
  .tv-item--big .tv-item__top:before {
    width: 50px;
    height: 50px; }
  .tv-item--big .tv-item__bottom {
    height: 42px;
    padding-left: 17px;
    font-size: 14px; }
  .about-right .about-right__comment {
    padding: 20px 15px; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-items, .header-items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-item:first-child {
    margin-right: 0; }
  .header-item {
    max-width: 220px; }
  .header-item__persent {
    width: 75px;
    min-width: 75px; }
  .header-title, .h1-title {
    max-width: 100%;
    text-align: center; }
  .road-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn-small {
    width: 260px; }
  .about-right__title, .about3-left__title, .about-right__subtitle, .tv-titles, .principles-titles {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .footer-top .container h2 {
    text-align: center; }
  .footer-top__price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .footer-top__social {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.form-test__radioButtons .form-test__inputTitle {
  display: block;
  margin-bottom: 35px; }

.form-test__radioButtons {
  margin-right: 0;
  max-width: 50%; }

.form-test__radioButtons .labelInputs {
  margin-bottom: 20px; }

.form-test__radioButtonsF {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-test__radioButtonsF > *:not(:last-child) {
    margin-right: 0; }

.form-test__radioButtonsF .labelInputs {
  margin-right: 10px; }

.aboutMe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .aboutMe-left {
    max-width: 510px;
    margin-bottom: 70px; }
    @media (max-width: 930px) {
      .aboutMe-left {
        max-width: 100%; } }
    .aboutMe-left .sec-title {
      margin-bottom: 35px; }
    .aboutMe-left__text {
      line-height: 1.2;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #181818; }
      .aboutMe-left__text > *:not(:last-child) {
        margin-bottom: 25px; }
    .aboutMe-left .subSec-title {
      margin-top: 60px;
      margin-bottom: 45px; }
  .aboutMe-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 930px) {
      .aboutMe-right {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.contacts .sec-title {
  margin-bottom: 40px; }

.contacts-descr {
	line-height: 1.2;
    letter-spacing: 0.05em;
    color: #272727;
    max-width: 600px;
	}

.contacts-items {
  margin-top: 50px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px; }
  .contacts-item span {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #37332e; }
    @media (min-width: 480px) {
      .contacts-item span {
        font-size: 18px;
        font-size: calc( 0.00625 * 100vw + 22px); } }
    @media (min-width: 1280px) {
      .contacts-item span {
        font-size: 30px; } }
  .contacts-item__phone {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    letter-spacing: 0.05em;
    color: #37332e;
    white-space: nowrap; }
    @media (min-width: 480px) {
      .contacts-item__phone {
        font-size: 18px;
        font-size: calc( 0.00625 * 100vw + 22px); } }
    @media (min-width: 1280px) {
      .contacts-item__phone {
        font-size: 30px; } }
  .contacts-item__wrapper > *:not(:last-child) {
    margin-right: 10px; }

.contacts-mapWr h3 {
  margin-bottom: 40px; }

.contacts-mapWr .contacts-descr {
  margin-bottom: 50px; }

.blog {
  padding-bottom: 20px; }
  .blog .sec-title {
    margin-bottom: 40px; }
  .blog h3 {
    margin-bottom: 55px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #37332e;
    margin-top: 15px;
  }
  .blog-items {
    display: grid;
    grid-gap: 40px;
    margin-bottom: 60px;
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); }
  .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s; }
    .blog-item:hover span {
      color: #f05a5a; }
    .blog-item img {
      height: 260px;
      margin-bottom: 20px; }
    .blog-item span {
      font-weight: 700;
      font-family: 'Merriweather', serif;
      letter-spacing: 0.05em;
      color: #37332e;
      -webkit-transition: linear .4s;
      -o-transition: linear .4s;
      transition: linear .4s; }

.s-singleS {
  padding-bottom: 90px; }
  .s-singleS .subSec-title {
    margin-top: 60px;
    margin-bottom: 45px; }
.single-s2{
	
}
.single-s2 p, .single-s2 ul{
	margin-bottom: 15px;
	line-height: 26px;	
}
.single-s2 h2{
	margin: 40px 0 15px;
}
.single-s2_thumb{
    margin: 20px 0;
}

.single-s2 ul li{
	list-style: inside;
}
.single {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 800px) {
    .single {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .single-left {
    max-width: 500px; }
    @media (max-width: 800px) {
      .single-left {
        max-width: 100%;
        margin-bottom: 45px; } }
  .single-right {
    max-width: 570px;
    height: 400px; }
    @media (max-width: 1024px) {
      .single-right {
        height: auto;
        max-width: 400px; } }
    @media (max-width: 800px) {
      .single-right {
        max-width: 100%; } }
    .single-right img {
      height: 100%; }
      @media (max-width: 1024px) {
        .single-right img {
          height: auto; } }

.single-left__text {
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #37332e; }
  .single-left__text > *:not(:last-child) {
    margin-bottom: 25px; }
.single-left__text a {
  transition: linear .2s;
    color: #f05d5d;
}
.single-left__text a:hover {
  color: #e6602f;
}
footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.footer {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bgFooter.jpg); }
  .footer-top {
    padding-bottom: 100px; }
    .footer-top .container h2 {
      font-size: 20px;
      font-weight: 700;
	  margin-bottom: 15px;
      color: #f7f7d3;
      line-height: 1.2; }
      @media (min-width: 480px) {
        .footer-top .container h2 {
          font-size: 18px;
          font-size: calc( 0.00625 * 100vw + 22px); } }
      @media (min-width: 1280px) {
        .footer-top .container h2 {
          font-size: 20px; } }
      .footer-top .container h2 strong {
        display: block;
        font-size: 30px;
        color: #fff;
		margin-bottom: 25px;
        font-weight: 700;
        font-family: 'Merriweather', serif;
        letter-spacing: 0.05em; }
        @media (min-width: 480px) {
          .footer-top .container h2 strong {
            font-size: 18px;
            font-size: calc( 0.025 * 100vw + 18px); } }
        @media (min-width: 1280px) {
          .footer-top .container h2 strong {
            font-size: 30px; } }
    .footer-top__price {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.05em;
      margin-bottom: 100px; }
      @media (min-width: 480px) {
        .footer-top__price {
          font-size: 18px;
          font-size: calc( 0.00625 * 100vw + 22px); } }
      @media (min-width: 1280px) {
        .footer-top__price {
          font-size: 20px; } }
      .footer-top__price--new {
        font-weight: 700;
        color: #f0f1e4; }
      .footer-top__price p {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
        font-family: 'Merriweather', serif;
        letter-spacing: 0.05em;
        color: #e6602f; }
    .footer-top__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .footer-top__social > *:not(:last-child) {
      margin-right: 15px; }
    .footer-top__social a {
      -webkit-transition: linear .4s;
      -o-transition: linear .4s;
      transition: linear .4s; }
      .footer-top__social a:hover {
        opacity: .8; }
  .footer-bottom {
    background: #FFF;
    padding: 60px 0 40px;
	  display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flex;
	  display: -o-flex;
	  -webkit-flex-wrap: wrap;
	  -moz-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  -o-flex-wrap: wrap;
	  flex-wrap: wrap;
	  display: flex;
	  -webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	  justify-content: space-between;
	}	
.footer-bottom__block_right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
	    padding: 0 20px;
}
.footer-bottom__block_rightP {
	margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
}
.footer-bottom__block_rightW img{
	width: 36px;
}
.footer_main {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}
	.footer-bottom a{
      color: #444!important;
      font-family: "Stem";
    }
    .footer-bottom__block_rightW p {
      font-family: "Stem";
    }
    .footer-bottom__block {
		margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; 
		      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;  
	}
      .footer-bottom__block > *:not(:last-child) {
        margin-right: 30px; }
    .footer-bottom__inn span {
      display: block;
      margin-bottom: 10px;
      font-weight: 300; }
      .footer-bottom__inn span strong {
        font-weight: 700;
        font-family: 'Merriweather', serif;
         }
    .footer-bottom__nav {
		width: auto;
      margin-bottom: 0; }
      .footer-bottom__nav a {
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s; }
        .footer-bottom__nav a:hover {
          color: #e6602f; }
    .footer-bottom__link {
      display: block;
      margin-bottom: 10px;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #000;
      -webkit-transition: linear .4s;
      -o-transition: linear .4s;
      transition: linear .4s; }
      .footer-bottom__link:hover {
        color: #e6602f; }

.form-test__radioButtons .labelInputs input[type=radio] {
  display: none; }

.form-test__radioButtons .labelInputs label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.form-test__radioButtons .labelInputs label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-radius: 50%;
  background: #fff; }

.form-test__radioButtons .labelInputs input[type=radio]:checked + label:before {
  border: 3px solid #fff;
  background-color: #e6602f; }

.form-test__radioButtons .form-test__inputTitleT {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  letter-spacing: 0.05em;
  color: #ffffff; }
.one-screen{
	display: flex;
	align-items: center;
} 
.one-screen-h1 {
	color: #444;
    font-size: 18px !important;
	margin-bottom: 30px;
}
.hr-1scr {
    border-top: 2px solid #e6602f;
    width: 200px;
    margin-left: 30px;
}
.h1-title {
	margin-left: 1px;
    font-size: 15px;
    font-weight: 400;
}
.h1-sub-title{
	font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
ol li {
	list-style: inherit;
	margin-bottom: 10px;
}
.header2 {
	background-image: none;
}
.single-right {
	margin-bottom: 20px;
}

@media (max-width: 500px) {
	.header {
		/*background-image: url(../img/bgHeadermb.jpg);*/
	}
	.blog-items {
		grid-template-columns: auto;
	}
	.header {
		padding-top: 5px;
	}
	.header-title {
		margin-bottom: 30px;
	}
	.header-btn {
		margin-top: 20px;
	}
	.contacts-item {
		margin-bottom: 30px;
	}
	.header .container .logo {
		margin-bottom: 5px;
	}
}
.tv-item__top img {
	width: 100%;
}
.contacts-item {
	margin-left: 5px;
    margin-right: 5px;
}
.singleBlog-link {
	transition: linear .2s;
	color: #f05d5d;
}
.singleBlog-link:hover {
	color: #e6602f;
}


.form-test-ok {
  width: 50%;
}
.form-test-ok .popup-form__title {
  color: #fff;
}

@media (max-width: 800px) {
	.form-test-ok {
		width: 100%;
	}
}

#parent_popup{
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#popup{
    background: #fff;
	border-radius: 15px;
    max-width: 520px;
    margin: 3% auto;
    padding: 10px 0;
    position: relative;
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -o-flex!important;
	display: flex!important;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
#popup iframe {
	width: 100%;
	height: 300px;
	margin-bottom: 25px;
	padding: 0 20px;
}
.popup-text {
	text-align: center;
	padding: 20px 20px;
	margin-bottom: 25px;
}
.popup-text .section-title {
	margin-bottom: 20px;
}

.close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 400;
    color: #fff;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
    cursor: pointer;
	border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #f3f3f3;
	font-size: 22px;
	transition: linear .4s;
}
.close:hover{
    background-color: #f05d5d;
}

.popupSpanVideo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.popupSpanVideo .spanImg {
	width: 60px;
	height: 60px;
	position: relative;
}
/* мобильная версия girl
.about-left__mobile {
	display: none;
}
*/
@media (max-width: 767px) {
  .ankety-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
	#popup {
		max-width: 100%;
		width: 90%;
	}
	/*.about-left__mobile {
		display: block;
	}
	.about-left__tablet {
		display: none;
	}*/
}


.input-text__neo {
	font-size: 12px;
	margin-top: 50px;
	font-weight: 300;
}

.nav-bottomF {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  display: none;
  transition: linear .4s;
  z-index: 100; }

.nav-bottomF .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block; }
  
.btn-bottomF {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 11px;
  font-family: "Stem";
}
.phone-bottomF {
	display: block;
	margin-bottom: 11px;
	color: #e6602f;
  font-family: "Stem";
}


.header-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.header-top__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
  align-items: center;
}
.header-top__infoP {
  font-size: 18px;
  color: #444;
  font-weight: 500;
  white-space: nowrap;
  font-family: "Stem";
}

.header-top__infoW > *:not(:last-child) {
  margin-right: 15px;
}

.header-top__info a {
  transition: linear .3s;
}

.header-top__info a:hover {
  opacity: 0.8;
}
.head_menu{
	display: flex;
}
.head_menu nav, .head_menu li {
	margin-bottom:0px;
}
.head_menu li {
    margin-left: 20px;
}
.tv-items__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  max-width: 150px;
  color: #939393;
}
.tv-item2, .tv-items__rightWrap {
  transition: linear .3s;
}
.tv-item2-top {
  margin-bottom: 20px;
}
.tv-item2:hover, .tv-items__rightWrap a:hover {
  opacity: .7;
}
.tv-items__rightWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.tv-items__right > *:not(:last-child) {
	margin-right: 30px;
}
.tv-items__rightWrap > *:not(:last-child) {
	margin-right: 30px;
}

@media (max-width: 900px) {
  .tv-items__right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    grid-gap: 0;
  }
  .tv-items__rightWrap > *:not(:last-child) {
    margin-right: 15px;
  }
  .header-title {
    margin-bottom: 25px;
  }
  .header-items__wrapper {
    margin-bottom: 30px;
  }
  .header-bottom .container nav ul > *:not(:last-child) {
    margin-right: 0;
  }
  .header-bottom .container nav {
    width: 100%;
  }
  .header-bottom .container nav ul {
    justify-content: space-around;
  }
}
@media (max-width: 500px) {
  .header-title2 {
    max-width: 100%;
    font-size: 30px;
    text-align: center;
  }
  .header-top .h1_head{
	margin-left: 0;
  }
  #menu_burger{display: none;}
	.head_menu{
		line-height: 26px;
		order: 1;
	}
  .header-top__info {
	  align-items: center;
	  flex-wrap: wrap;
  }
    .header-top__info .btn {
		margin: 12px 0 0 10px;
		padding: 5px 8px;
		font-size: 16px;
	}
	.header-top__info a {
		margin-top: 5px;
	}	
  .s-road {
	  padding-bottom: 130px;
  }
  .road {
	  position: relative;
  }
  .road-top .btn {
	position: absolute;
    bottom: -95px;
  }
  .tv-item__bottom span strong {
	font-size: 18px;  
  }
}

.wpcf7 {
	width: 100%;
}
.contacts-items .input-text2 {
	border: none;
    display: block;
    border-bottom: 1px solid #f05a5a;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}

.header-btn-border {
background: none;
    box-shadow: none;
    font-weight: 500;
    color: #444;
    font-size: 18px;
    border: 1px solid #E5592680;
	padding: 5px 15px;
    margin: 6px 0 0 6px;
    letter-spacing: 0px;
  font-family: "Stem";
}
.header-top__btn {
	margin-bottom: 25px;
}
.header-btn-border:hover {
	opacity: 1;
	color: #e6602f;
}

.s-gal {
	height: 863px;
	background-image: url(../img/bgGal.jpg);
	color: #ffffff;
}
.gal {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end
}
.gal-top, .gal-bottom {
	max-width: 480px;
	padding: 65px 20px 35px 65px;
}
.gal-top {
	margin-top: 85px;
	background-color: rgba(54, 54, 54, .65);
}
.gal-bottom {
	margin-top: 70px;
}
.gal-top .sec-title, .gal-bottom .sec-title {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 45px;
}

.gal-text {
	margin-bottom: 30px;
	max-width: 360px;
}


.input-post-pass{    
	width: 100%;
	max-width: 210px;
    padding: 10px 20px;
	margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #242424;
    background: #f8f9fb;
    border: 1px solid #f2ada9;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 30px;
}
.circle_num{
	width: 30px;
    min-width: 30px;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    color: #ffffff;
    margin-right: 5px;
    background-color: #f2ada9;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
}
.quote_sec{
	background-color: #FCF7F4;
	margin: 80px 0;
}
.quote_sec_amur{
	position: absolute;
    margin-top: -70px;
    margin-left: 20px;
    width: 250px;
}
.quote_sec_txtwrp{
	position: relative;
    padding: 40px 0;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    line-height: 27px;
}
.quote_sec_txtwrp p{
	margin-bottom: 30px;
}

.quote_sec_afterel{	
    position: absolute;
	bottom: -100px;
    left: 60%;
}
.tv_sec{
	margin: 100px 0 50px;
}
.tv_sec_in{
	display: flex;
    justify-content: center;
	align-items: center;
}
.tv_sec_in > div{
	margin: 0 20px;
}
.tv_sec_preview{
	max-width: 600px;
}
.tv_sec_headtxt{
	font-size: 44px;
    line-height: 52px;
    font-family: 'FoglihtenNo06', arial;
    margin-bottom: 70px;
	color: #444;
}
#vabout{
	margin: 100px 0 50px;
}
.carousel-vabout .owl-stage{
	transition: all 1s ease 0s!important;
}
.carousel-vabout .owl-nav{
	text-align: center;
	    margin-top: 20px;
}
.carousel-vabout .owl-nav button{
	position: unset!important;
	background-color: #f2ac93!important;
    color: #505050!important;
    font-size: 30px!important;
    width: 50px;
    height: 33px;
    border-radius: 30px;	
}
.carousel-vabout .owl-nav button:hover{
    color: #fff!important;	
	transition: all 0.25s ease 0s!important;
}
.vabout_title{
	font-size: 44px;
    line-height: 52px;
    font-family: 'FoglihtenNo06', arial;
    margin-bottom: 70px;
    color: #444;
    text-align: center;
}
.vabout_item {
	padding: 10px 0;
}
.vabout_item img{
	border-radius: 15px;
    box-shadow: 0 0 12px 0px #5a5756;
}
.vabout_item p{
	padding: 10px 5px;
    text-align: center;
    font-size: 18px;
    color: #444;
}
.tv_sec_channels{
	font-size: 20px;
	display: flex;
	align-items: center;	
}
.tv_sec_channels p{
    margin-right: 30px;
}
.tv_sec_channels img{
	width: 60px;
	margin: 0 5px;
}
.FoglihtenNo06{
	font-family: 'FoglihtenNo06', arial;	
	color: #444;
}
.clients_sec{
	background-color: #FFF6EF;
	padding: 25px 0;
	color: #444;
}
.clients_sec_tb{
	display: flex;
    justify-content: space-around;
    align-items: flex-end;
    text-align: center;
}
.clients_sec__item img {
	margin-bottom: 15px;
	width: 100px;
}
.clients_sec__item p {
	font-size: 20px;
}	
.clients_sec_header{
	font-size: 48px;
	margin-bottom: 50px;
	margin-left: 80px;
}
.intro_sec{
	margin: 80px 0;
}
.intro_sec_head {
	font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.intro_sec_texblocks{
	display: flex;
    line-height: 22px;
	color: #444;
}
.intro_sec_texblocks > div{
	width: 50%;
    padding: 30px;
}
.intro_sec_texblocks > div > p{
    margin-bottom: 20px;
}
.intro_sec_imgafter{
	width: 100px;
	margin-left: calc(50% - 75px);
}
.tcenter{
	text-align: center;
}
.in24_sec_head{
	font-size: 60px;
	color: #444;
	line-height: 70px;
}
.in24_sec{
	margin: 50px 0;
}
.in24_sec_head span{
	color: #E55926;
}
.in24_sec_hwrp{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.in24_sec_rgh{
	padding: 0 25px;
}
.in24_sec_rgh > p{
	margin-bottom: 20px;
}
.circles-mob{
	display:none;
}
.principles_sec{
	padding: 50px 0;
	color: #444;
}
.principles_sec_tb{
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	text-align: center;
}
.principles_sec_header{
	font-size: 48px;
	margin-bottom: 50px;
	margin-left: 80px;
}
.principles_sec__item img {
	margin-bottom: 15px;
	height: 100px;
}
.principles_sec__item p {
	font-size: 24px;
	margin-bottom: 15px;
}
.principles_sec__item{
	margin-bottom: 20px;
}
.fs18{
    font-size: 18px!important;
}
.h1_head{
	font-size: 15px;
    font-weight: 400;
    margin: 7px 0 0 0;
  font-family: "Stem";
}
.footer-bottom__block_left p {
  font-family: "Stem";
}
.footer-bottom__block_left{
	display: flex;
    flex-direction: column;
}
.footer-bottom__block_rightW{
	text-align: center;
	font-size: 16px;
}
.b-footer {
	background-image: url(../img/happy-couple.jpg);
	background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 125px;
}
.b-footer__bz{
	background: #FFF6EF;
    border: 1px solid rgba(229, 89, 38, 0.5);
    max-width: 600px;
    margin-left: 100px;
}
.b-footer__bv{
	background: #FFFFFF;
    border: 1px solid rgba(229, 89, 38, 0.5);
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 30px;	
}
.b-footer__btn{
	display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.bfooter_before{
	    margin: -150px 0 125px 0;
}

.review_sec_before{
	width: 200px;
    margin-top: -100px;
    float: right;
    margin-right: 10%;
}



.navigation,.wp-pagenavi {
	text-align: center;
	margin: 2em 0;
}

.navigation a,.navigation span,.wp-pagenavi a,.wp-pagenavi span {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 2.4em;
	height: 2.4em;
	line-height: 2.5em;
	margin: 0 1px 1px 0;
	background: #f9eeea;
	color: black;
	transition: all .1s;
	text-decoration: none;
}

.navigation>:first-child,.wp-pagenavi>:first-child {
	border-radius: .3em 0 0 .3em;
}

.navigation>:last-child,.wp-pagenavi>:last-child {
	border-radius: 0 .3em .3em 0;
}

.navigation a:hover,.wp-pagenavi a:hover {
	background: #f2ac93;
	color: #black;
}
.navigation .current {
	background: #f2ac93;
}
.bull_item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s;	
	border: 2px solid #f2ac93;
    border-radius: 4px;
	margin-bottom: 20px;
	line-height: 24px;
}
@media (min-width: 640px) {
	.bull_item img{
		width: 200px;
		object-fit: cover;
	}
}
@media (max-width: 639px) {
	.bull_item{
		flex-direction: column;
	}
}
.bull_item div{
	padding: 10px;
}
.bull_item div{
	padding: 10px;
}
.bull_item h3{
	color: #e55926;
    margin-bottom: 15px;
}
.bull_filterlinks{
	margin-bottom: 25px;
    text-align: center;	
}
.bull_filterlinks a{
    color: white;
    background-color: #f2ac93;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 10px 20px;
    font-size: 20px;
    display: inline-block;	
}
.bull_filterlinks a:hover{
	background-color: #e6602f;
}
.article_content p{
	margin-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
}
.next_prev{
	display: flex;
    justify-content: space-between;
	margin-top: 30px;
}
.next_prev a{
	background-color: #f9dfd4;
    color: black;
    padding: 15px 25px;
    font-size: 19px;
}
.next_prev a:hover{
	background-color: #f2ac93;
}
.vanketa{
	max-width: 320px;
    margin: 0 auto;
}
.vanketa_wrap{
	display: grid;
    grid-gap: 50px 40px;
    margin-bottom: 60px;
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
}
.vanketa img{
	box-shadow: 0 0 16px 0px rgb(0 0 0 / 33%);
}
.vanketa .vinfo{
	padding-top: 16px;
    line-height: 26px;
}
.vanketa h2{
	font-weight: 400;
    padding-bottom: 16px;
}
.vanketa a{
  position: relative;
  width: 100%;
  height: 290px;
  display: block;
}
.yplay { 
	background: red;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em;
    height: 50px;
    padding: 0;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
      opacity: 0;
      animation:anim .1s 2s linear forwards;
      display: none;
    }
    @keyframes anim{
      0%{ opacity: 0; }
      100%{ opacity: 1; }
    }

.vanketa a:hover .yplay{
	background: #e10606;
}

.yplay::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.yplay::after {
border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    position: absolute;
    width: 0;
    /*left: 50%;*/
    top: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width: 1099px) {
	.s-about:before {
		display: none;
	}
	.about-left {
		width: 100%;
		max-width: 100%;
	}
	.about-right__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: distribute;
	width: 100%;
	padding: 40px 0 20px;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
		justify-content: space-around;
	}
	.about-right__item img {
		width: 80px;
		height: 80px;
	}
	.s-about {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.about-right {
		max-width: 100%;
		margin-top: 60px;
		padding-left: 0;
		margin-bottom: 60px;
	}
	.about-right__item {
		margin-left: 5px;
		margin-right: 5px;
		min-width: 240px;
	}
}

@media (max-width: 768px) {
		.header2-bottom nav {
			width: 100%;
		}
		.header-bottom__info {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		}
		.header-top__btn {
			margin-right: 5px;
			margin-left: 5px;
		}
		.header-top__infoP {
			font-size: 16px;
		}
		.header {
			background-size: cover;
		}
		.quote_sec_txtwrp{
			padding: 25px 0 80px;
			font-size: 16px;
			line-height: 22px;
		}
		.quote_sec_amur{
			display: none;
		}
		.quote_sec {
			margin: 0;
		}
		.clients_sec__item img {
			width: 75px!important;
		}
		.clients_sec__item p {
			font-size: 16px!important;
		}
		.principles_sec_header {
			font-size: 26px;
			margin-left: 0;
			text-align: center;
		}	
		.principles_sec__item img {
			margin-bottom: 10px;
			height: 70px;
		}	
		.promo-24p-tb p {
			font-size: 28px;
			text-align: center;
			margin-bottom: 24px;
		}	
		.promo-24p {
			padding: 45px 0;
		}	
		.intro_sec_texblocks > div {
			padding: 0 30px;
		}
		.promo-24p-tb{
			grid-template-columns: 1fr;
		}		
		.promo-24p-tb > div{
			text-align: center;
		}
}
@media (max-width: 500px) {
	.footer-bottom__block > *:not(:last-child) {
    margin-right: unset;
	}
  .hot-wrapper {
   flex-direction: column-reverse;
  }
  .hot-left {
    width: 100%;
  }
  .hot-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .hot-form__wrapper {
    padding: 25px;
  }
	.s-gal {
		height: auto;
		position: relative;
		background-position: center;
		background-image: url(../img/bgGalmb.jpg);
	}
	.s-gal:before {
		content: '';
		background: black;
		opacity: .4;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.gal-top, .gal-bottom {
		max-width: 100%;
		padding: 15px;
		z-index: 2;
		position: relative;
	}
	.gal-bottom {
		margin-top: 20px;
	}
	.gal-top {
		margin-top: 460px;
	}
}