.ce-element {
	outline: 2px solid #000;
}
.ce-element--over {
    outline: 2px solid #5f0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background-color: rgba(255, 150, 0, 0.4);
}
.ce-element li {
    outline: 0;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

input, button, select:focus, :active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.lock {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767.98px) {
  body.lockMenu {
	 overflow: hidden;
	 width: 100%;
  }
}

input, button, textarea {
  font-family: Arial, sans-serif;
}

input::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover, input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat";
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}
@keyframes bounceFromRight {
  0% {
	 margin-left: 0;
  }
  50% {
	 margin-left: -30px;
  }
  100% {
	 margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
	 margin-left: 0;
  }
  50% {
	 margin-left: 30px;
  }
  100% {
	 margin-left: 0;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
	 Preloader
	 Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounce {
  0%, 100% {
	 transform: scale(0);
  }
  50% {
	 transform: scale(1);
  }
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-next, .slick-slider .slick-prev {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  height: 100%;
  width: 40px;
  bottom: 0;
  z-index: 5;
}

@media (max-width: 479.98px) {
  .slick-slider .slick-next, .slick-slider .slick-prev {
    width: 30px;
  }
}

.slick-slider .slick-next svg, .slick-slider .slick-prev svg {
  width: 30px;
}

.slick-slider .slick-next svg path, .slick-slider .slick-prev svg path {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  fill: #fffc;
  stroke: #666;
  stroke-width: 10;
}

.slick-slider .slick-next:hover svg path, .slick-slider .slick-prev:hover svg path {
  fill: #666;
  stroke: #ccc;
}

.slick-slider .slick-next:active svg path, .slick-slider .slick-prev:active svg path {
  fill: #aaa;
}

.slick-slider .slick-next {
  right: 0px;
}

.slick-slider .slick-prev {
  left: 0px;
}

.slick-slider .slick-dots {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px 0px 5px 0px;
  border-radius: 5px;
  border: 1px solid #fff6;
  width: 100%;
}

.slick-slider .slick-dots:hover li {
  opacity: 1;
}

.slick-slider .slick-dots li {
  -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  width: 30px;
  height: 30px;
  margin: 0;
  opacity: 0.7;
}

.slick-slider .slick-dots li:hover button {
  background-color: #fff8;
}

.slick-slider .slick-dots li button {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #0006;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.slick-slider .slick-dots li button:before {
  content: '';
  display: none;
}

.slick-slider .slick-dots li button:hover {
  background-color: #0002;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #0004;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.header {
  background-color: var(--colorBg);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.info-row {
  background-color: var(--colorDef);
  max-height: 28px;
  height: 28px;
}
.info-row_body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479.98px) {
  .info-row_column:nth-child(2) {
	 display: none;
  }
}
@media (max-width: 767.98px) {
  .info-row_column:nth-child(3) {
	 display: none;
  }
}
.info-row_icon {
  margin: 0 5px 0 0;
}
.info-row_icon svg {
  width: 15px;
  height: 100%;
}
.info-row_icon svg path {
  fill: #fff;
}
.info-row_item {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  height: 100%;
  padding: 3px 10px 1px 10px;
}
.info-row_item:hover {
  background-color: var(--colorHover1);
}
.info-row_item mark {
  color: #fff;
}
.info-row_mode {
  cursor: default;
}
.top-row {
  background-color: var(--colorBg);
}
.top-row.container {
  margin: 0 auto 0;
  padding: 0 10px;
}
@media (max-width: 992.98px) {
  .top-row.container {
	 padding: 0;
  }
}
@media (max-width: 767.98px) {
  .top-row {
	 height: 90px;
	 background-color:#fff;
  }
}
.top-row_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
@media (max-width: 992.98px) {
  .top-row_body {
	 flex-direction: column;
	 align-items: flex-end;
	 padding: 5px 10px 0;
  }
}
@media (max-width: 767.98px) {
  .top-row_body {
	 padding: 0 10px 0;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
  }
}
.top-row_column {
  flex: 0 1 33%;
  padding: 0 10px;
  position: relative;
}
.top-row_column:nth-child(2) {
  text-align: center;
}
.top-row_column:nth-child(3) {
  text-align: right;
}
@media (max-width: 992.98px) {
  .top-row_column {
	 display: -moz-inline-flex;
	 display: -ms-inline-flex;
	 display: -o-inline-flex;
	 display: inline-flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 align-items: center;
	 padding: 0 0;
	 margin: 0 0 5px 0;
  }
  .top-row_column:nth-child(1) {
	 position: absolute;
	 top: calc(50% - 50px);
	 left: 20px;
  }
}
@media (max-width: 767.98px) {
  .top-row_column:nth-child(1) {
	 position: static;
	 flex: 1 1 60%;
  }
  .top-row_column:nth-child(2) {
	 flex-direction: column;
	 flex: 1 1 40%;
  }
  .top-row_column:nth-child(3) {
	 display: none;
  }
  .top-row_column:nth-child(4) {
	 display: none;
  }
}
@media (max-width: 479.98px) {
  .top-row_column:nth-child(1) {
	 flex: 1 1 100px;
  }
  .top-row_column:nth-child(2) {
	 flex: 1 1 40%;
  }
}
.top-row_social-text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px 0 0;
  text-align: center;
}
@media (max-width: 479.98px) {
  .top-row_social-text {
	 font-size: 0;
  }
}
.top-row_social-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 479.98px) {
  .top-row_social-list {
	 flex-wrap: wrap;
	 padding: 0;
  }
}
.top-row_social-link {
  cursor: pointer;
  margin: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.top-row_social-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-row_social-link a:after {
  content: "";
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  .top-row_social-link {
	 margin: 1px;
  }
}
@media (max-width: 479.98px) {
  .top-row_social-link {
	 margin: 3px;
  }
}
.top-row_social-link svg {
	 pointer-events: none;
	 width: 100%;
	 height: 100%;
	 padding: 5px;
	 position: relative;
	 z-index: 1;
}
.top-row_social-link svg path {
  fill: #fff;
}
.top-row_social-link.whatsApp {
  background-color: #40B3E0;
}
.top-row_social-link.viber {
  background-color: #7d3daf;
}
.top-row_social-link.vk {
  background-color: #5181b8;
}
.top-row_social-link.fb {
  background-color: #4b5694;
}
.top-row_social-link.ig {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #f2eba1 0%, #fdf497 5%, #e86a5e 45%, #b54592 60%, #3d64d6 90%);
}
.top-row_social-link.v1 {
  background-color: #dd4132;
}
.top-row_social-link.v2 {
  background-color: #0099ff;
}
.top-row_social-link.v3 {
  background-color: #ffaa00;
}
.top-row_social-link.v1, .top-row_social-link.v2, .top-row_social-link.v3 {
  position: relative;
}
.top-row_social-link.v1:before, .top-row_social-link.v2:before, .top-row_social-link.v3:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.4;
}
.top-row_social-link.v1 span, .top-row_social-link.v2 span, .top-row_social-link.v3 span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.top-row_social-link.v1:hover:before, .top-row_social-link.v2:hover:before, .top-row_social-link.v3:hover:before {
  background-color: #0f0;
}
.top-row_social-link:hover a:after {
  background-color: #0f0;
}
.top-row_tel {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  padding: 2px 0 0 0;
}
.top-row_tel a {
  font-weight: 700;
  font-size: 20px;
  color: #333;
}
.top-row_tel a:hover {
  text-decoration: underline;
}
.top-row_tel svg {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.top-row_tel svg path {
  fill: var(--colorDef);
}
@media (max-width: 992.98px) {
  .top-row_tel {
	 margin: 0 10px 0 0;
  }
}
.top-row_btn {
  cursor: pointer;
  letter-spacing: 0.5px;
  font-size: 16px;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  height: 30px;
  padding: 0 21px;
  line-height: 25px;
  margin: 5px 0 0 0;
}
.top-row_btn:hover {
  background-color: var(--secondColorDef);
}
@media (max-width: 992.98px) {
  .top-row_btn {
	 margin: 0;
  }
}
@media (max-width: 767.98px) {
  .top-row_btn {
	 display: none;
  }
}

.bottom-row {
  background-color: var(--colorDef);
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.bottom-row_body {
  position: relative;
}
@media (max-width: 992.98px) {
  .bottom-row_body.container {
	 padding: 0 0;
  }
}
.bottom-row_tel {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .bottom-row_tel {
	 display: inline-block;
  }
}
.bottom-row_tel a {
  color: #fff;
  padding: 0 10px 0 45px;
  line-height: 55px;
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 22px;
}
.bottom-row_tel:before {
  content: "";
  animation: btn 12s infinite linear 5s;
  -webkit-animation: btn 12s infinite linear 5s;
  -moz-animation: btn 12s infinite linear 5s;
  -o-animation: btn 12s infinite linear 5s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: linear-gradient(45deg, transparent 20%, var(--colorDef) 50%, transparent 80%);
}
.bottom-row_tel:hover {
  background-color: #fff5;
}
.bottom-row_tel:hover:before {
  background: linear-gradient(45deg, transparent 20%, var(--colorHover1) 50%, transparent 80%);
}
.bottom-row_tel svg {
  animation: tel 12s infinite linear 4s;
  -webkit-animation: tel 12s infinite linear 4s;
  -moz-animation: tel 12s infinite linear 4s;
  -o-animation: tel 12s infinite linear 4s;
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 6px;
  top: calc(50% - 20px);
  left: 5px;
  margin: 0 0 0 0;
}
.bottom-row_tel svg path {
  fill: #fff;
}
.bottom-row_menu-icon {
  background-color: transparent;
  border-radius: 5px;
  display: none;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 10px;
  z-index: 50;
  margin: -20px 0 0 0;
}
@media (max-width: 479.98px) {
  .bottom-row_menu-icon {
	 right: 5px;
  }
}
.bottom-row_menu-icon span {
  transition: all 0.2s ease 0s;
  position: absolute;
  top: 0;
  left: 3px;
  display: inline-block;
  width: 32px;
  height: 4px;
  background-color: #fff;
  margin: -2px 0 0 0;
}
.bottom-row_menu-icon span:nth-child(1) {
  top: 25%;
}
.bottom-row_menu-icon span:nth-child(2) {
  top: 50%;
}
.bottom-row_menu-icon span:nth-child(3) {
  top: 75%;
}
.bottom-row_menu-icon.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.bottom-row_menu-icon.active span:nth-child(2) {
  transform: scale(0);
}
.bottom-row_menu-icon.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.bottom-row_menu-icon:hover span {
  background-color: var(--secondColorDef);
}
@media (max-width: 767.98px) {
  .bottom-row_menu-icon {
	 display: inline-block;
  }
}
.bottom-row_menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0;
}
@media (max-width: 767.98px) {
  .bottom-row_menu-list {
	 transition: all 0.3s ease 0s;
	 position: fixed;
	 z-index: -1;
	 flex-wrap: nowrap;
	 background-color: var(--colorDef);
	 width: 280px;
	 height: 100%;
	 right: -100%;
	 flex-direction: column;
	 align-items: flex-end;
	 justify-content: flex-start;
	 overflow: auto;
	 padding: 0px 0 200px 0;
  }
  .bottom-row_menu-list.active {
	 right: 0;
  }
}
.bottom-row_overflow {
  display: none;
  transition: all 0.1s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .bottom-row_overflow {
	 display: inline-block;
  }
}
.bottom-row_overflow.active {
  right: 0;
}
.bottom-row_menu-links {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  flex: 1 1 auto;
  text-align: center;
  position: relative;
}
.bottom-row_menu-links.calc {
  border: none;
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links.calc {
	 border-top: 1px solid var(--colorBorder1);
  }
}
.bottom-row_menu-links.calc span {
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid var(--colorDef);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links.calc span {
	 padding: 5px 10px;
	 border-left: none;
	 border-right: 5px solid transparent;
  }
}
.bottom-row_menu-links.calc svg {
  width: 25px;
  height: 25px;
  margin: 8px 10px 8px 0;
}
.bottom-row_menu-links.calc svg path {
  fill: var(--secondColorDef);
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links.calc svg {
	 margin: 8px 10px 8px 0;
  }
}
.bottom-row_menu-links.calc:hover span {
  color: #fff;
  background-color: #fff5;
}
.bottom-row_menu-links.calc:hover svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links.calc span {
	 border-top: none;
	 border-bottom: none;
	 justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links {
	 display: flex;
	 flex-wrap: wrap;
	 overflow: hidden;
	 flex: 0 0 auto;
	 margin: 0;
	 border: none;
	 border-bottom: 1px solid var(--colorBorder1);
	 width: 100%;
	 z-index: -1;
	 text-align: right;
  }
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links:nth-child(2) {
	 border-top: 1px solid var(--colorBorder1);
  }
}
.bottom-row_menu-links.active .link {
  cursor: default;
  background-color: #eee;
  color: var(--colorDef);
}
.bottom-row_menu-links.active .link:hover {
  background-color: #eee;
}
.bottom-row_menu-links.active .spMain {
  background-color: #eee !important;
  color: var(--colorDef) !important;
}
.bottom-row_menu-links.active .spMain:hover {
  background-color: var(--colorHover1);
  color: #fff;
}
.bottom-row_menu-links.active .spMain:before, .bottom-row_menu-links.active .spMain:after {
  background-color: var(--colorDef);
}
.bottom-row_menu-links.active .spSub .link {
  background-color: var(--colorDef);
  color: #fff;
}
.bottom-row_menu-links.active .spSub .link.active {
  cursor: default;
  background-color: #eee;
  color: var(--colorDef);
  border-top: 1px solid var(--colorDef50);
}
@media (min-width: 767.98px) {
  .bottom-row_menu-links:hover .spSub {
	 transform: translate(0%, 0%);
	 height: auto;
  }
}
.bottom-row_menu-links .spMain {
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px 15px 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: var(--colorDef);
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links .spMain {
	 height: auto;
  }
}
.bottom-row_menu-links .spMain:before, .bottom-row_menu-links .spMain:after {
  content: "";
  transition: all 0.1s ease 0s;
  position: absolute;
  top: 22px;
  width: 8px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links .spMain:before, .bottom-row_menu-links .spMain:after {
	 top: 22px;
	 width: 10px;
  }
}
.bottom-row_menu-links .spMain:before {
  right: 23px;
  transform: rotate(45deg);
}
@media (max-width: 992.98px) {
  .bottom-row_menu-links .spMain:before {
	 right: 10px;
  }
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links .spMain:before {
	 right: 22px;
  }
}
.bottom-row_menu-links .spMain:after {
  right: 18px;
  transform: rotate(-45deg);
}
@media (max-width: 992.98px) {
  .bottom-row_menu-links .spMain:after {
	 right: 5px;
  }
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links .spMain:after {
	 right: 16px;
  }
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links .spMain {
	 border-right: 5px solid transparent;
	 cursor: pointer;
	 font-size: 16px;
	 padding: 15px 40px 15px 8px;
  }
  .bottom-row_menu-links .spMain.active:before {
	 transform: rotate(-45deg);
  }
  .bottom-row_menu-links .spMain.active:after {
	 transform: rotate(45deg);
  }
}
.bottom-row_menu-links .spMain:hover {
  border-right-color: var(--secondColorDef);
  background-color: #fff5;
}
.bottom-row_menu-links .spSub {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background-color: var(--colorDef);
  position: absolute;
  display: inline-block;
  overflow: hidden;
  top: 46px;
  left: 0;
  height: 0;
  z-index: 0;
  width: 100%;
  transform: translate(0%, -100%);
}
.bottom-row_menu-links .spSub .link {
  border-bottom: 1px solid var(--colorBorder1);
  cursor: pointer;
}
.bottom-row_menu-links .spSub .link:nth-child(1) {
  border-top: 1px solid var(--colorBorder1);
}
.bottom-row_menu-links .spSub .link:hover {
  background-color: #fff5;
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links .spSub {
	 z-index: -1;
	 transition: all 0.2s ease 0s;
	 position: static;
  }
  .bottom-row_menu-links .spSub .link {
	 font-size: 14px;
	 color: #333 !important;
	 background-color: var(--colorBg) !important;
  }
  .bottom-row_menu-links .spSub .link.active {
	 background-color: #fff5 !important;
	 border-right-color: var(--secondColorDef);
  }
  .bottom-row_menu-links .spSub .link:hover {
	 background-color: #fff5 !important;
  }
  .bottom-row_menu-links .spSub.active {
	 transform: translate(0%, 0%);
	 height: auto;
  }
}
.bottom-row_menu-links .link {
  display: inline-block;
  width: 100%;
  padding: 15px 8px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links .link {
	 font-size: 16px;
	 padding: 15px 15px;
	 border-right: 6px solid transparent;
  }
}
.bottom-row_menu-links .link:hover {
  background-color: #fff5;
}
@media (max-width: 767.98px) {
  .bottom-row_menu-links .link:hover {
	 border-right: 6px solid var(--secondColorDef);
  }
}

@keyframes tel {
  0% {
	 transform: rotate(0deg);
  }
  3% {
	 transform: rotate(0deg);
  }
  4% {
	 transform: rotate(10deg);
  }
  5% {
	 transform: rotate(-10deg);
  }
  6% {
	 transform: rotate(10deg);
  }
  7% {
	 transform: rotate(-10deg);
  }
  8% {
	 transform: rotate(10deg);
  }
  9% {
	 transform: rotate(0deg);
  }
  100% {
	 transform: rotate(0deg);
  }
}
.wrapper {
  padding: 164px 0 60px 0;
}

.address {
  display: inline !important;
  flex-basis: fill;
}

.callibri-phone {
  white-space: nowrap;
}

.dno {
  display: none !important;
}

.buttonUp {
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: fixed;
  bottom: -100%;
  right: 20px;
  width: 44px;
  height: 44px;
  padding: 8px;
  background-color: var(--colorDef50);
  border-radius: 50%;
  z-index: 40;
}
.buttonUp svg {
  width: 28px;
  height: 28px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}
.buttonUp svg path {
  transition: all 0.2s ease 0s;
  fill: var(--colorDef50);
}
.buttonUp:hover {
  background-color: var(--colorDef);
}
.buttonUp:hover svg {
  background-color: rgba(255, 255, 255, 0.95);
}
.buttonUp:hover svg path {
  fill: var(--colorDef);
}
.buttonUp.active {
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  bottom: 10px;
}
@media (max-width: 767.98px) {
  .buttonUp.active {
	 bottom: 60px;
	 right: 5%;
  }
}
@media (max-height: 400px) {
  .buttonUp.active {
	 bottom: 10px;
  }
}

.main-page-sidebar {
  display: none;
}

.bottom-btn-row {
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  display: none;
  position: fixed;
  bottom: -100%;
  left: 5%;
  z-index: 100;
  text-align: center;
  border-radius: 25px;
  background-color: var(--colorDef);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 90%;
}
@media (max-width: 767.98px) {
  .bottom-btn-row {
	 display: flex;
  }
  .bottom-btn-row.active {
	 transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	 bottom: 10px;
  }
}
@media (max-height: 400px) {
  .bottom-btn-row {
	 bottom: -100% !important;
  }
}
.bottom-btn-row .item {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
  border-right: 1px solid #fff5;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
  position: relative;
}
.bottom-btn-row .item svg {
  width: 20px;
  height: 20px;
  margin: 0 0 5px 0;
  pointer-events: none;
}
.bottom-btn-row .item .callibri-phone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 25px 0 0 25px;
  font-size: 0;
}
@media (max-width: 479.98px) {
  .bottom-btn-row .item {
	 font-size: 11px;
  }
}
.bottom-btn-row .item:hover {
  background-color: #fff5;
}
.bottom-btn-row .item:first-child {
  border-radius: 25px 0 0 25px;
}
.bottom-btn-row .item:last-child {
  border: none;
  border-radius: 0 25px 25px 0;
}
.bottom-btn-row .item:active {
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  background-color: var(--colorHover1);
}
.bottom-btn-row .item:active svg path {
  fill: #fff;
}

.w-form-done {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  z-index: 2;
  border: 1px solid var(--colorBorder1);
}
.w-form-done .div-block-9 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
}
.w-form-done .text-block-23 {
  margin: 10px 0 20px 0;
}
.w-form-done svg {
  width: 80px;
  height: 80px;
}

.w-form-fail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  border: 1px solid var(--colorBorder1);
  background-color: #ffdede;
}
.w-form-fail div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 40px 5%;
}
@media (max-width: 479.98px) {
  .w-form-fail div {
	 font-size: 16px;
	 line-height: 16px;
  }
}

.spMain {
  z-index: 1;
}

.personal-data {
  display: block;
  font-size: 11px;
  padding: 0 5px;
  margin: 5px 0 5px 0 !important;
  text-align: left;
}
@media (max-width: 479.98px) {
  .personal-data {
	 text-align: center;
  }
}
.personal-data a {
  color: #333;
  text-decoration: underline;
}
.personal-data a:hover {
  color: var(--secondColorDef);
}

body {
  background-color: var(--colorBg);
  overflow-x: hidden;
}

mark {
  color: #333;
  background-color: transparent;
  font-weight: 700;
}
mark.red {
  color: #f00 !important;
}

