@charset "UTF-8";
@font-face {
  font-family: "myfont";
  src: url("../../fonts/myfont.eot");
  src: url("../../fonts/myfont.eot?#iefix") format("eot"), url("../../fonts/myfont.woff2") format("woff2"), url("../../fonts/myfont.woff") format("woff"), url("../../fonts/myfont.ttf") format("truetype"), url("../../fonts/myfont.svg#myfont") format("svg");
}

.cookiesInfo__close:before, .header__tel:before, .menu__item-home a:before, .btn__email:after, .btn__download:after, .btn__pagination_prev:after, .btn__pagination_next:after, .banner__nav_item-prev:before, .banner__nav_item-next:before, .offer__item:before, .news__item_time:before, .catalog__text-top:before, .about__left-top_badge:before, .goals__item.collaboration:before, .goals__item.rating:before, .goals__item.target:before, .goals__item.kitchen:before, .footer__box.placeholder:before, .footer__box.clock:before, .footer__box.telephone-handle-silhouette:before, .footer__box.mail:before, .footer__copyright .sitemap:before, .arrow-top:before, .content blockquote:before, .content__gallery a:after, .content__download .icon-png:before, .content__download .icon-files:before, .content__download .icon-files1:before, .content__download .icon-files2:before, .content__download .icon-files3:before, .content__download .icon-files4:before, .content__download .download__item_button span.icon-download:before, .content__video_nav-item-prev:before, .content__video_nav-item-next:before, .products__item:before, .product__information_slider-nav_item-prev:before, .product__information_slider-nav_item-next:before, .product__calculator_title:before, .post__date:before, .contact__information_item.placeholder:before, .contact__information_item.clock:before, .contact__information_item.telephone-handle-silhouette:before, .contact__information_item.mail:before, .contact__form:before, .mobileMenu__wrapper > ul li a.openSubMenu:after, .mobileMenu__wrapper > ul li a.back:after {
  font-family: "myfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  position: relative;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper {
  max-width: 83.3333333333vw;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  .wrapper {
    padding: 0 15px;
  }
}

section {
  position: relative;
  overflow: hidden;
  padding-top: 5.2083333333vw;
}

@media screen and (max-width: 1200px) {
  section {
    padding-top: 70px;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.hidden {
  display: none !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster {
  animation-duration: .5s;
  animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
  animation-duration: .8s;
  animation-duration: calc(var(--animate-duration)*0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.animate__flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}

.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}

.animate__rubberBand {
  animation-name: rubberBand;
}

@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.animate__shakeX {
  animation-name: shakeX;
}

@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  animation-name: shakeY;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}

.animate__tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animate__jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration)*1.3);
  animation-timing-function: ease-in-out;
}

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  animation-name: backInDown;
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  animation-name: backInLeft;
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  animation-name: backInRight;
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  animation-name: backInUp;
}

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: .7;
  }
}

.animate__backOutDown {
  animation-name: backOutDown;
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
}

.animate__backOutLeft {
  animation-name: backOutLeft;
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
}

.animate__backOutRight {
  animation-name: backOutRight;
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: .7;
  }
}

.animate__backOutUp {
  animation-name: backOutUp;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.animate__bounceIn {
  animation-duration: .75s;
  animation-duration: calc(var(--animate-duration)*0.75);
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  animation-duration: .75s;
  animation-duration: calc(var(--animate-duration)*0.75);
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  animation-duration: .75s;
  animation-duration: calc(var(--animate-duration)*0.75);
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  animation-duration: .75s;
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}

@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration)*2);
  animation-name: hinge;
  transform-origin: top left;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.animate__rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.animate__slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.animate__slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.animate__slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.animate__slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  animation-name: slideOutUp;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.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: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.cookiesInfo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  background: #ff9933;
}

.cookiesInfo__inner {
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cookiesInfo__inner {
    font-size: 11.999px;
  }
}

@media screen and (max-width: 480px) {
  .cookiesInfo__inner {
    font-size: 11.05px;
    padding: 7px;
  }
}

.cookiesInfo__icon {
  flex-shrink: 0;
  background: url(../images/cookie.png) 0 0 no-repeat;
  background-size: contain;
  width: 31px;
  height: 32px;
  margin-right: 1.8229166667vw;
}

@media screen and (max-width: 768px) {
  .cookiesInfo__icon {
    display: none;
  }
}

.cookiesInfo__text {
  flex-grow: 1;
}

.cookiesInfo__close {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-left: 1.8229166667vw;
  text-align: center;
  padding: 7px;
}

.cookiesInfo__close:before {
  content: "";
}

.cookiesInfo__close:hover {
  color: #ff9933;
}

@media screen and (max-width: 480px) {
  .cookiesInfo__close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    background: #ff9933;
    font-size: 16px;
  }
}

.cookiesInfo a {
  color: #ff9933;
  text-decoration: underline;
}

.cookiesInfo a:hover {
  text-decoration: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5.2083333333vw;
  background: #ffffff;
  z-index: 999;
}

@media screen and (max-width: 1200px) {
  .header {
    height: 70px;
  }
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header__right, .header__left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header__right {
    display: none;
  }
}

.header__logo {
  font-size: 0;
}

.header__logo img {
  width: 9.0625vw;
}

@media screen and (max-width: 1200px) {
  .header__logo img {
    width: 100px;
  }
}

.header__tel {
  position: relative;
  color: #000000;
  font-size: 0.9375vw;
  font-weight: 300;
  padding-left: 6.1458333333vw;
}

.header__tel a {
  color: #000000;
  text-decoration: none;
  font-weight: 900;
  transition: .3s;
}

.header__tel a:hover {
  color: #ff9933;
}

.header__tel:before {
  content: "";
}

.header__tel:before {
  display: block;
  position: absolute;
  left: 2.96875vw;
  top: -0.4166666667vw;
  color: #ff9933;
  font-size: 1.8229166667vw;
}

.header__tel:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.6041666667vw;
  width: 1px;
  background: #ff9933;
}

.header__menu {
  margin-right: 7.0833333333vw;
}

.header.fixed {
  box-shadow: 1px 1.3px 5px rgba(0, 0, 0, 0.2);
}

.header__mobile_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 64px;
  background: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 5px;
}

@media screen and (min-width: 1200px) {
  .header__mobile_menu {
    display: none;
  }
}

.header__mobile_menu span {
  display: block;
  height: 5px;
  width: 45px;
  background: #ff9933;
  margin-bottom: 7px;
  border-radius: 4px;
  border-radius: 10px;
}

.header__mobile_menu span:last-child {
  margin-bottom: 0;
}

.menu {
  line-height: 1;
}

.menu__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__item {
  display: block;
  margin-right: 1.0416666667vw;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__item-home {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 5.2083333333vw;
  margin-right: 2.8125vw;
}

.menu__item-home:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.3020833333vw;
  width: 100%;
  height: 0.2604166667vw;
  background: #ff9933;
  transform: scaleX(0);
  transition: .3s;
}

.menu__item-home .menu__item--current:before, .menu__item-home:hover:before {
  transform: scaleX(1);
}

.menu__item-home.menu__item--current a:before {
  color: #ff9933;
}

.menu__item-home a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.menu__item-home a:before {
  content: "";
}

.menu__item-home a:before {
  color: #000000;
  font-size: 1.3541666667vw;
  transition: .3s;
}

.menu__item-home a.menu__item--current:before, .menu__item-home a:hover:before {
  color: #ff9933;
}

.menu__link {
  font-size: 1.1458333333vw;
  font-weight: 800;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  padding: 0.7291666667vw 1.0677083333vw;
}

.menu__link:hover,
.menu__link:focus {
  outline: none;
}

.menu__item {
  position: relative;
}

.menu__link {
  position: relative;
  display: block;
  text-align: center;
  color: #000000;
  transition: color 0.4s;
}

.menu__item--current .menu__link,
.menu__link:hover,
.menu__link:focus {
  color: #ff9933;
}

.menu__item::before,
.menu__item::after,
.menu__link::before,
.menu__link::after {
  content: '';
  position: absolute;
  background: #ff9933;
  transition: transform 0.2s;
}

.menu__item::before,
.menu__item::after {
  top: 0;
  width: 1px;
  height: 100%;
  transform: scale3d(1, 0, 1);
}

.menu__item::before {
  left: 0;
  transform-origin: 50% 100%;
}

.menu__item::after {
  right: 0;
  transform-origin: 50% 0%;
}

.menu__link::before,
.menu__link::after {
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale3d(0, 1, 1);
}

.menu__link::before {
  top: 0;
  transform-origin: 0 50%;
}

.menu__link::after {
  bottom: 0;
  transform-origin: 100% 50%;
}

.menu__item:hover::before,
.menu__item:hover::after,
.menu__item:hover .menu__link::before,
.menu__item:hover .menu__link::after,
.menu__item--current::before,
.menu__item--current::after,
.menu__item--current .menu__link::before,
.menu__item--current .menu__link::after {
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}

.btn {
  display: inline-block;
  min-width: 16.6666666667vw;
  border: 1px solid #ffffff;
  background: none;
  font-size: 0.8333333333vw;
  color: #ffffff;
  padding: 0.8333333333vw 0.78125vw;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: border-color 0.4s, color 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .btn {
    min-width: 280px;
    font-size: 16px;
    padding: 14px 13px;
  }
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff9933;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn:hover {
  border-color: #ff9933;
}

.btn:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.btn__invert {
  border: 1px solid #ff9933;
}

.btn__invert:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.btn__invert:hover {
  border-color: #ffffff;
}

.btn__invert:hover:before {
  opacity: 1;
  transform: scale3d(0, 1, 1);
}

.btn__email:after {
  content: "";
}

.btn__email:after {
  display: block;
  position: absolute;
  left: 1.6666666667vw;
  top: 0.625vw;
  font-size: 1.3020833333vw;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .btn__email:after {
    left: 30px;
    top: 10px;
    font-size: 24px;
  }
}

.btn__download:after {
  content: "";
}

.btn__download:after {
  display: block;
  position: absolute;
  left: 1.8229166667vw;
  top: 0.625vw;
  font-size: 1.3020833333vw;
  color: #ff9933;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .btn__download:after {
    left: 25px;
    top: 10px;
    font-size: 22px;
  }
}

.btn__download:hover:after {
  color: #ffffff;
}

.btn__color {
  border-color: #ff9933;
  color: #ff9933;
}

.btn__color:hover {
  color: #ffffff;
}

.btn__small {
  max-width: 9.375vw;
  min-width: 9.375vw;
}

@media screen and (max-width: 1200px) {
  .btn__small {
    max-width: 180px;
    min-width: 180px;
  }
}

@media screen and (max-width: 600px) {
  .btn__small {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.btn__pagination {
  min-width: 13.8020833333vw;
}

@media screen and (max-width: 1200px) {
  .btn__pagination {
    min-width: auto;
  }
}

.btn__pagination_prev {
  text-align: left;
  padding-left: 3.3854166667vw;
}

@media screen and (max-width: 1200px) {
  .btn__pagination_prev {
    padding: 11px 10px;
    text-align: center;
  }
}

.btn__pagination_prev:after {
  content: "";
}

.btn__pagination_prev:after {
  display: block;
  position: absolute;
  left: 0.8854166667vw;
  top: 0.78125vw;
  font-size: 0.8854166667vw;
  color: #ff9933;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .btn__pagination_prev:after {
    display: none;
  }
}

.btn__pagination_prev:hover:after {
  color: #ffffff;
}

.btn__pagination_next {
  text-align: left;
  padding-left: 1.71875vw;
}

@media screen and (max-width: 1200px) {
  .btn__pagination_next {
    padding: 11px 10px;
    text-align: center;
  }
}

.btn__pagination_next:after {
  content: "";
}

.btn__pagination_next:after {
  display: block;
  position: absolute;
  right: 0.8854166667vw;
  top: 0.78125vw;
  font-size: 0.8854166667vw;
  color: #ff9933;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .btn__pagination_next:after {
    display: none;
  }
}

