/*
Akzidenz Grotesk Pro
273
Akzidenz Grotesk Pro
259
Open Sans Regular
22
Akzidenz Grotesk Pro
21
Akzidenz Grotesk Pro
17
FontAwesome Regular
8
Akzidenz Grotesk Pro
7
Open Sans Bold
5
Inter Medium
4
Inter Regular



--font3: "FontAwesome", sans-serif;

 --font-family: "Akzidenz-Grotesk Pro", sans-serif;

*/

body > main {
  padding-left: 0;
  padding-right: 0;
}

.ps {
  position: relative;
  float: left;
  width: 100%;
}

.ps *, .ps *:before, .ps *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  margin: 0 auto;
  /*max-width: 1860px;*/
  padding: 0 20px;
  max-width: 1960px;
}

.wrapper--ch {
  max-width: 1227px;
  margin: 0 auto;
}

.or-btn {
  background: #e9ae30;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
}

.or-btn:hover {
  background: #dda428;
}

body a.or-btn:hover {
  text-decoration: none;
}

.block-title {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  color: #212529;
  margin: 0;
}

.block-prev {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  color: #212529;
  margin-bottom: 5px;
}

.block-title span {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #212529;
  margin-bottom: 5px;
}

@media(min-width: 1290px){
  .wrapper--ch {
    max-width: 100%;
  }
  .or-btn {
    font-size: 20px;
    color: #fff;
    padding: 17px 62px;
  }
  .block-title {
    font-weight: bold;
  }
}

/*@media(max-width: 2030px){
  .wrapper {
    max-width: 1880px;
  }
}

@media(max-width: 1980px){
  .wrapper {
    max-width: 1820px;
  }
}

@media(max-width: 1820px){
  .wrapper {
    max-width: 3000px;
  }
}

@media(max-width: 3000px){
  .wrapper {
    max-width: 1520px;
  }
}*/

@media(max-width: 3000px){
  .wrapper {
    max-width: 1420px;
  }
}

@media(max-width: 1420px){
  .wrapper {
    max-width: 1320px;
  }
}

@media(max-width: 1320px){
  .wrapper {
    max-width: 1240px;
  }
}

@media(max-width: 1240px){
  .wrapper {
    max-width: 1100px;
  }
  .block-title {
    font-size: 34px;
  }
}

@media(max-width: 1100px){
  .wrapper {
    max-width: 990px;
  }
}


@media(max-width: 990px){
  .wrapper {
    max-width: 740px;
  }
  .block-title {
    text-align: center;
  }
  .block-prev, .block-title span {
    text-align: center;
  }
}

@media(max-width: 740px){
  .wrapper {
    max-width: 430px;
  }
  .block-prev, .block-title span {
    text-align: left;
  }
  .block-title {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
  }
  .block-prev, .block-title span {
    font-weight: bold;
    font-size: 21px;
  }
}









.header {
  position: absolute;
  left: 0;
  background: #212529;
  color: #fff;
  z-index: 10;
}

.header a {
  color: #fff;
}

.header a:hover {
  color: #fff;
}

.header .header__in {
  height: 170px;
}

.header__ps {
  height: 170px;
}

.header .logo {
  position: absolute;
  left: 0;
  top: 24px;
  color: white;
}

.header .logo .logo__in {
  position: relative;
  float: left;
  width: 230px;
  height: 126px;
  height: 126px;
  transition: height .3s;
}

.header .logo .logo__in > * {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 100%;
  height: 125px;
  margin: auto;
  text-align: center;
}

.header .logo .logo__in .orange-star {
  stroke: #e9ae30;
  stroke-width: 1.2px;
  fill: #212529;
}


.header .logo .logo__in .star {
  transform: scale(1);
  transform-origin: left center;
  transition: fill .3s, transform .3s;
}

.header .logo .logo__in .dark-star {
  top: -58px;
  height: 98px;
  fill: #383838;
}

.header .logo .logo__in .name {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 0 0 0;
  letter-spacing: -0.1px;
}

.header .logo .logo__in .name, .header .logo .logo__in .shadow {
  top: -58px;
  height: 22px;
  padding-top: 1px;
  transition: font-size .3s, left .3s, width .3s;
}

.header.scroll .logo .star {
  transform: scale(.3) translateX(-50px);
  fill: #e9ae30;
}

.header.scroll .logo .shadow {
  left: 45px;
  width: calc(100% - 45px);
  padding-top: 5px;
  text-align: left;
  font-size: 1.3em;
  background: none;
}

.header .header__prev {
  position: absolute;
  left: 244px;
  top: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.header .header__phone {
  position: absolute;
  left: 761px;
  top: 44px;
  font-weight: 400;
  font-size: 18px;
  padding-left: 33px;
  background: url(/images/main/phone_ico.svg) left center no-repeat;
}

.header .header__phone span {
  display: none;
}

.header .header__email {
  position: absolute;
  left: 977px;
  top: 44px;
  font-weight: 400;
  font-size: 18px;
  padding-left: 33px;
  background: url(/images/main/email_ico.svg) left center no-repeat;
}

.hd-search {
  position: absolute;
  top: 35px;
  right: 498px;
  background: #373737;
}

.hd-search .hd-search__in {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  z-index: 20;
}

.hd-search.hd-search--active .hd-search__in {
  z-index: 22;
}

.hd-search .hd-search__show {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 21;
}

.hd-search .hd-search__show:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
  width: 101px;
  height: 44px;
  background: url(/images/main/loupe.svg) center center no-repeat #373737;
  cursor: pointer;
  z-index: 4;
  transition: 0.1s;
}

.hd-search .hd-search__show:hover {
  opacity: 0.8;
}  

.hd-search.hd-search--active .hd-search__show:after {
  opacity: 0;
}

.hd-search .hd-search__form {
  position: absolute;
  right: -10px;
  top: 0;
  overflow: hidden;
  background: none;
  height: 44px;
  width: 0;
}

.hd-search .hd-search__form .hd-search__text {
  width: 100%;
  height: 44px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  border-radius: 44px;
  padding-left: 12px;
  padding-right: 30px;
  line-height: 150%;
  border: none;
}

.hd-search .hd-search__form .hd-search__btn {
  position: absolute;
  background: none;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  z-index: 5;
  background: url(/images/main/loupe_hv.svg);
}

.header__btn {
  position: absolute;
  right: 0;
  top: 27px;
  padding: 17px 37px;
}

.header__nets {
  position: absolute;
  right: 310px;
  top: 41px;
}

.header__nets .header__ico {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.header__nets .header__ico.header__ico--tg {
  background: url(/images/main/tg.svg) center center no-repeat;
}

.header__nets .header__ico.header__ico--max {
  background: url(/images/main/max.svg) center center no-repeat;
}

.header__nets .header__ico:last-child {
  margin-right: 0;
}

.header__menu {
  position: absolute;
  left: 244px;
  right: 0;
  bottom: 0;
}

.header__menu-ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5px, 1fr));
}

.header__menu-ul > li {
  list-style: none;
  position: relative;
  float: left;
  border: 1px solid #343a40;
  border-bottom: none;
}

.header__menu-ul > li > a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 12px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: 0.2s;
}

@media(min-width: 990px){
  .header__menu-ul > li:hover > a {
    background: #E9AE30;
    color: #212529;
    text-decoration: none;
  }
  .header__menu-ul > li > a:hover {
    background: #E9AE30;
    color: #212529;
    text-decoration: none;
  }
}

.header__menu-ul li.header__is-sub > a:after {
  display: block;
  content: '';
  float: right;
  width: 11px;
  height: 6px;
  margin-top: 10px;
  margin-left: 24px;
  background: url(/images/main/arr.svg) center center no-repeat;
}

@media(min-width: 990px){
  .header__menu-ul li.header__is-sub:hover > a:after {
    filter: brightness(0) saturate(100%)
  }
}

.header__menu-ul .header__menu-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 260px;
  background: #E9AE30;
  list-style: none;
  padding: 20px 20px;
}

@media(min-width: 990px){
  .header-top .header__menu-ul li.header__is-sub:hover .header__menu-sub {
    display: block;
  }
  .header-top  .header__menu-ul li.header__is-sub:hover .header__menu-sub {
    display: block;
  }
}

.header__menu-ul .header__menu-sub li {
  margin: 3px 0;
}

.header__menu-ul .header__menu-sub a {
  position: relative;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #212529;
  width: 100%;
  padding: 3px 0;
}

.header__menu-ul .header__menu-sub a:hover {
  color: #fff;
  text-decoration: none;
}

