@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
  font-family: "ProximaNova", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #1f1f1f;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  transition: all 0.3s;
}

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

input, button, textarea {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: "ProximaNova", "Arial", sans-serif;
}

button {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

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

::-moz-selection {
  background-color: #958376;
  color: #fff;
}

::selection {
  background-color: #958376;
  color: #fff;
}

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

.visually-hidden,
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

main {
  display: block;
  padding-top: 112px;
}

.overflow {
  overflow-y: hidden !important;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 767.9px) {
  .container {
    max-width: 100%;
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(28, 28, 28, 0.5);
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s;
}

.overlay--visible {
  opacity: 1;
  visibility: visible;
}

.nicescroll-rails {
  z-index: 10 !important;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #424246;
  transition: all 0.3s;
  width: 100%;
  padding: 27px 0;
  z-index: 2;
}
.page-header__wrap {
  align-items: center;
}
.page-header__logo {
  display: block;
}

.burger {
  display: none;
  width: 30px;
}

.site-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site-nav__item {
  position: relative;
  margin-right: 30px;
}
.site-nav__item svg {
  transition: all 0.3s;
}
.site-nav__item svg path {
  transition: all 0.3s;
}
.site-nav__item > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fafafa;
  letter-spacing: 1.5px;
  transition: 0.3s ease;
}
.site-nav__item > a:hover, .site-nav__item > a:focus {
  color: #958376;
}
.site-nav__item--active a {
  color: #958376;
}
.site-nav__item--active .site-nav__item-wrap svg path {
  fill: #958376;
}
.site-nav__item--sub:hover .site-nav__item-wrap > span, .site-nav__item--sub:focus .site-nav__item-wrap > span {
  color: #958376;
}
.site-nav__item--sub:hover .site-nav__item-wrap > svg, .site-nav__item--sub:focus .site-nav__item-wrap > svg {
  transform: rotate(180deg);
}
.site-nav__item--sub:hover .site-nav__item-wrap > svg path, .site-nav__item--sub:focus .site-nav__item-wrap > svg path {
  fill: #958376;
}
.site-nav__item-wrap.active span {
  color: #958376;
}
.site-nav__item-wrap.active svg {
  transform: rotate(180deg);
}
.site-nav__item-wrap.active svg path {
  fill: #958376;
}

.submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  top: 100%;
  width: 100%;
  z-index: 12;
  min-width: 280px;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #424246;
  padding: 20px;
  box-shadow: 0px 2px 16.92px 1.08px rgba(0, 0, 0, 0.25);
}
.submenu li {
  position: relative;
  margin-bottom: 10px;
}
.submenu li:last-child {
  margin-bottom: 0;
}
.submenu__item svg {
  transform: rotate(-90deg);
}
.submenu__item--sub:hover .submenu__wrap > span, .submenu__item--sub:focus .submenu__wrap > span {
  color: #958376;
}
.submenu__item--sub:hover .submenu__wrap > svg path, .submenu__item--sub:focus .submenu__wrap > svg path {
  fill: #958376;
}
.submenu__item--active span {
  color: #958376;
}
.submenu__item--active > svg path {
  fill: #958376;
}

.submenu__item a {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  color: #fafafa;
  letter-spacing: 0.5px;
}
.submenu__item a:hover, .submenu__item a:focus {
  color: #958376;
}

.submenu__sub {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  left: calc(100% + 20px);
  min-width: 220px;
  padding: 10px 15px;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateY(-10px);
  box-shadow: 0px 2px 16.92px 1.08px rgba(0, 0, 0, 0.25);
}
.submenu__sub a {
  color: #000;
  letter-spacing: 0;
}
.submenu__sub li {
  margin-bottom: 5px;
}

.submenu__wrap {
  display: flex;
  align-items: center;
}
.submenu__wrap svg {
  margin-left: 3px;
}

.contacts {
  display: flex;
  align-items: center;
}
.contacts__info {
  display: flex;
}
.contacts__social {
  margin-left: 25px;
  margin-right: 30px;
}
.contacts__dropdown {
  margin-left: auto;
}

