@charset "UTF-8";

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

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.eot");
  src: local("☺"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.eot");
  src: local("☺"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: local("☺"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 2560px;
}

body {
  line-height: 1;
  font-family: "Roboto";
  font-size: 16px;
  color: #282828;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

input,
button,
textarea {
  font-family: "RussoOne";
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  overflow-y: auto;
  overflow-x: hidden;
  background: #E7E6DF;
}

body._lock {
  overflow-y: hidden;
}

.container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 48px;
}

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

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

body.ie table {
  border: none;
}

body.ie table tr {
  border: 1px solid #C1C0BA !important;
}

body.ie table th {
  border: none;
}

.input,
.textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #C1C0BA;
  font-family: "Roboto";
  letter-spacing: 0.03em;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #62615F;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #62615F;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #62615F;
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #62615F;
}

.input::placeholder,
.textarea::placeholder {
  color: #62615F;
}

.input:focus,
.textarea:focus {
  -webkit-box-shadow: inset 1px 1px 5px #C1C0BA;
  box-shadow: inset 1px 1px 5px #C1C0BA;
}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  opacity: 0;
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  min-width: 100%;
  padding: 10px 24px;
  height: auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  background: #004C50;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.btn span {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.btn_search {
  background: #9C4B34;
}

.btn:hover {
  background: #9C4B34;
}

.btn_link {
  position: relative;
  background: none;
  padding: 0 24px;
}

.btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: rgba(40, 40, 40, 0.42);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.btn_link span {
  white-space: nowrap;
  padding: 0 15px 0 0;
}

.btn_link svg {
  width: 16px;
  height: 16px;
  stroke: #9C4B34;
  -webkit-transition: stroke 0.2s linear;
  -o-transition: stroke 0.2s linear;
  transition: stroke 0.2s linear;
}

.btn_link:hover span {
  color: #fff;
}

.btn_link:hover svg {
  stroke: #fff;
}

.btn_link:hover::before {
  opacity: 0;
}

h1 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

h3 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.text__container ul,
ol {
  margin: 15px 0 0 0;
}

.text__container ul li,
.text__container ol li {
  line-height: 40px;
}

.text__container ol {
  counter-reset: count;
}

.text__container ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.text__container ol li::before {
  content: counter(count);
  counter-increment: count;
  position: relative;
  top: 10px;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  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;
  background: #9C4B34;
  margin: 0 16px 0 0;
}

.text__container ul li {
  margin: 0;
  list-style-image: url(../img/icons/ulline.svg);
  list-style-position: outside;
  margin-left: 30px;
  padding-left: 10px;
  line-height: 25px;
  margin-bottom: 10px;
}

.text__container ul ul {
  padding: 0 0 0 40px;
  margin: 0;
}

.text__container ul li>ul {
	padding: 0px;
	margin-top: 10px;
}

.control-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.control-slider__arrow {
  margin: 0 4px;
  cursor: pointer;
  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;
  width: 48px;
  height: 48px;
  background: #9C4B34;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.control-slider__arrow:hover {
  background: #55A4B4;
}

.control-slider__arrow svg {
  width: 14px;
  height: 26px;
  stroke: #fff;
}

.control-slider__arrow.double-arrow svg {
  width: 20px;
}

.control-slider__arrow.double-arrow_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.control-slider__arrow_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.control-slider__dots {
  padding: 0 12px;
}

.control-slider__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.control-slider__dots ul li {
  padding: 0 8px;
}

.control-slider__dots ul li::before {
  display: none;
}

.control-slider__dots ul li button {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #282828;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.control-slider__dots ul li:hover button {
  background: #55A4B4;
  color: #fff;
}

.control-slider__dots ul li.slick-active button {
  background: #55A4B4;
  color: #fff;
}

.control-slider__dots > div {
  display: none;
}

.ui-datepicker {
  background: #fff;
}

.ui-datepicker-header {
  position: relative;
  height: 40px;
  background: #004C50;
  color: #fff;
  font-size: 18px;
  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;
  padding: 0 20px;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  font-size: 0;
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: 14px 26px;
}

.ui-datepicker-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-calendar {
  line-height: normal;
  margin: 0;
}

.ui-datepicker-calendar th {
  padding: 10px;
  color: #fff;
}

.ui-datepicker-calendar tr::after {
  display: none;
}

.ui-datepicker-calendar td {
  padding: 0;
}

.ui-datepicker-calendar td .ui-state-default {
  color: #282828;
  padding: 10px;
  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;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ui-datepicker-calendar td .ui-state-default:hover {
  color: #fff;
  background: #004C50;
}

.ui-state-active {
  background: #55A4B4;
  color: #fff;
}

table {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  border-collapse: collapse;
  background: #FFFFFF;
  font-family: "Raleway";
  font-weight: 700;
  border: 1px solid #C1C0BA;
}

table caption,
table th,
table td {
  padding: 15px 24px;
}

table caption {
  background: #004C50;
  color: #fff;
  text-align: left;
}

table th {
  white-space: nowrap;
  background: #9C4B34;
  color: #fff;
  text-align: left;
  border-left: 1px solid #9C4B34;
}

table tr {
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

table tr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 48px);
  height: 1px;
  background: #C1C0BA;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

table tr:nth-child(1)::after {
  display: none;
}

table tr:hover {
  background: rgba(231, 230, 223, 0.4);
}

table tr:hover + tr::after,
table tr:hover::after {
  width: 100%;
  left: 0;
}

.dragscroll {
  overflow: auto;
}

.dragscroll::-webkit-scrollbar {
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.dragscroll::-webkit-scrollbar-thumb {
  background: #004C50;
  border-radius: 10px;
}

.dragscroll > span {
  padding: 0 24px;
}

.scrolltext {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px 0;
}

.scrolltext svg {
  stroke: #9C4B34;
  width: 28px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  height: 30px;
  -webkit-animation: move 0.7s ease-out alternate infinite;
  animation: move 0.7s ease-out alternate infinite;
}

.scrolltext span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 17px;
  opacity: 0.7;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

.head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-section__btn {
  margin: 0 0 0 24px;
}

.head-section__btn span {
  color: #282828;
}

.head-section_white .head-section__title {
  color: #fff;
}

.head-section_white .head-section__btn span {
  color: #fff;
}

.head-section_white .head-section__btn::before {
  background: #fff;
}

._hide {
  display: none;
}

.parallax {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
}

.parallax__item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105%;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin: 8px 0;
  padding: 0 8px;
}

.list li::before {
  display: none;
}

.list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.list__item_green {
  background: #004C50;
}

.list__item_green .list__text {
  color: #fff;
}

.list__item_green .list__button {
  background: #55A4B4;
}

.list__item_green .list__button svg {
  width: 26px;
  height: 34px;
}

.list__item:hover {
  background: #9C4B34;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.list__item:hover .list__text {
  color: #fff;
}

.list__item:hover .list__button {
  background: #004C50;
}

.list__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
  padding: 20px 40px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.list__button {
  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;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  background: #9C4B34;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.list__button svg {
  width: 14px;
  height: 26px;
  stroke: #fff;
}

.head {
  position: relative;
  padding: 110px 0 12%;
}

.head__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.head__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.head__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 164, 180, 0.3)), to(rgba(85, 164, 180, 0)));
  background: -o-linear-gradient(top, rgba(85, 164, 180, 0.3) 0%, rgba(85, 164, 180, 0) 100%);
  background: linear-gradient(180deg, rgba(85, 164, 180, 0.3) 0%, rgba(85, 164, 180, 0) 100%);
}