.logo {
  display: flex;
  align-items: center;
}
@media (max-width: 479.98px) {
  .logo {
	 width: 100%;
  }
}
.logo_icon {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .logo_icon {
	 margin: 5px 0px 0px 0px;
  }
}
@media (max-width: 479.98px) {
  .logo_icon {
	 width: 100%;
	 text-align: center;
  }
}
.logo_icon img {
  width: 95px;
  height: 80px;
}
.logo_icon {
  padding: 0px 5px;
}
.logo_text {
  color: #012849;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  max-width: 180px;
}
@media (max-width: 767.98px) {
  .logo_text {
	 max-width: 220px;
	 font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .logo_text {
	 display: none;
  }
}
.logo.v2 {
  margin: 0 0 5px 0;
  padding-top: 5px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .logo.v2 {
	 margin: 0 auto 5px;
  }
}
.logo.v2:hover .logo_text {
  text-decoration: underline;
}
.logo.v2 svg {
  width: 60px;
  height: 60px;
}
.logo.v2 .logo_icon {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.logo.v2 .logo_icon:before {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #ddd;
}
.logo.v2 .logo_text {
  max-width: 100%;
  padding: 0 0 0 10px;
  line-height: 19px;
  color: #333;
}
@media (max-width: 767.98px) {
  .logo.v2 .logo_text {
	 display: inline-block;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 7px 5px;
  margin: 5px 0 0 0;
}
@media (max-width: 767.98px) {
  .breadcrumb {
	 margin: 10px 0 0 0;
  }
}
.breadcrumb li {
  position: relative;
  line-height: 25px;
  margin: 0 12px 0 0;
}
@media (max-width: 767.98px) {
  .breadcrumb li {
	 font-size: 12px;
	 line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb li {
	 font-size: 11px;
  }
}
.breadcrumb li.active {
  color: #999;
  margin: 0;
}
.breadcrumb li.active:before {
  display: none;
}
.breadcrumb li:before {
  content: "";
  background-color: #999;
  position: absolute;
  width: 1px;
  height: 16px;
  top: 5px;
  right: -6px;
  transform: rotate(20deg);
}
@media (max-width: 767.98px) {
  .breadcrumb li:before {
	 top: 2px;
  }
}
.breadcrumb li a {
  color: #333;
}
@media (max-width: 767.98px) {
  .breadcrumb li a {
	 padding: 5px 0;
  }
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.arrow-svg svg {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  width: 24px;
  position: relative;
  top: 6px;
  margin: -10px 0 0 5px;
  padding: 2px;
}

.placeholder {
  transition: all 0.3s ease 0s;
  pointer-events: none;
  border-radius: 5px;
  width: auto;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 14px;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  transform: translate(0%, -50%);
}
.placeholder.active {
  background-color: #f9f9f9;
  color: var(--secondColorDef) !important;
  font-size: 12px;
  padding: 0 0;
  margin: 0 10px;
  font-size: 13px;
  top: 0;
  line-height: 8px;
}

.plus, .minus {
  position: absolute;
  height: 100%;
  width: 20%;
  top: 0;
  cursor: pointer;
  display: inline-block;
}
.plus svg, .minus svg {
  width: 100%;
  height: 100%;
  padding: 4px;
}
.plus svg path, .minus svg path {
  fill: #666;
}
.plus:hover svg path, .minus:hover svg path {
  fill: var(--secondColorDef);
}

.plus {
  right: 0;
}

.minus {
  left: 0;
}

.btn {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  min-height: 47px;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 992.98px) {
  .btn {
	 padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .btn {
	 font-size: 14px;
	 min-height: 44px;
	 line-height: 40px;
  }
}

.btn-type1 {
  color: #fff;
  background-color: var(--colorBtn);
  border: 2px solid var(--colorBtn);
}
.btn-type1:hover {
  background-color: #fff;
  color: var(--colorBtn);
}
.btn-type1:hover svg path {
  fill: var(--colorBtn);
}
.btn-type1 svg path {
  fill: #fff;
}
.btn-type2 {
  white-space: nowrap;
  color: #333;
  background-color: transparent;
  border: 2px solid rgba(255, 254, 243, 0);
  padding: 0 35px 0 40px;
}
@media (max-width: 992.98px) {
  .btn-type2 {
	 padding: 0 15px 0 20px;
  }
}
.btn-type2:hover {
  background-color: #fff;
  border-color: var(--secondColorDef);
  color: var(--secondColorDef);
}

.btn-type2:hover svg path {
  fill: var(--secondColorDef);
}

.btn-type3 {
  color: #fff;
  min-height: 40px;
  line-height: 34px;
  background-color: var(--colorBtn);
  border: 2px solid var(--colorBtn);
  width: 100%;
}
.btn-type3 svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .btn-type3 svg {
	 display: none;
  }
}

.btn-type4 {
  color: #fff;
  background-color: var(--secondColorDef);
  border: 2px solid var(--secondColorDef);
}
.btn-type4:hover {
  background-color: #fff;
  color: var(--secondColorDef);
}
.btn-type4:hover svg path {
  fill: var(--secondColorDef);
}
.btn-type4 svg path {
  fill: #fff;
}

.title {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  width: 100%;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6, .title p {
    display: inline-block;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.title h1:before, .title h2:before, .title h3:before, .title h4:before, .title h5:before, .title h6:before, .title p:not(.text):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 40%);
  width: 80%;
  height: 4px;
  opacity: 0.5;
  border-radius: 15px;
  background-color: var(--colorDef);;
}

@media (max-width: 767.98px) {
  .title {
	 font-size: 30px;
  }
}
@media (max-width: 479.98px) {
  .title {
	 line-height: 22px;
	 font-size: 20px;
  }
}
.title.v5, .title .text {
  display: block;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 18px;
  font-weight: 400;
}
.title .text .list {
    margin: 20px 0 0px 0;
}
.title.v5 .list, .title .text .list {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #f00;
  padding: 15px 20px;
  text-align: center;
}
@media (max-width: 479.98px) {
  .title.v5 .list, .title .text .list {
	 padding: 10px 5px;
  }
}
.title.v5 .list li, .title .text .list li {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 5px 0;
}
@media (max-width: 479.98px) {
  .title.v5 .list li, .title .text .list li {
	 font-size: 16px;
	 line-height: 18px;
  }
}
.title.v5 .list li span, .title .text .list li span {
  color: #fff;
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
.title.v5 .mark, .title .text .mark {
  background-color: #fff;
  display: inline-block;
  font-size: 32px;
  border-radius: 10px;
  line-height: 34px;
  padding: 10px 20px;
  margin: 10px 0px !important;
  color: #f00 !important;
}
@media (max-width: 479.98px) {
  .title.v5 .mark, .title .text .mark {
	 font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .title.v5, .title .text {
	 font-size: 14px;
	 line-height: 16px;
	 text-align: center !important;
  }
}
.title.v5 .whatsApp, .title.v5 .viber, .title .text .whatsApp, .title .text .viber {
  border-radius: 5px;
  padding: 0px 5px;
  color: #fff;
}
.title.v5 .whatsApp, .title .text .whatsApp {
  background-color: #29a329;
}
.title.v5 .viber, .title .text .viber {
  background-color: #7d3daf;
}
.title.v5 p.novosib, .title.v5 p.kemerovo, .title .text p.novosib, .title .text p.kemerovo {
  display: inline;
}
.title.v5 a, .title .text a {
  display: inline !important;
  color: #7d7d7d;
}
.title.v5 a:hover, .title .text a:hover {
  text-decoration: underline;
}
.title .text {
  text-align: left;
  font-size: 13px;
  line-height: 15px;
}
.title .text.v1 {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 0px 0;
}
.title.v2-1 {
  color: var(--secondColorDef);
}
.title.v2 {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .title.v2 {
	 font-size: 28px;
	 line-height: 30px;
  }
}
@media (max-width: 479.98px) {
  .title.v2 {
	 font-size: 24px;
	 line-height: 28px;
  }
}
.title.v4 {
  font-size: 26px;
  padding: 0 0 10px 0;
}
.title.v5 {
  text-align: left;
  padding: 0 0 20px 0;
}
@media (max-width: 767.98px) {
  .title.v5 {
	 text-align: center;
	 font-size: 16px;
	 padding: 0 0 10px 0;
  }
}
.title.v6 {
  font-size: 22px;
  line-height: 26px;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0px 0px 10px 25px;
}
@media (max-width: 767.98px) {
  .title.v6 {
	 text-align: center;
	 font-size: 18px;
	 line-height: 20px;
	 padding: 0 10px 10px;
  }
}
.title.mg1 {
  padding: 60px 0 40px 0;
}
@media (max-width: 767.98px) {
  .title.mg1 {
	 padding: 40px 10px 20px 10px;
  }
}
@media (max-width: 479.98px) {
  .title.mg1 {
	 padding: 30px 10px 20px 10px;
  }
}
.title.mg2 {
  padding: 40px 0 20px 0;
}
@media (max-width: 767.98px) {
  .title.mg2 {
	 padding: 60px 0 20px 0;
  }
}
.title.mg2-1 {
  padding: 30px 0 20px 0;
}
@media (max-width: 767.98px) {
  .title.mg2-1 {
	 padding: 20px 20px;
  }
}
@media (max-width: 479.98px) {
  .title.mg2-1 {
	 padding: 20px 10px;
  }
}
.title.mg3 {
  padding: 40px 0 20px 0px;
}
@media (max-width: 479.98px) {
  .title.mg3 {
	 padding: 20px 10px 10px 10px;
  }
}

.mg-t-20 {
    margin: 20px 0 0 0;
}

.piles-item {
  margin: 0px 10px;
  max-width: 250px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .piles-item {
	 max-width: 230px;
	 margin: 0 5px 30px 5px;
  }
}
@media (max-width: 479.98px) {
  .piles-item {
	 max-width: 100%;
	 margin-bottom: 20px;
  }
}
.piles-item:hover .piles-item_title {
  color: #fff;
  background-color: var(--colorDef);
}
.piles-item:hover .piles-item_title mark {
  color: #fff;
}
.piles-item:hover .piles-item_price {
  background-color: red;
  color: #fff;
}
.piles-item:hover .piles-item_btn {
  border-color: var(--secondColorDef);
  background-color: var(--secondColorDef);
}
.piles-item_title {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #d6d6d6;
  color: #333;
  font-weight: 700;
  padding: 10px 5px;
  width: 100%;
  line-height: 20px;
}
.piles-item_title mark {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  display: inline-block;
  text-align: center;
}
@media (max-width: 992.98px) {
  .piles-item_title {
	 padding: 5px 10px;
	 font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .piles-item_title {
	 font-size: 12px;
	 line-height: 16px;
  }
}
.piles-item_image {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.piles-item_image img {
  width: 95%;
  align-self: start;
}
.piles-item_price {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  margin: 5px 0 5px 0;
  border-radius: 5px;
  padding: 0px 5px;
  font-weight: 700;
  color: red;
}
@media (max-width: 992.98px) {
  .piles-item_price {
	 margin: 0px 0 5px 0;
	 font-size: 14px;
  }
}
.piles-item_btn {
  padding: 0 0;
  border-radius: 0;
  text-align: center;
}
.piles-item_btn svg path {
  transition: all 0.2s ease 0s;
}

.product-item {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  text-align: center;
  font-weight: 700;
  max-width: 24%;
}
@media (max-width: 767.98px) {
  .product-item {
	max-width: 45%;
  }
}
.product-item:hover .product-item_btn {
  background-color: var(--secondColorDef);
  color: #fff;
}
.product-item:hover .product-item_btn svg path {
  fill: #fff;
}
.product-item:hover .product-item_text, .product-item:hover .product-item_price {
  color: #fff;
}
.product-item:hover .product-item_text {
  color: #fff;
  background-color: var(--colorBtn);
}
.product-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
.product-item_image {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 160px;
  overflow: hidden;
  border-bottom: 1px solid var(--colorHover2);
  object-fit: cover;
  object-position: 50% 50%;
}
.product-item_text {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  font-size: 16px;
  color: #333;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}
@media (max-width: 992.98px) {
  .product-item_text {
	 font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .product-item_text {
	 padding: 5px;
  }
}
.product-item_price {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  color: #333;
  display: block;
  padding: 0 10px 10px 10px;
}
@media (max-width: 767.98px) {
  .product-item_price {
	 padding: 0 10px 5px 10px;
	 font-size: 14px;
  }
}
.product-item_btn {
  border: 0;
  line-height: 40px;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .product-item_btn {
	 min-height: 30px;
	 line-height: 30px;
  }
}
.product-item.v2 .product-item_text {
  padding: 10px 20px;
}
@media (max-width: 479.98px) {
  .product-item.v2 .product-item_text {
	 padding: 10px 5px;
  }
}
.product-item.v2 .product-item_image {
  border-bottom: 0;
}

.item-photo {
  display: inline-block;
  border: 2px solid #ccc;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
  max-height: 240px;
}
.item-photo:hover {
  border-color: var(--colorHover2);
}
.item-photo:hover .item-photo_image {
  opacity: 1;
}
.item-photo:hover .item-photo_title {
  background-color: var(--colorHover2);
}
.item-photo:hover .item-photo_text {
  background-color: var(--colorHover2);
}
.item-photo:hover .item-photo_title.v2 {
  background-color: rgba(0,0,0,0.7);
}
.item-photo_image {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  opacity: 0.9;
  object-fit: cover;
  object-position: 50% 50%;
}
.item-photo_title {
  text-align: center;
  color: #333;
  font-weight: 700;
  padding: 10px;
}
.item-photo_length {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    z-index: 1;
    display: flex;
     justify-content: space-between;
     align-items: center;
}
.item-photo_length svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.item-photo_length svg path {
    fill: #fff;
}
.item-photo_title.v2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
}
@media (max-width: 479.98px) {
  .item-photo_title {
	 font-size: 13px;
  }
}
.item-photo_text {
  display: inline-block;
  flex: 1 1 auto;
  color: #333;
  line-height: 15px;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #777;
}
@media (max-width: 479.98px) {
  .item-photo_text {
	 font-size: 13px;
	 padding: 10px 5px;
  }
}

.item-project {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  max-width: 760px;
  display: flex;
}
@media (max-width: 767.98px) {
  .item-project {
	 margin: 0 auto 0 !important;
  }
}
@media (max-width: 479.98px) {
  .item-project {
	 flex-direction: column;
  }
}
.item-project_column {
  display: inline-block;
}
.item-project_column:nth-child(1) {
  flex: 0 1 180px;
}
@media (max-width: 767.98px) {
  .item-project_column:nth-child(1) {
	 flex: 0 1 200px;
  }
}
.item-project_column:nth-child(2) {
  flex: 1 1 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 992.98px) {
  .item-project_column:nth-child(2) {
	 flex: 1 1 60%;
	 padding: 10px 10px;
  }
}
.item-project_image-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 10px 0 10px 10px;
}
@media (max-width: 992.98px) {
  .item-project_image-body {
	 padding: 0 10px;
  }
}
@media (max-width: 479.98px) {
  .item-project_image-body {
	 flex-direction: row;
  }
}
.item-project_image {
  display: inline-block;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.item-project_row {
  text-align: left;
  display: flex;
  align-items: flex-end;
}
.item-project_row:last-child {
  padding: 0;
}
.item-project_icon {
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0 0 5px 0;
  border-bottom: 1px solid var(--colorDef50);
  padding: 0 0 5px 0;
}
@media (max-width: 479.98px) {
  .item-project_icon {
	 display: flex;
  }
}
.item-project_icon .label {
  color: #333;
  font-weight: 700;
  display: inline-block;
  margin: 5px 10px;
}
.item-project_text {
  display: inline-block;
  color: #333;
  line-height: 16px;
  padding: 10px 10px 0;
}
@media (max-width: 992.98px) {
  .item-project_text {
	 font-size: 12px;
	 line-height: 14px;
	 padding: 10px 0 0;
  }
}
@media (max-width: 767.98px) {
  .item-project_text {
	 font-size: 14px;
  }
}
.item-project_text mark {
  font-size: 16px;
  display: block;
  margin: 0 0 5px 0;
}
@media (max-width: 992.98px) {
  .item-project_text mark {
	 font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .item-project_text mark {
	 font-size: 16px;
	 line-height: 18px;
  }
}
.item-project_price {
  display: inline-block;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 10px;
}
@media (max-width: 992.98px) {
  .item-project_price {
	 font-size: 14px;
	 line-height: 16px;
	 padding: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .item-project_price {
	 font-size: 16px;
	 line-height: 18px;
  }
}
.item-project_price mark {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 992.98px) {
  .item-project_price mark {
	 font-size: 16px;
  }
}
.item-project_btn-block {
  width: 100%;
}
.item-project_btn-block .btn {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
}
.item-project_btn-block .btn svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .item-project_btn-block .btn {
	 min-height: 44px;
	 line-height: 40px;
  }
}
@media (max-width: 479.98px) {
  .item-project_btn-block .btn:first-child {
	 margin: 0px 0px 5px 0px;
  }
}
.item-project_btn1 {
  padding: 0;
  margin: 0 0 10px 0;
}
.item-project_btn1:hover svg path {
  fill: var(--secondColorDef);
}
@media (max-width: 479.98px) {
  .item-project_btn1 {
	 margin: 0;
  }
}
.item-project_btn2 {
  padding: 0;
}
.item-project_btn2:hover svg path {
  fill: var(--colorDef);
}
@media (max-width: 479.98px) {
  .item-project_btn2 {
	 margin: 0;
  }
}
.item-project.v2 {
  max-width: 600px;
}
.item-project.v2 .item-project_row:first-child {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .item-project--dn {
	 display: none !important;
  }
}

.serveses-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  margin: 0px 5px 20px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}
.serveses-item_title {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  color: #333;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 10px 20px;
  background-color: #fff;
}
.serveses-item_title:hover .icon-type1 {
  background-color: #fff;
}
.serveses-item_title:hover .icon-type1 svg path {
  fill: #333;
}
.serveses-item_title:hover .icon-type1:before {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.serveses-item_title .icon-type1 {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-right: 20px;
}
.serveses-item_title .icon-type1 svg {
  padding: 4px;
}
.serveses-item_title .icon-type1:before {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 152, 0, 0);
  border: 2px solid var(--secondColorDef50);
}
.serveses-item_image {
  height: 100%;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--colorHover2);
  border-bottom: 1px solid var(--colorHover2);
  object-fit: cover;
  object-position: 50% 50%;
}
.serveses-item_text {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  color: #333;
  display: inline-block;
  height: 100%;
  padding: 10px 20px;
  line-height: 16px;
  background-color: #fff;
}
.serveses-item_text a {
  color: #333;
}
.serveses-item_text a:hover {
  text-decoration: underline;
}

.item-video {
  max-width: 100%;
  width: 45%;
  flex: 1 1 45%;
}
.item-video_body {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}
.item-video_content {
  position: relative;
  text-align: left;
}
.item-video_title, .item-video_date {
  width: 100%;
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .item-video_title, .item-video_date {
	 padding: 10px 15px;
  }
}
.item-video_title {
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
.item-video_title:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  bottom: 0;
  left: 2%;
  background-color: #c7c7c7;
}

.icon-type1 {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  margin: 6px 6px 6px 6px;
  background-color: var(--secondColorDef);
  position: relative;
  top: 0;
  z-index: 1;
}
.icon-type1:before {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: var(--secondColorDef50);
  z-index: -1;
}
@media (max-width: 992.98px) {
  .icon-type1 {
	 top: -1px;
	 width: 24px;
	 height: 24px;
	 flex: 0 0 24px;
	 margin: 6px 10px 6px 6px;
  }
  .icon-type1:before {
	 width: 36px;
	 height: 36px;
  }
}
.icon-type1 svg, .icon-type1 img {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.icon-type1 svg path {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.input-phone input, .input-name input, .input-number input {
  border-radius: 5px;
  border: 1px solid #888;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  min-height: 32px;
}
@media (max-width: 767.98px) {
  .input-phone input, .input-name input, .input-number input {
	 padding: 5px 10px;
  }
}
@media (max-width: 479.98px) {
  .input-phone input, .input-name input, .input-number input {
	 min-height: 30px;
	 font-size: 12px;
  }
}
.input-phone.active input, .input-name.active input, .input-number.active input {
  border-color: var(--secondColorDef);
}
.input-phone.v2 input, .input-name.v2 input, .input-number.v2 input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #666;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  min-height: 35px;
  background-color: #fff;
}
.input-phone.v2 input:focus, .input-name.v2 input:focus, .input-number.v2 input:focus {
  border-bottom: 1px solid var(--secondColorDef);
}
@media (max-width: 767.98px) {
  .input-phone.v2 input, .input-name.v2 input, .input-number.v2 input {
	 background-color: transparent;
  }
}
.input-phone.v2 .placeholder.active, .input-name.v2 .placeholder.active, .input-number.v2 .placeholder.active {
  color: #333;
  background-color: #fff;
}
.input-phone.v2.active input, .input-name.v2.active input, .input-number.v2.active input {
  border-color: var(--secondColorDef);
}
.input-phone.v3 .placeholder, .input-name.v3 .placeholder, .input-number.v3 .placeholder {
  font-size: 16px;
  padding: 0 15px;
}
.input-phone.v3 .placeholder.active, .input-name.v3 .placeholder.active, .input-number.v3 .placeholder.active {
  padding: 0;
  font-size: 13px;
}
.input-phone.v3 input, .input-name.v3 input, .input-number.v3 input {
  background-color: var(--colorBg);
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .input-phone.v3 input, .input-name.v3 input, .input-number.v3 input {
	 padding: 10px 15px;
	 font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .input-phone.v3 input, .input-name.v3 input, .input-number.v3 input {
	 font-size: 15px;
  }
}

.input-phone .placeholder {
  font-size: 0 !important;
}
.input-phone .placeholder.active {
  font-size: 13px !important;
}

.input-number .label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  font-weight: 700;
  top: 1px;
  right: 1px;
  border-radius: 0 5px 5px 0;
  padding: 5px;
  color: #777;
  height: calc(100% - 2px);
  border-left: none;
  background-color: #f8f8f8;
  border-left: none;
}
.input-number .label span {
  margin: 0 0 0 1px;
  font-size: 13px;
  position: relative;
  top: -5px;
}
.input-number.v2 {
  min-height: 32px;
  border: 1px solid #888;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.input-number.v2 .placeholder {
  white-space: nowrap;
}
.input-number.v2 .placeholder.active {
  font-size: 13px;
  top: -1px;
  text-align: center;
  margin: 0 0 0 5%;
}
.input-number.v2 input {
  border-radius: 0 !important;
  border-left: 1px solid #888 !important;
  border-right: 1px solid #888 !important;
  background-color: #f8f8f8;
  text-align: center;
  width: 60% !important;
  margin: 0 20% 0;
  height: 100%;
  font-size: 16px !important;
}
.input-number.v2.active {
  border-color: var(--secondColorDef);
}
.input-number.v2.active input {
  border-color: transparent;
}

.input-select {
  min-height: 32px;
  border: 1px solid #888;
  border-radius: 5px;
}
.input-select select {
  border-radius: 5px;
  border-right: 10px solid transparent;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  padding: 5px 5px;
  color: #333;
}
@media (max-width: 767.98px) {
  .input-select select {
	 padding: 7px 5px;
  }
}
@media (max-width: 479.98px) {
  .input-select select {
	 border-right: 5px solid transparent;
  }
}
.input-select.active {
  border: 1px solid var(--secondColorDef);
}

.input-radio {
  border: 1px solid #888;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 0 0 5px 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767.98px) {
  .input-radio {
	 width: 49%;
	 margin: 0 0 10px 0;
  }
}
@media (max-width: 576px) {
  .input-radio {
	 width: 100%;
  }
}
.input-radio_body {
  display: inline-block;
  width: 50%;
  position: relative;
  margin: 0 0 7px 0;
}
.input-radio input {
  display: inline-block;
  opacity: 0;
}
.input-radio input + label {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 5px 3px 20px;
}
.input-radio input + label:hover {
  color: var(--secondColorDef);
}
.input-radio input + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: -7px 0 0 0;
  border: 1px solid #9e9e9e;
  background-color: #F5F5F5;
}
.input-radio input + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -4px 0 0 0;
  background-color: #ccc;
}
.input-radio input:checked + label::after {
  background-color: var(--secondColorDef);
}
.input-radio .text {
  width: 100%;
  font-weight: 700;
  padding: 0 0;
  margin: 5px 0 5px 0;
}
@media (max-width: 767.98px) {
  .input-radio .text {
	 flex: 0 0 100%;
  }
}

.form-light {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  box-shadow: -4px 0 20px rgba(138, 138, 138, 0.25), 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 479.98px) {
  .form-light {
	 padding: 30px 15px;
  }
}
.form-light_title {
  color: #333;
  font-size: 20px;
  line-height: 22px;
  border-left: 6px solid var(--secondColorDef);
  padding: 0 0 0 10px;
  margin: 0 0 30px 0;
  font-weight: 700;
}
.form-light_title strong {
  font-size: 20px;
  color: var(--secondColorDef);
  display: inline-block;
  width: 100%;
}
.form-light_title p.novosib, .form-light_title p.kemerovo {
  display: inline;
}
@media (max-width: 992.98px) {
  .form-light_title p {
	 display: inline-block;
  }
}
@media (max-width: 479.98px) {
  .form-light_title {
	 margin: 10px 0 20px 5px;
  }
}
.form-light_input-body {
  position: relative;
  margin: 0 0 15px 0;
}
.form-light_input-body .placeholder {
  font-size: 16px;
}
.form-light_input-body .placeholder.active {
  color: #333;
  font-size: 14px;
  background-color: #f0f0f0;
}
.form-light_input-body input {
  border-radius: 5px;
  background-color: #ddd;
  position: relative;
  padding: 13px 10px;
  font-size: 16px;
  width: 100%;
  border: 1px solid transparent;
}
.form-light_input-body.active input {
  border: 1px solid var(--secondColorDef);
}
.form-light_btn {
  white-space: nowrap;
  padding: 0;
  color: #fff;
  background-color: var(--colorBtn);
  border: 3px solid var(--colorBtn);
  width: 100%;
}
.form-light_btn:hover {
  background-color: transparent;
  border-color: var(--colorBtn);
  color: var(--colorBtn);
}
.form-light.v2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
}
.form-light.v2.footerForm {
  
  background-color: #fff5;
}
@media (max-width: 992.98px) {
  .form-light.v2 {
	 padding: 20px 15px;
  }
}
@media (max-width: 767.98px) {
  .form-light.v2 {
	 max-width: 500px;
	 margin: 0 auto 0;
	 padding: 10px 20px 20px 20px;
  }
}
.form-light.v2 .form-light_title {
  padding: 0;
  text-align: center;
  border-left: none;
}

.modal {
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  box-shadow: 0 3px 20px 5px rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  
}
.modal.active {
  transition: 0.3s all;
  visibility: visible;
  opacity: 1;
}

.modalConsult {
  display: flex;
  align-items: center;
  max-width: 700px;
}
.modalConsult .w-form-done {
  z-index: 10;
}
.modalConsult .w-form-fail {
  z-index: 10;
}
@media (max-width: 767.98px) {
  .modalConsult {
	 flex-direction: column;
	 align-items: stretch;
	 max-width: 80%;
  }
}
@media (max-width: 479.98px) {
  .modalConsult {
	 max-width: 90%;
  }
}
.modalConsult_text {
  color: var(--colorDef);
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 20px 10px 10px;
  margin: 10px 0 10px 0;
}
.modalConsult_text .text {
  display: inline-block !important;
}
.modalConsult_text span {
  display: block;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .modalConsult_text {
	 font-size: 20px;
	 line-height: 24px;
	 padding: 15px 15px 10px 15px;
	 margin: 0;
	 width: 100%;
  }
}
@media (max-width: 479.98px) {
  .modalConsult_text {
	 font-size: 18px;
	 line-height: 22px;
	 padding: 15px 10px 10px;
  }
}
.modalConsult_text mark {
  color: var(--colorDef);
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .modalConsult_text mark {
	 display: block;
  }
}
.modalConsult_image {
  flex: 1 1 40%;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .modalConsult_image {
	 display: none;
  }
}
.modalConsult_image img {
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
}
.modalConsult_form {
  position: relative;
  flex: 1 1 60%;
  background-color: #fff;
}
.modalConsult_btn {
  width: 100%;
}
@media (max-width: 767.98px) {
  .modalConsult_btn {
	 height: 44px;
	 font-size: 16px;
	 margin: 0 0 5px 0;
  }
}
.modalConsult.froze, .modalConsult.byPiles {
  align-items: stretch;
}
.modalConsult.froze .modalConsult_text, .modalConsult.byPiles .modalConsult_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
}
.modalConsult.froze .modalConsult_text span, .modalConsult.byPiles .modalConsult_text span {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  display: block;
}
@media (max-width: 767.98px) {
  .modalConsult.froze .modalConsult_text span, .modalConsult.byPiles .modalConsult_text span {
	 padding: 0 15px;
	 font-size: 22px;
	 line-height: 24px;
  }
}
.modalConsult.froze .modalConsult_text mark, .modalConsult.byPiles .modalConsult_text mark {
  text-decoration: none;
}
.modalConsult.froze .modalConsult_image, .modalConsult.byPiles .modalConsult_image {
  margin: 0;
}
.modalConsult.froze .modalConsult_image img, .modalConsult.byPiles .modalConsult_image img {
  height: 100%;
}
.modalConsult.byPiles .modalConsult_text {
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .modalConsult.byPiles .modalConsult_text {
	 font-size: 22px;
  }
}
.modalConsult.byPiles .modalConsult_text span {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .modalConsult.byPiles .modalConsult_text span {
	 padding: 0;
  }
}
@media (max-width: 479.98px) {
  .modalConsult.byPiles .modalConsult_text span {
	 display: block;
  }
}
.modalConsult.byPiles .modalConsult_image {
  padding: 20px 0 20px 0;
  flex: 1 1 10%;
  overflow: hidden;
}
.modalConsult.byPiles .modalConsult_image img {
  margin: 0 0 0 10px;
  width: 100%;
  object-position: 100% 0%;
}

.modalQwiz {
  max-width: 900px;
}
@media (max-width: 992.98px) {
  .modalQwiz {
	 max-width: 760px;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz {
	 max-width: 470px;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz {
	 max-width: 320px;
  }
}
.modalQwiz mark {
  color: var(--secondColorDef);
}
.modalQwiz_title {
  color: #333;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0;
  position: relative;
}
.modalQwiz_title mark {
  color: var(--secondColorDef);
  font-weight: 700;
  margin: 1px 0 0 0;
  border-bottom: 1px solid var(--secondColorDef);
}
@media (max-width: 767.98px) {
  .modalQwiz_title mark {
	 margin: 5px 0 0 0;
  }
}
.modalQwiz_title span {
  position: relative;
  margin: 0 7px 0 0;
}
.modalQwiz_title svg {
  position: absolute;
  top: -4px;
  left: -10px;
  height: 25px;
  margin: 0 5px 0 0;
}
@media (max-width: 767.98px) {
  .modalQwiz_title {
	 flex-direction: column;
	 font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_title {
	 font-size: 16px;
  }
}
.modalQwiz_body form {
  position: relative;
  font-size: 25px;
}
.modalQwiz_body form .personal-data {
  padding: 0 70px;
}
@media (max-width: 992.98px) {
  .modalQwiz_body form .personal-data {
	 padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz_body form .personal-data {
	 padding: 0 10px;
  }
}
.modalQwiz_body form .btn-next-form {
  display: none;
  position: absolute;
  height: 38px;
  bottom: -49px;
  right: 60px;
  z-index: 2;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  background-color: var(--colorBtn);
  border: 1px solid var(--colorBtn);
  border-radius: 5px;
  padding: 0 20px;
  line-height: 36px;
}
.modalQwiz_body form .btn-next-form svg {
  position: relative;
  top: 7px;
}
.modalQwiz_body form .btn-next-form svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .modalQwiz_body form .btn-next-form {
	 right: 10px;
	 bottom: -59px;
	 line-height: 38px;
  }
  .modalQwiz_body form .btn-next-form svg {
	 top: 6px;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_body form .btn-next-form {
	 right: 20px;
  }
}
.modalQwiz_body form .btn-next-form:hover {
  border-color: var(--secondColorDef);
  background-color: var(--secondColorDef);
}
.modalQwiz_body form .btn-next-form.active {
  display: inline-block;
}
.modalQwiz_steps {
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #fff;
  z-index: -1;
  padding: 40px 20px 50px;
}
.modalQwiz_steps.prev {
  left: -100%;
}
.modalQwiz_steps.active {
  left: 0;
  z-index: 1;
}
.modalQwiz_steps.next {
  left: 100%;
}
@media (max-width: 767.98px) {
  .modalQwiz_steps {
	 padding: 10px;
  }
}
.modalQwiz_steps-title {
  width: 100%;
  flex: 1 1 100%;
  font-size: 24px;
  margin: 0 0 40px 0;
}
@media (max-width: 767.98px) {
  .modalQwiz_steps-title {
	 margin: 0 0 20px 0;
	 font-size: 16px;
  }
}
.modalQwiz_steps-body {
  display: flex;
  font-size: 18px;
  flex-direction: column;
}
.modalQwiz_steps-body .text {
  display: inline-block;
  font-size: 24px;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}
@media (max-width: 767.98px) {
  .modalQwiz_steps-body .text {
	 padding: 5px 20px;
	 font-size: 16px;
	 margin: 0 0 5px 0;
	 flex: 1 1 60%;
  }
}
.modalQwiz_steps-column {
  flex: 1 1 50%;
  position: relative;
}
@media (max-width: 767.98px) {
  .modalQwiz_steps-column {
	 text-align: left;
	 display: flex;
	 align-items: center;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_steps-column {
	 flex-direction: column;
	 justify-content: center;
	 text-align: center;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz_steps-column .personal-data {
	 font-size: 10px;
  }
}
.modalQwiz_step1 {
  position: relative;
}
@media (max-width: 767.98px) {
  .modalQwiz_step1 {
	 margin: 0 0 10px 0;
  }
}
.modalQwiz_step3 {
  padding: 10px;
}
.modalQwiz_step3 .modalQwiz_steps-column:nth-child(1) {
  flex: 1 1 50%;
}
.modalQwiz_step3 .modalQwiz_steps-column:nth-child(2) {
  flex: 1 1 50%;
}
@media (max-width: 767.98px) {
  .modalQwiz_step3 .modalQwiz_steps-column {
	 margin: 10px 0 0 0;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_step3 .modalQwiz_steps-column {
	 margin: 0;
  }
}
.modalQwiz_step5 {
  padding: 30px 20px 0px;
}
@media (max-width: 992.98px) {
  .modalQwiz_step5 {
	 padding: 20px 20px 0px;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz_step5 {
	 padding: 0px 15px 0px;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_step5 {
	 padding: 10px 10px 0px;
  }
}
.modalQwiz_step5 .modalQwiz_steps-column:nth-child(1) {
  flex: 1 1 50%;
  display: flex;
}
.modalQwiz_step5 .modalQwiz_steps-column:nth-child(2) {
  flex: 1 1 50%;
  margin: 20px 20px 0 20px;
}
@media (max-width: 767.98px) {
  .modalQwiz_step5 .modalQwiz_steps-column {
	 flex-direction: column;
  }
  .modalQwiz_step5 .modalQwiz_steps-column:nth-child(1) {
	 flex: 1 1 55%;
  }
  .modalQwiz_step5 .modalQwiz_steps-column:nth-child(2) {
	 flex: 1 1 45%;
	 margin: 10px 10px 0 10px;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_step5 .modalQwiz_steps-column {
	 margin: 10px 0 0 0;
  }
}
.modalQwiz_step5 .modalQwiz_steps-body {
  flex-direction: row;
}
@media (max-width: 479.98px) {
  .modalQwiz_step5 .modalQwiz_steps-body {
	 flex-direction: column;
  }
}
.modalQwiz_step5-title {
  text-align: left;
  color: #f00;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  padding: 0px 5px;
  max-width: 500px;
  line-height: 38px;
}
.modalQwiz_step5-title span {
  position: absolute;
  font-size: 150px;
  line-height: 108px;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 992.98px) {
  .modalQwiz_step5-title {
	 font-size: 40px;
	 line-height: 32px;
	 margin: 20px 0px 0px 0px;
  }
  .modalQwiz_step5-title span {
	 font-size: 120px;
	 line-height: 90px;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz_step5-title {
	 font-size: 33px;
	 line-height: 27px;
  }
  .modalQwiz_step5-title span {
	 font-size: 100px;
	 line-height: 75px;
	 margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_step5-title {
	 font-size: 40px;
	 line-height: 40px;
	 text-align: center;
	 padding: 0px 5px 0px 5px;
	 margin: 0px 0px 0px 0px;
  }
  .modalQwiz_step5-title span {
	 color: var(--secondColorDef);
	 z-index: -1;
	 right: 10px;
	 font-size: 120px;
	 line-height: 95px;
  }
}
.modalQwiz_step5-text {
  text-align: left;
  font-size: 18px;
  padding: 0 5px;
  line-height: 20px;
  max-width: 400px;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 992.98px) {
  .modalQwiz_step5-text {
	 font-size: 16px;
	 line-height: 18px;
	 margin: -10px 0px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz_step5-text {
	 margin: 15px 0px 0px 0px;
	 font-size: 14px;
	 line-height: 14px;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_step5-text {
	 text-align: center;
	 font-size: 16px;
	 line-height: 18px;
  }
}
.modalQwiz_step5-arrow {
  height: 80px;
  margin: 0px 0px 0px -25px;
}
.modalQwiz_step5-arrow svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 992.98px) {
  .modalQwiz_step5-arrow {
	 margin: -10px 0px 0px -25px;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz_step5-arrow {
	 display: none;
  }
}
.modalQwiz_step5-image {
  width: 100px;
  height: 100%;
}
.modalQwiz_step5-image img {
  height: 270px;
}
@media (max-width: 767.98px) {
  .modalQwiz_step5-image {
	 display: none;
  }
}
.modalQwiz_radio-body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .modalQwiz_radio-body {
	 justify-content: space-between;
	 flex-wrap: wrap;
	 flex: 1 1 50%;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .modalQwiz_radio-body {
	 margin: 0 0 10px 0;
  }
}
.modalQwiz_radio-body.v2 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.modalQwiz_radio-body.v2 .modalQwiz_radio {
  margin: 0 5px 10px 5px;
  flex: 0 1 30%;
  width: auto;
}
@media (max-width: 767.98px) {
  .modalQwiz_radio-body.v2 .modalQwiz_radio {
	 flex: 1 1 30%;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_radio-body.v2 .modalQwiz_radio {
	 flex: 1 1 100%;
  }
}
.modalQwiz_radio-body.v2 .modalQwiz_radio input {
  width: 18px;
  height: 18px;
  left: 15px;
  bottom: 50%;
}
@media (max-width: 767.98px) {
  .modalQwiz_radio-body.v2 .modalQwiz_radio input {
	 left: 10px;
  }
}
.modalQwiz_radio-body.v2 .modalQwiz_radio label {
  background-color: transparent;
  max-width: 100%;
  text-align: left;
  padding: 5px 5px 5px 30px;
}
.modalQwiz_radio-body.v2 .modalQwiz_radio label:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.modalQwiz_radio-body.v2 .modalQwiz_radio label span {
  padding: 0;
}
@media (max-width: 767.98px) {
  .modalQwiz_radio-body.v2 .modalQwiz_radio label {
	 padding: 7px 5px 7px 35px;
  }
}
.modalQwiz_radio-body.v3 .modalQwiz_radio input {
  bottom: -20px;
}
@media (max-width: 767.98px) {
  .modalQwiz_radio-body.v3 .modalQwiz_radio input {
	 bottom: 50%;
  }
}
.modalQwiz_radio-body.v3 .modalQwiz_radio label {
  background-color: #fff;
}
.modalQwiz_radio-body.v3 .modalQwiz_radio label span {
  padding: 5px 15px 5px 15px;
}
@media (max-width: 767.98px) {
  .modalQwiz_radio-body.v3 .modalQwiz_radio label span {
	 padding: 5px 0;
  }
}
.modalQwiz_radio-body.v3 .modalQwiz_radio label img {
  width: 50px;
  height: 100px;
  margin: 0 auto 0;
  object-fit: cover;
  object-position: 0% 100%;
}
.modalQwiz_radio-body.v3 .modalQwiz_radio label:hover {
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
  .modalQwiz_radio-body.v3 .modalQwiz_radio label:hover {
	 background-color: rgba(0, 0, 0, 0.25);
  }
}
.modalQwiz_radio-body.v3 .modalQwiz_radio label:hover span {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .modalQwiz_radio-body.v3 .modalQwiz_radio label:hover span {
	 background-color: rgba(0, 0, 0, 0);
  }
}
.modalQwiz_radio {
  position: relative;
  display: inline-block;
  margin: 0 5px 20px 5px;
  flex: 1 1 45%;
}
@media (max-width: 767.98px) {
  .modalQwiz_radio {
	 margin: 0 0 10px 0;
	 text-align: left;
	 flex: 1 1 45%;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_radio {
	 flex: 1 1 100%;
  }
}
.modalQwiz_radio input {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 38px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 50%);
}
@media (max-width: 767.98px) {
  .modalQwiz_radio input {
	 transform: translate(0%, 50%);
	 bottom: 50%;
	 left: 10px;
	 width: 18px;
	 height: 18px;
  }
}
.modalQwiz_radio input:checked + label {
  border-color: var(--secondColorDef);
}
.modalQwiz_radio label {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 140px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  margin: 0 auto;
}
.modalQwiz_radio label:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 992.98px) {
  .modalQwiz_radio label {
	 max-width: 120px;
	 font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz_radio label {
	 max-width: 100%;
	 white-space: nowrap;
	 padding: 3px 10px 3px 30px;
	 margin: 0 0;
	 background-color: transparent;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_radio label {
	 padding: 5px 20px 5px 40px;
  }
}
.modalQwiz_radio label span {
  width: 100%;
  border-radius: 0 0 5px 5px;
  display: inline-block;
  padding: 20px 15px 5px 15px;
  margin: 0 0;
}
@media (max-width: 767.98px) {
  .modalQwiz_radio label span {
	 position: relative;
	 border-radius: 0;
	 background-color: transparent;
	 color: #333;
	 padding: 5px;
	 height: 100%;
  }
}
.modalQwiz_radio label img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 992.98px) {
  .modalQwiz_radio label img {
	 height: 100px;
  }
}
@media (max-width: 767.98px) {
  .modalQwiz_radio label img {
	 display: none;
  }
}
.modalQwiz_input-area-block {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}
.modalQwiz_input-area {
  position: relative;
  max-width: 400px;
  margin: 5px auto 5px;
}
@media (max-width: 479.98px) {
  .modalQwiz_input-area {
	 max-width: 300px;
  }
}
.modalQwiz_input-area.active input {
  border-color: var(--secondColorDef) !important;
}
.modalQwiz_input-area .placeholder {
  color: #777;
  font-size: 14px;
}
.modalQwiz_input-area .placeholder.active {
  background-color: #f9f9f9;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .modalQwiz_input-area .placeholder.active {
	 font-size: 11px;
	 top: -2px;
  }
}
.modalQwiz_input-area .label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #777;
  border-radius: 0 5px 5px 0;
  border-left: none;
  background-color: #f8f8f8;
  width: auto;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(0%, -50%);
}
.modalQwiz_input-area .label span {
  font-size: 14px;
  position: relative;
  top: -2px;
}
@media (max-width: 767.98px) {
  .modalQwiz_input-area .label {
	 font-size: 14px;
  }
  .modalQwiz_input-area .label span {
	 font-size: 12px;
	 top: -4px;
  }
}
.modalQwiz_input-area input {
  border: 1px solid #888;
  background-color: #f8f8f8;
  font-size: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
}
@media (max-width: 767.98px) {
  .modalQwiz_input-area input {
	 padding: 5px 10px;
	 font-size: 14px;
  }
}
.modalQwiz_input-body {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  border: 1px solid #fff;
  position: relative;
  height: 47px;
  margin: 0 0 15px 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #ccc;
}
@media (max-width: 767.98px) {
  .modalQwiz_input-body {
	 height: 35px;
	 margin: 0 0 10px 0;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_input-body {
	 height: 30px;
  }
}
.modalQwiz_input-body .placeholder {
  font-size: 16px;
  color: #777;
}
.modalQwiz_input-body .placeholder.active {
  font-size: 12px;
  top: -2px;
}
.modalQwiz_input-body input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
}
.modalQwiz_input-name.active {
  border-bottom-color: var(--secondColorDef) !important;
}
.modalQwiz_input-phone .placeholder {
  font-size: 0;
}
.modalQwiz_input-phone.active {
  border-bottom-color: var(--secondColorDef) !important;
}
.modalQwiz_btn {
  white-space: nowrap;
  width: 100%;
  max-width: 300px;
}
.modalQwiz_bottom-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.modalQwiz_pagination {
  line-height: 60px;
  color: #333;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 180px 0 0;
}
@media (max-width: 479.98px) {
  .modalQwiz_pagination {
	 padding: 0 200px 0 0;
  }
}
.modalQwiz_pagination .value {
  font-weight: 700;
  font-size: 18px;
}
.modalQwiz_btn-block {
  white-space: nowrap;
  padding: 10px 60px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .modalQwiz_btn-block {
	 padding: 10px 10px;
  }
}
@media (max-width: 479.98px) {
  .modalQwiz_btn-block {
	 padding: 10px 20px;
  }
}
.modalQwiz_btn-block .btn-prev {
  cursor: pointer;
  display: none;
  border: 2px solid #999;
  background-color: transparent;
  padding: 9px 20px 8px 20px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  transform: scale(-1, 1);
}
.modalQwiz_btn-block .btn-prev svg path {
  fill: #999;
}
.modalQwiz_btn-block .btn-prev:hover {
  border-color: var(--secondColorDef);
  background-color: var(--secondColorDef);
}
.modalQwiz_btn-block .btn-prev:hover svg path {
  fill: #fff;
}
.modalQwiz_btn-block .btn-prev.active {
  display: inline-block;
}
.modalQwiz_btn-block .btn-next {
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  background-color: var(--colorBtn);
  border: 1px solid var(--colorBtn);
  padding: 10px 20px;
  max-height: 38px;
}
.modalQwiz_btn-block .btn-next svg path {
  fill: #fff;
}
.modalQwiz_btn-block .btn-next.active {
  opacity: 1;
}
.modalQwiz_btn-block .btn-next.active svg path {
  fill: #fff;
}
.modalQwiz_btn-block .btn-next.active:hover {
  border-color: var(--secondColorDef);
  background-color: var(--secondColorDef);
}

.btn-close {
  transition: all 0.2s ease 0s;
  position: absolute;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  top: 5px;
  right: 5px;
  z-index: 2000;
}
.btn-close svg {
  width: 100%;
  height: 100%;
  padding: 5px;
  opacity: 0.65;
}
.btn-close svg path {
  fill: #333;
}
.btn-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-close:hover svg {
  opacity: 1;
}
.btn-close:active svg {
  padding: 4px;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
  transition: 0.3s all;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.footer {
  position: relative;
  z-index: 2;
  background-color: #ddd;
}
@media (max-width: 767.98px) {
  .footer .container {
	 padding: 0;
  }
}
.footer_body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer_body {
	 flex-direction: column;
  }
}
.footer_column {
  text-align: center;
}
.footer .logo {
  margin-right: 0%;
}
@media (max-width: 767.98px) {
  .footer .logo {
	 width: 290px;
	 margin: 0px auto 10px;
  }
}
.footer .text-block {
  background-color: #ccc;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 0px 0px 15px 0px;
}
.footer .text-block_text {
  margin: 0px auto 0px;
  font-size: 13px;
  line-height: 15px;
  max-width: 1000px;
  padding: 0px 40px;
}
.footer .text-block_text span {
  font-weight: 500;
}
.footer .text-block_text p {
  margin: 0px 0px 5px 0px;
}
@media (max-width: 767.98px) {
  .footer .text-block_text {
	 padding: 0px 0px;
	 max-width: 300px;
	 text-align: center;
	 margin: 0px auto 0px;
	 font-size: 12px;
  }
}
.footer .text-block_logo-ya-mobile {
  color: #333;
  padding: 10px 20px;
  margin: 5px auto;
  font-size: 16px;
  flex: 1 1 30%;
}
.footer .text-block_logo-ya-mobile svg {
  width: 100px;
  height: 100%;
  position: relative;
  top: 1px;
}
.footer .text-block_logo-ya-mobile svg path {
  fill: var(--colorDef);
}
@media (max-width: 479.98px) {
  .footer .text-block_logo-ya-mobile {
	 font-size: 14px;
	 text-align: center;
  }
}
.footer .text-block_logo-ya-mobile:hover svg path {
  fill: #3c67d0;
}

.column-list {
  flex: 1 1 33%;
  padding: 0px 0px 20px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
  text-align: left;
}
@media (max-width: 767.98px) {
  .column-list {
	 text-align: center;
	 padding: 5px 10px;
	 margin: 0px 0px 10px 0px;
  }
}
.column-list_text {
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 20px;
  margin: 10px 0px 15px 0px;
}
@media (max-width: 767.98px) {
  .column-list_text {
	 margin: 0px 0px 5px 0px;
	 width: 100%;
	 text-align: center;
  }
}
.column-list_list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.column-list_link {
  flex: 1 1 50%;
  max-width: 50%;
  font-size: 14px;
}
.column-list_link.active .link {
  cursor: default;
  color: #fff;
  background-color: var(--colorDef);
}
@media (max-width: 767.98px) {
  .column-list_link {
	 flex: 1 1 25%;
	 text-align: center !important;
  }
}
@media (max-width: 767.98px) {
  .column-list_link {
	 flex: 1 1 45%;
  }
}
.column-list_link .link {
  width: 90%;
  display: inline-block;
  padding: 6px 0px 6px 20px;
  color: #333;
  font-weight: 500;
}
.column-list_link .link:hover {
  color: #fff;
  background-color: var(--colorDef);
}
@media (max-width: 767.98px) {
  .column-list_link .link {
	 border: 1px solid #ccc;
	 border-radius: 5px;
	 padding: 12px 5px;
	 margin: 0px 0px 5px;
	 font-size: 13px;
	 width: 90%;
  }
}
@media (max-width: 479.98px) {
  .column-list_link .link {
	 width: 95%;
  }
}
.column-list_link.main {
  display: inline-block;
  color: #333;
  width: 45%;
  margin: 0px 0px 0px 0px;
}

.column-address {
  padding: 20px 15px 20px;
  flex: 1 1 33%;
}
@media (max-width: 767.98px) {
  .column-address {
	 padding: 5px 10px;
	 margin: 0px 0px 5px 0px;
  }
}
.column-address_text {
  color: #333;
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0px 0px 15px 0px;
}
.column-address_body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.column-address_name {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}
.column-address_tel {
  font-weight: 700;
  font-size: 20px;
  margin: 0px 0px 5px 0px;
}
.column-address_tel a {
  display: inline-block;
  padding: 5px 0px;
  color: #333;
  height: 100%;
  width: 100%;
}
.column-address_tel:hover a {
  color: #fff;
  background-color: var(--colorDef);
}
.column-address_mail {
  font-size: 16px;
  padding: 5px 0px;
  margin: 0px 0px 5px 0px;
}
.column-address_mail a {
  color: #333;
}
.column-address_mail:hover {
  background-color: var(--colorDef);
}
.column-address_mail:hover a {
  color: #fff;
}
.column-address_address {
  color: #333;
  font-size: 16px;
  padding: 5px 0px;
  margin: 0px 0px 5px 0px;
}
.column-address_address span {
  display: inline-block;
}
.column-address_address:hover {
  color: #fff;
  background-color: var(--colorDef);
}
.column-address_social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0px 0px 0px;
} 
.column-form {
  padding: 20px 0px 20px;
  flex: 1 1 33%;
}
@media (max-width: 767.98px) {
  .column-form {
	 padding: 5px 10px;
	 margin: 0px 0px 10px 0px;
  }
}
.column-form_text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0px 0px 10px 0px;
}
.column-form_text div {
  display: block;
  font-size: 11px;
}
.column-form_text p {
	margin: 2px 5px;
	display: inline-block;
 }
.column-form_text span:nth-child(1) {
  font-size: 18px;
  margin: 0px 0px 5px 0px;
}
.column-form_form {
  position: relative;
  margin: 15px 0 0 0;
}

.column-form_partners {
    padding: 5px 0;
}
.column-form_partners a {
    display: inline-block;
    padding: 2px 0;
    color: #333;
}
.column-form_partners a:hover {
    text-decoration: underline;
    color: var(--colorDef);
}

.column-form_form .w-form-done, .column-form_form .w-form-fail {
  border-radius: 15px;
}

.column-form_form .w-form-done svg {
  width: 50px;
  height: 50px;
}
.column-form_body form {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.column-form_body form input {
  border-radius: 5px;
  border: 1px solid #555;
  background-color: #f8f8f8;
  font-size: 14px;
  padding: 13px 10px;
  margin: 0px 0px 5px 0px;
}
.column-form_body form input:focus {
  border: 1px solid var(--secondColorDef);
}
.column-form_body form label {
  color: #333;
  text-align: left;
  position: relative;
  border-radius: 10px;
  font-size: 10px;
  padding: 0px 5px 0px 25px;
  margin: 5px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  .column-form_body form label {
	 margin: 10px 0px 0px 0px;
  }
}
.column-form_body form label a {
  color: #333;
  display: inline;
  text-decoration: underline;
}
.column-form_body form label a:hover {
  color: var(--secondColorDef);
}
.column-form_title {
  font-size: 22px;
  color: #333;
  margin: 0px 0px 5px 0px;
}
.column-form_btn {
  width: 100%;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .container {
	 padding: 0 10px;
  }
}
@media (max-width: 479.98px) {
  .container {
	 padding: 0 5px;
  }
}

.main-block {
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.main-block-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
@media (max-width: 992.98px) {
  .main-block {
	 background-position: 0% 50%;
  }
}
@media (max-width: 767.98px) {
  .main-block-bg {
  height: auto;
  width: 80%;
  top: 60px;
  left: 10%;
}
}
@media (max-width: 479.98px) {
  .main-block-bg {
  height: auto;
  width: 100%;
  top: 80px;
  left: 0%;
}
}
@media (max-width: 767.98px) {
  .main-block {
	 margin: 20px 0;
	 margin: 8px 0 0 0;
  }
}
.main-block_body {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .main-block_body {
	 flex-direction: column;
	 max-width: 500px;
	 margin: 0 auto 0;
  }
}
.main-block_body.container {
  padding: 40px 0 60px 20px;;
}
@media (max-width: 992.98px) {
  .main-block_body.container {
	 padding: 40px 0 60px 15px;
  }
}
@media (max-width: 767.98px) {
  .main-block_body.container {
	 padding: 0 10px 20px;
  }
}
.main-block_title {
  display: flex;
  font-size: 30px;
  line-height: 40px;
  text-align: right;
  flex: 1 1 auto;
  flex-direction: column;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 550px;
  margin: 0 20px 0 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px 20px 20px;
  border-top: 4px solid var(--secondColorDef);
  border-left: 4px solid var(--secondColorDef);
}
.main-block_title .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
@media (max-width: 992.98px) {
  .main-block_title {
	 padding: 20px 20px;
	 font-size: 24px;
	 line-height: 26px;
	 margin: 0 15px 0 0;
  }
}
@media (max-width: 767.98px) {
  .main-block_title {
	 max-width: 100%;
	 padding: 10px 20px 10px 20px;
	 text-align: center;
	 margin: 30px 0 300px 0;
  }
  .main-block_title .text {
    margin: 5px 0 0 0;
}
}
@media (max-width: 479.98px) {
  .main-block_title {
	 line-height: 22px;
	 padding: 10px 10px 20px;
	 margin: 20px 0 250px 0;
  }
}
.main-block_title:before, .main-block_title:after {
  content: "";
  position: absolute;
  background-color: var(--secondColorDef);
  z-index: 2;
}
.main-block_title:after {
  width: 25px;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 0 5px 5px 0;
}
.main-block_title:before {
  width: 4px;
  height: 20px;
  top: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
}
.main-block_form {
  flex: 0 0 280px;
  position: relative;
}
@media (max-width: 992.98px) {
  .main-block_form {
	 flex: 0 0 250px;
  }
}
.main-block_image {
  flex: 0 1 10%;
  pointer-events: none;
  margin: 40px 0px 0 0px;
  position: relative;
  z-index: -1;
   height: 300px;
}
@media (max-width: 992.98px) {
  .main-block_image {
	 margin: 40px 0 0 -25px;
  }
}
@media (max-width: 767.98px) {
  .main-block_image {
	 display: none;
  }
}
.piles-block_body {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .piles-block_body {
	 flex-wrap: wrap;
	 justify-content: center;
  }
}
.piles-block_item {
  flex: 1 1 auto;
  height: 100%;
}
@media (max-width: 767.98px) {
  .piles-block_item {
	 flex: 1 1 45%;
  }
}
.base-block_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.base-block_item {
  flex: 0 1 23%;
  margin: 0 1% 20px;
}
@media (max-width: 767.98px) {
  .base-block_item {
	 flex: 0 1 48%;
  }
}
.base-block.v3 .base-block_item {
  flex: 1 1 48%;
}
.base-block.v3 .product-item {
  max-width: 45%;
}
.pay-piles {
  margin: 0 0 10px 0;
}
.pay-piles_body {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 479.98px) {
  .pay-piles_body {
	 flex-direction: column;
  }
}
.pay-piles_item {
  position: relative;
  color: #333;
  flex: 1 1 45%;
  max-width: calc(50% - 10px);
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 5px 5px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
.pay-piles_text-title:hover {
  color: #fff;
  background-color: var(--colorHover1);
}
@media (max-width: 767.98px) {
  .pay-piles_item {
	 padding: 15px 10px;
	 max-width: none;
  }
}

.pay-piles_image {
  position: absolute;
  height: 75%;
  top: 20px;
  right: 15px;
  z-index: 1;
  opacity: 0.75;
}
.pay-piles_image img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.pay-piles_text-block {
    width: 100%;
  position: relative;
  z-index: 1;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.pay-piles_text-title {
  text-align: center;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 5px;
  border-radius: 5px;
  margin: 0 0 10px -5px;
}
.pay-piles_text-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--secondColorDef);
}
@media (max-width: 767.98px) {
  .pay-piles_text-title {
	 font-size: 14px;
  }
}
.pay-piles_text-description {
  font-size: 15px;
  margin: 0 0 10px 0;
}
.pay-piles_text-description span {
  display: block;
  margin: 0 0 3px 0;
}
@media (max-width: 767.98px) {
  .pay-piles_text-description {
	 font-size: 14px;
  }
}
.pay-piles_text-recomendation {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  padding: 5px 5px 5px 10px;
  margin: 0 0 10px 0;
  position: relative;
  border: 2px dashed var(--colorDef50);
  background-color: rgba(255, 255, 255, 0.5);
}
.pay-piles_text-recomendation svg {
  min-height: 50px;
  min-width: 15px;
  max-height: 50px;
  max-width: 15px;
  margin: 0 5px 0 0;
}
@media (max-width: 767.98px) {
  .pay-piles_text-recomendation {
	 font-size: 14px;
	 line-height: 16px;
  }
}
.pay-piles_text-btn {
  padding: 0;
  width: 100%;
  text-align: center;
}

.calculator_body {
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.calculator_image {
  flex: 1 1 20%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 90px 0 0 0;
  box-shadow: 5px 0 5px -3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 479.98px) {
  .calculator_image {
	 display: none;
  }
}
.calculator_image .item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.calculator_image .item-icon {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 3px 25px 0;
}
.calculator_page {
  flex: 1 1 75%;
  position: relative;
}
.calculator_line {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
}
.calculator_line:before {
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--colorDef);
}
.calculator_line span {
  flex: 1 1 100%;
  border-left: 2px solid #ddd;
  opacity: 0.75;
}
.calculator_line.s1:before {
  width: 0%;
}
.calculator_line.s2:before {
  width: 20%;
}
.calculator_line.s3:before {
  width: 40%;
}
.calculator_line.s4:before {
  width: 60%;
}
.calculator_line.s5:before {
  width: 80%;
}
.calculator_line.s6:before {
  width: 100%;
}
.calculator_form {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.calculator_form .personal-data {
  margin: 5px 0 0 0;
}
.calculator_form-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
}
.calculator_steps {
  text-align: center;
  padding: 0 40px;
  height: 100%;
  font-weight: 700;
  flex: 1 1 100%;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: -1;
}
.calculator_steps.prev {
  left: -100%;
}
.calculator_steps.active {
  left: 0;
  z-index: 1;
}
.calculator_steps.next {
  left: 100%;
}
@media (max-width: 767.98px) {
  .calculator_steps {
	 padding: 0 20px;
  }
}
.calculator_step1 {
  position: relative;
}
@media (max-width: 992.98px) {
  .calculator_step1 {
	 margin: 0 0 10px 0;
  }

}
@media (max-width: 479.98px) {
  .calculator_step1 {
	 margin: 0 0 10px 0;
  }
}
.calculator_step-title {
  position: relative;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  padding: 20px 20px;
  margin: 20px 0 20px 0;
}
@media (max-width: 767.98px) {
  .calculator_step-title {
	 padding: 20px 10px;
  }
}
.calculator_step-title .sale {
  position: absolute;
  top: calc(50% - 35px);
  right: 0;
  z-index: -1;
  opacity: 0.75;
}
.calculator_step-title .sale svg {
  width: 70px;
  height: 70px;
}
.calculator_step-title .sale .text {
  font-size: 44px;
  color: #fff;
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 18px);
}
.calculator_step-title.v2 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .calculator_step-title.v2 {
	 margin: 10px 0 20px 0;
  }
}
@media (max-width: 992.98px) {
  .calculator_step-title {
	 margin: 20px 0 20px 0;
  }
}
@media (max-width: 767.98px) {
  .calculator_step-title {
	 margin: 10px 0;
  }
}
.calculator_radio-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .calculator_radio-body {
	 
  }
}
.calculator_radio {
  position: relative;
  font-size: 16px;
  width: 48%;
  flex: 0 1 48%;
  margin: 0 0 15px 0;
}
@media (max-width: 992.98px) {
  .calculator_radio {
	 margin: 0 0 15px 0;
  }
}
@media (max-width: 767.98px) {
  .calculator_radio {
	 margin: 0 0 10px 0;
	 
  }
}
.calculator_radio input {
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 10px);
  left: 10px;
}
@media (max-width: 479.98px) {
  .calculator_radio input {
	 left: 5px;
  }
}
.calculator_radio input:checked + label {
  background-color: var(--colorHover2);
}
.calculator_radio.active label {
  background-color: var(--secondColorDef50);
  border: 1.5px solid var(--secondColorDef);
}
.calculator_radio label {
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 16px;
  width: 100%;
  height: 100%;
  line-height: normal;
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  background-color: #ddd;
}
@media (max-width: 992.98px) {
  .calculator_radio label {
	 font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .calculator_radio label {
	 padding: 5px 0 5px 35px;
	 font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .calculator_radio label {
	 padding: 5px 0 5px 25px;
  }
}
.calculator_radio label:hover {
  background-color: var(--colorHover2);
}
.calculator_input-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calculator_input-block.last {
  flex-direction: column;
  max-width: 70%;
  margin: 20px auto 0;
}
@media (max-width: 992.98px) {
  .calculator_input-block.last {
	 margin: 10px auto 0;
  }
}
@media (max-width: 767.98px) {
  .calculator_input-block.last {
	 max-width: 100%;
	 margin: 0px 0 0 0;
  }
}
@media (max-width: 479.98px) {
  .calculator_input-block.last {
	 margin: 0 0 0 0;
  }
}
.calculator_input-block.last .calculator_input {
  border-bottom: 2px solid #888;
  height: 100%;
}
.calculator_input-block.last .calculator_input.input-phone .placeholder {
  font-size: 0;
}
.calculator_input-block.last .calculator_input.input-phone .placeholder.active {
  font-size: 12px;
}
.calculator_input-block.last .calculator_input .placeholder {
  left: 10px;
  font-weight: 400;
  font-size: 16px;
}
.calculator_input-block.last .calculator_input .placeholder.active {
  font-size: 12px;
}
.calculator_input-block.last .calculator_input input {
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  width: 100%;
  height: 100%;
}
.calculator_input {
  flex: 0 1 48%;
  font-size: 16px;
  position: relative;
  display: flex;
  margin: 0 0 20px 0;
}
@media (max-width: 767.98px) {
  .calculator_input {
	 flex: 0 1 100%;
	 flex-direction: column;
	 margin: 0 0 10px 0;
  }
}
.calculator_input .placeholder {
  color: #777;
  font-size: 14px;
}
.calculator_input .placeholder.active {
  background-color: #f9f9f9;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .calculator_input .placeholder.active {
	 font-size: 11px;
	 top: -2px;
  }
}
.calculator_input .label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #777;
  border-radius: 0 5px 5px 0;
  border-left: none;
  background-color: #f8f8f8;
  width: auto;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0%, -50%);
}
.calculator_input .label span {
  font-size: 14px;
  position: relative;
  top: -2px;
}
@media (max-width: 767.98px) {
  .calculator_input .label {
	 font-size: 14px;
  }
  .calculator_input .label span {
	 font-size: 12px;
	 top: -4px;
  }
}
.calculator_input.active input[type=number] {
  border: 1px solid var(--colorDef);
}
.calculator_input input[type=number] {
  border: 1px solid #666;
  background-color: #f8f8f8;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 10px;
}
@media (max-width: 767.98px) {
  .calculator_input input[type=number] {
	 padding: 5px 10px;
	 font-size: 14px;
  }
}
.calculator_input input[type=checkbox] {
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
}
.calculator_input input[type=checkbox] + label {
  color: #666;
}
.calculator_input input[type=checkbox]:checked + label {
  background-color: var(--colorHover2);
  color: #333;
}
.calculator_input label {
  text-align: left;
  border-radius: 5px;
  border: 1px solid #666;
  background-color: #f8f8f8;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  padding: 13px 20px 9px 30px;
}
@media (max-width: 767.98px) {
  .calculator_input label {
	 padding: 7px 20px 6px 30px;
  }
}
.calculator_btn-block {
  text-align: right;
  padding: 20px 20px;
  position: relative;
  box-shadow: 5px 0 5px 1px rgba(0, 0, 0, 0.25);
}
.calculator_pagination {
  display: inline-block;
  width: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: calc(50% - 22px);
  left: 20px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .calculator_pagination {
	 width: auto;
	 padding: 0 10px;
  }
}
.calculator_pagination .value {
  font-size: 20px;
  font-weight: 700;
}
.calculator_btn-next {
  display: none;
  margin: 0 15px 0 0;
  color: #fff;
  font-weight: 700;
  background-color: var(--colorBtn);
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 30px;
  border: 3px solid var(--colorBtn);
}
@media (max-width: 767.98px) {
  .calculator_btn-next {
	 margin: 0 5px 0 0;
	 padding: 10px 15px;
  }
}
.calculator_btn-next svg path {
  fill: #fff;
}
.calculator_btn-next:hover {
  color: var(--colorBtn);
  background-color: #fff;
}
.calculator_btn-next:hover svg path {
  fill: var(--secondColorDef);
}
.calculator_btn-next.active {
  display: inline-block;
}
.calculator_btn-next-form {
  display: none;
  line-height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  margin: 0 15px 0 0;
  background-color: var(--colorBtn);
  border: 3px solid var(--colorBtn);
}
@media (max-width: 767.98px) {
  .calculator_btn-next-form {
	 margin: 0 5px 0 0;
	 padding: 10px 15px;
  }
}
.calculator_btn-next-form svg path {
  fill: #fff;
}
.calculator_btn-next-form:hover {
  color: var(--colorBtn);
  background-color: #fff;
}
.calculator_btn-next-form:hover svg path {
  fill: var(--secondColorDef);
}
.calculator_btn-next-form.active {
  display: inline-block;
}
.calculator_btn-prev {
  display: none;
  margin: 0 15px 0 0;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 3px solid #bbb;
  transform: scale(-1, 1);
}
.calculator_btn-prev svg path {
  fill: #999;
}
@media (max-width: 767.98px) {
  .calculator_btn-prev {
	 margin: 0 10px 0 0;
	 padding: 10px 15px;
  }
}
.calculator_btn-prev:hover {
  border-color: var(--colorBtn);
  color: var(--colorBtn);
  background-color: #fff;
}
.calculator_btn-prev:hover svg path {
  fill: var(--colorBtn);
}
.calculator_btn-prev.active {
  display: inline-block;
}
.variety-block_title.v2 {
  margin: 40px 0 0 0;
}
.variety-block_title.v2 p {
  display: inline-block;
  max-width: 400px;
  line-height: 38px;
}
.variety-block_title.v2 span {
  color: var(--secondColorDef);
  font-weight: 700;
  font-size: 100px;
  margin: 0 20px 0 10px;
}
.variety-block_body {
  display: flex;
}
@media (max-width: 767.98px) {
  .variety-block_body {
	 flex-wrap: wrap;
  }
}
.variety-block_column {
  flex: 0 1 50%;
  padding: 0 30px;
}
.variety-block_column:nth-child(1) {
  padding: 0 10px 0 30px;
}
@media (max-width: 992.98px) {
  .variety-block_column {
	 padding: 0 5px;
  }
  .variety-block_column:nth-child(1) {
	 padding: 0 15px 0 5px;
  }
}
@media (max-width: 767.98px) {
  .variety-block_column {
	 flex: 1 1 100%;
  }
  .variety-block_column:nth-child(1) {
	 padding: 0 20px;
  }
}
@media (max-width: 479.98px) {
  .variety-block_column {
	 padding: 0 5px !important;
  }
}
.variety-block_text {
  text-align: justify;
  line-height: 18px;
}
.variety-block_text span, .variety-block_text p {
  display: inline-block;
  margin: 0 0 16px 0;
  text-indent: 20px;
}
.variety-block_text ul {
  margin: 0 0 16px 0;
}
.variety-block_text ul li {
  margin: 0 0 5px 0;
  padding: 0px 0px 0px 20px;
  position: relative;
  text-align: left;
}
.variety-block_text ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: calc(50% - 3px);
  left: 5px;
  background-color: #333;
}
.variety-block_form {
  position: relative;
}
.variety-block_form .w-form-done {
  padding: 2px;
  font-size: 16px !important;
}
.variety-block_form .div-block-9 {
    
}
.variety-block_form .w-form-done .text-block-23 {
   margin: 0; 
}
.variety-block_form .w-form-done svg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.variety-block_form .w-form-fail {
  padding: 2px;
}
.variety-block form {
  justify-content: space-between;
  margin: 20px 0 0 0;
}
@media (max-width: 992.98px) {
  .variety-block form {
	 flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .variety-block form {
	 margin: 0 0 25px 0;
  }
}
.variety-block_input {
  border-bottom: 1px solid #212121;
  margin: 0 10px 0 0;
  background-color: transparent;
  font-size: 16px;
  padding: 0 10px;
}
@media (max-width: 992.98px) {
  .variety-block_input {
	 max-width: 220px;
	 padding: 10px 10px;
	 margin: 0 auto 10px;
  }
}
.variety-block_btn {
  white-space: nowrap;
}
@media (max-width: 992.98px) {
  .variety-block_btn {
	 padding: 0 10px;
	 max-width: 220px;
	 margin: 0 auto 0;
  }
}
.variety-block_list {
  width: 100%;
}
.variety-block_list-item {
  margin: 0 0 10px 0;
}
.variety-block_list-title {
  transition: all 0.25s ease 0s;
  cursor: pointer;
  padding: 19px 50px 19px 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.variety-block_list-title svg {
  background-color: var(--secondColorDef);
  border-radius: 50%;
  padding: 6px 5px 6px 6px;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  margin: -11px 0 0 0;
  right: 20px;
  transform: rotate(90deg);
}
.variety-block_list-title svg path {
  fill: #fff;
}
.variety-block_list-title:hover {
  background-color: var(--colorHover2);
}
.variety-block_list-title:hover svg {
  background-color: #fff;
}
.variety-block_list-title:hover svg path {
  fill: var(--colorHover2);
}
.variety-block_list-title.active {
  border-radius: 10px 10px 0 0;
  background-color: var(--secondColorDef);
  color: #fff;
}
.variety-block_list-title.active svg {
  transform: rotate(-90deg);
  background-color: #fff;
}
.variety-block_list-title.active svg path {
  fill: var(--secondColorDef);
}
.variety-block_list-text {
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  overflow: hidden;
  height: 0;
}
.variety-block_list-text-block {
    width: 100%;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.variety-block_list-text-block p {
  margin: 0 0 10px 0;
  line-height: 20px;
  font-size: 16px;
}
.variety-block.v2 form {
  text-align: center;
}
.variety-block.v2 .variety_input {
  margin: 0 0 10px 0;
}
@media (max-width: 992.98px) {
  .variety-block.v2 .variety_input {
	 margin: 0 10px 10px 0;
  }
}
@media (max-width: 992.98px) {
  .variety-block.v2 .variety_body {
	 flex-wrap: wrap;
  }
}
@media (max-width: 992.98px) {
  .variety-block.v2 .variety_column {
	 flex: 1 1 100%;
  }
}

.photo-block_body {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
}
.photo-block_item {
  flex: 0 1 32.333%;
  margin: 0 0.5% 15px;
}
@media (max-width: 767.98px) {
  .photo-block_item {
	 flex: 0 1 48%;
	 max-width: 400px;
	 margin: 0px 1% 20px;
  }
}
@media (max-width: 479.98px) {
  .photo-block_item {
	 max-width: 280px;
  }
}
.photo-block_btn {
  white-space: nowrap;
}
.photo-block_btn svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .photo-block_btn {
	 width: 40%;
	 text-align: center;
	 margin: 0px 30%;
	 padding: 0;
  }
}
@media (max-width: 479.98px) {
  .photo-block_btn {
	 width: 60%;
	 margin: 0px 20%;
  }
}
.photo-block_btn:hover svg path {
  fill: var(--secondColorDef);
}
.photo-block.v2 .photo-block_item {
  flex: 1 1 22%;
}
@media (max-width: 767.98px) {
  .photo-block.v2 .photo-block_item {
	 flex: 1 1 45%;
  }
}

.payment-block_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 10px;
}
.payment-block_item {
    flex: 1 1 10%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 150px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px 10px 15px;
  margin: 0 2px 5px 2px;
  z-index: 1;
}
@media (max-width: 992.98px) {
  .payment-block_item {
	 flex: 1 1 30%;
  }
}
@media (max-width: 767.98px) {
  .payment-block_item {
	 min-width: 140px;
	 padding: 15px 10px 10px;
  }
}
.payment-block_item:hover .payment-block_item-link {
  color: #fff;
  background-color: var(--colorBtn);
}
.payment-block_item:hover .payment-block_item-link svg path {
  fill: #fff;
}
.payment-block_item:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  border: 1px solid var(--colorDef50);
  z-index: -1;
}
.payment-block_item-icon {
  border-bottom: 2px solid #b7b7b7;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 13px 0;
  width: 45px;
  height: 55px;
}
.payment-block_item-icon svg, .payment-block_item-icon img {
  height: 45px;
}
.payment-block_item-text {
  color: #333;
  display: block;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.payment-block_item-link {
  display: inline-block;
  color: var(--secondColorDef);
  text-decoration: underline;
  position: relative;
  padding: 5px 10px;
  margin: 0 auto 0;
  border-radius: 3px;
}
.payment-block_item-link svg path {
  fill: var(--secondColorDef);
}
.payment-block.v2 .payment-block_item {
  flex: 1 1 30%;
}

.payment-page_item {
  margin: 0 0 60px 0;
}
@media (max-width: 767.98px) {
  .payment-page_item {
	 text-align: center;
  }
}
.payment-page_item-title {
  display: inline-block;
  padding: 0 0 7px 0;
  margin: 0 0 15px 0;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.payment-page_item-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff9800;
}
.payment-page_item-text {
  font-size: 16px;
  margin: 0 0 20px 0;
  max-width: 70%;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .payment-page_item-text {
	 max-width: 100%;
	 padding: 0 10px;
  }
}
.payment-page_item-text span {
  display: inline-block;
  margin: 0 0 15px 0;
}
@media (max-width: 479.98px) {
  .payment-page_item-link {
	 width: 100%;
	 text-align: center;
	 padding: 0;
  }
}

.technology-block_body {
  display: flex;
}
@media (max-width: 767.98px) {
  .technology-block_body {
	 flex-wrap: wrap;
  }
}
.technology-block_column {
  position: relative;
}
@media (max-width: 767.98px) {
  .technology-block_column {
	 flex: 1 1 100%;
  }
}
.technology-block_tel-title {
  font-weight: 700;
  display: block;
  font-size: 28px;
  padding: 10px 0 0 0;
  margin: 10px 0 20px 0 !important;
}
@media (max-width: 767.98px) {
  .technology-block_tel-title {
	 text-align: center;
	 font-size: 26px;
	 width: 100%;
	 margin: 0 0 20px 0 !important;
  }
}
@media (max-width: 767.98px) {
  .technology-block_links {
	 text-align: center;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 100%;
  }
}
.technology-block_item {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
}
@media (max-width: 767.98px) {
  .technology-block_item {
	 margin: 0 0 10px 0;
  }
}
.technology-block_item svg path {
  fill: #fff;
}
.technology-block_item .icon-type1 {
  margin: 6px -34px 6px 6px;
}
@media (max-width: 767.98px) {
  .technology-block_item .icon-type1 {
	 margin: 6px -30px 6px 6px;
  }
}
.technology-block_item .callibri-phone {
  color: #333;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  line-height: 40px;
  font-weight: 700;
  font-size: 26px;
  padding: 0 15px 0 50px;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  .technology-block_item .callibri-phone {
	 line-height: 36px;
  }
}
.technology-block_item .callibri-phone:hover {
  text-decoration: underline;
}
.technology-block_item .mail {
  white-space: nowrap;
  display: inline-block;
  height: 100%;
  font-size: 16px;
  line-height: normal;
  margin: 0;
  color: #333;
  padding: 0 15px 0 50px;
}
@media (max-width: 479.98px) {
  .technology-block_item .mail {
	 font-size: 14px;
  }
}
.technology-block_item .mail:hover {
  text-decoration: underline;
}
.technology-block_text {
	display: block;
  line-height: 18px;
  flex: 1 1 70%;
  padding: 0 10px 0 30px;
}
.technology-block_text img {
  float: right;
  margin: 0 0 15px 15px;
  width: 35%;
  height: 100%;
}
@media (max-width: 479.98px) {
  .technology-block_text img {
      float: right;
      margin: 0 0 10px 10px;
      width: 40% !important;
      height: auto;
    }
}
.technology-block_text p {
  text-align: justify;
  margin: 0 0 10px 0;
  text-indent: 20px;
}
.technology-block_text ul {
  margin: 0 0 16px 0;
}
.technology-block_text ul li {
  margin: 0 0 5px 0;
  padding: 0px 0px 0px 20px;
  position: relative;
  text-align: left;
}

.technology-block_text ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: calc(50% - 3px);
  left: 5px;
  background-color: #333;
}
@media (max-width: 992.98px) {
  .technology-block_text {
	 padding: 0 15px 0 5px;
  }
}
@media (max-width: 767.98px) {
  .technology-block_text {
	 order: 2;
	 padding: 20px 10px 0 10px;
	 text-align: justify;
	 overflow: hidden;
	 position: relative;
	 margin: 0 0 10px 0;
  }
}
.technology-block_image {
  flex: 1 1 30%;
  display: inline-block;
  border-radius: 5px;
  max-width: 30%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767.98px) {
  .technology-block_image {
	 display: none;
  }
}
.technology-block.v2 .technology-block_tel-title {
  text-align: center;
}
.technology-block.v2 .technology-block_links {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.technology-block.v2 .phone {
  margin: 0 0 10px 0;
}
.technology-block.v2 .technology-block_text {
  flex: 1 1 60%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .technology-block.v2 .technology-block_text {
	 flex: 1 1 100%;
	 padding: 0;
  }
}
.technology-block.v2 .technology-block_image {
  flex: 1 1 20%;
  padding: 0 0 0 10px;
}

.project-block {
  text-align: center;
}
@media (max-width: 992.98px) {
  .project-block {
	 margin: 0 0 10px 0;
  }
}
@media (max-width: 479.98px) {
  .project-block {
	 margin: 0 0 20px 0;
  }
}
.project-block_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-block_item {
  flex: 1 1 45%;
  margin: 0 5px 10px;
}
.project-block_btn {
  margin: 40px 0 0 0;
}
@media (max-width: 992.98px) {
  .project-block_btn {
	 margin: 30px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .project-block_btn {
	 margin: 20px 0 0 0;
  }
}
.project-block.v2 .project-block_item {
  flex: 1 1 45%;
  margin: 0 auto 20px;
}
@media (max-width: 479.98px) {
  .project-block.v2 .project-block_item {
	 flex: 1 1 100%;
  }
}
.project-block.v3 .project-block_item {
  flex: 1 1 100%;
  margin: 0 auto 20px;
}

.specifications-block {
  display: flex;
  flex-wrap: wrap;
}
.specifications-block_item {
  flex: 0 0 33.333%;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
@media (max-width: 767.98px) {
  .specifications-block_item {
	 flex: 1 1 50%;
  }
}
@media (max-width: 479.98px) {
  .specifications-block_item {
	 flex: 1 1 100%;
	 justify-content: center;
  }
}
.specifications-block_item .icon-type1 {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  top: 20px;
  margin: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .specifications-block_item .icon-type1 {
	 flex: 0 0 25px;
	 width: 25px;
	 height: 25px;
  }
}
@media (max-width: 479.98px) {
  .specifications-block_item .icon-type1 {
	 top: 15px;
  }
}
.specifications-block_item .icon-type1:before {
  width: 47px;
  height: 47px;
}
@media (max-width: 767.98px) {
  .specifications-block_item .icon-type1:before {
	 width: 37px;
	 height: 37px;
  }
}
.specifications-block_item .icon-type1 svg {
  padding: 10px;
}
@media (max-width: 767.98px) {
  .specifications-block_item .icon-type1 svg {
	 padding: 5px;
  }
}
.specifications-block_item-title {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0 10px 0;
}
@media (max-width: 767.98px) {
  .specifications-block_item-title {
	 padding: 15px 0 5px 0;
	 font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .specifications-block_item-title {
	 padding: 10px 0 5px 0;
  }
}
.specifications-block_item-text {
  max-width: 250px;
  padding: 0 0 10px 0;
  line-height: 16px;
}
@media (max-width: 767.98px) {
  .specifications-block_item-text {
	 font-size: 12px;
	 padding: 0 0 0 0;
  }
}

.advantages-block_body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.advantages-block_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 20%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px 15px 20px;
  margin: 0 5px 10px 5px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .advantages-block_item {
	 flex: 1 1 45%;
  }
}
@media (max-width: 479.98px) {
  .advantages-block_item {
	 flex: 1 1 100%;
	 padding: 10px 15px 15px;
	 flex-direction: row;
	 align-items: center;
  }
}
.advantages-block_item:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  border: 1px solid var(--colorDef50);
  z-index: -1;
}
@media (max-width: 479.98px) {
  .advantages-block_item:before {
	 width: 98%;
	 left: 1%;
  }
}
.advantages-block_item-icon {
  border-bottom: 2px solid #b7b7b7;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 13px 0;
  width: 45px;
  height: 65px;
}
@media (max-width: 479.98px) {
  .advantages-block_item-icon {
	 width: 35px;
	 margin: 0 0 0 5px;
	 padding: 10px 0 0 0;
	 height: auto;
	 border: none;
  }
}
.advantages-block_item-icon img {
  width: 35px !important;
  height: 35px !important;
}
.advantages-block_item-icon .icon-type1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--colorDef);
  margin: 0;
  width: 45px;
  height: 45px;
}
@media (max-width: 479.98px) {
  .advantages-block_item-icon .icon-type1 {
	 width: 35px;
	 height: 35px;
  }
  .advantages-block_item-icon img {
      width: 30px !important;
      height: 30px !important;
    }
}
.advantages-block_item-icon .icon-type1:before {
  background-color: var(--colorDef50);
  width: 57px;
  height: 57px;
}
@media (max-width: 479.98px) {
  .advantages-block_item-icon .icon-type1:before {
	 width: 47px;
	 height: 47px;
  }
}
.advantages-block_item-title {
  display: block;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 10px 0;
  font-size: 16px;
}
@media (max-width: 479.98px) {
  .advantages-block_item-title {
	 padding: 5px 0;
  }
}
.advantages-block_item-text {
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 479.98px) {
  .advantages-block_item-text {
	 padding: 0 5px 0 20px;
	 text-align: left;
  }
}
.advantages-block.v2 .advantages-block_item {
  flex: 1 1 30%;
}
@media (max-width: 479.98px) {
  .advantages-block.v2 .advantages-block_item {
	 flex: 1 1 100%;
  }
}
.advantages-block.v3 {
  cursor: default;
}
.advantages-block.v3 .advantages-block_item {
  flex: 1 1 45%;
  flex-direction: row;
  padding: 10px 15px 15px;
  align-items: center;
}
.advantages-block.v3 .advantages-block_item:before {
  width: 98%;
  left: 1%;
}
@media (max-width: 479.98px) {
  .advantages-block.v3 .advantages-block_item {
	 flex: 1 1 100%;
  }
}
.advantages-block.v3 .advantages-block_item-icon {
  width: 35px;
  margin: 0 0 0 5px;
  padding: 5px 0 0 0;
  height: auto;
  border: none;
}
.advantages-block.v3 .advantages-block_item-icon .icon-type1 {
  width: 35px;
  height: 35px;
}
.advantages-block.v3 .advantages-block_item-icon .icon-type1:before {
  width: 47px;
  height: 47px;
}
.advantages-block.v3 .advantages-block_item-text {
  padding: 0 5px 0 15px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .reviews-block {
	 padding: 0 0 30px 0;
  }
}
.reviews-block_body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.reviews-block_item {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 45%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px 15px 20px;
  margin: 0 5px 20px 5px;
  z-index: 1;
}
.reviews-block_noItem {
  color: #fff;
  font-size: 26px;
  border-radius: 5px;
  background-color: var(--secondColorDef);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
@media (max-width: 767.98px) {
  .reviews-block_item {
	 flex: 1 1 100%;
	 max-width: 80%;
	 padding: 20px 15px 15px;
  }
}
@media (max-width: 479.98px) {
  .reviews-block_item {
	 max-width: 100%;
  }
}
.reviews-block_item:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  border: 1px solid var(--colorDef50);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .reviews-block_item:before {
	 width: 98%;
	 left: 1%;
  }
}
@media (max-width: 479.98px) {
  .reviews-block_item:before {
	 height: 98%;
	 top: 1%;
  }
}
.reviews-block_avatar {
  border-radius: 50%;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  margin: 0px 10px 10px;
  position: relative;
  background-color: #ccc;
}
.reviews-block_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.reviews-block_description {
  text-align: left;
  padding: 0 20px;
}
.reviews-block_description strong {
  display: inline-block;
  padding: 0 0 5px 0;
}
.reviews-block_description div {
  padding: 0 0 10px 0;
}
@media (max-width: 479.98px) {
  .reviews-block_description {
	 padding: 0;
	 text-align: center;
	 margin: 10px 0 0 0;
  }
}
.reviews-block_item-text {
  border-top: 1px solid var(--colorDef50);
  flex: 1 1 100%;
  text-align: justify;
  padding: 10px;
  line-height: 17px;
}
.reviews-block_item-text p {
  margin: 0 0 5px 0;
}
@media (max-width: 767.98px) {
  .reviews-block_item-text {
	 padding: 15px 0 5px 0;
  }
}
.reviews-block_btn {
  text-align: center;
  margin: 30px 0 0 0;
}
@media (max-width: 767.98px) {
  .reviews-block_btn {
	 margin: 20px 0 0 0;
  }
}
.reviews-block.v2 .reviews-block_item {
  flex: 1 1 100%;
  max-width: 100%;
}
.reviews-block.v2 .reviews-block_item:before {
  width: 98%;
  left: 1%;
}

.wrapper_body {
  padding-top: 3px;
  display: flex;
}
@media (max-width: 767.98px) {
  .wrapper_body {
	 flex-wrap: wrap;
  }
}
@media (max-width: 992.98px) {
  .wrapper_body.container {
	 padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .wrapper_body.container {
	 padding: 0 5px;
  }
}
.wrapper_column--main {
  max-width: 80%;
  flex: 1 1 80%;
  padding: 0 0 0 20px;
}
@media (max-width: 767.98px) {
  .wrapper_column--main {
	 padding: 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper_column--main {
	 flex: 0 0 100%;
	 max-width: 100%;
  }
}

.sidebar {
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
  flex: 1 1 240px;
  width: 100%;
  max-width: 240px;
  height: 100%;
}
.sidebar.none {
  display: none;
}
@media (max-width: 992.98px) {
  .sidebar {
	 margin: 5px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .sidebar {
	 display: none;
	 margin: 0 0 0 0;
  }
}
.sidebar_sticky {
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  overflow: auto;
  width: 100%;
}
.sidebar_body-block {
  position: relative;
}
.sidebar_body-block::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  -webkit-appearance: none;
}
.sidebar_body-block::-webkit-scrollbar-thumb {
  width: 0px;
  height: 0px;
  background-color: rgba(160, 160, 160, 0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0);
}
.sidebar_body {
  width: 100%;
}
.sidebar_list {
  display: block;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sidebar_list {
	 border-bottom: 1px solid var(--colorBorder1);
  }
}
.sidebar_item-main-link {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  color: #fff;
  background-color: var(--colorDef10);
  border-radius: 5px;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 30px 10px 15px;
  position: relative;
  cursor: pointer;
}
.sidebar_item-main-link:before, .sidebar_item-main-link:after {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  content: "";
  position: absolute;
  width: 2px;
  top: calc(50% - 5px);
  height: 10px;
  background-color: #fff;
}
.sidebar_item-main-link:before {
  right: 21px;
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .sidebar_item-main-link:before {
	 right: 26px;
  }
}
.sidebar_item-main-link:after {
  right: 15px;
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .sidebar_item-main-link:after {
	 right: 20px;
  }
}
@media (max-width: 992.98px) {
  .sidebar_item-main-link {
	 padding: 10px 35px 10px 10px;
  }
}
@media (max-width: 767.98px) {
  .sidebar_item-main-link {
	 border-right: 5px solid transparent;
	 background-color: var(--colorDef);
	 color: #fff;
	 margin: 0;
	 font-weight: 400;
	 text-align: right;
	 font-size: 16px;
	 border-radius: 0;
	 padding: 15px 40px 15px 10px;
  }
  .sidebar_item-main-link:before, .sidebar_item-main-link:after {
	 background-color: #fff;
  }
}
.sidebar_item-main-link:hover {
   background-color: var(--colorDef);
}
@media (max-width: 767.98px) {
  .sidebar_item-main-link:hover {
	 border-right: 5px solid var(--secondColorDef);
	 color: #fff;
	 background-color: #fff5;
  }
  .sidebar_item-main-link:hover:before, .sidebar_item-main-link:hover:after {
	 background-color: #fff;
  }
}
.sidebar_item-main-link.active {
  background-color: var(--colorDef);
  margin: 0 0 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sidebar_item-main-link.active:before {
  transform: rotate(-135deg);
}
.sidebar_item-main-link.active:after {
  transform: rotate(135deg);
}
@media (max-width: 767.98px) {
  .sidebar_item-main-link.active {
	 color: #fff;
  }
  .sidebar_item-main-link.active:before, .sidebar_item-main-link.active:after {
	 background-color: #fff;
  }
}
.sidebar_item-list {
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  border-top: none;
  overflow: hidden;
  height: 0;
  margin: 0 0 5px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .sidebar_item-list {
	 border: none;
	 border-radius: 0;
	 margin: 0 0 0 0;
  }
}
.sidebar_item-list li span {
	cursor: default;
}
.sidebar_item-link {
  color: #212121;
  border-right: 5px solid transparent;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0px;
  line-height: 100%;
  position: relative;
  padding: 10px 5px 10px 15px;
}
.sidebar_item-link:before {
  content: "";
  position: absolute;
  opacity: 0.75;
  top: 0;
  left: 0px;
  width: 5px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .sidebar_item-link {
	 text-align: right;
	 background-color: var(--colorBg);
	 border: none;
	 border-right: 5px solid transparent;
	 border-bottom: 1px solid var(--colorBorder1);
	 padding: 15px 10px;
  }
  .sidebar_item-link:before {
	 display: none;
  }
  .sidebar_item-link.active {
      background-color: #fff5 !important;
    }
}
.sidebar_item-link:hover {
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: var(--colorDef10);
}
.sidebar_item-link:hover:before {
  background-color: var(--secondColorDef);
}
@media (max-width: 767.98px) {
  .sidebar_item-link:hover {
	 border-left: none;
	 border-right: 5px solid var(--secondColorDef);
	 border-radius: 0;
	 background-color: #fff5;
  }
}
.sidebar_item-link.active {
  color: #fff;
  background-color: var(--colorDef10);
}
.sidebar_main-link {
  cursor: pointer;
  background-color: var(--colorBg);
  border: 2px solid var(--secondColorDef);
  display: flex;
  align-items: center;
  line-height: 100%;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  margin: 0 0 5px 0;
}
.sidebar_main-link.wa {
  background-color: #2eb82e !important;
}
.sidebar_main-link.vk {
  background-color: #5b7eb9 !important;
}
.sidebar_main-link.fb {
  background-color: #4d5395 !important;
}
.sidebar_main-link.ig {
  background-color: #e86a5e !important;
}
.sidebar_main-link.vb {
  background-color: #7d3daf !important;
}
.sidebar_main-link.social {
  position: relative;
  border: 1px solid var(--colorHover1);
}
.sidebar_main-link.social svg path {
  fill: #fff;
}
.sidebar_main-link.social span {
  pointer-events: none;
}
.sidebar_main-link.social .sidebar_main-link--text {
  color: #fff;
}
.sidebar_main-link.social:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .sidebar_main-link.social:before {
	 display: none;
  }
}
@media (max-width: 767.98px) {
  .sidebar_main-link.social {
	 border: none;
	 border-left: 5px solid transparent;
	 border-right: 5px solid transparent;
	 border-bottom: 1px solid var(--colorHover2);
	 background-color: var(--colorDef);
  }
  .sidebar_main-link.social .sidebar_main-link--text {
	 color: #fff;
  }
  .sidebar_main-link.social svg path {
	 fill: #fff;
  }
}
.sidebar_main-link.social:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar_main-link.social:hover .sidebar_main-link--text {
  color: #fff;
}
.sidebar_main-link.social:hover svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .sidebar_main-link {
	 border-radius: 0;
	 background-color: var(--colorDef);
	 padding: 10px 15px 10px 10px;
	 border: none;
	 border-bottom: 1px solid var(--colorBorder1);
	 margin: 0;
	 border-right: 5px solid transparent;
	 text-align: right;
	 justify-content: flex-end;
  }
}
.sidebar_main-link.anim {
  position: relative;
  overflow: hidden;
}
.sidebar_main-link.anim span {
  z-index: 1;
}
.sidebar_main-link.anim:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: -100%;
  opacity: 0.5;
  background: linear-gradient(45deg, #f8a71b00 10%, var(--secondColorDef) 50%, #f8a71b00 90%);
}
@media (max-width: 767.98px) {
  .sidebar_main-link.anim:before {
	 z-index: 2;
	 background: linear-gradient(45deg, transparent 10%, var(--colorDef) 50%, transparent 90%);
  }
}
.sidebar_main-link.anim.a1:before {
  animation: btn 10s infinite linear 4s;
  -webkit-animation: btn 10s infinite linear 4s;
  -moz-animation: btn 10s infinite linear 4s;
  -o-animation: btn 10s infinite linear 4s;
}
.sidebar_main-link.anim.a2:before {
  animation: btn 10s infinite linear 4.5s;
  -webkit-animation: btn 10s infinite linear 4.5s;
  -moz-animation: btn 10s infinite linear 4.5s;
  -o-animation: btn 10s infinite linear 4.5s;
}
.sidebar_main-link.anim.a3:before {
  animation: btn 10s infinite linear 5s;
  -webkit-animation: btn 10s infinite linear 5s;
  -moz-animation: btn 10s infinite linear 5s;
  -o-animation: btn 10s infinite linear 5s;
}
@keyframes btn {
  0% {
	 left: -100%;
  }
  10% {
	 left: 100%;
  }
  90% {
	 left: 100%;
  }
  95% {
	 left: 100%;
  }
  100% {
	 left: 100%;
  }
}
.sidebar_main-link--icon {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
}
.sidebar_main-link--icon svg {
  width: 100%;
  height: 100%;
  padding: 2px;
}
.sidebar_main-link--icon svg path {
  fill: #333;
}
@media (max-width: 767.98px) {
  .sidebar_main-link--icon svg path {
	 fill: #fff;
  }
}
.sidebar_main-link--text {
  color: #333;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .sidebar_main-link--text {
	 font-size: 16px;
	 font-weight: 400;
	 color: #fff;
  }
}
.sidebar_main-link:hover {
  background-color: var(--secondColorDef50);
}
@media (max-width: 767.98px) {
  .sidebar_main-link:hover {
	 border-right: 5px solid var(--secondColorDef);
	 background-color: #fff5;
  }
}

.piles-item-block {
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
}
.piles-item-block_text-block {
  text-align: justify;
  margin: 20px 0 0 0;
  padding: 0 10px 0 10px;
}
.piles-item-block_text-block.v2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 479.98px) {
  .piles-item-block_text-block {
	 padding: 0;
  }
}
.piles-item-block_text {
  display: block; 
  font-size: 16px;
  line-height: 19px;
}
.piles-item-block_text h2, h3, h4, h5, h6 {
  font-size: 24px;
  line-height: 20px;
  margin: 20px 0px 15px 0px;
  text-align: left;
}
@media (max-width: 479.98px) {
  .piles-item-block_text {
	 font-size: 14px;
	 line-height: 16px;
  }
}
.piles-item-block_text p {
  margin: 0px 0px 10px 0px;
  text-indent: 25px;
  position: relative;
}
.piles-item-block_text p.list {
  text-indent: 8px;
}
.piles-item-block_text p.list:before {
  content: "•";
  position: relative;
  display: inline-block;
  font-size: 24px;
  left: -10px;
  top: 2px;
  color: #333;
}
.piles-item-block_text ul {
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: column;
}
.piles-item-block_text ul.v3 {
  margin: 0;
}
.piles-item-block_text ul li {
  text-indent: 0px;
  margin: 0 0 5px 0;
  padding: 3px 0px 3px 25px;
  position: relative;
  text-align: left;
}
.piles-item-block_text ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: 5px;
  background-color: #333;
}
.piles-item-block_text a {
  color: #333;
}
.piles-item-block_text a:hover {
  text-decoration: underline;
}
.piles-item-block_image, .piles-item-block_text img {
  float: left;
  margin: 0 15px 15px 0;
  width: 35%;
  height: 100%;
}
.piles-item-block.v2 img {
  float: right;
  margin: 0 0 15px 20px;
}
.piles-item-block_image.v3 {
  width: 30%;
}
.piles-item-block_image.v3 img {
  width: auto;
}
.piles-item-block_image img {
  width: 100%;
  height: 100%;
}
.piles-item-block_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.get-price {
  text-align: right;
  margin: 40px 0 20px 0;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.get-price_body {
  display: flex;
  position: relative;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .get-price_body {
	 flex-direction: column;
  }
}
.get-price_image {
  width: 1%;
  flex: 1 1 1%;
}
.get-price_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 992.98px) {
  .get-price_image {
	 width: 15%;
	 flex: 1 1 15%;
  }
}
@media (max-width: 767.98px) {
  .get-price_image {
	 display: none;
  }
}
.get-price_form {
  flex: 1 1 50%;
  text-align: left;
  background-color: #fff;
  padding: 10px;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 479.98px) {
  .get-price_form {
	 flex: 1 1 100%;
	 padding: 10px;
  }
}
.get-price_form.v3 {
  padding: 10px 30px 20px 20px;
}
@media (max-width: 767.98px) {
  .get-price_form.v3 {
	 padding: 10px 10px 10px 10px;
  }
}
.get-price_form .js-hidden {
    background-color: var(--colorBg);
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    border: 1px solid #888;
    height: 100%;
    min-height: 32px;
}
.get-price_form-title {
  width: 100%;
  font-size: 20px;
  color: var(--secondColorDef);
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (max-width: 767.98px) {
  .get-price_form-title {
	 text-align: center;
	 width: 100%;
  }
}
.get-price_input-body {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
}
.get-price_input-body.fbf {
  flex: 0 1 125px;
}
.get-price_input-body.fb30 {
  flex: 0 1 32%;
}
@media (max-width: 992.98px) {
  .get-price_input-body.fb30 {
	 flex: 0 1 125px;
  }
}
@media (max-width: 992.98px) {
  .get-price_input-body.fb100 {
	 flex: 1 1 100%;
  }
}
.get-price_input-body.fb100-50 {
  flex: 0 1 49%;
}
@media (max-width: 479.98px) {
  .get-price_input-body.fb100-50 {
	 flex: 1 1 100%;
  }
}
.get-price_input-body.fb50 {
  width: 49%;
  flex: 0 1 49%;
}
.get-price_input-body.fba {
  flex: 1 1 32%;
  margin-left: 15px;
}
.get-price_btn {
  flex: 1 1 100%;
  white-space: nowrap;
  margin: 0 0 5px 0;
  min-height: 44px;
  max-height: 44px;
}
@media (max-width: 479.98px) {
  .get-price_btn {
	 padding: 0;
  }
}
.get-price.img-v2 form {
  padding: 30px 40px 40px;
}
@media (max-width: 992.98px) {
  .get-price.img-v2 form {
	 padding: 30px 20px 40px;
  }
}
@media (max-width: 479.98px) {
  .get-price.img-v2 form {
	 padding: 10px;
  }
}
.get-price.img-v2 .get-price_body {
  background-color: #fff;
}
@media (max-width: 992.98px) {
  .get-price.img-v2 .get-price_body {
	 align-items: center;
  }
}
.get-price.img-v2 .get-price_form-title {
  font-size: 22px;
  margin: 0 0 30px 0;
}
.get-price.img-v2 .get-price_form-title .text {
  font-size: 18px;
  color: #333;
}
.get-price.img-v2 .get-price_select-form {
  max-height: 44px;
}
.get-price.img-v2 .get-price_select-form select {
  border-right: 3px solid transparent;
}
.get-price.img-v2 .get-price_select-form input {
  height: 100%;
}
.get-price.img-v2 .get-price_input-body {
  max-height: 44px;
}
.get-price.img-v2 .get-price_input-body input {
  height: 100%;
}
.get-price.img-v2 .get-price_image {
  position: relative;
  flex: 1 1 5%;
  width: 100%;
  height: 400px;
}
.get-price.img-v2 .get-price_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 100%;
}
.get-price.img-v2 .get-price_image .second-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10%;
  left: 0;
  z-index: 1;
  margin: 0 0 0 15px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 992.98px) {
  .get-price.img-v2 .get-price_image {
	 object-position: 0% 50%;
	 height: auto;
  }
}
@media (max-width: 767.98px) {
  .get-price.img-v2 .get-price_image {
	 display: none;
  }
}
.get-price.img-v2 .get-price_btn {
  max-height: 44px;
  min-height: 44px;
  line-height: 42px;
}
.get-price.arrow form:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: -50px;
  border: 20px solid transparent;
  border-right: 30px solid #fff;
}
@media (max-width: 767.98px) {
  .get-price.arrow form:before {
	 top: -40px;
	 left: 50%;
	 transform: rotate(90deg);
	 margin: 0 0 0 -20px;
  }
}
@media (max-width: 767.98px) {
  .get-price.arrow form:before {
	 display: none;
  }
}

.table-block {
  margin-bottom: 40px;
}

.table-block .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .table-block .dn {
	 display: none !important;
  }
}
.table-block_title_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  text-align: center;
  background-color: var(--secondColorDef50);
}
.table-block_title_row .table-block_row-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}
@media (max-width: 767.98px) {
  .table-block_title_row .table-block_row-column {
	 font-size: 13px;
	 min-height: 70px;
  }
}
@media (max-width: 479.98px) {
  .table-block_title_row .table-block_row-column {
	 min-height: 50px;
  }
}
.table-block_row-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.table-block_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  cursor: default;
  text-align: center;
  background-color: #fff;
}
.table-block_row.bg {
  font-weight: 700;
  background-color: var(--secondColorDef50);
}
.table-block_row.bg2 {
  font-weight: 700;
  background-color: #eee;
}
.table-block_row:hover {
  background-color: #dfe4df !important;
}
.table-block_column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.table-block_column img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.table-block_column--image {
  flex: 0 0 20%;
}
.table-block_column--rows {
  flex: 1 0 80%;
}
.table-block_row-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 5px 5px;
  font-size: 14px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .table-block_row-column {
	 font-size: 13px;
	 padding: 15px 5px;
  }
}
.table-block_row-column--image {
  flex: 0 0 20%;
}
.table-block_row-column--column1 {
  flex: 1 1 35%;
  justify-content: left;
}
.table-block_row-column--column1.tac {
  justify-content: center;
}
@media (max-width: 479.98px) {
  .table-block_row-column--column1 span {
	 display: none;
  }
}
.table-block_row-column--column2 {
  flex: 0 0 100px;
}
.table-block_row-column--column3 {
  flex: 0 0 100px;
}
.table-block_row-column--column4 {
  flex: 0 0 80px;
}
.table-block_row-column--column4 span {
  cursor: pointer;
  display: inline-block;
  color: var(--secondColorDef);
  text-decoration: underline;
}
.table-block_row-column--column4 span:hover {
  text-decoration: none;
}
@media (max-width: 992.98px) {
  .table-block_row-column--column2 {
	 flex: 0 0 90px;
  }
  .table-block_row-column--column3 {
	 flex: 0 0 90px;
  }
}
@media (max-width: 767.98px) {
  .table-block_row-column--column2 {
	 flex: 0 0 70px;
  }
  .table-block_row-column--column3 {
	 flex: 0 0 85px;
  }
  .table-block_row-column--column4 {
	 flex: 0 0 70px;
  }
}
@media (max-width: 479.98px) {
  .table-block_row-column {
	 padding: 11px 3px;
  }
}
.table-block_btn-block {
  margin: 15px 0 0 0;
  text-align: right;
  width: 100%;
}
@media (max-width: 479.98px) {
  .table-block_btn {
	 width: 100%;
	 text-align: center;
  }
}
.table-block_use-block {
  border-radius: 10px;
  border: 3px solid var(--secondColorDef);
  overflow: hidden;
  margin: 20px 0 0 0;
}
.table-block_use-block-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 479.98px) {
  .table-block_use-block-body {
	 flex-direction: column;
  }
}
.table-block_use-block-title {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 20px 0;
}
@media (max-width: 479.98px) {
  .table-block_use-block-title {
	 text-align: center;
  }
}
.table-block_use-block-text {
  display: flex;
  align-items: center;
  line-height: 18px;
  padding: 20px 10px 20px 20px;
}
@media (max-width: 479.98px) {
  .table-block_use-block-text {
	 text-align: center;
  }
}
.table-block_use-block-text .icon-type1 {
  margin-right: 20px;
  max-width: 20px;
  max-height: 20px;
}
.table-block_use-block-text .icon-type1:before {
  width: 32px;
  height: 32px;
}
.table-block.v2 .table-block_row:nth-child(even) {
  background-color: #ececec;
}
.table-block.v2 .table-block_row-column {
  text-align: center;
  padding: 15px 10px;
}
@media (max-width: 479.98px) {
  .table-block.v2 .table-block_row-column {
	 padding: 10px 3px;
  }
}
.table-block.v2 .table-block_row-column--column1 {
  flex: 1 1 35%;
}
@media (max-width: 479.98px) {
  .table-block.v2 .table-block_row-column--column1 {
	 flex: 0 0 85px;
  }
}
.table-block.v2 .table-block_row-column--column2 {
  flex: 1 1 150px;
}
.table-block.v2 .table-block_row-column--column2 span {
  display: block;
}
@media (max-width: 479.98px) {
  .table-block.v2 .table-block_row-column--column2 {
	 flex: 0 0 75px;
  }
}
.table-block.v2 .table-block_row-column--column3 {
  flex: 1 1 300px;
}

.price-block_list-block {
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .price-block_list-block {
	 padding: 0;
  }
}
.price-block_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.price-block_link {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 20%;
  border: 1px solid var(--colorHover1);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: var(--colorDef);
  border-radius: 30px;
  cursor: pointer;
  padding: 15px 10px;
  margin: 0 5px 15px 0;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 992.98px) {
  .price-block_link {
	 font-size: 14px;
	 line-height: 16px;
  }
}
@media (max-width: 767.98px) {
  .price-block_link {
	 font-size: 13px;
	 padding: 15px 10px;
	 line-height: 14px;
  }
}
@media (max-width: 479.98px) {
  .price-block_link {
	 max-width: 100%;
	 width: 100%;
	 flex: 1 1 100%;
	 margin: 0 0 5px 0;
	 padding: 10px 5px;
	 font-size: 14px;
  }
}
.price-block_link:hover {
  color: #fff;
  background-color: var(--colorHover1);
}
.stock-block {
  margin: 0 0 40px 0;
}
.stock-block_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 10px;
}
@media (max-width: 479.98px) {
  .stock-block_body {
	 flex-wrap: wrap;
  }
}
.stock-block_item {
  flex: 1 1 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 150px;
  min-height: 150px;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 15px 15px;
  margin: 0 2px 5px 2px;
  z-index: 1;
}
@media (max-width: 992.98px) {
  .stock-block_item {
	 flex: 1 1 30%;
  }
}
@media (max-width: 479.98px) {
  .stock-block_item {
	 flex: 1 1 100%;
	 display: block;
	 min-height: auto;
  }
}
.stock-block_item:hover .payment-block_item-link {
  color: #fff;
  background-color: var(--secondColorDef);
}
.stock-block_item:hover .payment-block_item-link svg path {
  fill: #fff;
}
.stock-block_item:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  border: 1px solid #e1e0e0;
  z-index: -1;
}
@media (max-width: 479.98px) {
  .stock-block_item:before {
	 width: 98%;
	 left: 1%;
  }
}
.stock-block_item-icon {
  border-bottom: 2px solid #b7b7b7;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 13px 0;
  width: 75px;
  height: 55px;
}
.stock-block_item-icon svg, .stock-block_item-icon img {
  height: 45px;
}
.stock-block_item-text {
  font-size: 16px;
  line-height: 19px;
  color: #333;
  display: block;
  font-weight: 700;
  padding: 0 15px;
  margin: 0 0 5px 0;
  width: 100%;
}
@media (max-width: 992.98px) {
  .stock-block_item-text {
	 font-size: 14px;
	 line-height: 16px;
	 padding: 0 10px;
  }
}
.stock-block_item-text strong {
  color: var(--secondColorDef);
}
.stock-block_btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 5px;
}