.btn__pagination_next:hover:after {
  color: #ffffff;
}

.btn.bg-white {
  background: #ffffff;
}

.banner {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
  }
}

.banner__wrapper {
  position: relative;
}

.banner__item {
  height: 31.5104166667vw;
  background-size: cover !important;
}

@media screen and (max-width: 1200px) {
  .banner__item {
    height: 400px;
  }
}

.banner__item_text {
  padding-top: 9.1666666667vw;
  padding-left: 8.3854166667vw;
}

@media screen and (max-width: 1200px) {
  .banner__item_text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 600px) {
  .banner__item_text {
    padding-bottom: 0;
  }
}

.banner__item_text-wrapper {
  position: relative;
}

.banner__item_text-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: -1.1979166667vw;
  width: 3.3854166667vw;
  height: 0.5208333333vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .banner__item_text-wrapper:before {
    display: none;
  }
}

.banner__item_text-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 4.0104166667vw;
  top: -1.1979166667vw;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .banner__item_text-wrapper:after {
    display: none;
  }
}

.banner__item_text-item {
  color: #ffffff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  line-height: 1;
}

.banner__item_text-top {
  position: relative;
  opacity: 0;
  left: -100px;
  transition: .3s;
  font-size: 4.1666666667vw;
  font-weight: 800;
}

@media screen and (max-width: 1200px) {
  .banner__item_text-top {
    font-size: 55px;
  }
}

@media screen and (max-width: 600px) {
  .banner__item_text-top {
    font-size: 40px;
  }
}

.banner__item_text-middle {
  font-size: 3.125vw;
  font-weight: 800;
  margin-top: -0.7291666667vw;
  position: relative;
  opacity: 0;
  right: -100px;
  transition: .3s;
  transition-delay: .2s;
}

@media screen and (max-width: 1200px) {
  .banner__item_text-middle {
    font-size: 36px;
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .banner__item_text-middle {
    font-size: 24px;
  }
}

.banner__item_text-middle span {
  color: #ff9933;
}

.banner__item_text-bottom {
  font-size: 1.3020833333vw;
  font-weight: 600;
  margin-top: 1.0416666667vw;
  position: relative;
  opacity: 0;
  bottom: -100px;
  transition: .3s;
  transition-delay: .4s;
}

@media screen and (max-width: 1200px) {
  .banner__item_text-bottom {
    font-size: 24px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .banner__item_text-bottom {
    font-size: 18px;
  }
}

.banner__item_text.css-animation .banner__item_text-top {
  opacity: 1;
  left: 0;
}

.banner__item_text.css-animation .banner__item_text-middle {
  opacity: 1;
  right: 0;
}

.banner__item_text.css-animation .banner__item_text-bottom {
  opacity: 1;
  bottom: 0;
}

.banner__item_text.css-animation .banner__item_buttons {
  opacity: 1;
}

.banner__item_buttons {
  display: flex;
  margin-top: 2.1875vw;
  opacity: 0;
  transition: .3s;
  transition-delay: .6s;
}

@media screen and (max-width: 1200px) {
  .banner__item_buttons {
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .banner__item_buttons {
    flex-direction: column;
    margin-top: 10px;
  }
}

.banner__item_buttons .btn:first-child {
  margin-right: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  .banner__item_buttons .btn:first-child {
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .banner__item_buttons .btn:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.banner__nav {
  display: flex;
  position: absolute;
  top: 20.2604166667vw;
  right: 8.3333333333vw;
  z-index: 200;
}

@media screen and (max-width: 1200px) {
  .banner__nav {
    top: inherit;
    bottom: 10px;
    right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .banner__nav {
    display: none;
  }
}

.banner__nav_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.1666666667vw;
  height: 2.6041666667vw;
  font-size: 0.9375vw;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .banner__nav_item {
    width: 60px;
    height: 40px;
    font-size: 18px;
  }
}

.banner__nav_item:hover {
  background: #ff9933;
}

.banner__nav_item-prev:before {
  content: "";
}

.banner__nav_item-next {
  margin-left: 1px;
}

.banner__nav_item-next:before {
  content: "";
}

.banner__sprite {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 0.5208333333vw;
  background-color: #ff9933;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .banner__sprite {
    height: 5px;
  }
}

.banner__sprite:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 8.3333333333vw;
  height: 100%;
  background: #33cc33;
}

@media screen and (max-width: 1200px) {
  .banner__sprite:before {
    width: 150px;
  }
}

.banner .owl-dots {
  display: flex;
  position: absolute;
  counter-reset: section;
  flex-direction: column;
  align-items: flex-end;
  right: 8.3333333333vw;
  top: 13.0208333333vw;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .banner .owl-dots {
    display: none;
  }
}

.banner .owl-dots .owl-dot {
  position: relative;
  width: 2.34375vw;
  height: 0.2604166667vw;
  background: #efefef;
  margin-bottom: 0.5208333333vw;
  transition: .3s;
}

.banner .owl-dots .owl-dot span {
  display: none;
}

.banner .owl-dots .owl-dot:before {
  counter-increment: section;
  content: "0" counter(section);
  display: block;
  position: absolute;
  left: -1.4583333333vw;
  top: 0.15625vw;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0.7291666667vw;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  transition: .3s;
}

.banner .owl-dots .owl-dot:after {
  content: "/";
  display: block;
  position: absolute;
  left: -1.9270833333vw;
  top: 0.15625vw;
  transform: translateY(-50%);
  color: #ff9933;
  font-size: 0.7291666667vw;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  transition: .3s;
}

.banner .owl-dots .owl-dot:hover, .banner .owl-dots .owl-dot.active {
  width: 4.9479166667vw;
  background: #ff9933;
}

.banner .owl-dots .owl-dot.active:after, .banner .owl-dots .owl-dot.active:before {
  opacity: 1;
}

.banner__pages .banner__item {
  height: 15.5729166667vw;
}

@media screen and (max-width: 1200px) {
  .banner__pages .banner__item {
    height: 200px;
  }
}

.banner__pages .banner__item_text {
  padding-top: 5.15625vw;
}

@media screen and (max-width: 1200px) {
  .banner__pages .banner__item_text {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.banner__pages .banner__item_text-wrapper:after, .banner__pages .banner__item_text-wrapper:before {
  top: -2.0833333333vw;
}

@media screen and (max-width: 1200px) {
  .banner__pages .banner__item_text-wrapper:after, .banner__pages .banner__item_text-wrapper:before {
    display: none;
  }
}

.banner__pages .banner__item_text-middle {
  font-size: 1.875vw;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .banner__pages .banner__item_text-middle {
    font-size: 24px;
  }
}

.banner__pages .banner__item_text-bottom {
  margin-top: 0.6770833333vw;
}

@media screen and (max-width: 1200px) {
  .banner__pages .banner__item_text-bottom {
    margin-top: 10px;
  }
}

.banner__pages .banner__nav {
  top: 8.3333333333vw;
}

@media screen and (max-width: 1200px) {
  .banner__pages .banner__nav {
    top: inherit;
    bottom: 10px;
  }
}

.banner__pages .owl-dots {
  top: 4.2708333333vw;
}

.banner__pages:before {
  content: "";
  display: block;
  position: absolute;
  left: 8.3333333333vw;
  bottom: -1.8229166667vw;
  width: 75vw;
  height: 1.8229166667vw;
  background: url("/images/banner-sprite.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .banner__pages:before {
    display: none;
  }
}

.home-offer {
  position: relative;
  background: #efefef;
  padding-bottom: 3.6458333333vw;
}

@media screen and (max-width: 1200px) {
  .home-offer {
    background: #ffffff;
    padding-top: 20px;
  }
}

.home-offer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2.8645833333vw;
  width: 50%;
  height: calc(100% + 2.86458333vw);
  background: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .home-offer:before {
    top: -45px;
    height: 100%;
  }
}

.home-offer:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.7708333333vw;
  left: 3.6979166667vw;
  width: 4.21875vw;
  height: 32.7604166667vw;
  background: url("/images/offer-sprite.png") no-repeat center;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .home-offer:after {
    display: none;
  }
}

.home-offer .offer__list {
  position: relative;
  margin-top: -3.1770833333vw;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .home-offer .offer__list {
    margin-top: 10px;
  }
}

.home-news {
  position: relative;
}

.home-news:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1.25vw;
  width: 70.5729166667vw;
  height: 1px;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .home-news:before {
    display: none;
  }
}

.offer__wrapper {
  position: relative;
  z-index: 2;
}

.offer__item-wrapper {
  width: 20.0520833333vw;
  margin-right: 1.0416666667vw;
}

.offer__item-wrapper.js-animate {
  position: relative;
  opacity: 0;
  top: 100px;
  transition: .3s;
}

.offer__item-wrapper.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .offer__item-wrapper {
    width: 24%;
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .offer__item-wrapper {
    width: 32%;
  }
}

@media screen and (max-width: 750px) {
  .offer__item-wrapper {
    width: 49%;
  }
}

@media screen and (max-width: 400px) {
  .offer__item-wrapper {
    width: 100%;
  }
}

.offer__item-wrapper:nth-child(4n) {
  margin-right: 0;
}

.offer__title {
  position: relative;
  top: -1.1979166667vw;
  margin-left: -0.2604166667vw;
  color: #dcdede;
  font-size: 6.5625vw;
  font-weight: 900;
}

.offer__title.js-animate {
  position: relative;
  opacity: 0;
  transition: .3s;
}

.offer__title.js-animate.css-animate {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .offer__title {
    top: 0;
    margin-left: 0;
    font-size: 80px;
    text-align: center;
  }
}

.offer__title span {
  color: #33cc33;
}

.offer__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .offer__list {
    justify-content: space-between;
  }
}

.offer__item {
  display: block;
  position: relative;
  width: 20.0520833333vw;
  height: 20.0520833333vw;
  padding-top: 4.0625vw;
  padding-left: 2.34375vw;
  padding-right: 1.0416666667vw;
  text-decoration: none;
  overflow: hidden;
  margin-right: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  .offer__item {
    width: 100%;
    height: 250px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.offer__item:nth-child(4n) {
  margin-right: 0;
}

.offer__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 20.0520833333vw;
  height: 20.0520833333vw;
  transform: scale(1);
  transition: .3s;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .offer__item img {
    position: absolute;
    max-width: 385px;
    max-height: 385px;
    width: 100%;
    height: 100%;
  }
}

.offer__item_title {
  position: relative;
  text-shadow: 0 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 2.2395833333vw;
  font-weight: 900;
  line-height: 0.95;
  margin-top: 0;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__item_title {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    font-size: 28px;
  }
}

.offer__item_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.8333333333vw;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .offer__item_title:before {
    top: -10px;
    width: 25px;
    height: 5px;
  }
}

.offer__item_title:after {
  content: "";
  display: block;
  position: absolute;
  left: 2.0833333333vw;
  top: -0.8333333333vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .offer__item_title:after {
    top: -10px;
    left: 30px;
    width: 5px;
    height: 5px;
  }
}

.offer__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 7.8125vw;
  height: 1px;
  background: #ffffff;
  right: 0;
  bottom: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .offer__item:after {
    width: 100px;
    bottom: 30px;
  }
}

