html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
header,
main,
menu,
nav,
section {
  display: block;
}

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

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

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

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

b,
strong {
  font-weight: 700;
}

img {
  border: 0;
}

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

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

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled]button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

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

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

::-moz-selection {
  background-color: #55dc01;
  color: #fff;
}

::selection {
  background-color: #55dc01;
  color: #fff;
}

body {
  font-size: 16px;
  color: #232526;
  position: relative;
  line-height: 1.2;
  font-family: roboto,sans-serif;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1920px;
  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%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 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;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #232526;
  padding: 5px 0;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

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

.logo {
  display: block;
  font-size: 14px;
  color: #55dc01;
  text-transform: uppercase;
}

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

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

.menu__item {
  margin-left: 15px;
}

.menu__item:first-child {
  margin: 0;
}

.menu__link {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #232526;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  border: 1px solid #55dc01;
  border-radius: 5px;
  padding: 5px;
}

.active .menu__link {
  color: #55dc01;
}

.menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #55dc01;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.menu-switch {
  display: none;
  width: 32px;
  height: 32px;
  border: 1px solid #55dc01;
  border-radius: 5px;
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

.menu-switch span {
  margin: auto;
  position: relative;
  display: block;
  background: #55dc01;
  border-radius: 5px;
  width: 80%;
  height: 2px;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.menu-switch span::after,
.menu-switch span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55dc01;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.menu-switch span::before {
  top: -4px;
}

.menu-switch span::after {
  bottom: -4px;
}

.menu-switch.active span::after,
.menu-switch.active span::before {
  width: 40%;
}

.menu-switch.active span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-switch.active span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lang-switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #55dc01;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
  cursor: pointer;
}

.lang-switch__curr-lang {
  position: relative;
  padding-right: 15px;
  margin: auto;
}

.lang-switch__curr-lang::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lang-switch__list {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  background: #fff;
  border: 1px solid #55dc01;
  border-radius: 5px;
  overflow: hidden;
}

.active .lang-switch__list {
  display: block;
}

.lang-switch__link {
  display: block;
  color: #55dc01;
  padding: 5px;
}

.page-content {
  padding-top: 50px;
}

.intro {
  min-height: 450px;
  max-height: 1080px;
  height: calc(100vh - 50px);
  background-color: #55dc01;
}

.intro__slider {
  width: 100%;
  height: 100%;
}

.intro__slider .slick-arrow,
.intro__slider .slick-dots {
  position: absolute;
  z-index: 50;
  outline: 0;
}

.intro__slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: calc(50% - 18px);
  width: 30px;
  height: 36px;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  background-image: url(../img/dest/arrow-left.svg);
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.intro__slider .slick-prev {
  left: 30px;
  background-image: url(../img/dest/arrow-left.svg);
}

.intro__slider .slick-next {
  right: 30px;
  background-image: url(../img/dest/arrow-right.svg);
}

.intro__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 40px;
  left: 50%;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro__slider .slick-dots li {
  margin-left: 15px;
}

.intro__slider .slick-dots li:first-child {
  margin: 0;
}

.intro__slider .slick-dots li.slick-active button {
  background: #fff;
}

.intro__slider .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  overflow: hidden;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.intro__slide {
  height: calc(100vh - 50px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  outline: 0;
}

.intro__slide-inner {
  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: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
}

.intro__slide-inner .container {
  padding: 0 65px;
}

.intro__title {
  font-size: 60px;
  font-weight: 700;
}

.intro__subtitle {
  font-size: 24px;
  margin-top: 10px;
}

.section {
  padding: 35px 0;
}

.about {
  background: #55dc01;
}

.about ::-moz-selection {
  background: #fff;
  color: #55dc01;
}

.about ::selection {
  background: #fff;
  color: #55dc01;
}

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

.about__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  padding-right: 30px;
}

.about__title {
  margin-bottom: 30px;
}

.about__text {
  font-size: 18px;
  color: #fff;
}

.about__text p+p {
  margin-top: 10px;
}

.about__image img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

.title {
  font-size: 60px;
}

.title_white {
  color: #fff;
}

.title_center {
  margin-bottom: 55px;
  text-align: center;
}

.base {
  background: #0d66ea;
}

.base__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4,1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.base__item {
  padding: 15px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.75);
  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.75);
}

.base__icon {
  height: 70px;
  margin-bottom: 15px;
}

.base__icon img {
  height: 100%;
}

.base__title {
  display: block;
  margin-bottom: 15px;
}

.base__title h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  height: 72px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.base__descr {
  color: #fff;
}