.stock-block_btn svg {
  margin-left: 5px;
  padding: 0;
}

.stock-page_body {
  padding: 0 10px;
}
.stock-page_item {
  display: flex;
  margin: 0 0 60px 0;
}
@media (max-width: 479.98px) {
  .stock-page_item {
	 flex-direction: column;
	 margin: 0 0 35px 0;
  }
}
.stock-page_image {
  width: 35%;
  min-width: 180px;
  min-height: 130px;
}
@media (max-width: 479.98px) {
  .stock-page_image {
	 width: 100%;
  }
}
.stock-page_image .stock-block_item {
  height: 100%;
}
.stock-page_text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 20px;
  max-width: 65%;
}
@media (max-width: 479.98px) {
  .stock-page_text-block {
	 max-width: 100%;
	 padding: 5px 10px;
  }
}
.stock-page_text-name {
  color: #7d7d7d;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media (max-width: 479.98px) {
  .stock-page_text-name {
	 margin: 10px 0 20px 0;
  }
}
.stock-page_text-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px 0;
}
@media (max-width: 479.98px) {
  .stock-page_text-title {
	 font-size: 18px;
  }
}
.stock-page_text {
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0 10px 0 0;
}
@media (max-width: 479.98px) {
  .stock-page_text {
	 font-size: 14px;
  }
}
.stock-page_link {
  min-height: 30px;
  max-width: 230px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .stock-page_link {
	 max-width: 200px;
  }
}
@media (max-width: 479.98px) {
  .stock-page_link {
	 max-width: 100%;
	 width: 100%;
	 padding: 0;
  }
}