.offer__item:before {
  content: "";
}

.offer__item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 2.1354166667vw;
  bottom: 1.4583333333vw;
  width: 2.34375vw;
  height: 2.34375vw;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.8854166667vw;
  background: transparent;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__item:before {
    left: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

.offer__item:hover img {
  transform: scale(1.1);
}

.offer__item:hover .offer__item_title {
  margin-top: 0.5208333333vw;
}

.offer__item:hover:before {
  background: #ffffff;
  color: #000000;
}

.news__title {
  color: #ff9933;
  font-size: 2.0833333333vw;
  font-weight: 900;
  margin-bottom: 1.4583333333vw;
  margin-top: 0.8854166667vw;
}

.news__title.js-animate {
  position: relative;
  opacity: 0;
  transition: .3s;
}

.news__title.js-animate.css-animate {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .news__title {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
  }
}

.news__title:first-letter {
  color: #33cc33;
}

.news__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news__item {
  display: flex;
  justify-content: space-between;
  width: 41.1458333333vw;
  height: 13.28125vw;
  text-decoration: none;
  margin-bottom: 2.8645833333vw;
}

.news__item.js-animate {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: .3s;
}

.news__item.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .news__item {
    width: 49.5%;
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .news__item {
    width: 100%;
  }
}

.news__item_left {
  width: 20.0520833333vw;
  height: 13.28125vw;
}

@media screen and (max-width: 1200px) {
  .news__item_left {
    width: 40%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .news__item_left {
    display: none;
  }
}

.news__item_left img {
  width: 20.0520833333vw;
  height: 13.28125vw;
}

@media screen and (max-width: 1200px) {
  .news__item_left img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 255px;
  }
}

.news__item_right {
  position: relative;
  width: 21.09375vw;
  height: 13.28125vw;
  border: 1px solid #efefef;
  background: #efefef;
  padding-top: 3.6458333333vw;
  padding-left: 3.28125vw;
  padding-right: 1.5625vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .news__item_right {
    width: 60%;
    height: auto;
    padding: 25px 10px 10px;
  }
}

@media screen and (max-width: 500px) {
  .news__item_right {
    width: 100%;
  }
}

.news__item_right.full {
  width: 100%;
}

.news__item_right:before {
  content: "";
  display: block;
  position: absolute;
  left: 3.4375vw;
  top: 2.1875vw;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .news__item_right:before {
    left: 10px;
    top: 10px;
    width: 25px;
    height: 5px;
  }
}

.news__item_right:after {
  content: "";
  display: block;
  position: absolute;
  left: 5.5208333333vw;
  top: 2.1875vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .news__item_right:after {
    left: 40px;
    top: 10px;
    width: 5px;
    height: 5px;
  }
}

.news__item_right h4 {
  position: relative;
  color: #000000;
  font-size: 1.1979166667vw;
  font-weight: 900;
  line-height: 1.2;
  padding-right: 1.0416666667vw;
  transition: .3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 4.3125vw;
}

@media screen and (max-width: 1200px) {
  .news__item_right h4 {
    font-size: 20px;
    line-height: 1.2;
    padding-right: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 72px;
  }
}

.news__item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.34375vw;
}

@media screen and (max-width: 1200px) {
  .news__item_bottom {
    margin-top: 20px;
  }
}

.news__item_bottom.js-animate {
  position: relative;
  opacity: 0;
  transition: .3s;
}

.news__item_bottom.js-animate.css-animate {
  opacity: 1;
}

.news__item_button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 5.9895833333vw;
  height: 1.5625vw;
  background: #ff9933;
  color: #ffffff;
  font-size: 0.625vw;
  font-weight: 900;
  transition: .3s;
}

@media screen and (max-width: 1500px) {
  .news__item_button {
    padding: 0 0.15625vw;
  }
}

@media screen and (max-width: 1200px) {
  .news__item_button {
    min-width: 90px;
    height: 25px;
    font-size: 12px;
    padding: 0;
  }
}

.news__item_time {
  display: flex;
  align-items: center;
  color: #7b7b7b;
  font-size: 0.78125vw;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .news__item_time {
    font-size: 14px;
  }
}

.news__item_time:before {
  content: "";
}

.news__item_time:before {
  display: block;
  font-size: 1.0416666667vw;
  color: #ff9933;
  margin-top: -0.2083333333vw;
  margin-right: 0.78125vw;
}

@media screen and (max-width: 1200px) {
  .news__item_time:before {
    font-size: 18px;
    margin-top: -2px;
    margin-right: 5px;
  }
}

.news__item:hover .news__item_right {
  border: 1px solid #ff9933;
  background: #ffffff;
}

.news__item:hover .news__item_right h4 {
  color: #ff9933;
}

.news__item:hover .news__item_button {
  background: #33cc33;
}

.news__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: -1.5625vw;
}

@media screen and (max-width: 1200px) {
  .news__bottom {
    margin-top: 10px;
    justify-content: center;
  }
}

.catalog {
  position: relative;
  min-height: 18.2291666667vw;
  margin-top: 4.4270833333vw;
}

@media screen and (max-width: 1200px) {
  .catalog {
    height: auto;
    margin-top: 20px;
  }
}

.catalog:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 91.1979166667vw;
  height: 18.2291666667vw;
  background: #efefef;
}

@media screen and (max-width: 1200px) {
  .catalog:before {
    width: 100%;
    height: 100%;
  }
}

.catalog__wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  padding-right: 6.7708333333vw;
}

@media screen and (max-width: 1200px) {
  .catalog__wrapper {
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
}

.catalog__book {
  position: absolute;
  left: 2.03125vw;
  top: -6.7708333333vw;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .catalog__book {
    display: none;
  }
}

.catalog__book img {
  width: 37.34375vw;
  height: 32.03125vw;
}

.catalog__text {
  color: #000000;
  font-size: 2.0833333333vw;
  text-transform: uppercase;
  padding-top: 3.3333333333vw;
}

@media screen and (max-width: 1200px) {
  .catalog__text {
    font-size: 36px;
    padding-top: 20px;
  }
}

.catalog__text-top {
  position: relative;
  font-size: 3.125vw;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .catalog__text-top {
    font-size: 40px;
    text-align: center;
  }
}

.catalog__text-top:before {
  content: "";
}

.catalog__text-top:before {
  display: block;
  position: absolute;
  left: -2.7083333333vw;
  top: -0.15625vw;
  color: #000000;
  font-size: 2.96875vw;
}

@media screen and (max-width: 1200px) {
  .catalog__text-top:before {
    display: none;
  }
}

.catalog__text-bottom {
  display: flex;
  align-items: flex-end;
  font-weight: 300;
  margin-top: -0.7291666667vw;
}

@media screen and (max-width: 1200px) {
  .catalog__text-bottom {
    margin-top: 0;
    text-align: center;
    display: inline-block;
  }
}

.catalog__text-bottom p:first-child {
  line-height: 2.5vw;
  margin-right: 1.6145833333vw;
}

@media screen and (max-width: 1200px) {
  .catalog__text-bottom p:first-child {
    line-height: 30px;
    margin-right: 0;
  }
}

.catalog__text-bottom p:last-child {
  font-size: 3.3854166667vw;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .catalog__text-bottom p:last-child {
    font-size: 30px;
  }
}

.catalog__text-bottom p:last-child i {
  color: #33cc33;
}

.catalog__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35.9375vw;
  margin-top: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  .catalog__bottom {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.catalog__bottom p {
  color: #000000;
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  .catalog__bottom p {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
}

.catalog__bottom p b {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .catalog__sprite {
    display: none;
  }
}

.catalog__sprite-1 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5208333333vw;
  height: 15.625vw;
  background: #33cc33;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .catalog__sprite-1 {
    display: none;
  }
}

.catalog__sprite-2 {
  display: block;
  position: absolute;
  right: 0;
  top: 15.1041666667vw;
  width: 21.09375vw;
  height: 0.5208333333vw;
  background: #33cc33;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .catalog__sprite-2 {
    display: none;
  }
}

.catalog__sprite-3 {
  display: block;
  position: absolute;
  right: 21.09375vw;
  top: 15.1041666667vw;
  width: 51.8229166667vw;
  height: 0.5208333333vw;
  background: #ff9933;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .catalog__sprite-3 {
    display: none;
  }
}

.about {
  display: flex;
  margin-top: 6.25vw;
}

@media screen and (max-width: 1200px) {
  .about {
    margin-top: 20px;
    flex-direction: column;
  }
}

.about__left, .about__right {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .about__left, .about__right {
    width: 100%;
  }
}

.about__left-top {
  position: relative;
  font-size: 0;
  height: 23.4375vw;
  background: url("/images/about-left.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .about__left-top {
    height: 200px;
  }
}

.about__left-top_badge {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  background: #ff9933;
  color: #ffffff;
  font-size: 1.5625vw;
  font-weight: 900;
  line-height: 1.2;
  padding-top: 3.3854166667vw;
  padding-left: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .about__left-top_badge {
    width: 150px;
    height: 150px;
    font-size: 24px;
    padding-top: 30px;
    padding-left: 10px;
  }
}

.about__left-top_badge:before {
  content: "";
}

.about__left-top_badge:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 2.6041666667vw;
  bottom: 2.0833333333vw;
  padding-left: 2px;
  color: #ffffff;
  font-size: 1.71875vw;
  height: 3.90625vw;
  width: 3.90625vw;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 1200px) {
  .about__left-top_badge:before {
    left: 10px;
    bottom: 10px;
    font-size: 26px;
    height: 45px;
    width: 45px;
  }
}

.about__left .about__text {
  padding-left: 7.8645833333vw;
  padding-right: 4.1666666667vw;
}

