@import url("https://fonts.googleapis.com/css?family=Cuprum:400,700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Manrope:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Regular.eot");
  src: url("../fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Regular.woff2") format("woff2"),
    url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

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

body,
html {
  height: 100%;
}

body {
  font-family: "PT Sans", sans-serif;
  color: #242424;
  overflow-y: scroll;
  color: #363636;
}

h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-weight: 600;
  font-size: 16px;
}

input {
  outline: none;
}

a {
  color: #2451b4;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: inherit;
}

.line {
  background: black;
  border-top: 2px solid;
  color: black;
  width: 75px;
  margin: 35px auto 30px auto;
}

.yellow {
  color: #fecf35;
}

.site {
  height: 100%;
}

.fixed {
  position: fixed;
  width: 100%;
}

.white-bg {
  background: white;
}

.grey-bg {
  background: #e3e3e3;
}

/*seo limks styles*/
.seo-links-wrap {
  margin-bottom: 40px;
  border: 1px solid #333;
  padding: 20px 40px 10px;
  border-radius: 7px;
  column-count: 4;
}

@media (max-width: 767px) {
  .seo-links-wrap {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .seo-links-wrap {
    column-count: 1;
  }
}

.seo-links-wrap .seo-link {
  color: #333;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.seo-links-wrap .seo-link a {
  color: #333;
}

header {
  background: #f8f7f7;
  box-shadow: 0px 6px 16px 0px rgba(16, 16, 17, 0.13);
  height: 65px;
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
}

header .logo {
  text-align: left;
  width: 200px;
  float: left;
}

header .logo img {
  margin-top: 8px;
  width: 200px;
}

header .logo:hover {
  opacity: 0.9;
}

header .menu-button {
  margin-top: 9px;
  height: 51px;
  width: 51px;
  float: right;
  border-radius: 50%;
  margin-right: -10px;
  background: #f4d530 url(../img/icons/menu-ico.png) center center no-repeat;
  cursor: pointer;
}

.header-margin {
  height: 76px;
}

.no-padding {
  padding: 0;
  overflow: hidden;
}

.col-image {
  max-width: 100%;
}

.close {
  background: url(../img/times-white.png) no-repeat;
  height: 20px;
  width: 20px;
  opacity: 0.4;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

.close:hover {
  opacity: 1;
}

.top-menu {
  background: #363636;
  position: fixed;
  top: 0;
  right: 0;
  width: 235px;
  height: 100%;
  padding: 25px;
  z-index: 15;
  display: none;
  overflow: auto;
}

/* .arrowed-left {
  height: 100%;
  width: 20px;
  position: absolute;
  left: -14px;
  background: #363636;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 70% 50%);
  display: none;
}

.arrowed-right {
  height: 100%;
  width: 20px;
  position: absolute;
  right: -15px;
  background: #363636;
  clip-path: polygon(0 0, 30% 0, 100% 50%, 30% 100%, 0 100%, 0 50%);
  display: none;
} */

.top-menu .menu-item {
  margin-bottom: 20px;
  position: relative;
}

.top-menu a,
.top-menu span {
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.top-menu a:hover {
  color: white;
}

.top-menu.open {
  display: block;
}

.top-menu .fav-list {
  display: none;
}

.top-menu .submenu {
  padding: 15px 15px 0;
}

.top-menu .submenu a {
  text-transform: none;
  display: block;
  color: white;
  line-height: 2.2;
  text-align: left;
}

.top-menu .favorites {
  position: relative;
  display: inline-block;
}

#callback-modalemail {
  height: auto;
}

#callback-modal {
  height: auto;
}

.callback__text {
  margin-bottom: 10px;
}

#callback-modalemail textarea {
  width: 100%;
  margin-bottom: 20px;
}

.top-menu .favorites .count {
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fecf35;
  position: absolute;
  right: -19px;
  top: -8px;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  color: black;
  padding: 0 4px;
}

.yellow-btn {
  display: inline-block;
  border-radius: 4px;
  background-image: linear-gradient(180deg, #fdd400 0%, #d8b000 100%);
  box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.3);
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border: 0;
  color: black;
}

.yellow-btn:hover {
  background-image: linear-gradient(62deg, #efad2e 0%, #efc42e 100%);
  text-decoration: none;
  color: black;
}

.yellow-btn:active {
  background-color: #ff9c00;
  background-image: none;
}

.block,
.xs-block {
  display: block;
  width: 100%;
}

.main-wheat {
  /*background: url(../img/wheat.jpg) center center;*/
  background-size: cover;
  min-height: 600px;
  position: relative;
  text-align: center;
}

.main-wheat .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-wheat .content {
  padding: 50px 40px;
}

.main-wheat .video-bg {
  display: none;
  width: auto;
}

.main-wheat .vm-big {
  width: 50%;
  max-width: 200px;
}

.main-wheat .vm-name {
  margin-top: 10px;
  max-width: 80%;
}

.main-wheat .operator {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  color: #151515;
}

.main-wheat .yellow-btn {
  margin-top: 30px;
  letter-spacing: 1.5px;
  height: auto;
  line-height: 1.2;
  padding: 15px 30px;
}

#index-video {
  padding: 30px 20px 70px;
}

#index-video iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 0px;
}

.receiver {
  position: fixed;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: #ffd621 url(../img/receiver.png) center center no-repeat;
  bottom: 200px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 6px 9px 0px rgba(35, 35, 35, 0.28);
}

.seo-block {
  background: #fff;
}

body > div > div.seo-block > div > div > div.black-header {
  background: #fff;
}

#features-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#features-wrap > div {
  width: 20%;
  padding: 0 10px;
}

.features {
  padding: 0 28px 28px 28px;
  background: #f8f7f7;
}

.features h1,
.features h2 {
  text-align: center;
  margin-bottom: 20px;
}

.features .feature {
  padding-top: 20px;
  margin: auto;
  width: auto;
  text-align: center;
}

.features p {
  margin-top: 20px;
  margin-bottom: 15px;
}

.features span {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  display: block;
}

.features .seo-bloks span {
  font-size: 18px;
  text-transform: capitalize;
}

.features .seo-bloks .black-header > h2 {
  margin: 0;
}

.features .seo-bloks .home-line {
  color: #363636;
  margin: 10px auto 30px;
  border-top: 2px solid;
}

.features img {
  display: block;
  margin: 0 auto;
  height: 70px;
}

#about-menu-wrap {
  margin: 0 0 100px;
  color: #242424;
}

#about-menu-wrap #about-menu {
  text-align: center;
  margin-bottom: 40px;
}

#about-menu-wrap #about-menu div {
  display: inline-block;
  margin: 0 15px 5px;
  font-size: 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

#about-menu-wrap #about-menu div.active {
  border-bottom: 2px solid #ff9a00;
  color: #ff9a00;
}

#about-menu-wrap #about-content > div {
  display: none;
  font-size: 15px;
}

#about-menu-wrap #about-content > div.active {
  display: block;
}

.black-header {
  background: #363636;
  color: white;
  text-align: center;
  padding: 0 30px 30px 30px;
  overflow: hidden;
  clear: both;
}

.clients {
  width: 100%;
  height: 200px;
  overflow-x: scroll;
}

.clients .client {
  height: 180px;
  width: 200px;
  float: left;
  display: flex;
  justify-content: center;
}

.clients .client img {
  align-self: center;
  max-width: 70%;
  max-height: 130px;
}

#index-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0 40px;
}

#index-types > div {
  width: 47%;
  border: 2px solid #5e5e5e;
  padding: 30px 35px;
  margin-bottom: 55px;
  min-height: 260px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

#index-types > div > a {
  width: 100%;
  height: 100%;
  display: block;
}

#index-types > div:hover {
  border: 2px solid #fecf35;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

#index-types > div h6 {
  font-weight: 600;
  font-size: 20px;
  color: #242424;
}

#index-types > div .index-type-content {
  margin-top: 30px;
}

#index-types > div p {
  font-size: 16px;
  color: #242424;
}

#index-types > div:nth-of-type(n + 3) {
  width: 31%;
}

#index-types .index-type-ico {
  margin-bottom: 20px;
  margin-left: 30px;
  display: block;
  float: right;
  background: url(../img/index-types-sprite.png) no-repeat;
  overflow: hidden;
}

#index-types > div:nth-of-type(1) .index-type-ico {
  background-position: 0px 0px;
  width: 96px;
  height: 110px;
}

#index-types > div:nth-of-type(2) .index-type-ico {
  background-position: 0px -274px;
  width: 85px;
  height: 66px;
}

#index-types > div:nth-of-type(3) .index-type-ico {
  background-position: 0px -340px;
  width: 52px;
  height: 93px;
}

#index-types > div:nth-of-type(4) .index-type-ico {
  background-position: 0px -110px;
  width: 94px;
  height: 71px;
}

#index-types > div:nth-of-type(5) .index-type-ico {
  background-position: 0px -181px;
  width: 91px;
  height: 93px;
}

.modal-bg,
.menu-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

footer {
  background: linear-gradient(14deg, #ff9700 0%, #ff9700 40%, #fdb900 70%, #fdb900 100%);
  padding: 15px;
  font-size: 14px;
}

footer .open-callback {
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
  margin: 40px 0 20px 0;
  cursor: pointer;
}

footer .open-callback img {
  height: 18px;
  margin-right: 3px;
}

footer a {
  display: block;
  color: inherit;
  margin: 15px 0;
}

.contacts .addresses {
  height: 190px;
  overflow-x: auto;
  padding: 0 30px;
}

.contacts .track {
  width: 500px;
  overflow: hidden;
}

.contacts .address {
  width: 100%;
  padding: 30px 10px 30px 30px;
  float: left;
  cursor: pointer;
}

.address__bold {
  font-weight: bold;
}

.address__grey {
  color: #8e8e8e;
  margin-bottom: 0;
}

.address__mail {
  color: #8e8e8e;
  border-bottom: 1px dashed #8e8e8e;
}

.contacts .address .name {
  color: #1b5aef;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}

.contacts .address .name::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 6px;
  background: #ffbc00;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0px 7px rgba(255, 203, 0, 0.32);
}

.contacts .address .name.orange-marker::before {
  background: #ff5600;
  box-shadow: 0 0 0px 7px rgba(255, 86, 0, 0.32);
}

.contacts .map {
  height: 450px;
}

.vd {
  max-width: 992px;
  margin: auto;
  font-size: 14px;
  overflow: auto;
}

.vd h2 {
  font-size: 1.4em;
  font-weight: 400;
  margin: 50px 0 20px 0;
}

.vd .line {
  border-top: 2px solid black;
}

.vd-logo {
  width: 202px;
  height: 200px;
  margin: 20px auto;
  background: url(../img/vd-logo-folded.png) center center no-repeat;
}

.vd-description {
  padding: 0 10px;
}

.back {
  opacity: 0.7;
  padding-top: 15px;
  display: block;
  color: #363636;
}

.back:hover {
  opacity: 1;
  text-decoration: none;
  color: #363636;
}

.vd-link {
  font-size: 1.6em;
  color: #363636;
  border-bottom: 1px solid;
  display: inline-block;
  margin: 40px 0;
}

.boards-filters {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 480px;
  min-height: 100%;
  background: #363636;
  z-index: 50;
  display: none;
  user-select: none;
  padding-top: 25px;
}

.boards-filters .search-field {
  position: relative;
  height: 40px;
  margin: 25px 20px 15px;
}

.boards-filters .search-field input {
  width: 80%;
  border: 0;
  height: inherit;
  border-radius: 2px;
  padding: 0 20px 0 40px;
}

.boards-filters .search-field img {
  position: absolute;
  left: 10px;
  top: 10px;
}

.boards-filters .search-field #hints {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 3px;
  z-index: 10;
  padding: 0;
}

.boards-filters .search-field #hints li {
  padding: 10px 10px;
  border-top: 1px solid #dadada;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}

.boards-filters .search-field #hints li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.boards-filters .clear-all {
  color: white;
  opacity: 0.7;
  margin: 30px 20px;
}

.boards-filters .clear-all img {
  width: 8px;
  margin-right: 8px;
}

.boards-filters .clear-all:hover {
  opacity: 1;
  cursor: pointer;
}

.filters-tabs {
  letter-spacing: 1.1;
}

.filters-tabs a {
  color: inherit;
  text-decoration: inherit;
}

.filters-tabs .tab .tab-title {
  padding: 15px 0;
  margin: 0 20px;
  color: white;
  opacity: 0.7;
  position: relative;
  border-top: 1px solid #464646;
  cursor: pointer;
}

.filters-tabs .tab .tab-title .quantity {
  color: #fecf35;
  display: inline-block;
  margin-left: 10px;
}

.filters-tabs .tab .tab-title .clear {
  width: 9px;
  margin-left: 10px;
}

.filters-tabs .tab .tab-title:hover {
  opacity: 1;
}

.filters-tabs .tab .tab-title::after {
  content: "";
  background: url(../img/arrow-up.png) center center no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 19px;
  transition: transform 0.3s;
}

.tab .tab-content {
  display: none;
}

.tab.active .tab-content {
  display: block;
}

.filters-tabs .tab .tab-content {
  background: #606060;
  color: white;
  /*max-height: 0px;*/
  /*height: 0;*/
  overflow-y: auto;
  transition: max-height 0.5s, height 0.3s;
}

.filters-tabs .tab .tab-content .padding {
  padding: 12px 0;
}

.filters-tabs .tab .tab-content .select-all {
  padding: 12px 20px;
  margin-top: 10px;
  cursor: pointer;
  opacity: 0.7;
}

.filters-tabs .tab .tab-content .select-all:hover {
  opacity: 1;
}

.filters-tabs .tab .tab-content .option {
  /* padding: 10px 20px; */
  padding: 10px 20px 10px 60px;
  position: relative;
  cursor: pointer;
  display: block;
}

.filters-tabs .tab .tab-content .option input {
  display: none;
}

/* FIXME: rename .ellipse to something else */

.filters-tabs .tab .tab-content .option input:checked + .ellipse::after {
  opacity: 1;
}

.filters-tabs .tab .tab-content .option .name {
  display: inline-block;
  color: white;
}

.filters-tabs .tab .tab-content .option .quantity {
  display: inline-block;
  font-size: 12px;
  color: inherit;
  margin-left: 10px;
}

.filters-tabs .tab .tab-content .option .ellipse {
  color: #fff;
  border-radius: 2px;
  height: 15px;
  width: 15px;
  border: 1px solid;
  position: absolute;
  top: 10px;
  left: 20px;
}