.video-block {
  margin: 40px 0 20px 0;
}
.video-block .title {
  text-align: center;
}
.video-block_body {
  margin: 40px 0px 0px 0px;
  display: flex;
  align-items: center;
  position: relative;
   flex-wrap: wrap;
	 margin: 0;
	 padding: 10px 10px;
}
.video-block_column:nth-child(1) {
  flex: 1 1 100%;
  padding: 0;
}

.video-block_column:nth-child(2) {
  flex: 1 1 100%;
  border: 2px solid #333;
  border-radius: 10px;
  overflow: hidden;
  max-width: 600px;
  margin: 0px auto 0;
}
@media (max-width: 479.98px) {
  .video-block_column:nth-child(2) {
	 max-width: 300px;
  }
}
.video-block_text-item {
  padding: 0;
  flex: 1 1 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.video-block_text-item .Que {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  margin: 0px 5px 0px 0px;
}
.video-block_text-item .text {
  text-align: center;
  flex: 1 1 100%;
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0px 0 0px;
  position: relative;
  z-index: 2;
  background-color: #ff0101;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 479.98px) {
  .video-block_text-item .text {
	 font-size: 30px;
  }
}
.video-block_text-item .arrow {
  flex: 1 1 100%;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
   height: 60px;
}
.video-block_text-item .arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 130px);
}