@media screen and (max-width: 1200px) {
  .about__left .about__text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.about__left .about__text:before {
  left: 7.8645833333vw;
}

@media screen and (max-width: 1200px) {
  .about__left .about__text:before {
    left: 10px;
  }
}

.about__left .about__text:after {
  left: 11.7708333333vw;
}

@media screen and (max-width: 1200px) {
  .about__left .about__text:after {
    left: 40px;
  }
}

.about__right {
  background: #efefef;
}

.about__right .about__text {
  padding-left: 2.65625vw;
  padding-right: 11.9791666667vw;
}

@media screen and (max-width: 1200px) {
  .about__right .about__text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.about__right-top {
  position: relative;
  font-size: 0;
  background: url("/images/about-right.jpg") no-repeat left top;
  background-size: 41.6666666667vw 23.4375vw;
  height: 23.4375vw;
}

@media screen and (max-width: 1200px) {
  .about__right-top {
    background-size: cover;
    height: 200px;
  }
}

.about__right-top_badge {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  background: #33cc33;
  color: #ffffff;
  font-size: 1.5625vw;
  font-weight: 900;
  line-height: 1.2;
  padding-top: 3.3854166667vw;
  padding-left: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .about__right-top_badge {
    width: 150px;
    height: 150px;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
  }
}

.about__right-top_badge p {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1.6666666667vw;
}

@media screen and (max-width: 1200px) {
  .about__right-top_badge p {
    font-size: 13px;
    margin-top: 5px;
  }
}

.about__text {
  position: relative;
  min-height: 30.2083333333vw;
}

@media screen and (max-width: 1200px) {
  .about__text {
    min-height: auto;
    padding-bottom: 50px;
  }
}

.about__text:before {
  content: "";
  display: block;
  position: absolute;
  left: 2.7604166667vw;
  bottom: 3.5416666667vw;
  width: 3.3854166667vw;
  height: 0.5208333333vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .about__text:before {
    left: 10px;
    bottom: 30px;
    width: 25px;
    height: 5px;
  }
}

.about__text:after {
  content: "";
  display: block;
  position: absolute;
  left: 6.6666666667vw;
  bottom: 3.5416666667vw;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .about__text:after {
    left: 40px;
    bottom: 30px;
    width: 5px;
    height: 5px;
  }
}

.about__text h4 {
  color: #ff9933;
  font-size: 2.0833333333vw;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 2.5520833333vw;
  padding-top: 4.7916666667vw;
}

.about__text h4.js-animate {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: .3s;
}

.about__text h4.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .about__text h4 {
    font-size: 28px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

.about__text h4:first-letter {
  color: #33cc33;
}

.about__text p {
  color: #000000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7;
}

.about__text p.js-animate {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: .3s;
}

.about__text p.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .about__text p {
    font-size: 18px;
  }
}

.about__text p.about__text_bold {
  font-size: 1.5625vw;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 2.2395833333vw;
}

.about__text p.about__text_bold.js-animate {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: .3s;
}

.about__text p.about__text_bold.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .about__text p.about__text_bold {
    font-size: 24px;
    padding-bottom: 15px;
  }
}

.goals {
  margin-top: -0.46875vw;
}

@media screen and (max-width: 1200px) {
  .goals {
    margin-top: 10px;
  }
}

.goals__title {
  position: relative;
  margin-left: -0.2604166667vw;
  color: #dcdede;
  font-size: 6.5625vw;
  font-weight: 900;
}

.goals__title.js-animate {
  position: relative;
  opacity: 0;
  transition: .3s;
}

.goals__title.js-animate.css-animate {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .goals__title {
    margin-left: 0;
    text-align: center;
    font-size: 60px;
  }
}

@media screen and (max-width: 700px) {
  .goals__title {
    font-size: 40px;
  }
}

.goals__title:first-letter {
  color: #33cc33;
}

.goals__list {
  display: flex;
  justify-content: space-between;
  margin-top: -1.9791666667vw;
}

@media screen and (max-width: 1200px) {
  .goals__list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 900px) {
  .goals__list {
    flex-wrap: wrap;
  }
}

.goals__item {
  position: relative;
  width: 20.0520833333vw;
  height: 15.3645833333vw;
  border: 1px solid #ff9933;
  background: #ffffff;
  text-align: center;
  color: #000000;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.25vw;
  padding-top: 6.6666666667vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}

.goals__item.js-animate {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: .3s;
}

.goals__item.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .goals__item {
    width: 24.5%;
    min-height: 250px;
    height: auto;
    font-size: 16px;
    line-height: 1.2;
    padding: 80px 15px 15px;
    transition-delay: 0s !important;
  }
}

@media screen and (max-width: 900px) {
  .goals__item {
    width: 49.5%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .goals__item {
    width: 100%;
  }
}

.goals__item:before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ff9933;
}

.goals__item_title {
  font-size: 0.9375vw;
  padding-bottom: 1.3541666667vw;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .goals__item_title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.goals__item.collaboration:before {
  content: "";
}

.goals__item.collaboration:before {
  font-size: 3.125vw;
  top: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .goals__item.collaboration:before {
    font-size: 40px;
    top: 20px;
  }
}

.goals__item.rating:before {
  content: "";
}

.goals__item.rating:before {
  font-size: 2.9166666667vw;
  top: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .goals__item.rating:before {
    font-size: 40px;
    top: 20px;
  }
}

.goals__item.target:before {
  content: "";
}

.goals__item.target:before {
  font-size: 2.8645833333vw;
  top: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .goals__item.target:before {
    font-size: 40px;
    top: 20px;
  }
}

.goals__item.kitchen:before {
  content: "";
}

.goals__item.kitchen:before {
  font-size: 2.8645833333vw;
  top: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .goals__item.kitchen:before {
    font-size: 40px;
    top: 20px;
  }
}

.footer {
  position: relative;
  height: 20.0520833333vw;
  background: #f8f8f8;
  margin-top: 4.1666666667vw;
}

@media screen and (max-width: 1200px) {
  .footer {
    height: auto;
    padding: 20px 0;
    margin-top: 40px;
  }
}

.footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #efefef;
}

.footer:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 7.1875vw;
  width: 44.2708333333vw;
  height: 1px;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .footer:after {
    display: none;
  }
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 4.7916666667vw;
}

@media screen and (max-width: 1200px) {
  .footer__wrapper {
    flex-direction: column;
    padding-top: 0;
  }
}

.footer__left {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .footer__left {
    flex-direction: column;
    text-align: center;
  }
}

.footer__left-col:last-child {
  margin-left: 5.9375vw;
}

@media screen and (max-width: 1200px) {
  .footer__left-col:last-child {
    margin-left: 0;
  }
}

.footer__box {
  position: relative;
  color: #000000;
  font-size: 0.8333333333vw;
  font-weight: 400;
  padding-left: 3.6979166667vw;
  line-height: 1.9;
}

@media screen and (max-width: 1200px) {
  .footer__box {
    font-size: 16px;
    padding-left: 0;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

.footer__box-title {
  font-weight: 900;
  text-transform: uppercase;
}

.footer__box-body {
  overflow: hidden;
}

.footer__box-body a {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  transition: .3s;
}

.footer__box-body a.email {
  color: #ff9933;
}

.footer__box-body a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1041666667vw;
  width: 0;
  height: 1px;
  background: #ff9933;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .footer__box-body a:before {
    bottom: -2px;
  }
}

.footer__box-body a:hover {
  color: #ff9933;
}

.footer__box-body a:hover:before {
  width: 100%;
}

.footer__box:before {
  display: block;
  position: absolute;
  color: #ff9933;
}

@media screen and (max-width: 1200px) {
  .footer__box:before {
    display: none;
  }
}

.footer__box.placeholder {
  margin-bottom: 1.5625vw;
}

.footer__box.placeholder:before {
  content: "";
}

.footer__box.placeholder:before {
  left: -0.15625vw;
  top: 0.46875vw;
  font-size: 1.71875vw;
}

.footer__box.clock:before {
  content: "";
}

.footer__box.clock:before {
  left: 0;
  top: 0.4166666667vw;
  font-size: 1.4583333333vw;
}

.footer__box.telephone-handle-silhouette {
  margin-bottom: 1.5625vw;
}

.footer__box.telephone-handle-silhouette .footer__box-body {
  margin-top: 1.5625vw;
}

.footer__box.telephone-handle-silhouette:before {
  content: "";
}

.footer__box.telephone-handle-silhouette:before {
  left: 0.1041666667vw;
  top: 0.3645833333vw;
  font-size: 1.5625vw;
}

.footer__box.mail:before {
  content: "";
}

.footer__box.mail:before {
  left: 0.1041666667vw;
  top: -0.15625vw;
  font-size: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .footer__menu {
    display: none;
  }
}

.footer__menu ul {
  display: flex;
}

.footer__menu ul li {
  margin-right: 1.8229166667vw;
}

@media screen and (max-width: 1350px) {
  .footer__menu ul li {
    margin-right: 1.0416666667vw;
  }
}

.footer__menu ul li:last-child {
  margin-right: 0;
}

.footer__menu ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 0.8333333333vw;
  font-weight: 900;
  text-transform: uppercase;
  transition: .3s;
}

.footer__menu ul li a:hover, .footer__menu ul li a.active {
  color: #ff9933;
}

.footer__copyright {
  display: flex;
  justify-content: flex-end;
  position: relative;
  color: #b8bfbf;
  font-size: 0.7291666667vw;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 8.6458333333vw;
}