@media(min-width: 990px){

  .header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }

  .header.header-fixed .header__in {
    height: 127px;
  }

  .header.header-fixed .header__menu {
    /*display: none;*/
  }

  .header.header-fixed .header__menu:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1000px;
    background: #212529;
  }

  .header.header-fixed .logo {
    height: 20px;
  }

  .header.header-fixed .logo .logo__in {
    height: 66px;
  }

  .header.header-fixed .logo .name, .header.header-fixed .logo .shadow {
    left: 45px;
    width: calc(100% - 45px);
    padding-top: 5px;
    text-align: left;
    font-size: 13px;
    background: none;
  }

  .header.header-fixed .logo .star {
    transform: scale(.27) translateX(-50px);
    fill: #e9ae30;
  }

  .header.header-fixed .logo .name, .header.header-fixed .logo .shadow {
    left: 39px;
    width: calc(100% - 33px);
    padding-top: 5px;
    text-align: left;
    font-size: 13px;
    background: none;
  }


  .header.header-fixed .header__prev {
    left: 183px;
    top: 34px;
    padding-left: 14px;
    font-size: 17px;
    border-left: 1px solid #fff;
  }


  .header.header-fixed .header__btn {
    right: 78px;
    top: 33px;
    padding: 17px 26px;
  }

  .header.header-fixed .hd-search {
    display: none;
  }

  .header.header-fixed .header__phone {
    background-position: top left;
    left: auto;
    right: 484px;
    top: 39px;
    font-size: 16px;
  }

  .header.header-fixed .header__phone span {
    display: block;
    font-size: 14px;
    margin-left: -33px;
    margin-top: 7px;
  }

  .header.header-fixed .header__email span {
    display: none;
  }

  .header.header-fixed .header__email {
    height: 28px;
    left: auto;
    right: 388px;
    top: 48px;
    background-size: 32px auto;
  }

  .header.header-fixed .header__nets .header__ico.header__ico--tg {
    display: none;
  }

  .header.header-fixed .header__nets {
    position: absolute;
    right: 347px;
    top: 48px;
  }

  .header.header-fixed .header__nets .header__ico.header__ico--max {
    background-size: 100% auto;
    width: 28px;
    height: 28px;
  }

  .header.header-fixed .header__menu-btn {
      position: absolute;
      right: 0;
      top: 51px;
      height: 36px;
      width: 36px;
      cursor: pointer;
  }
  .header.header-fixed .header__menu-btn .header__menu-btn-line {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background: #e9ae30;
  }
  .header.header-fixed .header__menu-btn .header__menu-btn-line.header__menu-btn--line1 {
      top: 0;
  }
  .header.header-fixed .header__menu-btn .header__menu-btn-line.header__menu-btn--line2 {
      top: 11px;
  }
  .header.header-fixed .header__menu-btn .header__menu-btn-line.header__menu-btn--line3 {
      top: 22px;
  }
  .header.header-fixed .header__menu-btn.header__menu-btn--active .header__menu-btn-line.header__menu-btn--line2 {
      display: none;
  }
  .header.header-fixed .header__menu-btn.header__menu-btn--active .header__menu-btn-line.header__menu-btn--line1 {
      top: 11px;
      animation-name: header__menu-btn-x1;
      animation-iteration-count: 1;
      animation-duration: 0.4s;
      animation-fill-mode: forwards;
  }
  .header.header-fixed .header__menu-btn.header__menu-btn--active .header__menu-btn-line.header__menu-btn--line3 {
      top: 11px;
      animation-name: header__menu-btn-x2;
      animation-iteration-count: 1;
      animation-duration: 0.4s;
      animation-fill-mode: forwards;
  }
  .header.header-fixed .header__menu {
    display: block;
    top: 114px;
    right: -100%;
    left: auto;
    position: absolute;
    width: 100%;
    background: #212529;
    max-width: 550px;
    padding: 24px 24px;
    margin-right: -20px;
    height: 100vh;
  }
  .header.header-fixed .header__menu-ul {
    position: relative;
    float: left;
    display: block;
    width: 100%;
  }
  .header.header-fixed .header__menu-ul > li > a {
    justify-content: flex-start;
      padding: 10px 0;
  }
  .header.header-fixed .header__menu-ul li a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
  }
  .header.header-fixed .header__menu-ul li.header__is-sub > a:after {
    transform: rotate(270deg);
  }
  .header.header-fixed .header__menu-ul .header__menu-sub li.header__menu-back {
    padding-left: 30px;
    margin-bottom: 27px;
    background: url(/images/main/arrow-menu.svg) left center no-repeat;
    cursor: pointer;
  }
  .header.header-fixed .header__menu-ul .header__menu-sub li.header__menu-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .header.header-fixed .header__menu-ul .header__is-sub .header__menu-sub {
    position: absolute;
    min-height: 2200px;
    background: #212529;
    top: -22px;
    z-index: 111;
    margin-left: 0;
  }
  .header.header-fixed .header__menu-ul .header__is-sub.active .header__menu-sub {
    display: block;
    margin-left: 100%;
  }
  .header.header-fixed .header__menu-ul .header__is-sub.active .header__menu-sub a {
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 5px 0;
    margin: 6px 0;
  }
  .header.header-fixed .header__menu-ul > li {
    float: none;
    width: 100%;
    border: none;
  }
  .header.header-fixed .header__menu-ul > li a {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #414141;
  }
  .header.header-fixed .header__menu-ul > li a:hover, .header.header-fixed .header__menu-ul > li:hover, .header.header-fixed .header__menu-ul > li a.header__menu-name {
    background: #212529;
    color: #fff;
  }
}

@keyframes header__menu-btn-x1 {
  0% {
    left: 6px;
    width: calc(100% - 12px);
  }
  50% {
    left: 2px;
    width: calc(100% - 4px);
  }
  100% {
    left: 2px;
    width: calc(100% - 4px);
    transform: rotate(45deg);
  }
}

@keyframes header__menu-btn-x2 {
  0% {
    left: 6px;
    width: calc(100% - 12px);
  }
  50% {
    left: 2px;
    width: calc(100% - 4px);
  }
  100% {
    left: 2px;
    width: calc(100% - 4px);
    transform: rotate(-45deg);
  }
}


@media (max-width: 1980px) {
  .header .header__phone {
    left: 560px;
  }
  .header .header__email {
    left: 775px;
  }
}


@media (max-width: 3000px) {
  .header__nets {
    right: 274px;
  }
  .hd-search {
    right: 398px;
  }
  .header .header__phone {
    left: 468px;
  }
  .header .header__email {
    left: 700px;
  }
}

@media (max-width: 3000px) {
  .header .header__phone {
    top: 34px;
    left: 520px;
  }
  .header .header__email {
    top: 64px;
    left: 520px;
  }
}

@media (max-width: 1420px) {
  .header .header__phone {
    left: 480px;
  }
  .header .header__email {
    left: 480px;
  }
}

@media (max-width: 1320px) {
  .header .header__phone {
    left: 503px;
    font-size: 17px;
    top: 26px;
  }
  .header .header__email {
    left: 503px;
    top: 59px;
    font-size: 17px;
  }
  .hd-search {
    right: 354px;
  }
  .hd-search .hd-search__show:after {
    width: 68px;
  }
  .header__btn {
    padding: 17px 21px;
    font-size: 17px;
  }
  .header__nets {
    right: 234px;
  }
}

@media (max-width: 1240px){
  .header .logo .logo__in {
    width: 168px;
  }
  .header .logo .logo__in .name {
    font-size: 16px;
  }
  .header .header__prev {
    left: 194px;
  }
  .header .header__phone {
    left: 414px;
  }
  .header .header__email {
    left: 414px;
  }
  .header__menu {
    left: 194px;
  }
  .header__menu-ul > li > a {
    font-size: 16px;
  }
  .header__menu-ul li.header__is-sub > a:after {
    margin-left: 12px;
  }
  .header__nets {
    right: 210px;
  }
  .hd-search {
    right: 320px;
  }
}


@media (max-width: 1100px) AND (min-width: 990px) {
  .header .header__phone, .header .header__email {
    left: 402px;
  }
  .header__nets {
    right: 308px;
    top: 28px;
  }
  .header__nets .header__ico {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-size: 100% auto !important;
  }
  .hd-search {
    right: 210px;
  }
}