.filters-tabs .tab .tab-content .option .circle {
  background: #fff;
  color: inherit;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 3px solid;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}

.filters-tabs .tab .tab-content .option .ellipse:after {
  content: "";
  position: absolute;
  border-right: 4px solid #333;
  border-top: 4px solid #333;
  left: 0;
  opacity: 0;
  transform: rotate(130deg) scale(0.6) translate(1px, 6px);
  right: -7px;
  top: 0px;
  bottom: 1px;
  border-radius: 4px;
}

.filters-tabs .tab .tab-content .option input:checked + .ellipse {
  background: #fff;
}

.filters-tabs .tab .tab-content .option.selected {
  /* border-left: 4px solid; */
  background: #555555;
  /* padding: 10px 16px; */
  /* color: #fecf35; */
}

.filters-tabs .tab.active > .tab-content {
  max-height: 450px;
  height: auto;
}

.filters-tabs .tab.active > .tab-title::after {
  transform: rotate(180deg);
}

.filters-tabs .tab.active + .tab .tab-title {
  border: 0;
}

.filters-tabs .first-tab .tab-title {
  border: 0;
}

.filters-tabs .filters-tabs .tab-title {
  border: 0;
}

.filters-tabs .filters-tabs .tab-content {
  background: #7a7a7a;
  max-height: 200px;
}

.filters-tabs .filters-tabs .tab-content .option {
  padding: 6px 20px 6px 30px;
  color: white;
}

.filters-tabs .filters-tabs .tab-content .option.selected {
  background: none !important;
  color: #fecf35;
  border: 0;
  padding: 6px 20px 6px 30px;
}

.filters-tabs .filters-tabs .tab.active > .tab-content {
  overflow: auto;
  max-height: none;
  height: 200px;
}

#extra-links .row {
  padding: 30px 0 30px;
}

#extra-links .extra-link {
  color: #363636;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  margin: 5px 0;
  font-size: 16px;
  display: block;
}

#extra-links .extra-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#detail_parent_urls {
  margin: 5px 0 15px;
}

#detail_parent_urls a {
  color: inherit;
  border-bottom: 1px solid #444;
  margin: 0 5px;
  text-decoration: none;
}

#detail_parent_urls a:hover,
#detail_parent_urls a:active {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.boards-map {
  position: relative;
  height: 500px;
}

.boards-map .header {
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: block;
}

.boards-map .header h1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  margin: 0;
}

.boards-map .header img {
  margin: 7px 20px 0 10px;
  cursor: pointer;
  float: left;
}

.boards-map .header .yellow-btn {
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 45px;
}

.boards-map .map-wrap {
  height: inherit;
}

.boards-map .yandex-map {
  height: inherit;
  width: 100%;
  -webkit-background-size: 230px 230px;
  background-size: 230px 230px;
  background-repeat: no-repeat;
  background-position: center center;
}

.boards-map .yandex-map > ymaps {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.boards-map .yandex-map.loading {
  background-image: url(/template/public/img/loading.gif);
}

.boards-map .yandex-map.loading > ymaps {
  opacity: 0.2;
}

.object-page {
  padding: 0 15px;
}

.object-page .img-wrap {
  margin: 0 -15px;
}

.object-page .img-wrap img {
  width: 100%;
}

.object-page .sides {
  text-align: center;
  padding: 20px 0;
}

.object-page .sides a {
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  color: black;
}

.object-page .sides .active {
  background: #fecf35;
  border-radius: 2px;
}

.object-page .yellow-btn {
  display: block;
  margin-bottom: 20px;
}

.object-page .properties .prop {
  font-size: 12px;
  margin-bottom: 20px;
}

.object-page .properties .prop .name {
  color: #aeaeae;
  margin-bottom: 3px;
}

.object-page .add-favorite {
  font-size: 16px;
  color: #2451b4;
  cursor: pointer;
  margin: 30px 0;
  display: inline-block;
}

.share {
  width: 25px;
  height: 25px;
  background: url(../img/share.svg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 50px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.share.active .share-wrap {
  display: block;
}

.share .share-wrap {
  display: none;
  border: 1px solid #b4b4b4;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 110%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  width: 160px;
  text-align: center;
  border-radius: 7px;
  padding: 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.share .share-wrap a {
  display: inline-block;
  margin: 3px;
  background: url(../img/soc-spray.png);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.share .share-wrap a:nth-of-type(2) {
  background-position: -20px 0;
}

.share .share-wrap a:nth-of-type(3) {
  background-position: -40px 0;
}

.share .share-wrap a:nth-of-type(4) {
  background-position: -60px 0;
}

.share .share-wrap a:nth-of-type(5) {
  background-position: -80px 0;
}

.object-map {
  height: 300px;
}

.placemark-layout {
  background: white;
  height: 26px;
  display: inline-block;
  border-radius: 13px;
  box-shadow: 0px 0px 7.84px 0.16px rgba(0, 0, 0, 0.32);
}

.placemark-layout .board-id {
  margin: 0 5px;
  display: block;
  line-height: 26px;
  height: 26px;
  padding-left: 22px;
  padding-right: 3px;
  font-size: 12px;
}

.placemark-layout .radio {
  border: 2px solid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 3px;
  display: block;
  position: absolute;
}

.placemark-layout .inner {
  border: 3px solid;
  opacity: 0.3;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.placemark-layout.hover {
  border: 1px solid red;
}

.cluster-layout {
  background: white;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  padding-top: 16px;
  font-size: 12px;
  border: 2px solid #dc5d00;
  box-shadow: inset 0 0 0 8px #ff9600;
}

.balloon-layout {
  background: white;
  display: block;
  position: absolute;
  bottom: 30px;
  margin-left: -120px;
  width: 240px;
  box-shadow: 0px 0px 7.84px 0.16px rgba(0, 0, 0, 0.32);
}

.balloon-layout #ballon-img-wrap > div {
  display: none;
}

.balloon-layout #ballon-img-wrap > div:first-of-type {
  display: block;
}

.balloon-layout #ballon-img-wrap > div .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.balloon-layout #ballon-img-wrap > div .owl-dots span {
  width: 9px;
  height: 9px;
  margin: 3px;
}

.balloon-layout .content {
  padding: 15px;
  position: relative;
  z-index: 5;
  background: white;
  overflow: hidden;
  font-size: 13px;
}

.balloon-layout .content .name {
  width: 90%;
  color: black;
  margin-bottom: 10px;
}

.balloon-layout .content .sides {
  max-height: 60px;
  overflow: auto;
  user-select: none;
}

.balloon-layout .content img {
  margin-bottom: 10px;
  max-width: 210px;
}

.balloon-layout .content .side {
  width: 50%;
  float: left;
  line-height: 20px;
  cursor: pointer;
}

.balloon-layout .content .side .checkbox {
  height: 15px;
  width: 15px;
  margin-right: 7px;
  margin-top: -2px;
  display: inline-block;
  border: 1px solid #bababa;
  vertical-align: middle;
}

.balloon-layout .content .side:hover .checkbox {
  border-color: black;
}

.balloon-layout .content .side.checked .checkbox {
  background: #fecf35;
  box-shadow: inset 0 0 0 2px white;
}

.balloon-layout .content .detail {
  width: 45%;
  float: left;
  line-height: 28px;
  padding-left: 15px;
}

.balloon-layout .content a {
  color: #2754b1;
  border-bottom: 1px solid;
  text-decoration: none;
}

.balloon-layout .content .yellow-btn {
  width: 55%;
  float: left;
  font-size: 13px;
  padding: 0 5px;
  line-height: 28px;
}

.balloon-layout .close-balloon {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 6;
  font-size: 22px;
  cursor: pointer;
  opacity: 0.5;
}

.balloon-layout .close-balloon:hover {
  opacity: 1;
}

.balloon-layout::after {
  content: "";
  display: block;
  background: white;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  box-shadow: 0px 0px 7.84px 0.16px rgba(0, 0, 0, 0.32);
}

.services-list {
  padding: 0;
  max-width: 360px;
}

.services-list li {
  display: block;
  padding: 15px 0;
  border-bottom: #eaeaea 1px solid;
  font-weight: 600;
}

.services-list li:last-of-type {
  border: 0;
}

.services-list a {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}

.services-list a:hover {
  opacity: 1;
}

.services-about {
  font-size: 12px;
  margin: 5px 0 30px 0;
}

.services-tabs .tab-title {
  padding: 24px 0;
  position: relative;
  font-weight: 600;
  max-width: 360px;
  font-size: 14px;
  border-top: 1px solid #d5d5d5;
}

.services-tabs .tab-title::after {
  content: "\0203A";
  position: absolute;
  right: 5px;
  top: 22px;
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.3s;
  transform: rotate(90deg);
}

.services-tabs:first-of-type .tab-title {
  border: 0;
}

.services-tabs .tab-content {
  display: none;
  padding-bottom: 25px;
  font-size: 12px;
}

.services-tabs.active .tab-title::after {
  transform: rotate(-90deg);
}

.services-tabs.active .tab-content {
  display: block;
}

.header-phone-text {
  /* font-size: 15px; */
  font-size: 24px;
  text-decoration: none;
  color: #363636 !important;
}

.header-phone-text a {
  color: #363636 !important;
}

.modal {
  position: fixed;
  background: white;
  z-index: 40;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 440px;
  top: 50%;
  left: 50%;
  margin-left: unset;
  margin-top: unset;
  border-radius: 4px;
  overflow: hidden;
}

.modal .modal-header {
  background: #fecf35;
  height: 70px;
  font-size: 18px;
  font-weight: 600;
  padding: 22px 20px;
}

.modal .modal-content {
  padding: 30px;
}

.modal .modal-form {
  padding: 15px 46px 25px;
}

.modal .modal-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #8c8c8c;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 18px;
  /*margin-bottom: 20px;*/
  margin-bottom: 10px;
}

.modal .modal-form input:focus {
  border-color: black;
}

.modal .modal-form .field-name {
  margin: 5px;
}

.modal.map_update .modal-header {
  height: auto;
}

.modal .close {
  background-image: url(../img/times-black.png);
  top: 23px;
}

.subscribe {
  height: 260px;
  margin-top: -130px;
}

.subscribe .modal-form {
  padding: 35px 30px 25px;
}

.subscribe.map_update {
  height: 290px;
}

.success-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fecf35;
  width: 90%;
  max-width: 400px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  padding: 40px 30px 40px;
  z-index: 40;
}

.success-modal .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.success-modal .close-modal {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
  line-height: 1;
  cursor: pointer;
}

.success-modal .close-modal:hover {
  opacity: 0.7;
}

.favorites-modal {
  height: 250px;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin-left: -150px; */
  /* margin-top: -125px; */
}

.favorites-page {
  padding: 20px 20px 40px;
  font-size: 12px;
}

.favorites-page .back {
  padding: 0 0 30px;
}

.favorites-page .title {
  font-size: 18px;
  font-weight: 600;
}

.favorites-page .item {
  border-bottom: 1px solid #dadada;
  padding: 20px;
  position: relative;
}

.favorites-page .item a {
  color: black;
}

.favorites-page .item a:hover {
  color: #2451b4;
}

.favorites-page .item .name {
  margin-bottom: 5px;
  position: relative;
}

.favorites-page .item .ellipse {
  width: 9px;
  height: 9px;
  background: #b8d863;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 4px;
}

.favorites-page .item img {
  max-width: 90%;
  width: 200px;
}

.favorites-page .item .remove-item {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
}

.favorites-page .download {
  line-height: 50px;
}

.favorites-page .download a {
  border-bottom: 1px solid;
  font-size: 14px;
}

.favorites-page .empty-favorites {
  border-top: 1px solid #dadada;
  padding: 30px 0;
}

.news-list {
  margin: 30px 0 0;
  font-size: 12px;
}

.news-list .news-item {
  border-top: 1px solid #dadada;
  padding: 2em 0;
  overflow: hidden;
  display: flex;
}

.news-list .news-item .date {
  color: #b2b2b2;
}

.news-list .news-item h2 {
  margin: 0.6em 0;
  font-size: 1.8em;
  color: #3d3d3d;
}

.news-list .news-content {
  font-size: 1.1em;
}

.news-list .news-item-image {
  float: left;
  width: 200px;
  height: 200px;
  background: no-repeat center center / cover;
  margin: 15px 40px 15px 0;
}

.contact_form {
  padding-right: 20px;
}

#textareaMessage {
  resize: none;
}

#contacts_send {
  margin: 8px 0;
}

/* promo-banners ---------------------------------------- */
.map-banner {
  display: flex;
  justify-content: center;
  background: #fff;
  position: relative;
  padding: 0 48px;
}

.map-banner__pic {
  display: block;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .map-banner__pic {
    width: 100%;
  }

  .main-wheat .video-bg {
    width: auto !important;
  }
}

@media screen and (max-width: 992px) {
  .map-banner {
    display: none;
  }
}

.menu-banner {
  padding: 24px 24px 76px;
  width: 100%;
  display: none;
  position: relative;
}

.menu-banner__pic {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .menu-banner {
    display: block;
  }
}

.promo-banner-close {
  background: #FFDD00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 5000;
}

.promo-banner-close__inner {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 5000;
  position: relative;
}

.promo-banner-close__inner::before, .promo-banner-close__inner::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000;
  transition: all 0.3s ease-out;
  border-radius: 4px;
}

.promo-banner-close__inner::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  left: 50%;
  top: 50%;
}

.promo-banner-close__inner::after {
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
  left: 50%;
  top: 50%;
}

/* news ------------------------------------------------- */

.news__desc {
  font-family: inherit;
  font-size: 18px;
  line-height: 26px;
}

.news__paragraph {
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 20px;
}

.news__paragraph--bold {
  font-weight: bold;
}

.news__paragraph--italic {
  font-style: italic;
}

.news__list-title {
  font-size: 16px;
  margin-bottom: 4px;
  font-family: inherit;
}

.news__list {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: inherit;
}

.news__list > li > a {
  color: #000;
}

.news__chapter {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 14px;
}

.news__phrase {
  color: #ff9700;
}

.news__accent {
  font-family: "AppleSystemUIFontBold";
  font-size: 14pt;
  margin: 20px auto;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 80%;
  padding: 16px 0;
}

ul.check-style-list {
  list-style-type: none;
}

ul.check-style-list li {
  margin-left: -22px;
}

ul.check-style-list li:before {
  content: '✓';
  padding-right: 8px;
}

/* gallery -------------------------------------------------------------- */