@media screen and (max-width: 1200px) {
  .footer__copyright {
    font-size: 12px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.footer__copyright a {
  color: #b8bfbf;
  text-decoration: none;
  transition: .3s;
}

.footer__copyright a.active, .footer__copyright a:hover {
  color: #ff9933;
}

.footer__copyright a.active:hover {
  color: #000000;
}

.footer__copyright .sitemap {
  position: relative;
}

.footer__copyright .sitemap:before {
  content: "";
}

.footer__copyright .sitemap:before {
  display: block;
  position: absolute;
  left: -2.0833333333vw;
  top: -0.2604166667vw;
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  .footer__copyright .sitemap:before {
    left: -25px;
    top: -2px;
    font-size: 14px;
  }
}

.arrow-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 8.8541666667vw;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: #ff9933;
  opacity: 0;
  transition: .3s;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 1150px) {
  .arrow-top {
    right: 0;
    bottom: 100px;
    width: 40px;
    height: 40px;
  }
}

.arrow-top:before {
  content: "";
}

.arrow-top::before {
  font-size: 1.3541666667vw;
  color: #ffffff;
}

@media screen and (max-width: 1150px) {
  .arrow-top::before {
    font-size: 20px;
  }
}

.arrow-top:hover {
  background: #33cc33;
}

.arrow-top.active {
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  position: relative;
  align-items: center;
  height: 2.8645833333vw;
  width: 75vw;
  margin-top: -2.8645833333vw;
  background: #f8f8f8;
  padding-left: 10.0520833333vw;
  z-index: 201;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    height: auto;
    min-height: 45px;
    margin-top: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.breadcrumbs ul {
  display: flex;
  color: #a6a3a8;
  font-size: 0.6770833333vw;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs ul {
    font-size: 12px;
  }
}

.breadcrumbs ul li {
  color: #a6a3a8;
  position: relative;
  padding-right: 1.2239583333vw;
  margin-right: 1.3020833333vw;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs ul li {
    padding-right: 15px;
    margin-right: 10px;
  }
}

.breadcrumbs ul li::before {
  content: "/";
  display: block;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  top: 0;
  color: #a6a3a8;
  font-size: 0.6770833333vw;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs ul li::before {
    font-size: 12px;
  }
}

.breadcrumbs ul li:last-child::before {
  display: none;
}

.breadcrumbs ul a {
  text-transform: uppercase;
  color: #a6a3a8;
  text-decoration: none;
  transition: .2s;
}

.breadcrumbs ul a:hover {
  color: #ff9933;
}

.page__title {
  color: #000000;
  font-size: 2.34375vw;
  font-weight: 900;
  text-align: center;
  padding-top: 2.4479166667vw;
  padding-bottom: 1.9791666667vw;
}

@media screen and (max-width: 1200px) {
  .page__title {
    font-size: 34px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page__title:first-letter {
  color: #33cc33;
}

.module__empty {
  text-align: center;
  font-size: 1.0416666667vw;
  font-weight: 700;
  padding-bottom: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .module__empty {
    font-size: 20px;
    padding-bottom: 25px;
  }
}

.content__layout {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 83.3333333333vw;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .content__layout {
    max-width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 800px) {
  .content__layout {
    flex-direction: column-reverse;
    padding: 0;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .content__layout {
    padding: 0;
    padding-bottom: 15px;
  }
}

.content__layout.full {
  justify-content: center;
  flex-direction: column;
}

.content__layout.full .content__body {
  width: 100%;
}

.content__layout.full .content__gallery a img {
  width: 20.3125vw;
  height: 13.8020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__gallery a img {
    width: 240px;
    height: 150px;
  }
}

.content__layout.full .content__gallery a {
  margin-right: 0.6770833333vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__gallery a {
    margin-right: 0;
    font-size: 0;
    margin-bottom: 15px;
  }
}

.content__layout.full .content__gallery a:nth-child(3n) {
  margin-right: 0.6770833333vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__gallery a:nth-child(3n) {
    margin-right: 0;
  }
}

.content__layout.full .content__gallery a:nth-child(4n) {
  margin-right: 0;
}

.content__layout.full .content__download a {
  max-width: 40.8854166667vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__download a {
    max-width: 100%;
  }
}

.content__layout.full .content__video {
  height: 32.2916666667vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video {
    height: auto;
  }
}

.content__layout.full .content__video_left {
  width: 55.2083333333vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video_left {
    width: 100%;
  }
}

.content__layout.full .content__video_right {
  width: 24.3229166667vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video_right {
    width: 100%;
  }
}

.content__layout.full .content__video_nav-item {
  height: 14.5833333333vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video_nav-item {
    height: 49%;
  }
}

.content__layout.full .content__video_slider {
  width: 19.7916666667vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video_slider {
    width: 100%;
  }
}

.content__layout.full .content__video_slider-item {
  cursor: pointer;
  margin-bottom: 1.71875vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video_slider-item {
    margin-bottom: 10px;
  }
}

.content__layout.full .content__video_slider-item-img img {
  width: 19.7916666667vw;
  height: 11.1979166667vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video_slider-item-img img {
    max-width: 290px;
    max-height: 165px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .content__layout.full .content__video_slider-item-img img {
    max-width: 200px;
  }
}

.content__layout.full .content__video_slider-item-text {
  font-size: 0.9375vw;
  padding-left: 2.7604166667vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video_slider-item-text {
    font-size: 16px;
    margin-top: 5px;
    padding-left: 40px;
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .content__layout.full .content__video_slider-item-text {
    padding-left: 0;
  }
}

.content__layout.full .content__video_slider-item-text:before {
  left: 0.46875vw;
  top: 0.3645833333vw;
  width: 1.6666666667vw;
  height: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__layout.full .content__video_slider-item-text:before {
    left: 9px;
    top: 0;
    width: 22px;
    height: 16px;
  }
}

@media screen and (max-width: 600px) {
  .content__layout.full .content__video_slider-item-text:before {
    display: none;
  }
}

.content__module_title {
  font-size: 2.0833333333vw;
  font-weight: 900;
  color: #ff9933;
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  .content__module_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.content__module_description {
  font-size: 1.0416666667vw;
  color: #000000;
  margin-bottom: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__module_description {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.content__body {
  position: relative;
  width: 63.5416666667vw;
}

@media screen and (max-width: 1200px) {
  .content__body {
    width: calc(100% - 250px);
    padding-left: 25px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 800px) {
  .content__body {
    padding-left: 0;
    width: 100%;
  }
}

.content__text {
  color: #000000;
  font-size: 1.0416666667vw;
  padding-top: 0.78125vw;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .content__text {
    font-size: 16px;
    margin-top: 0;
    padding-top: 10px;
  }
}

.content__text h2 {
  color: #000000;
  font-size: 2.34375vw;
  font-weight: 900;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .content__text h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}

.content__text h3 {
  color: #ff9933;
  font-size: 2.0833333333vw;
  font-weight: 900;
  margin-bottom: 0.78125vw;
}

@media screen and (max-width: 1200px) {
  .content__text h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}

.content__text h4 {
  font-size: 1.1979166667vw;
  font-weight: 900;
  margin-bottom: 1.5625vw;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .content__text h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.content__text p {
  margin-bottom: 1.4583333333vw;
}

@media screen and (max-width: 1200px) {
  .content__text p {
    margin-bottom: 20px;
  }
}

.content__text img {
  max-width: 100%;
}

.content__text ul {
  margin-bottom: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .content__text ul {
    margin-bottom: 20px;
  }
}

.content__text ul li {
  position: relative;
  padding-left: 1.875vw;
}

@media screen and (max-width: 1200px) {
  .content__text ul li {
    padding-left: 30px;
  }
}

.content__text ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.625vw;
  top: 0.625vw;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .content__text ul li::before {
    left: 12px;
    top: 8px;
  }
}

.content__text ol {
  list-style: decimal;
  margin-bottom: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .content__text ol {
    margin-bottom: 20px;
  }
}

.content__text ol li {
  position: relative;
  margin-left: 1.6145833333vw;
  padding-left: 0.3645833333vw;
}

@media screen and (max-width: 1200px) {
  .content__text ol li {
    margin-left: 30px;
  }
}

.content__text strong,
.content__text b {
  font-weight: 700;
}

.content__text em {
  font-style: italic;
}

.content__text a {
  color: #ff9933;
  text-decoration: none;
}

.content__text a:hover {
  text-decoration: underline;
}

.content table {
  width: 100%;
  color: #000000;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.2;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.content table td {
  text-align: center;
  padding-top: 0.7291666667vw;
  padding-bottom: 0.78125vw;
  background: transparent;
  border-bottom: 1px solid #e6ebef;
}

@media screen and (max-width: 1200px) {
  .content table td {
    padding-top: 11px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.content table td:last-child {
  background: transparent;
}

@media screen and (max-width: 1200px) {
  .content table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.content table td:first-child {
  text-align: left;
  padding-left: 1.7708333333vw;
}

@media screen and (max-width: 1200px) {
  .content table td:first-child {
    padding-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .content table td:first-child {
    padding-left: 10px;
  }
}

.content table tr:first-child td,
.content table thead td {
  background: #f1f2f3;
  font-size: 1.0416666667vw;
  font-weight: 900;
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 1200px) {
  .content table tr:first-child td,
  .content table thead td {
    font-size: 18px;
  }
}

.content blockquote {
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ff9933;
  color: #000000;
  font-size: 1.0416666667vw;
  font-style: italic;
  line-height: 1.2;
  padding: 2.8125vw 7.1875vw;
  padding-right: 5.78125vw;
  padding-bottom: 1.9270833333vw !important;
  margin-bottom: 2.6041666667vw;
  margin-top: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .content blockquote {
    font-size: 16px;
    padding: 26px 50px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.content blockquote p {
  margin-bottom: 1.25vw;
}

@media screen and (max-width: 1200px) {
  .content blockquote p {
    margin-bottom: 15px;
  }
}

.content blockquote:before {
  content: "";
}

.content blockquote::before {
  display: block;
  position: absolute;
  left: 3.2291666667vw;
  top: 2.8125vw;
  font-size: 1.8229166667vw;
  color: #ff9933;
}

@media screen and (max-width: 1200px) {
  .content blockquote::before {
    left: 15px;
    top: 12px;
    font-size: 20px;
  }
}

.content__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  .content__gallery {
    justify-content: space-between;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 800px) {
  .content__gallery {
    justify-content: space-around;
  }
}

.content__gallery a {
  display: block;
  position: relative;
  margin-right: 1.3020833333vw;
  font-size: 0;
  margin-bottom: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__gallery a {
    margin-right: 0;
    font-size: 0;
    margin-bottom: 15px;
  }
}

.content__gallery a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .3s;
}

.content__gallery a:after {
  content: "";
}

.content__gallery a::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 3.90625vw;
  height: 3.90625vw;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.6145833333vw;
  background: #ff9933;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__gallery a::after {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}

.content__gallery a span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: 1.6145833333vw;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 0.9375vw;
  font-weight: 400;
  opacity: 0;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__gallery a span {
    bottom: 20px;
    font-size: 14px;
  }
}

.content__gallery a:hover::before {
  opacity: 0.3;
}

.content__gallery a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.content__gallery a:hover span {
  opacity: 1;
}

.content__gallery a:nth-child(3n) {
  margin-right: 0;
}

.content__gallery a img {
  width: 20.3125vw;
  height: 13.8020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__gallery a img {
    width: 240px;
    height: 150px;
  }
}

.content__download {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .content__download {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

.content__download.full a {
  width: 100%;
  max-width: none;
  margin-right: 0;
}

.content__download a {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 30.2083333333vw;
  text-decoration: none;
  border-bottom: 3px solid #e6ebef;
  padding-left: 0.625vw;
  padding-bottom: 0.15625vw;
  padding-top: 0.5208333333vw;
  position: relative;
  margin-bottom: 1.0416666667vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__download a {
    max-width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.content__download a:hover {
  border-color: #ff9933;
  color: #ff9933;
}

.content__download a:hover .icon-png,
.content__download a:hover .icon-files,
.content__download a:hover .icon-files1,
.content__download a:hover .icon-files2,
.content__download a:hover .icon-files4,
.content__download a:hover .download__item_inner,
.content__download a:hover .icon-files3 {
  color: #ff9933;
}

.content__download a:hover .download__item_button span {
  color: #ff9933;
}

.content__download .icon-png:before {
  content: "";
}

.content__download .icon-files:before {
  content: "";
}

.content__download .icon-files1:before {
  content: "";
}

.content__download .icon-files2:before {
  content: "";
}

.content__download .icon-files3:before {
  content: "";
}

.content__download .icon-files4:before {
  content: "";
}

.content__download .icon-png,
.content__download .icon-files,
.content__download .icon-files1,
.content__download .icon-files2,
.content__download .icon-files4,
.content__download .icon-files3 {
  font-size: 2.0833333333vw;
  color: #33cc33;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__download .icon-png,
  .content__download .icon-files,
  .content__download .icon-files1,
  .content__download .icon-files2,
  .content__download .icon-files4,
  .content__download .icon-files3 {
    font-size: 30px;
  }
}

.content__download .download__item_inner {
  color: #000000;
  font-size: 1.0416666667vw;
  font-weight: 400;
  margin-top: -0.3125vw;
  padding-left: 1.3020833333vw;
  padding-right: 6.25vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__download .download__item_inner {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 120px;
  }
}

.content__download .download__item_button {
  display: flex;
  position: absolute;
  right: 0.78125vw;
  top: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  .content__download .download__item_button {
    right: 20px;
    top: 15px;
  }
}

.content__download .download__item_button span {
  color: #33cc33;
  font-size: 0.78125vw;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0.2604166667vw;
  margin-left: 0.78125vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__download .download__item_button span {
    font-size: 15px;
    margin-top: 3px;
    margin-left: 10px;
  }
}

.content__download .download__item_button span.icon-download {
  font-size: 1.09375vw;
  color: #ff9933;
  font-weight: 100;
  margin-top: 0;
  margin-left: 0;
  transition: .3s;
}

.content__download .download__item_button span.icon-download:before {
  content: "";
}

@media screen and (max-width: 1200px) {
  .content__download .download__item_button span.icon-download {
    font-size: 18px;
  }
}

.content__video {
  height: 24.4791666667vw;
  border: 1px solid #ff9933;
  background: #ffffff;
  padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 0.5208333333vw;
  margin-bottom: 1.6666666667vw;
}

@media screen and (max-width: 1200px) {
  .content__video {
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
  }
}

.content__video_wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .content__video_wrapper {
    flex-direction: column;
  }
}

.content__video_left {
  width: 41.6666666667vw;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .content__video_left {
    width: 100%;
    margin-bottom: 10px;
  }
  .content__video_left iframe {
    width: 100%;
    height: 300px;
  }
}

.content__video_right {
  width: 18.90625vw;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .content__video_right {
    width: 100%;
    padding-right: 40px;
  }
}

.content__video_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.content__video_nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.9895833333vw;
  width: 2.34375vw;
  height: 10.9375vw;
  background: #ff9933;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__video_nav-item {
    font-size: 16px;
    width: 30px;
    height: 49%;
  }
}

.content__video_nav-item:hover {
  background: #33cc33;
}

.content__video_nav-item-prev:before {
  content: "";
}

.content__video_nav-item-next:before {
  content: "";
}

.content__video_slider {
  width: 15.1041666667vw;
}

@media screen and (max-width: 1200px) {
  .content__video_slider {
    width: 100%;
  }
}

.content__video_slider-item {
  cursor: pointer;
  margin-bottom: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  .content__video_slider-item {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .content__video_slider-item-img {
    display: flex;
    justify-content: center;
  }
}

.content__video_slider-item-img img {
  width: 15.1041666667vw;
  height: 8.59375vw;
}

@media screen and (max-width: 1200px) {
  .content__video_slider-item-img img {
    max-width: 290px;
    max-height: 165px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .content__video_slider-item-img img {
    max-width: 200px;
  }
}

.content__video_slider-item-text {
  position: relative;
  color: #000000;
  font-size: 0.8333333333vw;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0.2604166667vw;
  padding-left: 2.2395833333vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__video_slider-item-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    max-height: 19.2px;
    font-size: 16px;
    margin-top: 5px;
    padding-left: 40px;
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .content__video_slider-item-text {
    padding-left: 0;
  }
}

.content__video_slider-item-text p {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: 1vw;
}

@media screen and (max-width: 1200px) {
  .content__video_slider-item-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    max-height: 19.2px;
  }
}

.content__video_slider-item-text span {
  color: #a5a7b6 !important;
  font-weight: 400;
}

.content__video_slider-item-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.46875vw;
  top: 0.3645833333vw;
  width: 1.1458333333vw;
  height: 0.8333333333vw;
  background: url("/images/youtube.svg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .content__video_slider-item-text:before {
    left: 9px;
    top: 0;
    width: 22px;
    height: 16px;
  }
}

@media screen and (max-width: 600px) {
  .content__video_slider-item-text:before {
    display: none;
  }
}

.content__video_slider-item:hover .content__video_slider-item-text {
  color: #ff9933;
}

.product__information_bottom .content__text {
  padding-top: 0;
}

.product__information_download .content__download a {
  width: 100%;
  max-width: none;
  margin-right: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .pagination {
    padding: 10px 0;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .pagination {
    padding-bottom: 30px;
  }
}

.pagination_pages {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .pagination_pages {
    margin: 0 10px;
  }
}

.pagination_pages-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 2.34375vw;
  height: 2.6041666667vw;
  background: #ffffff;
  font-size: 0.9375vw;
  font-weight: 700;
  color: #ff9933;
  border: 1px solid #ff9933;
  margin-right: 0.2604166667vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .pagination_pages-item {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 5px;
  }
}

.pagination_pages-item:last-child {
  margin-right: 0;
}

.pagination_pages-item.active, .pagination_pages-item:not(.disabled):hover {
  background: #ff9933;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .pagination .btn__pagination_prev,
  .pagination .btn__pagination_next {
    display: none;
  }
}

.products__wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .products__wrapper {
    justify-content: space-around;
  }
}

.products__item {
  display: block;
  position: relative;
  width: 14.84375vw;
  height: 22.9166666667vw;
  border: 1px solid #b8bfbf;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  margin-bottom: 2.6041666667vw;
  margin-right: 1.3802083333vw;
  transition: .2s;
}

@media screen and (max-width: 1200px) {
  .products__item {
    width: 285px;
    height: 440px;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

.products__item:nth-child(4n) {
  margin-right: 0;
}

.products__item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 15.9895833333vw;
}

@media screen and (max-width: 1200px) {
  .products__item_img {
    height: 307px;
  }
}

.products__item_img img {
  max-width: 14.5833333333vw;
  max-height: 13.5416666667vw;
}

@media screen and (max-width: 1200px) {
  .products__item_img img {
    max-width: 280px;
    max-height: 260px;
  }
}

.products__item_img:before {
  content: "";
  display: block;
  position: absolute;
  left: 6.3020833333vw;
  bottom: 0.2604166667vw;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .products__item_img:before {
    left: 121px;
    bottom: 5px;
    width: 35px;
    height: 5px;
  }
}

.products__item_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 8.3333333333vw;
  bottom: 0.2604166667vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .products__item_img:after {
    left: 160px;
    bottom: 5px;
    width: 5px;
    height: 5px;
  }
}

.products__item_title {
  color: #000000;
  font-size: 1.0416666667vw;
  line-height: 1.2;
  font-weight: 900;
  padding: 0 2.0833333333vw;
  margin-top: 1.09375vw;
  transition: .2s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 3.75vw;
}

@media screen and (max-width: 1200px) {
  .products__item_title {
    font-size: 20px;
    padding: 0 15px;
    margin-top: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 72px;
  }
}

.products__item:before {
  content: "";
}

.products__item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 6.1458333333vw;
  bottom: -1.171875vw;
  width: 2.34375vw;
  height: 2.34375vw;
  border: 1px solid #b8bfbf;
  background: #ffffff;
  font-size: 0.8854166667vw;
  color: #ff9933;
  transition: .2s;
}

@media screen and (max-width: 1200px) {
  .products__item:before {
    left: 118px;
    bottom: -22.5px;
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}

.products__item:hover {
  border-color: #ff9933;
}

.products__item:hover:before {
  border-color: #ff9933;
  background: #ff9933;
  color: #ffffff;
}

.products__item:hover .products__item_title {
  color: #ff9933;
}

.products .pagination {
  margin-top: 3.125vw;
}

@media screen and (max-width: 1200px) {
  .products .pagination {
    margin-top: 20px;
  }
}

.products__description {
  position: relative;
  width: 100%;
  border: 1px solid #ff9933;
  background: #f8f8f8;
  color: #000000;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.3;
  padding: 5.3125vw 2.0833333333vw 3.9583333333vw 2.34375vw;
  margin-top: 5.7291666667vw;
}

@media screen and (max-width: 1200px) {
  .products__description {
    font-size: 18px;
    padding: 30px 15px 30px 15px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .products__description {
    margin-bottom: 20px;
  }
}

.products__description:before {
  content: "";
  display: block;
  position: absolute;
  left: 2.3958333333vw;
  top: 4.0104166667vw;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .products__description:before {
    left: 15px;
    top: 15px;
    width: 35px;
    height: 5px;
  }
}

.products__description:after {
  content: "";
  display: block;
  position: absolute;
  left: 4.4270833333vw;
  top: 4.0104166667vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .products__description:after {
    left: 55px;
    top: 15px;
    width: 5px;
    height: 5px;
  }
}

.products__description h2 {
  font-size: 1.1979166667vw;
  font-weight: 900;
  margin-bottom: 1.71875vw;
}

@media screen and (max-width: 1200px) {
  .products__description h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.products__description p {
  margin-bottom: 1.0416666667vw;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .products__description p {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.products__description p:last-child {
  margin-bottom: 0;
}

.product__information {
  width: 100%;
  border: 1px solid #b8bfbf;
  background: #ffffff;
  padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 2.3958333333vw;
  margin-bottom: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .product__information {
    padding: 10px;
    margin-bottom: 20px;
  }
}

.product__information_top {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .product__information_top {
    flex-direction: column-reverse;
  }
}

.product__information_bottom-title {
  position: relative;
  color: #000000;
  font-size: 1.1979166667vw;
  font-weight: 900;
  margin-bottom: 2.03125vw;
  padding-top: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .product__information_bottom-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

.product__information_bottom-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .product__information_bottom-title:before {
    width: 35px;
    height: 5px;
  }
}

.product__information_bottom-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.9791666667vw;
  top: 0;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .product__information_bottom-title:after {
    left: 40px;
    top: 0;
    width: 5px;
    height: 5px;
  }
}

.product__information_basic {
  color: #000000;
  max-width: 34.6354166667vw;
  padding-top: 2.1875vw;
}

@media screen and (max-width: 1200px) {
  .product__information_basic {
    max-width: 100%;
    padding-top: 40px;
  }
}

.product__information_basic h2 {
  position: relative;
  font-size: 1.1979166667vw;
  padding-right: 6.25vw;
  font-weight: 900;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .product__information_basic h2 {
    font-size: 20px;
    padding-right: 0;
    padding-top: 15px;
  }
}

.product__information_basic h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1.3541666667vw;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .product__information_basic h2:before {
    top: 0;
    width: 35px;
    height: 5px;
  }
}

.product__information_basic h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 2.03125vw;
  top: -1.3541666667vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .product__information_basic h2:after {
    left: 40px;
    top: 0;
    width: 5px;
    height: 5px;
  }
}

.product__information_basic .content__text {
  margin-top: 0.2083333333vw;
}

@media screen and (max-width: 1200px) {
  .product__information_basic .content__text {
    margin-top: 4px;
  }
}

.product__information_cost {
  display: inline-block;
  background: #f8f8f8;
  color: #ff9933;
  font-weight: 900;
  line-height: 1.1;
  padding: 0.8333333333vw 1.9791666667vw 0.625vw 1.875vw;
  margin-top: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  .product__information_cost {
    padding: 10px 20px 8px 20px;
    margin-top: 15px;
  }
}

.product__information_cost-title {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  .product__information_cost-title {
    font-size: 18px;
  }
}

.product__information_cost-body {
  font-size: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .product__information_cost-body {
    font-size: 24px;
  }
}

.product__information_slider {
  position: relative;
  width: 20.3125vw;
  height: 31.25vw;
  border: 1px solid #b8bfbf;
  background: #ffffff;
}

@media screen and (max-width: 1200px) {
  .product__information_slider {
    width: 100%;
    height: 300px;
  }
}

.product__information_slider-nav_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  font-size: 0.78125vw;
  color: #ffffff;
  background: #ff9933;
  top: 15vw;
  cursor: pointer;
  transition: .3s;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .product__information_slider-nav_item {
    width: 25px;
    height: 25px;
    font-size: 15px;
    top: 127.5px;
  }
}

.product__information_slider-nav_item:hover {
  background: #33cc33;
}

.product__information_slider-nav_item-prev {
  left: -1px;
}

.product__information_slider-nav_item-prev:before {
  content: "";
}

.product__information_slider-nav_item-next {
  right: -1px;
}

.product__information_slider-nav_item-next:before {
  content: "";
}

.product__information_slider-wrapper {
  height: 100%;
}

.product__information_slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 31.25vw;
  text-decoration: none;
  font-size: 0;
}

@media screen and (max-width: 1200px) {
  .product__information_slider-item {
    height: 300px;
  }
}

.product__information_slider-item img {
  max-width: 16.9270833333vw;
  max-height: 28.6458333333vw;
  width: auto !important;
}

@media screen and (max-width: 1200px) {
  .product__information_slider-item img {
    max-width: none;
    max-height: 280px;
  }
}

.product__information_slider .owl-dots {
  display: flex;
  position: absolute;
  left: 8.2291666667vw;
  bottom: -1.5625vw;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .product__information_slider .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
}

.product__information_slider .owl-dots .owl-dot {
  position: relative;
  width: 0.78125vw;
  height: 0.78125vw;
  background: #d9dce0;
  margin-right: 0.2604166667vw;
  border-radius: 50%;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .product__information_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}

.product__information_slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.product__information_slider .owl-dots .owl-dot span {
  display: none;
}

.product__information_slider .owl-dots .owl-dot:hover, .product__information_slider .owl-dots .owl-dot.active {
  background: #ff9933;
}

.product__information_table {
  margin-top: 2.6041666667vw;
  margin-bottom: -0.2604166667vw;
}

@media screen and (max-width: 1200px) {
  .product__information_table {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.product__information_download {
  margin-bottom: -1.40625vw;
}

@media screen and (max-width: 1200px) {
  .product__information_download {
    margin-bottom: 0;
  }
}

.product__calculator {
  position: relative;
  width: 100%;
  min-height: 14.84375vw;
  box-shadow: 0 0.5208333333vw 1.3020833333vw rgba(0, 0, 0, 0.15);
  background: #f8f8f8;
  color: #000000;
  padding: 1.7708333333vw 1.9270833333vw 1.5625vw;
  margin-top: 2.3958333333vw;
}

@media screen and (max-width: 1200px) {
  .product__calculator {
    min-height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-top: 20px;
  }
}

.product__calculator label.error {
  display: none !important;
}

.product__calculator:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .product__calculator:before {
    width: 5px;
  }
}

.product__calculator_title {
  position: relative;
  padding-left: 3.6458333333vw;
  font-size: 0.9375vw;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .product__calculator_title {
    padding-left: 50px;
    font-size: 18px;
  }
}

.product__calculator_title b {
  display: inline-block;
  font-size: 1.1979166667vw;
  font-weight: 900;
  margin-bottom: 0.5729166667vw;
}

@media screen and (max-width: 1200px) {
  .product__calculator_title b {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.product__calculator_title:before {
  content: "";
}

.product__calculator_title:before {
  display: block;
  position: absolute;
  left: -0.1041666667vw;
  top: 0.1041666667vw;
  color: #ff9933;
  font-size: 2.3958333333vw;
}

@media screen and (max-width: 1200px) {
  .product__calculator_title:before {
    left: 0;
    top: 2px;
    font-size: 38px;
  }
}

.product__calculator_form {
  display: flex;
  flex-direction: column;
  margin-top: 2.1875vw;
}

@media screen and (max-width: 1200px) {
  .product__calculator_form {
    margin-top: 30px;
  }
}

.product__calculator_form-top {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .product__calculator_form-top {
    flex-direction: column;
  }
}

.product__calculator_form-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9375vw;
  font-weight: 400;
  color: #000000;
  margin-top: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .product__calculator_form-bottom {
    font-size: 18px;
    margin-top: 30px;
  }
}

.product__calculator_form-bottom span {
  display: inline-block;
  font-size: 0.8333333333vw;
  font-weight: 900;
  background: #ff9933;
  padding: 0.6770833333vw 1.6666666667vw 0.625vw 1.8229166667vw;
  margin-left: 0.7291666667vw;
}

@media screen and (max-width: 1200px) {
  .product__calculator_form-bottom span {
    font-size: 16px;
    padding: 10px 20px 8px 20px;
    margin-left: 10px;
  }
}

.product__calculator_form-item {
  display: flex;
  flex-direction: column;
}

.product__calculator_form-item label {
  color: #000000;
  font-size: 0.7291666667vw;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 0.15625vw;
}

@media screen and (max-width: 1200px) {
  .product__calculator_form-item label {
    font-size: 14px;
    padding-bottom: 3px;
  }
}

.product__calculator_form-item input {
  width: 7.5520833333vw;
  height: 2.0833333333vw;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 0.9375vw;
  padding: 0 1.0416666667vw;
  font-style: italic;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .product__calculator_form-item input {
    width: 145px;
    height: 40px;
    font-size: 18px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 950px) {
  .product__calculator_form-item input {
    width: 100%;
    margin-bottom: 8px;
  }
}

.product__calculator_form-item input.error {
  border-color: red;
}

.product__calculator_form-item-cost {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.7291666667vw;
  height: 2.0833333333vw;
  background: #e6e7e8;
  color: #000000;
  font-size: 0.8333333333vw;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .product__calculator_form-item-cost {
    width: 110px;
    height: 40px;
    font-size: 16px;
  }
}

.product__back {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 0.625vw;
}

@media screen and (max-width: 1200px) {
  .product__back {
    padding-top: 10px;
  }
}

.product__category {
  margin-top: -1.8229166667vw;
}

@media screen and (max-width: 1200px) {
  .product__category {
    margin-top: 0;
  }
}

.product__category-title {
  position: relative;
  color: #000000;
  font-size: 1.1979166667vw;
  font-weight: 900;
  margin-bottom: 2.1354166667vw;
  padding-top: 1.5104166667vw;
  margin-left: 2.3958333333vw;
}

@media screen and (max-width: 1200px) {
  .product__category-title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    margin-left: 0;
    margin-top: 10px;
  }
}

.product__category-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .product__category-title:before {
    width: 35px;
    height: 5px;
  }
}

.product__category-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.9791666667vw;
  top: 0;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .product__category-title:after {
    width: 5px;
    height: 5px;
    left: 40px;
  }
}

.category {
  position: relative;
  width: 16.6666666667vw;
  border-top: 0;
  overflow: hidden;
  background: #f8f8f8;
}

@media screen and (max-width: 1200px) {
  .category {
    width: 250px;
  }
}

@media screen and (max-width: 1000px) {
  .category {
    width: 250px;
  }
}

@media screen and (max-width: 800px) {
  .category {
    width: 100%;
  }
}

.category__title {
  width: 100%;
  height: 3.125vw;
  background: #ff9933;
  color: #ffffff;
  font-size: 1.0416666667vw;
  font-weight: 900;
  padding-top: 1.0416666667vw;
  padding-left: 1.6666666667vw;
  text-transform: uppercase;
  text-decoration: none;
}

.category__title a {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .category__title {
    height: 40px;
    font-size: 18px;
    padding-top: 12px;
    padding-left: 20px;
  }
}

.category__list > ul > li:hover > a, .category__list > ul > li.active > a {
  background: #e9eaeb;
}

.category__list > ul > li.active > ul {
  display: block;
}

.category__list > ul > li.active > a {
  font-weight: 900;
}

.category__list > ul > li:last-child > a::before {
  display: none;
}

.category__list > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  background: transparent;
  color: #000000;
  font-size: 1.0416666667vw;
  font-weight: 400;
  text-decoration: none;
  padding-top: 1.09375vw;
  padding-bottom: 1.1458333333vw;
  padding-left: 1.5625vw;
  transition: .2s;
}

.category__list > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e7e3ec;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > a {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
}

.category__list > ul > li > ul {
  display: none;
  background: transparent;
  margin-top: 1px;
  padding: 2.2395833333vw 1.5625vw 1.40625vw 1.8229166667vw;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > ul {
    padding: 25px 25px 15px 25px;
    margin-bottom: 20px;
  }
}

.category__list > ul > li > ul li.active > a {
  color: #ff9933;
}

.category__list > ul > li > ul li a {
  display: inline-block;
  width: auto;
  color: #000000;
  font-size: 0.9375vw;
  font-weight: 400;
  text-decoration: none;
  transition: .2s;
  margin-bottom: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > ul li a {
    font-size: 15px;
    margin-bottom: 7px;
    padding-left: 20px !important;
  }
}

.category__list > ul > li > ul li a:hover {
  color: #000000;
}

.category__list > ul > li > ul > li {
  position: relative;
}

.category__list > ul > li > ul > li > a {
  padding-left: 0.9895833333vw;
}

.category__list > ul > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.2604166667vw;
  top: 0.46875vw;
  width: 0.2604166667vw;
  height: 1px;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > ul > li::before {
    top: 8px;
    width: 5px;
  }
}

.category__list > ul > li > ul > li > ul > li {
  position: relative;
  padding-left: 1.7708333333vw;
}

.category__list > ul > li > ul > li > ul > li > a {
  padding-left: 0.2604166667vw;
}

.category__list > ul > li > ul > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.7291666667vw;
  top: 0.3645833333vw;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > ul > li > ul > li::before {
    left: 11px;
    top: 7px;
  }
}

.post__top {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  .post__top {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .post__top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}

.post__top h2 {
  color: #2f2f2f;
  font-size: 1.8229166667vw;
  font-weight: 900;
  padding-top: 1.3541666667vw;
  padding-bottom: 1.5625vw;
  max-width: 62.5vw;
}

@media screen and (max-width: 1200px) {
  .post__top h2 {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .post__top h2 {
    padding-bottom: 10px;
  }
}

.post__top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #e9e9f0;
}

.post__top:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e9e9f0;
}

.post__info {
  display: flex;
  align-items: center;
}

.post__date {
  position: relative;
  color: #7b7b7b;
  font-size: 0.78125vw;
  font-weight: 700;
  margin-right: 1.8229166667vw;
}

@media screen and (max-width: 1200px) {
  .post__date {
    font-size: 14px;
    margin-right: 10px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  .post__date {
    text-align: left;
  }
}

.post__date:before {
  content: "";
}

.post__date:before {
  display: block;
  position: absolute;
  left: -1.7708333333vw;
  top: -0.2083333333vw;
  color: #ff9933;
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  .post__date:before {
    left: 4px;
    top: -4px;
    font-size: 20px;
  }
}

.post__bottom {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.03125vw;
  padding-right: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .post__bottom {
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.post__bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #e9e9f0;
}

.post__bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e9e9f0;
}

.post__bottom .tags {
  padding-top: 1.5625vw;
  padding-bottom: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .post__bottom .tags {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.post__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .post__nav {
    flex-direction: column;
  }
  .post__nav .btn__pagination {
    width: 100%;
  }
}

.post__nav_right {
  display: flex;
}

@media screen and (max-width: 600px) {
  .post__nav_right {
    flex-direction: column;
  }
}

.post__nav_right .btn__pagination_prev {
  margin-right: 1.6145833333vw;
}

@media screen and (max-width: 1200px) {
  .post__nav_right .btn__pagination_prev {
    margin-right: 10px;
    padding: 14px 9px;
  }
}

@media screen and (max-width: 600px) {
  .post__nav_right .btn__pagination_prev {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .post__nav_right .btn__pagination_next {
    padding: 14px 9px;
  }
}

@media screen and (max-width: 600px) {
  .post__nav_right .btn__pagination_next {
    margin-top: 10px;
  }
}

.post .news {
  margin-top: 4.1666666667vw;
}

@media screen and (max-width: 1200px) {
  .post .news {
    margin-top: 40px;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
}

.tags__title {
  color: #000000;
  font-size: 0.6770833333vw;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1354166667vw;
  padding-top: 0.5208333333vw;
  margin-right: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  .tags__title {
    font-size: 13px;
    letter-spacing: 2.6px;
    padding-top: 10px;
    margin-right: 20px;
  }
}

.tags__list {
  display: flex;
  flex-wrap: wrap;
}

.tags__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9f0;
  background: #ffffff;
  text-decoration: none;
  color: #ff9933;
  font-size: 0.8333333333vw;
  padding: 0.3645833333vw 0.625vw 0.2604166667vw;
  margin-right: 0.5208333333vw;
  font-weight: 900;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .tags__item {
    font-size: 14px;
    padding: 7px 12px 5px;
    margin-right: 5px;
  }
}

.tags__item:hover {
  background: #ff9933;
  border-color: #ff9933;
  color: #ffffff;
}

.contact__top {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .contact__top {
    flex-wrap: wrap;
  }
}

.contact__bottom {
  height: 23.8541666667vw;
  margin-top: 2.0833333333vw;
}

@media screen and (max-width: 1200px) {
  .contact__bottom {
    height: 300px;
    margin-top: 30px;
  }
}

.contact__bottom iframe {
  width: 100% !important;
  height: 23.8541666667vw !important;
}

@media screen and (max-width: 1200px) {
  .contact__bottom iframe {
    height: 300px !important;
  }
}

.contact__information {
  width: 28.125vw;
  min-height: 29.1666666667vw;
  border: 1px solid #b8bfbf;
  background: #ffffff;
  color: #000000;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  padding-top: 3.3854166667vw;
  padding-left: 2.3958333333vw;
  padding-right: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  .contact__information {
    width: 100%;
    min-height: auto;
    font-size: 18px;
    padding: 35px 10px 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.contact__information_title {
  position: relative;
  font-size: 2.2395833333vw;
  font-weight: 900;
  margin-bottom: 1.6145833333vw;
}

@media screen and (max-width: 1200px) {
  .contact__information_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.contact__information_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.2083333333vw;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .contact__information_title:before {
    display: none;
  }
}

.contact__information_title:after {
  content: "";
  display: block;
  position: absolute;
  left: 2.03125vw;
  top: -0.2083333333vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .contact__information_title:after {
    display: none;
  }
}

.contact__information_body {
  padding-left: 2.8125vw;
}

@media screen and (max-width: 1200px) {
  .contact__information_body {
    padding-left: 0;
  }
}

.contact__information_body a {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  transition: .3s;
}

.contact__information_body a.email {
  color: #ff9933;
}

.contact__information_body a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1041666667vw;
  width: 0;
  height: 1px;
  background: #ff9933;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .contact__information_body a:before {
    bottom: -2px;
  }
}

.contact__information_body a:hover {
  color: #ff9933;
}

.contact__information_body a:hover:before {
  width: 100%;
}

.contact__information_sub-title {
  font-size: 1.1979166667vw;
  font-weight: 900;
  margin-bottom: 1.5104166667vw;
}

@media screen and (max-width: 1200px) {
  .contact__information_sub-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.contact__information_tel, .contact__information_address {
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .contact__information_tel, .contact__information_address {
    margin-bottom: 15px;
  }
}

.contact__information_email {
  margin-bottom: 1.40625vw;
}

@media screen and (max-width: 1200px) {
  .contact__information_email {
    margin-bottom: 15px;
  }
}

.contact__information_item {
  position: relative;
}

.contact__information_item:before {
  display: block;
  position: absolute;
  color: #ff9933;
}

@media screen and (max-width: 1200px) {
  .contact__information_item:before {
    display: none;
  }
}

.contact__information_item.placeholder {
  margin-bottom: 1.5625vw;
}

.contact__information_item.placeholder:before {
  content: "";
}

.contact__information_item.placeholder:before {
  left: -3.0729166667vw;
  top: -0.2083333333vw;
  font-size: 1.71875vw;
}

.contact__information_item.clock:before {
  content: "";
}

.contact__information_item.clock:before {
  left: -2.9166666667vw;
  top: 0.15625vw;
  font-size: 1.4583333333vw;
}

.contact__information_item.telephone-handle-silhouette:before {
  content: "";
}

.contact__information_item.telephone-handle-silhouette:before {
  left: -2.8125vw;
  top: 0.15625vw;
  font-size: 1.5625vw;
}

.contact__information_item.mail:before {
  content: "";
}

.contact__information_item.mail:before {
  left: -2.8645833333vw;
  top: -0.0520833333vw;
  font-size: 1.5625vw;
}

.contact__form {
  position: relative;
  width: 53.6458333333vw;
  min-height: 29.1666666667vw;
  padding-bottom: 1.5625vw;
  border: 1px solid #b8bfbf;
  background: #ffffff;
}

@media screen and (max-width: 1200px) {
  .contact__form {
    width: 100%;
    min-height: auto;
    padding-bottom: 20px;
  }
}

.contact__form_title {
  position: relative;
  color: #000000;
  font-size: 1.1979166667vw;
  font-weight: 900;
  padding-top: 4.7916666667vw;
  padding-left: 2.34375vw;
}

@media screen and (max-width: 1200px) {
  .contact__form_title {
    font-size: 24px;
    padding-top: 20px;
    text-align: center;
    padding-left: 0;
  }
}

.contact__form_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 2.3958333333vw;
  top: 3.2291666667vw;
  width: 1.8229166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .contact__form_title:before {
    display: none;
  }
}

.contact__form_title:after {
  content: "";
  display: block;
  position: absolute;
  left: 4.4270833333vw;
  top: 3.2291666667vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #ff9933;
}

@media screen and (max-width: 1200px) {
  .contact__form_title:after {
    display: none;
  }
}

.contact__form:before {
  content: "";
}

.contact__form:before {
  display: block;
  position: absolute;
  top: 4.53125vw;
  right: 2.3958333333vw;
  font-size: 2.34375vw;
  color: #ff9933;
}

@media screen and (max-width: 1200px) {
  .contact__form:before {
    display: none;
  }
}

.contact__form form {
  display: block;
  max-width: 48.8541666667vw;
  margin: 0 auto;
  padding-top: 2.2916666667vw;
}

@media screen and (max-width: 1200px) {
  .contact__form form {
    max-width: 100%;
    width: 100%;
    padding: 10px;
  }
}

.contact__form label.error {
  display: none !important;
}

.contact-form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  .contact-form-group {
    margin-bottom: 0;
    flex-direction: column;
  }
}

.contact-form-group-wrap {
  display: flex;
  flex-direction: column;
}

.contact-form-group-wrap label {
  color: #000000;
  font-size: 0.7291666667vw;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 0.15625vw;
}

@media screen and (max-width: 1200px) {
  .contact-form-group-wrap label {
    font-size: 14px;
    padding-bottom: 4px;
  }
}

.contact-form-group-wrap input {
  width: 15.625vw;
  height: 2.0833333333vw;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 0.9375vw;
  padding: 0 1.0416666667vw;
  font-style: italic;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .contact-form-group-wrap input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}

.contact-form-group-wrap input.error {
  border-color: red;
}

.contact-form-group-wrap textarea {
  width: 48.8541666667vw;
  height: 5.7291666667vw;
  resize: none;
  outline: none;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 0.9375vw;
  padding: 0.5208333333vw 1.0416666667vw 0;
  font-style: italic;
}

@media screen and (max-width: 1200px) {
  .contact-form-group-wrap textarea {
    width: 100%;
    height: 100px;
    font-size: 16px;
    padding: 10px 20px 0;
    margin-bottom: 10px;
  }
}

.contact-form-group-wrap textarea.error {
  border-color: red;
}

.contact-form-group p {
  color: #686868;
  font-size: 0.7291666667vw;
  padding: 0 0.78125vw;
  line-height: 0.8854166667vw;
  margin-top: -0.3125vw;
  text-align: justify;
}

.contact-form-group p a {
  color: #686868;
}

.contact-form-group p a:hover {
  color: #ff9933;
}

@media screen and (max-width: 1600px) {
  .contact-form-group p {
    padding: 0 0.2604166667vw;
  }
}

@media screen and (max-width: 1200px) {
  .contact-form-group p {
    font-size: 14px;
    padding: 0 5px;
    margin-top: -3px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

.contact-form-button {
  display: flex;
  justify-content: center;
  margin-top: 1.5104166667vw;
}

.formErrors {
  width: 100%;
  text-align: center;
  background: red;
  color: #ffffff;
  padding: 0.5208333333vw;
  margin-bottom: 0.78125vw;
}

@media screen and (max-width: 1200px) {
  .formErrors {
    padding: 10px;
    margin-bottom: 15px;
  }
}

.mobileMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  transition: .5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  flex-direction: column;
  z-index: 1000;
}

.mobileMenu.active {
  transform: translateY(0);
}

.mobileMenu__wrapper {
  width: 100%;
  text-align: center;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.mobileMenu__wrapper > ul ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background: #ffffff;
  transition: .3s;
  z-index: 2;
}

.mobileMenu__wrapper > ul ul li:first-child a {
  font-weight: 500;
}

.mobileMenu__wrapper > ul ul.active {
  left: 0;
}

.mobileMenu__wrapper > ul li:last-child a::before {
  display: none;
}

.mobileMenu__wrapper > ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.mobileMenu__wrapper > ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.mobileMenu__wrapper > ul li a.openSubMenu {
  position: relative;
}

.mobileMenu__wrapper > ul li a.openSubMenu:after {
  content: "";
}

.mobileMenu__wrapper > ul li a.openSubMenu::after {
  display: block;
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 16px;
}

.mobileMenu__wrapper > ul li a.back {
  position: absolute;
  left: 10px;
  z-index: 10;
  cursor: pointer;
}

.mobileMenu__wrapper > ul li a.back:after {
  content: "";
}

.mobileMenu__wrapper > ul li a.back::after {
  font-size: 16px;
}

.mobileMenu__wrapper > ul li a.back::before {
  display: none;
}

.close_menu {
  display: block;
  position: absolute;
  right: 26px;
  top: 52px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: .8;
}

.close_menu:hover {
  opacity: 1;
}

.close_menu:before, .close_menu:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 3px;
  border-radius: 5px;
  background-color: #000000;
}

.close_menu:before {
  transform: rotate(45deg);
}

.close_menu:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  .mobileMenu {
    display: none;
  }
}

.rodo {
  min-height: 7.2916666667vw;
  padding: 20px;
  position: fixed;
  bottom: 4%;
  left: 2%;
  right: 55%;
  z-index: 999 !important;
  border: 1px solid #ff9933;
  background: #ffffff;
  display: none;
}

.rodo__content {
  float: left;
  max-width: 75%;
  margin-top: 0.3645833333vw;
  margin-bottom: 0.3645833333vw;
  line-height: 1.5;
}

.rodo__content__link {
  color: #000000;
  text-decoration: underline !important;
}

.rodo__content__link:hover {
  color: #ff9933;
  text-decoration: underline !important;
}

.rodo__content p {
  color: #000000;
  font-size: 0.7291666667vw;
  margin-top: 0;
}

.rodo__content h6 {
  color: #ff9933;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}

.rodo__button {
  display: flex;
  padding-left: 0.2604166667vw;
  margin-top: 2.0833333333vw;
}

.rodo__button .newsletter__form--submit {
  margin: 2.6041666667vw 0.5208333333vw 0 0 !important;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .rodo__button .newsletter__form--submit {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .rodo__button {
    padding-left: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .rodo__content {
    max-width: 100%;
    text-align: center;
  }
  .rodo__button {
    padding: 0;
    width: 100%;
  }
  .rodo__button .button {
    margin: 10px auto !important;
    float: none;
    display: block;
    color: #ffffff;
  }
}

@media only screen and (max-width: 1299px) {
  .rodo p {
    font-size: 11px;
  }
  .rodo h6 {
    font-size: 11px;
  }
  .rodo .button {
    font-size: 11px;
    max-width: none;
  }
  .rodo .button span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 550px) {
  .rodo {
    right: 2%;
  }
}

table {
  width: auto !important;
}

.mfp-gallery .mfp-bottom-bar {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.mfp-gallery .mfp-counter {
  position: static;
}

.mfp-gallery .mfp-title {
  line-height: 1;
  font-size: 13px;
  flex-grow: 1;
}

#cookies-info {
  display: none;
}

.adminLogin__form .inputBlock__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.imageModuleLogotype {
  margin: 0 auto;
}

.logotypeLink {
  border: 1px solid transparent;
  transition: all 0.4s ease;
  text-decoration: none;
  text-align: center;
}

.logotypeLink img {
  margin: 0 auto;
}

.logotypeLink:hover {
  border: 1px solid #ff9933;
}

.popup {
  display: flex;
  justify-content: center;
}

.pagination_pages li {
  list-style-type: none;
  margin: 0 5px;
}

/*# sourceMappingURL=front.css.map */