.head__container {
  position: relative;
  z-index: 2;
}

.head h1 {
  color: #FFFFFF;
}

.breadcrumbs {
  background: #55A4B4;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0;
  margin: 0 -20px;
}

.breadcrumbs__list .breadcrumb__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 0 20px;
  opacity: 0.7;
}

.breadcrumbs__list li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin: 4px 0;
}

.breadcrumbs__list li::before {
  display: none;
}

.breadcrumbs__list li:last-child a {
  border: none;
  opacity: 0.7;
}

.breadcrumbs__list li a {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 0 20px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.breadcrumbs__list li a:hover {
  opacity: 0.7;
}

.header {
  position: relative;
  width: 100%;
  z-index: 1001;
  background: #004C50;
}

.header._scroll .nav-menu {
  position: fixed;
  top: 0;
  background: #004C50;
}

.header._scroll .nav-menu .nav-menu__scroll-logo {
  width: auto;
  margin: 0 50px 0 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header._scroll .nav-menu .nav-menu__link {
  height: 80px;
}

.header._scroll .nav-menu .nav-menu__dropdown {
  top: 80px;
}

.header__container {
  font-family: "Raleway";
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 96px;
}

.header__logo {
  padding: 0 10px 0 0;
  position: relative;
  z-index: 51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo img {
  width: 52px;
}

.header__logo span {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 0 0 0 24px;
}

.menu__burger {
  display: none;
}

.menu__icon {
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.menu__icon span {
  position: absolute;
  left: 11px;
  top: 22px;
  width: 26px;
  height: 2px;
  background: #55A4B4;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.menu__icon::before,
.menu__icon::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background: #55A4B4;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu__icon::before {
  top: 14px;
}

.menu__icon::after {
  bottom: 14px;
}

.menu__body {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  height: 100%;
}

.menu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.menu__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 48px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.menu__item svg {
  stroke: #55A4B4;
  -webkit-transition: stroke 0.2s linear;
  -o-transition: stroke 0.2s linear;
  transition: stroke 0.2s linear;
}

.menu__item span {
  padding: 0 15px 0 0;
  white-space: nowrap;
}

.menu__item_user svg {
  min-width: 26px;
  width: 26px;
  height: 26px;
}

.menu__item_ecpa svg {
  min-width: 34px;
  width: 34px;
  height: 26px;
}

.menu__item_glasses svg {
  min-width: 34px;
  width: 34px;
  height: 15px;
}

.menu__item_search svg {
  min-width: 26px;
  width: 26px;
  height: 36px;
}

.nav-menu {
  position: absolute;
  top: 96px;
  width: 100%;
  max-width: 2560px;
  left: 0;
  background: rgba(0, 76, 80, 0.15);
}

.nav-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav-menu__scroll-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.nav-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}

.nav-menu__list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.nav-menu__list li::before {
  display: none;
}

.nav-menu__list li:first-child .nav-menu__link {
  padding: 0 15% 0 0;
}

.nav-menu__list li:first-child .nav-menu__link::before {
  width: 115%;
  left: -15%;
}

.nav-menu__list li:last-child .nav-menu__link {
  padding: 0 0 0 15%;
}

.nav-menu__list li:last-child .nav-menu__link::after {
  display: none;
}

.nav-menu__list li:last-child .nav-menu__link::before {
  width: 115%;
  right: calc(-15% + 1px);
}

.nav-menu__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 49px;
  color: #fff;
  padding: 0 15%;
  line-height: 102%;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.nav-menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.nav-menu__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 100%;
  height: 100%;
  background: #9C4B34;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.nav-menu__link span {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu__link svg {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 6px;
  stroke: #fff;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu__dropdown {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  background: #9C4B34;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav-menu__dropdown ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.nav-menu__dropdown ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 16px;
  margin: 10px 0;
  font-weight: 400;
}

.nav-menu__sublink {
  font-family: "Roboto";
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-transform: none;
}

.nav-menu__sublink::before {
  content: "";
  position: relative;
  top: 9px;
  display: block;
  height: 2px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  background: #fff;
  margin: 0 16px 0 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-menu__sublink:hover::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
}

.search-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 52;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #004C50;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-menu._active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.search-menu__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-menu__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.search-menu__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
}

.search-menu__input::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
}

.search-menu__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
}

.search-menu__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
}

.search-menu__input::placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
}

.search-menu__btn {
  height: 48px;
  margin: 0 24px;
  padding: 0 24px;
}

.search-menu__btn svg {
  position: relative;
  top: -4px;
  stroke: #fff;
  width: 20px;
  height: 20px;
}

.search-menu__btn span {
  padding: 0 10px 0 0;
}

.search-menu__close {
  cursor: pointer;
  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;
  width: 72px;
  height: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.search-menu__close svg {
  stroke: #55A4B4;
  width: 24px;
  height: 24px;
  -webkit-transition: stroke 0.2s linear;
  -o-transition: stroke 0.2s linear;
  transition: stroke 0.2s linear;
}

.preview {
  position: relative;
  overflow: hidden;
}

.preview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.preview__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preview__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 164, 180, 0.5)), to(rgba(85, 164, 180, 0)));
  background: -o-linear-gradient(top, rgba(85, 164, 180, 0.5) 0%, rgba(85, 164, 180, 0) 100%);
  background: linear-gradient(180deg, rgba(85, 164, 180, 0.5) 0%, rgba(85, 164, 180, 0) 100%);
}

.preview__slider {
  margin: 0 -20px;
}