.news__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  gap: 10px;
}

.news__gallery-pic {
  flex: 1;
  min-width: 40%;
  max-width: 100%;
}

.news__gallery-pic:not(:first-child) {
  max-width: 50%;
}

.news__gallery-pic img {
  width: 100%;
}

.news__gallery-pic-duo img {
  width: 48%;
}

.news__gallery-pic-duo img:first-child {
  margin-right: 5px; 
}

.news__gallery-pic-duo img:last-child {
  margin-left: 5px; 
}

@media (max-width: 600px) {
  .news__gallery-pic {
    width: 100%;
  }
  .news__gallery-pic-duo img {
    width: 100%;
  }
  .news__gallery-pic-duo img:first-child {
    margin-right: 0px; 
    margin-bottom: 20px;
  }
  .news__gallery-pic-duo img:last-child {
    margin-left: 0px; 
  }
}

/* video -------------------------------------------------------------- */

.news__video {
  margin: 40px auto 20px;
  width: 100%;
}

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

.news__video-tube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

/* table -------------------------------------------------------------- */

.news__table {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.news__table-row {
  display: flex;
}

.news__table-cell--main {
  font-weight: 700;
  height: auto;
}

.news__table-cell {
  border: 1px solid #000;
  margin-top: -1px;
  margin-left: -1px;
  width: 33.33333%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  text-align: center;
}

.news__table-cell--green {
  background-color: #03cc03;
}

.news__table-annotation {
  font-style: italic;
  margin-top: 10px;
  color: #949494;
}

@media (max-width: 991px) {
  .news-list .news-item-image {
    float: none;
    margin: 15px auto;
  }

  .news-list .news-item {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
  }
}

.news-list .yellow-btn {
  display: block;
}

.news-list .news-detail-btn {
  margin: 1.2em 0 0;
  display: flex;
  align-items: flex-end;
}

.news-list .news-detail-btn a {
  color: #c7b701;
  font-size: 1.1em;
}

.news-list .news-detail-btn a:hover {
  opacity: 0.8;
}

.news-counter {
  display: flex;
  align-items: center;
}

.news-counter::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icons/eye.svg") 0 0/100% 100%;
  margin-right: 14px;
  margin-left: 32px;
}

.news-time {
  display: flex;
  align-items: center;
}

.news-time::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icons/clock.svg") 0 0/100% 100%;
  margin-right: 14px;
  margin-left: 32px;
}

.switchers {
  display: flex;
  justify-content: space-between;
  margin: 40px 50px 0;
}

/* warn */

.warning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: #f1bfac;
}

.warning__title {
  margin-bottom: 16px;
  font-size: 34px;
}

.warning__text {
  font-size: 18px;
}

/* new map search & menu */

.map-search-field {
  position: absolute;
  top: 24px;
  left: 450px;
  z-index: 1;
  height: 40px;
  width: calc(100% - 590px);
}

.map-search-field > img {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.map-search-field__input {
  width: 100%;
  border: 0;
  height: inherit;
  padding: 0 40px 0 20px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
  border-radius: 8px;
  background: #FFFFFF;
}

.map-filters {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  max-width: 270px;
  width: 100%;
  padding: 24px 6px 24px 24px;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 150px;
}

.map-filters__body {
  max-height: 706px;
  overflow-y: scroll;
}

.map-filters__body::-webkit-scrollbar {
  width: 20px;
}

.map-filters__body::-webkit-scrollbar-track {
  background: #fff;
}

.map-filters__body::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 50px;
  border: 8px solid #fff;
}

.map-filters__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 20px 0 8px;
}

.map-filters__title:first-child {
  margin: 0 0 8px;
}

.map-filters__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 12px 0 8px;
}

.checkbox-field {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 8px;
}

.checkbox-field > input[type="checkbox"] {
  flex: 0 0 14px;
  height: 14px;
  position: relative;
  padding: 0;
  z-index: -1;
  opacity: 0;
}

.checkbox-field > input[type="checkbox"] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 0 10px;
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox-field > input[type="checkbox"] + label::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #818182;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-field > input[type="checkbox"]:checked + label::before {
  content: "✔";
  border: 1px solid #818182;
  background: #818182;
  color: #fff;
}

.radio-field {
  margin-bottom: 8px;
}

.radio-field > input[type="radio"] {
  display: none;
}

.radio-field > label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #818181;
}

.radio-field > label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #818182;
  transition: all 0.2s ease-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.radio-field > input[type="radio"]:checked + label:before {
  content: "";
  border: 5px solid #818182;
  background: #fff;
}

.radio-field > input[type="radio"]:disabled + label:before {
  background: #353535;
}

/* ---- */

@media screen and (max-width: 600px) {
  .switchers {
    margin: 40px 10px 0px;
    flex-direction: column;
  }
}

.switchers__item {
  width: calc(50% - 16px);
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 16px;
}

@media screen and (max-width: 600px) {
  .switchers__item {
    width: 100%;
  }

  .switchers__item:last-child {
    margin-top: 28px;
  }
}

.switchers__title {
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.switchers__date {
  color: #a9a9a9;
  display: block;
  margin-bottom: 8px;
}

.switchers__link {
  color: #c7b701;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.switchers__link::before {
  color: #c7b701;
  margin-bottom: 1px;
  margin-right: 8px;
}

.switchers__link--prev::before {
  content: "←";
}

.switchers__link--next::before {
  content: "→";
}

.comment-form {
  background: #fafafa;
  margin: 28px 50px 0;
  padding: 24px;
  border-radius: 4px;
}

@media screen and (max-width: 600px) {
  .comment-form {
    margin: 28px 10px 0px;
    display: flex;
    flex-direction: column;
  }
}

.comment-form__field {
  width: 100%;
  resize: none;
  border: none;
  border-radius: 4px;
  padding: 10px;
  outline: none;
}

.comment-form__field::placeholder {
  color: #a9a9a9;
}

.comment-form__button {
  box-shadow: none;
  margin-top: 20px;
}

.comment-form__note {
  color: #a9a9a9;
  margin-left: 16px;
}

@media screen and (max-width: 600px) {
  .comment-form__note {
    margin-top: 20px;
    text-align: center;
  }
}

.comments {
  margin: 40px 50px 0px;
}

@media screen and (max-width: 600px) {
  .comments {
    margin: 40px 10px 0px;
  }
}

.comments__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.comments__item:first-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
  .comments__item {
    align-items: flex-start;
  }
}

.comments__pic {
  flex: 0 0 60px;
  height: 60px;
  position: relative;
  margin-right: 16px;
}

.comments__pic > img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.comments__content {
  width: 100%;
  background: #fafafa;
  padding: 16px;
  border-radius: 4px;
}

.comments__text {
  display: block;
  width: 100%;
  font-size: 16px;
}

.comments__date {
  color: #a9a9a9;
}

#news-detail > h2 {
  margin-top: 30px;
}

#news-detail .back-btn {
  margin: 20px 0;
  padding-left: 45px;
  padding-right: 45px;
}

#news-detail h1 {
  font-size: 2em;
}

#news-detail #news-when {
  padding: 4px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 30px 0 20px;
}

#news-detail #news-when span {
  padding: 0 15px;
  font-size: 1.15em;
  line-height: 1.4;
  color: #cccccc;
}

#news-detail #news-when > .row > div:first-of-type {
  border-right: 1px solid #dadada;
}

/*#news-detail-content {
  margin: 0 50px;
}*/

#news-detail #news-detail-image {
  /*float: left;
  width: 400px;
  height: 400px;
  background: no-repeat center center / cover;
  margin: 0 40px 40px 0;*/
  max-width: 50%;
}

@media (max-width: 1024px) {
  #news-detail #news-detail-image {
    float: none;
    margin: 0 auto 30px;
  }

  #news-detail h1 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  #news-detail #news-detail-image {
    height: 260px;
  }

  #news-detail-content {
    margin: 0 10px;
  }

  #news-detail h1 {
    font-size: 1.7em;
  }
}

.construction-list {
  margin: 30px 0 0;
  font-size: 12px;
}

.construction-list .construction-item {
  border-top: 1px solid #dadada;
  padding: 2em 0;
}

.construction-list .construction-item .date {
  color: #b2b2b2;
}

.construction-list .construction-item h2 {
  margin: 0.8em 0;
  font-size: 1.4em;
}

.construction-list .construction-item img {
  max-width: 100%;
  margin: 15px 0;
  display: block;
}

.construction-list .yellow-btn {
  display: block;
}

.pagination {
  text-align: center;
  padding-bottom: 30px;
}

.pagination span,
.pagination a {
  display: inline-block;
  padding: 0px 8px;
  font-size: 16px;
  color: black;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.pagination .current {
  background: #fecf35;
  border-radius: 50%;
}

.pagination .arrow {
  font-size: 20px;
}

.thanks {
  background: white;
  text-align: center;
  height: 370px;
  margin: 10px 0;
  padding: 20px 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  cursor: pointer;
  display: block;
}

.thanks img {
  max-width: 100%;
  max-height: 330px;
}

.thanks:hover {
  transform: scale(1.05);
}

#zags-page {
  line-height: 1.6;
}

#zags-page h3 {
  font-size: 18px;
  font-weight: 600;
}

#zags-page p {
  margin: 5px 0;
}

#zags-page ul {
  padding-left: 0;
}

#zags-page ul li {
  padding-left: 10px;
  position: relative;
  list-style: none;
  margin: 2px 0;
}

#zags-page ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff9e00;
  top: 9px;
  left: 0;
  position: absolute;
}

.image-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  user-select: none;
}

.image-modal .close {
  right: -25px;
  top: -25px;
  position: absolute;
  align-self: center;
}

.image-modal .style {
  background: white;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}

.image-modal .inner {
  padding: 10px;
}

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

.image-modal .control {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  padding-top: 5px;
  border: 2px solid #a1a1a1;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: none;
  text-align: center;
}

.image-modal .control:hover {
  background: #fecf35;
  border-color: #fecf35;
  color: #333;
}

.image-modal .control.prev {
  left: -60px;
}

.image-modal .control.next {
  right: -60px;
}

.partner {
  background: white;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  height: 200px;
  margin: 10px 0;
  box-shadow: 0px 3px 3.8px 0.2px rgba(0, 0, 0, 0.04);
}

.partner img {
  align-self: center;
  max-width: 70%;
}

.portfolio-item {
  height: 370px;
  background: #ccc no-repeat center center;
  background-size: cover;
  margin: 10px 0;
  border-radius: 4px;
}

#map_seo {
  font-size: 14px;
}

#map_seo #map-seo-text > div {
  margin: 45px 0 30px;
}

#map_seo h1,
#map_seo h2,
#map_seo h3,
#map_seo h4,
#map_seo h5,
#map_seo h6 {
  font-weight: normal;
  font-size: 22px;
}

#map_seo strong {
  font-size: 15px;
}

.main-h {
  margin-top: 40px;
}

.main-h h1 {
  font-size: 32px;
  text-align: center;
}

#db {
  padding: 20px 0 50px;
  min-height: 700px;
}

#db h1 {
  margin: 40px 0 15px;
  font-size: 32px;
}

#db h2 {
  margin: 30px 0 20px;
}

#db p {
  margin: 0 0 6px;
}

#db a {
  display: inline-block;
  color: inherit;
}

#db a:hover {
  text-decoration: underline;
}

#db #db-image {
  position: absolute;
  top: 100px;
  width: 250px;
  height: auto;
  right: 10px;
}

#db-breadcrumbs {
  margin: 10px 0;
  font-size: 13px;
  line-height: 16px;
}

#db-breadcrumbs .sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 5px 2px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

#db-breadcrumbs a {
  text-decoration: none;
  border-bottom: 1px solid black;
}

#db-breadcrumbs a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

#detail_extra {
  margin: 40px 0;
}

#detail_extra .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

#detail_extra .row > div {
  width: 25%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#detail_extra .detail-extra-img {
  height: 160px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#detail_extra a {
  color: #363636;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 0 10px;
  margin: 5px 0;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

#detail_extra a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#detail_extra a:active {
  text-decoration: none;
}

#detail_extra a p {
  font-size: 14px;
  padding: 0 10px;
}

#detail_extra a p b {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}

#charity,
#partners,
#news-detail,
.news-page {
  min-height: 650px;
}

/*footer-socials begin*/

.footer-socials {
  margin-top: 30px;
  /*text-align: right;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-social-buttons {
  display: flex;
}

.footer-social-button {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 10px !important;
}

.footer-social-button > svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-socials-link {
  display: inline-block;
  margin: 10px 10px 0 0;
}

/*footer-socials end*/

/*content-circle begin*/
.content-circle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  /* width: 550px; */
  /* height: 550px; */
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 700px;
}

#filters-form {
  height: 100%;
}

.content__logo {
  margin-top: -40px;
}

/*content-circle end*/

.circle-container {
  /* width: 60%; */
  width: 550px;
}

.circle-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 570px) {
  .content-circle {
    width: 310px;
    height: 310px;
  }

  .main-wheat .vm-big {
    max-width: 40%;
  }

  .main-wheat .operator {
    font-size: 15px;
  }

  .main-wheat .yellow-btn {
    font-size: 12px;
    padding: 10px 15px;
    margin-top: 15px;
  }

  .main-wheat {
    min-height: 400px;
  }
}