@media (max-width: 990px){
  .header {
    position: fixed;
  }
  .header__mb-menu {
    display: none;
  }
  .header .header__menu-btn {
      position: absolute;
      right: 0;
      top: 15px;
      height: 29px;
      width: 29px;
      background: #e9ae30;
      border-radius: 5px;
  }
  .header .header__menu-btn .header__menu-btn-line {
      position: absolute;
      left: 5px;
      width: calc(100% - 10px);
      height: 2px;
      background: #212529;
  }
  .header .header__menu-btn .header__menu-btn-line.header__menu-btn--line1 {
      top: 8px;
  }
  .header .header__menu-btn .header__menu-btn-line.header__menu-btn--line2 {
      top: 14px;
  }
  .header .header__menu-btn .header__menu-btn-line.header__menu-btn--line3 {
      top: 20px;
  }
  .header .header__menu-btn.header__menu-btn--active .header__menu-btn-line.header__menu-btn--line2 {
      display: none;
  }
  .header .header__menu-btn.header__menu-btn--active .header__menu-btn-line.header__menu-btn--line1 {
      top: 13px;
      animation-name: header__menu-btn-x1;
      animation-iteration-count: 1;
      animation-duration: 0.4s;
      animation-fill-mode: forwards;
  }
  .header .header__menu-btn.header__menu-btn--active .header__menu-btn-line.header__menu-btn--line3 {
      top: 13px;
      animation-name: header__menu-btn-x2;
      animation-iteration-count: 1;
      animation-duration: 0.4s;
      animation-fill-mode: forwards;
  }
  .hd-search {
    margin-top: 37px;
    border-radius: 6px;
    overflow: hidden;
  }
  .hd-search .hd-search__show {
    display: none;
  }
  .hd-search .hd-search__form .hd-search__btn {
    top: 0;
    right: 0;
    height: auto;
    bottom: 0;
    width: 44px;
    background: url(/images/main/loupe.svg) center center no-repeat;
  }
  .header .logo .logo__in {
    display: none;
  }
  .header .logo {
    left: 10px;
    top: 6px;
    width: 86px;
    height: 48px;
    background: url(/images/main/logo_mb.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .header .header__prev {
    left: 106px;
    font-size: 12px;
    line-height: 130%;
    top: 14px;
  }
  .header .header__in, .header__ps {
    height: 63px;
  }
  .header .header__mb-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #212529;
    overflow: hidden;
    max-height: 0;
  }
  .header .header__menu-btn {
    z-index: 102;
  }
  .header__wrapper {
    padding: 0 20px 0 20px;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }
  .header__mb-in {
    padding-top: 78px;
  }
  .hd-search .hd-search__in {
    height: 44px;
    width: 100%;
  }
  .hd-search .hd-search__form .hd-search__text {
    border-radius: 5px;
    background: #373737;
    border: none;
    color: #fff;
  }
  .hd-search .hd-search__form {
    right: 0;
    left: 0;
    width: 100%;
  }
  .hd-search {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .header__menu {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    float: none;
    width: 100%;
  }
  .header__menu-ul {
    display: block;
  }
  .header__menu-ul > li > a {
    justify-content: flex-start;
      padding: 10px 0;
  }
  .header__menu-ul li.header__is-sub > a:after {
    transform: rotate(270deg);
  }
  .header__menu-ul .header__menu-sub li.header__menu-back {
    padding-left: 30px;
    margin-bottom: 27px;
    background: url(/images/main/arrow-menu.svg) left center no-repeat;
    cursor: pointer;
  }
  .header__menu-ul .header__menu-sub li.header__menu-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .header__menu-ul .header__is-sub .header__menu-sub {
    position: absolute;
    min-height: 2200px;
    background: #212529;
    top: -22px;
    z-index: 111;
    margin-left: 0;
  }
  .header__menu-ul .header__is-sub.active .header__menu-sub {
    display: block;
    margin-left: 100%;
  }
  .header__menu-ul .header__is-sub.active .header__menu-sub a {
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 5px 0;
    margin: 6px 0;
  }
  .header__menu-ul > li {
    float: none;
    width: 100%;
    border: none;
  }
  .header__menu-ul > li a {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #414141;
  }
  .header__menu-ul > li a:hover, .header__menu-ul > li:hover, .header__menu-ul > li a.header__menu-name {
    background: #212529;
    color: #fff;
  }
  .header .header__phone {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 42px;
  }
  .header .header__email {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    float: left;
  }
  .header .header__nets {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    float: left;
    width: 100%;
  }
  .header__btn {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 58px;
  }
  .header__mb-in {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .header .header__phone {
    font-size: 15px;
    background-position: bottom left;
    margin-bottom: 23px;
  }
  .header__phone:before {
    content: 'Связь с нами';
    position: relative;
    float: left;
    width: calc(100% + 44px);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #848484;
    margin-left: -44px;
    margin-bottom: 19px;
    padding-left: 31px;
  }
  .header .header__email {
    font-size: 15px;
    padding-left: 31px;
    margin-bottom: 20px;
  }
  .header__nets {
    margin-bottom: 47px;
  }
  .header__nets .header__ico {
    margin-right: 25px;
  }
}

@media(max-width: 740px){
  .header__wrapper {
    max-width: 430px;
  }
}

@media (max-width: 430px) {
  .header__wrapper {
    max-width: 390px;
    padding: 0 15px;
  }
}

@media (max-width: 390px) {
  .header__wrapper {
    max-width: 360px;
    padding: 0 15px;
  }
}

@media (max-width: 360px) {
  .header__wrapper {
    max-width: 320px;
    padding: 0 15px;
  }
}













.main-screen {
  margin-top: 39px;
  margin-bottom: 125px;
}

.main-screen:before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  background: url(/images/main/banner.jpg) left center no-repeat;
  background-size: auto  100%;
  border-radius: 20px;
}

@media(min-width: 2460px){
  .main-screen:before {
    background-position: center center;
  }
}

.main-screen .main-screen__in {
  /**font-family: 'Akzidenz-Grotesk Pro';*/
  font-family: "Open Sans";
  height: 754px;
  background-size: cover;
  color: #fff;
}

.main-screen__info {
  position: absolute;
  top: 84px;
  left: 316px;
}

.main-screen .main-screen__title {
  /*font-size: 48px;
  line-height: 101%;*/
  font-size: 43.4px;
  line-height: 113%;
  color: #fff;
  /*font-weight: 500;*/
  font-weight: bold;
  font-style: normal;
  margin-bottom: 80px;
  margin-top: 0;
}

.main-screen .main-screen__title span {
  color: #E9AE30;
}

.main-screen .main-screen__prev {
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 16px;
}

.main-screen .main-screen__items {
  margin-bottom: 17px;
}

.main-screen .main-screen__item {
  position: relative;
  float: left;
  width: 150px;
  height: 140px;
  margin-right: 16px;
  padding: 20px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #fff;
}

.main-screen .main-screen__item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(14px);
  background: rgba(63, 71, 92, 0.1);
  border-radius: 10px;
}

.main-screen .main-screen__item-img {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
}

.main-screen .main-screen__ul {
  margin-bottom: 15px;
}

.main-screen .main-screen__li {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  padding-left: 29px;
  margin-bottom: 23px;
}

.main-screen .main-screen__li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  background: #fff;
}

.main-screen .main-screen__btn {
  position: relative;
  float: left;
}


@media(min-width: 2060px){
  /*.main-screen__info {
    left: 40px;
    left: 5px;
  }*/
}

@media(min-width: 1290px){
  .main-screen {
    margin-top: 39px;
  }
  .main-screen .main-screen__in {
    min-height: 893px;
  }
  .main-screen__info {
    position: absolute;
    top: 197px;
    left: 5px;
  }
  .main-screen .main-screen__title {
    font-size: 55px;
    line-height: 99%;
    margin-bottom: 58px;
  }
  .main-screen .main-screen__prev {
    margin-bottom: 14px;
    font-size: 25px;
  }
  .main-screen .main-screen__items {
    margin-bottom: 18px;
  }
  .main-screen .main-screen__ul {
    margin-bottom: 17px;
  }
  .main-screen .main-screen__li {
    padding-left: 32px;
    font-size: 22px;
  }
  .main-screen .main-screen__title {
    font-size: 50px;
    line-height: 110%;
  }
}


@media(max-width: 1890px){
  .main-screen__info {
    left: 60px;
  }
}

@media(max-width: 1290px){
  .main-screen .main-screen__title {
    font-size: 34px;
    margin-bottom: 42px;
  }
}



@media(max-width: 1240px){
  .main-screen .main-screen__prev {
    font-size: 18px;
  }
  .main-screen .main-screen__li {
    font-size: 18px;
  }
  .main-screen__info {
    left: 40px;
  }
}


@media (max-width: 990px) {
  .main-screen {
    margin-bottom: 90px;
  }
  .main-screen__info {
    top: 46px;
  }
  .main-screen .main-screen__items {
    max-width: 480px;
    margin-bottom: 0;
  }
  .main-screen .main-screen__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .main-screen .main-screen__item {
    margin-bottom: 20px;
  }
  .main-screen .main-screen__li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}