.preview__slide {
  margin: 0 20px;
}

.preview__content {
  position: relative;
  z-index: 2;
  padding: 100px 58px 100px 0;
}

.preview__title {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0 230px 23px 0;
  max-width: 864px;
}

.preview__btn {
  padding: 0 24px;
}

.preview__arrows {
  position: absolute;
  top: 100px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

.preview__arrow {
  cursor: pointer;
  height: 80px;
  width: 80px;
  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;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 16px;
}

.preview__arrow svg {
  width: 14px;
  height: 26px;
  stroke: #fff;
}

.preview__arrow_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.preview__arrow:hover {
  background: #9C4B34;
  border-color: #9C4B34;
}

.news {
  position: relative;
  padding: 48px 0 56px;
  overflow: hidden;
}

.news__parallax {
  top: -20%;
}

.news__parallax .parallax__item {
  height: 40%;
}

.news__parallax .parallax__item_top {
  background: url("../img/icons/city1-top.svg") 0 0/cover no-repeat;
}

.news__parallax .parallax__item_middle {
  background: url("../img/icons/city1-middle.svg") 0 0/cover no-repeat;
}

.news__parallax .parallax__item_bottom {
  background: url("../img/icons/city1-bottom.svg") 0 0/cover no-repeat;
}

.news__container {
  position: relative;
  z-index: 2;
}

.news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 16px 0 0 0;
}

.news__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 32px 0 0;
}

.news__item {
  background: #FFFFFF;
  letter-spacing: 0.03em;
  padding: 34px 40px;
  margin: 8px 0;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.news__item:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.news__item:hover .news__date::after {
  width: 48px;
}

.news__date {
  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;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
  margin: 0 0 14px 0;
}

.news__date::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #9C4B34;
  margin: 0 0 0 32px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news__text {
  font-family: "Raleway";
  font-weight: 700;
  line-height: 24px;
  color: #282828;
}

.banners-news {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 0;
  margin: 8px 0 0 0;
}

.banners-news__body {
  padding: 16px;
  background: #FFFFFF;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.banners-news__body:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.banners-news__slider {
  min-width: 0;
  width: 100%;
}

.banners-news__slider .slick-track {
  display: block;
}

.banners-news__slide {
  margin: 0 0 16px 0;
}

.banners-news__img img {
  max-width: 100%;
}

.banners-news__arrow {
  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;
  background: #FFFFFF;
  border: 1px solid #EDDAD0;
  height: 56px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.banners-news__arrow svg {
  width: 14px;
  height: 26px;
  stroke: #9C4B34;
  -webkit-transition: stroke 0.2s linear;
  -o-transition: stroke 0.2s linear;
  transition: stroke 0.2s linear;
}

.banners-news__arrow_prev {
  margin: 0 0 16px 0;
}

.banners-news__arrow_prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banners-news__arrow_next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banners-news__arrow:hover {
  background: #9C4B34;
  border-color: #9C4B34;
}

.banners-news__arrow:hover svg {
  stroke: #fff;
}

.services {
  position: relative;
  padding: 60px 0;
}

.services__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services__slider .slick-list,
.services__slider .slick-track {
  height: 100%;
}

.services__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__container {
  position: relative;
  z-index: 1000;
}

.services__body {
  margin: 16px 0 0 0;
}

.faq {
  overflow: hidden;
  position: relative;
  padding: 48px 0 60px;
}

.faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13%;
  background: #AB6A57;
  z-index: 3;
}

.faq__parallax {
  z-index: 6;
  top: auto;
  bottom: 0;
  height: 60%;
}

.faq__parallax .parallax__item {
  top: 0;
  height: 100%;
}

.faq__parallax .parallax__item_top {
  background: url("../img/icons/city2-top.svg") 0 0/cover no-repeat;
}

.faq__parallax .parallax__item_bottom {
  background: url("../img/icons/city2-bottom.svg") 50% 0/cover no-repeat;
}

.faq__container {
  position: relative;
  z-index: 5;
}

.faq__head {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq__body {
  position: relative;
  margin: 40px 0 0 0;
}

.faq__body::before,
.faq__body::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 2px;
  z-index: 2;
  height: calc(100% - 54px);
  background: #BA8978;
}

.faq__body::before {
  left: 0;
}

.faq__body::after {
  left: 25%;
}

.faq__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30% 0;
}

.faq__row::before,
.faq__row::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 2px;
  height: calc(100% - 54px);
  background: #BA8978;
  z-index: 2;
}

.faq__row::before {
  right: 50%;
}

.faq__row::after {
  right: 25%;
}

.faq__item {
  display: inline-block;
  position: relative;
  z-index: 3;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
  padding: 0 32px 0 22px;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #282828;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.faq__item:hover {
  color: #9C4B34;
}

.links {
  overflow: hidden;
  background: #AB6A57;
  padding: 64px 0;
}

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

.links__title {
  color: #FFFFFF;
}

.links__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -26px;
}

.links__arrow {
  position: relative;
  padding: 0 26px;
  cursor: pointer;
}

.links__arrow svg {
  width: 14px;
  height: 26px;
  stroke: #fff;
}

.links__arrow::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  background: #fff;
  width: 24px;
  height: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.links__arrow_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.links__arrow_prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
}

.links__arrow:hover::before {
  opacity: 1;
}

.links__slider {
  margin: 32px -16px 0;
}

.links__slider .slick-list {
  overflow: visible;
}

.links__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px;
}

.links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  padding: 30px 40px;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.links__item:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.links__item:hover .links__path::after {
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

.links__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  width: 45px;
}

.links__image img {
  max-width: 100%;
}

.links__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding: 0 0 0 20px;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #282828;
}

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

.links__path span {
  padding: 0 5px 0 0;
  line-height: 20px;
  opacity: 0.6;
}

.links__path::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 2px;
  background: #9C4B34;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.links__text {
  font-family: "Raleway";
  font-weight: 700;
  line-height: 24px;
}

.text {
  padding: 20px 0 80px;
  overflow: hidden;
}

.text__container {
  line-height: 24px;
}

.text__container p, .text__container h3 {
  margin: 30px 0;
}

.text__container p a {
  color: #9C4B34;
}

.text__container p a:hover {
  text-decoration: underline;
}

.text__container h2 {
  margin: 55px 0 0 0;
}

.text__slider {
  margin: 40px 0;
}

.text .dragscroll {
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}

.photo-item {
  position: relative;
  max-width: 864px;
  margin: 40px auto;
}

.photo-item__image {
  position: relative;
  padding: 56% 0 0 0;
}