@media (min-width: 480px) {
  .boards-filters {
    overflow: auto;
  }

  .xs-block {
    width: auto;
    display: inline-block;
  }

  .object-page .properties {
    margin-bottom: 30px;
  }

  .object-page .properties .prop {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .object-page .properties .prop .name {
    width: 50%;
    float: left;
    border-bottom: 1px dotted #ccc;
  }

  .object-page .properties .prop .name .hide-dots {
    background: white;
    display: inline-block;
    position: relative;
    top: 5px;
  }

  .object-page .properties .prop .value {
    width: 50%;
    float: left;
    font-size: 14px;
    position: relative;
    top: 3px;
  }

  .favorites-modal {
    height: 250px;
    /* margin-top: -125px; */
  }

  .favorites-page {
    padding: 30px 50px 40px;
    font-size: 14px;
    min-height: 600px;
  }

  .favorites-page .title {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .favorites-page .item .ellipse {
    top: 5px;
  }

  .favorites-page .item:first-of-type {
    border-top: 1px solid #dadada;
  }

  .favorites-page .download a {
    font-size: 16px;
  }

  .news-list {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }

  body {
    background: #f8f7f7;
  }

  h1 {
    font-size: 24px;
    margin: 25px 0;
  }

  .no-padding {
    padding: 0 10px;
  }

  .clients {
    overflow: hidden;
    height: auto;
    text-align: center;
  }

  .clients .track {
    display: block;
    width: 100% !important;
    max-width: 1160px;
    margin: auto;
  }

  .clients .client {
    width: 25%;
  }

  .back {
    padding-top: 30px;
  }

  .boards-filters {
    padding-top: 0;
  }

  .boards-filters .search-field input {
    width: 100%;
  }

  .success-modal .close-modal {
    color: white;
    right: -35px;
    top: -35px;
  }

  footer {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.7;
  }

  footer a {
    margin: 0;
  }

  footer h4 {
    font-size: 18px;
  }

  footer .container {
    position: relative;
  }

  footer .open-callback {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
  }

  .contacts {
    overflow: auto;
  }

  .contacts h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 40px 0 0px 0px;
    clear: both;
  }

  .contacts .track {
    width: 100%;
  }

  .contacts .addresses {
    height: 80%;
    width: 30%;
    /*float: left;*/
  }

  .contacts .map {
    min-height: 600px;
    height: 80%;
    width: 100%;
    float: left;
  }

  .vd-logo {
    width: 500px;
    background-image: url(../img/vd-logo.png);
  }

  .vd-description {
    text-align: center;
  }

  .vd {
    font-size: 16px;
  }

  .object-page {
    padding: 0 30px 30px;
  }

  .object-page .img-wrap {
    margin: 0 10px 0 0;
  }

  .object-page h1 {
    font-size: 18px;
    position: relative;
    top: 22px;
    margin: 5px 0;
  }

  .object-page .sides {
    text-align: left;
    padding-top: 0;
    padding-top: 40px;
  }

  .object-page .yellow-btn {
    display: inline-block;
    margin-right: 20px;
  }

  .object-map {
    height: 500px;
    background: #eee;
  }

  .services-list li {
    font-size: 20px;
    padding: 30px 0;
  }

  .services-about {
    font-size: 14px;
    margin: 15px 0 40px 0;
  }

  .services-tabs .tab-title {
    font-size: 20px;
    cursor: pointer;
  }

  .services-tabs .tab-title::after {
    top: 26px;
  }

  .services-tabs .tab-content {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  header {
    height: 75px;
    position: relative;
  }

  header .logo {
    width: 30%;
    padding-left: 20px;
  }

  .header-margin {
    display: none;
  }

  .image-modal .control {
    display: block;
  }

  .about-menu,
  .seo-block,
  body > div > div.seo-block > div > div > div.black-header,
  #about-menu-wrap > div.black-header {
    background: #fff;
  }

  .features {
    padding-bottom: 70px;
    padding-top: 15px;
    font-size: 16px;
    background: #f8f7f7;
  }

  .features h1,
  .features h2 {
    font-size: 30px;
    margin: 50px 0;
  }

  .features .feature {
    width: 100%;
  }

  .features .feature img {
    height: 80px;
  }

  #about-menu-wrap h1 {
    margin: 35px 0 30px;
  }

  .top-menu {
    position: static;
    width: 70%;
    float: left;
    padding: 0px 40px;
    display: block;
    height: 75px;
    overflow: visible;

    position: relative;
  }

  .arrowed-left,
  .arrowed-right {
    display: block;
  }

  .top-menu .menu-item {
    display: inline-block;
    padding: 25px 5px;
  }

  .top-menu a,
  .top-menu span {
    font-size: 12px;
    line-height: 25px;
  }

  .top-menu .close {
    display: none;
  }

  .top-menu .dropdown {
    position: absolute;
    width: 260px;
    background: #333;
    top: 100%;
    left: 50%;
    margin-left: -130px;
    border-radius: 0 0 3px 3px;
    display: none;
  }

  .top-menu .submenu {
    padding: 0;
  }

  .top-menu .submenu a {
    padding: 8px 30px;
    border-bottom: 1px solid #2c2c2c;
    opacity: 0.5;
  }

  .top-menu .submenu a:hover {
    background: #2c2c2c;
    opacity: 1;
  }

  .top-menu .submenu.left {
    left: -30px;
    margin: 0;
  }

  .top-menu .menu-item:hover .dropdown {
    display: block;
  }

  .top-menu .fav-list {
    padding: 20px 30px;
    left: auto;
    right: -100%;
    margin-right: 81px;
    font-size: 12px;
    color: #c2c2c2;
  }

  .top-menu .fav-list .title {
    margin-bottom: 10px;
  }

  .top-menu .fav-list .item {
    border-bottom: 1px dotted #666;
    height: 15px;
    margin-top: 5px;
  }

  .top-menu .fav-list .item .name {
    display: inline-block;
    height: 16px;
    background: #333;
  }

  .top-menu .fav-list .item .quantity {
    display: inline-block;
    float: right;
    background: #333;
  }

  .top-menu .fav-list a {
    font-size: 14px;
    color: #fecf35;
    text-transform: none;
    letter-spacing: normal;
    margin-top: 10px;
    display: inline-block;
  }

  .top-menu .favorites {
    border-left: 1px solid #5a5a5a;
    padding-left: 30px;
    position: relative;
  }

  .main-wheat {
    height: 650px;
    /* height: 80%; */
    text-align: left;
    background: none;
    position: relative;
    overflow: hidden;
  }

  .main-wheat .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }

  .main-wheat .content {
    width: 992px;
    margin: auto;
    padding: 180px 0 0 0;
    position: relative;
    z-index: 5;
  }

  .main-wheat .video-bg {
    display: block;
    width: 100%;
  }

  .main-wheat .vm-big {
    max-width: 40%;
  }

  .main-wheat .vm-name {
    margin-top: 20px;
  }

  .main-wheat .operator {
    font-size: 20px;
  }

  .show_filters {
    display: none;
  }

  .boards-filters {
    left: 0;
    width: 300px;
    height: 750px;
    display: block;
  }

  .boards-filters .close {
    display: none;
  }

  .boards {
    position: relative;
    height: 800px;
  }

  .boards-map {
    height: 800px;
  }

  .boards-map .map-wrap {
    position: relative;
    /* старые стили для карты */
    margin-left: 300px;
  }

  .boards-map .header {
    font-size: 18px;
    text-align: center;
    display: none;
  }

  .boards-filters {
    overflow: hidden;
  }
}

@media (min-width: 1160px) {
  header {
    background: linear-gradient(90deg, #f8f7f7 50%, #f6d700 50%);
  }

  header .logo {
    width: 20%;
  }

  .top-menu {
    width: 57%;
  }

  .top-menu a,
  .top-menu span {
    font-size: 14px;
  }

  .top-menu .fav-list {
    margin-right: 55px;
  }

  .header-phone {
    /* new */
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* new */
    background: #fecf35;
    height: 75px;
    width: 23%;
    float: left;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    padding: 12px 0px;
  }

  .header-phone-tel,
  .header-phone-btn {
    display: inline-block;
    /* width: 49%; */
  }

  /* .header-phone-tel {
    line-height: 20px;
  } */

  .header-email-bordered {
    color: #363636 !important;
    /* border-bottom: 1px dashed #000; */
    font-size: 18px;
  }

  .header-email-bordered:hover,
  .header-email-bordered:active,
  .header-email-bordered:focus {
    color: #363636;
    text-decoration: none;
  }

  .header-phone .open-callback {
    border-bottom: 1px dashed;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    width: 40px;
    border: none;
    letter-spacing: 1.2px;
    display: inline-flex;
    height: 40px;
    background: #fecf35;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.5);
  }

  .receiver {
    display: none;
  }
}

.map-wrap #empty-map {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
}

.map-wrap #empty-map #empty-map-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.map-wrap #empty-map #empty-map-cell {
  display: table-cell;
  vertical-align: middle;
}

.map-wrap #empty-map #empty-map-cell p {
  margin: 0 30px;
  color: #555;
  text-align: center;
  font-size: 22px;
}

@media (max-width: 1160px) {
  #index-types > div {
    width: 48%;
    padding: 20px 25px;
  }

  #index-types > div p {
    font-size: 15px;
  }

  #detail_extra h2 {
    text-align: center;
  }

  #detail_extra .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }

  #detail_extra .row::before,
  #detail_extra .row::after {
    display: none;
  }

  #detail_extra .row > div {
    width: 300px;
    padding: 0;
    margin: 0 10px 20px;
  }
}

@media (max-width: 990px) {
  .boards-filters {
    overflow: auto;
  }

  .boards-filters .search-field {
    margin-top: 55px;
  }

  .boards-map .header .yellow-btn {
    top: 45px;
  }

  .main-h h1 {
    font-size: 28px;
  }

  #features-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #features-wrap > div {
    width: 220px;
    margin-bottom: 20px;
  }

  #index-types > div:nth-of-type(n + 3) {
    width: 47%;
  }
}

@media (max-width: 760px) {
  #index-types {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index-types > div {
    width: 400px !important;
    max-width: 100%;
    min-height: 0px;
  }

  #index-video iframe {
    height: 350px;
  }
}

@media (max-width: 600px) {
  #about-menu-wrap #about-menu div {
    font-size: 16px;
    margin: 0 10px 5px;
  }

  .modal {
    /*margin-left: -160px;*/
    width: 300px;
    /* left: unset; */
  }
}

@media (max-width: 410px) {
  .modal {
    /*margin-left: -160px;*/
    width: 300px;
    /* left: unset; */
  }

  .main-h {
    margin-top: 30px;
  }

  .main-h h1 {
    font-size: 24px;
  }

  #index-types .index-type-ico {
    float: none;
    margin: 0 auto 30px;
  }

  #index-types h6 {
    text-align: center;
  }

  #index-video iframe {
    height: 260px;
  }
}

#category {
  background: white;
  color: #242424;
}

#category .breadcrumbs {
  padding: 20px 0;
}

#category .breadcrumbs .breadcrumbs-list-item {
    display: inline-block;
}

#category .breadcrumbs a {
  color: #242424;
}


.breadcrumbs-list.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs-list.breadcrumbs .breadcrumbs-list-item {
    display: inline-block;
}

.breadcrumbs-list.breadcrumbs a {
  color: #242424;
}


#category h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
}

h1.mt-n, h2.mt-n {
  margin-top: 0px;
}

#category #map {
  height: 450px;
}

#category #sort {
  margin: 55px 0 30px;
}

#category #sort b {
  font-size: 18px;
}

#category #sort-items {
  display: inline-block;
  margin-left: 55px;
}

#category #sort-items > div {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
}

#category #sort-items > div span {
  color: #72726f;
}

#category #sort-items > div span::after {
  display: none;
  content: "";
  margin-left: 10px;
  margin-bottom: 1px;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  border-right: 1px solid #72726f;
  border-bottom: 1px solid #72726f;
}

#category #sort-items > div span.asc::after {
  display: inline-block;
  transform: rotate(225deg);
}

#category #sort-items > div span.desc::after {
  display: inline-block;
  transform: rotate(45deg);
  margin-bottom: 3px;
}

#category #sort-items > div .options {
  display: none;
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-top: 3px;
}

#category #sort-items > div .options a {
  border-top: 1px solid rgba(114, 114, 111, 0.25);
  color: #72726f;
  display: block;
  position: relative;
  padding: 5px 5px;
}

#category #sort-items > div.active .options {
  display: block;
  z-index: 99;
}

#category #catalog-items-list {
  display: flex;
  flex-wrap: wrap;
}

#category #catalog-items-list .item {
  vertical-align: top;
  background: #ebeaea;
  width: 23.4%;
  margin: 0 0.8% 20px;
}

#category #catalog-items-list .item .img {
  height: 160px;
  background: no-repeat center center / cover;
}

#category #catalog-items-list .item .content {
  color: black;
  padding: 0 10px 15px;
  line-height: 1.5;
}

#category #catalog-items-list .item .content b {
  display: block;
  margin: 10px 0 7px;
  font-size: 16px;
}

#category #catalog-items-list .item .content p {
  margin: 7px 0;
  font-size: 14px;
}

#category #pager {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
}

#category #pager > * {
  display: inline-block;
  margin: 0 7px 10px;
  line-height: 1.6;
  padding: 0 3px;
}

#category #pager a {
  color: #363636;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

#category #pager span.active {
  color: #f5d700;
  border-bottom: 2px solid #f5d700;
}

#category #seo-table-wrap {
  margin: 35px 0;
}

#category #seo-table-wrap .tabs {
  overflow: hidden;
}

#category #seo-table-wrap .tabs .tab {
  background: white;
  border: 1px solid #888;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 6px 15px 5px;
  font-size: 16px;
  cursor: pointer;
  float: left;
  margin-right: 1px;
}

#category #seo-table-wrap .tabs .tab.active {
  border-bottom: 1px solid white;
}

#category #seo-table-wrap #seo-table {
  margin-top: -1px;
  padding: 10px 15px;
  border: 1px solid #888;
  border-radius: 5px;
  border-top-left-radius: 0;
}

#category #seo-table-wrap #seo-table > div {
  display: none;
}

#category #seo-table-wrap #seo-table > div.active {
  display: flex;
  flex-wrap: wrap;
}

#category #seo-table-wrap #seo-table .seo-link {
  width: 25%;
  font-size: 16px;
  margin: 5px 0;
}

#category #seo-table-wrap #seo-table .seo-link a {
  color: black;
  text-decoration: none;
}

#category #seo-table-wrap #seo-table .seo-link a:hover {
  text-decoration: underline;
}

#category #seo-text {
  font-size: 16px;
  margin: 20px 0 50px;
}

@media (max-width: 992px) {
  #category #catalog-items-list .item {
    width: 32%;
    margin: 0 0.65% 20px;
  }

  #category #seo-table-wrap #seo-table .seo-link {
    width: 33.3333%;
  }
}

@media (max-width: 768px) {
  #category #catalog-items-list .item {
    width: 48%;
    margin: 0 1% 20px;
  }

  #category #seo-table-wrap #seo-table .seo-link {
    width: 50%;
  }
}

@media (max-width: 500px) {
  #category #catalog-items-list .item {
    width: 100%;
    margin: 0 0 20px;
  }

  #category #seo-table-wrap #seo-table .seo-link {
    width: 100%;
    text-align: center;
  }

  #category #seo-table-wrap .tabs .tab {
    width: 100%;
    padding: 6px 0 5px;
    text-align: center;
    border: 1px solid #888;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  #category #seo-table-wrap .tabs .tab.active {
    border: 1px solid #888;
    background: rgba(255, 225, 0, 0.65);
  }

  #category #pager > * {
    margin: 0 5px 5px;
    line-height: 1.4;
  }
}