@media (max-width: 740px) {
  .main-screen .main-screen__in {
    height: auto;
    padding-bottom: 44px;
  }
  .main-screen:before {
    display: none;
  }
  .main-screen .main-screen__in:before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: url(/images/main/banner_mb.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 16px;
  }
  .main-screen__info {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    margin-top: 37px;
  }
  .main-screen .main-screen__item {
    width: 150px;
    height: 150px;
    padding: 29px 14px;
  }
  .main-screen .main-screen__item:nth-child(2n){
    margin-right: 0;
  }
  .main-screen .main-screen__title {
    font-size: 35px;
    margin-bottom: 39px;
    line-height: 100%;
  }
  .main-screen .main-screen__title br {
    display: none;
  }
  .main-screen .main-screen__prev {
    font-size: 21px;
  }
  .main-screen .main-screen__li {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .main-screen .main-screen__btn {
    width: 100%;
  }
  .main-screen {
    margin-bottom: 99px;
  }
}


@media (max-width: 430px) {
  .wrapper {
    max-width: 390px;
    padding: 0 15px;
  }
}

@media (max-width: 390px) {
  .wrapper {
    max-width: 360px;
    padding: 0 15px;
  }
}

@media (max-width: 360px) {
  .wrapper {
    max-width: 320px;
    padding: 0 15px;
  }
}





.srv-list {
  margin-bottom: 94px;
}

.srv-list .srv-list__in {
  margin-top: 51px;
}

.srv-list .srv-list__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.srv-list .srv-list__item-img {
  position: relative;
  float: left;
  width: 292px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 11px 0 rgba(176, 176, 176, 0.1), 0 20px 20px 0 rgba(176, 176, 176, 0.09), 0 44px 27px 0 rgba(176, 176, 176, 0.05), 0 79px 32px 0 rgba(176, 176, 176, 0.01), 0 123px 35px 0 rgba(176, 176, 176, 0);
}

.srv-list .srv-list__item-img img {
  display: block;
}

.srv-list .srv-list__item-info {
  position: relative;
  float: right;
  width: calc(100% - 306px);
  border: 1px solid rgba(228, 228, 228, 0.29);
  box-shadow: 0 5px 11px 0 rgba(176, 176, 176, 0.1), 0 20px 20px 0 rgba(176, 176, 176, 0.09), 0 44px 27px 0 rgba(176, 176, 176, 0.05), 0 79px 32px 0 rgba(176, 176, 176, 0.01), 0 123px 35px 0 rgba(176, 176, 176, 0);
  border-radius: 10px;
  padding: 20px 38px 20px 44px;
  background: #fff;
  /*font-family: 'Akzidenz-Grotesk Pro';*/
  font-family: "Open Sans";
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.2s;
}

.srv-list .srv-list__item:hover .srv-list__item-img {
  box-shadow: 0 5px 11px 0 rgba(176, 176, 176, 0.1), 0 20px 20px 0 rgba(176, 176, 176, 0.09), 0 44px 27px 0 rgba(176, 176, 176, 0.05), 0 79px 32px 0 rgba(176, 176, 176, 0.01), 0 123px 35px 0 rgba(176, 176, 176, 0);
  background: #fff;
}

.srv-list .srv-list__item:hover .srv-list__item-info {
  box-shadow: 0 5px 11px 0 rgba(117, 117, 117, 0.1), 0 21px 21px 0 rgba(117, 117, 117, 0.09), 0 46px 28px 0 rgba(117, 117, 117, 0.05), 0 82px 33px 0 rgba(117, 117, 117, 0.01), 0 129px 36px 0 rgba(117, 117, 117, 0);
}

.srv-list .srv-list__item-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #212529;
  margin-bottom: 9px;
}

.srv-list .srv-list__item-title a {
  color: #212529;
}

.srv-list .srv-list__item-list {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #5f5f5f;
  margin-bottom: 24px;
}

.srv-list .srv-list__item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.srv-list .srv-list__item-list ul li {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 28px;
  margin: 2px 0;
}

.srv-list .srv-list__item-list ul li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -1px;
  width: 4px;
  height: 4px;
  background: #5f5f5f;
}

.srv-list .srv-list__item-res {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #212529;
}

.srv-list .srv-list__item-left {
  position: relative;
  float: left;
  width: calc(100% - 372px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.srv-list .srv-list__item-right {
  position: relative;
  float: right;
  width: 365px;
  padding-left: 32px;
}

.srv-list .srv-list__item-right:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 2px;
  border-left: 2px dashed #b1b1b1;
}

.srv-list__item-right-in {
  height: 100%; 
}

.srv-list .srv-list__item-right-prev {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #212529;
  padding-left: 39px;
  background: url(/images/main/star.svg) left top no-repeat;
}

.srv-list__item-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
}

@media(min-width: 1290px){

  .srv-list .srv-list__item-title {
    font-weight: bold;
  }
  .srv-list .srv-list__item-left {
    width: calc(100% - 500px);
    padding-bottom: 8px;
  }
  .srv-list .srv-list__item-right {
    padding-left: 145px;
    width: 476px;
  }
}


@media(max-width: 1980px){
  .srv-list .srv-list__item-left {
    width: calc(100% - 344px);
  }
  .srv-list .srv-list__item-right {
    width: 320px;
    padding-left: 46px;
  }
}


@media (max-width: 1240px) {
  .srv-list .srv-list__item-info {
    padding: 20px 34px 20px 34px;
  }
  .srv-list .srv-list__item-right {
    width: 280px;
    padding-left: 40px;
  }
  .srv-list .srv-list__item-title {
    font-size: 20px;
  }
  .srv-list .srv-list__item-list {
    font-size: 14px;
  }
  .srv-list .srv-list__item-res {
    font-size: 16px;
  }
  .srv-list .srv-list__item-right-prev {
    font-size: 16px;
  }
}


@media (max-width: 990px) {
  .srv-list .srv-list__item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .srv-list .srv-list__item-info {
    display: block;
    width: 100%;
  }
  .srv-list .srv-list__item-img {
    margin-bottom: 20px;
    width: 195px;
    position: absolute;
    top: 20px;
    left: 34px;
    z-index: 4;
  }
  .srv-list .srv-list__item-img img {
    max-width: 100%;
  }
  .srv-list .srv-list__item-left {
    float: right;
    width: calc(100% - 210px);
    min-height: 210px;
    align-items: flex-start;
  }
  .srv-list .srv-list__item-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .srv-list__item-btn {
    display: block;
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
  }
  .srv-list .srv-list__item-right:after {
    display: none;
  }
  .srv-list .srv-list__item-right-prev {
    margin-bottom: 28px;
    min-height: 30px;
  }
}

@media (max-width: 740px) {
  .srv-list {
    margin-bottom: 74px;
  }
  .srv-list .srv-list__in {
    margin-top: 37px;
  }
  .srv-list .srv-list__item {
    margin-bottom: 26px;
  }
  .srv-list .srv-list__item-img {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    max-height: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .srv-list .srv-list__item-img img {
    width: 100%;
  }
  .srv-list .srv-list__item-left {
    width: 100%;
  }
  .srv-list .srv-list__item-info {
    padding: 23px 22px 30px 22px;
  }
  .srv-list .srv-list__item-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .srv-list .srv-list__item-list {
    font-size: 19px;
    margin-bottom: 35px;
  }
  .srv-list .srv-list__item-list ul li {
    margin: 0;
  }
  .srv-list .srv-list__item-right-prev {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 37px;
  }
  .srv-list .srv-list__item-res {
    line-height: 145%;  
  }
  .srv-list .srv-list__item-right {
    margin-top: 35px;
    border-top: 2px dashed #b1b1b1;
    padding-top: 36px;
    background-position: 3px 39px;
  }
  .srv-list__item-btn {
    font-weight: bold;
  }
}







.portfolio {
  background: url(/images/main/lines1.svg) left top no-repeat #FFFAF5;
}

.portfolio .portfolio__in {
  padding-top: 100px;
  padding-bottom: 120px;
}

.portfolio__list {
  margin-top: 56px;
  margin-bottom: 10px;
}

.portfolio__list-item {
  position: relative;
  float: left;
  /*width: 292px;*/
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
  margin-right: 20px;
}

.portfolio__list-title {
  min-height: 54px;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #212529;
  margin-bottom: 14px;
}

.portfolio__list-text {
  padding: 21px 14px 55px 14px;
}

.portfolio__list-img {
  display: block;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.portfolio__list-img img {

}

.portfolio__list-text {
  height: 318px;
}

.portfolio__list-text strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #212529;
  padding-left: 24px;
  margin-bottom: 6px;
}

.portfolio__list-text strong:before {
  content: '';
  position: absolute;
  left: 9px;
  top: 9px;
  margin-top: -1px;
  width: 4px;
  height: 4px;
  background: #000;
}

.portfolio__list-li {
  font-size: 14.5px;
  min-height: 81px;
  margin-bottom: 11px;
  line-height: 114%;
}

.portfolio__list-price {
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  border-top: 1px solid #DFDFDF;
  text-align: right;
  height: 55px;
  font-size: 16px;
  padding-top: 14px;
}

.portfolio .slider__arrows {
  position: absolute;
  right: 0;
  top: -101px;
}

.portfolio .portfolio__center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


@media(min-width: 1290px){
  .portfolio__list-img {
    height: 238px;
  }
  .portfolio__list-text {
    padding: 21px 26px 55px 26px;
  }
}

@media(max-width: 3000px){
  .owl-carousel .owl-item .portfolio__list-img img {
    width: auto;
    max-width: none;
    height: 238px;
  }
}


@media(max-width: 990px){
  .portfolio .portfolio__in {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .portfolio__list {
    margin-top: 100px;
  }
  .portfolio .slider__arrows {
    top: -78px;
    left: 50%;
    right: auto;
    margin-left: -56px;
  }
}

@media(max-width: 740px){
  .portfolio .portfolio__in {
    padding-top: 53px;
    padding-bottom: 91px;
  }
  .portfolio__list {
    margin-top: 34px;
  }
  .portfolio__btn span {
    display: none;
  }
  .portfolio__btn::first-letter { text-transform: uppercase; }
  .portfolio .slider__arrows {
    display: none;
  }
  .portfolio .portfolio__list-item {
    border-radius: 12px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
  }
  .portfolio__list-title {
    min-height: 35px;
  }
  .portfolio .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
  }
  .portfolio .owl-dots {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5px, 1fr));
    gap: 4px;
  }
  .portfolio .owl-dots .owl-dot {
    position: relative;
    float: left;
    height: 3px;
    background: #e8e8e8;
  }
  .portfolio .owl-dots .owl-dot.active {
    background: #facda0;
  }
  .portfolio__list {
    margin-bottom: 4px;
  }
}