.photo-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-item__arrow {
  position: absolute;
  top: 16px;
  z-index: 2;
  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;
  width: 56px;
  height: calc(100% - 32px);
  background: rgba(40, 40, 40, 0.2);
  border: 1px solid #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.photo-item__arrow svg {
  width: 14px;
  height: 26px;
  stroke: #fff;
}

.photo-item__arrow_prev {
  left: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.photo-item__arrow_next {
  right: 16px;
}

.photo-item__arrow:hover {
  background: #9C4B34;
  border-color: #9C4B34;
}

.photo-item__arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.photo-item__arrow.slick-disabled:hover {
  background: rgba(40, 40, 40, 0.2);
  border-color: #fff;
}

.photo-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding: 7px 24px 12px;
}

.photo-item__content p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 24px;
  opacity: 0.7;
}

.photo-item__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #9C4B34;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 40px;
}

.photo-item__counter span {
  padding: 0 3px;
}

.gallery-text__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.gallery-text__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  max-width: 33.333%;
  padding: 0 16px;
  margin: 16px 0;
}

.gallery-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.gallery-text__item:hover .gallery-text__image span {
  opacity: 1;
}

.gallery-text__item:hover .gallery-text__content {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.gallery-text__image {
  min-height: 240px;
  position: relative;
}

.gallery-text__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-text__image span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background: #9C4B34;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.gallery-text__image span::before,
.gallery-text__image span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-text__image span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-text__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 30px 40px 34px;
  background: #FFFFFF;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  color: #282828;
  font-family: "Raleway";
  font-weight: 700;
}

.lists__ordered {
  margin: 30px 0;
}

.lists__unordered {
  margin: 30px 0;
}

.popup-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-slider._active {
  opacity: 1;
  visibility: visible;
}

.popup-slider._active .popup-slider__content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: -webkit-transform 0.5s ease 0.2s;
  transition: -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

.popup-slider__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1088px;
  padding: 100px 48px;
  margin: 0 auto;
}

.popup-slider__content {
  position: relative;
  min-width: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.popup-slider__close {
  cursor: pointer;
  position: absolute;
  top: -28px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.popup-slider__close span {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 16px 0 0;
}

.popup-slider__close div {
  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;
  width: 48px;
  height: 48px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.popup-slider__close div svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.popup-slider__close:hover div {
  background: #9C4B34;
  border-color: #9C4B34;
}

.popup-slider__slider .slick-list {
  margin: 0 -16px;
}

.popup-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}

.popup-slider__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.pages {
  padding: 48px 0;
}

.pages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.pages__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  max-width: 33.333%;
  padding: 0 16px;
  margin: 16px 0;
}

.pages__list li::before {
  display: none;
}

.pages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  padding: 25px 40px;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.pages__item:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.pages__item:hover .pages__text::after {
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

.pages__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Raleway";
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
}

.pages__text::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 2px;
  background: #9C4B34;
  margin: 0 0 0 10px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.address {
  padding: 50px 0 13px;
}

.address__container > p {
  margin: 0 0 35px 0;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #202229;
}

.address__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
}

.address__body:last-child {
  margin: 0;
}

.address__map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.address__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 24px;
  padding: 0 0 0 32px;
}

.address__item {
  margin: 15px 0;
}

.address__item a {
  color: #9C4B34;
}

.address__item a:hover {
  text-decoration: underline;
}

.address__label {
  color: #62615F;
}

.address__info h3 {
  color: #62615F;	
  font-family: "Roboto";
  font-size: 16px;
  margin: 15px 0 0 0;
  padding: 0;
  font-weight: 400;
  line-height: 24px;
}
.address__info p {
  margin: 0;
  padding: 0;
}

.address__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.address__phones span {
  white-space: nowrap;
}

.callback {
  position: relative;
  overflow: hidden;
  padding: 15% 0 56px;
}

.callback::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #AB6A57;
}

.callback__parallax {
  top: 0;
}

.callback__parallax .parallax__item {
  height: 40%;
  top: 0;
}

.callback__parallax .parallax__item_top {
  background: url("../img/icons/city1-top.svg") 0 0/cover no-repeat;
}

.callback__parallax .parallax__item_middle {
  background: url("../img/icons/city1-middle.svg") 0 0/cover no-repeat;
}

.callback__parallax .parallax__item_bottom {
  background: url("../img/icons/city1-bottom.svg") 0 0/cover no-repeat;
}

.callback__container {
  position: relative;
  z-index: 2;
}

.callback h2 {
  color: #fff;
  margin: 0 0 8px 0;
}

.form-callback {
  line-height: 24px;
}

.form-callback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

.form-callback__column {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0 16px;
}

.form-callback__item {
  width: 100%;
  margin: 32px 0;
}

.form-callback__input {
  width: 100%;
}

.form-callback__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px 0;
}

.form-callback__textarea {
  height: 100%;
}

.form-callback__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px 23px;
}

.form-callback__files .form-callback__column > span {
  color: #fff;
}

.form-callback__file {
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #55A4B4;
  padding: 0 20px;
}

.form-callback__file input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

.form-callback__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

.form-callback__footer p span {
  color: #fff;
}

.form-callback__btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  margin: 10px 0 0 0;
}

.docs {
  padding: 0 0 64px 0;
}

.docs__slider {
  padding: 0 0 40px 0;
}

.docs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  padding: 34px 40px;
  margin: 8px 0;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.docs__item:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.docs__item:hover .docs__head::after {
  width: 48px;
}

.docs__icon {
  max-width: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
}

.docs__icon img {
  max-width: 100%;
  max-height: 100%;
}

.docs__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 32px;
}

.docs__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  margin: 0 0 14px 0;
}

.docs__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #9C4B34;
  width: 32px;
  height: 2px;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.docs__date {
  white-space: nowrap;
  opacity: 0.6;
  padding: 0 15px 0 0;
}

.docs__type {
  padding: 0 0 0 15px;
  border-left: 1px solid #C1C0BA;
}

.docs__text {
  font-family: "Raleway";
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
}

.filter {
  position: relative;
  padding: 64px 0;
}

.filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

.filter__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  max-width: 33.333%;
  padding: 0 16px;
}

.filter__input {
  width: 100%;
}

.filter__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

.filter__select {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  max-width: 33.333%;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #C1C0BA;
  margin: 0 16px;
}

.filter__select > span {
  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;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #9C4B34;
}

.filter__select > span svg {
  width: 14px;
  height: 26px;
  stroke: #fff;
}