.yt-video {
  width: 100% !important;
  padding-top: 56.25% !important;
  position: relative !important;
}
.yt-video__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.yt-video__content--placeholder-1 {
  background-image: url("https://i3.ytimg.com/vi/Z8REAwJPf4o/hqdefault.jpg");
  background-size: cover;
  background-position: center;
}
.yt-video__button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: unset;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path class="ytp-large-play-button-bg" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="%23212121" fill-opacity="0.8"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  background-repeat: no-repeat;
  background-size: 68px 48px;
  background-position: center;
  border: none;
  cursor: pointer;
}
.yt-video__button:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path class="ytp-large-play-button-bg" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="%23f00"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
}
.yt-video__button:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path class="ytp-large-play-button-bg" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="%23f00"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  outline: none;
}

.contact-page_body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 10px 10px;
}
@media (max-width: 767.98px) {
  .contact-page_body {
      margin: 0px 10px 10px;
    }
}
.contact-page_body .text {
  flex: 1 1 100%;
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin: 0px 0px 15px;
}
.contact-page_item {
  flex: 1 1 50%;
  font-size: 16px;
  margin: 0 0 10px 0px;
  padding: 0 10px;
}
@media (max-width: 992.98px) {
  .contact-page_item {
    flex: 1 1 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-page_item {
    flex: 1 1 50%;
    padding: 0 10px;
    margin: 0 0 10px 10px;
  }
}
@media (max-width: 479.98px) {
  .contact-page_item {
    flex: 1 1 100%;
    padding: 0;
  }
}
.contact-page_item span.item-text {
  color: var(--colorDef);
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin: 0 0 5px 0;
}
@media (max-width: 479.98px) {
  .contact-page_item span.item-text {
	 font-size: 16px;
  }
}
.contact-page_tel a {
  color: #333;
  text-decoration: underline;
}
.contact-page_tel a:hover {
  color: var(--colorDef);
}
.contact-page_map {
  border: 1px solid var(--colorDef);
  border-radius: 5px;
  overflow: hidden;
}
.contact-page_map iframe {
  width: 100%;
}
@media (max-width: 992.98px) {
  .contact-page_map iframe {
	 height: 350px;
  }
}

.pagination {
  text-align: center;
  margin: 20px 0 10px 0;
}
.pagination_body {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
}
.pagination_prev, .pagination_next {
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  padding: 8px 5px;
  display: flex;
  color: #333;
  align-items: center;
}
.pagination_prev svg, .pagination_next svg {
  width: 20px;
  height: 100%;
}
.pagination_prev svg path, .pagination_next svg path {
  transition: all 0.3s ease 0s;
  fill: #333;
}
.pagination_prev.active, .pagination_next.active {
  display: inline-block;
}
.pagination_prev:hover, .pagination_next:hover {
  background-color: var(--secondColorDef);
	color: #fff;
}
.pagination_prev:hover svg path, .pagination_next:hover svg path {
  fill: #fff;
}
.pagination_prev svg {
  margin: 0 5px 0 0;
}
.pagination_next svg {
  margin: 0 0 0 5px;
}
.pagination_prev svg{
  transform: scale(-1, 1);
}
.pagination_numbers {
  display: flex;
  padding: 0 10px;
  margin: 0 0 2px 0;
}
.pagination_item-numbers {
  transition: all 0.3s ease 0s;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  border-bottom: 1px dashed transparent;
  padding: 8px 12px;
  margin: 0 3px;
  border-radius: 5px;
}
.pagination_item-numbers:hover {
  color: #fff;
  background-color: var(--secondColorDef);
}
.pagination_item-numbers.active {
  cursor: default;
  border-color: var(--secondColorDef);
  color: var(--secondColorDef);
}
.pagination_item-numbers.active:hover {
  color: var(--secondColorDef);
  background-color: transparent;
}

@media (max-width: 479.98px) {
  .form .container {
	 padding: 0;
  }
}
.form_body {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .form_body {
	 flex-direction: column;
  }
}
.form_column {
  padding: 20px 20px 20px 0;
  position: relative;
  margin: -40px 0 0 0;
}
@media (max-width: 767.98px) {
  .form_column {
	 padding: 20px 10px 20px 10px;
  }
}
.form_column:nth-child(1) {
  flex: 1 1 50%;
}
.form_column:nth-child(2) {
  flex: 0 0 350px;
}
@media (max-width: 992.98px) {
  .form_column:nth-child(2) {
	 margin: 0;
  }
}
@media (max-width: 479.98px) {
  .form_column:nth-child(2) {
	 padding: 20px 10px;
  }
}
.form_column .w-form-done, .form_column .w-form-fail {
  z-index: 1;
  border-radius: 15px;
}
.form_title {
  font-weight: 700;
  color: var(--secondColorDef);
  margin: 0 0 10px 0;
}
.form_text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media (max-width: 992.98px) {
  .form_text p {
	 display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .form_text {
	 text-align: center;
  }
}
.form_tel {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 22px;
  padding: 15px 0;
  margin: 0 0 20px 0;
}
@media (max-width: 767.98px) {
  .form_tel {
	 justify-content: center;
  }
}
.form_tel svg {
  width: 20px;
  height: 100%;
  margin: 0 5px 0 0;
}
.form_tel svg path {
  fill: var(--secondColorDef);
}
.form_tel a {
  color: #333;
}
.form_tel a:hover {
  text-decoration: underline;
}
.form_image img {
  width: 280px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767.98px) {
  .form_image {
	 width: 280px;
	 margin: 0 auto 0;
  }
}
.form.v2 {
  margin: 60px 0 0 0;
}
@media (max-width: 992.98px) {
  .form.v2 {
	 margin: 40px 0 0 0;
  }
}
.form.v2 .form_title {
  font-size: 36px;
  padding: 30px 0 10px 0;
}
@media (max-width: 992.98px) {
  .form.v2 .form_title {
	 text-align: center;
  }
}
.form.v2 .form_text {
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 992.98px) {
  .form.v2 .form_text {
	 margin: 0;
	 text-align: center;
  }
}

.similar_body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.similar_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 1 31.333%;
  max-width: 31.333%;
  margin: 0 1% 10px;
  position: relative;
  box-shadow: -4px 0 20px rgba(138, 138, 138, 0.25), 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: var(--colorDef);
  padding: 7px 10px;
  z-index: 1;
  border: 2px solid var(--colorDef);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .similar_item {
	 flex: 0 1 48%;
	 max-width: 48%;
  }
}
@media (max-width: 479.98px) {
  .similar_item {
	 flex: 1 1 100%;
	 max-width: 100%;
	 padding: 10px 15px;
	 flex-direction: row;
	 align-items: center;
  }
}
.similar_item:hover {
  background-color: #fff;
  color: var(--colorDef);
}

.error-list .title {
  margin: -10px 0px 20px 0px;
}
.error-list_body {
  display: flex;
  flex-wrap: wrap;
}
.error-list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 20%;
  position: relative;
  box-shadow: -4px 0 20px rgba(138, 138, 138, 0.25), 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: var(--colorDef);
  padding: 7px 5px;
  margin: 0 5px 10px 5px;
  z-index: 1;
  border: 2px solid var(--colorDef);
}
@media (max-width: 767.98px) {
  .error-list_item {
	 flex: 1 1 30%;
  }
}
@media (max-width: 479.98px) {
  .error-list_item {
	 flex: 1 1 100%;
	 padding: 10px 15px;
	 flex-direction: row;
	 align-items: center;
  }
}
.error-list_item:hover {
  background-color: var(--secondColorDef50);
}
.error-list_item:hover .error-list_text {
  color: var(--colorDef);
}
.error-list_text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.text-block_text {
  text-align: justify;
  padding: 0 10px;
  font-size: 16px;
  line-height: 19px;
}
.text-block_text span {
  font-weight: 700;
}
.text-block_text p.novosib, .text-block_text p.kemerovo {
  display: inline;
}