.slider__arr {
  position: relative;
  float: left;
  border: 2px solid #cacaca;
  width: 46px;
  height: 46px;
  border-radius: 46px;
}

.slider__arr.slider__arr--left {
  margin-right: 23px;
}

.slider-arrows .slider-arrow {
  position: relative;
  float: left;
  width: 46px;
  height: 46px;
  border: 2px solid #CACACA;
  cursor: pointer;
  border-radius: 30px;
}

.slider-arrows .slider-arrow.slider-arrow-left {
  background: url(/images/main/sld_arrow_left.svg) center center no-repeat;
  margin-right: 20px;
}


.slider-arrows .slider-arrow.slider-arrow-right {
  background: url(/images/main/sld_arrow_right.svg) center center no-repeat;
}

.btn-line {
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}

.slider-arrow-right:hover .btn-line {
  display: block;
}

.slider-arrow-left:hover .btn-line {
  display: block;
}

.slider-arrows .slider-arrow-left .btn-line:hover circle {
  fill: none;
  /*stroke: #FF741F;*/
  stroke: url(#gradient2);
  width: 100%;
  height: 100%;
  stroke-width: 2;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: dash 0.7s linear;
  animation-iteration-count: 1;
}

.slider-arrows .slider-arrow-right .btn-line:hover circle {
  fill: none;
  /*stroke: #FF741F;*/
  stroke: url(#gradient2);
  width: 100%;
  height: 100%;
  stroke-width: 2;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: dash 0.7s linear;
  animation-iteration-count: 1;
}


@keyframes dash {
  0% {
    stroke-dasharray: 80;
    stroke-dashoffset: 120;
  }
  100% {
    stroke-dasharray: 220;
    stroke-dashoffset: 0;
  }
}









.areas {
  background: #FFFAF5;
}

.areas:before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 9px;
  /*bottom: 38px;*/
  bottom: 0;
  background: url(../images/main/sf.jpg) top center no-repeat;
  background-size: auto  100%;
  border-radius: 20px;
}

.areas .block-title {
  color: #fff;
}

.areas .areas__in {
  color: #fff;
  height: 632px;
  /*margin-bottom: 60px;*/
  padding-top: 120px;
}

.areas .areas__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.areas .areas__item {
  position: relative;
  float: left;
  height: 300px;
  width: 20%;
  /*background-size: auto 100%;*/
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  transition: 0.2s;
  z-index: 2;
}

.areas .areas__item:hover {
  transform: scale(1.15);
  z-index: 3;
}

.areas .areas__item-info {
  position: absolute;
  /*top: 87px;*/
  top: 64px;
  left: 50%;
  width: 174px;
  margin-left: -87px;
}

.areas .areas__item-img {
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 18px;
}

.areas .areas__item-name {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
}

@media(max-width: 1820px){
  .areas .areas__item {
    background-size: auto 100%;
  }
  .areas .areas__item-info {
    height: 140px;
    top: 50%;
    margin-top: -70px;
  }
}

@media(max-width: 990px){
  .areas .areas__in {
    height: auto;
    padding-bottom: 60px;
  }
  .areas .areas__list {
    justify-content: center;
  }
  .areas .areas__item {
    width: 60%;
  }
  .areas:before {

  }
}


@media(max-width: 740px){
  .areas:before {
    display: none;
  }
  .areas .areas__list {
    margin-top: 38px;
  }
  .areas .areas__in {
    padding-top: 60px;
    margin-bottom: 0;
  }
  .areas .areas__in:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    bottom: 38px;
    background: url(../images/main/sf.jpg) top center no-repeat;
    background-size: auto 100%;
    border-radius: 20px;
  }
  .areas .areas__item {
    width: calc(100% - 40px);
  }
  .areas .block-title {
    padding-left: 20px;
  }
  .areas .areas__item {
    height: 250px;
  }
}






.logo-slider {
  padding-top: 66px;
  padding-bottom: 80px;
  background: url(/images/main/bg_logos.jpg) top center no-repeat #f9f9f9;
  background-size: cover;
}

.logo-slider .slide-in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.logo-slider img {
  /*max-width: 100%;*/
  display: block;
  position: relative;
  float: left;
}

.logo-slider .logo-slider__img {
  display: flex;
  justify-content: center;
}

.logo-slider .logo-slider__scroll {
  margin-top: 70px;
}

.logo-slider .inf {
  margin-bottom: 48px;
}


@media(min-width: 1290px){
  .logo-slider {
    padding-top: 87px;
  }
  /*.logo-slider .logo-slider__scroll {
    margin-top: 49px;
  }*/
  .logo-slider .inf {
    margin-bottom: 82px;
  }
}


@media(min-width: 740px){
  /*.logo-slider .logo-slider__scroll {
    margin-top: 27px;
  }*/
  /*.logo-slider .inf {
    margin-bottom: 24px;
  }*/
}




.map-block {
  padding-top: 125px;
  background: url(../images/main/map.svg) top center no-repeat;
}

.map-block .map-block__insert {
  margin-top: 50px;
  height: 614px;
}

.map-block .map-block__in {
  padding-bottom: 252px;
}



@media(min-width: 1290px){
  .map-block {
    padding-top: 152px;
  }
}

@media(max-width: 740px){
  .map-block {
    padding-top: 20px;
  }
  .map-block .map-block__insert {
    margin-top: 50px;
    height: 480px;
  }
  .map-block .map-block__in {
    padding-bottom: 102px;
  }
}








.art-block {
  background: #F9F6F3;
}

.art-block__in {
  padding-top: 136px;
  padding-bottom: 123px;
}

.art-block__list {
  margin-top: 49px;
  margin-bottom: 50px;
}

.art-block__item {
  position: relative;
  float: left;
  /*width: 468px;
  width: 292px;*/
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  transition: 0.2s;
  margin-bottom: 50px;
}

.art-block__item-img {
  height: 292px;
  overflow: hidden;
  border-radius: 10px;
}
.art-block__item-img img {
  display: block;
  width: 100%;
}

.art-block__info {
  min-height: 178px;
  padding: 19px 14px 14px 14px;
}

@media(min-width: 990px){
  .art-block__item:hover {
    border-color: #E9AE30;
  }
  .art-block__item .art-block__more {
    visibility: hidden;
    height: 42px;
    background: #F9F6F3;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -26px;
    padding: 0 14px 4px 14px;
    border: 1px solid #E9AE30;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }
  .art-block__item .art-block__more-link {
    position: relative;
    float: left;
    font-weight: 700;
    font-size: 16px;
    color: #e9ae30;
    padding-right: 40px;
    height: 32px;
    padding-top: 4px;
    background: url(/images/main/art_arr.svg) right top no-repeat;
  }

  .art-block__item:hover .art-block__more {
    visibility: visible;
  }
}

.art-block__date {
  position: relative;
  float: left;
  border-radius: 27px;
  padding: 4px 8px;
  backdrop-filter: blur(30px);
  background: #ededed;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #767676;
  margin-bottom: 18px;
}

.art-block__name {
  min-height: 60px;
  margin-bottom: 6px;
}

.art-block__name a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #212529;
}