.map-find-sub {
  display: block;
  font-size: 11px;
}

#sp h1 {
  margin: 20px 0 30px;
  text-align: center;
  font-size: 36px;
}

#sp h2 {
  text-align: center;
  margin-top: 30px;
}

#sp-map {
  height: 500px;
}

#sp-logo {
  height: 50px;
  margin: 10px 25px;
}

.fav-top {
  margin-top: 60px;
}

/* new contacts page  */

@media (max-width: 480px) {
  .contacts .addresses {
    height: 100%;
  }

  .contacts .track {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .contacts .addresses {
    width: 100%;
  }

  .contacts .addresses > h1 {
    display: block !important;
    margin-top: 45px;
    font-size: 25px;
  }

  .contacts .track {
    width: unset;
    display: flex;
    margin-bottom: 25px;
  }

  .contacts .map {
    width: 100%;
  }

  .contacts .track {
    overflow: unset;
  }

  .contacts .address {
    padding: 10px;
  }

  .circle-container {
    width: 70%;
  }
}

/* new contacts page end */

/* new header\footer */

.modal-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}

@media (max-width: 991px) {
  .mob-w {
    width: 100%;
    padding: 0;
  }

  .receiver {
    display: none;
  }

  .mob-bg {
    background: #f4d530;
    height: 76px;
    padding: 0px 30px 0 0;
    float: right;
    justify-content: center;
    align-items: center;
    width: 63%;
    position: absolute;
    right: 0;
  }

  header {
    height: 76px;
  }

  .logo {
    margin-left: 30px;
  }

  header .menu-button {
    margin-top: 9px;
    height: 51px;
    width: 51px;
    float: right;
    border-radius: 50%;
    margin-right: -10px;
    background: #f4d530 url(../img/icons/menu-ico.png) center center no-repeat;
    box-shadow: 0 2px 5px;
    cursor: pointer;
  }

  .header-phone {
    display: flex !important;
    justify-content: flex-end;
    margin-top: 9px;
    padding-right: 10px;
  }

  .header-phone-btns {
    order: 2;
    display: flex;
  }

  .header-phone-btn {
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4d530;
    border-radius: 50%;
    box-shadow: 0 2px 5px;
    margin-right: 10px;
  }

  .header-phone-btn:last-child {
    margin-right: 0;
  }

  .header-phone-btn > span {
    width: 20px;
    height: 20px;
  }

  .header-phone-tel {
    order: 1;
    text-align: end;
    white-space: nowrap;
    /* margin-right: 20px; */
    /* padding-top: 7px; */
  }

  .header-phone-text {
    /* font-size: 16px; */
    font-size: 26px;
  }

  .header-email-bordered {
    color: #363636 !important;
    /* font-size: 14px; */
    font-size: 18px;
    border-bottom: 1px dashed #000;
  }
}

@media (max-width: 480px) {
  .receiver {
    bottom: 30px;
    display: none;
  }

  footer .open-callback {
    display: block !important;
  }

  .footer-socials {
    text-align: left;
  }

  .modal {
    /* top: calc(50% - 260px); */
    margin-top: unset;
    /* transform: unset; */
  }

  #callback-modalemail {
    margin-top: 0;
  }

  #callback-modal {
    margin-top: 50px;
  }

  header,
  .header-margin {
    height: 60px;
  }

  .logo {
    height: 60px;
    display: flex;
    align-items: center;
    width: unset !important;
    margin-left: 10px;
  }

  .logo a > img {
    margin-top: 0;
    width: 130px;
    height: 31px;
  }

  .header-phone {
    margin-top: 0;
    padding-right: 10px;
  }

  /* .header-phone-tel {
    display: none;
  } */

  .header-phone-text {
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .header-email-bordered {
    font-size: 10px !important;
  }

  .mob-bg {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 5px;
    justify-content: flex-end;
  }

  .header-phone-btns {
    height: 60px;
    align-items: center;
    display: flex;
  }

  .header-phone-btn {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }

  .detlist li {
    padding-left: 15px;
  }

  .det__title {
    margin-bottom: 20px;
    line-height: 1;
  }

  header .menu-button {
    order: 2;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin-top: 0;
    background-size: 16px;
  }

  .det__text {
    margin-bottom: 10px;
  }

  .detlist li a {
    line-height: 1;
  }

  .header-phone-btn > span {
    width: 16px;
    height: 16px;
  }

  .header-phone-btn > span > svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 320px) {
  #callback-modal {
    margin-top: 50px;
  }

  #callback-modalemail {
    margin-top: 0;
  }
}

/* new header\footer end*/

/* new home circle */

@media (max-width: 480px) {
  .main-wheat {
    overflow: hidden;
  }

  .content-circle {
    background: transparent;
  }

  .content-circle:before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    top: -330px;
    right: -155px;
  }

  .content__logo,
  .content__text {
    z-index: 2;
  }

  .main-wheat .yellow-btn {
    font-weight: bold;
    font-size: 16px;
  }
}

/* new board */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #f7f7f7;
}

.black-header {
  background: #f7f7f7;
  color: #363636;
  padding: 0 30px;
}

.black-header > h2 > .yellow {
  color: #363636;
  font-size: 30px;
}

.black-header > h2 {
  margin-top: 60px;
}

.black-header_bg_fff {
  background: none;
}

.home-line,
.line-index-video {
  color: #363636;
  margin: 23px auto 16px auto;
  border-top: 2px solid;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pinned-map-wrap {
  position: relative;
}

.map-pin {
  background: #fff;
  padding: 7px 16px;
  border: 2px solid #000;
  border-radius: 20px;
  max-width: 280px;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .map-pin {
    display: none;
  }
}

.map-pin.active .map-pin__open::before {
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.map-pin.active .map-pin__open::after {
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
}

.map-pin__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-pin__title {
  font-family: "Cuprum";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
}

.map-pin__open {
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.map-pin__open::before,
.map-pin__open::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease-out;
}

.map-pin__open::before {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.map-pin__open::after {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.map-pin__body {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-out;
}

.map-pin__text {
  font-family: "Cuprum";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 12px 0 16px;
}

.map-pin__more {
  display: inline-block;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2f2805;
  background: #ffc300;
  padding: 8px 30px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  margin-bottom: 6px;
  cursor: pointer;
}

.map-pin--1 {
  top: 12%;
  right: 1.5%;
  z-index: 1;
}

.map-pin--2 {
  top: 62.5%;
  right: 5%;
}

.map-pin--3 {
  top: 31%;
  left: 11%;
  z-index: 1;
}

.map-pin--4 {
  top: 33%;
  left: 49%;
}

.map-pin--5 {
  max-width: 292px;
  bottom: 12%;
  left: 4%;
}

#index-types {
  justify-content: space-around;
  padding: 44px 0 40px;
}

#index-types > div {
  width: 48%;
  border: none;
  box-shadow: 0px 3px 15px rgba(16, 16, 17, 0.2);
  border-radius: 10px;
  background: white;
  min-height: unset;
  border: 2px solid transparent;
  margin-bottom: 15px;
  padding: 15px;
}

#index-types > div .index-type-content {
  margin-top: unset;
}

#index-types .index-type-ico {
  display: none;
}

#index-types > div h6 {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

#index-types > div h6::before {
  margin-left: -60px;
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
}

#index-types > div:nth-child(1) h6::before {
  content: "1";
}

#index-types > div:nth-child(2) h6::before {
  content: "2";
}

#index-types > div:nth-child(3) h6::before {
  content: "3";
}

#index-types > div:nth-child(4) h6::before {
  content: "4";
}

#index-types > div:nth-child(5) h6::before {
  content: "5";
}

#index-types > div:hover {
  transform: scale(1);
}

#index-types > div p {
  padding: 0 0 0 60px;
}

#index-types-mobile {
  display: none;
}

#next,
#prev {
  display: none;
}

@media (max-width: 768px) {
  #index-types {
    display: none;
  }

  #index-types-mobile {
    display: flex;
    padding: 0 0 40px;
    flex-direction: column;
    width: 100%;
  }

  .main-img {
    background: #f7f7f7;
    /* width: unset; */
    /* height: 364px; */
    object-fit: contain;
  }

  #index-types-mobile > div h6 {
    text-align: left;
    padding: 0 20px 0 45px;
  }

  #index-types-mobile > div p {
    padding: 0 20px 0 45px;
  }

  #index-types-mobile {
    background: #f7f7f7;
    align-items: center;
    justify-content: space-around;
  }

  #index-types-mobile > div {
    border: none;
    box-shadow: 0px 3px 15px rgba(16, 16, 17, 0.2);
    border-radius: 10px;
    background: white;
    min-height: unset;
    border: 2px solid transparent;
    margin-bottom: 15px;
    padding: 15px;
    max-width: 90%;
  }

  #index-types-mobile > div > a {
    width: 100%;
    height: 100%;
    display: block;
    color: black;
  }

  #index-types-mobile > div .index-type-content {
    margin-top: unset;
    max-width: 85%;
  }

  #index-types-mobile .index-type-ico {
    display: none;
  }

  #index-types-mobile > div h6 {
    max-width: 85%;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 45px;
    font-size: 20px;
  }

  #index-types-mobile > div h6::before {
    margin-left: -45px;
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
  }

  #index-types-mobile > div.owl-stage-outer.owl-height > div > div.owl-item.active.center:nth-child(1) > div > a > h6::before {
    content: "1";
  }

  #index-types-mobile > div.owl-stage-outer.owl-height > div > div.owl-item.active.center:nth-child(2) > div > a > h6::before {
    content: "2";
  }

  #index-types-mobile > div.owl-stage-outer.owl-height > div > div.owl-item.active.center:nth-child(3) > div > a > h6::before {
    content: "3";
  }

  #index-types-mobile > div.owl-stage-outer.owl-height > div > div.owl-item.active.center:nth-child(4) > div > a > h6::before {
    content: "4";
  }

  #index-types-mobile > div.owl-stage-outer.owl-height > div > div.owl-item.active.center:nth-child(5) > div > a > h6::before {
    content: "5";
  }

  #index-types-mobile > div:hover {
    transform: scale(1);
  }

  .owl-item {
    /* max-width: 260px!important; */
  }

  .owl-item > div {
    width: 100%;
  }

  .owl-carousel .owl-item > div > a {
    color: black;
  }

  .owl-carousel .owl-item > div > a {
    color: black;
  }

  .index-types-mobile-container {
    background: #f7f7f7;
    position: relative;
  }

  .index-types-mobile-arrows {
    position: absolute;
    display: flex;
    top: calc(50% - 45px);
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    margin-left: -10px;
  }

  .types-mobile-bg-none {
    background: none;
    padding-top: 25px;
  }

  .types-mobile-bg-none #index-types-mobile {
    background: none;
  }

  #prev {
    padding-left: 10px;
  }

  #next {
    padding-right: 10px;
  }

  #next,
  #prev {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* new boadr end */

/* new video block */
#index-video {
  background: #fff;
}

.black-header-index-video {
  background: #fff;
}

.black-header-index-video h2 {
  margin-top: 30px;
}

/* new video block end*/

/* new mobile fixes*/

.no-margin-row {
  margin: 0;
}