.serveses-item-block_item-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serveses-item:hover .serveses-item_title {
  color: #fff;
  background-color: var(--colorHover1);
}
@media (max-width: 479.98px) {
  .serveses-item-block_item-body {
	 flex-direction: column;
  }
}
.serveses-item-block_item {
  flex: 1 1 45%;
  max-width: calc(50% - 10px);
}
@media (max-width: 479.98px) {
  .serveses-item-block_item {
	 flex: 1 1 100%;
	 max-width: 100%;
  }
}

.map-block_body {
  margin: 10px 0px;
}
.map-block_item {
  position: relative;
}
.map-block_item span {cursor: default}
.map-block_item a, .map-block_item span {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 5px 20px 5px 25px;
  position: relative;
}
.map-block_item a:after, .map-block_item span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  top: 14px;
  left: 7px;
  background-color: var(--colorDef);
}
.map-block_item a:before, .map-block_item span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 0px;
  left: 7px;
  background-color: var(--colorDef);
}
.map-block_item.pos1 a:after, .map-block_item.pos1 span:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: calc(50% - 2px);
  left: 8px;
  border-radius: 50%;
  background-color: var(--colorDef);
}
.map-block_item.pos1 a:before, .map-block_item.pos1 span:before {
  width: 0;
  height: 0;
}
.map-block_item.pos2 {
  margin: 0px 0px 0px 15px;
}
.map-block_item.pos3 {
  margin: 0px 0px 0px 30px;
}
.map-block_item:hover a {
  color: #fff;
  background-color: var(--colorDef);
}
.map-block_item:hover a:after {
  background-color: #fff;
}
.map-block_item:hover a:before {
  background-color: #fff;
}
.project-var-1.v2 .project-var-1__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-var-1__btn-block {
    margin: 0 0 60px 0;
}
@media (max-width: 479.98px) {
    .project-var-1__btn-block {
        margin: 0 0 40px 0;
    }
}