.filter__btn,
.filter__reset {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  max-width: 33.333%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  height: 48px;
  margin: 0 16px;
}

.filter__reset {
  background: #55A4B4;
}

.dates {
  min-width: 370px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}

.dates span {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  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;
  background: #9C4B34;
}

.dates span svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.dates__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 47%;
  flex: 1 1 47%;
  max-width: 50%;
  background: #fff;
}

.dates__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #9C4B34;
  background: url("../img/icons/calendar.svg") center no-repeat, #9C4B34;
}

.dates__item_to .input {
  border-left: none;
}

.dates__input {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 0 48px 0 24px;
}

.settings {
  padding: 15px 0;
}

.settings__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.settings__title {
  white-space: nowrap;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  margin: 0 20px 0 0;
}

.settings__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.settings__item {
  padding: 0 10px;
}

.settings__item input {
  display: none;
}

.settings__item input:checked + label::before {
  background: #9C4B34;
}

.settings__item input:checked + label::after {
  opacity: 1;
}

.settings__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 48px;
  color: #62615F;
  cursor: pointer;
}

.settings__item label::before {
  content: "";
  position: relative;
  top: 14px;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #C1C0BA;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  margin: 0 16px 0 0;
}

.settings__item label::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 7px;
  background: url("../img/icons/check.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.select {
  cursor: pointer;
}

.select__gap {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  position: relative;
  z-index: 2;
  padding: 0 55px 0 24px;
  white-space: normal;
  letter-spacing: 0.03em;
  color: rgba(40, 40, 40, 0.7);
}

.select__list {
  margin: 0;
}

.select__item {
  white-space: nowrap;
  height: 48px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #C1C0BA;
}

.select__item::before {
  display: none;
}

.select__item.selected {
  display: none;
}

.all-services {
  padding: 48px 0;
}

.all-services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.all-services__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  max-width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  margin: 16px 0;
}

.all-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.all-services__item:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.all-services__item:hover .all-services__image span {
  opacity: 1;
}

.all-services__image {
  position: relative;
}

.all-services__image img {
  width: 100%;
}

.all-services__image span {
  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;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #9C4B34;
  opacity: 0;
}

.all-services__image span svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.all-services__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff;
  padding: 30px 40px;
}

.all-services__content p {
  font-family: "Raleway";
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #282828;
}

.contacts {
  padding: 56px 0;
}

.contacts__body {
  overflow: hidden;
}

.contacts__body table td {
  font-family: "Roboto";
  font-weight: 400;
}

.contacts__body thead tr::after {
  width: 100%;
  left: 0;
}

.contacts__line {
  margin: 8px 0;
}