@media (min-width: 992px) {
  .header-container {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .header-phone {
    /* new */
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* new */
    background: #fecf35;
    height: 75px;
    width: 24%;
    float: left;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    padding: 12px 0px;
  }

  .top-menu {
    width: 50%;
    padding: 0px 5px;
  }

  .header-phone-btns {
    display: flex;
  }

  .header-phone .open-callback {
    border-bottom: 1px dashed;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    width: 40px;
    border: none;
    letter-spacing: 1.2px;
    display: inline-flex;
    height: 40px;
    background: #fecf35;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.5);
  }

  .header-email-bordered {
    color: #363636 !important;
    font-size: 18px;
  }

  .top-menu .favorites {
    padding-left: 15px;
  }

  header .logo {
    width: 26%;
  }
}

@media (max-width: 735px) and (orientation: landscape) {
  .header-email-bordered,
  .header-phone-text {
    display: none;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .receiver {
    display: none;
  }
}

@media (min-width: 1280px) {
  .top-menu {
    width: 57%;
    padding: 0 60px;
  }

  header .logo {
    width: 20%;
  }

  .header-phone {
    width: unset;
    padding: 0 0 0 35px;
  }

  .header-container {
    width: 1160px;
  }

  header .logo {
    padding-left: 0;
  }
}

@media (max-width: 734px) {
  .header-phone-tel {
    /* display: none; */
  }

  .header-phone-text {
    font-size: 18px;
  }

  .header-email-bordered {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .header-phone {
    /* new */
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* new */
    background: #f6d700;
    height: 75px;
    width: 26%;
    float: left;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    padding: 12px 0px;
  }

  .top-menu {
    width: 50%;
    padding: 0px 8px;
    text-align: center;
  }

  .header-phone-btns {
    display: flex;
  }

  .header-phone .open-callback {
    border-bottom: 1px dashed;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    width: 40px;
    border: none;
    letter-spacing: 1.2px;
    display: inline-flex;
    height: 40px;
    background: #f6d700;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.5);
  }

  .header-email-bordered {
    color: #363636 !important;
    /* border-bottom: 1px dashed #000; */
    font-size: 18px;
  }

  .top-menu .favorites {
    padding-left: 15px;
  }

  header .logo {
    width: 24%;
  }
}

@media (min-width: 1199px) {
  header .logo {
    width: 20%;
  }

  .top-menu .menu-item {
    padding: 25px 18px;
  }

  .top-menu {
    width: 54%;
  }
}

/* ======================================== case page begin ======================================== */
.case {
  padding: 60px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Cuprum", sans-serif;
}

.det__descr * {
  background-color: transparent !important;
}

.det__descr * {
  font-family: "PT Sans", sans-serif !important;
}

.case:nth-child(2n + 1) {
  background: #f7f7f7;
}

.case-detail-page {
  font-family: "PT Sans", sans-serif;
}

.case-page,
.case-detail-page {
  background: #fff;
  padding-top: 50px;
}

.yellow-btn.case__btn {
  max-width: 190px;
  width: 100%;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  box-shadow: 0px 6px 18px 0px rgba(16, 16, 17, 0.1);
}

.case__container {
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}

.case__title {
  font-family: "Cuprum", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.case__container {
  font-size: 0px;
}

.case__img,
.case__descr {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.case__img {
  width: 20%;
  padding-top: 5px;
}

.case__descr {
  width: 80%;
  padding-left: 7%;
}

.case__text {
  font-family: "PT Sans", sans-serif;
  word-break: break-word;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  color: #000;
}

.main-title {
  font-size: 30px;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  color: #000;
}

.cilist {
  padding: 0;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cilist__img {
  margin: 0 auto;
  max-width: 162px;
}

.cilist__item {
  display: inline-block;
  list-style-type: none;
  margin-right: 5%;
  position: relative;
  text-align: center;
}

.cilist__quant {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: "Cuprum", sans-serif;
  height: 35px;
  width: 35px;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  font-weight: 700;
}

.det__br {
  display: none;
}

.cilist__item:last-of-type {
  margin-right: 0;
}

/* ======================================== case page end ======================================== */

/* ======================================== case detail page begin ======================================== */
.case-detail-page .main-title {
  margin-bottom: 30px;
}

.deterror {
  color: red;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.1);
}

input.modal-textfield {
  height: 40px;
  border: none;
  width: 100%;
  margin-bottom: 5px;
  outline: none;
  background: #fff;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  color: #7e7e7e;
  padding: 0 20px;
  font-family: "PT Sans", sans-serif;
}

.case-detail-page {
  text-align: center;
}

.det-mainimg {
  margin: 0 auto 35px;
  /* max-width: 110px; */
  max-width: 300px;
}

.det__descr {
  text-align: left;
  margin-bottom: 40px;
}

.det__title {
  font-size: 24px;
  font-family: "Cuprum", sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
}

.det__title.det__title--comp {
  margin-bottom: 120px;
}

.det__circle .det__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  justify-content: space-around;
}

.det__circle .det__list .det__listitem {
  flex: 0 1 28%;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #363636;
}

.det__circle .det__list .det__listitem:nth-child(4),
.det__circle .det__list .det__listitem:nth-child(5),
.det__circle .det__list .det__listitem:nth-child(6) {
  margin-top: 123px;
}

.det__circle .det__list .det__listitem span {
  content: "";
  height: 60px;
  position: absolute;
  top: -80px;
  font-family: "Cuprum", sans-serif;
  left: 50%;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  transform: translateX(-50%);
  width: 60px;
  background-image: -moz-linear-gradient(90deg, rgb(240, 185, 5) 0%, rgb(245, 215, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(240, 185, 5) 0%, rgb(245, 215, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(240, 185, 5) 0%, rgb(245, 215, 0) 100%);
}

/* .det__circle ul li:nth-child(1)::after{
  content: '1';
}

.det__circle ul li:nth-child(2)::after{
  content: '2';
}

.det__circle ul li:nth-child(3)::after{
  content: '3';
}

.det__circle ul li:nth-child(4)::after{
  content: '4';
}

.det__circle ul li:nth-child(5)::after{
  content: '5';
}

.det__circle ul li:nth-child(6)::after{
  content: '6';
} */

.det__circle {
  margin-bottom: 100px;
}

.det__text {
  text-align: left;
  margin-bottom: 30px;
}

.detlist {
  column-count: 2;
  list-style-type: decimal;
  margin: 0 auto;
  text-align: left;
  padding-left: 0;
  max-width: 91%;
  margin-bottom: 40px;
}

.detlist li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  padding: 0 20px;
  position: relative;
}

.detlist li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #fecf35;
  width: 2px;
  left: 0;
}

.detlist li a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  text-align: left;
}

.det__container {
  max-width: 770px;
  margin: 0 auto;
}

.eximg-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.eximg-wrap {
  flex: 0 1 50%;
}

.eximg-grid {
  margin-bottom: 40px;
}

.case-detail-page .boards-map .map-wrap {
  margin-left: 0;
}

.case-detail-page .boards-map {
  height: 455px;
  margin-bottom: 30px;
}

.det__resultask {
  text-align: left;
  margin-bottom: 30px;
}

.eximg {
  margin: 12px;
  /* height: 0; */
  /* padding: 33%; */
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.exim-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feat {
  color: #9a9a9a;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.feat__item {
  flex: 0 1 30%;
}

.feat__text {
  font-size: 16px;
}

.feat__num {
  font-size: 46px;
  margin-bottom: 10px;
  font-family: "Cuprum", sans-serif;
  font-weight: 400;
}

.feat__percent {
  font-size: 20px;
}

.det__btn {
  margin-bottom: 100px;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0px 6px 10px 0px rgba(16, 16, 17, 0.2);
}

/* modal restyling */
.det-modal {
  max-width: 570px;
  margin: 0 auto;
  font-family: "PT Sans", sans-serif;
}

.modal-wrap {
  background: #f1f1f1;
  padding: 40px 20px 60px;
}

.modal.det-modal {
  display: block !important;
  position: relative;
}

.modal-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.det__subtext {
  margin-bottom: 30px;
  font-size: 16px;
}

.modal-rowfirst {
  justify-content: space-between;
}

.modal-policy {
  margin-bottom: 40px;
}

.modal-policy,
.modal-policy a {
  color: #a0a0a0;
}

.modal-policy a {
  border-bottom: 1px dashed #a0a0a0;
}

.modal-policy {
  text-align: left;
}

.det-modal .modal-textinput {
  flex: 0 1 48%;
  max-width: 48%;
}

.modal-btn {
  display: inline-block;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0px 6px 10px 0px rgba(16, 16, 17, 0.2);
}

.det-modal .modal-textinput::placeholder {
  color: #7e7e7e;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
}

.modal-checkbox {
  display: none;
}

.modal-label {
  position: relative;
  left: 30px;
}

.modal-label:hover {
  cursor: pointer;
}

.modal-label::after {
  content: "";
  position: absolute;
  width: 14px;
  left: -30px;
  top: 3px;
  height: 14px;
  background: #f5d700;
  border-radius: 2px;
}

.modal-checkbox:checked + .modal-label::after {
  background: url("../img/bg-check.png") no-repeat top center/cover;
}

.modalpol-text {
  text-align: left;
}

/* modal restyling */
/* ======================================== case detail page end ======================================== */

/*  ||||||||||||||||||||||||||||||||||||||||| MEDIA 992 |||||||||||||||||||||||||||||||||||||||||  */
@media (max-width: 992px) {
  .case__container {
    padding: 0 20px;
  }

  .case-detail-page {
    padding: 35px 0 0;
  }

  .eximg-grid {
    margin: 0 0 30px;
    padding: 0 10px;
  }

  .det__resultask,
  .det__text,
  .det__descr,
  .case-detail-page .main-title {
    padding: 0 20px;
  }
}

/*  ||||||||||||||||||||||||||||||||||||||||| MEDIA 992 |||||||||||||||||||||||||||||||||||||||||  */

/*  ||||||||||||||||||||||||||||||||||||||||| MEDIA 768 |||||||||||||||||||||||||||||||||||||||||  */
@media (max-width: 768px) {
  .case__img {
    width: 15%;
  }

  .case__descr {
    width: 85%;
    padding-left: 3%;
  }

  .cilist__item {
    margin-right: 3%;
  }

  .case-page .main-title {
    margin-bottom: 0;
  }

  .map-wrap {
    /* старые стили для карты */
    padding: 0 20px;
  }
}

/*  ||||||||||||||||||||||||||||||||||||||||| MEDIA 768 |||||||||||||||||||||||||||||||||||||||||  */

/*  ||||||||||||||||||||||||||||||||||||||||| MEDIA 480 |||||||||||||||||||||||||||||||||||||||||  */

@media (max-width: 480px) {
  .map-wrap {
    padding: 0;
  }

  .case-page,
  .case-detail-page {
    padding-top: 35px;
  }

  .case {
    text-align: center;
    padding: 20px 0 40px;
  }

  .case-page .main-title {
    text-align: center;
  }

  .case__img,
  .case__descr {
    width: 100%;
  }

  .case__img img {
    max-width: 100px;
    margin: 0 auto 20px;
  }

  .cilist__img {
    display: none;
  }

  .case__descr {
    padding-left: 0;
  }

  .cilist {
    flex-direction: column;
  }

  .cilist__item {
    margin-right: 0;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    min-height: 35px;
    padding: 5px 10px;
    border-radius: 100px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto 17px;
    box-sizing: border-box;
  }

  .cilist__item:last-of-type {
    margin-right: auto;
  }

  .cilist {
    margin-bottom: 20px;
  }

  .cilist__quant {
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    order: 2;
    border-radius: 0;
    font-size: 14px;
    width: auto;
    height: auto;
    font-family: "Cuprum", sans-serif;
    font-weight: 700;
  }

  span.cilist__board {
    margin-right: 6px;
    flex: 0 1 auto;
    max-width: 75%;
  }

  /* case detail page begin */
  .det__circle .det__list .det__listitem:nth-child(4),
  .det__circle .det__list .det__listitem:nth-child(5),
  .det__circle .det__list .det__listitem:nth-child(6) {
    margin-top: 0;
  }

  .modal-label {
    max-width: 90%;
    display: inline-block;
    left: 20px;
  }

  .modal-label::after {
    left: -20px;
  }

  .det__circle ul {
    flex-direction: column;
  }

  .modal-wrap {
    padding: 40px 20px 50px;
  }

  .modal-rowfirst {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .case-detail-page .boards-map {
    height: 380px;
  }

  .case-detail-page .main-title {
    margin-bottom: 20px;
  }

  .det-mainimg {
    margin: 0 auto 15px;
  }

  .det-modal .modal-textinput {
    flex: 0 1 100%;
    max-width: 100%;
  }

  .modal-row {
    margin-bottom: 0;
  }

  .modal-row .modal-textinput {
    margin-bottom: 20px;
  }

  .det__title.det__title--comp {
    margin-bottom: 20px;
  }

  .eximg-wrap,
  .feat__item {
    flex: 0 1 100%;
  }

  .feat__item {
    margin-bottom: 30px;
  }

  .feat {
    margin-bottom: 20px;
  }

  .det__btn {
    margin-bottom: 60px;
  }

  .det__circle .det__list .det__listitem {
    flex: 0 1 30px;
    text-align: left;
    padding-left: 40px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .det__br {
    display: block;
  }

  .detlist {
    column-count: 1;
  }

  .det__circle {
    margin-bottom: 30px;
  }

  .det__circle .det__list .det__listitem span {
    height: 30px;
    width: 30px;
    font-size: 16px;
    left: 0;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
    min-height: 30px;
  }

  /* case detail page end */
}

/* category fix */

.home-title .yellow {
  font-size: 30px !important;
}

.black-header {
  padding: 60px 0 30px 0;
}

.black-header-category {
  text-align: left;
  padding: 0 0 30px 0;
}

.black-header-category h2 {
  text-transform: capitalize;
}

.black-header-category-line {
  display: none;
}

/* category fix END*/

/*home fix*/
#about-menu-wrap #about-content > div.active {
  display: flex;
}

.about-content-text {
  margin: 0 15px;
}

.about-content-text-first {
  padding-bottom: 60px;
  border-bottom: 2px solid black;
}

.about-content-text-last {
  margin-top: 5px;
  padding-top: 60px;
  border-top: 2px solid black;
}

@media (max-width: 768px) {
  .about-menu {
    background: #fff;
  }

  #about-menu-wrap > div.black-header {
    background: #fff;
  }

  #about-menu-wrap #about-content > div.active {
    display: block;
  }

  .about-content-text-last {
    margin-top: 0px;
    padding-top: 60px;
    border-top: 0;
  }
}

.container.float-left div.back {
  border: #ff00006e solid 1px;
  padding: 5px;
  margin: 5px;
  width: 80px;
  text-align: center;
  font-size: large;
  color: #ff0000ad;
  border-radius: 5px;
  position: relative;
  left: 600px;
}

/*home fix END*/

#modal-last-news {
  width: 95%;
  max-width: 915px;
  height: auto;
  padding: 0 60px;
  border-radius: 0;
}

.modal-last-news-item {
  padding: 60px 0;
}

.modal-last-news-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 208px;
}

.modal-last-news-item b {
  font-size: 18px;
  color: black;
}

.modal-last-news-item p {
  margin: 20px 0 10px;
  font-size: 14px;
  color: #51585c;
}

.modal-last-news-item_link {
  font-size: 16px;
  color: #e1c506;
}

.modal-last-news-item_link:hover {
  text-decoration: underline;
  color: #e1c506;
}

#modal-last-news > .modal-last-news-item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 800px) {
  #modal-last-news {
    padding: 0 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .modal-last-news-item p {
    margin: 10px 0;
  }
}