.art-block__prev {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  min-height: 80px;
  color: #5f5f5f;
}

.art-block__center {
  display: flex;
  justify-content: center;
}

.art-block__arrows {
  position: absolute;
  right: 0;
  top: -41px;
}

@media(max-width: 990px){
  .art-block__in {
    padding-top: 86px;
  }
  .art-block__list {
    margin-top: 100px;
  }
  .art-block__arrows {
    top: 24px;
    left: 50%;
    right: auto;
    margin-left: -56px;
  }
}

@media(max-width: 740px){
  .art-block__list {
    margin-top: 36px;
    margin-bottom: 61px;
  }
  .art-block__in {
    padding-top: 50px;
    padding-bottom: 101px;
  }
  .art-block .owl-dots {
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5px, 1fr));
    gap: 4px;
  }
  .art-block .owl-dots .owl-dot {
    position: relative;
    float: left;
    height: 3px;
    background: #e8e8e8;
  }
  .art-block .owl-dots .owl-dot.active {
    background: #facda0;
  }
  .art-block__item {
    border: none;
  }
  .art-block__info {
    padding-left: 0;
    padding-right: 0;
  }
  .art-block__name {
    margin-bottom: 12px;
  }
  .art-block__name a {
    font-weight: bold;
  }
  .art-block__center .or-btn {
    width: 100%;
  }
}








.agreed-line .agreed-check {
  position: relative;
  float: left;
  padding-bottom: 10px;
  font-size: 16px;
  padding-top: 6px;
  margin-bottom: 8px;
}

.fb .agreed-check a {
  color: #fff;
  text-decoration: underline;
}

.agreed-check {
  padding-left: 34px;
}

.agreed-line .agreed-check input {
  display: none;
}

.agreed-check .agreed-check__sq-check {
  position: absolute;
  left: 0;
  top: 5px;
  width: 26px;
  height: 26px;
  background: #E9AE30;
  border-radius: 6px;
  cursor: pointer;
}

.agreed-check input:checked+.agreed-check__sq-check {
  background-image: url(../images/main/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.ind-form-file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 85px;
  background: url(../images/main/add_file.svg) 25px 20px no-repeat #fff;
  color: #212529;
  z-index: 2;
  padding-top: 19px;
  font-size: 16px;
  cursor: pointer;
}

.ind-form-file-label:before {
  content: '';
  position: absolute;
  left: 62px;
  top: 23px;
  width: 18px;
  height: 18px;
  background: url(../images/main/doc.svg) no-repeat;
  background-position: center center;
}

.ind-form-file {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 22px;
  height: 30px;
  padding-left: 38px;
}

.ind-form-select-file {
  opacity: 0;
  width: 100%;
}

.ind-form-file-label.active {
  color: #000;
}

.feedack-load-x {
  position: absolute;
  top: 20px;
  left: 100%;
  margin-left: -38px;
  width: 24px;
  height: 24px;
  background: url(../images/main/rm.svg) center center no-repeat;
  background-size: 60% auto;
}



















.fb .calc-fb-warn-text {
  display: none;
  position: absolute;
  left: 31px;
  bottom: 23px;
  font-size: 11px;
  color: red;
}

.warn .calc-fb-warn-text {
  display: block;
}

.fb {
  margin-bottom: 137px;
  color: #fff;
}

.fb__in {
  background-size: auto 100%;
  min-height: 981px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 111px;
}


.fb:before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  background: url(/images/main/fb.jpg) center center no-repeat;
  background-size: auto 100%;
  border-radius: 20px;
}

.fb__title {
  font-weight: bold;
  font-size: 44px;
  line-height: 110%;
  text-align: center;
  color: #e9ae30;
  margin-bottom: 29px;
}

.fb__prev {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}

.fb__form-block {
  max-width: 501px;
}

.fb .fb-input {
  border-radius: 10px;
  padding: 29px 26px;
  height: 62px;
  font-size: 17px;
  margin-bottom: 16px;
}

.fb .fb-textarea {
  border-radius: 10px;
  padding: 18px 26px;
  height: 150px;
  font-size: 17px;
  /*font-family: 'Akzidenz-Grotesk Pro';*/
  font-family: "Open Sans";
}

.fb .fb-textarea::placeholder {
  /*font-family: 'Akzidenz-Grotesk Pro';*/
  font-family: "Open Sans";
  font-size: 18px;
}

.fb .fb-textarea::-webkit-input-placeholder {
  /*font-family: 'Akzidenz-Grotesk Pro';*/
  font-family: "Open Sans";
  font-size: 18px;
}

.fb .fb-textarea:-ms-input-placeholder {
  /*font-family: 'Akzidenz-Grotesk Pro';*/
  font-family: "Open Sans";
  font-size: 18px;
}

.fb .fb-textarea:-moz-placeholder {
  /*font-family: 'Akzidenz-Grotesk Pro';*/
  font-family: "Open Sans";
  font-size: 18px;
}

.fb .fb-textarea::-moz-placeholder {
  /*font-family: 'Akzidenz-Grotesk Pro';*/
  font-family: "Open Sans";
  font-size: 18px;
}

.fb .fb-submit {
  width: 100%;
  border: none;
}

.fb .ind-form-line {
  border-radius: 10px;
  padding: 29px 26px;
  height: 62px;
  font-size: 17px;
  margin-bottom: 16px;
  overflow: hidden;
  margin-bottom: 48px;
}



@media(max-width: 740px){
  .fb {
    margin-bottom: 101px;
  }
  .fb__title {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .fb__in {
    padding-top: 50px;
    min-height: 834px;
  }
  .fb:before {
    display: none;
  }
  .fb__in:before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: url(/images/main/fb.jpg) center center no-repeat;
    background-size: auto 100%;
    border-radius: 20px;
  }
  .fb__prev {
    margin-bottom: 31px;
  }
  .fb .ind-form-line {
    margin-bottom: 30px;
  }
}










.footer {
  padding-top: 0;
  padding-bottom: 0;
  background: #212529;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer__in {
  min-height: 685px;
}

.footer__title {
  position: absolute;
  top: -58px;
  left: 87px;
  font-weight: bold;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: transparent;
  -webkit-text-stroke: 1px #e9ae30;
  text-stroke: 1px #e9ae30;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer__col1 {
  position: absolute;
  top: 132px;
  left: 0;
  width: 240px;
  padding-top: 145px;
  background: url(/images/main/logo_footer.svg) top left no-repeat;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 121%;
}

.footer__phone {
  padding-left: 33px;
  background: url(/images/main/phone_ico.svg) top left no-repeat;
  margin-bottom: 23px;
}

.footer__address {
  padding-left: 33px;
  background: url(/images/main/point.svg) 5px 10px no-repeat;
  margin-bottom: 18px;
}

.footer__email {
  padding-left: 33px;
  background: url(/images/main/email_ico.svg) top left no-repeat;
}

.footer__nets {
  position: absolute;
  left: 0;
  top: 414px;
}

.footer__nets .footer__ico {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 26px;
}

.footer__nets .footer__ico.footer__ico--tg {
  background: url(/images/main/tg.svg) center center no-repeat;
}

.footer__nets .footer__ico.footer__ico--max {
  background: url(/images/main/max.svg) center center no-repeat;
}

.footer__nets .footer__ico.footer__ico--vk {
  background: url(/images/main/vk.svg) center center no-repeat;
}

.footer__nets .footer__ico:last-child {
  margin-right: 0;
}

.footer__menu {
  position: absolute;
  top: 135px;
  left: 42.6%;
  right: 0;
}

.footer__menu-block {
  margin-bottom: 15px;
}

.footer__menu-title {
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2px;
}