@media (min-width: 1199.9px) {
  .site-nav__item:hover .site-nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .submenu__item:hover .submenu__sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav__item--sub:hover a::after {
    transform: rotate(180deg);
  }

  .submenu__item:hover span::after {
    transform: rotate(180deg);
  }
}
.dropdown {
  position: relative;
  padding: 3px 6px;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.dropdown__selected {
  position: relative;
  display: block;
  padding-right: 15px;
  color: #012336;
}
.dropdown__selected::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 11px;
  height: 8px;
  background-image: url("../img/icons/chevron-down-solid.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  transform-origin: center;
}
.dropdown__selected:hover, .dropdown__selected:focus {
  outline: 0;
}
.dropdown__list {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 60px;
  padding: 3px 5px;
  background-color: #f5f5f5;
  border-radius: 10px;
  visibility: hidden;
  text-align: center;
  opacity: 0;
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
  transition: all 0.3s;
}
.dropdown__list li {
  color: #012336;
  margin-bottom: 10px;
}
.dropdown--active .dropdown__selected::after {
  transform: rotate(180deg);
}
.dropdown--active .dropdown__list {
  visibility: visible;
  opacity: 1;
}

.social {
  display: flex;
  justify-content: center;
}
.social li {
  margin-right: 15px;
}
.social li:last-child {
  margin-right: 0;
}
.social__link {
  display: block;
  width: 24px;
  height: 24px;
}
.social__link svg path {
  transition: all 0.3s;
}
.social__link:hover svg path, .social__link:focus svg path {
  fill: #fff;
}

.contacts__phone {
  display: inline-flex;
  align-items: center;
}
.contacts__phone span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #958376;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.contacts__phone svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contacts__phone:hover span, .contacts__phone:focus span {
  border-color: #958376;
  color: #958376;
}
.contacts__phone:hover, .contacts__phone:focus {
  color: #958376;
}
.contacts__phone--big span {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

.banner {
  padding-bottom: 65px;
}
.banner__slider {
  visibility: hidden;
}
.banner__slider.slick-initialized {
  visibility: visible;
}
.banner .slick-slide {
  height: 100vh;
  /*
  height: 890px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner__title {
  margin-bottom: 0;
  font-size: 44px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
  color: #958376;
  letter-spacing: 3px;
}
.banner__title span {
  display: block;
  color: #1f1f1f;
  font-weight: 700;
}
.banner__desc {
  min-height: 90px;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1.5px;
}
.banner__content {
  padding-top: 230px;
}
.banner__btn {
  margin-top: 35px;
}
.banner__features {
  margin-top: -60px;
}

.btn {
  padding: 15px 30px;
  font-family: "MyriadPro", "Arial", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  border-radius: 60px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #a56b4b;
  background: linear-gradient(0deg, #a56b4b 0%, #d0a27a 100%);
  box-shadow: 0px 33px 38px 0px rgba(167, 109, 77, 0.33);
}
.btn:hover, .btn:focus {
  color: #ffffff;
  box-shadow: 0px 33px 38px 0px rgba(167, 109, 77, 0.33);
}
.btn--circle {
  position: relative;
  padding-right: 70px;
}
.btn--circle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../img/icons/caret-right.svg");
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-size: 10px;
  transition: all 0.3s;
}
.btn--circle:hover::after, .btn--circle:focus::after {
  background-position: 25px 10px;
}
.btn--dark {
  color: #fff;
  position: relative;
  background: #424246;
  padding: 9px 30px;
  box-shadow: none;
}
.btn--dark::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/caret-right-white.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  transition: all 0.3s;
}
.btn--dark:hover, .btn--dark:focus {
  color: #fff;
  box-shadow: none;
}
.btn--dark:hover::after, .btn--dark:focus::after {
  right: 5px;
}

.slick-dots {
  bottom: 120px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #bc873b;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots .slick-active {
  background-color: #bc873b;
}

.features__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
  background-color: #f5f0eb;
  background-image: url("../img/white-tooth.png");
  background-repeat: no-repeat;
  background-position: 95% 80%;
  background-size: 192px 241px;
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
  border-radius: 10px;
  text-align: center;
}
.features__item-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  width: 114px;
  height: 114px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.features__item-img img {
  display: block;
  width: 83px;
  height: 83px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.features__item-title {
  min-height: 70px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 240px;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.features__item-desc {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1f1f1f;
}

.title {
  margin: 0 auto;
  margin-bottom: 100px;
  display: inline-block;
  padding: 0 40px;
  padding-top: 25px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f1f1f;
  letter-spacing: 2px;
  text-align: center;
  background-image: url("../img/icons/title-bg.svg");
  background-repeat: no-repeat;
}

.services {
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url("../img/services/bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.services__list li {
  margin-bottom: 35px;
}
.services__item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  transition: all 0.3s;
  height: 100%;
}
.services__item:hover .services__item-content, .services__item:focus .services__item-content {
  background-color: #fff;
}
.services__item:hover, .services__item:focus {
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
}
.services__item-img {
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
  background-color: #898989;
  border-radius: 10px;
  height: 291px;
  overflow: hidden;
}
.services__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.services__item-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  padding-bottom: 30px;
  transition: all 0.3s;
  flex-grow: 1;
}
.services__item-title {
  width: 100%;
  margin: 0 auto;
  margin-top: -80px;
  max-width: 450px;
  padding: 20px;
  background-color: #ebeaec;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  color: #1f1f1f;
}
.services__item-subheading {
  margin: 10px 0;
  font-size: 22px;
  line-height: 32px;
  color: #1f1f1f;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services__item-desc {
  margin-bottom: 20px;
  min-height: 130px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.services__item-btn {
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
  margin-top: auto;
}
.services--main {
  padding-top: 105px;
  background-image: url("../img/services1.png"), url("../img/services2.png");
  background-repeat: no-repeat;
  background-position: 0 -200px, right bottom;
}
.services--main .services__item-title {
  position: relative;
  z-index: 1;
  max-width: 590px;
}
.services--main .services__item-img {
  position: relative;
}
.services--main .services__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #daaf87;
  opacity: 0.2;
}
.services--main .services__links {
  margin-top: 30px;
}
.services--main .services__links li {
  margin-bottom: 10px;
}
.services--main .services__item {
  border-radius: 10px;
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
}
.services--main .services__item-content {
  border-radius: 10px;
  background-color: #fff;
}
.services--main .services__links-item {
  display: inline;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #cec7c1;
  color: #1f1f1f;
}
.services--main .services__links-item:hover, .services--main .services__links-item:focus {
  border-color: transparent;
}

.video {
  position: relative;
}
.video::before {
  content: "";
  position: absolute;
  top: -240px;
  left: 45px;
  width: 245px;
  height: 313px;
  background-image: url("../img/video/realistic-white-tooth-golden-crown.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.video__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.video__title {
  max-width: 320px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  margin-right: 10px;
  letter-spacing: 1px;
  z-index: 3;
  color: #ffffff;
  cursor: pointer;
}
.video__window {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 650px;
}
.video__playpause {
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-left: 85px solid #424246;
  border-bottom: 45px solid transparent;
  cursor: pointer;
}
.video__playpause:hover, .video__playpause:focus {
  outline: 0;
  border-left-color: #000;
}

.container-fluid {
  padding: 0;
}

.slider {
  position: relative;
  z-index: 1;
}
.slider__list {
  margin: 0 -15px;
  visibility: hidden;
}
.slider__list li {
  padding: 0 15px;
}
.slider__list.slick-initialized {
  visibility: visible;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide {
  height: inherit;
}
.slider__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s;
}
.slider__item:hover, .slider__item:focus {
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
}
.slider__item-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 291px;
  overflow: hidden;
  background-color: #f2f8ff;
}
.slider__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 30px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #1f1f1f;
  background-color: #f1e8e0;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.slider__item-title {
  max-width: 240px;
  margin: 0 auto;
  line-height: 21px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider__item-desc {
  letter-spacing: 1px;
}
.slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider--inner .slider__item-img {
  height: 490px;
}
.slider--inner .slider__item-content {
  padding: 20px 5px;
}
.slider--inner .slider__item-title {
  width: auto;
  max-width: 260px;
}
.slider--inner .slider__item-desc {
  margin-bottom: 0;
}

.arrow {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.arrow--prev {
  left: -55px;
}
.arrow--prev:hover, .arrow--prev:focus {
  left: -60px;
}
.arrow--next {
  right: -55px;
}
.arrow--next:hover, .arrow--next:focus {
  right: -60px;
}
.arrow:hover, .arrow:focus {
  outline: 0;
}

.professionals {
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
}
.professionals::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -165px;
  width: 654px;
  height: 922px;
  background-image: url("../img/professionals/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.map {
  padding-bottom: 155px;
}
.map svg path {
  stroke: #fdc322;
}
.map svg g path {
  fill: #1d1d1d;
  stroke: #1d1d1d;
  width: 48px;
  height: 46px;
}
.map #svg-1car-1 path,
.map #svg-1plane-1 path,
.map #svg-1car path,
.map #svg-1plane path,
.map #svg-1car-2 path,
.map #svg-1plane-2 path,
.map #svg-1car-3 path,
.map #svg-1plane-3 path,
.map #svg-1car-4 path,
.map #svg-1plane-4 path {
  fill: transparent;
  stroke: #1d1d1d;
}

.reviews {
  position: relative;
  padding-top: 135px;
  padding-bottom: 155px;
  overflow: hidden;
}
.reviews::before {
  content: "";
  position: absolute;
  top: -575px;
  right: 0;
  width: 662px;
  height: 1062px;
  background-image: url("../img/reviews-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.reviews__title {
  margin-bottom: 65px;
}
.reviews__slider-list {
  margin: 0 -20px;
}
.reviews__slider-list li {
  padding: 20px;
}
.reviews__slider-item {
  height: 100%;
  padding: 40px 25px;
  padding-bottom: 55px;
  border-radius: 10px;
  background-color: #f5f0eb;
  background-image: url("../img/white-tooth.png");
  background-repeat: no-repeat;
  background-position: 95% 80%;
  background-size: 220px 285px;
  transition: all 0.3s;
}
.reviews__slider-item:hover, .reviews__slider-item:focus {
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
  transform: scale(1.1);
}
.reviews .slick-track {
  display: flex;
}
.reviews .slick-slide {
  height: inherit;
}
.reviews__item-top {
  padding-left: 85px;
  margin-bottom: 25px;
  position: relative;
}
.reviews__item-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 63px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("../img/icons/user-regular.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  box-shadow: 3px 3px 8px 0px rgba(177, 119, 86, 0.2);
}
.reviews__item-author {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #1f1f1f;
}
.reviews__item-date {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #1f1f1f;
}
.reviews__item-desc {
  font-size: 18px;
  letter-spacing: 1px;
  color: #1f1f1f;
}

.request {
  overflow: hidden;
}
.request__main {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 450px;
  background-image: linear-gradient(40deg, #997f68 0%, #daaf87 100%);
}
.request__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("../img/form.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.request__wrap {
  padding: 70px 0;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.request__form {
  position: relative;
  max-width: 690px;
  width: 49%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.request__form::before {
  content: "";
  position: absolute;
  top: -145px;
  right: -225px;
  width: 237px;
  height: 309px;
  background-image: url("../img/realistic-white-tooth-golden-crown2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.request__row {
  margin-bottom: 20px;
  display: flex;
}
.request__item {
  width: 50%;
  flex-grow: 1;
  margin: 0;
  margin-right: 15px;
}
.request__item:last-of-type {
  margin-right: 0;
}
.request label {
  width: 100%;
  display: block;
  margin: 0;
}
.request__btn {
  margin-top: 12px;
  margin-left: auto;
  max-width: 210px;
  width: 100%;
}

.input-field {
  display: block;
  width: 100%;
  padding: 15px 20px;
  padding-bottom: 10px;
  font-family: "ProximaNova", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #1f1f1f;
  background-color: #fff;
  letter-spacing: 1px;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 0px rgba(0, 168, 129, 0.14);
  border: 1px solid transparent;
  transition: all 0.3s;
}
.input-field:hover, .input-field:focus {
  outline: 0;
  border-color: #958376;
}
.input-field::-moz-placeholder {
  font-family: "ProximaNova", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #a7a7a7;
  letter-spacing: 1px;
}
.input-field:-ms-input-placeholder {
  font-family: "ProximaNova", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #a7a7a7;
  letter-spacing: 1px;
}
.input-field::placeholder {
  font-family: "ProximaNova", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #a7a7a7;
  letter-spacing: 1px;
}

textarea.input-field {
  min-height: 115px;
  resize: none;
}

.nice-select {
  display: block;
  width: 100%;
  padding: 15px 20px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 0px rgba(0, 168, 129, 0.14);
  height: auto;
  font-family: "ProximaNova", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #a7a7a7;
}

.nice-select:after {
  border: none;
  right: 35px;
  width: 10px;
  height: 12px;
  transform: none;
  background-image: url("../img/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: center;
}

.nice-select.open:after {
  transform: rotate(180deg);
}

.nice-select .list {
  width: 100%;
}

.nice-select .option.selected,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f5f0eb;
}

.gallery {
  overflow: hidden;
  padding-top: 125px;
}
.gallery__list {
  display: flex;
}
.gallery__list li {
  display: flex;
  flex-wrap: wrap;
  min-width: 1350px;
}
.gallery__list li:last-of-type {
  min-width: 600px;
}
.gallery__list li:last-of-type img {
  height: 100%;
}
.gallery__list li:last-of-type a {
  flex-grow: 0;
  margin-right: 0;
}
.gallery__list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__list a {
  margin-right: 15px;
  margin-bottom: 15px;
  flex-grow: 1;
}

.info {
  padding-top: 100px;
  padding-bottom: 130px;
  background-image: url("../img/info/info-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.info__title {
  margin-bottom: 5px;
}
.info__subtitle {
  margin-bottom: 75px;
}
.info__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.info__item:hover, .info__item:focus {
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
}
.info__item-img {
  height: 241px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.info__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.info__item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  padding: 25px 20px;
  padding-bottom: 55px;
  background-color: #f1e8e0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.info__item-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.info__item-desc {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.info__more {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-right: 50px;
  margin-top: auto;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #424246;
}
.info__more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 34px;
  height: 14px;
  background-image: url("../img/icons/arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.info__more:hover, .info__more:focus {
  color: #424246;
}
.info__more:hover::after, .info__more:focus::after {
  right: -5px;
}

.subtitle {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1f1f1f;
  text-align: center;
}

.page-footer {
  padding-top: 45px;
  background-color: #424246;
}
.page-footer .container {
  position: relative;
}
.page-footer .container::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -170px;
  width: 210px;
  height: 268px;
  background-image: url("../img/video/realistic-white-tooth-golden-crown.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.page-footer__logo {
  margin-bottom: 80px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.page-footer__subtitle {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.page-footer__item .page-footer__subtitle {
  text-align: center;
  font-weight: 400;
}
.page-footer__social li {
  margin-right: 20px;
}
.page-footer__social .social__link {
  width: 35px;
  height: 35px;
}
.page-footer__social svg {
  width: 35px;
  height: 35px;
}
.page-footer__nav {
  flex-direction: column;
}
.page-footer__nav a {
  font-weight: 400;
}
.page-footer__nav li {
  margin-bottom: 10px;
}
.page-footer__address {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}
.page-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-footer__contacts .contacts__phone {
  margin-bottom: 20px;
}
.page-footer__contacts .contacts__phone:first-of-type span {
  letter-spacing: 1px;
}
.page-footer__contacts .contacts__phone:last-of-type span {
  letter-spacing: 2.5px;
}
.page-footer__contacts svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.copyright {
  margin-top: 75px;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  color: #b0b0b0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modal .close {
  font-size: 50px;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.modal .close span {
  text-shadow: none;
}

.modal-dialog {
  max-width: 700px;
}

.modal-content {
  background-image: linear-gradient(40deg, #997f68 0%, #daaf87 100%);
  border: none;
}

.modal-body {
  padding-bottom: 30px;
}

.modal .title {
  background-image: none;
  margin-bottom: 15px;
}

.modal .request__form {
  width: 100%;
  max-width: 100%;
}

.modal .request__form::before {
  display: none;
}

.modal-header {
  border: none;
}

.breadcrumbs {
  padding: 12px 0;
  background-color: #f1e8e0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs li {
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
}
.breadcrumbs li::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 16px;
  color: #424246;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li:last-child a {
  border-color: #cec7c1;
}
.breadcrumbs li:last-child a:hover, .breadcrumbs li:last-child a:focus {
  color: #424246;
}
.breadcrumbs a {
  display: inline;
  font-size: 16px;
  line-height: 18px;
  color: #424246;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #000;
}

.promo {
  display: flex;
  flex-direction: column;
  padding: 90px 0;
  padding-bottom: 110px;
  min-height: 325px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #daaf87;
  opacity: 0.2;
}
.promo .container,
.promo .row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.promo__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1f1f1f;
}
.promo__title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.promo__desc {
  max-width: 520px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
}
.promo__btn {
  margin: 0 auto;
  margin-top: 40px;
}
.promo--blog {
  padding-top: 75px;
  padding-bottom: 65px;
}

.ad {
  padding: 80px 0;
  padding-bottom: 105px;
  min-height: 500px;
  margin-top: 90px;
  background-size: cover;
  background-position: center;
}
.ad__content {
  padding: 40px 55px;
  background-color: rgba(218, 218, 218, 0.46);
}
.ad__title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1f1f1f;
  text-transform: uppercase;
}
.ad__desc {
  margin: 0;
  min-height: 140px;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #1f1f1f;
}
.ad__desc b {
  font-weight: 700;
}

.bg {
  background-image: url("../img/bg1.png"), url("../img/bg2.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}

.price {
  padding-top: 120px;
  padding-bottom: 180px;
}
.price__item-btn {
  position: relative;
  display: block;
  padding: 21px 70px;
  border-radius: 5px;
  background-color: #daaf87;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: left;
}
.price__item-btn::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 37px;
  width: 13px;
  height: 28px;
  background-image: url("../img/icons/caret-price.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.price__item-btn:hover, .price__item-btn:focus {
  outline: 0;
}
.price__item {
  margin-bottom: 2px;
}
.price__item--active .price__item-btn::before {
  transform: rotate(90deg);
}
.price__table {
  display: none;
  transition: all 0.3s;
}
.price table {
  width: 100%;
}
.price table th,
.price table td {
  padding: 25px 45px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #1f1f1f;
}
.price table th:first-of-type, .price table th:last-of-type,
.price table td:first-of-type,
.price table td:last-of-type {
  padding-right: 0;
}
.price table tbody tr {
  border-radius: 5px;
}
.price table tbody tr:nth-child(odd) {
  background-color: #f1e8e0;
}

.specialists {
  padding: 110px 0;
}

.specialist {
  display: flex;
  margin-bottom: 40px;
}
.specialist__photo {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 395px;
  min-height: 460px;
  flex-shrink: 0;
}
.specialist__photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.specialist__info {
  border-bottom-right-radius: 10px;
  flex-grow: 1;
  background-color: #fcf9f6;
}
.specialist__info-top {
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 45px;
  padding-right: 30px;
  padding-bottom: 10px;
  background-color: #f1e8e0;
}
.specialist__info-top svg path {
  transition: all 0.3s;
}
.specialist__info-top a:hover svg path, .specialist__info-top a:focus svg path {
  fill: #1f1f1f;
}
.specialist__name {
  margin-bottom: 4px;
  letter-spacing: 1.5px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #424246;
}
.specialist__prof {
  margin: 0;
  letter-spacing: 1.2px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1f1f1f;
}
.specialist__additional-info {
  display: none;
  padding-left: 20px;
}
.specialist__additional-info-item {
  max-width: 720px;
  margin: 17px 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
.specialist__additional-btn {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 34px;
  padding-left: 25px;
  letter-spacing: 1px;
  color: #1f1f1f;
  transition: all 0.3s;
}
.specialist__additional-btn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 20px;
  background-image: url("../img/icons/caret-right-dark.svg");
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.specialist__additional-btn:hover, .specialist__additional-btn:focus {
  outline: 0;
}
.specialist__additional-btn--active::before {
  transform: rotate(90deg);
}
.specialist__additional {
  padding: 25px 70px;
}

.service {
  padding-top: 65px;
  padding-bottom: 135px;
}
.service__subtitle {
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.service__text {
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 32px;
  color: #1f1f1f;
  letter-spacing: 1.5px;
}
.service__text strong {
  font-weight: 700;
}
.service__item {
  padding-top: 85px;
}

.section-title {
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 40px;
  padding-top: 29px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f1f1f;
  letter-spacing: 2px;
  text-align: center;
  background-image: url("../img/icons/title-section-bg.svg");
  background-repeat: no-repeat;
  background-size: 95% 95%;
}
.section-title--long {
  padding-top: 35px;
  background-image: url("../img/icons/title-section-long.svg");
  background-size: 100% 100%;
}

.article-main {
  position: relative;
  padding: 55px 0;
  margin-top: 40px;
  background-color: #f5f0eb;
}
.article-main__text {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.article-main__text b {
  font-weight: 700;
}
.article-main__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 41%;
  max-width: 780px;
}
.article-main__img img {
  width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-main__img--left {
  right: auto;
  left: 0;
}
.article-main--left {
  background-color: rgba(245, 240, 235, 0.5);
}
.article-main--left .article-main__text {
  padding: 0;
}

.article-list {
  margin: 20px 0;
  margin-bottom: 60px;
}
.article-list li {
  position: relative;
  margin-bottom: 30px;
  text-indent: 30px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.article-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #daaf87;
  border-radius: 50%;
}

.search {
  display: flex;
  margin: 35px auto;
  width: 100%;
  max-width: 930px;
}
.search__wrap {
  position: relative;
  width: 100%;
}
.search__field {
  width: 100%;
  padding: 10px 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #1f1f1f;
  background-color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.search__field::-moz-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: italic;
  color: #1f1f1f;
}
.search__field:-ms-input-placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: italic;
  color: #1f1f1f;
}
.search__field::placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: italic;
  color: #1f1f1f;
}
.search__field:focus, .search__field:hover {
  outline: 0;
  border-color: #1f1f1f;
}
.search__btn {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.search__btn svg {
  transition: all 0.3s;
}
.search__btn:hover, .search__btn:focus {
  outline: 0;
}
.search__btn:hover svg, .search__btn:focus svg {
  transform: scale(1.1);
}

.categories {
  margin-top: 45px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.categories li {
  width: 24%;
  max-width: 330px;
}
.categories__link {
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #1f1f1f;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f1e2d3;
  box-shadow: 10px 12px 20.79px 0.21px rgba(255, 255, 255, 0.4);
}
.categories__link:hover, .categories__link:focus {
  color: #1f1f1f;
  background-color: #f1d8bf;
}

.blog {
  padding-top: 75px;
}
.blog--article {
  padding-top: 55px;
}
.blog__list li {
  margin-bottom: 30px;
}
.blog__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog__item-img {
  border-radius: 10px;
  height: 225px;
  overflow: hidden;
  position: relative;
}
.blog__item-img img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #daaf87;
  opacity: 0.2;
}
.blog__item-content {
  margin-top: -5px;
  flex-grow: 1;
  padding: 20px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog__item-top {
  display: flex;
  margin-bottom: 30px;
}
.blog__item-top p,
.blog__item-top span {
  margin: 0;
  margin-right: 35px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #958376;
}
.blog__item-date {
  background-image: url("../img/icons/calendar.svg");
}
.blog__item-category {
  background-image: url("../img/icons/bookmark-solid.svg");
}
.blog__item-title {
  width: 92%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  min-height: 50px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.blog__item-desc {
  min-height: 190px;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
.blog__item-btn {
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  margin-top: auto;
}
.blog__article-img {
  position: relative;
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 206, 0.25);
  border-radius: 10px;
  height: 355px;
  overflow: hidden;
}
.blog__article-img img {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog__article-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #daaf87;
  opacity: 0.2;
}
.blog__article h2 {
  max-width: 650px;
  margin: 25px auto;
  margin-bottom: 45px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1f1f1f;
}
.blog__article p {
  margin: 30px 0;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.blog__article b {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #1f1f1f;
}
.blog__article ol {
  counter-reset: item;
  list-style-type: none;
  margin: 40px 0;
}
.blog__article ol li {
  position: relative;
  counter-increment: item;
}
.blog__article ol li::before {
  content: counter(item) ". ";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #1f1f1f;
  font-weight: 700;
}
.blog__article li {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1.5px;
  color: #1f1f1f;
}
.blog__article li::marker {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1.5px;
  color: #1f1f1f;
}
.blog__article-main {
  margin-bottom: 130px;
  padding-bottom: 30px;
}
.blog__article-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1.5px;
  color: #1f1f1f;
}

.pagination {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  margin-right: 17px;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item--prev a {
  width: 23px;
  height: 18px;
  background-image: url("../img/icons/chevron-left-solid.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pagination__item--next a {
  width: 23px;
  height: 18px;
  background-image: url("../img/icons/chevron-right-solid.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pagination a {
  font-size: 22px;
  line-height: 26px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
  color: #1f1f1f;
}
.pagination a:hover, .pagination a:focus {
  transform: scale(1.1);
}
.pagination__item--active a {
  color: #1f1f1f;
  font-size: 28px;
  border-color: #1f1f1f;
}

.archieves {
  margin-top: 75px;
  margin-bottom: 85px;
}
.archieves__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  color: #1f1f1f;
  letter-spacing: 1px;
}
.archieves__list {
  display: flex;
  flex-wrap: wrap;
}
.archieves__item {
  margin-right: 35px;
  margin-bottom: 15px;
}
.archieves__link {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 24px;
  color: #1f1f1f;
  border-bottom: 1px solid #a8a8a8;
}
.archieves__link:hover, .archieves__link:focus {
  color: #1f1f1f;
  border-color: transparent;
}

.contacts-main {
  padding-top: 65px;
  padding-bottom: 130px;
  background-image: url("../img/bg1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.contacts-main__title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  color: #1f1f1f;
}
.contacts-main__address {
  margin: 0;
  text-align: center;
}
.contacts-main__address span {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  padding-left: 30px;
  background-image: url("../img/icons/map-marker-alt-solid.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 30px;
}
.contacts-main__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.contacts-main .contacts__phone svg {
  width: 30px;
  height: 30px;
}
.contacts-main .contacts__phone span {
  font-size: 36px;
  line-height: 48px;
}
.contacts-main .contacts__phone:last-of-type span {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
}
.contacts-main .social__link {
  width: 40px;
  height: 40px;
}
.contacts-main .social__link:hover svg path, .contacts-main .social__link:focus svg path {
  fill: #1f1f1f;
}
.contacts-main iframe {
  margin-bottom: 90px;
  border: none;
  width: 100%;
}

.contacts__subtitle {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: #1f1f1f;
  text-align: center;
  letter-spacing: 2px;
}

.equipment__subtitle {
  padding: 0 65px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  color: #1f1f1f;
}
.equipment__list {
  margin: 40px 0;
}
.equipment__list li {
  height: inherit;
}
.equipment__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 45px;
  box-shadow: 0px 2px 16.92px 1.08px rgba(206, 206, 205, 0.25);
  background-color: #f5f0eb;
  border-radius: 10px;
  transition: all 0.3s;
}
.equipment__item:hover, .equipment__item:focus {
  transform: scale(1.1);
}
.equipment__item-img {
  margin-top: -75px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.equipment__item-img img {
  display: block;
}
.equipment__item-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #1f1f1f;
}
.equipment__item-desc {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.equipment__item-desc b {
  font-weight: 700;
}
.equipment--photos .equipment__list li:last-child .equipment__item img, .equipment--photos .equipment__list li:first-child .equipment__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.equipment--photos .equipment__item {
  padding: 0;
  background-color: #fff;
  max-height: 600px;
}
.equipment--photos img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1600px) {
  .arrow {
    display: none;
  }

  .gallery__list li {
    min-width: 50%;
  }
  .gallery__list li:last-of-type a {
    width: 100%;
  }
  .gallery a {
    width: 40%;
  }

  .video::before {
    left: 0;
    top: -100px;
  }
}
@media (max-width: 1560px) {
  .container {
    max-width: 1140px;
  }

  .dropdown__selected,
.dropdown__list li {
    font-size: 14px;
    line-height: 18px;
  }

  .dropdown__selected::after {
    width: 8px;
    height: 5px;
  }

  .dropdown__list li {
    margin-bottom: 5px;
  }

  .dropdown__list {
    min-width: 45px;
  }

  .site-nav__item {
    margin-right: 20px;
  }

  .site-nav__item > a {
    font-size: 14px;
    line-height: 20px;
  }

  .contacts__phone span {
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .main-nav {
    margin-left: 45px;
  }

  .page-header__logo img {
    max-width: 90px;
    width: 90px;
  }

  .contacts__phone svg {
    width: 17px;
    height: 17px;
  }

  .contacts__social {
    margin-left: 0;
  }

  .submenu__item a {
    font-size: 13px;
  }

  main {
    padding-top: 112px;
  }

  .banner__title {
    font-size: 38px;
    line-height: 42px;
  }

  .banner__desc,
.reviews__item-author {
    font-size: 22px;
    line-height: 26px;
  }

  .features__item-title {
    font-size: 24px;
    line-height: 30px;
  }

  .slider__item-desc,
.features__item-desc {
    letter-spacing: 0;
    font-size: 16px;
  }

  .page-footer .container::before {
    left: -100px;
  }

  .services__item-title {
    margin-top: -69px;
    font-size: 24px;
    line-height: 30px;
  }

  .video__title {
    font-size: 30px;
    line-height: 34px;
  }

  .title {
    font-size: 30px;
    line-height: 37px;
    min-width: 367px;
    min-height: 67px;
  }

  .services__item-subheading {
    font-size: 20px;
  }

  .contacts-main {
    padding: 60px 0;
  }
  .contacts-main__title {
    font-size: 32px;
    line-height: 35px;
  }
  .contacts-main iframe {
    margin-bottom: 50px;
    height: 400px;
  }
  .contacts-main__address span {
    font-size: 20px;
    line-height: 30px;
  }
  .contacts-main .contacts__phone span,
.contacts-main .contacts__phone:last-of-type span {
    font-size: 22px;
    line-height: 32px;
  }
  .contacts-main .contacts__phone svg {
    width: 20px;
    height: 20px;
  }

  .contacts__subtitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .promo__title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 42px;
  }
  .promo__desc {
    font-size: 23px;
    line-height: 30px;
  }

  .ad {
    margin-top: 50px;
    min-height: 280px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ad__content {
    padding: 40px;
  }
  .ad__title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }
  .ad__desc {
    min-height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .price {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .price__item-btn {
    font-size: 22px;
    line-height: 30px;
  }
  .price__item-btn::before {
    left: 25px;
  }
  .price table th,
.price table td {
    padding: 25px;
    font-size: 20px;
    line-height: 26px;
  }
  .price table th span,
.price table td span {
    display: none;
  }

  .breadcrumbs li::after {
    top: 57%;
  }

  .breadcrumbs a {
    font-size: 14px;
    line-height: 14px;
  }

  .pagination a {
    font-size: 18px;
    line-height: 21px;
  }

  .archieves__title {
    font-size: 24px;
  }
  .archieves__link {
    font-size: 18px;
    line-height: 21px;
  }

  .blog__article p,
.blog__article b,
.blog__article ol li,
.service__text,
.article-main__text {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .blog__article p::before,
.blog__article b::before,
.blog__article ol li::before,
.service__text::before,
.article-main__text::before {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
  }

  .blog__article li,
.article-list li {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .blog__article li::before,
.article-list li::before {
    top: 0;
  }

  .equipment__subtitle {
    padding: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .equipment__item {
    padding: 20px;
  }
  .equipment__item-img {
    margin: 0;
    margin-bottom: 10px;
    height: 100px;
    overflow: hidden;
  }
  .equipment__item-title {
    font-size: 18px;
    line-height: 23px;
  }
  .equipment__item-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1400px) {
  .contacts__phone span {
    letter-spacing: 0;
  }
}
@media (max-width: 1300px) {
  .site-nav__item {
    margin-right: 15px;
  }
  .site-nav__item:last-of-type {
    margin-right: 0;
  }

  .contacts__phone span {
    font-size: 20px;
  }
}
@media (max-width: 1199.9px) {
  .main-nav {
    margin-left: 0;
  }

  .main-nav__wrap {
    position: fixed;
    visibility: hidden;
    width: 100%;
    right: 0;
    z-index: 10;
    top: 0;
    max-width: 400px;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    background: #424246;
    box-shadow: 0px 2px 16.92px 1.08px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
    transform: translateX(100%);
  }

  main {
    padding-top: 112px;
  }

  .page-footer .container::before {
    left: 0;
  }

  .request__form::before {
    display: none;
  }

  .main-nav__wrap--active {
    visibility: visible;
    transform: none;
  }

  .site-nav {
    flex-flow: column;
    padding-top: 80px;
    padding-right: 30px;
  }

  .site-nav__item > a {
    font-size: 20px;
    line-height: 26px;
  }

  .site-nav > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .burger {
    display: block;
    position: relative;
    z-index: 20;
  }
  .burger:hover, .burger:focus {
    outline: 0;
  }

  .burger span {
    background: #000;
    display: block;
    height: 2px;
    margin: 7px 0;
    transition: 0.3s;
  }

  .burger--active span:last-child {
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .burger--active span:nth-child(2) {
    opacity: 0;
  }

  .submenu,
.submenu__sub {
    display: none;
    transition: none;
    position: unset;
    opacity: 1;
    margin-top: 0;
    min-width: unset;
    visibility: visible;
    background: transparent;
    transform: none;
    padding: 10px;
    box-shadow: none;
  }

  .submenu__wrap svg {
    transform: rotate(0);
  }
  .submenu__wrap.active span {
    color: #958376;
  }
  .submenu__wrap.active svg {
    transform: rotate(180deg);
  }
  .submenu__wrap.active svg path {
    fill: #958376;
  }

  .submenu__sub a {
    color: #fff;
  }

  .burger--active span:first-child {
    transform: rotate(-45deg) translate(-5px, 5px);
  }

  .site-nav__item--sub a {
    display: inline-block;
  }

  .site-nav__item--sub a.active::after,
.submenu__item--sub a.active span::after {
    transform: rotate(180deg);
  }

  .contacts__social {
    display: none;
  }

  .page-header__contacts .contacts__phone {
    margin-left: auto;
    margin-right: 25px;
  }

  .contacts__dropdown {
    margin: 0;
  }

  .page__header__contacts .contacts__phone {
    margin-left: auto;
  }

  .main-nav__social {
    margin: 40px 0;
  }

  .main-nav .social__link {
    width: 35px;
    height: 35px;
  }
  .main-nav .social__link svg {
    width: 35px;
    height: 35px;
  }

  .banner .slick-slide {
    height: 780px;
  }

  .features {
    flex-wrap: wrap;
    justify-content: center;
  }
  .features li {
    margin-bottom: 30px;
  }

  .slider .slick-dots,
.reviews .slick-dots {
    bottom: -50px;
  }
  .slider .slick-dots li,
.reviews .slick-dots li {
    padding: 0;
  }

  .page-footer__nav {
    padding-top: 0;
  }

  .site-nav.page-footer__nav > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .page-footer__nav .site-nav__item > a {
    font-size: 17px;
    line-height: 20px;
  }

  .search {
    margin: 15px 0;
  }

  .categories {
    margin-top: 25px;
  }
  .categories__link {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .blog__item-title {
    width: 100%;
  }

  .contacts-main .contacts__social {
    display: flex;
  }

  .equipment__item:hover, .equipment__item:focus {
    transform: none;
  }
  .equipment--photos .equipment__item {
    margin: 0 auto;
    max-width: 300px;
    height: 300px;
  }

  .section-title--long {
    background-image: none;
  }

  .services--main .services__item-title {
    font-size: 22px;
    line-height: 24px;
    margin-top: -63px;
  }
  .services--main .services__links {
    margin-top: 20px;
  }
  .services--main .services__links-item {
    font-size: 18px;
    line-height: 22px;
  }

  .banner .slick-dots {
    bottom: 90px;
  }
}
@media (max-width: 991.9px) {
  .banner .slick-slide {
    height: 600px;
  }
  .banner__title {
    letter-spacing: 0;
    font-size: 36px;
    line-height: 44px;
  }
  .banner__content {
    padding-top: 100px;
  }
  .banner .slick-dots {
    bottom: 50px;
  }

  .title {
    min-width: 370px;
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 0;
  }

  .services,
.info {
    background-image: none;
  }

  .services__item-title {
    font-size: 21px;
  }

  .professionals::after,
.reviews::before {
    display: none;
  }

  .info__list {
    justify-content: center;
  }
  .info__list li {
    margin-bottom: 30px;
  }

  .video__window {
    height: 450px;
  }

  .video::before {
    display: none;
  }

  .nice-select:after {
    right: 10px;
  }

  .page-footer__logo {
    width: 40%;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
    z-index: 0;
  }

  .page-footer__social {
    margin-bottom: 20px;
  }

  .copyright {
    margin-top: 0;
  }

  .page-footer .container::before {
    z-index: 0;
    left: 0;
  }

  .page-footer__contacts svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .page-footer__contacts .contacts__phone {
    margin-bottom: 0;
  }

  .page-footer__contacts .contacts__phone:first-of-type span {
    letter-spacing: 0;
  }

  .page-footer__contacts .contacts__phone span {
    letter-spacing: 0;
    font-size: 18px;
  }

  .page-footer__address {
    line-height: 24px;
  }

  .gallery__list li:last-of-type {
    min-width: auto;
  }

  .price__item-btn {
    font-size: 18px;
    line-height: 20px;
    padding: 20px;
    padding-left: 50px;
  }
  .price__item-btn::before {
    left: 20px;
    width: 9px;
    height: 22px;
  }
  .price__table {
    overflow: auto;
  }
  .price table th,
.price table td {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .equipment__list {
    justify-content: center;
  }

  .specialists {
    padding: 60px 0;
  }

  .specialist__photo {
    max-width: 50%;
    min-height: auto;
  }
  .specialist__info-top, .specialist__additional {
    padding: 20px 25px;
  }

  .blog__item-top p,
.blog__item-top span {
    display: inline-block;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 10px;
    background-repeat: no-repeat;
  }
  .blog__item-category:last-child {
    margin-right: 0;
  }
  .blog__item-title {
    min-height: 75px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  .blog__item-desc {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    min-height: auto;
  }

  .service {
    padding-bottom: 60px;
  }

  .equipment__list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.9px) {
  .page-header__logo img {
    max-width: 200px;
  }

  .banner__title {
    font-size: 32px;
  }
  .banner__desc {
    font-size: 22px;
  }

  .title {
    font-size: 28px;
    background-image: none;
    padding: 0;
    min-width: auto;
    min-height: auto;
  }

  .request__main::before {
    display: none;
  }

  .request__form {
    width: 100%;
  }

  .page-footer__social {
    margin-bottom: 10px;
  }

  .page-footer__col--last {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
  }

  .features__item-img {
    width: 90px;
    height: 90px;
  }
  .features__item-title {
    font-size: 23px;
    line-height: 26px;
  }
  .features__item-desc {
    font-size: 16px;
  }

  .services {
    padding-bottom: 40px;
  }
  .services__item-title {
    margin-top: -40px;
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .services__item-subheading {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .services__item-desc {
    font-size: 16px;
    line-height: 20px;
  }

  .page-footer__address {
    text-align: center;
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .promo {
    padding: 40px 0;
  }
  .promo__title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 33px;
  }
  .promo__desc {
    font-size: 16px;
    line-height: 20px;
  }
  .promo__btn {
    margin-top: 20px;
  }

  .ad__content {
    max-width: 300px;
    padding: 20px;
  }
  .ad__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .ad__desc {
    font-size: 16px;
    line-height: 20px;
  }

  .breadcrumbs a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }

  .specialists__list > li {
    margin-bottom: 20px;
  }

  .specialist {
    display: block;
  }
  .specialist__photo {
    max-width: 100%;
    max-height: 400px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .specialist__photo img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .specialist__info-top, .specialist__additional {
    padding: 20px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .specialist__info-top svg {
    width: 25px;
    height: 25px;
  }
  .specialist__name {
    font-size: 18px;
    line-height: 20px;
  }
  .specialist__prof {
    letter-spacing: 0;
    line-height: 26px;
  }
  .specialist__additional-info {
    padding: 0;
  }
  .specialist__additional-info-item {
    margin: 10px 0;
    font-size: 14px;
    line-height: 16px;
  }
  .specialist__additional-btn {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .specialist__additional-btn::before {
    top: 2px;
  }

  .article-main__text {
    font-size: 16px;
    line-height: 19px;
  }
  .article-main__img {
    width: 100%;
    max-width: 100%;
    position: static;
    height: 300px;
    overflow: hidden;
  }

  .service {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .service__item {
    padding: 0;
  }
  .service__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .service__about {
    margin: 0;
    padding: 40px 0;
    padding-bottom: 0;
  }

  .article-list {
    margin: 20px 0;
  }
  .article-list li {
    text-indent: 20px;
  }
  .article-list li::before {
    top: 2px;
    width: 15px;
    height: 15px;
  }
  .article-list .service__text {
    text-indent: 25px;
  }

  .section-title {
    display: block;
    background-image: none;
    text-align: center;
    margin: 30px auto;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .promo--blog {
    min-height: auto;
  }

  .categories {
    flex-wrap: wrap;
  }
  .categories__link {
    font-size: 11px;
    line-height: 16px;
    padding: 10px 5px;
  }
  .categories li {
    margin-bottom: 15px;
    width: 49%;
  }

  .blog {
    padding-top: 50px;
  }
  .blog__item-content {
    padding-bottom: 20px;
  }
  .blog__article h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .blog__article ol {
    margin: 20px 0;
    padding-left: 20px;
  }
  .blog__article ol li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .blog__article ol li::before {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .blog__article b,
.blog__article p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .blog__article p {
    margin: 15px 0;
  }
  .blog__article-main {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 0;
    padding-bottom: 0;
  }

  .article-list li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .archieves {
    margin: 40px 0;
  }
  .archieves__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .archieves__item {
    margin-right: 20px;
  }
  .archieves__link {
    font-size: 18px;
    line-height: 24px;
  }

  .price {
    padding: 50px 0;
  }

  .bg {
    background-image: none;
  }

  .services {
    padding-top: 50px;
  }
  .services--main .services__item-title {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -69px;
  }

  .archieves__title {
    font-size: 20px;
  }
  .archieves__link {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 575.9px) {
  .page-header__logo img {
    max-width: 80px;
  }

  .page-footer__social {
    margin-bottom: 0;
  }

  main {
    padding-top: 105px;
  }

  .main-nav .contacts__phone {
    margin: 20px 0 0;
  }
  .main-nav .contacts__phone span {
    font-size: 24px;
  }
  .main-nav .contacts__phone svg {
    width: 20px;
    height: 20px;
  }

  .main-nav__social {
    margin: 20px 0;
  }

  .burger--active span:last-child {
    transform: rotate(45deg) translate(-3px, -4px);
  }

  .contacts__phone span {
    font-size: 16px;
    line-height: 20px;
  }

  .contacts__phone svg {
    width: 15px;
    height: 15px;
  }

  .copyright {
    margin-top: 20px;
  }

  .dropdown__selected {
    font-size: 15px;
    line-height: 20px;
  }
  .dropdown__selected::after {
    width: 8px;
  }

  .burger {
    width: 25px;
    height: 25px;
  }
  .burger span {
    margin: 4px 0;
  }

  .promo__title {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .banner {
    padding-bottom: 0;
  }
  .banner__content {
    max-width: 300px;
  }
  .banner .slick-slide {
    height: 500px;
  }
  .banner__title {
    font-size: 22px;
    line-height: 26px;
  }
  .banner__desc {
    font-size: 18px;
    line-height: 24px;
  }

  .btn {
    padding: 12px 20px;
  }
  .btn--circle {
    padding-right: 70px;
  }

  .title {
    font-size: 24px;
    line-height: 28px;
  }

  .video__title {
    font-size: 20px;
    line-height: 24px;
  }

  .input-field,
.nice-select {
    padding: 15px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .input-field::-moz-placeholder, .nice-select::-moz-placeholder {
    font-size: 14px;
  }
  .input-field:-ms-input-placeholder, .nice-select:-ms-input-placeholder {
    font-size: 14px;
  }
  .input-field::placeholder,
.nice-select::placeholder {
    font-size: 14px;
  }

  .info {
    padding: 50px 0;
  }
  .info__title {
    margin-bottom: 15px;
  }

  .professionals {
    padding: 50px 0;
  }

  .map {
    padding-bottom: 50px;
  }

  .reviews {
    padding: 70px 0;
  }

  .request__wrap {
    padding: 50px 0;
  }

  .gallery {
    padding-top: 50px;
  }

  .info__subtitle {
    margin-bottom: 30px;
  }

  .page-footer {
    padding-top: 45px;
  }

  .page-footer .container::before {
    display: none;
  }

  .page-footer__col {
    margin: 20px 0;
  }

  .modal .title {
    margin-top: 10px;
    max-width: 250px;
  }

  .breadcrumbs li {
    margin-right: 2px;
  }

  .contacts-main__title {
    font-size: 25px;
    line-height: 30px;
  }
  .contacts-main__address span {
    font-size: 16px;
    line-height: 20px;
    background-size: 15px;
  }
}