.contacts__item {
  cursor: pointer;
  position: relative;
  height: 56px;
  padding: 0 48px 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.contacts__item._active {
  border-bottom: none;
}

.contacts__item._active .contacts__button::after {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.contacts__item_top {
  background: #004C50;
}

.contacts__item_bottom {
  background: #55A4B4;
  border-bottom: 1px solid #c1c0ba;
}

.contacts__button {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contacts__button::before,
.contacts__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.contacts__button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.contacts__dropdown {
  display: none;
}

.contacts__dropdown table {
  margin: 0;
}

.contacts__dropdown .dragscroll > span {
  padding: 5px 24px;
  display: block;
}

.contacts__dropdown .dragscroll::-webkit-scrollbar {
  border-radius: 0;
}

.contacts__dropdown .dragscroll::-webkit-scrollbar-thumb {
  border-radius: 0;
}

.all-faq {
  padding: 0 0 64px 0;
}

.all-faq__slider {
  padding: 48px 0;
  margin: 0 -16px;
}

.all-faq__slide {
  padding: 0 16px;
}

.all-faq__item {
  margin: 16px 0;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.all-faq__item:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.all-faq__item:hover .all-faq__title span {
  background: #004C50;
}

.all-faq__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  padding: 30px 120px 30px 40px;
  cursor: pointer;
}

.all-faq__title._active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.all-faq__title span {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: #9C4B34;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.all-faq__title span::before,
.all-faq__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 32px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.all-faq__title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.all-faq__text {
  line-height: 24px;
  display: none;
  padding: 30px 40px 40px;
  border-top: 1px solid #C1C0BA;
}

.archive {
  padding: 44px 0 0 0;
}

.archive__slider {
  padding: 56px 0 40px;
  margin: 0 -16px;
}

.archive__slide {
  padding: 0 16px;
}

.archive__item {
  background: #FFFFFF;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  padding: 33px 40px;
  margin: 8px 0;
}

.archive__item:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.archive__item:hover .archive__date::after {
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

.archive__item a {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #282828;
}

.archive__date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: rgba(40, 40, 40, 0.6);
  padding: 0 0 14px 0;
}

.archive__date::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 2px;
  background: #9C4B34;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  margin: 0 0 0 20px;
}

.filter-arch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -16px;
}

.filter-arch__input,
.filter-arch__dates {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  width: 33.333%;
  padding: 0 16px;
}

.filter-arch__input {
  min-width: 300px;
}

.filter-arch__input input {
  width: 100%;
}

.filter-arch__dates {
  min-width: 350px;
}

.filter-arch__submit,
.filter-arch__reset {
  padding: 0 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666%;
  flex: 0 1 16.666%;
  max-width: 16.666%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  height: 48px;
  margin: 0 16px;
}

.filter-arch__reset {
  background: #55A4B4;
}

.footer {
  background: #004C50;
  padding: 64px 0;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__main {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.footer__logo svg {
  width: 52px;
  height: 48px;
  fill: #55A4B4;
  -webkit-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.footer__logo span {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  display: block;
  margin: 13px 0 0 0;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer__logo:hover span {
  color: #55A4B4;
}

.footer__logo:hover svg {
  fill: #fff;
}

.footer__copyright span {
  font-size: 14px;
  line-height: 32px;
  color: #A6C1C2;
  display: block;
}

.footer__copyright span a {
  color: #55A4B4;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer__copyright span a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.footer__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  margin: 0 32px;
}

.footer__list {
  margin: 0;
}

.footer__list li::before {
  display: none;
}

.footer__list li:last-child .footer__link {
  border: none;
}

.footer__link {
  position: relative;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}

.footer__link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  width: 14px;
  height: 26px;
  stroke: #55A4B4;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer__link span {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 0 0 16px;
}

.footer__link:hover {
  color: #55A4B4;
}

.footer__link:hover svg {
  stroke: #fff;
}

.footer__link:hover::before {
  opacity: 1;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
}

.footer__address {
  letter-spacing: 0.02em;
  line-height: 24px;
}

.footer__contacts {
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 20px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 24px;
}

.footer__contacts a {
  margin: 5px 0;
}

.footer__contacts a:hover {
  text-decoration: underline;
}

.footer__phones {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 -3px;
}

.footer__phones a {
  white-space: nowrap;
  margin: 0 3px;
}

@media (min-width: 1025px) {
  .menu__item:hover {
    background: #9C4B34;
  }

  .menu__item:hover::after {
    opacity: 0;
  }

  .menu__item:hover svg {
    stroke: #fff;
  }

  .nav-menu__list li:hover .nav-menu__link::after {
    opacity: 0;
  }

  .nav-menu__list li:hover .nav-menu__link::before {
    opacity: 1;
  }

  .nav-menu__list li:hover .nav-menu__dropdown {
    opacity: 1;
    visibility: visible;
  }

  .search-menu__close:hover {
    background: #9C4B34;
    border-color: rgba(255, 255, 255, 0);
  }

  .search-menu__close:hover svg {
    stroke: #fff;
  }
}

@media (max-width: 1024px) {
  .list {
    display: block;
  }

  .list li {
    max-width: 100%;
  }

  .head {
    padding: 160px 0 12%;
  }

  .header {
    position: fixed;
  }

  .header .nav-menu {
    position: static;
  }

  .header._scroll .nav-menu {
    position: static;
  }

  .header._scroll .nav-menu__scroll-logo {
    display: none;
  }

  .header__logo._hide span {
    display: none;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu__burger {
    position: relative;
    z-index: 51;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu__burger > span {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 16px 0 0;
  }

  .menu__burger._active .menu__icon span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .menu__burger._active .menu__icon::before {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__burger._active .menu__icon::after {
    bottom: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu__body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 50;
    background: #004C50;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background: #004C50;
  }

  .menu__info {
    height: 96px;
    position: relative;
    padding: 0 48px;
    background: #004C50;
  }

  .menu__items {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu__container {
    background: none;
    padding: 0;
  }

  .nav-menu__list {
    display: block;
    padding: 121px 0 0 0;
    background: #E7E6DF;
  }

  .nav-menu__list > li {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav-menu__list > li._active {
    background: #fff;
  }

  .nav-menu__list > li._active .nav-menu__link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    stroke: #282828;
  }

  .nav-menu__list > li._active .nav-menu__link span {
    color: #9C4B34;
  }

  .nav-menu__list > li:last-child .nav-menu__link {
    border-bottom: none;
  }

  .nav-menu__list > li:first-child .nav-menu__link,
  .nav-menu__list > li:last-child .nav-menu__link {
    padding: 0 48px;
  }

  .nav-menu__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 18px;
    line-height: 21px;
    color: #282828;
    padding: 0;
    height: 63px;
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    padding: 0 48px;
  }

  .nav-menu__link::after {
    display: none;
  }

  .nav-menu__link span {
    padding: 0 0 0 25px;
  }

  .nav-menu__link svg {
    stroke: #9C4B34;
    width: 13px;
    height: 16px;
    margin: 0;
  }

  .nav-menu__link svg._hide {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
  }

  .nav-menu__dropdown {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    background: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .nav-menu__dropdown ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }

  .nav-menu__sublink {
    color: #282828;
  }

  .nav-menu__sublink::before {
    background: #9C4B34;
  }

  .preview__content {
    padding: 150px 58px 50px 0;
  }

  .preview__title {
    margin: 0 80px 23px 0;
  }

  .preview__arrows {
    top: 150px;
    -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: 112px;
  }

  .preview__arrow {
    width: 48px;
    height: 48px;
  }

  .preview__arrow_prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .preview__arrow_next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .news__body {
    display: block;
  }

  .news__content {
    margin: 0 0 32px 0;
  }

  .banners-news {
    margin: 0;
    max-width: 100%;
  }

  .banners-news__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .banners-news__slider {
    margin: 0 16px;
  }

  .banners-news__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .banners-news__slide {
    margin: 0;
  }

  .banners-news__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: auto;
  }

  .banners-news__arrow_prev {
    margin: 0;
  }

  .banners-news__arrow_prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .banners-news__arrow_next svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .faq__parallax {
    top: auto;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
  }

  .faq__parallax .parallax__item {
    top: 0;
    height: 100%;
  }

  .faq__body::before,
  .faq__body::after {
    height: 100%;
  }

  .faq__body::after {
    left: 50%;
  }

  .faq__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq__row::before,
  .faq__row::after {
    display: none;
  }

  .faq__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin: 0 0 44px 0;
  }

  .text {
    padding: 5px 0 65px;
  }

  .photo-item__content {
    padding: 7px 16px 12px;
  }

  .gallery-text__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .pages__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .filter__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .filter__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .filter__btn,
  .filter__reset {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }

  .dates {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin: 32px 0 0 0;
  }

  .all-services__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .filter-arch {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-arch__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .filter-arch__dates {
    margin: 0;
  }

  .filter-arch__submit,
  .filter-arch__reset {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 32px);
    flex: 0 0 calc(25% - 32px);
    max-width: calc(25% - 32px);
    margin: 32px 16px 0;
  }

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

  .footer__logo span {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1024px) and (max-width: 768px) {
  .menu__info {
    padding: 0 40px;
  }
}

@media (max-width: 1024px) and (max-width: 700px) {
  .menu__info {
    height: auto;
    display: block;
  }
}

@media (max-width: 1024px) and (max-width: 500px) {
  .menu__info {
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  .links__item {
    padding: 25px;
  }

  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 0 32px 0;
  }

  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__menu {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0 32px 0 0;
  }

  .footer__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 900px) {
  .filter-arch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .filter-arch__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin: 0 0 32px 0;
  }

  .filter-arch__submit,
  .filter-arch__reset {
    margin: 0 16px;
  }
}

@media (max-width: 850px) {
  .filter__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin: 0 16px 30px;
  }

  .filter__btn,
  .filter__reset {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 32px);
    flex: 0 0 calc(50% - 32px);
    max-width: calc(50% - 32px);
    min-width: calc(50% - 32px);
  }

  .filter-arch {
    margin: 0;
  }

  .filter-arch__input,
  .filter-arch__dates {
    padding: 0 !important;
  }

  .filter-arch__input {
    min-width: 100%;
  }

  .filter-arch__dates {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    max-width: 100% !important;
    min-width: 100%;
    margin: 0 0 30px 0 !important;
  }

  .filter-arch__submit,
  .filter-arch__reset {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 50%;
    min-width: calc(50% - 32px);
    margin: 0;
  }

  .filter-arch__submit {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 40px;
  }

  ul li,
  ol li {
    line-height: 25px;
  }

  .dragscroll > span {
    display: none;
  }

  .dragscroll::-webkit-scrollbar,
  .dragscroll::-webkit-scrollbar-thumb {
    height: 0;
  }

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

  .head {
    padding: 160px 0 31%;
  }

  .header__logo span {
    font-size: 20px;
    line-height: 23px;
  }

  .nav-menu__container {
    padding: 0;
  }

  .nav-menu__list li:first-child .nav-menu__link,
  .nav-menu__list li:last-child .nav-menu__link {
    padding: 0 40px;
  }

  .nav-menu__link {
    padding: 0 40px;
  }

  .nav-menu__dropdown ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .news__content {
    margin: 0;
  }

  .banners-news {
    display: none;
  }

  .faq__parallax {
    height: 40%;
  }

  .faq__head {
    display: block;
  }

  .faq__head .head-section__btn {
    margin: 0 -23px;
  }

  .faq__head .head-section__btn::before {
    display: none;
  }

  .faq__body {
    margin: 20px 0 0 0;
  }

  .faq__row {
    padding: 0 0 40%;
  }

  .text .dragscroll {
    padding: 0;
    margin: 0;
  }

  .lists__ordered li:before {
    top: 6px;
  }

  .lists__unordered li:before {
    top: 11px;
  }

  .pages__item {
    padding: 25px 32px;
  }

  .address__body {
    display: block;
  }

  .address__map {
    max-width: 100%;
  }

  .address__content {
    padding: 24px 0 0 0;
  }

  .callback {
    padding: 20% 0 56px;
  }

  .callback::before {
    top: 20%;
  }

  .callback__parallax .parallax__item {
    height: 20%;
  }

  .dates {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.667%;
    flex: 0 1 66.667%;
    max-width: 66.667%;
  }

  .all-services__content {
    padding: 20px 30px;
  }

  .contacts {
    padding: 30px 0;
  }

  .contacts__dropdown .dragscroll {
    border: none;
  }

  .contacts__dropdown .dragscroll > span {
    display: none;
  }

  .all-faq__title {
    padding: 15px 110px 15px 30px;
  }

  .all-faq__text {
    padding: 20px 30px 30px;
  }
}

@media (max-width: 767px) {
  .faq {
    padding: 25px 0;
  }

  .faq__row {
    padding: 0 0 60% 0;
  }

  .links__slider {
    margin: 25px 0 -16px;
  }

  .address {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 700px) {
  .breadcrumbs {
    display: none;
  }

  .header__container {
    height: 90px;
  }

  .header__logo {
    -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;
    padding: 10px 0;
    white-space: nowrap;
  }

  .header__logo img {
    width: 43px;
    height: 40px;
  }

  .header__logo span {
    font-size: 16px;
    padding: 7px 0 0 0;
  }

  .menu__burger {
    position: absolute;
    top: 10px;
    right: 40px;
  }

  .menu__items {
    display: block;
  }

  .menu__item {
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
  }

  .menu__item:last-child {
    border: none;
  }

  .menu__item::after {
    display: none;
  }

  .menu__item span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
  }

  .menu__item svg {
    margin: 0 8px;
  }

  .search-menu {
    top: calc(100% - 60px);
    height: auto;
    padding: 0 0 20px 0;
  }

  .search-menu__container {
    -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;
  }

  .search-menu__form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .search-menu__input {
    height: 50px;
  }

  .search-menu__btn {
    margin: 0 0 0 10px;
    height: 50px;
    width: 50px;
    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;
  }

  .search-menu__btn span {
    display: none;
  }

  .search-menu__close {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    height: 60px;
  }

  .search-menu__close span {
    display: block;
  }

  .search-menu__close svg {
    margin: 0 8px;
  }

  .preview__title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }

  .photo-item__arrow {
    width: 34px;
    height: calc(100% - 20px);
    top: 10px;
  }

  .photo-item__arrow_prev {
    left: 10px;
  }

  .photo-item__arrow_next {
    right: 10px;
  }

  .gallery-text__row {
    display: block;
  }

  .gallery-text__column {
    max-width: 100%;
    margin: 15px 0;
  }

  .gallery-text__content {
    padding: 32px 22px;
  }

  .lists__ordered {
    margin: 20px 0;
  }

  .lists__unordered {
    margin: 0 0 20px 0;
  }

  .popup-slider__close {
    top: -10px;
  }

  .popup-slider__close div {
    width: 30px;
    height: 30px;
  }

  .popup-slider__close div svg {
    width: 20px;
    height: 20px;
  }

  .pages {
    padding: 30px 0;
  }

  .pages__list {
    display: block;
  }

  .pages__list li {
    max-width: 100%;
    margin: 10px 0;
  }

  .form-callback__row {
    display: block;
  }

  .form-callback__column {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .form-callback__item {
    margin: 20px 0;
  }

  .form-callback__message {
    padding: 0 0 20px 0;
  }

  .form-callback__textarea {
    min-height: 200px;
  }

  .form-callback__files {
    display: block;
    text-align: center;
    margin: 0 -16px 20px;
  }

  .form-callback__file {
    margin: 20px 0 0 0;
  }

  .form-callback__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-callback__btn {
    margin: 0 0 22px 0;
  }

  .docs {
    padding: 0 0 40px 0;
  }

  .docs__slider {
    padding: 0 0 20px 0;
  }

  .docs__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px;
  }

  .docs__icon {
    max-width: 35px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
  }

  .docs__content {
    padding: 0;
    margin: 0 0 0 -35px;
  }

  .docs__head {
    margin: 10px 0 0 50px;
  }

  .docs__text {
    margin: 20px 0 0 0;
    display: block;
  }

  .filter {
    padding: 40px 0;
  }

  .filter__row {
    display: block;
  }

  .filter__item {
    max-width: 100%;
    min-width: 100%;
    margin: 20px 0;
  }

  .dates {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }

  .settings {
    padding: 0;
  }

  .settings__row {
    margin: 20px 0;
    display: block;
  }

  .settings__title {
    line-height: 40px;
  }

  .all-services__row {
    display: block;
  }

  .all-services__column {
    max-width: 100%;
    margin: 15px 0;
  }

  .all-services__content {
    padding: 17px 25px;
  }

  .contacts__item {
    padding: 0 40px 0 24px;
    font-size: 16px;
  }

  .contacts__button {
    width: 20px;
    height: 20px;
  }

  .filter-arch__input {
    margin: 0 0 20px 0;
  }

  .footer__container {
    display: block;
  }

  .footer__logo span {
    margin: 8px 0;
  }

  .footer__menu {
    max-width: 100%;
    margin: 0 0 32px 0;
    padding: 0;
  }

  .footer__info {
    max-width: 100%;
    text-align: left;
  }

  .footer__contacts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 25px 0;
  }

  .footer__phones {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 500px) {
  .container {
    padding: 0 20px;
  }

  .input,
  .textarea {
    padding: 0 20px;
  }

  .textarea {
    padding: 10px 20px;
  }

  .btn {
    height: 50px;
  }

  .btn_link {
    padding: 0 20px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .control-slider__dots > div {
    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;
    width: 48px;
    height: 48px;
    background: #55A4B4;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #fff;
  }

  table {
    margin: 0 0 20px 0;
  }

  .head-section__btn {
    margin: 0 0 0 20px;
  }

  .list__text {
    padding: 20px;
  }

  .list__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
  }

  .head {
    padding: 124px 0 47%;
  }

  .menu__burger {
    right: 20px;
  }

  .menu__burger._active .menu__icon::before {
    top: 18px;
  }

  .menu__burger._active .menu__icon::after {
    bottom: 18px;
  }

  .menu__icon {
    width: 40px;
    height: 40px;
  }

  .menu__icon::before,
  .menu__icon::after,
  .menu__icon span {
    left: 7px;
  }

  .menu__icon::before {
    top: 10px;
  }

  .menu__icon::after {
    bottom: 10px;
  }

  .menu__icon span {
    top: 18px;
  }

  .nav-menu__container {
    padding: 0;
  }

  .nav-menu__list {
    padding: 106px 0 0 0;
  }

  .nav-menu__list li:first-child .nav-menu__link,
  .nav-menu__list li:last-child .nav-menu__link {
    padding: 0 20px;
  }

  .nav-menu__link {
    font-size: 16px;
    line-height: 19px;
    padding: 0 20px;
  }

  .nav-menu__dropdown ul {
    display: block;
  }

  .nav-menu__dropdown ul li {
    margin: 20px 0;
  }

  .preview__content {
    padding: 128px 0px 0px 0px;
  }

  .preview__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0 0 0;
  }

  .preview__arrows {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -5px;
  }

  .preview__arrow {
    width: 50px;
    height: 50px;
    margin: 0 5px;
  }

  .preview__arrow_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .preview__arrow_next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .news {
    padding: 25px 0 40px;
  }

  .news__item {
    padding: 20px 25px;
  }

  .services {
    padding: 25px 0 40px;
  }

  .faq__body::after {
    display: none;
  }

  .faq__row {
    display: block;
  }

  .faq__item {
    padding: 0 0 0 22px;
    font-size: 16px;
    line-height: 25px;
    max-width: 100%;
    margin: 0 0 25px 0;
  }

  .links {
    padding: 30px 0;
  }

  .text {
    padding: 0 0 40px 0;
  }

  .text__container h2 {
    /*margin: 0;*/
    font-size: 26px;
    line-height: 30px;
  }
  .text__container h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .photo-item {
    margin: 0 auto;
  }

  .photo-item__content {
    display: block;
  }

  .photo-item__counter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 0 0;
  }

  .address__container > p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 30px 0;
  }

  .address__content {
    padding: 20px 0 0 0;
  }

  .callback {
    padding: 30% 0 35px;
  }

  .docs__head::after {
    display: none;
  }

  .dates__input {
    padding: 0 48px 0 20px;
  }

  .select__gap {
    padding: 0 55px 0 20px;
  }

  .select__item {
    padding: 0 20px;
  }

  .all-services {
    padding: 25px 0;
  }

  .all-faq {
    padding: 0 0 40px 0;
  }

  .all-faq__slider {
    padding: 30px 0 20px;
  }

  .all-faq__item {
    margin: 10px 0;
  }

  .all-faq__title {
    font-size: 16px;
    line-height: 25px;
    padding: 15px 60px 15px 25px;
  }

  .all-faq__title span {
    width: 40px;
  }

  .all-faq__title span::before,
  .all-faq__title span::after {
    width: 20px;
  }

  .all-faq__text {
    padding: 20px 25px;
  }

  .archive {
    padding: 40px 0;
  }

  .archive__slider {
    padding: 30px 0 20px;
  }

  .archive__item {
    margin: 10px 0;
    padding: 20px 25px;
  }

  .archive__date {
    padding: 0 0 9px 0;
  }

  .footer {
    padding: 40px 0;
  }
}