.price-list__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3,1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.price-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dadada;
  text-align: center;
  padding: 50px 25px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.75);
  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.75);
}

.price-list__item_label {
  background-image: url(../img/dest/icons/label.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 10px;
}

.price-list__title {
  font-size: 36px;
  margin-bottom: 20px;
}

.price-list__valaue {
  margin-top: auto;
  font-size: 40px;
  color: #51ca75;
}

.price-list__valaue span {
  font-size: 24px;
}

.management {
  background: ##fc030b;
}

.management__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2,1fr);
}

.management__item {
  text-align: center;
}

.management__photo {
  margin-bottom: 25px;
}

.management__photo img {
  max-width: 100%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
}

.management__position {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.management__name {
  font-size: 18px;
  color: #7a7a7a;
}

.contacts__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 7fr;
  grid-template-columns: 3fr 7fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.contacts__list li {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 10px;
}

.contacts__list li:last-child {
  margin: 0;
}

.contacts__list a {
  color: #55dc01;
}

.contacts__list b {
  color: #232526;
}

.contacts__map {
  width: 100%;
}

.contacts__map iframe {
  width: 100%;
  height: 320px;
}

.footer {
  margin-top: auto;
  background: #232526;
  padding: 20px 0;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.slick-load {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.slick-load.loaded {
  opacity: 1;
}

.title-section {
  background-color: #55dc01;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.title-section__inner {
  padding: 100px 0;
  background: rgba(0,0,0,.2);
}

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

.info__time {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.info__timestapm {
  position: absolute;
  top: -1px;
  left: -200px;
  padding-left: 55px;
  height: 40px;
  line-height: 40px;
}

.info__timestapm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #55dc01;
  background-image: url(../img/dest/calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.info__content {
  position: relative;
  padding-left: 200px;
}

.info__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  width: 1px;
  height: 100%;
  background: #232526;
}

.info__item {
  position: relative;
  border: 1px solid #55dc01;
  padding: 15px;
  margin-bottom: 30px;
}

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

.info__title {
  margin-bottom: 15px;
}

.text-section__content {
  line-height: 1.6;
}

.text-section__content a {
  color: #55dc01;
}

.text-section__content h3,
.text-section__content p,
.text-section__content ul {
  margin-bottom: 15px;
}

.text-section__content h3:last-child,
.text-section__content p:last-child,
.text-section__content ul:last-child {
  margin: 0;
}

@media (min-width:992px) {
  .menu__link:hover {
    color: #55dc01;
  }

  .menu__link:hover::after {
    opacity: 1;
  }

  .menu-switch:hover {
    border-color: #232526;
    cursor: pointer;
  }

  .menu-switch:hover span {
    background: #232526;
  }

  .menu-switch:hover span::after,
  .menu-switch:hover span::before {
    background: #232526;
  }

  .lang-switch__link:hover {
    background: #55dc01;
    color: #fff;
  }

  .intro__slider .slick-dots button:hover {
    background: #fff;
  }

  .base__title h3:hover {
    color: #55dc01;
  }

  .management__photo:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

@media (max-width:1200px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 15px;
  }

  .menu__item {
    margin-top: 15px;
    margin-left: 0;
  }

  .menu__link {
    font-size: 24px;
  }

  .menu {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    overflow: auto;
  }

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

  .intro__slider .slick-prev {
    left: 5px;
  }

  .intro__slider .slick-next {
    right: 5px;
  }

  .intro__slide-inner .container {
    padding: 0 40px;
  }

  .intro__title {
    font-size: 30px;
  }

  .intro__subtitle {
    font-size: 16px;
  }

  .about .container {
    display: block;
  }

  .about__content {
    text-align: center;
    padding-right: 0;
    padding-bottom: 25px;
  }

  .about__image {
    text-align: center;
  }

  .about__image img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .base__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    width: 868px;
  }

  .price-list__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1,1fr);
  }

  .price-list__title {
    font-size: 28px;
  }

  .management__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .management__item {
    margin-bottom: 30px;
  }

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

  .contacts__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contacts__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

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

@media (max-width:992px) {
  .base__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    width: 575px;
  }
}

@media (max-width:768px) {
  .title_center {
    margin-bottom: 30px;
  }

  .title {
    font-size: 28px;
  }

  .base__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 276px;
  }
}

@media (max-width:576px) {
  .logo {
    font-size: 12px;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .copyright {
    margin-bottom: 10px;
  }

  .title-section .title {
    text-align: center;
  }

  .info__timestapm {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
  }

  .info__content {
    padding-left: 0;
  }

  .info__content::before {
    display: none;
  }
}