@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face {
  font-family: "APD";
  src: url("../fonts/AngleciaProDisplayRegular.eot");
  src: local("☺"), url("../fonts/AngleciaProDisplayRegular.woff") format("woff"), url("../fonts/AngleciaProDisplayRegular.ttf") format("truetype"), url("../fonts/AngleciaProDisplayRegular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

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

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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

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

body {
  line-height: 1;
  font-family: "APD", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "APD", sans-serif;
}

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

button {
  cursor: pointer;
}

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

body {
  font-size: 30px;
  background-color: #e5e5e5;
  color: #000000;
  font-weight: 400;
  font-family: "APD", sans-serif;
}

body a {
  color: inherit;
}

body._lock {
  overflow: hidden;
}

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

._container {
  max-width: 1230px;
  margin: 0 auto;
}

@media (max-width: 1242px) {
  ._container {
    max-width: 970px;
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

.header {
  padding: 85px 0 45px 0;
}

.header__title {
  font-size: 48px;
  line-height: calc(56 / 48 * 100%);
  margin: 0 0 45px 0;
}

.header__line {
  width: 100%;
  border-bottom: 1px dashed #000000;
  margin: 150px 0 0 0;
}

.active__menu {
  border-bottom: 3px solid #000000;
}

.container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.menu__link {
  font-size: 30px;
  line-height: calc(35 / 30 * 100%);
  margin: 0 0 45px 0;
}

.menu__link:hover {
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.menu__item:not(:last-child) {
  margin: 0 145px 0 0;
}

@media (max-width: 991.98px) {
  .header {
    padding: 40px 0;
  }
  .header__title {
    margin: 0 0 40px 0;
    text-align: center;
  }
  .header__line {
    margin: 45px 0 0 0;
  }
  .menu__item {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 15px 15px;
    text-align: center;
  }
  .menu__item:not(:last-child) {
    margin: 0;
  }
}

@media (max-width: 479.98px) {
  .menu__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

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

.slide__images {
  width: 50%;
  height: 50%;
  text-align: center;
}

.block__contacts {
  padding: 0 0 100px 0;
}

.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__icons a:not(:last-child) {
  margin: 0 30px 0 0;
}

.contacts__icons a:hover {
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.cotacts__item {
  font-size: 24px;
  line-height: calc(28 / 24 * 100%);
}

.cotacts__item:not(:last-child) {
  margin: 0 0 50px 0;
}

@media (max-width: 479.98px) {
  .cotacts__item {
    font-size: 16px;
  }
  .cotacts__item:not(:last-child) {
    margin: 0 0 25px 0;
  }
}

.price__body {
  padding: 0 50px 104px 50px;
}

.price__title {
  margin: -20px 0 20px 0;
  text-align: center;
  font-size: 26px;
  line-height: calc(30 / 26 * 100%);
}

.price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price__items:not(:last-child) {
  padding: 0 0 100px 0;
}

.price__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 45px 0 0 0;
}

.price__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

.price__item-image {
  padding: 0 0 60% 0;
  max-width: 100%;
}

.price__item-image img {
  padding: 0 50px;
}

.price__items-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.item__element {
  text-align: center;
}

.item__element:not(:last-child) {
  margin: 0 0 45px 0;
}

.item__title {
  font-weight: 700;
  line-height: calc(35 / 30 * 100%);
}

.item__price {
  font-size: 25px;
  line-height: calc(30 / 25 * 100%);
}

.item__text {
  font-size: 25px;
  line-height: calc(30 / 25 * 100%);
}

.item__text::before {
  content: "-";
  position: absolute;
  left: 0px;
  display: block;
  width: 20px;
  width: 20px;
  background: url("/img/price/Ellipse.svg") center center no-repeat;
}

.item__line {
  width: 70%;
  border-bottom: 1px dashed #000000;
}

.item__element-last {
  margin: 32px 0 0 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 991.98px) {
  .item__element {
    text-align: center;
    font-size: 20px;
    padding: 0;
  }
  .price__item-image {
    padding: 0 0 40% 0;
  }
  .price__item-image img {
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .price__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .price__item-text {
    margin: 30px 0 30px 0;
  }
  .price__item-image {
    padding: 0 0 100% 0;
    max-width: 100%;
  }
  .price__item-image img {
    padding: 0;
  }
}

.contacts__body {
  padding: 0 15px 163px 15px;
}

.contacts__title {
  margin: -20px 0 20px 0;
  text-align: center;
  font-size: 26px;
  line-height: calc(30 / 26 * 100%);
}

.contacts__items {
  margin: 138px 0 0 0;
}

.contacts__text {
  font-size: 23px;
  line-height: calc(41 / 23 * 100%);
  letter-spacing: 0.34em;
  color: #000000;
  text-align: center;
}

.contacts__text:not(:last-child) {
  margin: 0 0 100px 0;
}

@media (max-width: 991.98px) {
  .contacts__text {
    font-size: 18px;
  }
}

.aboutme__title {
  margin: -20px 0 20px 0;
  text-align: center;
  font-size: 26px;
  line-height: calc(30 / 26 * 100%);
}

.aboutme__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 141px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutme__image {
  max-width: 550px;
  width: 100%;
  padding: 0 0 60% 0;
  margin: 46px 0 82px 0;
}

.aboutme__text {
  font-size: 23px;
  line-height: calc(41 / 23 * 100%);
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 767.98px) {
  .aboutme__text {
    font-size: 18px;
  }
  .aboutme__image {
    padding: 0 0 90% 0;
  }
}

.porfolio__body {
  padding: 0 40px 102px 40px;
}

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

.porfolio__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.porfolio__item:hover {
  opacity: 0.5;
  cursor: pointer;
}

@media (max-width: 479.98px) {
  .porfolio__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper > div {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-autoheight > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

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

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

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

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.slider {
  margin: 0px 0px 50px 0px;
}