.project-var-1__btn-block {
    text-align: center;
}

.project-var-1__btn-block a {
    width: auto !important;
}

.project-var-1__item-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 0px 40px 0px;
}

@media (max-width: 576.98px) {
  .project-var-1__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    max-width: 400px;
    margin: 0px auto 20px;
  }
}

@media (max-width: 479.98px) {
  .project-var-1__item-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}

.project-var-1__item-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  width: 40%;
}
.project-var-1__item-image a:focus {
  outline: none;
}
.project-var-1__item-image img {
  padding: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media (max-width: 479.98px) {
  .project-var-1__item-image img {
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 576.98px) {
  .project-var-1__item-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}

.project-var-1__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  width: 60%;
  padding: 20px;
}

@media (max-width: 576.98px) {
  .project-var-1__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    padding: 10px;
  }
}

.project-var-1__item-content .min, .project-var-1__item-content .std, .project-var-1__item-content .best {
  display: none;
}
.project-var-1__item-content .min.active, .project-var-1__item-content .std.active, .project-var-1__item-content .best.active {
  display: block;
}

.project-var-1__item-content-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px 20px 0px;
}

@media (max-width: 576.98px) {
  .project-var-1__item-content-title {
    font-size: 18px;
  }
}

.project-var-1__item-content-text {
  margin: 0px 0px 10px 0px;
}

.project-var-1__item-content-select {
  border: 1px solid #0003;
  background-color: #eee;
  padding: 5px 5px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  margin: 0px 0px 20px 0px;
}

.project-var-1__item-content-select-label {
  margin: 0px 0px 5px 0px;
  font-weight: 700;
}

.project-var-1__item-content-price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding: 5px 0px;
  margin: 0px 0px 10px 0px;
}

@media (max-width: 576.98px) {
  .project-var-1__item-content-price-block {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.project-var-1__item-content-price {
  position: relative;
  padding: 0px 25px 0px 0px;
  margin: 0px 60px 0px 0px;
  font-weight: 700;
  color: #f00;
  font-size: 22px;
}

.project-var-1__item-content-price span {
  color: #333;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .project-var-1__item-content-price {
    margin: 0px 20px 0px 0px;
  }
}

@media (max-width: 576.98px) {
  .project-var-1__item-content-price {
    margin: 0px 0px 0px 0px;
  }
}

.project-var-1__item-content-price-icon {
  font-size: 11px;
}

.project-var-1__item-content-price-icon span {
  color: #f00;
  font-weight: 700;
}

.project-var-1__item-content-price-old {
  color: #777;
  font-weight: 700;
  padding: 0px 5px;
  font-size: 16px;
  position: relative;
}

.project-var-1__item-content-price-old:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: calc(50% - 2px);
  left: 0px;
  background-color: #f00;
}

.project-var-1 .btn {
  width: 100%;
   margin: 0px 0px 10px 0px;
}

