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

html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: Roboto, "Open Sans";
  color: #453640;
  line-height: 1.5;
  font-size: 14px;

  /*display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    min-height: 100vh;
    height: 1px;*/
}
h1,
.h1 {
  font-family: "FuturaDemiC";
  font-size: 42px;
  line-height: 41px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
}
h2,
.h2 {
  font-family: "FuturaDemiC";
  font-size: 38px;
  font-weight: 400;
  /*line-height: 33px;*/
  
}
.content h2 {
  margin: 16px 0 12px 0;
  line-height: 40px;
}
h3,
.h3 {
  font-family: "FuturaDemiC";
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 11px;
}
h4,
.h4 {
  font-family: FuturaDemiC;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
}
.font-futura {
  font-family: "FuturaDemiC";
}
.content {
  line-height: 1.5em;
}
.content h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.container p img,
.content img,
.blog-content img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none !important;
}
a.white,
a.white:hover,
a.white:focus {
  color: #ffffff;
}
/*p a{color:#135A9E;}
*, *:hover, *:focus {
    outline: none !important;
}*/
blockquote {
  padding: 0 30px 0 70px;
  font-style: italic;
  margin: 0;
  line-height: 1.5em;
  border-left: 2px solid #000;
  padding-left: 18px;
  margin-top: 28px;
  margin-bottom: 28px;
}
.gray {
  opacity: 0.6;
}
.gray-dbl {
  opacity: 0.4;
}
.black {
  color: #000 !important;
}
.main-color {
  color: #453640 !important;
}
.dark {
  color: #333;
}
.white {
  color: #fff;
}
.pink {
  color: #e9728a;
}
.orange {
  color: #000 !important;
}
.bg-orange {
  background: linear-gradient(256deg, 
  #000 25%, 
  #000 75%, 
  #000 100%);

}
.orange-bg-wo-gradient {
  background: #f58220;
}
.orange-bg-wo-gradient.shadow {
  box-shadow: 0px 4px 8px rgba(69, 54, 64, 0.16);
}
.white-text-shadow {
  text-shadow: 0 4px 19px rgba(0, 0, 0, 0.22);
}
.lightgray {
  opacity: 0.32;
}
.green {
  color: #02b23e;
}
.blue {
  color: #18a0fb;
}
.red {
  color: #ff0000 !important;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 25px;
}
.font-26 {
  font-size: 26px !important;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-36 {
  font-size: 36px;
}
.font-38 {
  font-size: 38px;
}
.font-40 {
  font-size: 40px;
}
.font-42 {
  font-size: 42px;
}
.font-48 {
  font-size: 48px;
}
.font-88 {
  font-size: 88px;
}
.line-height-10 {
  line-height: 1rem;
}
.line-height-15 {
  line-height: 1.5rem;
}
.through {
  text-decoration: line-through;
}
.strong,
.bold,
.weight-700 {
  font-weight: 700;
}
.weight-600 {
  font-weight: 600;
}
.weight-500 {
  font-weight: 500;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-300 {
  font-weight: 300;
}
.weight-100 {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-big {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.inset {
  max-width: 100%;
  height: auto;
}
.socnet {
  align-items: center;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.socnet > a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  width: 32px;
  height: 32px;
  border-radius: 18px;
  color: #fff !important;
  text-align: center;
  line-height: 34px;
  margin: 4px;
  font-size: 16px;
  color: #fff;
}

.socnet > a.m {
  background-color: #3b5998;
}
.socnet > a.f {
  background-color: #3b5998;
}
.socnet > a.v {
  background-color: #4c6c91;
}
.socnet > a.o {
  background-color: #f68634;
}
.socnet > a.t {
  background-color: #55acee;
}
.socnet > a.i {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.socnet > a.tg {
  background-color: #0088cc;
}
.socnet > a.y {
  background-color: #ff0000;
}
.socnet > a.l {
  background-color: #0077b5;
}
.socnet > a.p {
  background-color: #bd081c;
}
.socnet > a.r {
  background-color: #ff4500;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  bottom: 20px;
  flex-wrap: wrap;
  overflow: hidden;
}
.slick-dots > li {
  margin: 0 12px;
}
.slick-dots > li > button {
  text-indent: -9999px;
  border: none;
  margin: 0;
  border-radius: 10px;
  font-size: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 0.7;
  outline: none !important;
}
.slick-dots > li.slick-active > button {
  background: #000;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  background: #000;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  border: none;
  z-index: 9;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 35px;
  /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);*/
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-theme .slick-prev.slick-arrow,
.dark-theme .slick-next.slick-arrow {
  background: rgba(0, 0, 0, 0.2);
}
.slider-arrow-light .slick-prev.slick-arrow,
.slider-arrow-light .slick-next.slick-arrow {
  background: none;
}
.slider-arrow-light .slick-prev.slick-arrow:after,
.slider-arrow-light .slick-next.slick-arrow:after {
  border-color: rgba(0, 0, 0, 0.2);
}
.slider-arrow-silver .slick-prev.slick-arrow,
.slider-arrow-silver .slick-next.slick-arrow {
  background: #fff;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
.slider-arrow-silver .slick-prev.slick-arrow:after,
.slider-arrow-silver .slick-next.slick-arrow:after {
  border-color: rgba(0, 0, 0, 0.2);
}

.slick-prev.slick-arrow {
  left: 30px;
}
.slick-next.slick-arrow {
  right: 30px;
}
.slider-arrow-outside .slick-prev.slick-arrow {
  left: -30px;
}
.slider-arrow-outside .slick-next.slick-arrow {
  right: -30px;
}
.slider-arrow-onborder .slick-prev.slick-arrow {
  left: 0px;
}
.slider-arrow-onborder .slick-next.slick-arrow {
  right: 0px;
}

.slick-prev.slick-arrow:after,
.slick-next.slick-arrow:after {
  content: "";
  display: block;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  width: 22px;
  height: 22px;
}
.slick-prev.slick-arrow:after {
  transform: rotate(315deg);
  margin-right: -12%;
}
.slick-next.slick-arrow:after {
  transform: rotate(135deg);
  margin-left: -12%;
}

[class*="border"] {
  border-color: rgba(151, 151, 151, 0.2) !important;
}
.border-orange {
  border-color: #000 !important;
}
.gray-bg {
  background: #f8f8f8;
}
.orange-bg {
  background: linear-gradient(265.73deg, #f58220 -0.74%, #f5ad20 100.48%);
}
.lightgray-bg {
  background: #fafafa;
}
.gray-area {
  border-radius: 16px;
  background: #f8f8f8;
}
.darkgray-bg {
  background: rgba(69, 54, 64, 0.08);
}
.white-bg {
  background: #ffffff;
}

.breadcrumb-wrap .bx-breadcrumb,
.otzyvy-content {
  padding: 16px 0 0 0;
}
.bx-breadcrumb i {
  color: #b5bdc2;
  line-height: 13px;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;

  opacity: 0.5;
  color: #453640;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}
.bx-breadcrumb .bx-breadcrumb-item {
  float: left;
  white-space: nowrap;
  /*line-height: 13px;*/
  vertical-align: middle;
  margin-right: 10px;
  max-width: 80vw;
  overflow: hidden;
}
.bx-breadcrumb .bx-breadcrumb-item span {
  opacity: 0.5;
  color: #453640;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a > span {
  text-decoration: underline;
}

/*.ymaps-layers-pane{
    filter: grayscale(100%);
    filter: url(/img/filters.svg#grayscale);
    -webkit-filter: grayscale(1);
}
.ymaps-point-overlay > ymaps > .ymaps-image-with-content {
    background-image: url(/images/ico-map-point.png) !important;
}*/
.btn:focus,
.btn.focus {
  box-shadow: none;
}
.btn-light {
  background-color: #fff;
  border-color: #ebebeb;
}
.white .btn-light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.btn-lightgray {
  color: #2c69de;
  background: #ebebeb;
  border-color: #ebebeb;
}
.btn-white {
  color: #453640;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  box-shadow: 0 2px 4px rgba(69, 54, 64, 0.23);
}
.btn-orange,
.btn-orange:focus,
.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-orange:hover,
.btn-orange:hover:focus,
.btn-primary:hover,
.btn-primary:hover:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-outline-orange {
  color: #000;
  border-color: #000;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-elipse {
  border-radius: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-group-xl > .btn.btn-elipse,
.btn-xl.btn-elipse,
.btn-group-xl > .btn,
.btn-xl {
  padding: 0.7rem 2rem;
}

.form-control,
.custom-select {
  border-color: #ebebeb;
}
.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #453640;
  opacity: 0.5;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #453640;
  opacity: 0.5;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #453640;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #453640;
  opacity: 0.5;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #453640;
  opacity: 0.5;
}
.form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #453640;
  opacity: 0.5;
}
.form-control-lg,
.btn-lg {
  font-size: 18px;
}

.header-search-form {
  width: 32px;
  height: 32px;
  position: relative;
}
.header-search-text {
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: none !important;
  z-index: 1;
  background-clip: padding-box !important;
}
.header-search-submit {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 3px;
  border: none;
  background: none;
}
.header-search-text,
.header-search-submit {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search-text:focus {
  left: -260px;
  width: 292px;
  background: #fff !important;
}
.header-search-text:focus + .header-search-submit,
.header-search-submit:focus {
  z-index: 2;
}
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fancybox-bg {
  background: rgba(16, 12, 12, 0.8);
}
.fancybox-slide > * {
  -webkit-box-shadow: 0 19px 36px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 19px 36px rgba(0, 0, 0, 0.29);
  box-shadow: 0 19px 36px rgba(0, 0, 0, 0.29);
  border-radius: 10px;
}
.map-static {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(151, 151, 151, 0.2) !important;
}
.map-static-400 {
  min-height: 400px;
}
.rounded-xl {
  border-radius: 0.5rem !important;
}
.rounded-xxl {
  border-radius: 1rem !important;
}
/***************************************************************************************************/
.tab-pane {
  scroll-margin-top: 120px;
}
.page-main {
  position: relative;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #ebebeb !important;
  overflow: visible;
}
header > .container {
  max-width: 1440px;
  width: 100%;
}

.btn-mmenu {
  font-size: 28px;
  text-decoration: none;
  outline: none;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  width: 1em;
  color: #453640 !important;
}
.btn-mmenu:hover {
  color: #453640;
}
.btn-mmenu:focus,
.btn-mmenu:active,
.btn-mmenu:hover {
  outline: none;
  text-decoration: none;
}
.btn-mmenu > .forclose {
  visibility: hidden;
  transition:
    visibility 0s linear 0.25s,
    transform 0.25s ease-in;
}
body.open-menu .btn-mmenu > .forclose {
  visibility: visible;
  transform: rotate(180deg);
  transition:
    visibility 0s linear 0.25s,
    transform 0.25s ease-out;
}
.btn-mmenu > .foropen {
  visibility: visible;
  transition:
    visibility 0s linear 0.25s,
    transform 0.25s ease-in;
}
body.open-menu .btn-mmenu > .foropen {
  visibility: hidden;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition:
    visibility 0s linear 0.25s,
    transform 0.25s ease-in;
}

.top-menu {
  margin: 0 -12px;
  display: flex;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.top-menu > li {
  position: relative;
}
.top-menu > li > a {
  font-weight: 500;
  white-space: nowrap;
  color: #453640;
  font-size: 14px;
  height: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 3px solid transparent;
  margin: 0 12px;
}
.top-menu > li:hover > a {
  border-color: #000;
  color: #000;
}
.top-menu > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  list-style: none;
  margin: 0;
  z-index: 100;
}
.top-menu > li:hover > ul {
  display: block;
}
.top-menu ul a {
  color: #453640;
  white-space: nowrap;
  padding: 9px 17px;
  display: block;
}
.top-menu ul a:hover {
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
.top-menu > li:hover > a,
.top-menu > li > a:hover,
.top-menu a.active {
  color: #000;
  text-decoration: none;
}

.header-cart {
  font-size: 15px;
  font-weight: 400;
  color: #453640;
  text-decoration: none !important;
  white-space: nowrap;
  background: rgba(69, 54, 64, 0.08);
  height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 20px;
}
.header-cart > .header-cart-cnt {
  min-width: 24px;
  border-radius: 8px;
  background-color: #000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  display: inline-block;
  line-height: 16px;
  text-align: center;
}

.mmenu {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
}
body.open-menu .mmenu {
  display: block !important;
  opacity: 1;
  width: 100%;
  height: calc(100vh - 78px);
  overflow: auto;
}

.btn-callback {
  background: #000;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  height: 40px;
  min-width: 40px;
  border-radius: 20px;
  padding: 5px 12px;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn-callback > .fa {
  font-size: 16px;
  /*margin-right: 5px;*/
}
.top-menu .btn-callback {
  font-size: 14px;
}
header .btn-whatsapp,
footer .btn-whatsapp {
  background: #25d366;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  height: 40px;
  min-width: 40px;
  width: auto;
  border-radius: 20px;
  padding: 2px 12px;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn-green {
  background: #25d366;
  color: #fff;
}
.btn-green:hover,
.btn-green:hover:focus {
  color: #25d366;
  background-color: transparent;
  border-color: #25d366;
}
footer {
  background-color: rgba(69, 54, 64, 0.03);
  padding: 50px 0 0px;
  color: #453640;
  font-size: 12px;
}
.footer-item-menu-title {
  display: block;
  color: #453640 !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
}
.footer-menu,
.footer-menu ul {
  list-style: none;
  padding: 0 0 0 12px;
  margin: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.footer-menu li {
  margin-top: 8px;
}
.footer-menu a {
  opacity: 0.7;
  color: #453640;
  font-size: 12px;
  text-decoration: none;
}
.footer-phone {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin: 10px 0;
}

.footer-bottom {
  padding: 35px 0 15px;
  background: rgba(69, 54, 64, 0.04);
  line-height: 1.5rem;
}

.slider-toppage-area {
  min-height: 435px;
  overflow: hidden;
  position: relative;
}
.slider-toppage-content {
  width: 100%;
  font-size: 18px;
}
.slider-toppage-item {
  min-height: 435px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex !important;
  align-items: stretch;
}
.slider-toppage-item > .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 84px 15px;
  z-index: 1;
  position: relative;
}
.slider-toppage-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(255, 193, 7, 0.2) 100%
  );






  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider-toppage-item.slider-toppage-item--onlyImg:before {
  display: none;
}
.slider-toppage-feedback .success {
  font-size: 12px !important;
}

.popup-tips-container {
  position: relative;
  cursor: pointer;
}
.popup-tips {
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  left: 0;
  right: 0;
  top: 100%;
  text-align: left;
  padding: 12px 20px;
  z-index: 1;
}
.popup-tips-container:hover .popup-tips {
  display: block;
}
.popup-tips:after {
  content: "";
  background: no-repeat url(/images/tips-arrow.png) center;
  display: block;
  width: 40px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -20px;
}

.kvp-3 {
  background: #f0eff0;
  padding: 90px 0;
}
.kvp-3-3block-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.kvp-3-3block-item-line {
  border-left: 2px solid #fcd59b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.kvp-3-3block-item:first-child .kvp-3-3block-item-line {
  top: 50%;
}
.kvp-3-3block-item:last-child .kvp-3-3block-item-line {
  bottom: 50%;
}
.kvp-3-3block-item-text {
  background: no-repeat url(/images/ico-kvp-3block.png) left 14px transparent;
  padding-left: 70px;
  position: static;
}
.kvp-3-3block-item:last-child .kvp-3-3block-item-text {
  background: no-repeat url(/images/ico-kvp-3block-inv.png) left -1040px
    transparent;
}
.kvp-3-3block-item-title {
  color: #fcd59b;
  font-family: "FuturaDemiC";
  font-size: 48px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 9px;
}
.kvp-3-3block-item-subtitle {
  color: #453640;
  font-family: "FuturaDemiC";
  font-size: 28px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.kvp-3-3block-item-p {
  color: #453640;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.kvp-3-3block-item-img > img {
  max-width: 100%;
  text-align: right;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 14px;
}
ul.ul-orange-circle > li {
  list-style: none;
  padding-left: 12px;
  margin-top: 8px;
  position: relative;
}
ul.ul-orange-circle > li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: -16px;
  color: #000;
}
ul.ul-orange-checked > li {
  list-style: none;
  padding-left: 12px;
  margin-top: 8px;
}
ul.ul-orange-checked > li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 16px;
  color: #000;
}
ul.ul-img-label {
  list-style: none;
}
ul.ul-img-label > li {
  padding: 6px 0 6px 36px;
  position: relative;
}
ul.ul-img-label img {
  position: absolute;
  left: 0;
  top: 0.6em;
}
.rubahu-na-grudi {
  background: no-repeat center top / auto 100% #fafafa;
}

.tab-header {
  margin: 40px -15px 0;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.tab-header:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}
.tab-header > a,
.tab-header-a {
  min-height: 70px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #453640;
  margin: 0 15px;
  text-align: center;
}
.tab-header > a.active,
.tab-header > a:hover,
.tab-header-a.active,
.tab-header-a:hover {
  color: #000;
  box-shadow: 0 1px 0 #000;
  text-decoration: none;
}
.tab-content {
  /* overflow: hidden; */
  padding-top: 60px;
  transition: height 0.5s ease-out 0.5s;
}
/*
.tab-body > div {
    display: none;
}
.tab-body > div.active {
    display: block;
}
*/
.white-block {
  width: 100%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.19);
}
.price-table {
  width: 100%;
  table-layout: auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.19);
}
.price-table td {
  padding: 20px 30px;
}
.price-table .price-table-subtitle > td {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.price-table .price-table-data > td {
  font-family: "FuturaDemiC";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: top;
}
.price-table tr:nth-child(4n),
.price-table tr:nth-child(4n-1) {
  background: #f8f7f8;
}
.index2-action-item-v2 {
  display: block;
  position: relative;
}
.index2-action-item {
  height: 240px;
  border-radius: 3px;
  background-size: cover;
  background-position: right center;
  margin-bottom: 30px;
  display: block;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff !important;
  text-decoration: none !important;
}
.index2-action-value {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 25px;
  background: linear-gradient(232.91deg, #f58220 -9.49%, #f5ad20 108.9%);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 49px;
}
.index2-action-item.theme-white .index2-action-value,
.index2-action-item-v2.theme-white .index2-action-value {
  background: #ffffff;
  color: #f58220;
}
.index2-action-text {
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
  text-shadow: 0 0 3px #f58220;
}
.index2-action-item-v2 {
  display: block;
  position: relative;
}
.index2-action-item-v2 .index2-action-value {
  position: absolute;
  top: 30px;
  left: 30px;
}

.case-list-item {
  min-height: 306px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.case-list-item > hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #000;
  width: 33px;
}
.expand-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.expand-line-text-btn {
  display: block;
  margin: 0 auto;
  width: 140px;
  text-align: center;
}
.slider-aboutreview,
.slider-incontent-2,
.slider-incontent-1,
.slider-toppage {
  display: flex;
}
.slider-aboutreview.slick-slider,
.slider-incontent-2.slick-slider,
.slider-incontent-1.slick-slider,
.slider-toppage.slick-slider {
  display: block;
}
.slider-aboutreview-item {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin: 0 15px;
}
.slider-aboutreview-item-text {
  color: rgba(69, 54, 64, 0.89);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  /*max-height: 120px;
    overflow: hidden;*/
}
.slider-aboutreview-item-url {
  position: relative;
  display: block;
}
.slider-aboutreview-item-url:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 100%;
  z-index: 99999;
  top: -30px;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 95%
  );
}

.reviewStars-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 24px;
}
.reviewStars-input > input {
  /*display: none;*/
  opacity: 0;
  position: absolute;
}
.reviewStars-input > label {
  color: #000;
  opacity: 0.3;
  cursor: pointer;
  margin: 0 2px;
  position: relative;
}
.reviewStars-input > label:after {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #000;
}
.reviewStars-input > label[for="rating-1"]:after {
  content: "1";
}
.reviewStars-input > label[for="rating-2"]:after {
  content: "2";
}
.reviewStars-input > label[for="rating-3"]:after {
  content: "3";
}
.reviewStars-input > label[for="rating-4"]:after {
  content: "4";
}
.reviewStars-input > label[for="rating-5"]:after {
  content: "5";
}
.reviewStars-input > label[for="rating-6"]:after {
  content: "6";
}
.reviewStars-input > label[for="rating-7"]:after {
  content: "7";
}
.reviewStars-input > label[for="rating-8"]:after {
  content: "8";
}
.reviewStars-input > label[for="rating-9"]:after {
  content: "9";
}
.reviewStars-input > label[for="rating-10"]:after {
  content: "10";
}
.reviewStars-input > label:hover,
.reviewStars-input > label:hover + input + label,
.reviewStars-input > label:hover + input + label + input + label,
.reviewStars-input
  > label:hover
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > label:hover
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > label:hover
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > label:hover
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > label:hover
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > label:hover
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > label:hover
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > label:hover
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input > input:checked + label,
.reviewStars-input > input:checked + label + input + label,
.reviewStars-input > input:checked + label + input + label + input + label,
.reviewStars-input
  > input:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > input:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > input:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > input:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > input:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > input:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > input:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input
  > input:checked
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label
  + input
  + label,
.reviewStars-input > label.active,
.reviewStars-input > label.active + label,
.reviewStars-input > label.active + label + label,
.reviewStars-input > label.active + label + label + label,
.reviewStars-input > label.active + label + label + label + label,
.reviewStars-input > label.active + label + label + label + label + label,
.reviewStars-input
  > label.active
  + label
  + label
  + label
  + label
  + label
  + label,
.reviewStars-input
  > label.active
  + label
  + label
  + label
  + label
  + label
  + label
  + label,
.reviewStars-input
  > label.active
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label,
.reviewStars-input
  > label.active
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label,
.reviewStars-input
  > label.active
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label,
.reviewStars-input
  > label.active
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label,
.reviewStars-input
  > label.active
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label
  + label {
  opacity: 1;
}

.last-news-item-img {
  display: block;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.price-interactive-block {
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(69, 54, 64, 0.16);
  border-radius: 8px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 10px;
}
.price-interactive-block a:hover {
  text-decoration: none;
}
.tooltip-title {
  cursor: pointer;
}
.tooltip-content {
  display: none;
  position: absolute;
  z-index: 2;
}
.tooltip-title:hover + .tooltip-content {
  display: block;
}
.price-interactive-block .tooltip-content {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(69, 54, 64, 0.16);
  border-radius: 8px;
  padding: 16px 16px 6px;
  text-align: left;
  margin-top: 15px;
}
.price-interactive-block .tooltip-content:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 3px;
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.price-interactive-servicelist {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  text-align: left;
  padding: 24px 11px 24px 24px;
}
.price-interactive-servicelist-content {
  overflow: auto;
  padding-right: 13px;
  max-height: 100%;
}
.price-interactive-servicelist-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(69, 54, 64, 0.5);
  font-size: 24px;
}
.price-interactive-servicelist-item {
  font-weight: 500;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  /*padding: 8px 0 9px;*/
  padding: 0px 0 1px;
  border-bottom: 1px solid rgba(69, 54, 64, 0.08);
}
.price-interactive-servicelist-item .fa {
  color: #0bba3c;
}
.section-vertolet {
  background:
    url(/images/vertolet-v2.png),
    linear-gradient(
      180deg,
      #efefef 0%,
      #e2e4e5 48.28%,
      #dee1e2 70.83%,
      #c4d0d3 104.17%
    );
  background-repeat: no-repeat;
  background-position: center top;
  padding: 224px 0 190px;
}
.popup-body {
  width: 750px;
  max-width: 100%;
  padding: 40px 32px;
}
form .error,
form + .error {
  color: red;
  margin-top: 15px;
}
form .success,
form + .success {
  color: green;
  margin-top: 15px;
  font-size: 140%;
}
.cases-v2 {
  padding: 0;
}
.cases-v2-item {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #ffffff;
}
.cases-v2-item:hover {
  color: #ffffff;
  text-decoration: none;
}
.cases-v2-item-title {
  line-height: 1.5rem;
  font-size: 24px;
  font-family: FuturaDemiC;
}
.cases-v2-item-date {
  opacity: 0.64;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cases-v2-first.cases-v2-item {
  background: #f58220;
  align-items: center;
  justify-content: space-around;
  padding: 20px 30px 10px;
}
.cases-v2-first.cases-v2-item .cases-v2-item-title {
  color: #ffffff;
  margin: 0;
  font-size: 32px;
  font-family: FuturaDemiC;
}
.cases-v2-first.cases-v2-item .btn {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
}
.otzyvy-corp-slider {
  margin-left: -15px;
  margin-right: -15px;
  /*max-height: 400px;*/
  overflow: hidden;
}
.otzyvy-corp-slider.slick-slider {
  overflow: visible;
}
.otzyvy-corp-slider .slick-slide {
  margin: 0 15px;
}
.otzyvy-corp-slider-item {
  background: #f8f7f8;
  border-radius: 6px;
  padding: 10px 24px 24px;
}
.otzyvy-corp-slider-item-logo {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.otzyvy-corp-slider-item-logo > img {
  max-width: 50%;
  max-height: 28px;
}
.otzyvy-corp-slider-item-thmb {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.otzyvy-corp-slider-item-thmb > img {
  max-width: 100%;
  max-height: 100%;
}
img[src="/images/reviews/instagramm.png"] {
  display: none;
}
.index2-promoservice-item {
  background-repeat: no-repeat;
  background-position: right center;
  background-color: rgba(69, 54, 64, 0.08);
  border-radius: 3px;
  height: 240px;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.index2-promoservice-title {
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7);

  box-shadow: inset 0 -1px 0 0 #eaeaea;
    transform: translateZ(0);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: rgba(255, 255, 255, .8);
    padding: 3%;
    border-radius: 20px;
}
.news-list-item a {
  color: #000;
}
.navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navigation-arrows > a {
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: rgba(69, 54, 64, 0.89);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
  padding: 0 30px;
}
.navigation a,
.navigation a:hover,
.navigation a:focus,
.navigation a:active {
  text-decoration: none;
  outline: none;
}
.navigation-pages {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: flex;
}
.navigation-pages > a {
  height: 38px;
  width: 38px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 38px;
  display: inline-block;
  color: #453640;
  font-size: 14px;
  font-weight: 400;
}
.navigation-pages > a:last-child {
  border-right: none;
}
.navigation-pages > a.nav-current-page,
.navigation-pages > a:hover,
.navigation-arrows > a:hover {
  background-color: #000;
  color: rgba(255, 255, 255, 0.89);
}
.navigation-pages > a.disabled:hover,
.navigation-arrows > a.disabled:hover {
  background: inherit;
  color: inherit;
}

.news-filter-year {
  margin-top: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
}
.news-filter-year > a {
  color: #453640;
  margin: 0 8px;
  text-decoration: underline;
}
.tab-header.theme-2 {
  border: none;
  margin-top: 12px;
  justify-content: center;
}
.tab-header.theme-2:after {
  display: none;
}
.tab-header.theme-2 > a {
  display: inline-block;
  opacity: 0.5;
  color: #453640;
  font-size: 18px;
  border-bottom: 1px dashed #453640;
  box-shadow: none !important;
  min-height: auto;
}
.tab-header.theme-2 > a.active,
.tab-header.theme-2 > a:hover {
  border-color: #000;
  text-decoration: none;
  opacity: 1;
}
.slider-logo-list .slick-track {
  display: flex;
  align-items: center;
}
.slider-logo-list .slick-slide {
  margin: auto 15px;
}
.smi-media-list-item {
  padding: 11px 0 15px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-position: 0 10px;
  background-repeat: no-repeat;
}
.smi-media-list-item-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.smi-media-list-item-name,
.smi-media-list-item-name:hover,
.smi-media-list-item-name:focus {
  color: #453640;
}
.smi-media-list-item-smi {
  opacity: 0.5;
  color: rgba(69, 54, 64, 0.89);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.service4link-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.service4link-item-img {
  display: block;
  padding-bottom: 75%;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.service4link-item-title {
  color: rgba(69, 54, 64, 0.89);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  display: block;
  flex-grow: 2;
}
.service4link-item-btn {
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 4px 18px;
  text-decoration: none !important;
  margin-bottom: 10px;
}
.service4link-item-price {
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup-body-mini {
  width: 450px;
  max-width: 100%;
  padding: 40px 32px;
}
.blog-sections {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 26px;
}
.blog-sections > a {
  opacity: 0.5;
  color: #453640;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  display: inline-block;
  margin-right: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.blog-sections > a.active,
.blog-sections > a:hover {
  opacity: 1;
  box-shadow: 0 2px 0 #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.blog-list-item-img {
  width: 100%;
  height: 0;
  padding-top: 56%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.slider-starreview {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  overflow: hidden;
}
.slider-starreview.slick-slider {
  display: block;
  overflow: visible;
}
.slider-starreview-item {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 20px;
  text-align: left;
  margin: 0 15px;
}
.slider-starreview-item.with-image {
  position: relative;
  padding-left: 260px;
  min-height: 240px;
}
.slider-starreview-item-img {
  height: 240px;
  width: 240px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.slider-starreview-item > hr {
  opacity: 0.2;
  border-top: 1px solid #979797;
  margin: 16px -20px 12px;
  width: auto;
}
.slider-starreview-item-name {
  color: rgba(69, 54, 64, 0.89);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  max-width: 80%;
}
.slider-starreview-item-data {
  opacity: 0.5;
  color: rgba(69, 54, 64, 0.89);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
}
.slider-starreview-item-text {
  color: rgba(69, 54, 64, 0.89);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-height: 120px;
  position: relative;
  overflow: hidden;
}
.slider-starreview-item-text:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 100%;
  z-index: 99999;
  bottom: 3px;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 95%
  );
}
.slider-starreview-item-url {
  display: inline-block;
  margin-top: 15px;
  color: #f98236;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.slider-starreview-item-url:hover {
  color: #f98236;
}
.slider-starreview .slick-arrow {
  background-image: url("/images/slick-arrow-gray.png");
}
.slider-starreview .slick-prev.slick-arrow {
  left: -50px;
}
.slider-starreview .slick-next.slick-arrow {
  right: -50px;
}
.slider-starreview-item .source-review-list {
  top: 0;
  height: 16px;
}
.slider-starreview-item .source-review-list img {
  height: 100%;
}
.slider-starreview-item .reviewStars-input {
  font-size: 10px;
}

.otzyvy-home-item {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
.otzyvy-home-answer {
  border-left: 2px solid #a29a9f;
  padding-left: 15px;
  margin-top: 15px;
}
.otzyvy-home-item-img {
  float: left;
  max-width: 30%;
  margin: 0 15px 3px 0;
}
.otzyvy-corp-item {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  overflow: hidden;
}
.otzyvy-corp-item.with-img {
  padding-left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,f0f0f0+50,ffffff+51,ffffff+100 */
  background: rgb(240, 240, 240); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(240, 240, 240, 1) 0%,
    rgba(240, 240, 240, 1) 30%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(240, 240, 240, 1) 0%,
    rgba(240, 240, 240, 1) 30%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(240, 240, 240, 1) 0%,
    rgba(240, 240, 240, 1) 30%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.otzyvy-corp-img {
  width: 30%;
  float: left;
  padding: 15px;
}
.otzyvy-corp-text {
  padding: 20px;
}
.otzyvy-corp-item.with-img .otzyvy-corp-text {
  width: 70%;
  float: left;
}
.otzyvy-corp-logo {
  max-height: 55px;
  max-width: 100%;
  margin-bottom: 7px;
}
.answer-company {
  border: 1px solid #ebebeb;
  padding: 25px;
  border-radius: 7px;
  position: relative;
}
.answer-company .angle {
  display: block;
  width: 34px;
  height: 40px;
  background: url(/images/review-angle.png) top left no-repeat;
  top: 20px;
  left: -32px;
  position: absolute;
}

.price-on-orange .tab-header {
  margin: -210px -15px -30px;
  color: #fff;
}
.price-on-orange .tab-header > a {
  color: #fff;
  opacity: 0.5;
  border-bottom: 1px dashed #fff;
  min-height: auto;
  padding: 7px 0;
}
.price-on-orange .tab-header > a.active,
.price-on-orange .tab-header > a:hover {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
}
.price-on-orange .tab-header:after {
  border-top: none;
}
.specmashiny h3 {
  margin-bottom: 60px;
}
.specmashiny-item {
  margin-bottom: 30px;
}
.specmashiny-item-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 17px;
  align-items: center;
  padding: 7px 0;
}
.specmashiny-item-row .thin {
  font-size: 16px;
}
.shortcallback-social {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: no-repeat url(/images/ico/ico-callback-social.png) 0 center
    transparent;
  margin: 0 12px;
}
.shortcallback-social-mail {
  background-position: left center;
}
.shortcallback-social-skype {
  background-position: -68px center;
}
.shortcallback-social-whatsapp {
  background-position: -132px center;
}
.shortcallback-social-viber {
  background-position: -196px center;
}
.priceinblack-area {
  background: no-repeat url(/images/priceinblack-bg.jpg) center / cover #3f2f39;
  color: #ffffff;
}
.priceinblack-area .tab-header > a,
.priceinblack-area .tab-header-a {
  color: #ffffff;
}
.priceinblack-area .tab-header > a.active {
  color: #000;
}
.priceinblack-area [class*="border"],
.priceinblack-area hr {
  border-color: rgba(255, 255, 255, 0.32) !important;
}
.tab-left-menu {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.tab-left-menu .menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -5px;
  margin-right: -5px;
}

.tab-left-menu li {
  padding-left: 5px;
  padding-right: 5px;
}
.tab-left-menu a {
  display: flex;
  align-items: center;
  min-height: 70px;
  opacity: 0.5;
  color: #453640;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.tab-left-menu a:hover,
.tab-left-menu a.active {
  opacity: 1;
  color: #000;
  border-bottom: 1px solid #000;
  box-shadow: 0 2px 0 0px #000;
  text-decoration: none;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap:after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 9;
}
.swipe-wrap:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 45px;
  right: 0;
  width: 30px;

  /*background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 29%, rgba(255,255,255,0.75) 76%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 29%,rgba(255,255,255,0.75) 76%,rgba(255,255,255,1) 100%);*/
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 20%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );*/

  z-index: 9;
}
.gray-bg .swipe-wrap:after,
.gray-bg .swipe-wrap:before {
  background: #f8f8f8;
}
.swipe {
  overflow: auto;
  padding-bottom: 15px;
}
.swipe * {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.swipe .tab-header {
  width: fit-content;
}
.tarif-wrap {
  position: relative;
}
.tarif-wrap .tab-content {
  padding-top: 40px;
}
.tarif-table {
  font-size: 16px;
}
.white-theme .tarif-table {
  border-radius: 5px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.19);
}
.tarif-table-row {
  margin: 0;
  padding: 8px 15px;
}
.white-theme .tarif-table-row:nth-child(even),
.orange-theme .tarif-table-row:nth-child(even) {
  background: #f8f7f8;
}
.tarif-table-row > div {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tarif-data {
  font-family: "FuturaDemiC";
  font-size: 24px;
  font-weight: 400;
  line-height: 2rem;
  white-space: nowrap;
}
.tarif-table .gray {
  opacity: 0.4;
}

.tarif-wrap.orange-theme .orange-block {
  position: relative;
}
/*.tarif-wrap.orange-theme:before*/
.tarif-wrap.orange-theme .orange-block:before {
  content: "";
  bottom: -143px;
background: linear-gradient(256deg, 
  #000 25%, 
  #000 75%, 
  #000 100%);

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.tarif-wrap.orange-theme .tab-pane {
  position: relative;
  z-index: 12;
}
.tarif-wrap.orange-theme .tarif-table {
  border-radius: 5px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.19);
  background: #fff;
}
.tarif-wrap.orange-theme .tab-header > a {
  position: relative;
  z-index: 12;
  color: #fff;
  opacity: 0.5;
  border-bottom: 1px dashed #fff;
  min-height: auto;
  padding: 7px 0;
}
.tarif-wrap.orange-theme .tab-header > a.active,
.tarif-wrap.orange-theme .tab-header > a:hover {
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
}
.tarif-wrap.orange-theme .tarif-header {
  color: #fff;
  position: relative;
  z-index: 14;
}
.tarif-wrap.black-theme {
  color: #ffffff;
}
.tarif-wrap.black-theme:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat url(/images/priceinblack-bg.jpg) center / cover #3f2f39;
  position: absolute;
  z-index: 10;
}
.tarif-wrap.black-theme .tab-content {
}
.tarif-wrap.black-theme .tab-pane,
.tarif-wrap.black-theme .tarif-header,
.tarif-wrap.black-theme .tarif-footer {
  position: relative;
  z-index: 12;
}
.tarif-wrap.black-theme .tarif-table {
  border: 1px solid rgba(255, 255, 255, 0.32);
}
.tarif-wrap.black-theme .tarif-table-row + .tarif-table-row {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.tarif-wrap.black-theme .tab-header > a {
  opacity: 0.8;
  position: relative;
  z-index: 12;
  color: #fff;
  border-bottom: 1px dashed #fff;
  min-height: auto;
  padding: 7px 0;
}
.tarif-wrap.black-theme .tab-header > a.active,
.tarif-wrap.black-theme .tab-header > a:hover {
  opacity: 1;
  color: #000;
  border-color: #000;
  text-decoration: none;
  box-shadow: none;
}
.discounts-item-perc {
  background-color: #000;
  border-radius: 3px;
  color: white;
  font-weight: 700;
  font-size: 26px;
  padding: 2px 13px;
}

.select-giftcard-img {
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  max-width: 100%;
}
input:checked + .select-giftcard-img {
  border: 2px solid #f48120;
  border-radius: 9px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hran-4-block {
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  background-color: white;
  width: 620px;
  max-width: 100%;
  padding: 50px 30px 40px;
  color: #333;
  text-align: center;
}
.hran-6 {
  background: #f8f7f8;
  /* background: no-repeat url(/images/img-hran-1.jpg) center / cover; */
}
.hran-6-item {
  background-color: white;
  border-radius: 6px;
  /* box-shadow: 0 2px 28px rgba(0, 0, 0, 0.5); */
  padding: 20px 20px 20px 180px;
  font-size: 16px;
  line-height: 24px;
  min-height: 100%;
}
.hran-6-item h3 {
  font-size: 24px;
  line-height: 28px;
}
.hran-6-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.hran-6-item:before {
  content: "";
  height: 100%;
  width: 150px;
  left: 15px;
  top: 0;
  background: no-repeat url(/images/inc-primer-rasscheta-stoimosti-01.jpg)
    center / cover;
  position: absolute;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.hran-6-item.two:before {
  background: no-repeat url(/images/inc-primer-rasscheta-stoimosti-02.jpg)
    center / cover;
}
.upakovka-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.upakovka-item-img {
  background-color: #fff;
  height: 180px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.upakovka-item-img > img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.upakovka-item td {
  padding: 5px 0;
  font-size: 12px;
}
.upakovka-item td:last-child {
  white-space: nowrap;
}
.green-baloon {
  display: inline-block;
  background: #0bba3c;
  border-radius: 3px;
  padding: 0px 4px;
  line-height: 19px;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  vertical-align: text-bottom;
}
.upakovka-detail-qnt {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(69, 54, 64, 0.16);
  border-radius: 3px;
}
.upakovka-detail-qnt-inc,
.upakovka-detail-qnt-dec {
  font-size: 14px;
  cursor: pointer;
  opacity: 0.5;
  line-height: 33px;
}
.upakovka-detail-qnt-dec {
  padding-left: 8px;
}
.upakovka-detail-qnt-inc {
  padding-right: 8px;
}
.upakovka-detail-qnt-input-area {
  display: inline-block;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 6px 0 0;
}
.upakovka-detail-qnt-input {
  display: inline-block;
  text-align: center;
  line-height: 25px;
  width: 20px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.upakovka-desc p,
.upakovka-desc ul {
  display: none;
}
.upakovka-desc p.desc-first-p {
  display: block !important;
}

.upakovka-detail-text {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.upakovka-detail-price {
  color: #453640;
  font-family: "FuturaDemiC";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.upakovka-detail-slider,
.upakovka-detail-thslider {
  display: flex;
}
.upakovka-detail-slider.slick-slider,
.upakovka-detail-thslider.slick-slider {
  display: block;
}
.upakovka-detail-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.upakovka-detail-slider .slick-slide {
  text-align: center;
}
.upakovka-detail-thslider {
}
.upakovka-detail-thslider .slick-slide {
  margin: 0 10px;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.08);
  display: block;
}
.upakovka-detail-thslider .slick-slide.slick-current {
  outline: none !important;
  border-color: #000;
}
.btn.btn-block.btn-orange.inCart,
.btn.btn-block.btn-orange.inCart:hover {
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-orange.inCart,
.btn.btn-orange.inCart:hover {
  background: rgba(69, 54, 64, 0.16);
  color: #333;
  border-color: #eceaeb;
}

.page-vacancies .breadcrumb-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 116px;
  z-index: 2;
}
.vacancies-list {
  padding: 64px 0;
}
.vacancies-item {
  display: block;
  color: #453640 !important;
  text-decoration: none !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  background-color: #ffffff;
  background-image: url("/images/vacancies-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.vacancies-item-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  flex-grow: 2;
}
.vacancies-item-param {
  font-family: Roboto;
  border-left: 1px solid rgba(69, 54, 64, 0.16);
  padding: 0 20px;
  width: 210px;
}
.vacancies-item-param-name {
  opacity: 0.64;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.vacancies-item-param-value {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}
.vacancies-detail {
  font-size: 16px;
}
.vacancies-detail table {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 1px solid #e2e2e2;
}
.vacancies-detail table tr:first-child {
  border: 1px solid #e2e2e2;
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 0.64;
  color: #453640;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.vacancies-detail table tr td {
  padding: 8px;
  border: 1px solid #e2e2e2;
}
.vacancies-detail-text {
  opacity: 0.64;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}
.vacancies-detail-param {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.vacancies-detail-param .vacancies-item-param:first-child {
  padding-left: 0;
  border-left: none;
}
.vacancies-detail-desc-title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.vacancies-detail-desc {
  margin-bottom: 30px;
}
.vacancies-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.vacancies-header h1 {
  text-align: left;
  margin-left: 0;
}

.drag_n_drop-wrap .file-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  /*padding: 15px 30px 32px;*/
  padding: 0px 18px 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.02);
}
.drag_n_drop-wrap .webform-field-upload {
  width: auto;
}
.webform-field-upload .webform-small-button {
  text-align: left;
}

.checkbox-agreement {
  display: none;
}
.checkbox-agreement + label:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  vertical-align: middle;
  width: 25px;
  display: inline-block;
}
.checkbox-agreement:checked + label:before {
  content: "\f14a";
  font-weight: 700;
}

.faq-banner {
  width: 100%;
  background-image: linear-gradient(180deg, #fdb84f 0%, #000 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px 10px 30px;
  text-align: center;
}
.faq-banner-q {
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  color: white;
  font-family: "FuturaDemiC";
  font-size: 72px;
  font-weight: 400;
  line-height: 71px;
}
.faq-banner-text {
  margin: 10px 0 34px;
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  color: white;
  font-family: "FuturaDemiC";
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
}
.next-collapse {
  cursor: pointer;
}
.next-collapse + * {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.next-collapse.expand + * {
  max-height: 500px;
}
.alert-danger {
  color: #fc1a29;
}

.preview-slider-1-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin: 0 15px;
  overflow: hidden;
}
.preview-slider-1-img {
  height: 179px;
  background-color: #ede9ea;
  padding: 15px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-slider-1-img > img {
  max-height: 100%;
  max-width: 100%;
}
.preview-slider-1-text {
  padding: 10px 15px 20px;
}
.preview-slider-1-title {
  font-family: "FuturaDemiC";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 8px 0;
}
.preview-slider-1 .slick-arrow {
  background-image: url("/images/slick-arrow-gray.png");
}
.preview-slider-1 .slick-prev.slick-arrow {
  left: -50px;
}
.preview-slider-1 .slick-next.slick-arrow {
  right: -50px;
}

.slider-incontent-2 img {
  margin: 0 15px;
}
.slider-incontent-2 .slick-arrow {
  width: 50px;
  height: 100px;
  background: no-repeat url("/images/slick-arrow-gray.png") center center #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  margin-top: -50px;
}
.slider-incontent-2 .slick-prev.slick-arrow {
  left: 0;
  background-position: 10px center;
  border-radius: 0 50px 50px 0;
}
.slider-incontent-2 .slick-next.slick-arrow {
  right: 0;
  background-position: -1270px center;
  border-radius: 50px 0 0 50px;
}
.service-partners-logolist .slick-slide {
  margin: 0 15px;
}

.discounts-item {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 25px 20px 20px 25px;
  height: 100%;
}
.discounts-item-perc {
  height: 43px;
  background-color: #000;
  border-radius: 3px;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  float: right;
  padding: 7px 13px;
}
.discounts-item-name {
  color: rgba(69, 54, 64, 0.89);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 12px 0 15px;
}
.discounts-item-text {
  color: rgba(69, 54, 64, 0.89);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.discounts-item-url {
  color: rgba(0, 84, 255, 0.89);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}

/***************** zakaz start ******************/
.zakaz-box-area {
  min-height: 420px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  background: rgb(246, 246, 246);
  background: -moz-linear-gradient(
    left,
    rgba(246, 246, 246, 1) 0%,
    rgba(246, 246, 246, 1) 25%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(246, 246, 246, 1) 0%,
    rgba(246, 246, 246, 1) 25%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(246, 246, 246, 1) 0%,
    rgba(246, 246, 246, 1) 25%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 );
}
.zakaz-1 .zakaz-box-area {
  background: #fff !important;
}
.zakaz-1 {
  padding: 90px 0 110px;
}
.tab-header.tab-zakaz {
  border: none;
  margin: 0;
  position: relative;
}
/*.tab-header.tab-zakaz:after {
    content: '';
    position: absolute;
    background: #f6f6f6;
    left: 0;
    top: 100%;
    right: 0;
    height: 5999px;
}*/
.tab-header.tab-zakaz > a {
  color: #453640;
  font-family: FuturaDemiC;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 30px 0px 30px 57px;
  background: no-repeat url("/images/ico/ico-radio-off.png") 18px 25px; /* #f6f6f6; */
  width: 100%;
  box-shadow: none;
  margin: 0;
  box-sizing: content-box;
}
.tab-header.tab-zakaz > a.active {
  background: no-repeat url("/images/ico/ico-radio-on.png") 18px 25px #ffffff;
  box-shadow: none;
}
.tab-body.tab-zakaz {
  padding: 20px 34px 55px 0;
  overflow: visible;
  background: #fff;
}
.zakaz_title {
  color: #453640;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
}
.zakaz-box-area .name_required,
.zakaz-box-area .phone_required,
.zakaz-box-area .email_required,
.easyform-zakaz .form-control:required,
.form-zakaz .form-control:required {
  box-shadow: 0 0 2px rgba(255, 0, 0, 0.4) inset;
}
.checkbox_field label {
  display: block;
  margin: 0;
  padding: 0 0 0 34px;
  cursor: pointer;
  color: #453640;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
}
.checkbox_field label:before {
  content: "";
  height: 20px;
  width: 20px;
  background: url(/bitrix/components/bitrix/form.zakaz/templates/.default/images/zakaz-checkbox.png)
    0 0 no-repeat;
  display: inline-block;
  margin: 0 0 0 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox_field input:checked + label:before {
  background-position: left bottom;
}
.radio.checkbox_field label {
}

.radio.checkbox_field label:before {
  content: "";
  height: 20px;
  width: 20px;
  background: no-repeat url("/images/ico/ico-radio-off.png") 0px 0px / 20px;
  display: inline-block;
  margin: 0 0 0 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.radio.checkbox_field input:checked + label:before {
  background: no-repeat url("/images/ico/ico-radio-on.png") 0px 0px / 20px
    #ffffff;
}
input.inputfile {
  position: absolute;
  top: 0;
  opacity: 0;
}
.file_upload > input.inputfile {
  display: none;
}
.file_upload {
  display: none;
  cursor: pointer;
  color: #453640;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.file_upload > .fa {
  color: rgba(69, 54, 64, 0.5);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 11px;
}
.file_upload.active_upload {
  display: block;
}
.remove_file {
  display: block;
  height: 12px;
  background: url(/bitrix/components/bitrix/form.zakaz/templates/.default/images/del_upload.png)
    no-repeat;
  right: 0px;
  top: 3px;
  cursor: pointer;
  position: absolute;
  padding: 0 0 0 45px;
  line-height: 8px;
  text-decoration: underline;
  z-index: 10;
}
.checkbox_field input[type="checkbox"],
.checkbox_field input[type="radio"] {
  display: none;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}

/**************** zakaz end *************/

.orangecallback-v2 {
  background: #f58220;
  color: #ffffff;
}

.price-infografika-item-title {
  width: 100%;
  height: 120px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 130px 20px 20px;
  background-size: auto 100px;
  background-repeat: no-repeat;
  border-radius: 12px;
  background-position: right center;
  font-size: 20px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.price-infografika-item-title-1 {
  background-color: #ff8314;
  background-image: url("/images/infog-1-title.png");
}
.price-infografika-item-title-2 {
  background-color: #00c0ff;
  background-image: url("/images/infog-2-title.png");
}
.price-infografika-item-title-3 {
  background-color: #00c3a0;
  background-image: url("/images/infog-3-title.png");
}

.price-infografika-item {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 40px 0 0 122px;
}
.price-infografika-item-1 {
  background-image: url(/images/infog-1.png);
  background-size: auto 800px;
}
.price-infografika-item-2 {
  background-image: url(/images/infog-2.png);
  background-size: auto 638px;
}
.price-infografika-item-3 {
  background-image: url(/images/infog-3.png);
  background-size: auto 478px;
}
.price-infografika-item-text {
  height: 160px;
  font-size: 16px;
  line-height: 1.3;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.zakaz_submit {
  width: 263px;
  max-width: 100%;
  height: 48px;
  background-color: #000;
  border-radius: 100px;
  box-shadow: 0 6px 12px rgba(250, 130, 39, 0.25);
  color: white;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  border: none;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slider-v2 {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
.slider-v2-item {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 100px 0 90px;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.slider-v2-title,
.slider-v2-title > h1 {
  color: #ffffff;
  line-height: 40px;
  font-size: 36px;
  font-family: FuturaDemiC;
}
.slider-v2-text {
  font-size: 18px;
}
.slider-v2-small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider-v2-smallitem {
  min-height: 87px;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  padding: 21px 12px 15px 19px;
  border-top: 2px solid rgba(255, 255, 255, 0.32);
  cursor: pointer;
  position: relative;
  outline: none !important;
}
.slick-current.slider-v2-smallitem {
  opacity: 1;
  border-top: 2px solid #f58220;
}
.slider-v2-small
  .slick-slide.slick-active
  + .slick-slide.slick-active.slider-v2-smallitem:before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
  height: 34px;
  opacity: 0.08;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.slider-v2-big .slick-dots {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: auto;
  transform: none;
  display: flex !important;
  flex-wrap: nowrap;
}
.slider-v2-big .slick-dots > li {
  width: 100%;
  padding: 0;
}
.slider-v2-big .slick-dots > li > button {
  background: rgba(255, 255, 255, 0.32);
  padding: 0;
  width: 100%;
  border-radius: 0;
  height: 3px;
}
.slider-v2-big .slick-dots > li.slick-active > button {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.slider-v2-big .slick-dots > li > button:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  background: #f58220;
}
.slider-v2-big .slick-dots > li.slick-active > button:before {
  width: 100%;
  -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
}
.slider-v2-small .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.slider-v3-big .slick-prev.slick-arrow,
.slider-v3-big .slick-next.slick-arrow {
  background: transparent;
}
.slider-v3-big .slick-prev.slick-arrow:after,
.slider-v3-big .slick-next.slick-arrow:after {
  border-color: #000;
}
.index2-video-block {
  color: #ffffff;
  position: relative;
  background: #291f26;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
.index2-video-block h3 {
  color: #ffffff;
}
.index2-video-block:before {
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(69, 54, 64, 0.16) 0%,
      rgba(69, 54, 64, 0.64) 100%
    ),
    url("/images/top-img-1.jpg");
  background-size: cover;
  filter: blur(80px);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.34;
}
.index2-video-block > .container {
  position: relative;
  z-index: 1;
}
.index2-video-block ul {
  font-size: 16px;
  opacity: 0.8;
}
ul.green-check {
  list-style-position: outside;
  padding: 0;
  list-style: none;
}
ul.green-check > li {
  padding-left: 0;
  margin: 0 0 18px 0;
}
ul.green-check > li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
  color: #20f55c;
  font-weight: 700;
}
.index2-video-subscribe {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.index2-video-subscribe > * {
  margin: 10px;
}
.index2-video-tochannel {
  width: 52px;
  height: 52px;
  background: #ffffff;
  line-height: 52px;
  color: #fc0d1b !important;
  text-decoration: none !important;
  font-size: 28px;
  border-radius: 30px;
  display: block;
  flex-shrink: 0;
  text-align: center;
}
.btn-index2-video {
  display: inline-block;
  flex-shrink: 0;
  background: #fc0d1b;
  border-radius: 3px;
  width: 147px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  font-family: Roboto;
  color: rgba(255, 255, 255, 0.9) !important;
  text-align: center;
  line-height: 42px;
  text-decoration: none !important;
}
.index2-video-block .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.orange-circle-60 {
  border-radius: 32px;
  display: flex;
  width: 60px;
  height: 60px;
  background: #f58220;
  align-items: center;
  justify-content: center;
}
.agree ol {
  list-style: none;
  counter-reset: li;
}
.agree li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.agree ol {
  padding: 0px;
  margin: 0px;
}
.agree ol > li {
  font-weight: bold;
}
.agree ol > li > ol > li {
  font-weight: normal;
}
.agree li {
  padding-left: 12px;
  margin-top: 8px;
}
.service-2 {
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.11);
  position: relative;
}
.service-2 > .container > .row {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
.service-2-item {
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  padding: 20px 20px 70px 30px;
}
.service-2-item-footer {
  position: absolute;
  left: 30px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 16px;
}
.service-2-item > h3 {
  font-family: FuturaDemiC;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  margin: 15px 0 5px;
}
.service-2-item-price {
  color: #453640;
  font-family: FuturaDemiC;
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
}
.service-2-item-footer .btn {
  margin-bottom: 0;
}
.sitemap {
  columns: 2;
}
.sitemap ul {
  color: #000;
}
.sitemap ul li {
  margin-top: 8px;
}
.table p:last-child {
  margin-bottom: 0;
}

.to-top {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 99;
  display: none;
}
body.is-scrolled .to-top {
  display: block;
}
.webform-field-upload-list li div.webform-field-item-wrap {
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-control-input.orange:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.webform-field-upload-list li .upload-file-name {
  padding: 0 5px 0 5px;
}
.top-page-img {
  height: 440px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.kvp-3 .card {
  background: #ffffff;
  box-shadow: 0px 9px 32px rgba(69, 54, 64, 0.04);
  border-radius: 6px;
  border: none;
  margin-bottom: 36px;
}
.kvp-3 .card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}
.kvp-3 .card-text {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.kvp-3 .card-img-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.kvp-3 .card-label {
  background: #f58220;
  border: 4px solid #f0eff0;
  border-radius: 24px;
  font-family: "FuturaDemiC";
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 16px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
}

.price-calc-khranenie-1 {
  text-align: center;
  background: linear-gradient(265.73deg, #f58220 -0.74%, #f5ad20 100.48%);
  margin-bottom: 150px;
}
.price-calc-khranenie-1 > div {
  transform: translate(0, 68px);
}
.table-bordered-tr {
  border: 1px solid rgba(69, 54, 64, 0.16);
  width: 100%;
}
.table-bordered-tr tr {
  border-bottom: 1px solid rgba(69, 54, 64, 0.16);
}
.table-bordered-tr td {
  padding: 16px;
}
.page-vremennoe-khranenie .slider-toppage-item {
  min-height: 700px;
}
.page-vremennoe-khranenie .slider-toppage-item > .container {
  align-items: center;
}

.numeric-square {
  list-style: none;
  counter-reset: li;
  padding: 0;
}
.numeric-square > li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 72px;
}
.numeric-square > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counters(li, ".");
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #f58220;
  border-radius: 8px;
  z-index: 1;
}
.numeric-square > li:after {
  content: "";
  width: 1px;
  border-left: 2px dashed rgba(69, 54, 64, 0.16);
  position: absolute;
  left: 24px;
  top: 24px;
  bottom: -24px;
  z-index: 0;
}
.numeric-square > li:last-child:after {
  display: none;
}

.compact-theme .tab-header > a,
.compact-theme .tab-header-a {
  font-size: 13px;
  min-height: 57px;
}
.compact-theme .tarif-table {
  font-size: 14px;
}
.compact-theme .tarif-data {
  font-size: 21px;
  line-height: 1.5rem;
}
.compact-theme .tarif-table-row {
  padding-left: 0;
  padding-right: 0;
}
.circle-num {
  display: flex;
  width: 48px;
  height: 48px;
  background: #f8e4d5;
  border-radius: 24px;
  color: #f58220;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 16px;
}
.text-center .circle-num {
  display: inline-flex;
  margin-bottom: 0;
}
.zigzag-line {
  max-width: calc(100vw - 160px);
  margin-left: auto;
  margin-right: auto;
}

.zigzag-line > div {
  z-index: 2;
}

.zigzag-line > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  border-top: 2px dashed #f58220;
  z-index: -1;
}
.zigzag-line > div:first-child:before {
  left: 50%;
}
.zigzag-line > div:last-child:before {
  right: 50%;
}
.zigzag-line-hr {
  border-top: 2px dashed #f58220;
  height: 100px;
}
.zigzag-line > .zigzag-line-hr:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -62px;
  right: auto;
  bottom: -24px;
  border-top: 2px dashed #f58220;
  border-left: 2px dashed #f58220;
  border-bottom: 2px dashed #f58220;
  width: 62px;
  border-radius: 62px 0 0 62px;
}
.zigzag-line > div:last-of-type:after {
  display: none !important;
}
/*@media (min-width: 992px) {
    .zigzag-line > div.col-lg-4:nth-of-type(3n):after {
        content: '';
        display: block;
        position: absolute;
        top: 22px;
        right: -62px;
        left: auto;
        bottom: -26px;
        border-top: 2px dashed #F58220;
        border-right: 2px dashed #F58220;
        border-bottom: 2px dashed #F58220;
        width: 62px;
        border-radius: 0 62px 62px 0;
    }
    .zigzag-line > div.col-lg-3:nth-of-type(4n):after {
        content: '';
        display: block;
        position: absolute;
        top: 22px;
        right: -62px;
        left: auto;
        bottom: -26px;
        border-top: 2px dashed #F58220;
        border-right: 2px dashed #F58220;
        border-bottom: 2px dashed #F58220;
        width: 62px;
        border-radius: 0 62px 62px 0;
    }
}*/
@media (min-width: 768px) and (max-width: 991px) {
  .zigzag-line > div:nth-of-type(2n):after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: -62px;
    left: auto;
    bottom: -26px;
    border-top: 2px dashed #f58220;
    border-right: 2px dashed #f58220;
    border-bottom: 2px dashed #f58220;
    width: 62px;
    border-radius: 0 62px 62px 0;
  }
}
@media screen and (max-width: 680px) {
  .slider-toppage .slick-next.slick-arrow,
  .slider-toppage .slick-prev.slick-arrow {
    top: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .zigzag-line > div:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 20px);
    left: 50%;
    right: 50%;
    border-left: 2px dashed #f58220;
    z-index: -1;
    bottom: -26px;
  }
  .zigzag-line > div:last-of-type:before {
    display: none;
  }
}

.stilbox hr {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
body.page-pamyatka-po-samozavozu .breadcrumb-wrap {
  position: absolute;
  left: 0;
  right: 0;
}
.ul-numeric-circle {
  list-style: none;
  counter-reset: li;
  padding: 0;
}
.ul-numeric-circle > li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 64px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.ul-numeric-circle > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counters(li, ".");
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #f58220;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(245, 130, 32, 0.16);
  border-radius: 30px;
  z-index: 1;
}

.ul-checked-circle {
  list-style: none;
  counter-reset: li;
  padding: 0;
}
.ul-checked-circle > li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 64px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.ul-checked-circle > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #f58220;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(245, 130, 32, 0.16);
  border-radius: 30px;
  z-index: 1;
}

.form-group-labelpseudoplace {
  position: relative;
  z-index: 1;
}
.form-group-labelpseudoplace > input {
  color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;
}
.form-group-labelpseudoplace > label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  color: #453640;
  opacity: 0.5;
  font-size: 1rem;
  z-index: -1;
}
.form-group-labelpseudoplace > input:focus,
.form-group-labelpseudoplace > input.notempty {
  color: #495057;
}
.form-group-labelpseudoplace > input:focus + label,
.form-group-labelpseudoplace > input.notempty + label {
  display: none;
}

.py-5 ol {
  padding-left: 15px;
}

.form-zakaz .modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form-zakaz .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.form-zakaz .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.form-zakaz .modal .modal-header .title {
  margin: 0;
  font-size: 22px;
  display: inline-block;
}
.hide-formvalidation small.help-block {
  display: none !important;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.form-zakaz .spinner,
.form-zakaz .spinner:hover {
  position: relative;
  color: transparent;
}

.form-zakaz .spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}

.form-zakaz {
  min-height: 420px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 20px 34px 0px;
  margin-top: 90px;
  margin-bottom: 110px;
}
.form-zakaz .wrap-SERVICES label {
  font-family: FuturaDemiC;
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0px;
}
.form-zakaz .wrap-SERVICES small {
  display: block;
}
.form-zakaz .submit-button {
  width: 263px;
  max-width: 100%;
  height: 48px;
  background-color: #000;
  border-radius: 100px;
  box-shadow: 0 6px 12px rgba(250, 130, 39, 0.25);
  color: white;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  border: none;
  position: relative;
  bottom: -24px;
}
.form-zakaz .submit-button:disabled,
.form-zakaz .submit-button[disabled] {
  opacity: 0.5;
}
.form-zakaz .form-group {
  position: relative;
}
.form-zakaz img.calendar-icon {
  top: 6px;
  position: absolute;
  right: 6px;
}
.form-zakaz .wrap-DATA input {
  background-image: url(/bitrix/js/main/core/images/calendar-icon.gif);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 26px;
}
.form-zakaz form .error {
  color: #555;
  margin-top: 0;
}

.disable-area {
  position: relative;
}
.disable-area:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* *[class*="whatsapp"] {
  display: none !important;
} */