@media (max-width: 600px) {
  .modal-last-news-item {
    padding: 30px 0;
  }

  .modal-last-news-item b {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 400px) {
  .modal-last-news-item {
    padding: 20px 0;
  }

  .modal .close {
    top: 10px;
    right: 10px;
  }
}

.custom_error {
  display: none;
}

.custom_error.active {
  display: block;
}

/*  ||||||||||||||||||||||||||||||||||||||||| MEDIA 480 |||||||||||||||||||||||||||||||||||||||||  */

/* EPIC MOVES START*/
.item__form {
  display: flex;
  align-items: center;
  padding: 25px 100px 25px 25px;
  width: 100%;
  background: #333333;
  color: white;
  margin: 0 0.8% 20px 0.8%;
}

.item__form .form {
  width: 100%;
  display: flex;
  align-items: center;
}

.form__wrapper {
  width: 100%;
}

.item__form-logo a svg,
.item__form-logo a img.logo-vm-data {
  height: 150px;
  width: 150px;
  margin-right: 70px;
}

.form-5 .item__form-logo a svg,
.form-5 .item__form-logo a img.logo-vm-data {
  height: 60px;
  width: 60px;
  margin-right: 20px;
}

.form-2 .item__form-logo a svg,
.form-2 .item__form-logo a img.logo-vm-data {
  height: 60px;
  width: 60px;
  margin-right: 0;
}

.form-2 .form__title {
  flex-direction: row-reverse;
}

.form__title {
  display: flex;
  align-items: center;
}

.form__title--text {
  display: flex;
  flex-direction: column;
}

.form__title--text p {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 900;
}

.form__title--text p:last-child {
  margin-bottom: 30px;
}

.form__inputs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-2 .form__inputs {
  flex-direction: column;
}

.form__input {
  text-indent: 10px;
  padding: 10px 10px 10px 0;
  margin-right: 20px;
  width: 100%;
  color: #333;
}

.form-2 .form__input {
  margin-right: 0;
  margin-bottom: 20px;
}

.form__btn--yellow {
  background: #f5d700;
  font-size: 16px;
  color: black;
  padding: 10px 25px;
  min-width: 135px;
  border: none;
}

.form__input::placeholder {
  color: #a4a4a4;
}

.form__errors {
  margin: 40px 0 0 0;
  display: none;
  flex-wrap: wrap;
  align-items: center;
}

.form-2 .form__errors {
  justify-content: center;
}

.form__errors > .custom_error {
  font-size: 18px;
  color: tomato;
  margin-right: 15px;
}

.form__errors > .custom_error.success {
  color: #5bff47;
}

@media (min-width: 993px) {
  .item__form.form-7 {
    display: flex;
  }

  .item__form.form-5 {
    display: none;
  }

  .item__form.form-2 {
    display: none;
  }
}

@media (max-width: 992px) {
  .item__form.form-7 {
    display: none;
  }

  .item__form.form-5 {
    display: flex;
    align-items: flex-start;
    padding: 25px;
  }

  .item__form.form-5 .form {
    flex-direction: column;
    align-items: flex-start;
  }

  .item__form.form-5 .form .form__title--text p:last-child {
    margin-bottom: 0;
  }

  .item__form.form-5 .form .form__inputs {
    margin-top: 30px;
  }

  .item__form.form-2 {
    display: none;
  }
}

@media (max-width: 500px) {
  .item__form.form-7 {
    display: none;
  }

  .item__form.form-5 {
    display: none;
  }

  .item__form.form-2 {
    display: flex;
    padding: 25px;
  }

  .item__form.form-2 .form {
    flex-direction: column;
  }

  .item__form.form-2 .form .form__title--text p {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .item__form.form-2 .form .form__title--text p:last-child {
    font-size: 16px;
  }

  .item__form.form-2 .form .form__title {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
}

/* EPIC MOVES END */

/*  BANNER START */

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.banner picture {
  width: 100%;
}

.banner img {
  width: 100%;
  object-fit: contain;
}

.banner__text {
  position: absolute;
  bottom: 5px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #848484;
  font-weight: 400;
}

.banner-container-fluid {
  background: #fff;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .banner__text {
    bottom: -15px;
    padding: 5px 20px;
  }

  .banner-container,
  .banner-container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .yellow-btn--p {
    padding: 30px 20px;
    line-height: 1;
    font-size: 16px;
  }

  .banner-container,
  .banner-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .banner {
    z-index: 9;
  }

  .banner__text {
    font-size: 9px;
    position: initial;
    padding: 0 20px;
  }

  .banner img {
    position: relative;
  }

  .banner-container-fluid {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 375px) {
  .banner__text {
    font-size: 9px;
    padding: 5px 20px;
    bottom: 20px;
  }
}

@media (max-width: 320px) {
  .banner__text {
    font-size: 9px;
    padding: 5px 20px;
    bottom: 10px;
    text-align: center;
  }
}

/*  BANNER END */

/* CALLBACK PAGE START */

.callback {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.callback__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 125px;
}

.callback__form {
  max-width: 360px;
  padding-top: 55px;
}

.callback__form label {
  margin-bottom: 10px;
  display: block;
}

.callback__form input {
  max-height: 30px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

.callback__form #phone_custom {
  margin-bottom: 30px;
}

.callback__form .custom_error {
  color: tomato;
  font-size: 12px;
  padding: 0;
}

.callback__form .custom_error.success {
  color: green;
}

.callback .black-header,
.callback .seo-block {
  background: transparent;
}

.callback hr {
  border-top: 1px solid #d0d0d0;
}

.callback__title.home-title span {
  color: #000;
}

@media (max-width: 980px) {
  .callback__wrapper {
    padding: 0 20px;
    grid-gap: 60px;
  }

  .callback .black-header {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .callback__wrapper {
    grid-template-columns: 1fr;
  }

  .callback__image {
    display: none;
  }
}

/* CALLBACK PAGE END */

/* filters close-show */

.close-show {
  left: 20px;
  position: fixed;
  top: auto;
  bottom: 0;
  background-image: linear-gradient(180deg, #fdd400 0%, #d8b000 100%);
  width: 46%;
  height: 40px;
  z-index: 1000;
  opacity: 1;
  margin: 0 auto;
  border-radius: 14px 14px 0 0;
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -1px 4px 4px rgb(0 0 0);
}

@media screen and (max-width: 600px) {
  .close-show {
    display: flex;
  }
}

.close-show-txt {
  font-size: 24px;
  font-weight: 700;
}

/* filters close-show   end*/

/* map disclaimer */

#map {
  position: relative;
}

.disclaimer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/template/public/img/map_load_bckg.jpg) 50% 50% / auto auto;
}

/* map disclaimer   end*/

/* callback buttons */

.phone-call {
  display: none;
}

.phone-call .open-callback {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 600px) {
  .phone-call {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .form-call {
    display: none;
  }
}

/* callback buttons end */

.footer_share_title {
  font-weight: bold;
  padding: 0 0 0 4px;
  margin: 0 0 7px 0;
}

.preview-item-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 14px;
  left: 0;
  position: absolute;
  right: 0;
}

#category #catalog-items-list .item.item-with-buttons .content {
  padding-bottom: 60px;
}
.item.item-with-buttons .preview-item-buttons .yellow-btn {
  padding: 0 15px;
  line-height: 35px;
  box-shadow: none;
}
.preview-item-buttons > div {
  cursor: pointer;
}
.item.item-with-buttons {
  position: relative;
}

.preview-item-buttons .add-favorite {
  color: #2451b4;
}

.balloon-layout .detail {
  padding: 0;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.balloon-layout .content .yellow-btn {
  width: 46%;
  float: left;
}
.balloon-layout .content .yellow-btn.zakazat-btn-ymaps {
  float: right;
}

.balloon-layout .sides {
  margin-bottom: 10px;
}

.balloon-layout .content .detail {
  padding: 0;
  margin: 10px auto 0 auto;
  width: 100%;
  text-align: center;
}

.footer-policy-link-wrapper {
  position: relative;
  z-index: 2;
  max-width: 174px;
}

.footer-policy-link {
  line-height: 18px;
}

.c-info-panel-container.c-info-panel-container_open {
  display: block;
}
.c-info-panel-container.c-info-panel-container_open {
  padding: 10px 0;
}
.c-info-panel-container {
  display: none;
}
.c-info-panel-container {
  z-index: 9999999999;
  background-color: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-info-panel_dark {
  background-color: #333;
  color: #fff;
}

.l-container {
  min-width: 100%;
}

.c-info-panel__container {
  display: table;
  width: 100%;
  font-size: 13px;
  height: 30px;
}

.c-info-panel__close-button-container,
.c-info-panel__content-container {
  display: table-cell;
  vertical-align: middle;
}
.c-info-panel__content-container {
  width: 100%;
}

.c-cookie-panel__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.c-cookie-panel__button-container,
.c-cookie-panel__content-container {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 10px;
}
.cookie-bold {
  font-weight: bold;
}

.c-button,
.c-button-decorator button,
.c-button-decorator input[type="button"],
.c-button-decorator input[type="reset"],
.c-button-decorator input[type="submit"] {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding: 8px 14px 9px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: black;
  border: 1px solid transparent;
  border-radius: 4px;
  /*background-color: rgb(0, 92, 160);*/
  background-color: #f6d700;
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: 0;
}
.c-button_size_xs {
  font-size: 13px;
  border-radius: 4px;
  padding: 4px 9px 5px;
}

@media screen and (max-width: 767px) {
  .c-cookie-panel__container {
    display: block;
  }
  .c-cookie-panel__button-container,
  .c-cookie-panel__content-container {
    padding: 0 10px 10px 10px;
  }
}

.tkm-page-qa-section-el-title {
  position: relative;
  transition: ease all 0.3s;
}
.tkm-page-qa-section-el-title:after,
.tkm-page-qa-section-el-title:before {
  position: absolute;
  content: " ";
  transition: ease all 0.3s;
  width: 28px;
  border-radius: 6px;
  right: -22px;
  top: 11px;
  height: 5px;
  background: #ffbb02;
}
.tkm-page-qa-section-el-title:after {
  transform: rotate(90deg);
}
.tkm-page-qa-section-el {
  background: #f7f7f7;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 5px;
  margin: 18px 0;
}
.tkm-page-qa-section-el-descr {
  display: none;
  margin-top: 27px;
}
.tkm-page-qa-section-el.active .tkm-page-qa-section-el-title:after {
  transform: rotate(45deg);
  transition: ease all 0.3s;
}
.tkm-page-qa-section-el.active .tkm-page-qa-section-el-title:before {
  transform: rotate(-45deg);
  transition: ease all 0.3s;
}
.tkm-page-qa-section-el.active .tkm-page-qa-section-el-descr {
  display: block;
}
.tkm-page-title {
  font-size: 27px;
}
.tkm-page-table tr td {
  padding: 14px 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.tkm-page-table tr td:last-child {
  border-right: 1px solid #cccccc;
}
.tkm-page-table tr td:first-child {
  font-weight: bold;
  background: #f7f7f7;
}
.tkm-page-table.tkm-page-table-sm tr td:first-child {
  border-left: 1px solid #cccccc;
}

.tkm-page-table {
  margin: 40px 0;
}
.tkm-block-section-info-single-title {
  padding-left: 76px;
}
.tkm-block-section-info-single,
.tkm-block-section-info.tkm-block-section-info-single {
  padding-left: 85px;
}

.tkm-block-section-info-list.tkm-block-section-info-list-one-column li {
  width: 100%;
}

.tkm-block-section-info-list.tkm-block-section-info-list-one-column li::before {
  top: 16px;
}

.tkm-block-section-info-list-simple.tkm-block-section-info-list {
  margin-left: 72px;
}
.tkm-block-section-info-list.tkm-block-section-info-list-simple li::before {
  top: 16px;
}
.tkm-block-section-info-mb-10.tkm-block-section-info {
  margin-bottom: 10px;
}
.tkm-block-section-info-v2.tkm-block-section-info {
  margin: 10px 0 10px 30px;
}
.tkm-block-section-info {
  padding: 25px 50px;
  margin: 40px 0;
}
.tkm-block-section-info-list {
  margin: 0;
  padding: 0;
  font-size: 20px;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
.tkm-block-section-info-list li {
  width: 45%;
  position: relative;
  padding: 10px 0px 10px 36px;
}
.tkm-block-section-info-list li:before {
  position: absolute;
  content: " ";
  left: 3px;
  top: 16px;
  width: 16px;
  height: 16px;
  display: block;
  background: #ffbb02;
}
.tkm-page-grey-bg {
  background: #f7f7f7;
}
.tkm-page-text,
.tkm-block-section-info-title {
  font-size: 20px;
}
.tkm-list-documents {
  list-style: none;
  font-size: 20px;
  padding: 0;
  margin-left: 140px;
}
.tkm-list-documents-el {
  position: relative;
  padding: 20px 0;
}
.tkm-list-documents-el:before {
  position: absolute;
  width: 40px;
  height: 50px;
  content: " ";
  left: -60px;
  display: block;
  top: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.tkm-list-documents-el.tiff:before {
  background-image: url(/template/public/img/tiff.svg);
}
.tkm-list-documents-el.coredraw:before {
  background-image: url(/template/public/img/CoreDraw.svg);
}
.tkm-list-documents-el.eps:before {
  background-image: url(/template/public/img/eps.svg);
}
.tkm-list-documents-el.ai:before {
  background-image: url(/template/public/img/ai.svg);
}
.tkm-list-documents-el.psd:before {
  background-image: url(/template/public/img/psd.svg);
}
.bold {
  font-weight: bold;
}
.typical-bg {
  background-color: rgb(248, 247, 247);
}
.tkm-block-section-number {
  background-color: #ececec;
  border: 7px solid #ffbb02;
  display: inline-block;
  min-width: 56px;
  max-height: 56px;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}
.tkm-page * {
  font-family: "Cuprum", sans-serif;
  color: #242424;
}
.tkm-page h1 {
  /*font-size: 31px;*/
}

.tkm-block-section-text {
  font-size: 27px;
  margin-left: 20px;
}
.tkm-block-section-text-underline {
  font-weight: bold;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.tkm-block-section-text-underline:before {
  content: " ";
  width: 110%;
  height: 10px;
  display: inline-block;
  background: #ffbb02;
  bottom: 4px;
  position: absolute;
  z-index: -1;
  left: -2px;
}
.tkm-block-section-text-underline-v2:before {
  width: 102%;
}
.tkm-block-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0;
}
.tkm-block-section-mb-0 {
  margin-bottom: 0;
}
.tkm-page-table-sm {
  display: none;
}
.center-text {
  text-align: center;
}
.tkm-block-section-info-list-numbers li {
  counter-increment: inst;
}
.tkm-block-section-info-list-numbers.tkm-block-section-info-list.tkm-block-section-info-list-one-column li:before {
  content: counter(inst);
  color: #ffbb02;
  left: 3px;
  top: 5px;
  width: auto;
  height: auto;
  font-size: 27px;
  display: block;
  background: transparent;
}
.tkm-block-section-info.pl-35 {
  padding-left: 35px;
}
.tkm-block-section-info.ml-80,
.ml-80 {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .tkm-block-section-info.ml-80,
  .ml-80 {
    margin-left: 0px;
  }
  .tkm-block-section-info-v2.tkm-block-section-info {
    margin: 10px 0;
    padding-left: 0;
  }
  .tkm-block-section-info-list-simple.tkm-block-section-info-list-simple-v2.tkm-block-section-info-list {
    margin: 0;
  }
  .tkm-block-section-info-list-simple-v2 li {
    /*width: 100%;*/
  }
  .tkm-block-section-info-list-numbers.tkm-block-section-info-list.tkm-block-section-info-list-one-column li::before {
    left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .tkm-block-section-info-list-numbers.tkm-block-section-info-list.tkm-block-section-info-list-one-column li::before {
    font-size: 20px;
    top: 8px;
  }
  .tkm-block-section-info-list {
    display: block;
  }
  .tkm-block-section-info-list li {
    width: 100%;
  }
  .tkm-block-section-info {
    padding: 25px;
  }
  .tkm-block-section-info-single,
  .tkm-block-section-info.tkm-block-section-info-single {
    padding-left: 25px;
  }
  .tkm-page-qa-section-el-title {
    max-width: 95%;
  }
  .tkm-page-qa-section-el-title::after,
  .tkm-page-qa-section-el-title::before {
    right: -22px;
  }
  .tkm-page-qa-section-el {
    padding: 20px 25px;
  }
  .tkm-page-table {
    display: none;
  }
  .tkm-page-table-sm.tkm-page-table {
    display: block;
  }

  .tkm-block-section-info-list li,
  .tkm-list-documents-el,
  .tkm-page-text,
  .tkm-block-section-info-title {
    font-size: 16px;
  }
  .tkm-block-section-number,
  .tkm-page-title,
  .tkm-block-section-text {
    font-size: 20px;
  }
  .tkm-list-documents-el::before {
    top: 25px;
  }
  .tkm-block-section-number {
    min-width: 40px;
  }
}

footer .open-callback .demis img {
  height: 42px;
}
.demis-text-link {
  color: rgb(54, 54, 54);
}

.resume {
  border-radius: 2px;
  margin-bottom: 48px;
  margin-top: 24px;
  height: 50px;
  overflow: hidden;
  background-image: linear-gradient(180deg, #fdd400 0%, #d8b000 100%);
  box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}

.resume-input {
  display: none !important;
}

.resume-title.hidden {
  display: none;
}

.resume-label {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-size: 16px;
  padding-top: 6px;
  cursor: pointer;
}

.resume-name {
  text-align: center !important;
  background: none !important;
  border: none !important;
  text-overflow: ellipsis !important;
  height: 20px !important;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0 12px !important;
}

.resume-name.hidden {
  display: none !important;
}

.policy-link {
  margin-top: 5px;
}

.form-about-inputs {
  margin: 0 0 10px 0;
}

.fav-object-page {
  padding: 20px 0 0 0;
}
.wav-workarea-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.fav-all-remove-btn {
  cursor: pointer;
}

.yellow-btn.fav-all-remove-btn {
  padding: 0 20px;
}



.main-wheat .overlay.overlay-light {
  background: #d9d6d6;
}

.main-banner {
  display: flex;
  max-height: 550px;
  justify-content: space-between;
  align-items: flex-start;
}

.main-banner-title {
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: black;
}
.main-banner-ls {
  padding-top: 70px;
}
.main-wheat {overflow: hidden;}

.table-normalaze {
  width: 100%;
  margin: 0 0 10px;
}

.table-normalaze td, .table-normalaze th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border: 1px solid #000000;
  text-align: left;
}

.table-normalaze th {
  background-color: #ffd966;
}

h2.heding-h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px){
  .main-banner.flex {
    position: relative;
    padding: 0 24px;
  }
  
  .main-banner-ls {
    padding-top: 0;
    z-index: 1;
    text-align: left;
    margin: 0 auto;
    width: 100%;
  }

  .main-banner-title {
    font-size: 36px;
  }

  .main-banner-rs {
    max-width: 500px;
    /* bottom: -158px; */
    right: 0;
    /* position: absolute; */
    z-index: 0;
  }
  .main-banner-rs img {
    width: 100%;
  }

  .main-banner-ls {
    position: relative;
    top: -52px;
  }

}


@media screen and (max-width: 991px){
  .main-banner-rs {
    bottom: -130px;
    right: -73px;
  }
}

@media screen and (max-width: 767px){
  .main-banner-rs {
    display: none;
  }
  .main-banner-ls {
    position: relative;
    top: -125px;
    text-align: center;
  }
  .main-banner-title {
    font-size: 27px;
    margin-top: 14px;
  }  
  .main-banner-ls img {
    max-width: 96px;
  }
  .main-wheat .overlay.overlay-light {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(/template/public/img/xs-banner.webp);
  }
}



@media screen and (max-width: 570px){
  .main-banner-title {
    font-size: 20px;
    font-weight: bold;
  }
  .main-banner-title {
    font-size: 27px;
    margin-top: 14px;
  }
  .main-wheat {
    min-height: 510px;
  }
  .main-banner-ls {
    top: -127px;
  }

  .main-wheat .yellow-btn {
    font-weight: bold;
    font-size: 14px;
    min-width: 254px;
    padding: 18px 0;
    text-shadow: none;
    margin-top: 0;
    font-family: "PT Sans", sans-serif;
  }
  .table-normalaze {
    table-layout: fixed;
  }
  .table-normalaze td, .table-normalaze th {
    word-wrap:break-word;
  }


}



.address_wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

.vl {
    border-left: 1px solid silver;
    height: 80%;
    width: 1px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 40px;
}

.contact_form {
    margin: 25px 0;
}

.red-warning {
    color: red;
    display: none;
}
@media (max-width: 1050px) {
    .vl {
        display: none;
    }
}
@media (max-width: 991px) {
    .address_wrapper {
        display: block;
    }
    .addresses {
        margin: 0 auto;
        width: 100% !important;
        height: 100%;
    }
    .contact_form {
        width: 50%;
        margin: 20px auto;
    }
    .address_wrapper .track {
        width: unset;
        display: flex;
        margin-bottom: 25px;
        overflow: unset;
    }
}

@media (max-width: 768px) {
    .addresses {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
    
    .contact_form {
        width: 95%;
        margin: 20px;
    }
}


.main-wheat-yellow-gradient {
    background: rgb(246,207,90);
    background: linear-gradient(157deg, rgba(246,207,90,1) 2%, rgba(224,157,24,1) 100%);
}
.overlay-background-image {
    position: relative;
}
.overlay-background-image-container {
    position: absolute;
    top: 176px;
    left: 680px;
    font-family: "Montserrat","PT Sans", sans-serif;
}
.overlay-background-image-text {
    
    font-size: 49px;
    font-weight: bold;
    line-height: 1.2em;
}
.light-black-btn {
    transition: ease all .3s;
    background: #363636;
    color: white;
    display: inline-block;
    padding: 18px;
    min-width: 240px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.overlay-background-image .light-black-btn {
    margin-top: 50px;
}
.light-black-btn:focus,
.light-black-btn:active,
.light-black-btn:hover {
    transition: ease all .3s;
    background: white;
    color: #363636;
    text-decoration: none;
}
.overlay-background-image-text .main-wheat-yellow-gradient-br:nth-child(3){
    display: none;
}

.cards-category-geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cards-category-geo__item a {
  display: inline-block;
  padding: 8px 28px;
  background: #ff9700;
  font-size: 16px;
  color: #ffffff;
}

.cards-category-geo__item a:hover {
  opacity: 0.7;
}

.tech-trebovaniay-item img {
  max-width: 100%;
}

.tech-trebovaniay-item {
  margin-bottom: 35px;
}

.tech-trebovaniay-block {
  margin-top: 35px;
}

.tech-trebovaniay-item a {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
}

.feedback_form {
  max-width: 640px;
  margin: 0 auto;
}

.feedback_form__block {
  background: #F1F1F1;
  padding: 30px 64px;
  margin-bottom: 35px;
}

.feedback_form__heading {
  text-align: center;
  margin-bottom: 20px;
}

.feedback_form label {
  font-weight: 400;
}

.feedback_form .resume {
  margin-bottom: 25px;
}


button#feedback_send {
  border: 1px solid #F6D700;
  background: #F6D700;
  width: 364px;
  box-shadow: none;
  margin: 0 auto;
  display: block;
}

button#feedback_send:hover {
  opacity: 0.7;
}

.reviews-vmoutd__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.reviews-vmoutd__title {
  font-weight: bold;
  font-size: 16px;
}

.reviews-vmoutd {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
}

.reviews-vmoutd__item {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}

.reviews-vmoutd__item:last-child {
  border-bottom: none;
} 

.reviews-vmoutd__text {
  font-size: 16px;
  margin-bottom: 5px;
}

.reviews-vmoutd__date {
  font-size: 14px;
  color: #999;
}

.reviews-card {
  border: 1px solid #363636;
  padding: 32px 32px 35px 32px;
  color: #363636;
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 20px;
}

.reviews-card__text {
  font-weight: 400;
  margin-bottom: 20px;
  height: 170px;
  min-height: 170px;
  overflow: hidden;
}

.reviews-card__name {
  font-weight: 700;
}

.reviews-card__data {
  color: #BABABA;
  font-weight: 400;
}

.reviews-card__stars {
  margin-bottom: 20px;
}

.rev-read-more {
  color: #BABABA;
  font-weight: 400;
  display: block;
  margin-bottom: 17px;
  visibility: hidden;
}

.rev-read-more__visibility {
  visibility: visible;
}

.rev-read-more:hover {
  cursor: pointer;
}

.rev-read-more:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(/template/public/img/more-arrow.svg) no-repeat center;
  display: inline-block;
  margin-left: 10px;
}


.reviews-card-active .reviews-card__text {
  height: 274px;
  overflow: auto;
  margin-bottom: 5px;
}

.reviews-card-active .rev-read-more, .reviews-card-active .reviews-card__name, .reviews-card-active .reviews-card__data {
  display: none;
}

.tile-reviews > .row {
  margin-left: 0px;
  margin-right: 0px;
}

.tile-reviews-more {
  font-style: normal;
  font-weight: 700;
  color: #363636;
}

.tile-reviews-more:hover {
  cursor: pointer;
}

.tile-reviews .col-reviews-card:nth-child(n+4) {
  display: none;
}

.tile-reviews-more-block {
  margin-top: 20px;
  margin-bottom: 45px;
}

.gallery-carousel .owl-prev > span, .gallery-carousel .owl-next > span {
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.gallery-carousel .owl-prev > span:hover, .gallery-carousel .owl-next > span:hover {
  opacity: 0.7;
}

.gallery-carousel .owl-prev, .gallery-carousel .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.gallery-carousel .owl-prev {
  left: 5px;
}

.gallery-carousel .owl-next {
  right: 15px;
}

.gallery-carousel {
  margin-bottom: 25px;
}

.gallery-carousel-item-inner {
  height: 370px;
  background-size: cover;
}

.сontact-us-info {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDB900), to(#FEA200));
  background: -o-linear-gradient(top, #FDB900 0%, #FEA200 100%);
  background: linear-gradient(180deg, #FDB900 0%, #FEA200 100%);
  padding: 70px 0px;
}

.сontact-us-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}

.сontact-us-col {
  width: 50%;
}

.сontact-us-info-wrap {
  color: #000000;
  font-family: PT Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.сontact-us-info__heading {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.сontact-us-info-text {
  margin-bottom: 28px;
}

.сontact-us-info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px;
}

.сontact-us-info-list__item--bold {
  font-weight: 700;
}

.сontact-us-info-list__img {
  margin-right: 30px;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  background: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.сontact-us-info__form__block {
  border-radius: 5px;
  background: #FFF;
  padding: 32px 55px 17px 55px;
}

.сontact-us-info__form label {
  color: #363636;
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.сontact-us-info__form .form-control {
  height: 50px;
}

.сontact-us-info__form textarea.form-control {
  height: 80px;
}

.сontact-us-info__form button#сontact-us-info_send {
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FBD200), to(#DAB200));
  background: -o-linear-gradient(top, #FBD200 0%, #DAB200 100%);
  background: linear-gradient(180deg, #FBD200 0%, #DAB200 100%);
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
  margin-top: 27px;
  margin-bottom: 8px;
  border: none;
  width: 100%;
}

.сontact-us-info__form .сontact-us-policy {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 1050px){
    .overlay-background-image-static {
        display: none;
    }
    .overlay-background-image-container {
        left: 0;
        right: 0;
        max-width: 570px;
        text-align: left;
        margin: 0 auto;
        top: 144px;
    }
    .overlay-background-image-text .main-wheat-yellow-gradient-br:nth-child(2){
        display: none;
    }
    .overlay-background-image-text .main-wheat-yellow-gradient-br:nth-child(3){
        display: block;
    }
    .main-wheat.main-wheat-yellow-gradient  {
        height: 600px;
    }
}
@media screen and (max-width: 767px){
    .overlay-background-image-text .main-wheat-yellow-gradient-br:nth-child(2){
        display: block;
    }
    .overlay-background-image-text .main-wheat-yellow-gradient-br:nth-child(3){
        display: none;
    }
    .overlay-background-image-container {
        max-width: 370px;
    }
}

@media screen and (max-width: 500px){
    .overlay-background-image-container {
        top: 95px;
        max-width: 330px;
    }
    .overlay-background-image-text {
        font-size: 34px;
    }
    .overlay-background-image .light-black-btn {
        margin-top: 29px;
    }
    .main-wheat.main-wheat-yellow-gradient {
        height: 400px;
        min-height: 400px;
    }
}
@media screen and (max-width: 350px){
    .overlay-background-image-container {
        max-width: 300px;
    }
}
@media screen and (max-width: 340px){
    .overlay-background-image-container {
        max-width: 270px;
    }
}
@media screen and (max-width: 991px){
  .kartasaita ul li {
    font-size: 15px;
    margin: 12px 0;
  }

  .сontact-us-info-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .сontact-us-col {
    width: 100%;
  }

  .сontact-us-col:first-child {
    margin-bottom: 70px;
  }

}


@media screen and (max-width: 767px){
  .kartasaita .kartasaita-main-list {
    column-count: 2;
  }
  .kartasaita ul li {
    font-size: 15px;
    margin: 16px 0;
  }

  .reviews-card__text {
    min-height: auto;
    height: auto;
  }
}


@media screen and (max-width: 480px) {
    .сontact-us-info__heading {
      font-size: 30px;
    }
    .сontact-us-info-wrap {
      font-size: 16px;
      line-height: 20px;
    }
    .сontact-us-info__form__block {
        padding: 32px 35px 17px 35px;
    }
    .сontact-us-col:first-child {
      margin-bottom: 35px;
    }
}

@media screen and (max-width: 550px){
  .kartasaita .kartasaita-main-list {
    column-count: 1;
  }
  .kartasaita ul li {
    margin: 18px 0;
  }
  button#feedback_send {
    max-width: 100%;
  }
  .feedback_form__block {
    padding: 30px 25px;
  }
}

.requirements-search {
  position: relative;
  height: 40px;
  margin: 32px 0;
}

.requirements-search-img {
  position: absolute;
  left: 10px;
  top: 10px;
}

.requirements-search-input {
  padding: 0 20px 0 40px;
  height: 100%;
  width: 100%;
  border: 1px solid #919191;
  border-radius: 4px;
}

.requirements-list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 24px;
}

.requirements-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
  justify-content: space-between;
}

.requirements-list li span {
  font-size: 18px;
}

.requirements-list li a {
  background-image: linear-gradient(180deg, #fdd400 0%, #d8b000 100%);
  padding: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}