.footer__menu ul {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer__menu li {
  list-style: none;
  position: relative;
  float: left;
  width: 33%;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 26px;
  padding: 0;
}

.footer__copy {
  position: absolute;
  left: 0;
  bottom: 28px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #fff
}

.footer__policy {
  position: absolute;
  left: 47%;
  bottom: 28px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #fff
}

.footer__map {
  position: absolute;
  left: 67%;
  bottom: 28px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #fff
}

.footer__counter {
  position: absolute;
  right: 0;
  bottom: 28px;
}

@media (max-width: 3000px) {
  .footer__title {
    left: 0;
  }
}

@media (max-width: 3000px) {
  .footer__menu {
    left: 320px;
  }
  .footer__policy {
    left: 500px;
  }
  .footer__title {
    left: 0;
    width: 100%;
    font-size: 98px;
    text-align: center;
  }
}


@media (max-width: 1320px) {
  .footer__menu {
    left: 260px;
  }
  .footer__title {
    font-size: 68px;
    top: -30px;
  }
}

@media (max-width: 990px) {
  .footer__title {
    font-size: 46px;
    top: -19px;
  }
  .footer__col1 {
    top: 65px;
  }
  .footer__col1 {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    margin: 50px 0 50px;
  }
  .footer__menu {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
  }
  .footer__nets {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__policy {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__map {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__copy {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__menu li {
    width: 100%;
    margin-bottom: 10px;
  }
}



@media (max-width: 740px) {
  .footer__title {
    font-size: 20px;
    top: -2px;
    text-align: left;
    left: -10px;
  }
  .footer__col1 {
    width: 100%;
    padding-top: 104px;
    background-size: 137px;
    margin: 40px 0 0;
    font-size: 14px;
    padding-bottom: 31px;
    border-bottom: 1px solid #212529;
    margin-bottom: 26px;
  }
  .footer__address {
    padding-left: 38px;
  }
  .footer__menu-title{
    text-transform: none;
  }
  /*.footer__menu-sub {
    margin: 0;
    max-height: 0;
    overflow: hidden;
  }*/
  .footer__counter {
    position: relative;
    float: left;
    top: auto;
    bottom: auto;
    right: auto;
    margin-bottom: 24px;
  }
}


.window-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 300;
  display: none;
}



.pop-form {
  display: none;
  opacity: 0;
  position: absolute;
  top: 33px;
  left: 50%;
  margin-left: -314px;
  z-index: 310;
  width: 628px;
  min-height: 541px;
  background: #fff;
  border-radius: 30px;
}

.pop-form .pop-form-in {
  padding: 61px 65px;
}

.pop-form .pop-form-prev {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #212529;
  margin-bottom: 35px;
}

.pop-form .pop-form-title {
  font-weight: bold;
  font-size: 38px;
  line-height: 106%;
  color: #000;
  margin-bottom: 22px;
  text-align: center;
}

.pop-form .x {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 62px;
  height: 62px;
  background: url(/images/main/x.svg) center center no-repeat;
  background-size: auto 60%;
  cursor: pointer;
}

.pop-form .pop-form-img {
  margin-top: 71px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pop-form .pop-form-line {
  width: 100%;
  margin-bottom: 22px;
}

.pop-form .pop-form-line .pop-form-line-name {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 9px;
}

.pop-form .pop-form-line .pop-form-input, .pop-form .pop-form-line .pop-form-text {
  border: none;
  background: #f1f1f1;
  width: 100%;
  height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Open Sans";
  border-radius: 10px;
}

.pop-form .pop-form-line .pop-form-input.warning, .pop-form .pop-form-line .pop-form-text.warning {
  border: 1px solid red;
}

.pop-form .pop-form-line .pop-form-text {
  padding-top: 16px;
  padding-bottom: 16px;
  min-height:148px;
}

.pop-form .pop-form-send {
  margin-top: 46px;
}

.pop-form .pop-form-send .pop-form-btn {
  position: relative;
  float: left;
  width: 100%;
  border: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pop-form .pop-form-send .pop-form-btn span {
  display: block;
  position: relative;
  float: left;
  z-index: 3;
}

.pop-form .pop-form-poticy {
  position: relative;
  float: right;
  width: calc(100% - 170px);
  font-weight: 400;
  font-size: 11px;
  margin-top: 4px;
  letter-spacing: 0.05em;
}

.pop-form .ind-form-file {
  margin-top: 0;
}

.pop-form .ind-form-line  {
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 10px;
  height: 62px;
}

.pop-form .ind-form-file-label {
  background-color: #f1f1f1;
  font-size: 18px;
}

.pop-form .ind-form-file-label:before {
  background-color: none;
}

.pop-form .agreed-line .agreed-check {
  margin-bottom: 8px;
}

.calc-fb-warn-text {
  display: none;
  position: absolute;
  left: 0;
  font-size: 10px;
  color: red;
  bottom: -18px;
}

.warn .calc-fb-warn-text {
  display: block;
}

.warning {
  /*background: #ffc3c3 !important;*/
  border-color: red !important;
}

.feedback-sended {
  display: none;
  opacity: 0;
  z-index: 1002;
  position: fixed;
  top: 50%;
  margin-top: -104px;
  left: 50%;
  margin-left: -180px;  
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  height: 208px;
}

.feedback-sended .x {
  z-index: 151;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.feedback-sended .feedback-sended-text {
  font-size: 24px;
  padding-top: 3px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 110%;
  padding-bottom: 10px;
  color: #3c3c3c;
}

.feedback-sended .feedback-sended-after {
  color: #26292C;
  font-size: 15px;
  line-height: 21px;
  padding-top: 8px;
  letter-spacing: -0.1px;
}

.feedback-sended .x {
  position: absolute;
  top: 27px;
  right: 27px;
  cursor:pointer;
  width: 18px;
  height: 18px;
  background: url(../img/x.svg) center center no-repeat;
  background-size:100%;
  cursor:pointer;
  z-index:3;
}

.feedback-sended .feedback-sended-btn {
  background: #25adc2;
  color: #fff;
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  padding-top: 10px;
  margin-top: 31px;
  line-height: 133%;
  letter-spacing: -0.01em;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.feedback-sended .feedback-sended-btn:hover {
  opacity: 0.9;
}

#fade-sended { 
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .50;
  z-index: 1001;
}

@media(max-width: 380px){
  .feedback-sended {
    left: 10px;
    right: 10px;
    margin-left: 0;
    width: calc(100% - 20px);
  }
}

@media(max-width: 670px){
  .pop-form {
    width: 300px;
    min-height: auto;
    margin-left: -150px;
    border-radius: 18px;
  }
  .pop-form .pop-form-in {
    padding: 38px 24px;
  }
  .pop-form .x {
    top: 6px;
    right: 6px;
    width: 38px;
    height: 38px;
    background-size: auto 80%;
  }
  .pop-form .ind-form-file-label {
    font-size: 14px;
    padding-left: 70px;
  }
  .pop-form .ind-form-file-label {
    background-position: 12px 20px;
  }
  .ind-form-file-label:before {
    left: 42px;
  }
  .pop-form .pop-form-send {
    margin-top: 24px;
  }
  .pop-form .agreed-line .agreed-check {
    font-size: 14px;
  }
  .pop-form .pop-form-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .pop-form .pop-form-prev {
    font-size: 16px;
    line-height: 116%;
    margin-bottom: 20px;
  }
  .pop-form .pop-form-line {
    margin-bottom: 12px;
  }
  .pop-form .pop-form-line .pop-form-line-name {
    font-size: 12px;
    margin-bottom: 1px;
  }
  .pop-form .pop-form-line .pop-form-input, .pop-form .pop-form-line .pop-form-text {
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pop-form .pop-form-line .pop-form-text {
    padding-top: 8px;
    min-height: 108px;
  }
  .pop-form .pop-form-poticy {
    font-size: 12px;
    line-height: 144%;
    text-align: center;
  }
  .pop-form .pop-form-send .pop-form-btn {
    width: 100%;
    max-width: 100%;
  }
  .pop-form .pop-form-poticy {
    width: 100%;
    margin-top: 5px;
  }
}


.thank-you {
  margin-top: 44px;
  margin-bottom: 100px;
}

.thank-you .thank-you__top {
  margin-bottom: 48px;
}

.thank-you .thank-you__title {
  font-weight: 500;
  font-size: 26px;
  color: #212529;
  font-weight: bold;
  margin-bottom: 14px;
}

.thank-you .thank-you__text {
  font-weight: 400;
  font-size: 18px;
  color: #212529;
}

.thank-you .thank-you__dir {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thank-you .thank-you__dir-img {
  position: relative;
  float: left;
  width: 100%;
  max-width: 218px;
}

.thank-you .thank-you__dir-text {
  position: relative;
  float: right;
  width: calc(100% - 238px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.thank-you .thank-you__dir-name {
  font-weight: 500;
  font-size: 19px;
  color: #212529;
  margin-bottom: 10px;
}

.thank-you .thank-you__dir-msg {
  font-weight: 400;
  font-size: 16px;
  color: #5f5f5f;
}

@media (max-width: 740px) {
  .thank-you .thank-you__dir-img {
    width: 100%;
  }
  .thank-you .thank-you__dir-text {
    width: 100%;
  }
}





.communicat {
  opacity: 0;
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 627px;
  margin-left: -313.5px;
  box-shadow: 0 5px 11px 0 rgba(176, 176, 176, 0.1), 0 20px 20px 0 rgba(176, 176, 176, 0.09), 0 44px 27px 0 rgba(176, 176, 176, 0.05), 0 79px 32px 0 rgba(176, 176, 176, 0.01), 0 123px 35px 0 rgba(176, 176, 176, 0);
  background: #fff;
  border-radius: 30px;
  z-index: 310;
}

.communicat .communicat__x {
  position: absolute;
  top: 11px;
  right: 15px;
  width: 62px;
  height: 62px;
  background: url(/images/main/x.svg) center center no-repeat;
  background-size: auto 60%;
  cursor: pointer;
}

.communicat .communicat__in {
  height: 463px;
  padding-top: 129px;
  padding-left: 20px;
  padding-right: 20px;
}

.communicat__title {
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  color: #212529;
  line-height: 112%;
  margin-bottom: 33px;  
}

.communicat__prev {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #212529;
  text-align: center;
  font-size: 16.7px;
}



.communicat__nets {
  display: flex;
  justify-content: center;
}

.communicat__nets .communicat__ico {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 13px;
  background-size: 100% auto;
}

.communicat__prev {
  margin-bottom: 35px;
}

.communicat__nets .communicat__ico.communicat__ico--tg {
  background: url(/images/main/tg.svg) center center no-repeat;
  background-size: 100% auto;
}

.communicat__nets .communicat__ico.communicat__ico--max {
  background: url(/images/main/max.svg) center center no-repeat;
  background-size: 100% auto;
}

@media(max-width: 660px){
  .communicat {
    width: auto;
    margin-left: 0;
    left: 15px;
    right: 15px;
  }
  .communicat__title {
    font-size: 28px;
  }
}













































.lightgallery_template {
    display:flex;
    justify-content: space-between;
    max-width: 1150px;
        flex-wrap: wrap;
}       
              
.lightgallery_template a{
   width: 336px;
    display: block;
    margin-top: 2rem;
}    

.lightgallery_template img{
    width: 100%;
   
}   

header{
    background: #212529;
    //padding: 1rem 0;
    
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
}

header .wrapper a.logo{
    font-weight: 800;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    padding-left: 3rem;
    display: flex;
    align-items: center;
}
header .wrapper a.logo:before{
    content: "";
    position: absolute;
    background: url("/imgs/landing/logo-star.svg") no-repeat center;
    width: 40px;
    height: 40px;
    left: 0;
}
header .wrapper .desc{
    font-size: 12px;
    color: white;
    padding-left: 2rem;
    border-left: 1px solid #777777;
    display: flex;
    align-items: center;
    margin-left: 2rem;
    margin-right: auto;
}
header .wrapper .phone a{
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}
header .wrapper .phone > div{
    font-size: 12px;
    color: white;
}
header .wrapper .email-whatsapp{
    display: flex;
    align-items: center;
}
header .wrapper .email-whatsapp a:first-child{
    background: white url("/imgs/landing/dog.svg") no-repeat left .5rem center;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
    margin-left: 3rem;
    margin-right: 0.5rem;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 0 0.7rem 0 1.8rem;
    height: 32px;
}
header .wrapper .email-whatsapp a:last-child{
    background: linear-gradient(0deg, #41E45E, #41E45E);
    border-radius: 7px;
    width: 32px;
    height: 32px;
    position: relative;
}
header .wrapper .email-whatsapp a:last-child:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:url("/imgs/landing/whatsapp.svg") no-repeat center;
}
header .wrapper .burger-menu{
    width: 28px;
    display: flex;
    height: 28px;
    align-items: center;
    margin-left: 2rem;
}
header .wrapper .burger-menu .burger{
    display: grid;
    width: 28px;
    gap: 6px;
    cursor: pointer;
}
header .wrapper .burger-menu .burger span{
    height: 2px;
    background: #E9AE30;
    border-radius: 10px;
    width: 100%;
}








.left-menu{
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #212529;
    padding: 2rem;
    z-index: 100;
    transition: .3s ease-in-out;
}
.left-menu.show{
    right: 0;
}
.left-menu > div{
    text-align: right;
    margin-bottom: 2rem;
}
.left-menu button{
    outline: none;
    background: url("/imgs/landing/close-menu.svg") no-repeat center;
    width: 21px;
    height: 21px;
}
.left-menu ul li{
    background: none;
    padding: 0;
    margin-bottom: 2rem;
    text-align: right;
    list-style-type: none;
}
.left-menu ul li a{
    color: white;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.02em;
    transition: .2s;
}
.left-menu ul li a:hover{
    color: #e9ae30;
}
.left-menu .mobile{
    display: none;
}
.popup,
.popup-2{
    background: #212529;
    border-radius: 14px;
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.popup .body,
.popup-2 .body{
    padding: 2rem;
}
.popup .title,
.popup-2 .title{
    font-size: 42px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.popup .desc,
.popup-2 .desc{
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}
.popup button,
.popup-2 button{
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 1rem 0;
    border-radius: 7px;
    width: 100%;
}
.popup > button,
.popup-2 > button{
    outline: none;
    background: url("/imgs/landing/close-menu.svg") no-repeat center;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 2rem;
    top: 2rem;
}
.popup .form,
.popup-2 .form{
    margin: 0 auto;
    width: 360px;
}
.popup .form > div,
.popup-2 .form > div{
    margin-bottom: 1rem;
}
.popup-2 .form > div{
    display: flex;
    align-items: center;
}
.popup-2 .form > div:last-child{
    display: block;
}
.popup input,
.popup-2 input{
    font-size: 18px;
    font-weight: bold;
    color: #777777;
    padding: 1rem;
    border-radius: 7px;
    width: 100%;
}
.popup-2 input{
    width: auto;
}
.popup input.error,
.popup-2 input.error{
    background: #ef9a9a url("/imgs/landing/error.svg") no-repeat right 1rem center;
    background-size: 20px;
}
.popup textarea,
.popup-2 textarea{
    font-size: 18px;
    font-weight: bold;
    color: #777777;
    padding: 1rem;
    border-radius: 7px;
    width: 100%;
    height: 160px;
    resize: none;
}
.popup-2  label{
    color: white;
    margin-left: .5rem;
    font-size: 18px;
    font-weight: bold;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.other-header {
    display:none;
}


@media screen and (min-width: 1100px) {

.collapsed .about, .collapsed .language-switcher,.collapsed .searchform,.collapsed .contacts, .collapsed .main-menu{
    display:none;
}



.collapsed .other-header{
        display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.collapsed .wrapper{
    display:flex;
    align-items: center;
}

body > header.collapsed{
    z-index: 101;
}

.left-menu.show {
    margin-top:0 !important;
}

}













          .main-menu1 {
              position: fixed;
              right: -100%;
               top: 60px;
              bottom: 0;
              width: 300px;
              background: #212529;
              padding: 2rem;
              z-index: 101;
              transition: .3s ease-in-out;
              
          }
          
           .main-menu1 ul li {
                background: none;
                padding: 0;
                margin-top: 2rem;
                text-align: right;
            }
            
            .main-menu1 li {
                list-style-type: none;
                padding-left: 2rem;
                background: url(/imgs/landing/li.svg) no-repeat left top 2px;
                margin-bottom: 0.5rem;
                font-size: 18px;
            }
          
          .main-menu1 ul li a{
            color: white;
            font-weight: 800;
            font-size: 22px;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: -0.02em;
            transition: .2s;
          }
          
          .main-menu1.show{
              right: 0;
          }












                  #welcome-message {
                      position: fixed;
                      bottom: 30px;
                      left: 30px;
                      max-width: 50%;
                      background: #262626e5;
                      color: #fff;
                      padding: 16px 20px;
                      border-radius: 8px;
                      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
                      z-index: 9999;
                      display: flex;
                      align-items: center;
                      gap: 10px;
                  }
                  
                  @media screen and (max-width: 639px) {
                    #welcome-message {
                        left: 20px;
                        right: 20px;
                        bottom: 20px;
                        max-width: 100%;
                        flex-direction: column;
                    }
                  }
                  
                  #welcome-message a {
                      color: #fff;
                      text-decoration: underline;
                  }
                  
                  #close-welcome {
                      cursor: pointer;
                      background-color: #50A253;
                      border: none;
                      padding: 6px 20px;
                      border-radius: 20px;
                      height: 40px;
                  }


.breadcrumbs {
  padding: 12px 0;
}

.breadcrumbs a {
  margin-right: 4px;
}


.breadcrumbs a:after {
  content: '•';
  margin-left: 4px;
}

.grey-back {
  background: #f8f9fa;
  padding-bottom: 50px;
}

aside.feedback.form {
  padding-left: 20px;
  padding-right: 20px;
}

main > .services.view article {
  padding-left: 16px;
  padding-right: 16px;
}

main > .services.view article:nth-child(4n + 0)::before {
  display: none;
}

section.s-13 {
  background: none;
}