body.compensate-for-scrollbar{overflow:hidden}.gbox-active{height:auto}.gbox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.gbox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.gbox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.gbox-container [data-selectable=true]{cursor:text}.gbox-bg,.gbox-inner,.gbox-outer,.gbox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.gbox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.gbox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;-o-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71);-o-transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71);transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71)}.gbox-is-open .gbox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1);-o-transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1);transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1)}.gbox-caption,.gbox-infobar,.gbox-navigation .gbox-button,.gbox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease, visibility 0s ease .25s;-o-transition:opacity .25s ease, visibility 0s ease .25s;transition:opacity .25s ease, visibility 0s ease .25s;visibility:hidden;z-index:99997}.gbox-show-caption .gbox-caption,.gbox-show-infobar .gbox-infobar,.gbox-show-nav .gbox-navigation .gbox-button,.gbox-show-toolbar .gbox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s, visibility 0s ease 0s;-o-transition:opacity .25s ease 0s, visibility 0s ease 0s;transition:opacity .25s ease 0s, visibility 0s ease 0s;visibility:visible}.gbox-infobar{color:#fff;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:767.98px){.gbox-infobar.gbox-slide--infobar-left{left:330px}}.gbox-toolbar{right:0;top:0}@media (max-width:767.98px){.gbox-toolbar{padding-left:44px;text-align:right}}@media (min-width:767.98px){.gbox-toolbar.gbox-slide--toolbar-right{right:330px}}.gbox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.gbox-is-open .gbox-stage{overflow:hidden}.gbox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;-o-transition-property:transform, opacity;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;white-space:normal;width:100%;z-index:99994}.gbox-slide:before{content:'';display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.gbox-slide--overflow.gbox-is-open .gbox-bg{opacity:0.5}.gbox-is-sliding .gbox-slide,.gbox-slide--current,.gbox-slide--next,.gbox-slide--previous{display:block}.gbox-slide--image{overflow:hidden;padding:44px 0px}.gbox-slide--image.gbox-slide--form-fixed{padding:40px 350px 20px 20px}@media (max-width:767.98px){.gbox-slide--image.gbox-slide--form-fixed{padding:44px 0px}}.gbox-slide--image.gbox-slide--form-fixed--left{padding:40px 20px 20px 350px}@media (max-width:767.98px){.gbox-slide--image.gbox-slide--form-fixed--left{padding:44px 0px}}.gbox-slide--image:before{display:none}.gbox-slide--html{padding:6px}.gbox-content{background:#999;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.gbox-slide--image .gbox-content{-webkit-animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-ms-transform-origin:top left;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;-o-transition-property:transform, opacity;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.gbox-can-zoomOut .gbox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.gbox-can-zoomIn .gbox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.gbox-can-pan .gbox-content,.gbox-can-swipe .gbox-content{cursor:-webkit-grab;cursor:grab}.gbox-is-grabbing .gbox-content{cursor:-webkit-grabbing;cursor:grabbing}.gbox-image{background:transparent;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.gbox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:1}.gbox-slide--iframe .gbox-content,.gbox-slide--map .gbox-content,.gbox-slide--pdf .gbox-content,.gbox-slide--video .gbox-content{height:100%;overflow:visible;padding:0;width:100%}.gbox-slide--video .gbox-content{background:#000}.gbox-slide--map .gbox-content{background:#e5e3df}.gbox-slide--iframe .gbox-content{background:#fff}.gbox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.gbox-iframe{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%;left:0;position:absolute;top:0}.gbox-error{text-align:center;background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.gbox-error p{font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.gbox-error p svg{width:100%;height:128px}.gbox-error p path{opacity:0.3;fill:#000}.gbox-button{background:rgba(30, 30, 30, 0.75);border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px;color:#ccc}.gbox-button:link,.gbox-button:visited{color:#ccc}.gbox-button:hover{color:#fff}.gbox-button:focus{outline:none}.gbox-button.gbox-focus{outline:1px dotted}.gbox-button[disabled]{color:#888;cursor:default;outline:none}.gbox-button[disabled]:hover{color:#888;cursor:default;outline:none}.gbox-button div{height:100%}.gbox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.gbox-button svg path{fill:currentColor;stroke-width:0}@media (max-width:767.98px){.gbox-button.gbox-button--zoom{display:none}}@media (max-width:767.98px){.gbox-button.gbox-button--fsenter{display:none}}.gbox-button--fsenter svg:nth-child(2),.gbox-button--fsexit svg:first-child,.gbox-button--pause svg:first-child,.gbox-button--play svg:nth-child(2){display:none}.gbox-progress{background:lime;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);-webkit-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.gbox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.gbox-close-small:hover{color:#fff;opacity:1}.gbox-slide--html .gbox-close-small{color:currentColor;padding:10px;right:0;top:0}.gbox-slide--image.gbox-is-scaling .gbox-content{overflow:hidden}.gbox-is-scaling .gbox-close-small,.gbox-is-zoomable.gbox-can-pan .gbox-close-small{display:none}.gbox-navigation .gbox-button{background-clip:content-box;height:120px;opacity:0;position:absolute;top:calc(50% - 60px);width:80px}.gbox-navigation .gbox-button div{padding:7px}.gbox-navigation .gbox-button--arrow_left,.gbox-navigation .gbox-button--arrow_right{padding-top:20px;padding-bottom:20px}.gbox-navigation .gbox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding-left:6px;padding-right:20px}.gbox-navigation .gbox-button--arrow_right{right:0;right:env(safe-area-inset-right);padding-left:20px;padding-right:6px}@media (min-width:767.98px){.gbox-navigation.gbox-slide--navigation-right .gbox-button--arrow_right{right:330px}}@media (min-width:767.98px){.gbox-navigation.gbox-slide--navigation-left .gbox-button--arrow_left{left:330px}}.gbox-caption{background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(75.5%, rgba(0, 0, 0, 0.095)), color-stop(82.85%, rgba(0, 0, 0, 0.057)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));background:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.095) 75.5%, rgba(0, 0, 0, 0.057) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);background:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.095) 75.5%, rgba(0, 0, 0, 0.057) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.095) 75.5%, rgba(0, 0, 0, 0.057) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px 44px;pointer-events:none;right:0;text-align:center;z-index:99996}.gbox-caption .btn{pointer-events:auto}@media (max-width:767.98px){.gbox-caption{padding:25px 20px 25px!important;background:-webkit-gradient(linear, left bottom, left top, from(rgba(30, 30, 30, 0.9)), color-stop(70%, rgba(30, 30, 30, 0.8)), color-stop(90%, rgba(30, 30, 30, 0.5)), to(rgba(30, 30, 30, 0)));background:-webkit-linear-gradient(bottom, rgba(30, 30, 30, 0.9) 0%, rgba(30, 30, 30, 0.8) 70%, rgba(30, 30, 30, 0.5) 90%, rgba(30, 30, 30, 0) 100%);background:-o-linear-gradient(bottom, rgba(30, 30, 30, 0.9) 0%, rgba(30, 30, 30, 0.8) 70%, rgba(30, 30, 30, 0.5) 90%, rgba(30, 30, 30, 0) 100%);background:linear-gradient(to top, rgba(30, 30, 30, 0.9) 0%, rgba(30, 30, 30, 0.8) 70%, rgba(30, 30, 30, 0.5) 90%, rgba(30, 30, 30, 0) 100%)}}@supports (padding:0px){.gbox-caption{padding:75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))}}.gbox-caption--separate{margin-top:-50px}.gbox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.gbox-caption a{color:#ccc;text-decoration:none}.gbox-caption a:link,.gbox-caption a:visited{color:#ccc;text-decoration:none}.gbox-caption a:hover{color:#fff;text-decoration:underline}.gbox-loading{-webkit-animation:gbox-rotate 1s linear infinite;animation:gbox-rotate 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes gbox-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes gbox-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.gbox-animated{-webkit-transition-timing-function:cubic-bezier(0, 0, 0.25, 1);-o-transition-timing-function:cubic-bezier(0, 0, 0.25, 1);transition-timing-function:cubic-bezier(0, 0, 0.25, 1)}.gbox-fx-slide.gbox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.gbox-fx-slide.gbox-slide--next{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.gbox-fx-slide.gbox-slide--current{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.gbox-fx-fade.gbox-slide--next,.gbox-fx-fade.gbox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);-o-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.gbox-fx-fade.gbox-slide--current{opacity:1}.gbox-fx-zoom-in-out.gbox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5, 1.5, 1.5);transform:scale3d(1.5, 1.5, 1.5)}.gbox-fx-zoom-in-out.gbox-slide--next{opacity:0;-webkit-transform:scale3d(0.5, 0.5, 0.5);transform:scale3d(0.5, 0.5, 0.5)}.gbox-fx-zoom-in-out.gbox-slide--current{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.gbox-fx-rotate.gbox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}.gbox-fx-rotate.gbox-slide--next{opacity:0;-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}.gbox-fx-rotate.gbox-slide--current{opacity:1;-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.gbox-fx-circular.gbox-slide--previous{opacity:0;-webkit-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.gbox-fx-circular.gbox-slide--next{opacity:0;-webkit-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)}.gbox-fx-circular.gbox-slide--current{opacity:1;-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0)}.gbox-fx-tube.gbox-slide--previous{-webkit-transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)}.gbox-fx-tube.gbox-slide--next{-webkit-transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg);transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg)}.gbox-fx-tube.gbox-slide--current{-webkit-transform:translate3d(0, 0, 0) scale(1);transform:translate3d(0, 0, 0) scale(1)}@media (max-height:576px){.gbox-slide{padding-left:6px;padding-right:6px}.gbox-slide--image{padding:6px 0}.gbox-close-small{right:-6px}.gbox-slide--image .gbox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.gbox-caption{padding-left:12px;padding-right:12px}@supports (padding:0px){.gbox-caption{padding-left:max(12px, env(safe-area-inset-left));padding-right:max(12px, env(safe-area-inset-right))}}}.gbox-share{background:#f4f4f4;border-radius:3px;max-width:50%;padding:30px;text-align:center}@media (max-width:767.98px){.gbox-share{max-width:440px}}@media (max-width:479.98px){.gbox-share{max-width:90%}}.gbox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px 0}.gbox-share p{margin:0;padding:0}.gbox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px 5px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.gbox-share__button:link,.gbox-share__button:visited{color:#fff}.gbox-share__button:hover{text-decoration:none}.gbox-share__button--fb{background:#3b5998}.gbox-share__button--fb:hover{background:#344e86}.gbox-share__button--pt{background:lime}.gbox-share__button--pt:hover{background:#aa0719}.gbox-share__button--vk{background:#5181b8}.gbox-share__button--vk:hover{background:#4370a3}.gbox-share__button--tg{background:#2ba2df}.gbox-share__button--tg:hover{background:#1e8fc8}.gbox-share__button--viber{background:#8e24aa}.gbox-share__button--viber:hover{background:#691b7e}.gbox-share__button--wa{background:#32d333}.gbox-share__button--wa:hover{background:#28bd28}.gbox-share__button--tw{background:#1da1f2}.gbox-share__button--tw:hover{background:#0d95e8}.gbox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.gbox-share__button svg path{fill:#fff}.gbox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;outline:none;padding:10px 15px;width:100%}.gbox-thumbs{background:rgba(0, 0, 0, 0.34);bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px 2px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);top:0;width:300px;z-index:99995}@media (max-width:1212px){.gbox-thumbs{width:212px}}.gbox-thumbs-x{overflow-x:auto;overflow-y:hidden}.gbox-show-thumbs .gbox-thumbs{display:block}.gbox-show-thumbs .gbox-inner{right:300px}@media (max-width:1212px){.gbox-show-thumbs .gbox-inner{right:212px}}.gbox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.gbox-thumbs-x .gbox-thumbs__list{overflow:hidden}.gbox-thumbs-y .gbox-thumbs__list::-webkit-scrollbar{width:7px}.gbox-thumbs-y .gbox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3)}.gbox-thumbs-y .gbox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.gbox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0, 0, 0, 0.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 4px);max-width:calc(33.333% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100%}@media (max-width:1212px){.gbox-thumbs__list a{max-width:calc(50% - 4px)}}.gbox-thumbs__list a:before{border:3px solid #00cc00;bottom:0;content:'';left:-1px;opacity:0;position:absolute;right:-1px;top:0px;-webkit-transition:all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);z-index:99991}.gbox-thumbs__list a:focus:before{opacity:.5}.gbox-thumbs__list a.gbox-thumbs-active:before{opacity:1}@media (max-width:576px){.gbox-thumbs{width:110px}.gbox-show-thumbs .gbox-inner{right:110px}.gbox-thumbs__list a{max-width:calc(100% - 10px)}}.gbox-content input::-ms-clear,.gbox-content input[type=date]::-webkit-calendar-picker-indicator,.gbox-content input[type=number]::-webkit-outer-spin-button,.gbox-content input[type=password]::-ms-reveal{display:none}.gbox-content input[type=number]::-webkit-inner-spin-button,.gbox-content input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gbox-content input[type=email],.gbox-content input[type=tel],.gbox-content input[type=text],.gbox-content textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.gbox-content input[type=number]:focus,.gbox-content input[type=number]:hover{-moz-appearance:number-input}.gbox-content input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gbox-content a:active,.gbox-content a:focus,.gbox-content button,.gbox-content input,.gbox-content select:active,.gbox-content select:focus{outline:none}.gbox-content textarea::-webkit-input-placeholder{color:#ccc;font-weight:400}.gbox-content input::-webkit-input-placeholder{color:#ccc;font-weight:400}.gbox-content textarea::-moz-placeholder{color:#ccc;font-weight:400}.gbox-content input::-moz-placeholder{color:#ccc;font-weight:400}.gbox-content input[type=number]{-moz-appearance:textfield}.gbox-content button,.gbox-content input,.gbox-content textarea{font-family:Arial, Helvetica, sans-serif}.gbox-content button::-moz-focus-inner{padding:0;border:0}.gbox-content a,.gbox-content a:hover,.gbox-content a:visited{text-decoration:none}.gbox-content img{vertical-align:top}.gbox-content__form-done{display:none;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;padding:20px;text-align:center;background-color:#eef6f2;z-index:200;border:2px solid #99ccb1}.gbox-content__form-done--content{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.gbox-content__form-done--title{font-size:24px;font-weight:700;margin:5px 0px}.gbox-content__form-done--sub-title{font-size:18px;margin:5px 0px}.gbox-content__form-done--text{font-size:18px;margin:10px 0 20px 0}.gbox-content__form-done svg{width:80px;height:80px}.gbox-content__form-fail{display:none;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:#fff;text-align:center;z-index:10000;border:1px solid var(--colorBorder1);background-color:#ffdede}.gbox-content__form-fail--content{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;font-size:20px;line-height:normal;padding:40px 5%}.gbox-content__form-fail--btn{border:1px solid #777;margin:15px 0px 0px 0px;text-transform:uppercase;cursor:pointer;color:#555;font-weight:700;padding:7px 20px 6px;border-radius:5px;font-size:16px;background-color:#fff;-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15)}.gbox-content__form-fail--btn:hover{background-color:#eee}.gbox-content__open-form-btn{margin:10px 10px 0;display:inline-block;text-align:center;border-radius:5px;padding:0.5em 15px;text-transform:uppercase;font-weight:700;cursor:pointer;-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.25);box-shadow:2px 2px 10px rgba(0, 0, 0, 0.25);position:relative;z-index:100;border-radius:5px;background-color:#c00;color:#fff}.gbox-content__open-form-btn:hover{background-color:#e60000}.gbox-content__open-form-btn:active{-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.25);box-shadow:0px 0px 8px rgba(0, 0, 0, 0.25);background-color:#b30000}.gbox-content__open-form-btn--hide{display:none}@media (max-width:767.98px){.gbox-content__open-form-btn--hide{display:block}}@media (max-width:767.98px){.gbox-content__open-form-btn{margin:10px auto 0;display:block;max-width:70%}}@media (max-width:479.98px){.gbox-content__open-form-btn{max-width:100%}}.gbox-content__open-form-slick-btn{-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;background-color:#55bb00;letter-spacing:1px;position:absolute;text-transform:uppercase;z-index:99995;top:70px;width:auto;max-width:200px;right:0;color:#fff;font-weight:700;font-size:15px;padding:10px 15px;border-radius:5px 0 0 5px;cursor:pointer;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gbox-content__open-form-slick-btn svg{height:30px;width:30px;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;max-width:30px;margin-left:5px}.gbox-content__open-form-slick-btn svg path{fill:#fff}.gbox-content__open-form-slick-btn.gbox-active{right:-100%}@media (max-width:767.98px){.gbox-content__open-form-slick-btn{display:none}}.gbox-content__open-form-slick-btn:hover{background-color:#77c933}.gbox-content__open-form-slick-btn:active{background-color:#F0c933}.gbox-content__close-form-slick-btn{background-color:transparent;cursor:pointer;position:absolute;top:0px;right:0px;width:44px;height:44px;padding:2px;opacity:0.8;z-index:201}.gbox-content__close-form-slick-btn svg path{fill:#666}.gbox-content__close-form-slick-btn:hover{opacity:1}.gbox-content__form-modal{display:none}.gbox-content__form-body{background-color:#fff;position:absolute;width:100%;height:100%;max-width:330px;z-index:99995;top:0;right:0;border-radius:5px 0 0 5px;padding:30px 20px 80px;overflow:auto}@media (min-width:767.98px){.gbox-content__form-body.gbox-hide-form{opacity:0;visibility:hidden;display:none}}.gbox-content__form-body .gbox-close-small{padding:2px}.gbox-content__form-body .gbox-close-small path{fill:#666}@media (max-width:767.98px){.gbox-content__form-body{width:470px!important;max-width:100%!important;right:calc(50% - 235px)!important;height:auto!important;top:10%!important;padding:20px 15px!important;border-radius:5px!important}}@media (max-width:479.98px){.gbox-content__form-body{max-width:calc(100% - 20px)!important;right:10px!important;top:22px!important}.gbox-content__form-body .w-form-fail div{font-size:16px;line-height:16px}}.gbox-content__form-fixed{right:0;top:0;height:100%;border-radius:0;text-align:left}.gbox-content__form-fixed--left{right:auto;left:0}@media (max-width:767.98px){.gbox-content__form-fixed--left{left:auto}}@media (min-width:767.98px){.gbox-content__form-fixed{display:inline-block!important}}@media (max-width:767.98px){.gbox-content__form-fixed{display:none}}.gbox-content__form-fixed-stick{-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;text-align:left;position:absolute;border-radius:0;height:100%;right:-100%;top:0}.gbox-content__form-fixed-stick.gbox-active{right:0}@media (max-width:767.98px){.gbox-content__form-fixed-stick.gbox-active{right:-100%}}@media (min-width:767.98px){.gbox-content__form-fixed-stick{display:inline-block!important}}@media (max-width:767.98px){.gbox-content__form-fixed-stick{display:none}}.gbox-content__form-title{color:#025eca;font-weight:700;font-size:20px;margin-right:25px;margin-bottom:10px}@media (max-width:767.98px){.gbox-content__form-title{margin-right:30px}}@media (max-width:479.98px){.gbox-content__form-title{font-size:18px}}.gbox-content__form-title-v2{color:#333;font-weight:700;font-size:20px;margin-bottom:10px}@media (max-width:479.98px){.gbox-content__form-title-v2{font-size:18px}}.gbox-content__form-sub-title{font-size:16px;margin-bottom:10px;color:#777;line-height:normal}@media (max-width:767.98px){.gbox-content__form-sub-title.not-mobile{display:none}}@media (max-width:479.98px){.gbox-content__form-sub-title{font-size:14px}}.gbox-content__form-sub-title-v2{font-size:16px;margin-bottom:10px;color:#333;line-height:normal}@media (max-width:479.98px){.gbox-content__form-sub-title-v2{font-size:14px}}.gbox-content__form-price{color:#025eca;font-weight:700;font-size:20px;margin-bottom:10px;width:100%}.gbox-content__form-inputs{position:relative;margin:0 0 10px 0}.gbox-content__form-inputs input{border-radius:5px;background-color:#fff;position:relative;padding:10px 20px 10px 45px;font-size:16px;width:100%;border:2px solid rgba(0, 0, 0, 0.15);-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15)}.gbox-content__form-inputs.input-required{position:relative}.gbox-content__form-inputs.input-required:before{content:'';position:absolute;width:6px;height:6px;top:6px;left:6px;border-radius:50%;background-color:#f00;font-weight:700;opacity:0.6;font-size:20px;z-index:1}.gbox-content__form-inputs.gbox-active input{border-color:#ffc107}.gbox-content__form-inputs.gbox-active svg path{fill:#ffc107}.gbox-content__form-inputs--placeholder{-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;pointer-events:none;width:auto;padding:0 20px 0 45px;position:absolute;top:calc(50% + 1px);left:0;color:#777;font-size:16px;z-index:1;-webkit-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);transform:translate(0%, -50%)}.gbox-content__form-inputs--placeholder.gbox-active{opacity:0}.gbox-content__form-inputs--placeholder-hidden{opacity:0}.gbox-content__form-input-icon{pointer-events:none;position:absolute;width:40px;height:100%;top:0px;left:5px;z-index:1}.gbox-content__form-input-icon svg{width:100%;height:100%;padding:10px}.gbox-content__form-input-icon svg path{fill:#777}.gbox-content__form-btn{width:100%;display:inline-block;text-align:center;border-radius:5px;padding:1em 15px;text-transform:uppercase;font-weight:700;cursor:pointer;-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.25);box-shadow:2px 2px 10px rgba(0, 0, 0, 0.25);position:relative;z-index:100;border-radius:5px;background-color:#32d333;color:#fff}.gbox-content__form-btn:hover{background-color:#28bd28}.gbox-content__form-tel{width:100%;margin-top:5px;position:relative}.gbox-content__form-tel a{width:100%;display:inline-block;border:2px solid #999;background-color:#fff;border-radius:10px;padding:40px 10px 10px;margin:15px 0 10px;color:#025eca;text-align:center;font-size:24px;font-weight:700}.gbox-content__form-tel a:hover{background-color:#eee}.gbox-content__form-tel--text{display:inline-block;width:100%;color:#333;font-size:16px;text-align:center;margin:0px 0px 5px;position:absolute;width:100%;top:30px;left:0px;pointer-events:none}.gbox-content__form-personal-data{display:inline-block;padding:5px 5px 0;font-size:12px;line-height:normal}.gbox-content__form-personal-data a{color:#333;text-decoration:underline}.gbox-content__form-personal-data a:hover{text-decoration:none}

.page-success {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    padding: 30px 10px;
}
.page-success-image {
    margin: 10px;
}
.page-success-image svg {
    width: 128px;
    height: 128px;
}
.page-success-title {
    display: inline-block;
    font-size: 42px;
    margin: 0 0 10px;
}

@media (max-width: 768px) {
	.page-success {
        font-size: 20px;
        line-height: normal;
        padding: 40px 10px;
    }
    .page-success-image {
        width: 140px;
    }
    .page-success-title {
        font-size: 30px;
    }
}

.video__button {
    border-radius: 50%;
}

.videos__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.videos__item {
    
}

@media screen and (max-width: 768px) {
    .videos__content {
        grid-template-columns: repeat(1, 1fr);
    }
}

.video-categories {
    
}

.video-categories__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.video-categories__item {
    
}

@media screen and (max-width: 768px) {
    .video-categories__content {
        grid-template-columns: repeat(1, 1fr);
    }
}

.video-category {
    color: black;
}

.video-categories__image {
    width: 100%;
    margin: 0 0 16px;
    border-radius: 8px;
}

.video-categories__heading {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
}

.video-categories__description {
    
}

.video-card__heading {
    margin: 16px 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
}

.video-card__description {
    
}


/* КУКИСЫ */

.cookie-banner {
    position: fixed;
    max-width: 30rem;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    text-align: left;
    z-index: 12000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.cookie-banner a {
    text-decoration: underline;

}

@media (min-width: 480px) {
    .cookie-banner {
        bottom: 1rem;
        right: 1rem;
    }
}

.cookie-banner::before {
    background-color: oklch(0.446 0.03 256.802);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 12000;
}

.cookie-banner strong {
    position: relative;
    color: white;
    z-index: 12000;
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
    font-weight: 400;
}

.cookie-banner p {
    position: relative;
    color: white;
    z-index: 12000;
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
    max-height: 410px;
}

.cookie-banner button {
    position: relative;
    z-index: 12000;
    background-color: #27ae61;
    border: none;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
    border-radius: 10px;
    margin-top: 0.5rem;
}

@media (min-width: 900px) {

    .cookie-banner button {
        font-size: 1rem; /* 16px */
        line-height: 1.5rem; /* 24px */
    }
}

.cookie-banner button:hover {
    background-color: #2eb82d;
}

.cookie-banner a {
    color: #2eb82d;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-banner_hidden {
    display: none;
}


.checkbox__container {
    margin: 0.625rem 0;
}

.checkbox__consent {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;

    width: 1rem;
    height: 1rem;
    accent-color: #28ae61; 
    margin-right: 8px;
}

.checkbox__label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-weight: 300;
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
    text-align: left;
    cursor: pointer;
}
@media (min-width: 640px) {
    .checkbox__label {
        font-size: 0.875rem; /* 14px */
        line-height: 1.25rem; /* 20px */
    }
}

.agreement {
    font-size: 14px; 
    line-height: 18px;
}
@media (min-width: 768px) {
    .agreement {
        font-size: 16px; 
        line-height: 20px;
    }
}
.agreement hr {
    height: 1px;
    width: 100%;
    background-color: gray;
    margin-block: 30px;
}
.agreement p {
    margin-bottom: 10px;
}

.agreement strong {
    font-weight: 600;
}

.agreement a {
    word-break: break-all;
    color: var(--colorDef);
    text-decoration: underline;
}

.agreement a:hover {
    text-decoration: underline
}

.agreement ul,
.agreement ol {
    margin: 0 0 24px 24px;
    padding-left: 0;
}

.agreement ul li,
.agreement ol li {
    margin-bottom: 5px;
}

.agreement ul,
.agreement ul li{
    list-style-type: disc;
}

.agreement ol,
.agreement ol li{
    list-style-type: decimal;
}

.agreement h1,
.agreement h2,
.agreement h3,
.agreement h4,
.agreement h5,
.agreement h6 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.agreement h1,
.agreement h2 {
    font-size: 20px;
    line-height: 28px;
}
@media (min-width: 768px) {
    .agreement h1,
    .agreement h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
.agreement h3 {
    font-size: 18px; 
    line-height: 24px;
}

@media (min-width: 768px) {
    .agreement h3 {
        font-size: 20px;
        line-height: 28px;
    }
}
