@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none; }

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

@font-face {
  font-family: "TTNorms";
  src: url(../fonts/TTNorms-Bold.eot);
  src: local("TTNorms"), url(../fonts/TTNorms-Bold.ttf) format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "TTNorms";
  src: url(../fonts/TTNorms-Medium.eot);
  src: local("TTNorms"), url(../fonts/TTNorms-Medium.ttf) format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "TTNorms";
  src: url(../fonts/TTNorms-Regular.eot);
  src: local("TTNorms"), url(../fonts/TTNorms-Regular.ttf) format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }

.select__list {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: 'TTNorms', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  background-color: #FCFBF9; }
  body.fixed {
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

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

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

input[type="submit"] {
  cursor: pointer; }

h1 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700; }

h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal; }

h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal; }

h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal; }

h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal; }

h6 {
  font-size: 10px;
  line-height: 12px;
  font-weight: normal; }

p.error {
  font-size: 12px;
  line-height: 14px;
  color: red; }

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative; }
  .wrapper--ovh {
    overflow: visible; }
    @media only screen and (max-width: 1250px) {
      .wrapper--ovh {
        overflow: hidden; } }

.holder-block {
  overflow: hidden;
  position: relative;
  height: 100%; }

.main-padding {
  padding-left: 90px;
  padding-right: 90px; }
  @media only screen and (max-width: 1680px) {
    .main-padding {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (max-width: 1250px) {
    .main-padding {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 767px) {
    .main-padding {
      padding-left: 15px;
      padding-right: 15px; } }

.main-align {
  max-width: 1440px;
  margin: 0 auto; }
  @media only screen and (max-width: 1680px) {
    .main-align {
      max-width: 100%;
      padding: 0 90px; } }
  @media only screen and (max-width: 1023px) {
    .main-align {
      padding: 0 15px; } }

.pb {
  padding-bottom: 120px; }
  @media only screen and (max-width: 1439px) {
    .pb {
      padding-top: 90px; } }
  @media only screen and (max-width: 1365px) {
    .pb {
      padding-top: 60px; } }
  @media only screen and (max-width: 1250px) {
    .pb {
      padding-bottom: 54px; } }
  @media only screen and (max-width: 767px) {
    .pb {
      padding-bottom: 30px; } }
  .pb--sm {
    padding-bottom: 60px; }

.pt {
  padding-top: 120px; }
  @media only screen and (max-width: 1439px) {
    .pt {
      padding-top: 90px; } }
  @media only screen and (max-width: 1365px) {
    .pt {
      padding-top: 60px; } }
  @media only screen and (max-width: 1250px) {
    .pt {
      padding-top: 44px; } }
  @media only screen and (max-width: 767px) {
    .pt {
      padding-top: 30px; } }
  .pt--sm {
    padding-top: 80px; }
    @media only screen and (max-width: 1250px) {
      .pt--sm {
        padding-top: 60px; } }
    @media only screen and (max-width: 1023px) {
      .pt--sm {
        padding-top: 30px; } }
    .pt--sm > .heading--mb {
      margin-bottom: 80px; }
      @media only screen and (max-width: 1250px) {
        .pt--sm > .heading--mb {
          margin-bottom: 44px; } }
      @media only screen and (max-width: 1023px) {
        .pt--sm > .heading--mb {
          margin-bottom: 28px; } }
  .pt--sm-65 {
    padding-top: 65px; }
    @media only screen and (max-width: 1023px) {
      .pt--sm-65 {
        padding-top: 45px; } }

.pr {
  padding-right: 240px; }
  @media only screen and (max-width: 1680px) {
    .pr {
      padding-right: 90px; } }

.js-tab {
  cursor: pointer; }

.pl {
  padding-left: 240px; }
  @media only screen and (max-width: 1680px) {
    .pl {
      padding-left: 90px; } }

.center {
  text-align: center; }

.slick-active .timer-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }
  .slick-active .timer-dots circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    -webkit-animation: timer 10s 1 normal linear;
    animation: timer 10s 1 normal linear; }

.animation.animate-svg {
  stroke-dasharray: 394;
  stroke-dashoffset: 394;
  stroke: #8f6b59;
  fill: transparent;
  stroke-width: 1px;
  -webkit-animation: dash 7s linear forwards;
  animation: dash 7s linear forwards; }

@-webkit-keyframes timer {
  100% {
    stroke-dashoffset: 0; }
  90% {
    stroke-dashoffset: 10; }
  80% {
    stroke-dashoffset: 20; }
  70% {
    stroke-dashoffset: 30; }
  60% {
    stroke-dashoffset: 40; }
  50% {
    stroke-dashoffset: 50; }
  40% {
    stroke-dashoffset: 60; }
  30% {
    stroke-dashoffset: 70; }
  20% {
    stroke-dashoffset: 80; }
  10% {
    stroke-dashoffset: 90; }
  0% {
    stroke-dashoffset: 100; } }

@keyframes timer {
  100% {
    stroke-dashoffset: 0; }
  90% {
    stroke-dashoffset: 10; }
  80% {
    stroke-dashoffset: 20; }
  70% {
    stroke-dashoffset: 30; }
  60% {
    stroke-dashoffset: 40; }
  50% {
    stroke-dashoffset: 50; }
  40% {
    stroke-dashoffset: 60; }
  30% {
    stroke-dashoffset: 70; }
  20% {
    stroke-dashoffset: 80; }
  10% {
    stroke-dashoffset: 90; }
  0% {
    stroke-dashoffset: 100; } }

@-webkit-keyframes dash {
  30% {
    fill: #8f6b59; }
  100% {
    fill: #8f6b59;
    stroke-width: 0.2px;
    stroke-dashoffset: 0; } }

@keyframes dash {
  30% {
    fill: #8f6b59; }
  100% {
    fill: #8f6b59;
    stroke-width: 0.2px;
    stroke-dashoffset: 0; } }

.dn {
  display: none; }

.preloader {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .preloader.hide {
    opacity: 0;
    visibility: hidden; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 40px; }
  @media only screen and (max-width: 767px) {
    .mCSB_inside > .mCSB_container {
      margin-right: 10px; } }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 4px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0px;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ccc; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2D2E2E; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */ }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1365px) {
    .about-section {
      padding-right: 50px; } }
  @media only screen and (max-width: 1250px) {
    .about-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-right: 0; } }
  @media only screen and (max-width: 1023px) {
    .about-section {
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .about-section {
      padding: 44px 15px 64px; }
      .about-section.custom {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 479px) {
    .about-section {
      padding: 32px 15px 64px; } }
  .about-section.blur {
    position: relative; }
    @supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
      .about-section.blur img {
        -webkit-filter: blur(10px);
        filter: blur(10px); }
      .about-section.blur .video-list__thumb::after {
        display: none; } }
    .about-section.blur .video-list__thumb::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.9); }
    .about-section.blur .about-section-slider .video-list__thumb {
      overflow: hidden; }
  .about-section.non-blur .heading__icon img {
    -webkit-filter: none;
    filter: none; }
  .about-section__col {
    max-width: 465px;
    margin-left: 105px; }
    @media only screen and (max-width: 1680px) {
      .about-section__col {
        margin-left: 35px; } }
    @media only screen and (max-width: 1250px) {
      .about-section__col {
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 1023px) {
      .about-section__col {
        margin-bottom: 28px; } }
    @media only screen and (max-width: 767px) {
      .about-section__col {
        margin-bottom: 18px; } }
    @media only screen and (max-width: 479px) {
      .about-section__col {
        width: 100%; } }
    .about-section__col .heading {
      display: inline-block;
      margin-bottom: 45px; }
      @media only screen and (max-width: 1023px) {
        .about-section__col .heading {
          margin-bottom: 24px; } }
      @media only screen and (max-width: 767px) {
        .about-section__col .heading {
          display: block;
          text-align: center;
          width: 100%;
          margin-bottom: 14px; } }
    .about-section__col--narrow {
      text-align: center; }
    .about-section__col--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: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 465px;
      flex: 1 1 465px; }
      @media only screen and (max-width: 1250px) {
        .about-section__col--center {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; } }
    .about-section__col--widest {
      max-width: 500px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #FCFBF9;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 1439px) {
        .about-section__col--widest {
          max-width: 435px; } }
    @media only screen and (max-width: 1023px) {
      .about-section__col .arrow-btn {
        position: absolute;
        bottom: 18px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .about-section__col .age-box__btns {
      position: relative;
      width: 100%;
      height: 45px; }
      .about-section__col .age-box__btns > .age-btn-reject {
        width: 50%;
        left: 0;
        bottom: 40%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%); }
      .about-section__col .age-box__btns > .age-btn {
        margin: 0;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        left: unset;
        right: 0;
        width: 40%; }
  .about-section__text {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1023px) {
      .about-section__text {
        margin-bottom: 18px; } }
    .about-section__text p {
      margin: 25px 0 0; }
      @media only screen and (max-width: 767px) {
        .about-section__text p {
          margin: 14px 0 0; } }
      .about-section__text p:first-child {
        margin: 0; }
  @media only screen and (max-width: 1023px) {
    .about-section .client-box__col .arrow-btn {
      position: absolute;
      bottom: 18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.about-section-slider {
  width: 1093px; }
  @media only screen and (max-width: 1500px) {
    .about-section-slider {
      width: 910px; } }
  @media only screen and (max-width: 1023px) {
    .about-section-slider {
      width: 700px; } }
  @media only screen and (max-width: 767px) {
    .about-section-slider {
      width: 320px; } }
  .about-section-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .about-section-slider .slick-list {
    padding-left: 223px; }
    @media only screen and (max-width: 1250px) {
      .about-section-slider .slick-list {
        padding-left: 0; } }
  .about-section-slider__align {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden; }
    @media only screen and (max-width: 1250px) {
      .about-section-slider__align {
        overflow: visible;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media only screen and (max-width: 767px) {
      .about-section-slider__align {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .about-section-slider__item {
    margin: 0 80px; }
    @media only screen and (max-width: 767px) {
      .about-section-slider__item {
        margin: 0 15px;
        height: auto; } }
    .about-section-slider__item img {
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
      @media only screen and (max-width: 767px) {
        .about-section-slider__item img {
          height: auto; } }
    .about-section-slider__item.slick-active img {
      -webkit-transform: scale(1);
      transform: scale(1); }
      @media only screen and (max-width: 1500px) {
        .about-section-slider__item.slick-active img {
          height: auto; } }
      @media only screen and (max-width: 767px) {
        .about-section-slider__item.slick-active img {
          height: auto; } }
  .about-section-slider__wrap {
    position: relative; }
    .about-section-slider__wrap .featured-slider-pagination {
      left: 21%; }
      @media only screen and (max-width: 1500px) {
        .about-section-slider__wrap .featured-slider-pagination {
          left: 25%; } }
      @media only screen and (max-width: 1250px) {
        .about-section-slider__wrap .featured-slider-pagination {
          left: 0; } }
      @media only screen and (max-width: 767px) {
        .about-section-slider__wrap .featured-slider-pagination {
          display: none; } }
      .about-section-slider__wrap .featured-slider-pagination .about-section-slider--next {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .about-section-slider .video-list__thumb {
    margin-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.about-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px; }
  @media only screen and (max-width: 1250px) {
    .about-box__row {
      margin-top: 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .about-box__row:first-child {
    margin-top: 0; }
  .about-box__row:nth-child(even) .about-box__thumb {
    margin-left: 115px; }
    @media only screen and (max-width: 1250px) {
      .about-box__row:nth-child(even) .about-box__thumb {
        margin-left: 0; } }
  .about-box__row:nth-child(odd) .about-box__thumb {
    margin-right: 115px; }
    @media only screen and (max-width: 1250px) {
      .about-box__row:nth-child(odd) .about-box__thumb {
        margin-right: 0; } }

@media only screen and (max-width: 1250px) {
  .about-box__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.about-box__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 750px;
  flex: 0 0 750px; }
  @media only screen and (max-width: 1250px) {
    .about-box__thumb {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      margin-bottom: 30px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.about-box__title {
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .about-box__title {
      font-size: 22px; } }

.about-box__text {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em; }

.values__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px; }
  @media only screen and (max-width: 1250px) {
    .values__row {
      margin-top: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 15px;
      text-align: center; } }

.values__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 750px;
  flex: 0 0 750px; }
  @media only screen and (max-width: 1250px) {
    .values__thumb {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      margin: 0 0 30px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.values__content {
  max-width: 100%; }
  @media only screen and (max-width: 1250px) {
    .values__content {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.values__holder {
  margin-top: 70px; }
  @media only screen and (max-width: 767px) {
    .values__holder {
      margin-top: 34px; } }
  .values__holder:first-child {
    margin-top: 0; }

.values__title {
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700; }
  @media only screen and (max-width: 1250px) {
    .values__title {
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .values__title {
      font-size: 18px;
      margin-bottom: 15px; } }

.values__text {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em; }
  @media only screen and (max-width: 1250px) {
    .values__text {
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .values__text {
      font-size: 16px; } }

.values__insert {
  margin-top: 100px; }
  @media only screen and (max-width: 1250px) {
    .values__insert {
      margin: 50px 0; } }

.values__box:nth-child(odd) .values__thumb {
  margin-right: 115px; }
  @media only screen and (max-width: 1439px) {
    .values__box:nth-child(odd) .values__thumb {
      margin-right: 30px; } }
  @media only screen and (max-width: 1250px) {
    .values__box:nth-child(odd) .values__thumb {
      margin-right: 0; } }

.values__box:nth-child(even) .values__thumb {
  margin-left: 115px; }
  @media only screen and (max-width: 1439px) {
    .values__box:nth-child(even) .values__thumb {
      margin-left: 30px; } }
  @media only screen and (max-width: 1250px) {
    .values__box:nth-child(even) .values__thumb {
      margin-left: 0; } }

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
  .blur .about-section-slider__item {
    pointer-events: none; }
  .blur img {
    -webkit-filter: blur(10px);
    filter: blur(10px); } }

.view-box {
  max-width: 158px;
  text-align: right;
  margin-top: 53px; }
  .view-box__date {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .view-box__title {
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.04em;
    font-weight: 500;
    position: relative; }
    .view-box__title::after {
      position: absolute;
      content: '';
      left: 0;
      top: -15px;
      width: 54px;
      height: 51px;
      background-image: url(../images/view.svg); }

@media only screen and (max-width: 767px) {
  .article-video {
    padding: 0 15px; } }

.article-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media only screen and (min-width: 1025px) {
    .article-video__btn:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); } }

.article-video__theme {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 15px; }

.article-video__title {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .article-video__title {
      margin-bottom: 20px; } }

.article-video__thumb {
  margin-bottom: 40px;
  position: relative; }

.article {
  max-width: 930px;
  margin: 0 auto; }
  .article__thumb {
    margin-bottom: 80px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .article__thumb {
        margin-bottom: 30px; } }
  .article__align {
    padding: 0 55px; }
    @media only screen and (max-width: 767px) {
      .article__align {
        padding: 0 15px; } }
  .article__content {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .article__content {
        margin-bottom: 30px; } }

.article-box {
  margin-bottom: 50px; }
  .article-box__title {
    font-size: 36px;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .article-box__title {
        margin-bottom: 20px;
        font-size: 22px; } }
  .article-box__note {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .article-box__note {
        margin-bottom: 34px; } }
  .article-box__list {
    padding-left: 30px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .article-box__list {
        padding-left: 0;
        margin-bottom: 42px; } }
  .article-box__item {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .article-box__item {
        margin-top: 18px; } }
    .article-box__item:first-child {
      margin-top: 0; }
  .article-box__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px; }
  .article-box__heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-bottom: 30px; }
  .article-box__spec {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .article-box__spec {
        margin-bottom: 32px; } }
  .article-box__text a {
    color: #8F6B59; }

.article-insert {
  background-color: #FCF5EE;
  padding: 44px 55px;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em;
  margin-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .article-insert {
      padding: 24px 36px;
      margin-bottom: 44px; } }

.share {
  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 only screen and (max-width: 767px) {
    .share {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .share__title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }
    .share__title::after {
      position: absolute;
      content: '';
      right: -216px;
      top: 50%;
      width: 195px;
      height: 1px;
      background-color: #E8E8E7; }
  .share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .share__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .share__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 47px;
    text-decoration: none;
    color: #2D2E2E; }
    @media only screen and (max-width: 767px) {
      .share__item {
        margin-left: 0;
        margin-top: 20px; } }
    .share__item:first-child {
      margin-left: 0; }
    @media only screen and (min-width: 1025px) {
      .share__item:hover .share__heading {
        color: #8F6B59; }
      .share__item:hover .share__icon svg {
        fill: #8F6B59; } }
  .share__heading {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 13px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .share__icon {
    width: 38px;
    height: 38px;
    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;
    border: 1px solid #E8E8E7;
    border-radius: 50%; }
    .share__icon svg {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

.social-likes__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

@media only screen and (max-width: 1250px) {
  .featured-slider {
    margin: 0 auto;
    width: 661px; } }

@media only screen and (max-width: 767px) {
  .featured-slider {
    width: 100%; } }

.featured-slider .slick-list {
  margin-left: -148px; }
  @media only screen and (max-width: 1250px) {
    .featured-slider .slick-list {
      margin-left: 0; } }

.featured-slider__item {
  padding: 80px 0;
  margin-left: 148px; }
  @media only screen and (max-width: 1250px) {
    .featured-slider__item {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .featured-slider__item {
      padding: 30px 0; } }

.featured-slider__bg {
  background: #FCF5EE url(../images/decor.png) -15% 100% no-repeat; }

.featured-slider__wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1470px; }
  @media only screen and (max-width: 1439px) {
    .featured-slider__wrap {
      padding: 0 15px; } }

.featured-slider-pagination {
  position: absolute;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  padding: 70px 0;
  z-index: 1;
  min-height: 280px; }
  @media only screen and (max-width: 1500px) {
    .featured-slider-pagination {
      padding: 15px 0; } }
  @media only screen and (max-width: 1250px) {
    .featured-slider-pagination {
      left: 90%; } }
  @media only screen and (max-width: 1023px) {
    .featured-slider-pagination {
      display: none; } }
  .featured-slider-pagination__arrow {
    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;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #E7BFA3;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media only screen and (min-width: 1025px) {
      .featured-slider-pagination__arrow:hover {
        background-color: #E7BFA3; } }
    .featured-slider-pagination__arrow--next {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .featured-slider-pagination__numbers {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .featured-slider-pagination__numbers span {
      height: 14px;
      width: 2px;
      background-color: #8F6B59; }
    .featured-slider-pagination__numbers::before {
      content: '';
      position: absolute;
      top: 6px;
      left: 60px;
      width: 63px;
      height: 1px;
      background-color: rgba(231, 191, 163, 0.5); }
      @media only screen and (max-width: 1500px) {
        .featured-slider-pagination__numbers::before {
          width: 50px; } }
    .featured-slider-pagination__numbers::after {
      content: '';
      position: absolute;
      top: 6px;
      right: 60px;
      width: 63px;
      height: 1px;
      background-color: rgba(231, 191, 163, 0.5); }
      @media only screen and (max-width: 1500px) {
        .featured-slider-pagination__numbers::after {
          width: 50px; } }
  .featured-slider-pagination.fix-slider {
    padding: 25px 0; }
  .featured-slider-pagination.dn {
    display: none; }

.article-counter {
  background-color: #FCF5EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 181px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .article-counter {
      margin-bottom: 30px;
      height: auto;
      padding: 30px 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .article-counter__title {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-right: 82px; }
    @media only screen and (max-width: 767px) {
      .article-counter__title {
        margin-bottom: 30px;
        margin-right: 0; } }
  .article-counter .sales-counter {
    max-width: 300px; }
  .article-counter .sales-counter__note {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.04em; }
    @media only screen and (max-width: 767px) {
      .article-counter .sales-counter__note {
        font-size: 18px; } }
    .article-counter .sales-counter__note::before {
      width: 61px;
      height: 68px;
      background-size: 61px 68px;
      top: -20px;
      left: -28px; }
      @media only screen and (max-width: 767px) {
        .article-counter .sales-counter__note::before {
          top: -23px; } }

.btn {
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: #8f6b59;
  text-transform: uppercase;
  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;
  text-align: center;
  padding: 20px 12px;
  letter-spacing: 0.06em;
  font-size: 14px;
  line-height: 20px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent; }
  @media only screen and (max-width: 767px) {
    .btn {
      padding: 16px 12px; } }
  @media only screen and (max-width: 479px) {
    .btn {
      padding: 12px 8px; } }
  @media only screen and (min-width: 1025px) {
    .btn:hover {
      background-color: #a67c67;
      border: 2px solid #a67c67;
      color: #fff; } }
  .btn--default {
    width: 217px; }
    @media only screen and (min-width: 1025px) {
      .btn--default:hover {
        background-color: #a67c67;
        border: 2px solid #a67c67;
        color: #fff; } }
  .btn--wide {
    width: 396px; }
    @media only screen and (min-width: 1025px) {
      .btn--wide:hover {
        background-color: #a67c67;
        border: 2px solid #a67c67;
        color: #fff; } }
    @media only screen and (max-width: 479px) {
      .btn--wide {
        width: 100%; } }
  .btn--full {
    width: 100%; }
    @media only screen and (min-width: 1025px) {
      .btn--full:hover {
        background-color: #a67c67;
        border: 2px solid #a67c67;
        color: #fff; } }
  .btn--transparent {
    border: 2px solid #8F6B59;
    width: 187px;
    height: 60px;
    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;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
    color: #2D2E2E; }
    @media only screen and (min-width: 1025px) {
      .btn--transparent:hover {
        color: #2D2E2E;
        background-color: rgba(143, 107, 89, 0.1); } }

.more-btn {
  text-align: center; }
  .more-btn--mt {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .more-btn--mt {
        margin-top: 20px; } }
  .more-btn__box {
    display: inline-block;
    cursor: pointer;
    color: #2D2E2E;
    text-decoration: none; }
    .more-btn__box svg {
      -webkit-transition: -webkit-transform .6s ease-in-out;
      transition: -webkit-transform .6s ease-in-out;
      transition: transform .6s ease-in-out;
      transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    @media only screen and (min-width: 1025px) {
      .more-btn__box:hover svg {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
  .more-btn__text {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500; }

.arrow-btn {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2D2E2E;
  text-decoration: none;
  font-weight: 500;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer; }
  .arrow-btn__icon {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    right: -15px;
    top: -2px; }
  .arrow-btn__thumb {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 1023px) {
      .arrow-btn__thumb {
        display: none; } }
  @media only screen and (min-width: 1025px) {
    .arrow-btn:hover .arrow-btn__thumb {
      opacity: 1;
      visibility: visible; } }
  .arrow-btn--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.way-section__box {
  max-width: 820px;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) {
    .way-section__box {
      padding-left: 15px;
      padding-right: 15px; } }

.way-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E8E8E7; }
  @media only screen and (max-width: 767px) {
    .way-section__list {
      width: 500px;
      margin: 0 auto; } }

.way-section__overflow {
  width: 100%;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .way-section__overflow {
      overflow-x: auto; } }

.way-section__item {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  text-align: center;
  text-decoration: none;
  color: #2D2E2E;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-left: 1px solid #E8E8E7;
  padding: 16px;
  position: relative; }
  .way-section__item::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 2px solid transparent;
    width: 100%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
  .way-section__item.active::after {
    border-color: #E7BFA3; }
  .way-section__item:first-child {
    border-left: none; }

.way-section__content {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em; }

.contact-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 1023px) {
    .contact-triggers {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -25px; } }
  .contact-triggers__item {
    max-width: 210px; }
    @media only screen and (max-width: 1023px) {
      .contact-triggers__item {
        max-width: 290px;
        padding: 0 15px;
        margin-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .contact-triggers__item {
        text-align: center; } }
  .contact-triggers__title {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 700; }
  .contact-triggers__text {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    margin-top: 13px; }
    .contact-triggers__text p {
      margin: 0; }
      .contact-triggers__text p a {
        text-decoration: none;
        color: #2D2E2E; }

.doctor-thumb {
  max-width: calc(33.33333% - 96px);
  -ms-flex-preferred-size: calc(33.33333% - 96px);
  flex-basis: calc(33.33333% - 96px);
  display: block;
  text-decoration: none;
  color: #2D2E2E;
  background: #fcfbf9;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 48px 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
  @media only screen and (max-width: 767px) {
    .doctor-thumb {
      margin-left: 0;
      margin-top: 20px; } }
  @media only screen and (min-width: 1025px) {
    .doctor-thumb:hover {
      background-color: #fcfbf9;
      -webkit-box-shadow: 0px 4px 80px rgba(143, 107, 89, 0.2);
      box-shadow: 0px 4px 80px rgba(143, 107, 89, 0.2); }
      .doctor-thumb:hover .doctor-thumb__image::before, .doctor-thumb:hover .doctor-thumb__image::after {
        opacity: 0; } }
  .doctor-thumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -48px; }
    @media only screen and (max-width: 1023px) {
      .doctor-thumb__list {
        margin: 0 -30px; } }
    @media only screen and (max-width: 767px) {
      .doctor-thumb__list {
        margin: 0; } }
  .doctor-thumb__image {
    position: relative; }
    .doctor-thumb__image img {
      display: block;
      margin: 0 auto 0; }
    @media only screen and (max-width: 992px) {
      .doctor-thumb__image img {
        width: 100%; } }
    .doctor-thumb__image::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 15px;
      background-color: #fcfbf9;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease;
      opacity: 1; }
      @media only screen and (max-width: 1023px) {
        .doctor-thumb__image::before {
          display: none; } }
    .doctor-thumb__image::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 15px;
      background-color: #fcfbf9;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease;
      opacity: 1; }
      @media only screen and (max-width: 1023px) {
        .doctor-thumb__image::after {
          display: none; } }
  .doctor-thumb__arrow {
    position: absolute;
    background-color: #fff;
    top: 35px;
    right: 35px;
    width: 66px;
    height: 66px;
    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;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
    .doctor-thumb__arrow svg {
      margin-left: -20px; }
  .doctor-thumb__tag {
    color: #2D2E2E;
    background: #e7bfa3;
    font-size: 12px;
    width: 182px;
    position: absolute;
    bottom: 0;
    right: 15px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 1023px) {
      .doctor-thumb__tag {
        right: 0; } }
  .doctor-thumb__info {
    padding: 50px 55px; }
    @media only screen and (max-width: 1365px) {
      .doctor-thumb__info {
        padding: 25px; } }
    @media only screen and (max-width: 1100px) {
      .doctor-thumb__info {
        padding: 20px 15px; } }
  .doctor-thumb__title {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    font-weight: 500;
    color: #2d2e2e;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .doctor-thumb__title {
        font-size: 16px;
        margin-bottom: 10px; } }
  .doctor-thumb__text {
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    letter-spacing: 0.04em;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .doctor-thumb__text {
        font-size: 14px;
        margin-bottom: 20px;
        height: auto;
        max-height: 120px; } }
    @media only screen and (max-width: 479px) {
      .doctor-thumb__text {
        margin: 0; } }
  @media only screen and (max-width: 1300px) {
    .doctor-thumb {
      max-width: calc(33.33333% - 50px);
      -ms-flex-preferred-size: calc(33.33333% - 50px);
      flex-basis: calc(33.33333% - 50px);
      margin: 0 25px 50px; } }
  @media only screen and (max-width: 992px) {
    .doctor-thumb {
      max-width: calc(50% - 30px);
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
      margin: 0 15px 30px; } }
  @media only screen and (max-width: 767px) {
    .doctor-thumb {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 0 0 30px; } }
  .doctor-thumb--row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 661px;
    -ms-flex-preferred-size: 661px;
    flex-basis: 661px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background-color: #fcfbf9;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .doctor-thumb--row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: transparent; } }
    .doctor-thumb--row .doctor-thumb__image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 306px;
      flex: 0 0 306px; }
      @media only screen and (max-width: 767px) {
        .doctor-thumb--row .doctor-thumb__image {
          -webkit-box-flex: 0;
          -ms-flex: 0;
          flex: 0 1;
          margin-bottom: 30px; } }
      .doctor-thumb--row .doctor-thumb__image::before, .doctor-thumb--row .doctor-thumb__image::after {
        display: none; }
    .doctor-thumb--row .doctor-thumb__info {
      padding: 0 40px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1 1; }
    .doctor-thumb--row .doctor-thumb__tag {
      width: 132px;
      bottom: 15px;
      right: 0; }
    .doctor-thumb--row__title {
      font-size: 20px;
      line-height: 30px;
      max-height: 90px; }
    .doctor-thumb--row .doctor-thumb__text {
      height: 60px;
      overflow: hidden; }
    @media only screen and (min-width: 1025px) {
      .doctor-thumb--row:hover {
        -webkit-box-shadow: 0px 4px 30px rgba(143, 107, 89, 0.2);
        box-shadow: 0px 4px 30px rgba(143, 107, 89, 0.2); } }

.doctor-triggers {
  background-color: #F4EAE2;
  padding-top: 35px;
  padding-bottom: 35px; }
  .doctor-triggers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .doctor-triggers__list {
        -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; } }
  .doctor-triggers__item {
    max-width: 345px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1023px) {
      .doctor-triggers__item {
        margin-top: 50px; }
        .doctor-triggers__item:first-child {
          margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .doctor-triggers__item {
        margin-top: 32px;
        width: 100%; } }
  .doctor-triggers__text {
    margin-left: 20px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 500; }

.history-slider {
  max-width: 690px; }
  .history-slider .slick-list {
    overflow: visible; }
  .history-slider__align {
    overflow: hidden; }
  .history-slider__item {
    padding: 75px;
    width: 690px;
    background-color: #FCF5EE;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 607px; }
  .history-slider__year {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 50px;
    letter-spacing: 0.04em;
    position: relative; }
    .history-slider__year::before {
      position: absolute;
      content: '';
      left: -19px;
      top: -17px;
      width: 54px;
      height: 54px;
      background-image: url(../images/year.svg);
      background-size: 54px 54px; }
  .history-slider__info {
    margin-bottom: 20px; }
  .history-slider__text {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    height: 217px; }
  .history-slider__location {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700; }

.doctor-slider {
  width: 564px; }
  @media only screen and (max-width: 1439px) {
    .doctor-slider {
      width: 496px; } }
  @media only screen and (max-width: 1250px) {
    .doctor-slider {
      max-width: 468px;
      width: 100%;
      margin: 0 auto; } }
  .doctor-slider__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 668px; }
    @media only screen and (max-width: 767px) {
      .doctor-slider__column {
        height: auto; } }
  .doctor-slider .slick-list {
    overflow: visible; }
  .doctor-slider__item {
    margin-right: 158px; }
    .doctor-slider__item a {
      pointer-events: none;
      display: block; }
    .doctor-slider__item.slick-active a {
      pointer-events: auto; }
    @media only screen and (max-width: 1439px) {
      .doctor-slider__item {
        margin-right: 80px; } }
    @media only screen and (max-width: 1250px) {
      .doctor-slider__item {
        margin: 0 20px; } }
    @media only screen and (max-width: 767px) {
      .doctor-slider__item {
        margin: 0 8px; } }
    .doctor-slider__item.slick-active .doctor-thumb__text {
      display: block; }
    .doctor-slider__item.slick-active .doctor-thumb .btn {
      display: block; }
  .doctor-slider__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1365px) {
      .doctor-slider__section {
        padding-left: 20px; } }
    @media only screen and (max-width: 1250px) {
      .doctor-slider__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 120px 0;
        position: relative; }
        .doctor-slider__section .operation-info__btn {
          position: absolute;
          bottom: 0;
          left: 50%;
          max-width: 296px;
          width: 100%;
          text-align: center;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
    @media only screen and (max-width: 1023px) {
      .doctor-slider__section {
        padding: 90px 0; } }
    @media only screen and (max-width: 767px) {
      .doctor-slider__section {
        padding: 44px 15px 64px; } }
    @media only screen and (max-width: 479px) {
      .doctor-slider__section {
        padding: 32px 15px 64px; } }
    .doctor-slider__section .about-section__col {
      margin: 0 160px 0 0; }
      @media only screen and (max-width: 1680px) {
        .doctor-slider__section .about-section__col {
          margin: 0 60px 0 0; } }
      @media only screen and (max-width: 1439px) {
        .doctor-slider__section .about-section__col {
          margin: 0 30px 0 0; } }
      @media only screen and (max-width: 1250px) {
        .doctor-slider__section .about-section__col {
          margin: 0 auto 50px; } }
      @media only screen and (max-width: 1023px) {
        .doctor-slider__section .about-section__col {
          margin: 0 auto 30px; } }
    @media only screen and (max-width: 767px) {
      .doctor-slider__section--service {
        margin-bottom: 100px;
        padding: 32px 15px 105px 15px; }
        .doctor-slider__section--service .operation-info__btn {
          bottom: 40px; } }
  .doctor-slider__wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    overflow: hidden; }
    @media only screen and (max-width: 1439px) {
      .doctor-slider__wrap {
        padding-left: 42px; } }
    @media only screen and (max-width: 1250px) {
      .doctor-slider__wrap {
        overflow: visible;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0; } }
    .doctor-slider__wrap .featured-slider-pagination {
      max-height: 454px;
      bottom: 50%;
      -webkit-transform: translate(-150%, 50%);
      transform: translate(-150%, 50%); }
      @media only screen and (max-width: 1679px) {
        .doctor-slider__wrap .featured-slider-pagination {
          -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%); } }
      @media only screen and (max-width: 1439px) {
        .doctor-slider__wrap .featured-slider-pagination {
          -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
          left: 0; } }
      @media only screen and (max-width: 1250px) {
        .doctor-slider__wrap .featured-slider-pagination {
          display: none; } }
      .doctor-slider__wrap .featured-slider-pagination .doctor-slider--prev {
        -webkit-transform: none;
        transform: none; }
      .doctor-slider__wrap .featured-slider-pagination .doctor-slider--next {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1); }
  .doctor-slider .doctor-thumb {
    max-width: 416px;
    -ms-flex-preferred-size: 416px;
    flex-basis: 416px;
    width: 100%;
    background-color: #fff;
    margin: 0 8px 4px; }
    @media only screen and (min-width: 1025px) {
      .doctor-slider .doctor-thumb:hover {
        -webkit-box-shadow: 0 14px 28px rgba(143, 107, 89, 0.2);
        box-shadow: 0 14px 28px rgba(143, 107, 89, 0.2); } }
    @media only screen and (max-width: 479px) {
      .doctor-slider .doctor-thumb {
        max-width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 0 auto; } }
    .doctor-slider .doctor-thumb__image::before, .doctor-slider .doctor-thumb__image::after {
      display: none; }
    .doctor-slider .doctor-thumb__title {
      margin-bottom: 0; }
    .doctor-slider .doctor-thumb__info {
      padding: 40px 31px 31px; }
      @media only screen and (max-width: 767px) {
        .doctor-slider .doctor-thumb__info {
          padding: 30px 20px; } }
    .doctor-slider .doctor-thumb__text {
      margin-bottom: 35px;
      margin-top: 20px;
      display: none; }
      @media only screen and (max-width: 767px) {
        .doctor-slider .doctor-thumb__text {
          display: block;
          margin: 25px 0 15px; } }
    .doctor-slider .doctor-thumb .btn {
      display: none; }
      @media only screen and (max-width: 767px) {
        .doctor-slider .doctor-thumb .btn {
          display: block; } }

.event-tabs {
  margin-bottom: 60px;
  width: 100%; }
  @media only screen and (max-width: 479px) {
    .event-tabs {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 479px) {
    .event-tabs .way-section__item {
      padding: 16px 0; } }

.error-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 186px);
  background: #FCF5EE url(../images/decor.png) 50% 100% no-repeat;
  overflow: scroll; }
  .error-section__box {
    max-width: 620px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .error-section__box {
        padding: 0 15px; } }
  .error-section__title {
    margin-bottom: 105px; }
  .error-section__note {
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 50px; }
  @media only screen and (max-width: 1250px) {
    .error-section {
      height: auto;
      padding: 50px 15px; } }

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: visible;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #a2a2a4;
  font-size: 1.8rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none; }
  .fancybox-infobar span[data-fancybox-index] {
    font-size: 2.5rem;
    color: #fff; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0;
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  display: none;
  right: 0; }

.fancybox-caption:before {
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@media only screen and (max-width: 1680px) {
  .footer .logo {
    width: 220px;
    display: block; } }

.footer__top {
  background-color: #F4EAE2;
  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;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 1250px) {
    .footer__top {
      display: none; } }

.footer__middle {
  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;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 1250px) {
    .footer__middle-col {
      padding-right: 15px; }
      .footer__middle-col:first-child {
        display: none; } }
  @media only screen and (max-width: 1023px) {
    .footer__middle-col {
      padding-right: 0;
      text-align: center;
      margin-top: 20px; }
      .footer__middle-col:first-child {
        margin-top: 0; } }
  .footer__middle-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 10px; }
  .footer__middle-info {
    font-size: 14px;
    letter-spacing: 0.04em; }
    .footer__middle-info a {
      text-decoration: none;
      color: #2D2E2E; }
  @media only screen and (max-width: 1023px) {
    .footer__middle {
      background: #F4EAE2;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.footer__bottom {
  background-color: #2D2E2E;
  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;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #888889; }
  @media only screen and (max-width: 1023px) {
    .footer__bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .footer__bottom-text {
    max-width: 490px;
    margin-left: 17px; }
    @media only screen and (max-width: 1680px) {
      .footer__bottom-text {
        max-width: 400px; } }
    @media only screen and (max-width: 767px) {
      .footer__bottom-text {
        margin-left: 0;
        margin-top: 11px;
        text-align: center; } }
  .footer__bottom-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.04em; }
    @media only screen and (max-width: 1023px) {
      .footer__bottom-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .footer__bottom-col img {
          max-width: 50px; } }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 617px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media only screen and (max-width: 1680px) {
    .footer-nav {
      width: 550px; } }
  .footer-nav li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    color: #2D2E2E;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .socials {
      margin-top: 10px; } }
  .socials__link {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #E8E8E7;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-left: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media only screen and (min-width: 1025px) {
      .socials__link:hover {
        background-color: #E7BFA3; } }
    .socials__link:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 767px) {
      .socials__link {
        border: 1px solid #E7BFA3; } }

.footer-btn {
  cursor: pointer; }

.form-section {
  max-width: 1108px;
  margin: 0 auto;
  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; }
  @media only screen and (max-width: 1250px) {
    .form-section {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .form-section__wrap {
    border-top: 1px solid #E8E8E7;
    padding-top: 120px;
    padding-bottom: 120px; }
    @media only screen and (max-width: 1680px) {
      .form-section__wrap {
        padding: 60px 30px; } }
    @media only screen and (max-width: 1250px) {
      .form-section__wrap {
        padding: 60px 15px; } }
    .form-section__wrap--decor {
      background: #FCF5EE url(../images/decor.png) -15% 0% no-repeat; }
    .form-section__wrap--border-none {
      border-top: none; }
  .form-section__info {
    max-width: 450px; }
    .form-section__info .heading {
      margin-bottom: 20px; }
    @media only screen and (max-width: 1250px) {
      .form-section__info {
        margin-bottom: 30px; } }
  .form-section__box {
    max-width: 436px;
    width: 100%; }
    @media only screen and (max-width: 1250px) {
      .form-section__box {
        max-width: 100%;
        width: 100%; } }

.form__row {
  position: relative;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .form__row {
      margin-top: 20px; } }
  .form__row:first-child {
    margin-top: 0; }
  .form__row .active .form__row-label {
    font-size: 9px;
    line-height: 12px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  .form__row .active > svg {
    display: block; }
  .form__row .filled > svg {
    display: none; }
  .form__row-label {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #38393b;
    position: absolute;
    bottom: 17px;
    left: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none; }
  .form__row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .form__row-inner svg {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 5px;
      display: none; }
  .form__row .btn--wide {
    width: 100%; }

.input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #2D2E2E;
  background-color: transparent;
  line-height: 49px;
  height: 50px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: 'TTNorms', sans-serif;
  padding: 0 30px;
  font-weight: bold;
  text-transform: uppercase;
  resize: none; }
  .input.error {
    border-bottom: 1px solid #fd4e58; }

*::-webkit-input-placeholder {
  opacity: 1;
  color: #38393b;
  font-weight: 400; }

*:-moz-placeholder {
  opacity: 1;
  color: #38393b;
  font-weight: 400; }

*::-moz-placeholder {
  opacity: 1;
  color: #38393b;
  font-weight: 400; }

*:-ms-input-placeholder {
  opacity: 1;
  color: #38393b;
  font-weight: 400; }

textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #2D2E2E;
  background-color: transparent;
  line-height: 18px;
  height: 100px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: 'TTNorms', sans-serif;
  padding: 18px 30px;
  font-weight: bold;
  text-transform: uppercase; }

*::-webkit-input-placeholder {
  opacity: 1;
  color: #38393b;
  font-weight: 400; }

*:-moz-placeholder {
  opacity: 1;
  color: #38393b;
  font-weight: 400; }

*::-moz-placeholder {
  opacity: 1;
  color: #38393b;
  font-weight: 400; }

*:-ms-input-placeholder {
  opacity: 1;
  color: #38393b;
  font-weight: 400; }

.label {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  top: 19px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none; }

p.error-1 {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #fd4e58;
  margin: 0; }

@media only screen and (max-width: 1780px) {
  .header .logo {
    width: 420px; } }

@media only screen and (max-width: 1580px) {
  .header .logo {
    width: 300px; } }

@media only screen and (max-width: 1250px) {
  .header .logo {
    max-width: 420px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .header .logo {
    margin-right: 14px; } }

.header__top {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4EAE2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 1250px) {
    .header__bottom {
      padding-top: 14px;
      padding-bottom: 14px; } }

.header__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 1250px) {
    .header__ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 60px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 0 20px;
      height: 100%;
      overflow: auto; } }
  @media only screen and (max-width: 767px) {
    .header__ul {
      margin-top: 0;
      max-height: 100%;
      overflow-y: auto; } }

@media only screen and (max-width: 1250px) {
  .header__nav {
    height: calc(100vh - 195px);
    display: none; } }

.header .menu-item {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  margin-left: 40px;
  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; }
  @media only screen and (max-width: 1439px) {
    .header .menu-item {
      font-size: 14px;
      margin-left: 20px; } }
  @media only screen and (max-width: 1250px) {
    .header .menu-item {
      margin-left: 0;
      display: block;
      width: 100%;
      line-height: 17px;
      margin-top: 24px; } }
  .header .menu-item > a {
    text-decoration: none;
    color: #2D2E2E;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 1250px) {
      .header .menu-item > a {
        font-weight: bold;
        padding: 0 20px 24px;
        display: block;
        border-bottom: 1px solid #E7BFA3; } }
    @media only screen and (max-width: 767px) {
      .header .menu-item > a {
        padding: 0 0 24px; } }
    @media only screen and (min-width: 1025px) {
      .header .menu-item > a:hover {
        color: #000; } }
  .header .menu-item:first-child {
    margin-left: 0; }
  .header .menu-item.menu-item-has-children {
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .header .menu-item.menu-item-has-children:hover::after {
        content: '';
        display: block;
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); } }
    .header .menu-item.menu-item-has-children::after {
      content: '';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: url(../images/arrow-bottom.svg) no-repeat;
      background-size: contain;
      background-position: center center;
      width: 8px;
      height: 5px;
      position: absolute;
      right: -12px;
      top: 50%;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translateY(-50%) rotate(0);
      transform: translateY(-50%) rotate(0);
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      @media only screen and (max-width: 1023px) {
        .header .menu-item.menu-item-has-children::after {
          -webkit-transform: translateY(5px) rotate(0);
          transform: translateY(5px) rotate(0);
          top: 0;
          right: 0; } }
    @media only screen and (min-width: 1025px) {
      .header .menu-item.menu-item-has-children:hover .sub-menu {
        display: block; }
      .header .menu-item.menu-item-has-children:hover > a svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); } }

@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .header .menu-item.menu-item-has-children:hover .nav-service {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 41px;
    border: 1px solid #e7bfa3;
    background-color: #F4EAE2;
    z-index: 30; }
    .header .menu-item.menu-item-has-children:hover .nav-service ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0px; } }
    @media only screen and (max-width: 1250px) {
      .header .menu-item.menu-item-has-children > a {
        display: block; } }
    .header .menu-item.menu-item-has-children .open-dr-dwn {
      display: block; }
      .header .menu-item.menu-item-has-children .open-dr-dwn > ul {
        display: block; }
    .header .menu-item.menu-item-has-children.is-rotate::after {
      -webkit-transform: translateY(5px) rotate(180deg);
      transform: translateY(5px) rotate(180deg); }
  @media only screen and (max-width: 1250px) {
    .header .menu-item.menu-item-sale {
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .header .menu-item.menu-item-sale svg {
    margin-right: 5px;
    fill: #8F6B59; }
    @media only screen and (max-width: 1250px) {
      .header .menu-item.menu-item-sale svg {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .header .menu-item.mobile-services {
    display: none; }
    @media screen and (max-width: 1250px) {
      .header .menu-item.mobile-services {
        display: block; } }
  .header .menu-item.menu-item-sale {
    position: relative;
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .header .menu-item.menu-item-sale {
        padding: 0; } }
    .header .menu-item.menu-item-sale::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/fire.svg") no-repeat;
      background-size: 15px 19px;
      width: 15px;
      height: 19px; }
      @media screen and (max-width: 1250px) {
        .header .menu-item.menu-item-sale::after {
          top: -2px;
          left: 17px; } }
  @media only screen and (max-width: 1250px) and (max-width: 767px) {
    .header .menu-item.menu-item-sale::after {
      left: 60px; } }

.header .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  background-color: #F4EAE2;
  width: 259px;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(143, 107, 89, 0.1);
  box-shadow: 0px 10px 30px rgba(143, 107, 89, 0.1);
  top: 100%;
  left: -30px;
  z-index: 2;
  display: none; }
  @media only screen and (max-width: 1250px) {
    .header .sub-menu {
      width: 100%;
      left: 0;
      border: 1px solid #e7bfa3; }
      .header .sub-menu.active {
        display: block;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: auto;
        left: auto;
        text-transform: uppercase;
        padding: 0;
        width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .header .sub-menu {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      position: static; } }
  .header .sub-menu li {
    margin-top: 30px;
    margin-left: 0; }
    .header .sub-menu li:first-child {
      margin-top: 0; }
      @media only screen and (max-width: 1250px) {
        .header .sub-menu li:first-child a {
          border-top: 1px solid transparent; } }
    @media only screen and (max-width: 1250px) {
      .header .sub-menu li {
        margin-top: 10px; } }
    @media only screen and (max-width: 1023px) {
      .header .sub-menu li {
        margin-top: 0; } }
    .header .sub-menu li a {
      display: block;
      color: #2D2E2E;
      text-decoration: none;
      text-transform: none; }
      @media only screen and (max-width: 1250px) {
        .header .sub-menu li a {
          border-bottom: 1px solid #E7BFA3;
          padding: 14px 20px;
          margin-top: 0; } }
      @media only screen and (max-width: 1023px) {
        .header .sub-menu li a {
          text-transform: uppercase;
          font-weight: 500;
          font-size: 13px; } }
      @media only screen and (min-width: 1025px) {
        .header .sub-menu li a:hover {
          font-weight: 500; } }

.langs {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  width: 68px;
  text-align: center;
  cursor: pointer; }
  @media only screen and (max-width: 1250px) {
    .langs {
      width: 188px;
      display: none;
      padding: 20px 40px; } }
  .langs__current {
    position: relative; }
    @media only screen and (max-width: 1250px) {
      .langs__current {
        font-weight: bold; } }
  .langs__icon {
    position: absolute;
    right: 10px;
    top: 8px; }
    @media only screen and (max-width: 1250px) {
      .langs__icon {
        display: none; } }
  .langs__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 10px 30px rgba(143, 107, 89, 0.1);
    box-shadow: 0px 10px 30px rgba(143, 107, 89, 0.1);
    display: none;
    z-index: 1; }
    @media only screen and (max-width: 1250px) {
      .langs__dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        left: auto;
        top: auto;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .langs__link {
    text-decoration: none;
    color: #2D2E2E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #F4EAE2; }
    @media only screen and (max-width: 1250px) {
      .langs__link {
        width: auto;
        margin-left: 20px; } }
    @media only screen and (min-width: 1025px) {
      .langs__link:hover {
        font-weight: 700; } }
  @media only screen and (min-width: 1025px) {
    .langs:hover .langs__dropdown {
      display: block; }
    .langs:hover .langs__icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); } }

.header-phones {
  position: relative;
  margin-right: 30px; }
  @media only screen and (min-width: 1025px) {
    .header-phones:hover .header-phones__dropdown {
      display: block; } }
  @media only screen and (min-width: 1025px) and (max-width: 1250px) {
    .header-phones:hover .header-phones__dropdown {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    .header-phones:hover .header-phones__opener {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); } }
  .header-phones__opener {
    position: absolute;
    right: -15px;
    top: 9px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media screen and (max-width: 1250px) {
      .header-phones__opener {
        display: none; } }
    .header-phones__opener.is-active {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .header-phones__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 100%;
    line-height: 36px; }
    @media only screen and (max-width: 1439px) {
      .header-phones__current svg {
        display: none; } }
    @media only screen and (max-width: 1250px) {
      .header-phones__current svg {
        display: block; } }
  .header-phones__icon {
    margin-right: 7px;
    fill: #8F6B59;
    -webkit-animation: phone 2s ease-in-out infinite;
    animation: phone 2s ease-in-out infinite; }
  .header-phones__item {
    text-decoration: none;
    color: #2D2E2E;
    font-size: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 1439px) {
      .header-phones__item {
        font-size: 15px; } }
    @media only screen and (max-width: 1023px) {
      .header-phones__item {
        font-weight: 500; } }
    @media only screen and (max-width: 767px) {
      .header-phones__item {
        font-size: 13px; } }
    @media only screen and (max-width: 479px) {
      .header-phones__item {
        font-size: 12px; } }
  .header-phones__dropdown {
    position: absolute;
    right: -22px;
    background: #F4EAE2;
    -webkit-box-shadow: 0px 10px 30px rgba(143, 107, 89, 0.1);
    box-shadow: 0px 10px 30px rgba(143, 107, 89, 0.1);
    padding: 20px 22px;
    display: none;
    z-index: 1; }
    @media only screen and (max-width: 1023px) {
      .header-phones__dropdown {
        position: static;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0; } }
    .header-phones__dropdown.active {
      display: block; }
  .header-phones__row {
    margin-top: 20px; }
    .header-phones__row:first-child {
      margin-top: 0; }
  .header-phones__title {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px; }

.menu-icon {
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 3; }
  .menu-icon__wrap {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1250px) {
      .menu-icon__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .menu-icon.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .menu-icon.open span:nth-child(2) {
    opacity: 0;
    right: -60px; }
  .menu-icon.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2D2E2E;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu-icon span:nth-child(1) {
      top: 4px; }
    .menu-icon span:nth-child(2) {
      top: 12px;
      width: 80%; }
    .menu-icon span:nth-child(3) {
      top: 20px; }

.mobile-menu {
  min-height: 100%;
  min-width: 100%;
  background-color: #F4EAE2;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  overflow-y: scroll; }
  .mobile-menu .langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mobile-menu .header__nav {
    display: block; }
  .mobile-menu__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none; }
    @media only screen and (max-width: 1250px) {
      .mobile-menu__btn {
        display: block; } }
  .mobile-menu.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.search-icon-mobile {
  cursor: pointer;
  margin-right: 25px; }
  @media only screen and (max-width: 1250px) {
    .search-icon-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (max-width: 767px) {
    .search-icon-mobile {
      margin-right: 15px; } }

@media only screen and (max-width: 479px) {
  .header-btn {
    width: 136px;
    font-size: 12px;
    height: 40px; } }

.search-mobile {
  padding: 10px 25px 15px;
  display: none; }
  .search-mobile__block {
    position: relative; }
  .search-mobile__holder .input {
    padding: 0 30px 0 0;
    text-transform: none; }
  .search-mobile__close {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }

@-webkit-keyframes phone {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@keyframes phone {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

.heading.heading-inline {
  display: inline-block; }

.heading--center {
  text-align: center; }

.heading--350 {
  max-width: 350px; }
  @media only screen and (max-width: 479px) {
    .heading--350 {
      margin: 0 auto 14px; } }

.heading--mb {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .heading--mb {
      margin-bottom: 30px; } }

.heading--mb-20 {
  margin-bottom: 20px; }

.heading__icon {
  margin-bottom: 26px;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.8s ease-in-out;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden; }
  @media only screen and (max-width: 1023px) {
    .heading__icon {
      margin-bottom: 14px; } }
  .heading__icon.animate {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .heading__icon > img {
    -webkit-filter: none;
    filter: none; }

.heading__title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .heading__title {
      font-size: 24px;
      line-height: 32px;
      text-align: center; } }
  @media only screen and (max-width: 479px) {
    .heading__title {
      font-size: 20px;
      line-height: 28px; } }
  .heading__title--center {
    text-align: center; }

.note {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 170%; }

.test {
  stroke: red; }

.main-section {
  height: 620px;
  background-size: cover;
  background-position: 50% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .main-section {
      height: auto; } }
  @media only screen and (max-width: 767px) {
    .main-section {
      background-position: 64% 100%; } }
  .main-section__box {
    max-width: 615px; }
    @media only screen and (max-width: 767px) {
      .main-section__box {
        max-width: 100%; } }
  .main-section__wrap {
    width: 100%;
    padding-top: 120px; }
    @media only screen and (max-width: 1023px) {
      .main-section__wrap {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .main-section__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .main-section__title {
        font-size: 24px;
        line-height: 30px; } }
  .main-section__note {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    margin-top: 30px;
    overflow: hidden;
    max-height: 260px; }
    @media only screen and (max-width: 1023px) {
      .main-section__note {
        max-width: 85%;
        max-height: auto;
        overflow: visible; } }
    @media only screen and (max-width: 767px) {
      .main-section__note {
        max-width: 100%; } }
  .main-section__btn {
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .main-section__btn {
        margin-top: 32px; } }

.main-slider__section {
  position: relative; }

.main-slider__item {
  height: 680px;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 240px; }
  @media only screen and (max-width: 1680px) {
    .main-slider__item {
      padding-left: 90px; } }
  @media only screen and (max-width: 1023px) {
    .main-slider__item {
      padding: 0 15px;
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .main-slider__item {
      height: 350px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 479px) {
    .main-slider__item {
      background-position: 56% 50%; } }

.main-slider__box {
  max-width: 850px; }

.main-slider__title {
  font-size: 50px;
  line-height: 60px;
  overflow: hidden;
  max-height: 120px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1023px) {
    .main-slider__title {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 7px;
      max-width: 330px; } }

.main-slider__note {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em; }
  @media only screen and (max-width: 1023px) {
    .main-slider__note {
      font-size: 20px;
      line-height: 170%;
      margin-bottom: 30px; } }

.main-slider--prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

@media only screen and (max-width: 479px) {
  .main-slider__btn .btn--default {
    width: 131px;
    height: 40px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500; } }

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 130px; }
  .slider-navigation__wrapper {
    position: absolute;
    bottom: 65px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      .slider-navigation__wrapper {
        display: none; } }
  .slider-navigation__arrow {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.main-slider-numbers {
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85px; }
  @media only screen and (max-width: 1023px) {
    .main-slider-numbers {
      display: none; } }
  .main-slider-numbers strong {
    font-size: 36px; }
  .main-slider-numbers span {
    display: inline-block;
    margin: 0 8px;
    width: 1.5px;
    height: 25px;
    background-color: #8F6B59; }
  .main-slider-numbers__wrapper {
    position: absolute;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1023px) {
      .main-slider-numbers__wrapper {
        top: auto;
        bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .main-slider-numbers__wrapper {
        bottom: 20px; } }

.main-slider-dots {
  margin-left: 30px; }
  @media only screen and (max-width: 1023px) {
    .main-slider-dots {
      margin-left: 0; } }
  .main-slider-dots .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-slider-dots .slick-dots li {
      text-indent: -9999px;
      width: 26px;
      height: 26px;
      position: relative;
      margin: 0 3px;
      cursor: pointer; }
      .main-slider-dots .slick-dots li.slick-active::after {
        opacity: 1; }
      .main-slider-dots .slick-dots li::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        background-color: #2D2E2E;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .main-slider-dots .slick-dots li::after {
        display: none; }

.circle svg {
  height: 26px; }
  .circle svg path {
    stroke: #8f6b59;
    stroke-width: 4px; }

.slick-dots {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slick-dots li {
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    position: relative;
    margin: 0 3px;
    cursor: pointer; }
    .slick-dots li.slick-active::after {
      opacity: 1; }
    .slick-dots li::before {
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      background-color: #2D2E2E;
      border-radius: 50%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .slick-dots li::after {
      position: absolute;
      content: '';
      width: 26px;
      height: 26px;
      left: 0;
      top: 0;
      border: 2px solid #8f6b59;
      border-radius: 50%;
      background-size: 26px 26px;
      opacity: 0;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }

.map {
  position: relative; }
  .map__box {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    max-width: 506px;
    padding: 85px 85px 65px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 1023px) {
      .map__box {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .map__box {
        padding: 60px 15px; } }
  .map__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E8E8E7; }
    .map__item:first-child {
      border: none;
      padding-top: 0;
      margin-top: 0; }
  .map__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    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;
    border: 1px solid #E7BFA3;
    margin-right: 22px;
    border-radius: 50%; }
  .map__text {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    padding-top: 5px; }

#map {
  height: 724px; }
  @media only screen and (max-width: 1023px) {
    #map {
      height: 344px; } }

@media only screen and (max-width: 1250px) {
  .nav-service {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 41px;
    background-color: #F4EAE2;
    z-index: 30; } }

@media only screen and (max-width: 1023px) {
  .nav-service {
    top: 42px;
    position: static; } }

.nav-service__dropdown {
  position: absolute;
  top: 100%;
  z-index: 2;
  left: 0;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  background: #fcfbf9;
  -webkit-box-shadow: 0px 10px 50px rgba(143, 107, 89, 0.1);
  box-shadow: 0px 10px 50px rgba(143, 107, 89, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  display: none; }
  @media only screen and (max-width: 1023px) {
    .nav-service__dropdown {
      top: 46px;
      background-color: #f4eae2;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      position: static; } }
  .nav-service__dropdown.is-open {
    display: block; }
  .nav-service__dropdown + a svg {
    display: block !important; }

.nav-service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px; }
  @media only screen and (max-width: 1023px) {
    .nav-service__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0; } }

.nav-service > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .nav-service > ul {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .nav-service > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .nav-service > ul > li {
    margin-left: 105px;
    border-bottom: 2px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 1680px) {
      .nav-service > ul > li {
        margin-left: 75px; } }
    @media only screen and (max-width: 1439px) {
      .nav-service > ul > li {
        margin-left: 30px; } }
    @media only screen and (max-width: 1023px) {
      .nav-service > ul > li {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .nav-service > ul > li {
        margin-left: 0; } }
    @media only screen and (min-width: 1025px) {
      .nav-service > ul > li:hover {
        border-color: #e7bfa3; }
        .nav-service > ul > li:hover .nav-service__dropdown {
          display: block; }
        .nav-service > ul > li:hover a svg {
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
    .nav-service > ul > li:first-child {
      margin-left: 0; }
      @media only screen and (max-width: 1023px) {
        .nav-service > ul > li:first-child {
          margin: 0; } }
    .nav-service > ul > li > a {
      text-decoration: none;
      font-weight: 500;
      color: #2D2E2E;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 30px;
      padding-bottom: 26px; }
      .nav-service > ul > li > a svg {
        display: none; }
      @media only screen and (max-width: 1439px) {
        .nav-service > ul > li > a {
          font-size: 12px; } }
      @media only screen and (max-width: 1250px) {
        .nav-service > ul > li > a {
          padding: 14px 20px; } }
      @media only screen and (max-width: 1023px) {
        .nav-service > ul > li > a {
          position: relative;
          font-size: 13px;
          padding: 14px 0 14px 20px;
          border-bottom: 1px solid #E7BFA3; } }
      @media only screen and (max-width: 767px) {
        .nav-service > ul > li > a {
          padding: 14px 0 14px 0; } }
      .nav-service > ul > li > a svg {
        margin-left: 5px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        @media only screen and (max-width: 1023px) {
          .nav-service > ul > li > a svg {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            margin-left: auto; } }
      .nav-service > ul > li > a.is-active svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

.nav-service__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #2D2E2E;
  margin-bottom: 30px;
  display: inline-block; }
  @media only screen and (max-width: 1023px) {
    .nav-service__title {
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 0.04em;
      font-weight: 500;
      margin-bottom: 13px;
      border-bottom: 1px solid #E7BFA3;
      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;
      padding: 15px 0 15px 40px;
      margin: 0; }
      .nav-service__title + .nav-service__list.custom-link {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .nav-service__title {
      padding: 15px 0 15px 20px; } }
  .nav-service__title::after {
    content: '';
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/arrow-bottom.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 8px;
    height: 5px;
    position: static;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(0%) rotate(0);
    transform: translateY(0%) rotate(0);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: none; }
    @media only screen and (max-width: 1023px) {
      .nav-service__title::after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .nav-service__title.is-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.nav-service__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (max-width: 1023px) {
    .nav-service__list {
      display: none;
      padding-left: 40px; }
      .nav-service__list.custom-link {
        display: block; } }

.nav-service__item {
  margin-top: 20px;
  font-size: 16px;
  line-height: 120%; }
  @media only screen and (max-width: 767px) {
    .nav-service__item {
      margin-top: 15px; } }
  .nav-service__item:first-child {
    margin-top: 0; }

.nav-service__link {
  text-decoration: none;
  color: #2D2E2E;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media only screen and (max-width: 1023px) {
    .nav-service__link {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.04em;
      color: #2D2E2E; } }
  @media only screen and (min-width: 1025px) {
    .nav-service__link:hover {
      font-weight: 500; } }

.nav-service__tag {
  display: inline-block;
  background-color: #8F6B59;
  color: #fff;
  font-size: 9px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 7px;
  margin-left: 10px; }

.nav-service__col {
  border-left: 1.5px solid #e8e8e7;
  padding: 7px 25px;
  width: 20%; }
  @media only screen and (max-width: 1250px) {
    .nav-service__col {
      padding: 7px 15px; } }
  @media only screen and (max-width: 1023px) {
    .nav-service__col {
      width: 100%;
      padding: 0;
      border-left: none; } }
  .nav-service__col:first-child {
    border-left: none; }

.nav-service__row {
  margin-top: 60px; }
  @media only screen and (max-width: 1023px) {
    .nav-service__row {
      padding: 0;
      margin: 0; } }
  .nav-service__row:first-child {
    margin-top: 0; }

.mobile-services.active .nav-service {
  display: block; }

.novation-section {
  background: #fcf5ee url(../images/decor.png) 120% 100% no-repeat; }
  .novation-section--transparent {
    background: none; }
  .novation-section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1250px) {
      .novation-section__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .novation-section__box {
    max-width: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px; }
    @media only screen and (max-width: 1250px) {
      .novation-section__box {
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center; } }
    @media only screen and (max-width: 1023px) {
      .novation-section__box {
        margin-bottom: 14px; } }
    .novation-section__box--wide {
      max-width: 490px;
      -ms-flex-preferred-size: 490px;
      flex-basis: 490px; }
      @media only screen and (max-width: 1023px) {
        .novation-section__box--wide {
          max-width: 100%; } }
  .novation-section__col {
    max-width: 808px;
    -ms-flex-preferred-size: 808px;
    flex-basis: 808px; }
    @media only screen and (max-width: 1023px) {
      .novation-section__col {
        max-width: 100%; } }
  .novation-section__item {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .novation-section__item {
        margin-top: 32px; } }
    .novation-section__item:first-child {
      margin-top: 0; }
  .novation-section__icon {
    margin-right: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39px;
    flex: 0 0 39px; }
  .novation-section__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em; }
  .novation-section__info {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    font-size: 18px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .novation-section__info {
        margin-bottom: 12px; } }
    .novation-section__info h2 {
      text-transform: uppercase;
      font-weight: bold;
      margin: 50px 0; }
      @media only screen and (max-width: 1250px) {
        .novation-section__info h2 {
          margin: 42px 0; } }
      @media only screen and (max-width: 1023px) {
        .novation-section__info h2 {
          margin: 42px 0 24px; } }
    .novation-section__info .credo-box__text {
      margin: 50px 0 50px 100px; }
      @media only screen and (max-width: 1023px) {
        .novation-section__info .credo-box__text {
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        .novation-section__info .credo-box__text {
          margin: 0;
          font-size: 18px; } }
  .novation-section--center {
    background: #fcf5ee url(../images/decor.png) 0% 100% no-repeat; }

.novation-section--table .novation-section__info table {
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .novation-section--table .novation-section__info {
    width: 100%;
    overflow-y: hidden; }
    .novation-section--table .novation-section__info table {
      width: 1440px; } }

.novation-section--table .novation-section__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.novation-section--table .novation-section__box {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
  .novation-section--table .novation-section__box .heading__title {
    text-align: center; }

.novation-section--table .novation-section__col {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
  .novation-section--table .novation-section__col table {
    border-right: 1px solid rgba(175, 176, 177, 0.5); }
  .novation-section--table .novation-section__col th {
    height: 50px;
    border-top-width: 1px !important; }
  .novation-section--table .novation-section__col td, .novation-section--table .novation-section__col th {
    padding-left: 15px;
    padding-right: 15px;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: rgba(175, 176, 177, 0.5); }
    .novation-section--table .novation-section__col td:nth-child(1), .novation-section--table .novation-section__col th:nth-child(1) {
      width: 15%; }
    .novation-section--table .novation-section__col td:nth-child(2), .novation-section--table .novation-section__col th:nth-child(2) {
      width: 30%; }
    .novation-section--table .novation-section__col td:nth-child(3), .novation-section--table .novation-section__col th:nth-child(3) {
      width: 30%; }
    .novation-section--table .novation-section__col td:nth-child(4), .novation-section--table .novation-section__col th:nth-child(4) {
      width: 11%; }
    .novation-section--table .novation-section__col td:nth-child(4), .novation-section--table .novation-section__col th:nth-child(4) {
      width: 14%; }

.credo-box {
  background: #FCF5EE;
  padding: 55px 75px;
  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; }
  @media only screen and (max-width: 767px) {
    .credo-box {
      padding: 20px 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .credo-box__title {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-right: 120px; }
    @media only screen and (max-width: 767px) {
      .credo-box__title {
        margin-right: 0;
        margin-bottom: 20px; } }
  .credo-box__text {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.04em;
    font-weight: 500;
    position: relative; }
    .credo-box__text::after {
      content: '';
      position: absolute;
      background-image: url(../images/text.svg);
      width: 58px;
      height: 58px;
      left: -22px;
      top: -8px; }
      @media only screen and (max-width: 767px) {
        .credo-box__text::after {
          display: none; } }
    .credo-box__text div {
      padding-left: 60px; }
      @media only screen and (max-width: 767px) {
        .credo-box__text div {
          padding-left: 0; } }
      .credo-box__text div:first-child {
        padding-left: 0; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none; }
  .popup.active {
    display: block; }
  .popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .popup__holder {
    background: #fff;
    padding: 90px 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    max-width: 636px;
    width: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 1679px) {
      .popup__holder {
        padding: 55px; } }
    @media only screen and (max-width: 1250px) {
      .popup__holder {
        padding: 50px; } }
    @media only screen and (max-width: 767px) {
      .popup__holder {
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
        -webkit-transform: none;
        transform: none;
        width: auto;
        max-width: none;
        padding: 50px 15px 15px; } }
    .popup__holder--video {
      max-width: 620px;
      padding: 30px; }
  .popup__info {
    max-height: 100%;
    overflow-y: auto; }
    .popup__info > iframe {
      width: 100%; }
    @media only screen and (max-width: 1439px) {
      .popup__info .form__row {
        margin-top: 25px; } }
    @media only screen and (max-width: 1365px) {
      .popup__info .form__row {
        margin-top: 20px; } }
    @media only screen and (max-width: 1439px) {
      .popup__info .form__row .input {
        height: 42px; } }
  .popup__close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer; }
  .popup__success-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px; }
  .popup__title {
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1439px) {
      .popup__title {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .popup__title {
        font-size: 18px; } }
    @media only screen and (max-width: 479px) {
      .popup__title {
        font-size: 16px; } }
  .popup__note {
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1679px) {
      .popup__note {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 1439px) {
      .popup__note {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 1250px) {
      .popup__note {
        margin-bottom: 20px; } }

.iosBugFixCaret {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.review-list {
  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;
  margin: -60px -30px 0; }
  @media only screen and (max-width: 1250px) {
    .review-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .review-list {
      padding: 0 15px; } }
  .review-list__wrap {
    max-width: 1206px;
    margin: 0 auto; }
    .review-list__wrap--mt {
      margin-top: 70px; }
  .review-list .video-list__item {
    max-width: 573px;
    margin-left: 0;
    margin-top: 60px; }
  .review-list__item {
    width: 100%;
    max-width: calc(50% - 60px);
    background-color: #FCF5EE;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 80px;
    min-height: 412px;
    margin: 30px; }
    @media only screen and (max-width: 992px) {
      .review-list__item {
        padding: 20px 15px;
        margin: 15px;
        min-height: 0; } }
    @media only screen and (max-width: 767px) {
      .review-list__item {
        max-width: 100%;
        margin: 15px 0; } }
  .review-list__name {
    font-size: 22px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .review-list__name {
        margin-bottom: 20px; } }
    .review-list__name::after {
      content: '';
      position: absolute;
      background-image: url(../images/text.svg);
      width: 58px;
      height: 58px;
      left: -22px;
      top: -8px; }
      @media only screen and (max-width: 992px) {
        .review-list__name::after {
          left: -10px; } }
      @media only screen and (max-width: 767px) {
        .review-list__name::after {
          display: none; } }
  .review-list__text {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em; }
    @media only screen and (max-width: 767px) {
      .review-list__text {
        margin-bottom: 20px;
        font-size: 14px; } }
  .review-list__date {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  @media only screen and (max-width: 992px) {
    .review-list {
      margin: -50px -30px 0; } }
  @media only screen and (max-width: 767px) {
    .review-list {
      margin: -50px -15px 0; } }

.review-slider {
  max-width: 1070px;
  margin: 0 auto; }
  .review-slider .slick-list {
    overflow: visible; }
  .review-slider__item {
    margin: 0 70px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .review-slider__item {
        margin: 0 15px; } }
    .review-slider__item img {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .review-slider__item.slick-active img {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .review-slider__wrap {
    position: relative; }
    .review-slider__wrap .featured-slider-pagination {
      left: 80%; }
      @media only screen and (max-width: 1680px) {
        .review-slider__wrap .featured-slider-pagination {
          left: 90%; } }
    .review-slider__wrap .review-slider--prev {
      -webkit-transform: none;
      transform: none; }
    .review-slider__wrap .review-slider--next {
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1); }

.client-box__title {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  font-weight: 500; }

.client-box__text {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em;
  margin-bottom: 52px; }
  @media only screen and (max-width: 1023px) {
    .client-box__text {
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .client-box__text {
      margin-bottom: 14px; } }

.client-box__col {
  max-width: 485px;
  margin-left: 185px;
  width: 100%; }
  @media only screen and (max-width: 1680px) {
    .client-box__col {
      margin-left: 80px; } }
  @media only screen and (max-width: 1250px) {
    .client-box__col {
      margin-left: 0;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 1023px) {
    .client-box__col {
      margin-bottom: 32px; } }

@media only screen and (max-width: 767px) {
  .client-box__content {
    text-align: center; } }

.rev-slider {
  width: 993px; }
  @media screen and (max-width: 1680px) {
    .rev-slider {
      width: 1008px; } }
  @media screen and (max-width: 1439px) {
    .rev-slider {
      width: 698px; } }
  .rev-slider .slick-list {
    padding-left: 262px; }
    @media screen and (max-width: 1439px) {
      .rev-slider .slick-list {
        padding-left: 0; } }
  @media screen and (max-width: 1365px) {
    .rev-slider {
      width: 701px; } }
  @media only screen and (max-width: 767px) {
    .rev-slider {
      width: 332px; } }
  .rev-slider__thumb {
    height: 320px;
    display: block;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
    @media only screen and (max-width: 1023px) {
      .rev-slider__thumb {
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 767px) {
      .rev-slider__thumb {
        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; }
        .rev-slider__thumb img {
          height: auto;
          -o-object-fit: contain;
          object-fit: contain; } }
  .rev-slider__item {
    margin-left: 158px; }
    @media only screen and (max-width: 1023px) {
      .rev-slider__item {
        margin-left: 0; } }
    .rev-slider__item img {
      height: inherit; }
    .rev-slider__item.slick-slide {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 412px; }
      @media only screen and (max-width: 767px) {
        .rev-slider__item.slick-slide {
          height: auto; } }
    .rev-slider__item.slick-current .rev-slider__thumb,
    .rev-slider__item.slick-current .rev-slider__box {
      height: 412px; }
      @media only screen and (max-width: 767px) {
        .rev-slider__item.slick-current .rev-slider__thumb,
        .rev-slider__item.slick-current .rev-slider__box {
          height: 308px; } }
  @media only screen and (max-width: 1023px) {
    .rev-slider .slick-list {
      overflow: hidden; } }
  .rev-slider__wrap {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .rev-slider__wrap {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto; } }
    .rev-slider__wrap .featured-slider-pagination {
      left: 35%;
      margin-left: 0;
      padding: 20px 0; }
      @media only screen and (max-width: 1680px) {
        .rev-slider__wrap .featured-slider-pagination {
          left: 34%; } }
      @media only screen and (max-width: 1439px) {
        .rev-slider__wrap .featured-slider-pagination {
          left: 10%; } }
      @media only screen and (max-width: 1365px) {
        .rev-slider__wrap .featured-slider-pagination {
          left: 15%; } }
      @media only screen and (max-width: 767px) {
        .rev-slider__wrap .featured-slider-pagination {
          display: none; } }
      .rev-slider__wrap .featured-slider-pagination .rev-slider--next-1 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .rev-slider__wrap .featured-slider-pagination .rev-slider--next-2:last-child {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rev-slider__box {
    background-color: #FCF5EE;
    padding: 66px 58px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 320px;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .rev-slider__box {
        padding: 40px 20px;
        height: 308px; } }
  .rev-slider__name {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .rev-slider__name {
        font-size: 16px;
        margin-bottom: 30px;
        margin-left: 20px; } }
    .rev-slider__name::after {
      content: '';
      position: absolute;
      background-image: url(../images/text.svg);
      width: 58px;
      height: 58px;
      left: -22px;
      top: -8px; }
      @media only screen and (max-width: 767px) {
        .rev-slider__name::after {
          top: -12px; } }
  .rev-slider__content {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    max-height: 215px;
    overflow: auto; }
    @media only screen and (max-width: 767px) {
      .rev-slider__content {
        font-size: 14px; } }
  .rev-slider__date {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700; }

.sales-section__item {
  display: block;
  max-width: 580px;
  position: relative;
  background-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #2D2E2E;
  margin-top: 30px; }
  .sales-section__item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 15px solid #FCFBF9;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: -1; }
  @media only screen and (min-width: 1025px) {
    .sales-section__item:hover {
      background-color: #fff;
      -webkit-box-shadow: 0px 4px 80px rgba(143, 107, 89, 0.2);
      box-shadow: 0px 4px 80px rgba(143, 107, 89, 0.2); }
      .sales-section__item:hover .doctor-thumb__arrow {
        opacity: 1; }
      .sales-section__item:hover::after {
        opacity: 0; } }

.sales-section__image {
  display: block;
  text-decoration: none; }

.sales-section__info {
  padding: 50px 55px; }
  @media only screen and (max-width: 767px) {
    .sales-section__info {
      padding: 30px 15px; } }

.sales-section__list {
  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;
  max-width: 1226px;
  margin: -30px auto 0; }
  @media only screen and (max-width: 1250px) {
    .sales-section__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .sales-section__list {
      padding: 0 15px; } }

.sales-section__title {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 36px;
  display: block;
  text-decoration: none;
  color: #2d2e2e; }

.sales-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .sales-section__bottom {
      -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; } }

.sales-counter {
  text-align: right;
  max-width: 226px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 5px; }
  @media only screen and (max-width: 767px) {
    .sales-counter {
      margin-top: 30px; } }
  .sales-counter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px; }
    .sales-counter__wrap .sales-counter {
      margin-left: 70px; }
      @media only screen and (max-width: 767px) {
        .sales-counter__wrap .sales-counter {
          margin-left: 0;
          margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .sales-counter__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px; } }
  .sales-counter__title {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .sales-counter__note {
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.04em;
    font-weight: 500;
    position: relative; }
    .sales-counter__note em {
      font-style: normal; }
    .sales-counter__note::before {
      content: '';
      position: absolute;
      width: 46px;
      height: 51px;
      left: -23px;
      top: -14px;
      background-image: url("../images/clock.svg"); }
  .sales-counter .counter__time {
    position: relative;
    text-align: left; }
    .sales-counter .counter__time + .counter__time::before {
      content: ':';
      margin: 0 4px; }

.search-results__form {
  position: relative;
  width: 575px;
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .search-results__form {
      width: 100%; } }

.search-results__input {
  width: 100%;
  padding: 10px 100px 13px 20px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1.5px solid #2D2E2E;
  font-family: 'TTNorms', sans-serif; }

.search-results__btn {
  position: absolute;
  right: 24px;
  bottom: 13px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer; }

.search-results__list {
  margin: 0 auto;
  max-width: 960px; }

.search-results__item {
  background-color: #FCF5EE;
  width: 100%;
  padding: 65px;
  position: relative;
  margin-top: 45px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: block;
  text-decoration: none;
  color: #2D2E2E; }
  @media only screen and (max-width: 767px) {
    .search-results__item {
      padding: 30px 40px;
      margin-top: 20px; } }
  .search-results__item:first-child {
    margin-top: 0; }
  .search-results__item::before {
    content: '';
    position: absolute;
    border: 15px solid #FCFBF9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
  @media only screen and (min-width: 1025px) {
    .search-results__item:hover {
      -webkit-box-shadow: 0px 4px 80px rgba(143, 107, 89, 0.2);
      box-shadow: 0px 4px 80px rgba(143, 107, 89, 0.2); }
      .search-results__item:hover::before {
        opacity: 0; }
      .search-results__item:hover .search-results__arrow {
        opacity: 1; } }

.search-results__number {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-weight: 700; }

.search-results__arrow {
  position: absolute;
  right: 45px;
  top: 45px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0; }

.search-results__title {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  font-weight: 500; }

.search-results__text {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em; }

.search-results__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FCF5EE;
  max-width: 592px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  min-height: 192px; }

.search-results__content {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em;
  max-width: 323px;
  margin-left: 40px; }
  .search-results__content a {
    color: #8F6B59; }

.pagination {
  max-width: 518px;
  margin: 0 auto; }
  .pagination--mt {
    margin-top: 80px; }
  .pagination__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pagination__item {
    width: 52px;
    height: 46px;
    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;
    border: 1px solid #E8E8E7;
    border-left: none; }
    .pagination__item:nth-child(2) {
      border-left: 1px solid #E8E8E7; }
    .pagination__item--arrow .pagination__link {
      border: none; }
    .pagination__item--prev {
      margin-right: 50px; }
      @media only screen and (max-width: 767px) {
        .pagination__item--prev {
          margin-right: 20px; } }
    .pagination__item--next {
      margin-left: 50px; }
      @media only screen and (max-width: 767px) {
        .pagination__item--next {
          margin-left: 20px; } }
    .pagination__item.active .pagination__link {
      border-bottom: 2px solid #E7BFA3; }
    .pagination__item.elipsis {
      border-top: none;
      border-bottom: none; }
  .pagination__link {
    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;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #2D2E2E; }

.search-form {
  width: 300px;
  position: relative; }
  @media only screen and (max-width: 1250px) {
    .search-form {
      display: none; } }
  .search-form__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E8E8E7;
    color: #888889;
    padding: 0 50px 0 32px;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 34px;
    height: 35px;
    font-family: 'TTNorms', sans-serif; }
    .search-form__input--mob {
      display: none;
      height: 30px;
      padding: 0 15px 0 15px; }
      @media only screen and (max-width: 479px) {
        .search-form__input--mob {
          position: absolute;
          width: 200px;
          padding: 0 25px 0 15px; } }
    .search-form__input.active {
      display: block; }
  .search-form__btn {
    position: absolute;
    right: 4px;
    top: 5px;
    background-color: transparent;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1250px) {
      .search-form__btn--mob {
        position: static; } }

select {
  display: none; }

.select {
  margin: 0;
  border: 1px solid #e8e8e8;
  padding: 10px 30px 10px 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis; }
  .select::after {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    height: 7px;
    width: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .select:focus {
    border-color: #666; }
  .select__current {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden; }
    .select__current.placeholder {
      color: #ccc; }
  .select--open {
    overflow: visible; }
    .select--open::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-2em);
    transform: scale(0.75) translateY(-2em);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    z-index: -1; }
    .select--open .select__list {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0); }
  .select__item {
    padding: 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .select__item:hover {
        background: #efefef; } }
    .select__item--active {
      font-weight: bold;
      background: #eee; }
    .select__item--disabled {
      display: none;
      cursor: not-allowed; }
    .select__item.hidden {
      display: none; }
  .select.to-up .select__list {
    bottom: 100%;
    top: auto; }

.search-holder {
  z-index: 6;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50px;
  height: 40px; }
  .search-holder input {
    width: 100%;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    color: #4f4f4f;
    padding: 0 20px;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08); }

.search-select .select__list {
  padding-top: 60px; }

.sert-section {
  background: #FCF5EE url(../images/decor.png) -15% 100% no-repeat; }
  .sert-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -60px; }
    @media only screen and (max-width: 1680px) {
      .sert-section__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 1023px) {
      .sert-section__list {
        margin: -55px 0 -60px 0 !important; } }
    .sert-section__list .slick-track {
      margin-left: -3px; }
    .sert-section__list .slick-dots {
      background: transparent;
      padding: 20px 0; }
      @media only screen and (max-width: 1023px) {
        .sert-section__list .slick-dots {
          -webkit-transform: translateY(-50px);
          transform: translateY(-50px); } }
      @media only screen and (max-width: 767px) {
        .sert-section__list .slick-dots {
          padding: 10px 0; } }
  .sert-section__item {
    max-width: 427px;
    margin-left: 55px;
    margin-top: 55px; }
    @media only screen and (max-width: 1023px) {
      .sert-section__item {
        max-width: 100%;
        margin: 45px auto;
        text-align: center; } }
  .sert-section__thumb {
    display: block;
    margin-bottom: 30px;
    height: 258px;
    text-align: center; }
    .sert-section__thumb img {
      width: auto;
      height: 100%; }
  .sert-section__date {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .sert-section__title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.04em; }

.video-list-slider .video-list {
  margin-left: 0;
  display: block; }
  @media only screen and (max-width: 1023px) {
    .video-list-slider .video-list {
      margin: 0;
      text-align: center; } }
  .video-list-slider .video-list .slick-list {
    margin-bottom: 30px; }

.video-list-slider .video-list__item {
  margin-left: 0; }
  @media only screen and (max-width: 1023px) {
    .video-list-slider .video-list__item {
      margin: 0;
      max-width: 562px;
      padding: 0 5px; } }

.services-section__list {
  margin-left: -55px;
  max-height: 490px; }
  .services-section__list .mCSB_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; }
  @media only screen and (max-width: 1439px) {
    .services-section__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.services-section__item {
  display: block;
  max-width: calc(33.33333% - 55px);
  width: 100%;
  height: 186px;
  position: relative;
  padding: 50px 50px 40px;
  text-decoration: none;
  background-color: #fcf5ee;
  color: #2D2E2E;
  margin-left: 55px;
  margin-bottom: 55px; }
  @media only screen and (max-width: 1100px) {
    .services-section__item {
      max-width: calc(50% - 55px); } }
  @media only screen and (max-width: 767px) {
    .services-section__item {
      max-width: 100%;
      height: auto; } }
  @media only screen and (max-width: 479px) {
    .services-section__item {
      padding: 30px 24px; } }
  .services-section__item::before {
    content: "";
    position: absolute;
    background: #fcf5ee;
    -webkit-box-shadow: 0px 4px 80px rgba(143, 107, 89, 0.2);
    box-shadow: 0px 4px 80px rgba(143, 107, 89, 0.2);
    left: -15px;
    right: -15px;
    bottom: -15px;
    top: -15px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  @media only screen and (min-width: 1025px) {
    .services-section__item:hover .services-section__icon {
      opacity: 1; } }

.services-section .slick-slider.services-section__list {
  margin: 0; }

.services-section .slick-list .slick-slide {
  margin: 0 10px; }

.services-section .slick-list .services-section__item {
  max-width: 100%;
  margin: 0; }

.services-section__icon {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.services-section__number {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px; }

.services-section__title {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.04em; }

.services-section-slider--prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.services-section-slider--next {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.services-section-slider--vertical {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.services-section-slider__item {
  margin: 25px 0; }
  .services-section-slider__item.slick-current .services-section-slider__link {
    color: #2D2E2E; }

.services-section-slider__link {
  text-decoration: none;
  color: #afb0b1;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 700; }

.services-section-slider__wrap {
  position: relative;
  padding-left: 90px; }
  .services-section-slider__wrap .featured-slider-pagination {
    padding: 0;
    left: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: none;
    transform: none; }
    .services-section-slider__wrap .featured-slider-pagination.fix-slider {
      padding: 25px 0; }

.services-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px; }
  .services-page .services-section__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    max-height: none; }
  .services-page .services-section__item {
    margin: 60px 0 0;
    max-width: calc(50% - 30px); }
    @media only screen and (max-width: 767px) {
      .services-page .services-section__item {
        margin: 30px 0 0;
        max-width: 100%; } }
  .services-page__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px; }
    @media only screen and (max-width: 1439px) {
      .services-page__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px; } }
    @media only screen and (max-width: 1250px) {
      .services-page__col {
        display: none; } }
  .services-page__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1; }
  .services-page__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 350px;
    padding-top: 30px; }
  .services-page__row {
    margin-top: 120px; }
    @media only screen and (max-width: 767px) {
      .services-page__row {
        margin-top: 50px; } }
    .services-page__row:first-child {
      margin-top: 0; }

.service-look {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 767px) {
    .service-look {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .service-look__box {
    background-color: #FCF5EE;
    padding: 70px;
    width: 630px; }
    @media only screen and (max-width: 1250px) {
      .service-look__box {
        height: auto;
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .service-look__box {
        width: 100%;
        padding: 30px 14px; } }
  .service-look__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px; }
    @media only screen and (max-width: 479px) {
      .service-look__item {
        margin-top: 26px; } }
    .service-look__item:first-child {
      margin-top: 0; }
  .service-look__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39px;
    flex: 0 0 39px;
    margin-right: 22px; }
  .service-look__text {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    max-width: 430px;
    padding-top: 4px; }

.service-look-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 54px;
  height: 432px; }
  @media only screen and (max-width: 1250px) {
    .service-look-type {
      margin: 0 15px; } }
  @media only screen and (max-width: 767px) {
    .service-look-type {
      max-width: 430px;
      width: 100%;
      height: 54px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 25px 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .service-look-type__icon {
    width: 54px;
    height: 54px;
    border: 1px solid #E8E8E7;
    border-radius: 50%;
    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;
    font-size: 30px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .service-look-type__icon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media only screen and (max-width: 479px) {
      .service-look-type__icon {
        width: 36px;
        height: 36px;
        font-size: 22px; } }
    .service-look-type__icon::before {
      content: '';
      position: absolute;
      border: 1px solid #E8E8E7;
      height: 30px;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
      @media only screen and (max-width: 767px) {
        .service-look-type__icon::before {
          top: -30px;
          bottom: unset; } }
    @media only screen and (max-width: 767px) {
      .service-look-type__icon--last {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }
    .service-look-type__icon--last::before {
      bottom: 65px; }
      @media only screen and (max-width: 767px) {
        .service-look-type__icon--last::before {
          top: 52px;
          bottom: unset; } }
      @media only screen and (max-width: 479px) {
        .service-look-type__icon--last::before {
          top: 35px; } }
  .service-look-type__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 135px 0 0px 0; }
    @media only screen and (max-width: 767px) {
      .service-look-type__box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  .service-look-type__item {
    border-left: 1.5px solid #8F6B59;
    padding-left: 12px;
    margin-left: 12px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .service-look-type__item {
        margin-left: 0;
        padding-left: 0;
        margin-right: 6px;
        padding-right: 6px;
        border-left: none;
        border-right: 1.5px solid #8F6B59; } }
    .service-look-type__item:first-child {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
      @media only screen and (max-width: 767px) {
        .service-look-type__item:first-child {
          border-right: none; } }

@media only screen and (max-width: 1023px) {
  .price-section {
    width: 100%; } }

.price-section__wrap {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) {
    .price-section__wrap {
      max-width: 100%;
      width: 100%;
      overflow-x: scroll; } }

.price-section__row {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(175, 176, 177, 0.5);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em; }
  .price-section__row--first {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500; }

.price-section__order {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 25px;
  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; }
  @media only screen and (max-width: 1023px) {
    .price-section__order {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 40px; } }
  @media only screen and (max-width: 767px) {
    .price-section__order {
      margin-right: 0;
      padding-right: 10px;
      width: 50px; } }

.price-section__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  padding-right: 100px; }
  @media only screen and (max-width: 767px) {
    .price-section__text {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      padding-right: 15px;
      width: calc(100% - 160px); } }

.price-section__value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  padding-right: 40px;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .price-section__value {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      padding-right: 15px;
      width: 110px; } }

.age-box__title {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 18px; }

.age-box__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.age-box__btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .age-box__btn {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; } }
  .age-box__btn.visible {
    display: block; }

.age-box .arrow-btn {
  margin-left: 60px; }
  .age-box .arrow-btn:first-child {
    margin-left: 0; }

.age-box.hidden {
  display: none; }

.operation-info__title {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 24px; }

.operation-info__text {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.04em;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1250px) {
    .operation-info__text {
      margin-bottom: 32px; } }
  @media only screen and (max-width: 1023px) {
    .operation-info__text {
      margin-bottom: 24px; } }

.operation-slider {
  width: 1003px; }
  @media only screen and (max-width: 1679px) {
    .operation-slider {
      width: 770px; } }
  @media only screen and (max-width: 1023px) {
    .operation-slider {
      width: 650px; } }
  @media only screen and (max-width: 767px) {
    .operation-slider {
      width: 414px; } }
  @media only screen and (max-width: 413px) {
    .operation-slider {
      width: 100%; } }
  .operation-slider .slick-list {
    padding-right: 153px; }
    @media only screen and (max-width: 1679px) {
      .operation-slider .slick-list {
        padding: 0; } }
    .operation-slider .slick-list .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 413px) {
        .operation-slider .slick-list .slick-slide {
          display: block; } }
  .operation-slider__wrap {
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 1250px) {
      .operation-slider__wrap {
        display: block; }
        .operation-slider__wrap .operation-slider {
          margin: 0 auto; } }
    .operation-slider__wrap .featured-slider-pagination {
      right: 15%;
      left: auto;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
      @media only screen and (max-width: 1679px) {
        .operation-slider__wrap .featured-slider-pagination {
          right: 5%; } }
      @media only screen and (max-width: 1250px) {
        .operation-slider__wrap .featured-slider-pagination {
          display: none; } }
      .operation-slider__wrap .featured-slider-pagination .operation-slider--prev {
        -webkit-transform: none;
        transform: none; }
      .operation-slider__wrap .featured-slider-pagination .operation-slider--next {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1); }
  .operation-slider__align {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1; }
    @media only screen and (max-width: 1250px) {
      .operation-slider__align {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .operation-slider__box {
    height: 400px;
    padding: 70px 80px;
    background-color: #fff;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
    @media only screen and (max-width: 1023px) {
      .operation-slider__box {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .operation-slider__box {
        padding: 30px; } }
    .operation-slider__box--bg {
      background-color: #FCF5EE; }
  .operation-slider__item {
    margin: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 607px; }
    @media only screen and (max-width: 1023px) {
      .operation-slider__item {
        margin: 0;
        height: auto; } }
    .operation-slider__item--bg {
      background: #FCF5EE; }
    .operation-slider__item.slick-current .operation-slider__box {
      height: 607px; }
      @media only screen and (max-width: 1023px) {
        .operation-slider__item.slick-current .operation-slider__box {
          height: auto; } }
    .operation-slider__item.slick-current .operation-slider__text {
      height: 330px; }
      @media only screen and (max-width: 1023px) {
        .operation-slider__item.slick-current .operation-slider__text {
          height: auto; } }
  .operation-slider__title {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 50px; }
    .operation-slider__title span {
      position: relative; }
  .operation-slider__text {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em;
    height: 0;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
    @media only screen and (max-width: 1023px) {
      .operation-slider__text {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .operation-slider__text {
        margin-bottom: 20px; } }
  .operation-slider__number {
    color: #F4EAE2;
    font-size: 70px;
    position: absolute;
    line-height: 70px;
    font-weight: 700;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .operation-slider__data {
    font-size: 22px;
    line-height: 150%;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.04em;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .operation-slider__data {
        margin-bottom: 20px; } }
    .operation-slider__data::before {
      position: absolute;
      content: '';
      left: -19px;
      top: -17px;
      width: 54px;
      height: 54px;
      background-image: url(../images/year.svg);
      background-size: 54px 54px; }
  .operation-slider__city {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700; }

.fix-slider {
  padding: 25px 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px; }
  .slick-slide:focus {
    outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.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; }

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .tab.active {
    height: auto;
    overflow: visible;
    opacity: 1; }

.text-section {
  max-width: 985px;
  margin: 0 auto;
  letter-spacing: 0.04em; }
  .text-section__title {
    font-size: 22px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 28px; }
  .text-section__text {
    font-size: 18px;
    line-height: 31px;
    height: 124px; }
    @media only screen and (max-width: 1023px) {
      .text-section__text {
        overflow-y: scroll; } }
    .text-section__text p {
      margin: 0; }
  .text-section__wrap {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media only screen and (max-width: 1250px) {
      .text-section__wrap {
        display: none; } }
    @media only screen and (max-width: 1250px) {
      .text-section__wrap--block {
        display: block;
        padding: 74px 15px; } }
    @media only screen and (max-width: 1023px) {
      .text-section__wrap--block {
        padding: 44px 15px; } }

.top-section {
  min-height: 346px;
  background: #FCF5EE url(../images/decor.png) 105% 100% no-repeat;
  padding-top: 120px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1439px) {
    .top-section {
      padding: 90px 0 70px;
      background-position: right center;
      background-size: contain;
      min-height: auto; } }
  @media only screen and (max-width: 1365px) {
    .top-section {
      padding: 60px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .top-section {
      padding: 45px 0 30px;
      min-height: auto; } }
  @media only screen and (max-width: 479px) {
    .top-section {
      padding: 32px 0; } }
  .top-section__title {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1439px) {
      .top-section__title {
        font-size: 40px;
        line-height: 48px; } }
    @media only screen and (max-width: 1365px) {
      .top-section__title {
        font-size: 36px;
        line-height: 42px; } }
    @media only screen and (max-width: 1250px) {
      .top-section__title {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (max-width: 1023px) {
      .top-section__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 767px) {
      .top-section__title {
        font-size: 28px;
        line-height: 34px; } }
    @media only screen and (max-width: 479px) {
      .top-section__title {
        font-size: 26px;
        line-height: 32px; } }
    .top-section__title > .set-title {
      font-size: 44px;
      line-height: 52px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .top-section__title > .set-title {
          font-size: 22px;
          line-height: 28px; } }
  .top-section__note {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.04em; }

.breadcrumbs {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1250px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2D2E2E;
    border-left: 1.5px solid #8F6B59;
    margin-left: 12px;
    padding-left: 12px; }
    .breadcrumbs__item:first-child {
      padding-left: 0;
      margin-left: 0;
      border: none; }
  .breadcrumbs__link {
    text-decoration: none;
    color: #2D2E2E;
    font-weight: 700; }

.triggers-section {
  background: #fcf5ee url(../images/decor.png) 120% 100% no-repeat; }
  .triggers-section__list {
    margin: 74px auto 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1186px; }
    @media only screen and (max-width: 1023px) {
      .triggers-section__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0; } }
  .triggers-section__item {
    max-width: 240px;
    text-align: center; }
    .triggers-section__item:first-of-type .triggers-section__thumb {
      -webkit-transition-delay: 200ms;
      transition-delay: 200ms; }
    .triggers-section__item:nth-of-type(2) .triggers-section__thumb {
      -webkit-transition-delay: 400ms;
      transition-delay: 400ms; }
    .triggers-section__item:nth-of-type(3) .triggers-section__thumb {
      -webkit-transition-delay: 600ms;
      transition-delay: 600ms; }
    .triggers-section__item:last-of-type .triggers-section__thumb {
      -webkit-transition-delay: 800ms;
      transition-delay: 800ms; }
    @media only screen and (max-width: 1023px) {
      .triggers-section__item {
        margin: 15px 0; } }
    @media only screen and (max-width: 767px) {
      .triggers-section__item {
        width: 100%; } }
    .triggers-section__item.down-item .triggers-section__thumb {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
  .triggers-section__thumb {
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.8s ease-in-out;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out; }
  .triggers-section__icon {
    width: 100px;
    height: 100px;
    padding: 0;
    border-radius: 10%;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .triggers-section__icon::before, .triggers-section__icon::after {
      content: '';
      display: block;
      top: 0;
      left: 7px;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .triggers-section__icon::before {
      border: 1px solid transparent; }
    .triggers-section__icon::after {
      border: 0 solid transparent; }
    .triggers-section__icon:first-child::before, .triggers-section__icon:first-child::after {
      left: 25px; }
    .triggers-section__icon:nth-child(2)::before, .triggers-section__icon:nth-child(2)::after {
      left: 12px; }
    .triggers-section__icon:nth-child(3)::before, .triggers-section__icon:nth-child(3)::after {
      left: 12px; }
    .triggers-section__icon:last-child::before, .triggers-section__icon:last-child::after {
      left: 20px; }
    .triggers-section__icon.circle-anim::before {
      border-top-color: #e7bfa3;
      border-right-color: #e7bfa3;
      border-bottom-color: #e7bfa3;
      -webkit-transition: border-top-color 200ms linear, border-right-color 200ms linear 200ms, border-bottom-color 200ms linear 200ms;
      transition: border-top-color 200ms linear, border-right-color 200ms linear 200ms, border-bottom-color 200ms linear 200ms;
      -webkit-transition-delay: 200ms;
      transition-delay: 200ms; }
    .triggers-section__icon.circle-anim::after {
      border-top: 1px solid #e7bfa3;
      border-left-width: 1px;
      border-right-width: 1px;
      -webkit-transform: rotate(170deg);
      transform: rotate(170deg);
      -webkit-transition: border-left-width 220ms linear 220ms,  -webkit-transform 220ms linear 220ms;
      transition: border-left-width 220ms linear 220ms,  -webkit-transform 220ms linear 220ms;
      transition: transform 220ms linear 220ms,  border-left-width 220ms linear 220ms;
      transition: transform 220ms linear 220ms,  border-left-width 220ms linear 220ms,  -webkit-transform 220ms linear 220ms;
      -webkit-transition-delay: 220ms;
      transition-delay: 220ms; }
    .triggers-section__icon--sm {
      width: 90px;
      height: 90px; }
      .triggers-section__icon--sm::before .triggers-section__icon--sm::after {
        content: '';
        display: block;
        top: 0;
        left: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .triggers-section__icon--sm:first-child::before, .triggers-section__icon--sm:first-child::after {
        left: 10px; }
    .triggers-section__icon.no-after::after, .triggers-section__icon.no-after::before {
      content: '';
      display: none; }
  .triggers-section__title {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em; }
  .triggers-section__btn {
    text-align: center; }

.videotips-slider__center .videotips-slider__arrow--prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%); }

.videotips-slider {
  max-width: 1280px; }
  @media only screen and (max-width: 1680px) {
    .videotips-slider {
      max-width: 1000px; } }
  @media only screen and (max-width: 1250px) {
    .videotips-slider {
      max-width: 800px; } }
  @media only screen and (max-width: 1023px) {
    .videotips-slider {
      max-width: 500px; } }
  @media only screen and (max-width: 1680px) {
    .videotips-slider__center {
      text-align: center; } }
  .videotips-slider__item {
    border: 1px solid #E8E8E7;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2D2E2E;
    padding: 16px 14px;
    display: block;
    border-left: none; }
    .videotips-slider__item.active {
      font-weight: bold;
      border-bottom: 2px solid #e7bfa3; }
  .videotips-slider__align {
    text-align: center; }
  .videotips-slider__wrap {
    display: inline-block;
    margin-bottom: 60px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .videotips-slider__wrap {
        margin-bottom: 20px; } }
  .videotips-slider__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer; }
    .videotips-slider__arrow--prev {
      left: -102px;
      -webkit-transform: scale(-1, 1) translateY(-50%);
      transform: scale(-1, 1) translateY(-50%); }
    .videotips-slider__arrow--next {
      right: -102px; }

.video-list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -78px;
  margin-top: -78px; }
  @media only screen and (max-width: 1680px) {
    .video-list {
      margin-left: -50px;
      margin-top: -50px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .video-list__item {
    max-width: 427px;
    margin-left: 78px;
    margin-top: 78px; }
    @media only screen and (max-width: 1680px) {
      .video-list__item {
        margin-left: 50px;
        margin-top: 50px;
        max-width: 362px; } }
  .video-list__btn {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .video-list__btn:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1); } }
  .video-list__thumb {
    margin-bottom: 30px;
    position: relative; }
    .video-list__thumb[data-fancybox] {
      cursor: pointer; }
    .video-list__thumb--wm {
      margin: 0; }
  .video-list__status {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .video-list__title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    letter-spacing: 0.04em;
    font-weight: 500; }

/*# sourceMappingURL=index.css.map */
