@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext");
@import url("../font/gost-type-a/stylesheet.css");
html {
  overflow-x: hidden;
}

body {
  min-height: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000008;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  transition: .3s;
  color: #df530c;
}

strong {
  font-weight: 600;
}

.row.buy-items {
  text-align: center;
  margin: 0 -15px;
}

.buy-items .col-sm-4 {
  margin-bottom: 15px;
}

.buy-items .title {
  font-weight: bold;
  color: #999;
}

.buy-items .item {
  margin-top: 10px;
}

.buy-items .item img {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #999;
}

.buy-items .col-sm-4 {
  margin-bottom: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}

.site-slogan {
  font-size: 52px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  text-align: right;
}

@media (max-width: 991px) {
  .site-slogan {
    font-size: 35px;
    line-height: 40px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .site-slogan {
    font-size: 30px;
    line-height: 40px;
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .site-slogan {
    display: none;
  }
}

@media (max-width: 575px) {
  .custom_image {
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
}

.circle-block__inner {
  position: relative;
  padding: 50px 0 0 290px;
}

@media (max-width: 767px) {
  .circle-block__inner {
    padding: 0 0 0 180px;
  }
}

@media (max-width: 575px) {
  .circle-block__inner {
    padding: 0 0 0 0;
  }
}

.circle-block__triangle {
  position: absolute;
  background-image: url(../img/triangle.png);
  width: 200px;
  height: 302px;
  left: 0;
  margin-top: -20px;
}

@media (max-width: 1527px) {
  .circle-block__triangle {
    display: none;
  }
}

.circle-block__circle {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .circle-block__circle {
    width: 150px;
  }
}

@media (max-width: 575px) {
  .circle-block__circle {
    position: relative;
    left: initial;
    top: initial;
    margin-bottom: 15px;
  }
}

.circle-block__content {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .circle-block__content {
    font-size: 18px;
  }
}

.circle-block__content-title {
  font-size: 72px;
  line-height: 72px;
  color: #df530c;
  font-weight: 900;
}

@media (max-width: 767px) {
  .circle-block__content-title {
    font-size: 52px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  .circle-block__content-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.eau-block {
  position: relative;
  margin: 150px 0 100px 0;
  padding-right: 200px;
}

@media (max-width: 767px) {
  .eau-block {
    margin: 50px 0;
    padding-right: 130px;
  }
  .eau-block p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .eau-block {
    margin: 30px 0 50px 0;
    padding-right: 65px;
  }
}

.eau-block img {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .eau-block img {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .eau-block img {
    width: 50px;
  }
}

@media (max-width: 991px) {
  .what-to-do p {
    font-size: 14px;
    line-height: 16px;
  }
}

.color_green * {
  color: #4b800e !important;
}

.color_brand * {
  color: #df530c !important;
}

.pic-1 {
  background: transparent url(../img/food.png) center center no-repeat;
  background-size: contain;
  width: 356px;
  height: 354px;
  position: absolute;
  top: -130px;
  right: -40px;
}

@media (max-width: 1199px) {
  .pic-1 {
    width: 286px;
    height: 284px;
  }
}

@media (max-width: 991px) {
  .pic-1 {
    width: 246px;
    height: 245px;
    top: -260px;
    right: initial;
    left: -30px;
  }
}

@media (max-width: 575px) {
  .pic-1 {
    top: -120px;
    right: -70px;
    left: initial;
  }
}

.pic-2 {
  background: transparent url(../img/burger.png) center center no-repeat;
  background-size: contain;
  width: 313px;
  height: 278px;
  position: absolute;
  bottom: 60px;
  left: 0;
}

@media (max-width: 1199px) {
  .pic-2 {
    width: 233px;
    height: 207px;
  }
}

@media (max-width: 991px) {
  .pic-2 {
    left: 110px;
    bottom: 90px;
  }
}

@media (max-width: 767px) {
  .pic-2 {
    left: 50px;
    bottom: 280px;
  }
}

@media (max-width: 575px) {
  .pic-2 {
    left: initial;
    bottom: initial;
    right: -100px;
    top: -60px;
  }
}

.pic-3 {
  margin: 50px 30px 0 0;
}

.modal .modal-dialog {
  max-width: 70%;
}

@media (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 90%;
  }
}

.modal .modal-content {
  padding: 70px 100px;
}

@media (max-width: 767px) {
  .modal .modal-content {
    padding: 50px 30px;
  }
}

@media (max-width: 575px) {
  .modal .modal-content {
    padding: 30px 15px;
  }
}

.modal .close {
  color: #df530c;
  opacity: 1;
  font-size: 45px;
  position: absolute;
  right: 20px;
  top: 10px;
  outline: none !important;
}

.modal .modal-body {
  padding: 0;
}

.recommend {
  position: relative;
  margin: 100px 0;
}

@media (max-width: 575px) {
  .recommend {
    margin: 0;
  }
}

.recommend__item {
  position: relative;
  padding: 42px 0 0 180px;
  min-height: 136px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .recommend__item {
    padding: 22px 0 0 130px;
  }
}

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

.recommend__icon {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .recommend__icon img {
    width: 100px;
  }
}

.recommend__desc {
  font-size: 24px;
  font-weight: 600;
}

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

.text_size_10 {
  font-size: 10px;
  line-height: 12px;
}

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

.text_size_18 {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .text_size_18 {
    font-size: 16px;
    line-height: 20px;
  }
}

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

@media (max-width: 575px) {
  .text_size_20 {
    font-size: 18px;
    line-height: 22px;
  }
}

.text_size_22 {
  font-size: 22px;
  line-height: 28px;
}

@media (max-width: 575px) {
  .text_size_22 {
    font-size: 18px;
    line-height: 22px;
  }
}

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

@media (max-width: 575px) {
  .text_size_24 {
    font-size: 20px;
    line-height: 26px;
  }
}

.text_size_26 {
  font-size: 26px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .text_size_26 {
    font-size: 22px;
    line-height: 28px;
  }
}

.text_size_28 {
  font-size: 28px;
  line-height: 34px;
}

@media (max-width: 767px) {
  .text_size_28 {
    font-size: 22px;
    line-height: 28px;
  }
}

.text_size_30 {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 991px) {
  .text_size_30 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .text_size_30 {
    font-size: 22px;
    line-height: 26px;
  }
}

.text_size_36 {
  font-size: 36px;
  line-height: normal;
}

@media (max-width: 991px) {
  .text_size_36 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .text_size_36 {
    font-size: 22px;
  }
}

.text_size_48 {
  font-size: 48px;
  line-height: 48px;
}

@media (max-width: 991px) {
  .text_size_48 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .text_size_48 {
    font-size: 26px;
    line-height: 26px;
  }
}

.text_color_white {
  color: #fff !important;
}

.text_color_brand {
  color: #df530c;
}

.text_color_black {
  color: #000008;
}

.text_color_green {
  color: #4b800e;
}

.text_type_uppercase {
  text-transform: uppercase;
}

.text_type_semibold {
  font-weight: 600;
}

.text_type_bold {
  font-weight: 700;
}

.text_type_light {
  font-weight: 300;
}

.text_opacity_01 {
  opacity: .1;
}

.text_opacity_02 {
  opacity: .2;
}

.title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #000008;
}

@media (max-width: 767px) {
  .title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.title_color_white {
  color: #fff;
}

.title_color_brand {
  color: #df530c;
}

.title_triangle {
  background: transparent url(../img/triangle-big.png) center top no-repeat;
  background-size: contain;
  width: 391px;
  height: 508px;
  margin: 0 auto -330px auto;
  color: #fff;
  padding-top: 80px;
  top: -80px;
  z-index: 10;
}

@media (max-width: 575px) {
  .title_triangle {
    width: 240px;
    height: 312px;
    margin: 0 auto -80px auto;
    font-size: 22px;
    padding-top: 70px;
  }
}

.title_mini {
  font-size: 30px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .title_mini {
    font-size: 20px;
    line-height: 26px;
  }
}

.title_type_no-margin {
  margin-bottom: 10px;
}

.title_type_mini {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #999999;
  margin-bottom: 15px;
  padding-left: 0;
}

.title_type_mini:before {
  display: none;
}

.button {
  position: relative;
  transition: .3s;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 30px;
  text-align: center;
}

.button_corner_square {
  border-radius: 0;
}

.button_corner_circle {
  border-radius: 50px;
}

.button_theme_default {
  background-color: #df530c;
  color: #fff;
}

.button_theme_default:hover {
  background-color: #d25005;
  color: #fff;
}

.button_theme_default:active {
  background-color: #d25005;
  color: #fff;
}

.button_theme_white {
  background-color: #fff;
  color: #000000;
}

.button_theme_white:hover {
  background-color: #d25005;
  color: #fff !important;
}

.button_theme_white:active {
  background-color: #d25005;
  color: #fff;
}

.button_theme_black {
  background-color: #000;
  color: #fff;
}

.button_theme_black:hover {
  background-color: #df530c;
  color: #fff !important;
}

.button_theme_black:active {
  background-color: #d25005;
  color: #fff;
}

.button_theme_site {
  display: inline-block;
  background-color: #fff;
  line-height: 120px;
  width: 350px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 100%;
}

.button_theme_site img {
  width: 90%;
}

.button_theme_pdf {
  display: inline-block;
  color: #000;
  background-image: url(../img/icon-pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 15px 0 8px 50px;
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .button_theme_pdf {
    font-size: 18px;
    line-height: 18px;
    background-size: 30px;
    padding: 13px 0 8px 40px;
  }
}

@media (max-width: 575px) {
  .button_theme_pdf {
    padding: 0 0 0 40px;
    text-align: left;
  }
}

.button_theme_pdf:hover {
  color: #df530c;
}

.button_theme_full-width {
  width: 100%;
  padding: 0 15px;
}

.header {
  position: relative;
  height: 65px;
  font-size: 12px;
  line-height: 14px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media (max-width: 767px) {
  .header {
    height: 115px;
  }
}

.header__logo {
  position: absolute;
  left: 15px;
  top: 9px;
  width: 126px;
}

.header__separator {
  position: absolute;
  height: 29px;
}

.header__logo-separator {
  left: 155px;
  top: 18px;
}

@media (max-width: 991px) {
  .header__logo-separator {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__logo-separator {
    display: block;
  }
}

@media (max-width: 575px) {
  .header__logo-separator {
    display: none;
  }
}

.header__contacts-separator {
  right: 310px;
  top: 18px;
}

@media (max-width: 1199px) {
  .header__contacts-separator {
    right: 300px;
  }
}

@media (max-width: 767px) {
  .header__contacts-separator {
    top: 65px;
    right: initial;
    left: 225px;
  }
}

@media (max-width: 575px) {
  .header__contacts-separator {
    display: none;
  }
}

.header__slogan {
  position: absolute;
  left: 175px;
  top: 18px;
}

@media (max-width: 991px) {
  .header__slogan {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__slogan {
    display: block;
  }
}

@media (max-width: 575px) {
  .header__slogan {
    display: none;
  }
}

.header__button {
  position: absolute;
  display: block;
  right: 15px;
  top: 19px;
  height: 26px;
  width: 138px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}

@media (max-width: 767px) {
  .header__button {
    top: 65px;
  }
}

@media (max-width: 575px) {
  .header__button {
    top: 19px;
  }
}

.header__contacts {
  position: absolute;
  right: 178px;
  top: 19px;
}

.header__contacts a {
  text-decoration: none;
  color: #fff;
}

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

@media (max-width: 1199px) {
  .header__contacts {
    right: 173px;
  }
}

@media (max-width: 767px) {
  .header__contacts {
    top: 65px;
    right: initial;
    left: 243px;
  }
}

@media (max-width: 575px) {
  .header__contacts {
    left: initial;
    right: 15px;
    text-align: right;
  }
}

.header__address {
  position: absolute;
  text-align: right;
  right: 335px;
  top: 19px;
}

@media (max-width: 1199px) {
  .header__address {
    right: 320px;
  }
}

@media (max-width: 767px) {
  .header__address {
    right: initial;
    left: 15px;
    top: 65px;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .header__address {
    top: 58px;
  }
}

.header__address-br {
  display: none;
}

@media (max-width: 575px) {
  .header__address-br {
    display: block;
  }
}

.main-menu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 30px 0;
}

@media (max-width: 991px) {
  .main-menu {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
}

@media (max-width: 575px) {
  .main-menu {
    margin: 15px 0;
  }
}

.main-menu a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
}

.main-menu a:hover {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .main-menu a {
    display: inline-block;
    margin: 10px 15px;
  }
}

@media (max-width: 575px) {
  .main-menu a {
    font-size: 16px;
    line-height: 16px;
  }
}

.section_color_black {
  background-color: #000;
  color: #fff;
}

.section_color_brand {
  background-color: #df530c;
  color: #fff;
}

.section_color_gray {
  background-color: #f3f3f3;
  margin: 100px 0 0 0;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .section_color_gray {
    margin: 50px 0 0 0;
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .section_color_gray {
    padding-bottom: 30px;
  }
}

.section_bg_1 {
  background-image: url(../img/bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .section_bg_1 {
    background-position: 40% 50%;
  }
}

@media (max-width: 767px) {
  .section_bg_1 {
    background-position: 35% 50%;
  }
}

@media (max-width: 575px) {
  .section_bg_1 {
    background: #df530c;
  }
}

.section_bg_2 {
  background-image: url(../img/bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .section_bg_2 {
    background-position: 60% 50%;
  }
}

@media (max-width: 767px) {
  .section_bg_2 {
    background-position: 55% 50%;
  }
}

@media (max-width: 575px) {
  .section_bg_2 {
    background: #fff;
  }
}

.section_bg_3 {
  background-image: url(../img/bg-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .section_bg_3 {
    background: #df530c;
  }
}

.section_bg_4 {
  background-image: url(../img/bg-4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
}

@media (max-width: 575px) {
  .section_bg_4 {
    background-size: auto;
    background-repeat: repeat;
  }
}

.section_bg_5 {
  margin-bottom: 100px;
  background-image: url(../img/bg-5.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 575px) {
  .section_bg_5 {
    background: none;
    margin-bottom: 0;
  }
}

.section_bg_6 {
  color: #fff;
  background-color: #df530c;
  margin-bottom: 100px;
  background-image: url(../img/bg-6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 30px;
}

@media (max-width: 575px) {
  .section_bg_6 {
    background-image: none;
    margin-bottom: 0;
  }
}

.section_offset_1 {
  padding: 187px 0;
}

@media (max-width: 1199px) {
  .section_offset_1 {
    padding: 147px 0;
  }
}

@media (max-width: 991px) {
  .section_offset_1 {
    padding: 75px 0;
  }
}

.section__bg_1 {
  background: transparent url(../img/triangle-big-2.png) center center no-repeat;
  width: 452px;
  height: 802px;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -50px;
}

.section__bg_2 {
  background: #fff;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .section__bg_2 {
    height: 35%;
  }
}

@media (max-width: 767px) {
  .section__bg_2 {
    height: 23%;
  }
}

@media (max-width: 575px) {
  .section__bg_2 {
    display: none;
  }
}

.section__bg_3 {
  background: #fff;
  width: 100%;
  height: 31%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .section__bg_3 {
    height: 33%;
  }
}

@media (max-width: 767px) {
  .section__bg_3 {
    height: 37%;
  }
}

@media (max-width: 575px) {
  .section__bg_3 {
    display: none;
  }
}

.section__bg_4 {
  background: transparent url(../img/triangle-big-3.png) center center no-repeat;
  width: 626px;
  height: 652px;
  position: absolute;
  right: 0;
  top: -150px;
  z-index: -1;
}

.custom-list {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}

.custom-list__item {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
}

.custom-list__item:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/bullet.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  left: 0;
  top: 7px;
}

.custom-list__item_alt {
  padding: 0;
}

.custom-list__item_alt:before {
  background-image: url(../img/bullet-2.png);
  width: 30px;
  height: 27px;
  left: -50px;
  top: 0;
}

@media (max-width: 991px) {
  .custom-list__item_alt {
    padding-left: 30px;
  }
  .custom-list__item_alt:before {
    background-size: contain;
    width: 20px;
    height: 27px;
    left: 0;
    top: 0;
  }
}

.risk {
  position: relative;
}

.risk__item {
  position: relative;
  cursor: pointer;
  margin-bottom: 50px;
}

.risk__item.active .risk__toggler {
  background: transparent url(../img/minus.png) center center no-repeat;
}

.risk__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #df530c;
  min-height: 44px;
  text-align: center;
}

@media (max-width: 575px) {
  .risk__title {
    min-height: 0;
  }
}

.risk__toggler {
  background: transparent url(../img/plus.png) center center no-repeat;
  width: 40px;
  height: 44px;
  margin: 15px auto;
}

.risk__desc {
  font-size: 16px;
  line-height: 18px;
  display: none;
}

@media (max-width: 575px) {
  .risk__picture {
    text-align: center;
  }
  .risk__picture img {
    max-width: 200px;
  }
}

.component {
  position: relative;
}

.component__item {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.component__name {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .component__name {
    min-height: 72px;
  }
}

@media (max-width: 991px) {
  .component__name {
    min-height: 96px;
    word-break: break-word;
  }
}

@media (max-width: 767px) {
  .component__name {
    min-height: 0;
  }
}

.component__picture {
  margin-bottom: 50px;
  text-align: center;
}

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

.faq {
  position: relative;
}

.faq__item {
  position: relative;
  padding-left: 75px;
  background-color: transparent;
  background-image: url(../img/plus-2.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 10px;
  margin-bottom: 50px;
  min-height: 50px;
  cursor: pointer;
}

@media (max-width: 575px) {
  .faq__item {
    background-size: 30px;
    padding-left: 40px;
    padding-top: 0;
    min-height: 36px;
  }
}

.faq__item.active {
  background-image: url(../img/minus-2.png);
}

.faq__question {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #df530c;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .faq__question {
    font-size: 18px;
    line-height: 18px;
  }
}

.faq__answer {
  display: none;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 575px) {
  .faq__answer {
    font-size: 16px;
    line-height: 18px;
  }
}

.footer {
  position: relative;
  text-align: center;
  padding: 100px 0;
  background-color: #df530c;
  color: #fff;
  overflow: hidden;
}

@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
  .footer .text {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer__notice {
  font-family: "GOST type A", sans-serif;
  font-size: 55px;
  line-height: 170px;
  margin-bottom: 50px;
  -ms-transform: scale(1.2, 3);
  transform: scale(1.2, 3);
  opacity: .2;
}

@media (max-width: 1199px) {
  .footer__notice {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .footer__notice {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .footer__notice {
    font-size: 20px;
    line-height: 20px;
  }
}

.footer__logo {
  opacity: 1;
}

@media (max-width: 575px) {
  .footer__logo {
    width: 200px;
  }
}

#map {
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 0;
}

.ymaps-2-1-68-svg-icon {
  transition: .2s !important;
}

.mapData__cities {
  margin-bottom: 15px;
}

.mapData__areas {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 5px;
}

.mapData__city-item, .mapData__area-item {
  display: none;
  font-size: 12px;
  color: #000008;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 1px 10px 0 10px;
  margin: 0 1px 5px;
  cursor: pointer;
  transition: .2s;
}

.mapData__area-item {
  font-size: 12px;
  padding: 5px 15px 4px 15px;
}

.mapData__city-item.active, .mapData__area-item.active {
  border-color: #000008 !important;
  color: #000008 !important;
}

.mapData__city-item:hover, .mapData__area-item:hover {
  color: #333;
  border-color: #eee;
  background-color: #eee;
}

.mapData__item_with-icon:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center center;
  top: 2px;
}

.mapData__item-address:before {
  background-image: url(../img/placeholder-for-map.svg);
}

.mapData__item-schedule:before {
  background-image: url(../img/clock-circular-outline.svg);
}

.mapData__item-phone:before {
  background-image: url(../img/call-answer.svg);
}

.mapData__item-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.mapData__table {
  padding: 0 15px;
}

.mapData__table-header {
  border-bottom: 2px solid #df530c;
  overflow: hidden;
  padding-bottom: 10px;
}

.mapData__table-item {
  padding: 10px 0;
}

.js_map_data_table_item-name {
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mapData__table-item {
    border-bottom: 1px solid #eee;
  }
}

.js_map_data_table_item-address .metro img {
  position: relative;
  top: -2px;
}

#block-system-main {
  padding: 0 !important;
}

.mapData__table-item-availability span, .mapData__table-item-availability a {
  display: block;
  font-size: 12px;
  background: #ddd;
  color: #777;
  padding: 3px 5px;
  border-radius: 4px;
  text-align: center;
}

.mapData__table-item-availability_1 span, .mapData__table-item-availability_1 a {
  background: #df530c;
  color: #fff;
}

.map-wrapper {
  position: relative;
}

.map-wrapper__left {
  position: relative;
  margin-right: 320px;
  overflow: hidden;
}

.map-wrapper__right {
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 320px;
  padding-top: 55px;
}

.mapData__list {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mapData__list-item {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  color: #000008;
}

.mapData__list-item-title {
  font-size: 14px;
}

.mapData__list-item-contacts {
  margin-bottom: 5px;
}

.mapData__list-item-availability span, .mapData__list-item-availability a {
  display: block;
  font-size: 12px;
  background: #ddd;
  color: #777;
  padding: 3px 5px;
  border-radius: 4px;
  text-align: center;
}

.mapData__list-item-availability_1 span, .mapData__list-item-availability_1 a {
  background: #df530c;
  color: #fff;
}

.mapData__list-availability-switcher {
  width: 100%;
  position: absolute;
  padding: 15px 10px;
  top: 0;
}

.mapData__list-availability-switcher > span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background: #ddd;
  color: #777;
  padding: 3px 15px;
  border-radius: 4px;
  text-align: center;
  transition: .3s;
  margin-right: 5px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapData__list-availability-switcher > span.active {
  background: #df530c;
  color: #fff;
}

@media (max-width: 767px) {
  .map-wrapper__left {
    margin: 0;
  }
  .map-wrapper__right {
    position: relative;
    width: 100%;
    height: 300px;
  }
  #map {
    height: 300px;
  }
  .colored-box__special > .container {
    padding: 0 !important;
  }
}

.left_menu {
  display: none;
  position: fixed;
  left: 30px;
  width: 300px;
  line-height: normal;
  padding: 0 15px 0 33px;
  top: 200px;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1800px) {
  .left_menu {
    display: block;
  }
}

.left_menu li {
  list-style: none;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.left_menu a {
  color: #404040;
  display: block;
  font-size: 14px;
}

.left_menu li:after {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #404040;
  border-radius: 100%;
  content: " ";
  left: -21px;
  top: 15px;
}

.button_theme_y {
  background-color: #df530c;
  color: #fff;
  margin-bottom: 15px;
}

.button_theme_b {
  background-color: #000;
  color: #fff;
}

.button_theme_whitey {
  background-color: #fff;
  color: #df530c;
}

.text-small {
  font-size: 12px;
  margin-top: 30px;
}

.text_type_semibold {
  font-weight: 700;
}

.text-y {
  color: #df530c;
}

.row.buy-items {
  text-align: center;
  margin: 0 -15px;
}

.buy-items .col-sm-4 {
  margin-bottom: 15px;
}

.buy-items .title {
  font-weight: bold;
  color: #999;
}

.buy-items .item {
  margin-top: 10px;
}

.buy-items .item img {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #999;
}
}

.buy-items .item img {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #999;
}

.buy-items .item {
  margin-top: 10px;
}

.buy-items .title {
  font-weight: bold;
  color: #999;
}

.buy-items .title {
  font-weight: bold;
  color: #999;
  text-align: center;
}

.buy-items .img {
  padding: 0 40px;
  border: solid 1px #DBDBDB;
  height: 42px;
  border-radius: 42px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 30px;
}

.row.buy-items {
  text-align: left;
  margin: 0 -15px;
}

.row.buy-items .text-5 {
  color: #7d7e7d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.buy-items .img {
  padding: 0 15px;
  border: solid 1px #DBDBDB;
  height: 42px;
  border-radius: 42px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  div.row.buy-items img {
    max-width: 100%;
    height: 80%;
    width: auto;
  }
}