@media (max-width: 375px) {
  .docs__item {
    margin: 10px 0;
  }
}

@media (max-width: 374px) {
  .btn_link {
    padding: 0 10px;
  }

  .btn_link span {
    padding: 0 5px 0 0;
  }

  .head-section__btn {
    margin: 0 0 0 10px;
  }

  .header__logo span {
    font-size: 14px;
  }

  .menu__burger > span {
    font-size: 12px;
  }

  .links__slider {
    margin: 25px -5px;
  }

  .links__slide {
    margin: 0 5px;
  }

  .links__item {
    padding: 20px 10px;
  }

  .links__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 45px;
  }

  .links__path::after {
    display: none;
  }

  .docs__head {
    font-size: 12px;
    margin: 10px 0 0 40px;
  }

  .docs__date {
    padding: 0 5px 0 0;
  }

  .docs__type {
    padding: 0 0 0 5px;
  }

  .dates {
    min-width: 100%;
  }

  .dates__input {
    padding: 0 48px 0 10px;
    font-size: 14px;
  }

  .select__gap {
    font-size: 14px;
    padding: 0 55px 0 15px;
  }

  .select__item {
    font-size: 14px;
    padding: 0 15px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header__logo span {
    padding: 0 0 0 10px;
  }

  .menu__item {
    padding: 0 12px;
  }
}




.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	width: 100%;
}
.pagination a{
    width: 48px;
    height: 48px;
    /*border: 1px solid #dde1e6;*/
    font-family: "Raleway";
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    margin-right: 9px;
    background: #ffffff;
    color: #282828;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.pagination a:hover,
.pagination a.active{
    background: #55a4b4;
    color: #fff;
}
.pagination a:last-child{
    margin-right: 0;
}

h2.structure {
	color: #004C50;
}
ul.structure li {
	color: #9C4B34;
}
ul.structure ul li {
	color: #55A4B4;
}
