body{overflow-x: hidden;}

.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.splide__pagination li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  line-height: 1;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  contain: strict;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: splide-loading 1s linear infinite;
  -moz-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
}

.splide__sr {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-moz-keyframes splide-loading {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  width: 2em;
  height: 2em;
  background: #ccc;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  left: auto;
  right: 0.5em;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding: 1em 0;
}

.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.splide__pagination li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  line-height: 1;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  contain: strict;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: splide-loading 1s linear infinite;
  -moz-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
}

.splide__sr {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  width: 2em;
  height: 2em;
  background: #ccc;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear,
    -moz-transform 0.2s linear;
}

.splide__pagination__page.is-active {
  z-index: 1;
}

.splide__pagination__page:hover {
  opacity: 0.9;
  cursor: pointer;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  left: auto;
  right: 0.5em;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding: 1em 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}

@-moz-keyframes flipOutX {
  0% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}

@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  animation-name: flipOutX;
}

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

@-moz-keyframes flipOutY {
  0% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -moz-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}

@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@-moz-keyframes rotateIn {
  0% {
    opacity: 0;
    -moz-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@-moz-keyframes rotateOut {
  0% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(200deg);
    transform: rotate(200deg);
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    opacity: 1;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: top left;
    transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    transform: rotate(80deg);
    -moz-transform-origin: top left;
    transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
    -moz-transform-origin: top left;
    transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    opacity: 1;
    -moz-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -moz-transform-origin: top left;
    transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(700px);
    transform: translateY(700px);
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    opacity: 1;
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    opacity: 1;
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    transform: translateY(700px);
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  animation-name: rollOut;
}

@font-face {
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"),
    url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 300;
  font-style: italic;
}
@font-face {
  src: url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-ThinItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 100;
  font-style: italic;
}
@font-face {
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-BlackItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 900;
  font-style: italic;
}
@font-face {
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 700;
  font-style: italic;
}
@font-face {
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: "embedded-opentype",
    url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-UltraLightItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 200;
  font-style: italic;
}
@font-face {
  src: "embedded-opentype",
    url("../fonts/Gilroy-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-SemiBoldItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 600;
  font-style: italic;
}
@font-face {
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 500;
  font-style: italic;
}
@font-face {
  src: "embedded-opentype",
    url("../fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 800;
  font-style: italic;
}
@font-face {
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-HeavyItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 900;
  font-style: italic;
}
@font-face {
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 400;
  font-style: italic;
}
@font-face {
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"),
    url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 200;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"),
    url("../fonts/Gilroy-Thin.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 100;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"),
    url("../fonts/Gilroy-Black.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
}
@font-face {
  src: local("../fonts/Montserrat ExtraBold"),
    local("../fonts/Montserrat-ExtraBold"),
    url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Black Italic"),
    local("../fonts/Montserrat-BlackItalic"),
    url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-BlackItalic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Bold Italic"),
    local("../fonts/Montserrat-BoldItalic"),
    url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Black"), local("../fonts/Montserrat-Black"),
    url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Bold"), local("../fonts/Montserrat-Bold"),
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat ExtraLight Italic"),
    local("../fonts/Montserrat-ExtraLightItalic"),
    url("../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Italic"), local("../fonts/Montserrat-Italic"),
    url("../fonts/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Light"), local("../fonts/Montserrat-Light"),
    url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat ExtraLight"),
    local("../fonts/Montserrat-ExtraLight"),
    url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat ExtraBold Italic"),
    local("../fonts/Montserrat-ExtraBoldItalic"),
    url("../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Thin"), local("../fonts/Montserrat-Thin"),
    url("../fonts/Montserrat-Thin.woff2") format("woff2"),
    url("../fonts/Montserrat-Thin.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Medium"), local("../fonts/Montserrat-Medium"),
    url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Light Italic"),
    local("../fonts/Montserrat-LightItalic"),
    url("../fonts/Montserrat-LightItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-LightItalic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Thin Italic"),
    local("../fonts/Montserrat-ThinItalic"),
    url("../fonts/Montserrat-ThinItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ThinItalic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat SemiBold"),
    local("../fonts/Montserrat-SemiBold"),
    url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Regular"),
    local("../fonts/Montserrat-Regular"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat Medium Italic"),
    local("../fonts/Montserrat-MediumItalic"),
    url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: local("../fonts/Montserrat SemiBold Italic"),
    local("../fonts/Montserrat-SemiBoldItalic"),
    url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.montserrat {
  font-family: "Montserrat";
}

html {
  scroll-behavior: smooth;
}

html,
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
}

.overflow_hidden {
  overflow: hidden;
}

.visibleHidden {
  width: 0;
  height: 0;
  visibility: hidden;
}

*,
*::before,
*::after {
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

nav,
footer,
header,
aside {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: inherit;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}

a:focus,
a:active {
  outline: none;
}

address {
  font-style: unset;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  will-change: transform;
}

.top_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.top_title h3 {
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #232323;
}
@media (min-width: 1920px) {
  .top_title h3 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .top_title h3 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}
.top_title h3::after {
  content: "";
  display: block;
  margin-top: 10px;
  border-radius: 5px;
  width: 94px;
  height: 7px;
  background: #e84e22;
}
.top_title a {
  margin-top: unset;
}
@media (max-width: 490px) {
  .top_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.top_title--no_line h3 {
  line-height: 40px;
  max-width: 725px;
  font-weight: 300;
  color: #232323;
}
@media (min-width: 1920px) {
  .top_title--no_line h3 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .top_title--no_line h3 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}
@media (max-width: 1450px) {
  .top_title--no_line h3 {
    line-height: -webkit-calc(18px + 22 * ((100vw - 320px) / (1130)));
    line-height: -moz-calc(18px + 22 * ((100vw - 320px) / (1130)));
    line-height: calc(18px + 22 * ((100vw - 320px) / (1130)));
  }
}
.top_title--no_line h3::after {
  display: none;
}
.top_title--no_line h3 span {
  display: inline-block;
  font-weight: 300;
  color: #e84e22;
}
@media (max-width: 490px) {
  .top_title--no_line h3 {
    max-width: unset;
    text-align: center;
  }
}

.top_title--start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.top_text {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: var(--Gray-500, #71717a);
}

.title {
  position: relative;
  padding-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 4px;
  width: 10px;
  min-height: 100%;
  background: #fff;
}
.title p {
  border-radius: 3px;
  padding: 4px 11px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  color: #1c1f35;
  background: rgba(232, 232, 232, 0.5);
}
.title h4 {
  margin-top: 5px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%; /* 30px */
  color: #fff;
}
@media (min-width: 1920px) {
  .title h4 {
    font-size: 30px;
  }
}
@media (max-width: 1919px) {
  .title h4 {
    font-size: -webkit-calc(0.0075 * 100vw + 15.6px);
    font-size: -moz-calc(0.0075 * 100vw + 15.6px);
    font-size: calc(0.0075 * 100vw + 15.6px);
  }
}

.title--black::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 3px;
  width: 10px;
  min-height: 100%;
  background: #e84e22;
}
.title--black h4 {
  font-weight: 400;
  color: #232323;
}
@media (min-width: 1920px) {
  .title--black h4 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .title--black h4 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}

.body--tabs {
  background: #fcfcfc;
}

.checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.checkbox-custom-container {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.checkbox,
.checkbox-custom,
.checkbox-custom-container {
  width: 20px;
  height: 20px;
}

.checkbox,
.checkbox-custom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.checkbox {
  -webkit-filter: opacity(0);
  filter: opacity(0);
  cursor: pointer;
}

.checkbox:checked ~ .checkbox-custom .checkbox-custom-fill {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.checkbox-custom {
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid #000;
  cursor: pointer;
}

.checkbox-custom-fill {
  width: 15px;
  height: 15px;
  background-color: #000;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -moz-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.input-label {
  margin-bottom: 10px;
}

.input {
  outline: none;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  height: 30px;
  max-width: 300px;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1300px;
}
.container--1920 {
  margin: 0 auto;
  max-width: 1950px;
}
.container--1566 {
  max-width: 1596px;
}
.container--1450 {
  max-width: 1480px;
}
.container--1410 {
  max-width: 1440px;
}
.container--1400 {
  max-width: 1430px;
}
.container--1180 {
  max-width: 1210px;
}
.container--main_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 700px;
}
.container--header {
  height: 100%;
  max-width: 1480px;
}
.container--slides {
  -webkit-align-self: end;
  align-self: end;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.container--top_slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.container--services {
  position: relative;
}
.container--about_info {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  max-width: 1380px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.container--1920_catalog {
  position: relative;
  padding-bottom: 4px;
}
.container--1920_catalog .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container--1900 {
  padding: 0;
  max-width: 1930px;
}

.footer .container {
  height: 100%;
}

.container--catalog_bottom {
  padding-right: 0;
  padding-left: 0;
}

.splide__slide[data-fancybox] {
  cursor: pointer;
}

.btn {
  border: 1px solid #e84e22;
  border-radius: 50px;
  padding: 13px 21px;
  width: 100%;
  max-width: 190px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: #e84e22;
}
.btn--white {
  color: #fff;
}
.btn--black:hover {
  color: #fff;
}

.header__bottom_right .btn {
  padding: 6px 33px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 15px;
}
.link p {
  margin-top: 0;
  font-weight: 500;
  font-style: normal;
  line-height: 100%; /* 24px */
  color: #e84e22;
  text-wrap: nowrap;
}
@media (min-width: 1920px) {
  .link p {
    font-size: 24px;
  }
}
@media (max-width: 1919px) {
  .link p {
    font-size: -webkit-calc(0.00375 * 100vw + 16.8px);
    font-size: -moz-calc(0.00375 * 100vw + 16.8px);
    font-size: calc(0.00375 * 100vw + 16.8px);
  }
}
.link img {
  margin-left: 10px;
}

.animated_btn {
  position: relative;
  left: 15px;
}

.animated_btn .arrow {
  position: absolute;
  left: -50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}
@media (max-width: 790px) {
  .animated_btn .arrow {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.top h2 {
  margin-bottom: 6px;
  font-weight: 700;
  color: #232323;
}
@media (min-width: 1920px) {
  .top h2 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .top h2 {
    font-size: -webkit-calc(0.0125 * 100vw + 16px);
    font-size: -moz-calc(0.0125 * 100vw + 16px);
    font-size: calc(0.0125 * 100vw + 16px);
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  row-gap: 7px;
}

.breadcrumb {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 1450px) {
  .breadcrumb {
    margin-right: -webkit-calc(5px + 5 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(5px + 5 * ((100vw - 320px) / (1130)));
    margin-right: calc(5px + 5 * ((100vw - 320px) / (1130)));
  }
}
.breadcrumb p {
  font-weight: 400;
  font-size: 14px;
  color: #969696;
}
.breadcrumb a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.breadcrumb .arrow {
  margin-left: 20px;
}
@media (max-width: 1450px) {
  .breadcrumb .arrow {
    margin-left: -webkit-calc(5px + 15 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(5px + 15 * ((100vw - 320px) / (1130)));
    margin-left: calc(5px + 15 * ((100vw - 320px) / (1130)));
  }
}
.breadcrumb:last-child .arrow {
  display: none;
}

.intro--completed {
  overflow: hidden;
  background: #fcfcfc;
}
.intro--main {
  padding-bottom: 61px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 869px;
}
@media (max-width: 1450px) {
  .intro--main {
    padding-bottom: -webkit-calc(20px + 41 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 41 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 41 * ((100vw - 320px) / (1130)));
  }
}
.intro--404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  min-height: 100%;
}
.intro--contacts {
  overflow: hidden;
}
.intro--docs {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
  min-height: unset;
}
@media (max-width: 1450px) {
  .intro--docs {
    padding-top: -webkit-calc(30px + 35 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 35 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro--docs {
    padding-bottom: -webkit-calc(30px + 35 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 35 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 35 * ((100vw - 320px) / (1130)));
  }
}
.intro--catalog {
  overflow: hidden;
}
.intro--about .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro--completed_item .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro--about .bottom {
  position: relative;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}
.header.hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header--active .header__inner {
  padding: 10px 0;
}
@media (max-width: 920px) {
  .header {
    position: unset;
  }
}

.header--white .header__burger_menu {
  background: #232323;
}
.header--white .burger__line {
  background: #fff;
}

.header--black .header__burger_menu {
  background: white;
}
.header--black .burger__line {
  background: #232323;
}

.header__inner {
  padding-top: 40px;
  padding-bottom: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1450px) {
  .header__inner {
    padding-top: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 920px) {
  .header__inner .header__bottom {
    display: none;
  }
}
@media (max-width: 920px) {
  .header__inner .tel .tel_img {
    display: none;
  }
}
.header__inner--black {
  background-color: #232323;
}
.header__inner--white {
  background-color: #fff;
}
@media (max-width: 920px) {
  .header__inner {
    position: fixed;
    padding: 10px 0;
    width: 100%;
  }
}

.header_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #aeaeae;
  padding-bottom: 16px;
}
.header_top--active {
  padding-bottom: 10px;
}
@media (max-width: 920px) {
  .header_top {
    border-bottom: unset;
    padding-bottom: 0;
  }
}

.header_top__right address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.header_top__right .header_top__right_list {
  margin-right: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-filter: opacity(1);
  filter: opacity(1);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -moz-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
  pointer-events: unset;
}
@media (max-width: 1450px) {
  .header_top__right .header_top__right_list {
    margin-right: -webkit-calc(15px + 6 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(15px + 6 * ((100vw - 320px) / (1130)));
    margin-right: calc(15px + 6 * ((100vw - 320px) / (1130)));
  }
}
.header_top__right .header_top__right_list--hidden {
  z-index: -2;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  pointer-events: none;
}
.header_top__right .header_top__right_list > li {
  padding-right: 37px;
  position: relative;
}
@media (max-width: 1450px) {
  .header_top__right .header_top__right_list > li {
    padding-right: -webkit-calc(10px + 27 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 27 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 27 * ((100vw - 320px) / (1130)));
  }
}
.header_top__right .header_top__right_list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  display: block;
  width: 1px;
  height: 42px;
  background-color: #aeaeae;
}
@media (max-width: 920px) {
  .header_top__right .header_top__right_list > li::after {
    display: none;
  }
}
.header_top__right .header_top__right_list > li p {
  font-weight: 400;
  font-style: normal;
  line-height: 100%; /* 16px */
  color: #fff;
}
@media (min-width: 1920px) {
  .header_top__right .header_top__right_list > li p {
    font-size: 16px;
  }
}
@media (max-width: 1919px) {
  .header_top__right .header_top__right_list > li p {
    font-size: -webkit-calc(0.0025 * 100vw + 11.2px);
    font-size: -moz-calc(0.0025 * 100vw + 11.2px);
    font-size: calc(0.0025 * 100vw + 11.2px);
  }
}
.header_top__right .header_top__right_list > li:not(:first-child) {
  margin-left: 26px;
}
@media (max-width: 1450px) {
  .header_top__right .header_top__right_list > li:not(:first-child) {
    margin-left: -webkit-calc(10px + 16 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(10px + 16 * ((100vw - 320px) / (1130)));
    margin-left: calc(10px + 16 * ((100vw - 320px) / (1130)));
  }
}
.header_top__right .header_top__right_list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.header_top__right .header_top__right_list > li > a img {
  margin-right: 12px;
}
@media (max-width: 1450px) {
  .header_top__right .header_top__right_list > li > a img {
    margin-right: -webkit-calc(5px + 7 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(5px + 7 * ((100vw - 320px) / (1130)));
    margin-right: calc(5px + 7 * ((100vw - 320px) / (1130)));
  }
}
.header_top__right .header_top__right_list > li:last-child {
  padding-right: 58px;
}
@media (max-width: 1450px) {
  .header_top__right .header_top__right_list > li:last-child {
    padding-right: -webkit-calc(10px + 48 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 48 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 48 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 920px) {
  .header_top__right .header_top__right_list > li:last-child {
    display: none;
  }
}
@media (max-width: 920px) {
  .header_top__right .header_top__right_list > li {
    padding-right: 0;
  }
}
@media (max-width: 920px) {
  .header_top__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}

.header_top__right_socials ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.header_top__right_socials ul li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1450px) {
  .header_top__right_socials ul li:not(:last-child) {
    margin-right: -webkit-calc(5px + 5 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(5px + 5 * ((100vw - 320px) / (1130)));
    margin-right: calc(5px + 5 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 920px) {
  .header_top__right_socials {
    display: none;
  }
}

.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 23px 0 0;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.header__bottom--active {
  padding: 10px 0 0;
}

.header__bottom_left .ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.header__bottom_left .li {
  font-weight: 400;
  font-style: normal;
  line-height: 100%; /* 18px */
  color: #fff;
}
@media (min-width: 1920px) {
  .header__bottom_left .li {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .header__bottom_left .li {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}
.header__bottom_left .li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.header__bottom_left .li a:hover {
  color: #e84e22;
}
.header__bottom_left .li img {
  margin-right: 11px;
}
.header__bottom_left .li:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 1450px) {
  .header__bottom_left .li:not(:last-child) {
    margin-right: -webkit-calc(10px + 50 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(10px + 50 * ((100vw - 320px) / (1130)));
    margin-right: calc(10px + 50 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1120px) {
  .header__bottom_left .li:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 1120px) and (max-width: 1450px) {
  .header__bottom_left .li:not(:last-child) {
    margin-right: -webkit-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-right: calc(10px + 15 * ((100vw - 320px) / (1130)));
  }
}

.header__bottom_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__bottom_right_cart {
  position: relative;
  margin-right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: block;
}
.header__bottom_right_cart img {
  display: block;
  width: 100%;
  height: auto;
}
.header__bottom_right_cart div {
  position: absolute;
  left: 55%;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  height: 100%;
  min-width: 17px;
  max-height: 17px;
  background-color: #e84e22;
}
.header__bottom_right_cart span {
  padding: 4px;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  line-height: 144%; /* 14.4px */
  color: #fff;
}

.header--black .header__bottom_left li {
  color: #232323;
}
.header--black .header_top__right_list li p {
  color: #232323;
}

.header--black .header_top__right_list .tel .socials,
.header--white .header_top__right_list .tel .socials {
  display: none;
  margin-top: 2px;
}
.header--black .header_top__right_list .tel .socials li:not(:first-child),
.header--white .header_top__right_list .tel .socials li:not(:first-child) {
  margin-left: 3px;
}
@media (max-width: 920px) {
  .header--black .header_top__right_list .tel .socials,
  .header--white .header_top__right_list .tel .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
  }
}
.header--black .header_top__right_list .tel p,
.header--white .header_top__right_list .tel p {
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.header--black .header_top__right_list .tel:hover p,
.header--white .header_top__right_list .tel:hover p {
  color: #e84e22;
}

.burger {
  display: none;
  width: 23px;
  height: 17px;
  cursor: pointer;
}
@media (max-width: 920px) {
  .burger {
    display: inherit;
  }
}

.burger__lines {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}
.burger__lines .burger__line {
  border-radius: 2px;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.burger__lines .burger__line--mid {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in, -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in,
    -moz-transform 0.3s ease-in;
}

.burger__lines--animated .burger__line--other {
  width: 0;
}
.burger__lines--animated .burger__line--mid {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.burger__lines--animated .burger__line--mid_left {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header_top__left .logo {
  width: 210px;
  height: 46px;
}
@media (max-width: 1450px) {
  .header_top__left .logo {
    width: -webkit-calc(125px + 85 * ((100vw - 320px) / (1130)));
    width: -moz-calc(125px + 85 * ((100vw - 320px) / (1130)));
    width: calc(125px + 85 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header_top__left .logo {
    height: -webkit-calc(27px + 19 * ((100vw - 320px) / (1130)));
    height: -moz-calc(27px + 19 * ((100vw - 320px) / (1130)));
    height: calc(27px + 19 * ((100vw - 320px) / (1130)));
  }
}

.header__burger_menu {
  position: fixed;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  z-index: -2;
  display: none;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -moz-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
  pointer-events: none;
}
.header__burger_menu address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.header__burger_menu .header_top__right_list {
  margin-bottom: 15px;
}
.header__burger_menu .header_top__right_list p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.header__burger_menu .header__bottom {
  padding: 0;
  height: 100%;
}
.header__burger_menu .header__bottom_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-top: 65px;
  width: 100%;
  height: 100%;
}
.header__burger_menu .header__bottom_left .square {
  width: 20px;
  height: 20px;
}
@media (max-width: 1450px) {
  .header__burger_menu .header__bottom_left .square {
    width: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    width: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    width: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header__burger_menu .header__bottom_left .square {
    height: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    height: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    height: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
.header__burger_menu .header__bottom_left .li {
  margin-right: 0;
}
@media (min-width: 1920px) {
  .header__burger_menu .header__bottom_left .li {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .header__burger_menu .header__bottom_left .li {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}
.header__burger_menu .header__bottom_left .li:not(:first-child) {
  margin-top: 30px;
}
.header__burger_menu .header__bottom_left .ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.header__burger_menu .socials {
  margin-bottom: 35px;
}
.header__burger_menu .socials ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 5px;
}
.header__burger_menu .tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.header__burger_menu .tel .tel_img {
  display: unset;
  margin-right: 6px;
}
.header__burger_menu--visible {
  z-index: 2;
  -webkit-filter: opacity(1);
  filter: opacity(1);
  pointer-events: unset;
}
@media (max-width: 920px) {
  .header__burger_menu {
    display: inherit;
  }
}

.footer {
  padding-top: 45px;
  padding-bottom: 30px;
  height: 100%;
  max-height: 371px;
  background-color: #212121;
}
@media (max-width: 1450px) {
  .footer {
    padding-top: -webkit-calc(20px + 25 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 25 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .footer {
    padding-bottom: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1360px) {
  .footer {
    height: auto;
  }
}
@media (max-width: 920px) {
  .footer {
    max-height: unset;
  }
}

.footer_top__columns {
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  grid-template-columns:
    minmax(150px, 273px) minmax(100px, 165px) minmax(150px, 285px)
    minmax(100px, 190px);
}
@media (max-width: 1060px) {
  .footer_top__columns {
    grid-template-columns:
      minmax(150px, 180px) minmax(100px, 150px) minmax(150px, 200px)
      minmax(100px, 190px);
  }
}
@media (max-width: 920px) {
  .footer_top__columns {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 570px) {
  .footer_top__columns {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 420px) {
  .footer_top__columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-items: center;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.footer_top__col {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 144%;
  color: #929292;
}
@media (min-width: 1920px) {
  .footer_top__col {
    font-size: 14px;
  }
}
@media (max-width: 1919px) {
  .footer_top__col {
    font-size: -webkit-calc(0 * 100vw + 14px);
    font-size: -moz-calc(0 * 100vw + 14px);
    font-size: calc(0 * 100vw + 14px);
  }
}
.footer_top__col .footer_top__col_logo {
  max-width: 214px;
}
@media (max-width: 1060px) {
  .footer_top__col .footer_top__col_logo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.footer_top__col:nth-child(1) {
  margin-right: 120px;
  max-width: 275px;
}
@media (max-width: 1450px) {
  .footer_top__col:nth-child(1) {
    margin-right: -webkit-calc(20px + 100 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(20px + 100 * ((100vw - 320px) / (1130)));
    margin-right: calc(20px + 100 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1060px) {
  .footer_top__col:nth-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .footer_top__col:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}
.footer_top__col:nth-child(2) {
  margin-right: 175px;
}
@media (max-width: 1450px) {
  .footer_top__col:nth-child(2) {
    margin-right: -webkit-calc(20px + 155 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(20px + 155 * ((100vw - 320px) / (1130)));
    margin-right: calc(20px + 155 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1060px) {
  .footer_top__col:nth-child(2) {
    margin-right: 0;
  }
}
.footer_top__col:nth-child(3) {
  margin-right: 165px;
}
@media (max-width: 1450px) {
  .footer_top__col:nth-child(3) {
    margin-right: -webkit-calc(20px + 145 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(20px + 145 * ((100vw - 320px) / (1130)));
    margin-right: calc(20px + 145 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1060px) {
  .footer_top__col:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .footer_top__col:nth-child(4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}
@media (max-width: 920px) {
  .footer_top__col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer_top__address_wrapper {
  margin-top: 25px;
}
@media (max-width: 1450px) {
  .footer_top__address_wrapper {
    margin-top: -webkit-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 15 * ((100vw - 320px) / (1130)));
  }
}
.footer_top__address_wrapper address {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 144%;
  color: #929292;
}

.footer_top__socials_wrapper {
  margin-top: 20px;
}
@media (max-width: 1450px) {
  .footer_top__socials_wrapper {
    margin-top: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
.footer_top__socials_wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.footer_top__socials_wrapper ul--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.footer_top__socials_wrapper li:not(:last-child) {
  margin-right: 10px;
}

.footer_top__col_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}
.footer_top__col_title_wrapper img {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.footer_top__col_title_wrapper h6 {
  font-weight: 500;
  font-style: normal;
  line-height: 144%;
  color: #fff;
}
@media (min-width: 1920px) {
  .footer_top__col_title_wrapper h6 {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .footer_top__col_title_wrapper h6 {
    font-size: -webkit-calc(0.00125 * 100vw + 17.6px);
    font-size: -moz-calc(0.00125 * 100vw + 17.6px);
    font-size: calc(0.00125 * 100vw + 17.6px);
  }
}

.footer_top__col_ul_wrapper {
  margin-top: 20px;
  margin-left: 30px;
}
@media (max-width: 1450px) {
  .footer_top__col_ul_wrapper {
    margin-top: -webkit-calc(15px + 5 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 5 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 5 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .footer_top__col_ul_wrapper {
    margin-left: -webkit-calc(10px + 20 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(10px + 20 * ((100vw - 320px) / (1130)));
    margin-left: calc(10px + 20 * ((100vw - 320px) / (1130)));
  }
}
.footer_top__col_ul_wrapper li {
  list-style: disc;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.footer_top__col_ul_wrapper li:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 1450px) {
  .footer_top__col_ul_wrapper li:not(:first-child) {
    margin-top: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}

.footer_top__col_contacts_wrapper a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.footer_top__col_contacts_wrapper a:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 1450px) {
  .footer_top__col_contacts_wrapper a:not(:first-child) {
    margin-top: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
.footer_top__col_contacts_wrapper a img {
  margin-right: 16px;
}
@media (max-width: 1450px) {
  .footer_top__col_contacts_wrapper a img {
    margin-right: -webkit-calc(10px + 6 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(10px + 6 * ((100vw - 320px) / (1130)));
    margin-right: calc(10px + 6 * ((100vw - 320px) / (1130)));
  }
}
.footer_top__col_contacts_wrapper a p {
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  color: #fff;
}
@media (min-width: 1920px) {
  .footer_top__col_contacts_wrapper a p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .footer_top__col_contacts_wrapper a p {
    font-size: -webkit-calc(0.00125 * 100vw + 17.6px);
    font-size: -moz-calc(0.00125 * 100vw + 17.6px);
    font-size: calc(0.00125 * 100vw + 17.6px);
  }
}
@media (min-width: 1920px) {
  .footer_top__col_contacts_wrapper .p--tel {
    font-size: 22px;
  }
}
@media (max-width: 1919px) {
  .footer_top__col_contacts_wrapper .p--tel {
    font-size: -webkit-calc(0.00125 * 100vw + 19.6px);
    font-size: -moz-calc(0.00125 * 100vw + 19.6px);
    font-size: calc(0.00125 * 100vw + 19.6px);
  }
}
@media (max-width: 680px) and (min-width: 1920px) {
  .footer_top__col_contacts_wrapper .p--tel {
    font-size: 20px;
  }
}
@media (max-width: 680px) and (max-width: 1919px) {
  .footer_top__col_contacts_wrapper .p--tel {
    font-size: -webkit-calc(0.00125 * 100vw + 17.6px);
    font-size: -moz-calc(0.00125 * 100vw + 17.6px);
    font-size: calc(0.00125 * 100vw + 17.6px);
  }
}

.footer_top__col_socials_wrapper {
  margin-top: 20px;
}
@media (max-width: 1450px) {
  .footer_top__col_socials_wrapper {
    margin-top: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
.footer_top__col_socials_wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.footer_top__col_socials_wrapper ul li:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 1360px) {
  .footer_bottom {
    margin-top: 50px;
  }
}
@media (max-width: 1360px) and (max-width: 1450px) {
  .footer_bottom {
    margin-top: -webkit-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 30 * ((100vw - 320px) / (1130)));
  }
}

.footer_bottom__p_wrapper {
  margin-top: 15px;
}
.footer_bottom__p_wrapper a {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 144%;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #929292;
}

.footer_bottom__line {
  width: 100%;
  height: 1px;
  background-color: #303030;
  margin-top:20px;
}

.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.footer_top__col_button_wrapper {
  margin-top: 20px;
}
@media (max-width: 1450px) {
  .footer_top__col_button_wrapper {
    margin-top: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}

.splide_pagination_text {
  width: 0;
  height: 0;
  visibility: hidden;
}

.intro__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.intro_content__left {
  margin-right: 75px;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1450px) {
  .intro_content__left {
    margin-right: -webkit-calc(30px + 45 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(30px + 45 * ((100vw - 320px) / (1130)));
    margin-right: calc(30px + 45 * ((100vw - 320px) / (1130)));
  }
}
.intro_content__left h1 {
  font-weight: 700;
  font-style: normal;
  line-height: 100%; /* 40px */
  color: #fff;
}
@media (min-width: 1920px) {
  .intro_content__left h1 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .intro_content__left h1 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}
.intro_content__left > p {
  margin-top: 25px;
  font-weight: 400;
  font-style: normal;
  line-height: 165%;
  color: #fff;
}
@media (max-width: 1450px) {
  .intro_content__left > p {
    margin-top: -webkit-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (min-width: 1920px) {
  .intro_content__left > p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .intro_content__left > p {
    font-size: -webkit-calc(0.0025 * 100vw + 15.2px);
    font-size: -moz-calc(0.0025 * 100vw + 15.2px);
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}

.intro_content__left_btn_wrapper {
  margin-top: 50px;
}
@media (max-width: 1450px) {
  .intro_content__left_btn_wrapper {
    margin-top: -webkit-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 30 * ((100vw - 320px) / (1130)));
  }
}
.intro_content__left_btn_wrapper button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 500;
  font-style: normal;
  line-height: 140%; /* 28px */
  color: #fffdfc;
}
@media (min-width: 1920px) {
  .intro_content__left_btn_wrapper button {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .intro_content__left_btn_wrapper button {
    font-size: -webkit-calc(0.0025 * 100vw + 15.2px);
    font-size: -moz-calc(0.0025 * 100vw + 15.2px);
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}
.intro_content__left_btn_wrapper button img {
  margin-right: 15px;
}
@media (max-width: 1450px) {
  .intro_content__left_btn_wrapper button img {
    margin-right: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-right: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}

.intro_content__right img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.complex {
  margin-top: 62px;
  margin-bottom: 65px;
}
@media (max-width: 1450px) {
  .complex {
    margin-top: -webkit-calc(20px + 42 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 42 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 42 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .complex {
    margin-bottom: -webkit-calc(40px + 25 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(40px + 25 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(40px + 25 * ((100vw - 320px) / (1130)));
  }
}

.complex_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 940px) {
  .complex_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}

.complex_inner__l {
  margin-right: 30px;
}
.complex_inner__l h6 {
  border-left: 4px solid #e84e22;
  border-radius: 3px;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  color: #1c1f35;
  background: #e8e8e8;
}
.complex_inner__l h5 {
  margin-top: 15px;
  max-width: 345px;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 100%; /* 40px */
  color: #1c1f35;
}
@media (max-width: 940px) {
  .complex_inner__l h5 {
    text-align: center;
  }
}
@media (max-width: 940px) {
  .complex_inner__l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-right: 0;
  }
}

.complex_inner__r ul {
  grid-row-gap: 70px;
  grid-column-gap: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1450px) {
  .complex_inner__r ul {
    grid-row-gap: -webkit-calc(30px + 40 * ((100vw - 320px) / (1130)));
    grid-row-gap: -moz-calc(30px + 40 * ((100vw - 320px) / (1130)));
    grid-row-gap: calc(30px + 40 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .complex_inner__r ul {
    grid-column-gap: -webkit-calc(30px + 50 * ((100vw - 320px) / (1130)));
    grid-column-gap: -moz-calc(30px + 50 * ((100vw - 320px) / (1130)));
    grid-column-gap: calc(30px + 50 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 640px) {
  .complex_inner__r ul {
    grid-template-columns: 1fr;
  }
}
.complex_inner__r li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}
@media (max-width: 940px) {
  .complex_inner__r {
    margin-top: 50px;
  }
}

.item_l {
  width: 100%;
  max-width: 95px;
}
.item_l img {
  margin-right: 37px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 640px) {
  .item_l {
    max-width: 75px;
  }
}

.item_r {
  position: relative;
  padding-left: 25px;
  max-width: 335px;
}
.item_r::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 75%;
  background: #d8d8d8;
}
.item_r h4 {
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: normal;
  color: #1c1f35;
}
.item_r p {
  margin-top: 15px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 151.523%;
  color: #666c89;
}

.catalog_inner ul {
  display: grid;
  grid-gap: 20px 31px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 35px;
}
.catalog_inner ul li {
  height: 100%;
  min-width: 463px;
  min-height: 183px;
  max-width: 463px;
}
.catalog_inner ul li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 40px;
  min-height: inherit;
  background: #fcfcfc;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.catalog_inner ul li a .gradient {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -moz-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
}
.catalog_inner ul li a div {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  min-height: 100%;
}
.catalog_inner ul li a h6 {
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #343434;
  -webkit-transition: color, font-weight 0.3s ease-in;
  -moz-transition: color, font-weight 0.3s ease-in;
  transition: color, font-weight 0.3s ease-in;
}
@media (min-width: 1920px) {
  .catalog_inner ul li a h6 {
    font-size: 24px;
  }
}
@media (max-width: 1919px) {
  .catalog_inner ul li a h6 {
    font-size: -webkit-calc(0.00375 * 100vw + 16.8px);
    font-size: -moz-calc(0.00375 * 100vw + 16.8px);
    font-size: calc(0.00375 * 100vw + 16.8px);
  }
}
@media (max-width: 1420px) {
  .catalog_inner ul li a h6 {
    max-width: 100px;
  }
}
.catalog_inner ul li a .img_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  max-width: 360px;
  max-height: 255px;
}
.catalog_inner ul li a .img_wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1130px) {
  .catalog_inner ul li a .img_wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
}
.catalog_inner ul li a .img_wrapper .one {
  position: relative;
  right: -65px;
  bottom: -44px;
}
@media (max-width: 1130px) {
  .catalog_inner ul li a .img_wrapper .one {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 650px) {
  .catalog_inner ul li a .img_wrapper .one {
    right: -30px;
    bottom: -20px;
  }
}
@media (max-width: 650px) {
  .catalog_inner ul li a .img_wrapper .last {
    bottom: -20px;
    max-width: 130px;
  }
}
@media (max-width: 1130px) {
  .catalog_inner ul li a .img_wrapper {
    max-width: 200px;
    max-height: 72px;
  }
}
.catalog_inner ul li a button {
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -moz-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
}
.catalog_inner ul li a:hover .gradient,
.catalog_inner ul li a:hover button {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.catalog_inner ul li a:hover h6 {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1420px) {
  .catalog_inner ul li a {
    padding: 20px;
  }
}
.catalog_inner ul li:first-child {
  grid-column: 1;
  grid-row: 1/3;
}
@media (max-width: 1130px) {
  .catalog_inner ul li:first-child {
    grid-column: unset;
    grid-row: unset;
  }
}
.catalog_inner ul li:first-child,
.catalog_inner ul li:last-child {
  min-height: 386px;
}
@media (max-width: 1130px) {
  .catalog_inner ul li:first-child,
  .catalog_inner ul li:last-child {
    min-height: 183px;
  }
}
.catalog_inner ul li:last-child {
  grid-column: 3;
  grid-row: 3/5;
}
@media (max-width: 1130px) {
  .catalog_inner ul li:last-child {
    grid-column: unset;
    grid-row: unset;
  }
}
@media (max-width: 1480px) {
  .catalog_inner ul li {
    min-width: auto;
  }
}
@media (max-width: 1130px) {
  .catalog_inner ul li {
    max-width: 100%;
  }
}
@media (max-width: 1130px) {
  .catalog_inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .catalog_inner ul {
    grid-template-columns: 1fr;
  }
}

.form {
  margin-top: 160px;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 1450px) {
  .form {
    margin-top: -webkit-calc(100px + 60 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(100px + 60 * ((100vw - 320px) / (1130)));
    margin-top: calc(100px + 60 * ((100vw - 320px) / (1130)));
  }
}
.form .container {
  position: relative;
}
.form .container > img {
  position: absolute;
  left: -300px;
  top: 50%;
  z-index: -1;
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1040px) {
  .form .container > img {
    height: 110%;
  }
}

.form_inner {
  padding-top: 51px;
  padding-right: 119px;
  padding-bottom: 51px;
  padding-left: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  min-height: 508px;
  -webkit-box-shadow: -1px 0 12.8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0 12.8px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media (max-width: 1450px) {
  .form_inner {
    padding-top: -webkit-calc(20px + 31 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 31 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 31 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner {
    padding-right: -webkit-calc(20px + 99 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 99 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 99 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner {
    padding-bottom: -webkit-calc(20px + 31 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 31 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 31 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner {
    padding-left: -webkit-calc(20px + 38 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 38 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 38 * ((100vw - 320px) / (1130)));
  }
}
.form_inner .top_title h3 {
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #343434;
}
@media (min-width: 1920px) {
  .form_inner .top_title h3 {
    font-size: 30px;
  }
}
@media (max-width: 1919px) {
  .form_inner .top_title h3 {
    font-size: -webkit-calc(0.0075 * 100vw + 15.6px);
    font-size: -moz-calc(0.0075 * 100vw + 15.6px);
    font-size: calc(0.0075 * 100vw + 15.6px);
  }
}
.form_inner .top_title h3::after {
  margin-top: 5px;
  width: 67px;
  height: 5px;
}
.form_inner .top_text {
  margin-top: 15px;
  max-width: 780px;
}
.form_inner form {
  padding-top: 36px;
  padding-right: 79px;
  padding-bottom: 39px;
  padding-left: 43px;
  margin-top: 22px;
  border: 1px solid #e84e22;
  border-radius: 10px;
  min-height: 306px;
  max-width: 928px;
}
@media (max-width: 1450px) {
  .form_inner form {
    padding-top: -webkit-calc(10px + 26 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 26 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 26 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner form {
    padding-right: -webkit-calc(10px + 69 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 69 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 69 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner form {
    padding-bottom: -webkit-calc(10px + 29 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 29 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 29 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner form {
    padding-left: -webkit-calc(10px + 33 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 33 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 33 * ((100vw - 320px) / (1130)));
  }
}
.form_inner form ul {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1450px) {
  .form_inner form ul {
    grid-column-gap: -webkit-calc(10px + 30 * ((100vw - 320px) / (1130)));
    grid-column-gap: -moz-calc(10px + 30 * ((100vw - 320px) / (1130)));
    grid-column-gap: calc(10px + 30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner form ul {
    grid-row-gap: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    grid-row-gap: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    grid-row-gap: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}
.form_inner form ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.form_inner form ul li input {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 10px;
  outline: 1px solid transparent;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 10px 15px;
  height: 40px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: var(--Gray-500, #71717a);
  background: #f4f4f4;
  -webkit-transition: outline-color 0.2s ease-in-out;
  -moz-transition: outline-color 0.2s ease-in-out;
  transition: outline-color 0.2s ease-in-out;
}
.form_inner form ul li input:focus {
  outline-color: #e84e22;
}
.form_inner form ul li:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  grid-column: 1/4;
  margin-top: 15px;
}
.form_inner form ul li:last-child button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-right: 23px;
  border-radius: 5px;
  padding: 13px;
  width: 100%;
  height: 46px;
  max-width: 242px;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_inner form ul li:last-child button p {
  margin-right: 27px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: #fff;
}
@media (max-width: 1450px) {
  .form_inner form ul li:last-child button p {
    margin-right: -webkit-calc(10px + 17 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(10px + 17 * ((100vw - 320px) / (1130)));
    margin-right: calc(10px + 17 * ((100vw - 320px) / (1130)));
  }
}
.form_inner form ul li:last-child button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 890px) {
  .form_inner form ul li:last-child button {
    margin-right: 0;
    max-width: 100%;
  }
}
.form_inner form ul li:last-child > p {
  width: 100%;
  max-width: 261px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: #a5a5a5;
}
.form_inner form ul li:last-child > p a {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 144%;
}
.form_inner form ul li:last-child > p a > span {
  margin: 0 5px;
  white-space: nowrap;
  color: var(--Primery, #e84e22);
}
.form_inner form ul li:last-child > p a > span:hover {
  text-decoration: underline;
}
@media (max-width: 420px) {
  .form_inner form ul li:last-child > p a > span {
    white-space: unset;
  }
}
@media (max-width: 890px) {
  .form_inner form ul li:last-child > p a {
    margin-left: 0;
    line-height: normal;
  }
}
@media (max-width: 890px) {
  .form_inner form ul li:last-child > p {
    display: block;
    margin-top: 10px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 890px) {
  .form_inner form ul li:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    grid-column: 1/3;
  }
}
@media (max-width: 520px) {
  .form_inner form ul li:last-child {
    grid-column: 1/2;
  }
}
@media (max-width: 420px) {
  .form_inner form ul li:last-child {
    margin-top: 0;
  }
}
.form_inner form ul .file {
  grid-column: 1/4;
}
.form_inner form ul .file > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}
.form_inner form ul .file > div > div {
  position: relative;
  margin-right: 40px;
  width: 100%;
  min-height: 47px;
  max-width: 524px;
}
.form_inner form ul .file > div > div .custom_input_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border: 2px dashed #bfbfbf;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 47px;
  background: #f4f4f4;
  cursor: pointer;
}
.form_inner form ul .file > div > div .custom_input_file img {
  margin-right: 11px;
}
.form_inner form ul .file > div > div .custom_input_file p {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 144%; /* 17.28px */
  color: var(--Gray-light-400, #a1a1aa);
}
@media (max-width: 890px) {
  .form_inner form ul .file > div > div .custom_input_file {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 7px;
  }
}
.form_inner form ul .file > div > div input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 890px) {
  .form_inner form ul .file > div > div {
    margin-right: 0;
  }
}
.form_inner form ul .file > div p {
  font-weight: 250;
  font-style: normal;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: #595959;
}
@media (max-width: 890px) {
  .form_inner form ul .file > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline;
  }
}
@media (max-width: 890px) {
  .form_inner form ul .file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    grid-column: 1/3;
  }
}
@media (max-width: 520px) {
  .form_inner form ul .file {
    grid-column: 1/2;
  }
}
@media (max-width: 890px) {
  .form_inner form ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .form_inner form ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  .form_inner form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}
@media (max-width: 1040px) {
  .form_inner {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}
@media (max-width: 1040px) and (max-width: 1450px) {
  .form_inner {
    padding-top: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1040px) and (max-width: 1450px) {
  .form_inner {
    padding-right: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1040px) and (max-width: 1450px) {
  .form_inner {
    padding-bottom: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1040px) and (max-width: 1450px) {
  .form_inner {
    padding-left: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}

.form_inner__l {
  margin-right: 109px;
}
@media (max-width: 1450px) {
  .form_inner__l {
    margin-right: -webkit-calc(30px + 79 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(30px + 79 * ((100vw - 320px) / (1130)));
    margin-right: calc(30px + 79 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1130px) {
  .form_inner__l {
    margin-right: 45px;
  }
}
@media (max-width: 1130px) and (max-width: 1450px) {
  .form_inner__l {
    margin-right: -webkit-calc(30px + 15 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(30px + 15 * ((100vw - 320px) / (1130)));
    margin-right: calc(30px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1040px) {
  .form_inner__l {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .form_inner__l {
    width: 100%;
  }
}

.form_inner__r {
  width: 100%;
  max-width: 230px;
}
.form_inner__r .name {
  margin-top: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 144%; /* 34.56px */
  color: var(--Gray-800, #303030);
}
@media (min-width: 1920px) {
  .form_inner__r .name {
    font-size: 24px;
  }
}
@media (max-width: 1919px) {
  .form_inner__r .name {
    font-size: -webkit-calc(0.00375 * 100vw + 16.8px);
    font-size: -moz-calc(0.00375 * 100vw + 16.8px);
    font-size: calc(0.00375 * 100vw + 16.8px);
  }
}
.form_inner__r .post {
  margin-top: 10px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 144%; /* 23.04px */
  color: var(--Gray-500, #71717a);
}
.form_inner__r address {
  margin-top: 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 144%; /* 23.04px */
  color: var(--Gray-500, #71717a);
}
.form_inner__r address p:not(:first-child) {
  margin-top: 10px;
}
.form_inner__r address a {
  margin-left: 5px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 144%;
  color: var(--Gray-800, #303030);
}
@media (max-width: 1040px) {
  .form_inner__r {
    margin-top: 30px;
    text-align: center;
  }
}

.completed {
  margin-top: 145px;
}
@media (max-width: 1450px) {
  .completed {
    margin-top: -webkit-calc(100px + 45 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(100px + 45 * ((100vw - 320px) / (1130)));
    margin-top: calc(100px + 45 * ((100vw - 320px) / (1130)));
  }
}

.completed_inner {
  margin-top: 35px;
}
.completed_inner .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1270px) {
  .completed_inner .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .completed_inner .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .completed_inner .list {
    grid-template-columns: 1fr;
  }
}
.completed_inner .list__item {
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -moz-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
}
.completed_inner .list__item .bg {
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .completed_inner .list__item .bg {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.completed_inner .list__item .list__item_bottom {
  padding-right: 54px;
  padding-bottom: 53px;
  padding-left: 55px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 0 54px 53px 55px;
}
@media (max-width: 1450px) {
  .completed_inner .list__item .list__item_bottom {
    padding-right: -webkit-calc(10px + 44 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 44 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 44 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_inner .list__item .list__item_bottom {
    padding-bottom: -webkit-calc(10px + 43 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 43 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 43 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_inner .list__item .list__item_bottom {
    padding-left: -webkit-calc(10px + 45 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 45 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 45 * ((100vw - 320px) / (1130)));
  }
}
.completed_inner .list__item .list__item_bottom .p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #fff;
}
@media (min-width: 1920px) {
  .completed_inner .list__item .list__item_bottom .p {
    font-size: 24px;
  }
}
@media (max-width: 1919px) {
  .completed_inner .list__item .list__item_bottom .p {
    font-size: -webkit-calc(0.00375 * 100vw + 16.8px);
    font-size: -moz-calc(0.00375 * 100vw + 16.8px);
    font-size: calc(0.00375 * 100vw + 16.8px);
  }
}
.completed_inner .list__item .list__item_bottom span {
  display: block;
  margin-right: 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #e84e22;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -moz-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
}
.completed_inner .list__item .list__item_bottom .arr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 5px;
  width: 68px;
  height: 63px;
  background-color: #e84e22;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -moz-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
}
@media (max-width: 1600px) {
  .completed_inner .list__item .list__item_bottom {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1600px) and (max-width: 1450px) {
  .completed_inner .list__item .list__item_bottom {
    padding-right: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1600px) and (max-width: 1450px) {
  .completed_inner .list__item .list__item_bottom {
    padding-left: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
.completed_inner .list__item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.completed_inner .list__item:hover span {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.completed_inner .list__item:hover .arr {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
@media (max-width: 960px) {
  .completed_inner .list__item {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 470px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 575px) {
  .completed_inner .list__item {
    height: 300px;
    aspect-ratio: unset;
  }
}
.completed_inner .list__item--vertical {
  grid-row: 1/3;
}
@media (max-width: 960px) {
  .completed_inner .list__item--vertical {
    grid-row: auto;
  }
}
.completed_inner .list__item--horizontal {
  grid-column: 3/5;
}
@media (max-width: 1270px) {
  .completed_inner .list__item--horizontal {
    grid-column: 2/4;
    grid-row: 1;
  }
}
@media (max-width: 960px) {
  .completed_inner .list__item--horizontal {
    grid-column: auto;
    grid-row: auto;
  }
}

.map {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 1450px) {
  .map {
    padding-top: -webkit-calc(30px + 95 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 95 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 95 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .map {
    padding-bottom: -webkit-calc(40px + 85 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(40px + 85 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(40px + 85 * ((100vw - 320px) / (1130)));
  }
}

.map-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}
@media (max-width: 930px) {
  .map-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}

.map-inner__l {
  margin-right: 60px;
}
@media (max-width: 1450px) {
  .map-inner__l {
    margin-right: -webkit-calc(20px + 40 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(20px + 40 * ((100vw - 320px) / (1130)));
    margin-right: calc(20px + 40 * ((100vw - 320px) / (1130)));
  }
}
.map-inner__l div {
  margin-left: 80px;
}
@media (max-width: 1450px) {
  .map-inner__l div {
    margin-left: -webkit-calc(1px + 79 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(1px + 79 * ((100vw - 320px) / (1130)));
    margin-left: calc(1px + 79 * ((100vw - 320px) / (1130)));
  }
}
.map-inner__l > img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.map-inner__l ul {
  margin-top: 62px;
}
@media (max-width: 1450px) {
  .map-inner__l ul {
    margin-top: -webkit-calc(20px + 42 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 42 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 42 * ((100vw - 320px) / (1130)));
  }
}
.map-inner__l ul li {
  margin-top: 50px;
  width: 100%;
  max-width: 290px;
}
@media (max-width: 1450px) {
  .map-inner__l ul li {
    margin-top: -webkit-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 30 * ((100vw - 320px) / (1130)));
  }
}
.map-inner__l ul li h4 {
  font-weight: 900;
  font-style: normal;
  line-height: 100%; /* 45px */
  color: #e84e22;
}
@media (min-width: 1920px) {
  .map-inner__l ul li h4 {
    font-size: 45px;
  }
}
@media (max-width: 1919px) {
  .map-inner__l ul li h4 {
    font-size: -webkit-calc(0.016875 * 100vw + 12.6px);
    font-size: -moz-calc(0.016875 * 100vw + 12.6px);
    font-size: calc(0.016875 * 100vw + 12.6px);
  }
}
.map-inner__l ul li p {
  margin-top: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%; /* 25px */
  color: #232323;
}
@media (min-width: 1920px) {
  .map-inner__l ul li p {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .map-inner__l ul li p {
    font-size: -webkit-calc(0.005625 * 100vw + 14.2px);
    font-size: -moz-calc(0.005625 * 100vw + 14.2px);
    font-size: calc(0.005625 * 100vw + 14.2px);
  }
}
.map-inner__l .link {
  margin-top: 50px;
}
@media (max-width: 1450px) {
  .map-inner__l .link {
    margin-top: -webkit-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 930px) {
  .map-inner__l {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
@media (max-width: 930px) and (max-width: 1450px) {
  .map-inner__l {
    margin-bottom: -webkit-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / (1130)));
  }
}

.map-inner__r {
  position: relative;
}

.map-inner__r svg {
  width: 100%;
  height: auto;
}

.map-inner__r .placemark {
  width: 25px;
  height: 25px;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1450px) {
  .map-inner__r .placemark {
    width: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    width: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    width: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .map-inner__r .placemark {
    height: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    height: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    height: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}
.map-inner__r .placemark:nth-child(1) {
  left: 44%;
  top: 38%;
}
.map-inner__r .placemark:nth-child(8) {
  left: 45%;
  top: 52%;
}
.map-inner__r .placemark:nth-child(9) {
  left: 37%;
  top: 44%;
}
.map-inner__r .placemark:nth-child(10) {
  left: 35%;
  top: 56%;
}
.map-inner__r .placemark:nth-child(2) {
  left: 49%;
  top: 33%;
}
.map-inner__r .placemark:nth-child(11) {
  left: 55%;
  top: 43%;
}
.map-inner__r .placemark:nth-child(12) {
  left: 64%;
  top: 46%;
}
.map-inner__r .placemark:nth-child(13) {
  left: 61%;
  top: 57%;
}
.map-inner__r .placemark:nth-child(14) {
  left: 56%;
  top: 68%;
}
.map-inner__r .placemark:nth-child(15) {
  left: 77%;
  top: 44%;
}
.map-inner__r .placemark:nth-child(16) {
  left: 73%;
  top: 33%;
}
.map-inner__r .placemark:nth-child(3) {
  left: 17%;
  top: 35%;
}
.map-inner__r .placemark:nth-child(4) {
  left: 26%;
  top: 37%;
}
.map-inner__r .placemark:nth-child(5) {
  left: 20%;
  top: 43%;
}
.map-inner__r .placemark:nth-child(6) {
  left: 21%;
  top: 52%;
}
.map-inner__r .placemark:nth-child(7) {
  left: 12%;
  top: 50%;
}

.map-inner__r svg path {
  fill: #ffe3e3;
}

.indicator {
  position: absolute;
  display: none;
  border-radius: 5px;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-transform: capitalize;
  color: #f1f1f1;
  background: rgb(0, 0, 0);
}
@media (min-width: 1920px) {
  .indicator {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .indicator {
    font-size: -webkit-calc(0.00375 * 100vw + 12.8px);
    font-size: -moz-calc(0.00375 * 100vw + 12.8px);
    font-size: calc(0.00375 * 100vw + 12.8px);
  }
}

.map-inner__r {
  /* .flag{position:absolute;top:10px;right:20px;border:3px solid #f7ffe8;border-radius:3px;
      } */
}
.map-inner__r path {
  fill: rgba(0, 0, 0, 0);
  stroke: #e84e22;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.map-inner__r .flag {
  width: 80px;
}
.map-inner__r .clear {
  clear: both;
}
.map-inner__r .name {
  float: left;
  margin-right: 30px;
}
.map-inner__r .regs {
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5;
  padding: 10px;
}
.map-inner__r .reg span {
  font-size: 10px;
}
.map-inner__r .regs div {
  width: auto;
  font-size: 14px;
  /* columns: 3; */
  cursor: pointer;
}
.map-inner__r .capital {
  clear: both;
}

.clients .container {
  max-width: 1920px;
}

.clients_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 830px) {
  .clients_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.clients_inner__l {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 40%;
  max-height: 100%;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}
@media (max-width: 1920px) {
  .clients_inner__l {
    padding-top: -webkit-calc(30px + 30 * ((100vw - 320px) / (1600)));
    padding-top: -moz-calc(30px + 30 * ((100vw - 320px) / (1600)));
    padding-top: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }
}
@media (max-width: 1920px) {
  .clients_inner__l {
    padding-right: -webkit-calc(30px + 30 * ((100vw - 320px) / (1600)));
    padding-right: -moz-calc(30px + 30 * ((100vw - 320px) / (1600)));
    padding-right: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }
}
@media (max-width: 1920px) {
  .clients_inner__l {
    padding-bottom: -webkit-calc(30px + 30 * ((100vw - 320px) / (1600)));
    padding-bottom: -moz-calc(30px + 30 * ((100vw - 320px) / (1600)));
    padding-bottom: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }
}
@media (max-width: 1920px) {
  .clients_inner__l {
    padding-left: -webkit-calc(30px + 30 * ((100vw - 320px) / (1600)));
    padding-left: -moz-calc(30px + 30 * ((100vw - 320px) / (1600)));
    padding-left: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }
}
.clients_inner__l > div {
  margin-right: 90px;
  max-width: 335px;
}
@media (max-width: 1920px) {
  .clients_inner__l > div {
    margin-right: -webkit-calc(0px + 90 * ((100vw - 320px) / (1600)));
    margin-right: -moz-calc(0px + 90 * ((100vw - 320px) / (1600)));
    margin-right: calc(0px + 90 * ((100vw - 320px) / (1600)));
  }
}
@media (max-width: 1580px) {
  .clients_inner__l > div {
    margin-left: 0;
  }
}
.clients_inner__l .p {
  margin-top: 30px;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 120%; /* 21.6px */
  color: #fff;
}
@media (max-width: 1450px) {
  .clients_inner__l .p {
    margin-top: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
.clients_inner__l .intro_content__left_btn_wrapper {
  margin-top: 30px;
}
.clients_inner__l .intro_content__left_btn_wrapper p {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .clients_inner__l {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 830px) {
  .clients_inner__l {
    width: 100%;
    max-width: 100%;
  }
}

.clients_inner__r {
  min-width: 60%;
}
.clients_inner__r ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1170px) {
  .clients_inner__r ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 580px) {
  .clients_inner__r ul {
    grid-template-columns: 1fr;
  }
}
.clients_inner__r li {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -moz-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.clients_inner__r li .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.clients_inner__r li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.clients_inner__r li:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.invite {
  max-height: 404px;
}
.invite .container {
  max-width: 1920px;
}

.invite_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-height: inherit;
}
@media (max-width: 830px) {
  .invite {
    max-height: unset;
  }
  .invite_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.invite_inner__l {
  width: 100%;
  height: unset;
  min-height: unset;
  max-width: 40%;
}
.invite_inner__l img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 830px) {
  .invite_inner__l {
    max-width: 100%;
  }
}

.invite_inner__r {
  padding-left: 90px;
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 92px;
  width: 100%;
  min-width: 50%;
}
@media (max-width: 1450px) {
  .invite_inner__r {
    padding-left: -webkit-calc(30px + 60 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(30px + 60 * ((100vw - 320px) / (1130)));
    padding-left: calc(30px + 60 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .invite_inner__r {
    padding-top: -webkit-calc(30px + 50 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 50 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 50 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .invite_inner__r {
    padding-right: -webkit-calc(30px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(30px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(30px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .invite_inner__r {
    padding-bottom: -webkit-calc(30px + 62 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 62 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 62 * ((100vw - 320px) / (1130)));
  }
}
.invite_inner__r .p {
  margin-top: 21px;
  max-width: 533px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #4f4f4f;
}
@media (min-width: 1920px) {
  .invite_inner__r .p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .invite_inner__r .p {
    font-size: -webkit-calc(0.0025 * 100vw + 15.2px);
    font-size: -moz-calc(0.0025 * 100vw + 15.2px);
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}
.invite_inner__r form {
  margin-top: 21px;
}
.invite_inner__r form ul {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  display: grid;
  grid-template-columns: minmax(100px, 242px) minmax(100px, 242px) minmax(
      100px,
      242px
    );
}
@media (max-width: 1450px) {
  .invite_inner__r form ul {
    grid-column-gap: -webkit-calc(10px + 30 * ((100vw - 320px) / (1130)));
    grid-column-gap: -moz-calc(10px + 30 * ((100vw - 320px) / (1130)));
    grid-column-gap: calc(10px + 30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .invite_inner__r form ul {
    grid-row-gap: -webkit-calc(20px + -5 * ((100vw - 320px) / (1130)));
    grid-row-gap: -moz-calc(20px + -5 * ((100vw - 320px) / (1130)));
    grid-row-gap: calc(20px + -5 * ((100vw - 320px) / (1130)));
  }
}
.invite_inner__r form ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 242px;
}
.invite_inner__r form ul li input {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 10px;
  outline: 1px solid transparent;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 10px 15px;
  height: 40px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: var(--Gray-500, #71717a);
  background: #f4f4f4;
  -webkit-transition: outline-color 0.2s ease-in-out;
  -moz-transition: outline-color 0.2s ease-in-out;
  transition: outline-color 0.2s ease-in-out;
}
.invite_inner__r form ul li input:focus {
  outline-color: #e84e22;
}
.invite_inner__r form ul li:last-child button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 5px;
  padding: 13px;
  width: 100%;
  height: 46px;
  max-width: 242px;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.invite_inner__r form ul li:last-child button p {
  margin-right: 27px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: #fff;
}
@media (max-width: 1450px) {
  .invite_inner__r form ul li:last-child button p {
    margin-right: -webkit-calc(10px + 17 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(10px + 17 * ((100vw - 320px) / (1130)));
    margin-right: calc(10px + 17 * ((100vw - 320px) / (1130)));
  }
}
.invite_inner__r form ul li:last-child button:hover {
  background: #ff9138;
}
@media (max-width: 1070px) {
  .invite_inner__r form ul li:last-child button {
    max-width: 100%;
    max-height: 40px;
  }
}
@media (max-width: 890px) {
  .invite_inner__r form ul li:last-child button {
    margin-right: 0;
  }
}
.invite_inner__r form ul li:last-child > p {
  width: 100%;
  max-width: 261px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: #a5a5a5;
}
.invite_inner__r form ul li:last-child > p a {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 144%;
}
.invite_inner__r form ul li:last-child > p a > span {
  margin: 0 5px;
  color: var(--Primery, #e84e22);
  text-wrap: nowrap;
}
.invite_inner__r form ul li:last-child > p a > span:hover {
  text-decoration: underline;
}
@media (max-width: 420px) {
  .invite_inner__r form ul li:last-child > p a > span {
    text-wrap: unset;
  }
}
@media (max-width: 890px) {
  .invite_inner__r form ul li:last-child > p a {
    margin-left: 0;
    line-height: normal;
  }
}
@media (max-width: 890px) {
  .invite_inner__r form ul li:last-child > p {
    display: block;
    margin-top: 10px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1070px) {
  .invite_inner__r form ul li {
    max-width: 100%;
  }
}
@media (max-width: 1070px) {
  .invite_inner__r form ul {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 795px) {
  .invite_inner__r form ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1170px) {
  .invite_inner__r {
    padding: 30px;
  }
}

.splide--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.splide--main li[role="presentation"] {
  margin-left: -30px;
}
.splide--main li.first[role="presentation"] {
  margin-left: 0;
}
.splide--main .splide__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
}
.splide--main .splide__list {
  width: 100%;
}

.splide__pagination__page--main {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  height: auto;
  min-width: 150px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear,
    -moz-transform 0.2s linear;
}
@media (min-width: 1920px) {
  .splide__pagination__page--main {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .splide__pagination__page--main {
    font-size: -webkit-calc(0.00375 * 100vw + 12.8px);
    font-size: -moz-calc(0.00375 * 100vw + 12.8px);
    font-size: calc(0.00375 * 100vw + 12.8px);
  }
}
.splide__pagination__page--main p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-55%, -55%);
  -moz-transform: translate(-55%, -55%);
  -ms-transform: translate(-55%, -55%);
  transform: translate(-55%, -55%);
}
.splide__pagination__page--main svg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.splide__pagination__page--main path {
  fill: #212121;
  -webkit-transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.splide__pagination__page--main.is-active {
  font-weight: 700;
}
.splide__pagination__page--main.is-active path {
  fill: #ff7606;
}

.splide__pagination.splide__pagination--main {
  gap: 15px;
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  overflow: auto;
  padding: 0;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1450px) {
  .splide__pagination.splide__pagination--main {
    gap: -webkit-calc(30px + -15 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(30px + -15 * ((100vw - 320px) / (1130)));
    gap: calc(30px + -15 * ((100vw - 320px) / (1130)));
  }
}
.splide__pagination.splide__pagination--main::-webkit-scrollbar {
  display: none;
}

.intro_content--404 {
  margin-left: 137px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 1450px) {
  .intro_content--404 {
    margin-left: -webkit-calc(0px + 137 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(0px + 137 * ((100vw - 320px) / (1130)));
    margin-left: calc(0px + 137 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 900px) {
  .intro_content--404 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .intro_content--404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_content__left--404 .circle {
  width: 379px;
  height: 379px;
}
@media (max-width: 1450px) {
  .intro_content__left--404 .circle {
    width: -webkit-calc(100px + 279 * ((100vw - 320px) / (1130)));
    width: -moz-calc(100px + 279 * ((100vw - 320px) / (1130)));
    width: calc(100px + 279 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_content__left--404 .circle {
    height: -webkit-calc(100px + 279 * ((100vw - 320px) / (1130)));
    height: -moz-calc(100px + 279 * ((100vw - 320px) / (1130)));
    height: calc(100px + 279 * ((100vw - 320px) / (1130)));
  }
}

.intro_content__right--404 {
  margin-left: 65px;
}
@media (max-width: 1450px) {
  .intro_content__right--404 {
    margin-left: -webkit-calc(30px + 35 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(30px + 35 * ((100vw - 320px) / (1130)));
    margin-left: calc(30px + 35 * ((100vw - 320px) / (1130)));
  }
}
.intro_content__right--404 h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 110px;
  color: #000;
}
.intro_content__right--404 > p {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 100%; /* 20px */
  color: #000;
}
@media (max-width: 460px) {
  .intro_content__right--404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }
}

.intro_content__right--application {
  margin-left: 65px;
  width: 100%;
  max-width: 670px;
}
.intro_content__right--application p {
  margin-top: 15px;
}
.intro_content__right--application h1 {
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #000;
}
.intro_content__right--application h1 span {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 53px;
  color: #000;
}
.intro_content__right--application a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 15px;
}
.intro_content__right--application a p {
  margin-top: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 100%; /* 24px */
  color: #e84e22;
}
.intro_content__right--application a img {
  margin-left: 10px;
}

.intro_contacts_inner .bottom {
  margin-top: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 32px;
}
@media (max-width: 1450px) {
  .intro_contacts_inner .bottom {
    margin-top: -webkit-calc(20px + 53 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 53 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 53 * ((100vw - 320px) / (1130)));
  }
}
.intro_contacts_inner .bottom #map {
  overflow: hidden;
  border-radius: 15px;
  width: 1272px;
  height: 531px;
}
.intro_contacts_inner .bottom #map .ymaps-layers-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 1100px) {
  .intro_contacts_inner .bottom #map {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .intro_contacts_inner .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}

.intro_contacts_inner .bottom .left {
  margin-left: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 710px;
}
@media (max-width: 1450px) {
  .intro_contacts_inner .bottom .left {
    margin-left: -webkit-calc(0px + 30 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(0px + 30 * ((100vw - 320px) / (1130)));
    margin-left: calc(0px + 30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1360px) {
  .intro_contacts_inner .bottom .left {
    margin-left: 0;
    max-width: 550px;
  }
}
@media (max-width: 1100px) {
  .intro_contacts_inner .bottom .left {
    max-width: unset;
  }
}
.intro_contacts_inner .bottom .left h2 {
  margin-bottom: 43px;
  max-width: 460px;
  font-weight: 600;
  color: #070707;
}
@media (max-width: 1450px) {
  .intro_contacts_inner .bottom .left h2 {
    margin-bottom: -webkit-calc(15px + 28 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(15px + 28 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(15px + 28 * ((100vw - 320px) / (1130)));
  }
}
@media (min-width: 1920px) {
  .intro_contacts_inner .bottom .left h2 {
    font-size: 35px;
  }
}
@media (max-width: 1919px) {
  .intro_contacts_inner .bottom .left h2 {
    font-size: -webkit-calc(0.010625 * 100vw + 14.6px);
    font-size: -moz-calc(0.010625 * 100vw + 14.6px);
    font-size: calc(0.010625 * 100vw + 14.6px);
  }
}
@media (max-width: 1100px) {
  .intro_contacts_inner .bottom .left h2 {
    max-width: unset;
    text-align: center;
  }
}
.intro_contacts_inner .bottom .left .address .contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 650px;
  gap: 40px;
}
@media (max-width: 1100px) {
  .intro_contacts_inner .bottom .left .address .contacts {
    max-width: unset;
  }
}
@media (max-width: 520px) {
  .intro_contacts_inner .bottom .left .address .contacts {
    grid-template-columns: 1fr;
  }
}
.intro_contacts_inner .bottom .left .address li.wide {
  grid-column: 1 / span 2;
  max-width: 100%;
}
@media (max-width: 520px) {
  .intro_contacts_inner .bottom .left .address li.wide {
    grid-column: unset;
  }
}
.intro_contacts_inner .bottom .left .address li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-width: 280px;
}
.intro_contacts_inner .bottom .left .address li h6 {
  font-weight: 600;
  color: #a6a6a6;
}
@media (min-width: 1920px) {
  .intro_contacts_inner .bottom .left .address li h6 {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .intro_contacts_inner .bottom .left .address li h6 {
    font-size: -webkit-calc(0.005625 * 100vw + 14.2px);
    font-size: -moz-calc(0.005625 * 100vw + 14.2px);
    font-size: calc(0.005625 * 100vw + 14.2px);
  }
}
.intro_contacts_inner .bottom .left .address li .info {
  margin-top: 7px;
  font-weight: 300;
  color: #070707;
}
@media (min-width: 1920px) {
  .intro_contacts_inner .bottom .left .address li .info {
    font-size: 30px;
  }
}
@media (max-width: 1919px) {
  .intro_contacts_inner .bottom .left .address li .info {
    font-size: -webkit-calc(0.0075 * 100vw + 15.6px);
    font-size: -moz-calc(0.0075 * 100vw + 15.6px);
    font-size: calc(0.0075 * 100vw + 15.6px);
  }
}
.intro_contacts_inner .bottom .left .address .img_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.intro_contacts_inner .bottom .left .address .text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.intro_contacts_inner .bottom .left .address .socials_wrapper {
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .intro_contacts_inner .bottom .left .address .socials_wrapper {
    margin-top: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
.intro_contacts_inner .bottom .left .address .socials_wrapper h6 {
  font-weight: 600;
  color: #a6a6a6;
}
@media (min-width: 1920px) {
  .intro_contacts_inner .bottom .left .address .socials_wrapper h6 {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .intro_contacts_inner .bottom .left .address .socials_wrapper h6 {
    font-size: -webkit-calc(0.004375 * 100vw + 16.6px);
    font-size: -moz-calc(0.004375 * 100vw + 16.6px);
    font-size: calc(0.004375 * 100vw + 16.6px);
  }
}
.intro_contacts_inner .bottom .left .address .socials_wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 5px;
  gap: 10px;
}
@media (max-width: 1100px) {
  .intro_contacts_inner .bottom .left .address .socials_wrapper ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  .intro_contacts_inner .bottom .left .address .socials_wrapper ul {
    gap: 10px;
  }
}
@media (max-width: 520px) {
  .intro_contacts_inner .bottom .left .address .socials_wrapper {
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    justify-items: center;
    gap: 20px;
  }
}

.form--contacts {
  margin-top: 98px;
  margin-bottom: 78px;
}
@media (max-width: 1450px) {
  .form--contacts {
    margin-top: -webkit-calc(20px + 78 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 78 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 78 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form--contacts {
    margin-bottom: -webkit-calc(20px + 58 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(20px + 58 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(20px + 58 * ((100vw - 320px) / (1130)));
  }
}

.gallery {
  margin-top: 110px;
  height: 239px;
}
@media (max-width: 1450px) {
  .gallery {
    margin-top: -webkit-calc(30px + 80 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 80 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 80 * ((100vw - 320px) / (1130)));
  }
}

.splide__track--gallery {
  margin-left: -40px;
}
.splide__track--gallery .splide__slide img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 920px) {
  .splide__track--gallery {
    margin-left: 0;
  }
}

.intro_inner--about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  justify-content: space-evenly;
  overflow: hidden;
  margin-top: 40px;
  gap: 20px;
}
@media (max-width: 690px) {
  .intro_inner--about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
    gap: unset;
  }
}

.intro_inner--about .left {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.intro_inner--about .left .man {
  position: relative;
  bottom: 1px;
  width: 100%;
  height: 100%;
}

.intro_inner--about .right {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1450px) {
  .intro_inner--about .right {
    padding-top: -webkit-calc(35px + 15 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(35px + 15 * ((100vw - 320px) / (1130)));
    padding-top: calc(35px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_inner--about .right {
    padding-bottom: -webkit-calc(35px + 15 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(35px + 15 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(35px + 15 * ((100vw - 320px) / (1130)));
  }
}
.intro_inner--about .right .right__block {
  padding-top: 43px;
  padding-right: 51px;
  padding-bottom: 38px;
  padding-left: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 491px;
  max-width: 801px;
  background: #fff;
}
@media (max-width: 1450px) {
  .intro_inner--about .right .right__block {
    padding-top: -webkit-calc(15px + 28 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 28 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 28 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_inner--about .right .right__block {
    padding-right: -webkit-calc(15px + 36 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 36 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 36 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_inner--about .right .right__block {
    padding-bottom: -webkit-calc(15px + 23 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 23 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 23 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_inner--about .right .right__block {
    padding-left: -webkit-calc(15px + 36 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 36 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 36 * ((100vw - 320px) / (1130)));
  }
}
.intro_inner--about .right .right__block h6 {
  font-weight: 600;
  line-height: 36px;
  color: #232323;
}
@media (min-width: 1920px) {
  .intro_inner--about .right .right__block h6 {
    font-size: 30px;
  }
}
@media (max-width: 1919px) {
  .intro_inner--about .right .right__block h6 {
    font-size: -webkit-calc(0.0075 * 100vw + 15.6px);
    font-size: -moz-calc(0.0075 * 100vw + 15.6px);
    font-size: calc(0.0075 * 100vw + 15.6px);
  }
}
.intro_inner--about .right .right__block p {
  margin-top: 21px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
@media (min-width: 1920px) {
  .intro_inner--about .right .right__block p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .intro_inner--about .right .right__block p {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}
@media (max-width: 1450px) {
  .intro_inner--about .right .right__block p {
    margin-top: -webkit-calc(10px + 11 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 11 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 11 * ((100vw - 320px) / (1130)));
  }
}
.intro_inner--about .right .img_wrapper {
  margin-top: 30px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1450px) {
  .intro_inner--about .right .img_wrapper {
    margin-top: -webkit-calc(10px + 20 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 20 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 20 * ((100vw - 320px) / (1130)));
  }
}

.info {
  margin-top: 65px;
  overflow: hidden;
}
@media (max-width: 1450px) {
  .info {
    margin-top: -webkit-calc(30px + 35 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 35 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 35 * ((100vw - 320px) / (1130)));
  }
}

.info .top_title {
  max-width: 690px;
}
.info .top_title span {
  margin: 0 10px;
  color: #e84e22;
}

.info_inner__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.info_inner__top_play {
  margin-right: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #e84e22;
  border-radius: 10px;
  padding: 21px 22px;
  padding-right: 30px;
  width: 100%;
  min-height: 94px;
  max-width: 240px;
  background: #e84e22;
}
@media (max-width: 1450px) {
  .info_inner__top_play {
    margin-right: -webkit-calc(0px + 150 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(0px + 150 * ((100vw - 320px) / (1130)));
    margin-right: calc(0px + 150 * ((100vw - 320px) / (1130)));
  }
}
.info_inner__top_play .l {
  margin-right: 15px;
}
.info_inner__top_play .r p {
  font-weight: 400;
  line-height: 24px; /* 120% */
  color: #fff;
}
@media (min-width: 1920px) {
  .info_inner__top_play .r p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .info_inner__top_play .r p {
    font-size: -webkit-calc(0.00125 * 100vw + 17.6px);
    font-size: -moz-calc(0.00125 * 100vw + 17.6px);
    font-size: calc(0.00125 * 100vw + 17.6px);
  }
}

.container--1920_about_info {
  position: relative;
  padding: 0;
}

.container--1920_about_info .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.container--1920_about_info .info_inner__mid img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1313px;
}

.info_inner__bot {
  position: relative;
}

.info_inner__bot .ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}
.info_inner__bot .ul .li {
  padding-bottom: 55px;
}
@media (max-width: 1450px) {
  .info_inner__bot .ul .li {
    padding-bottom: -webkit-calc(15px + 40 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 40 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 40 * ((100vw - 320px) / (1130)));
  }
}
.info_inner__bot .ul .li:nth-child(1) {
  min-height: 460px;
}
.info_inner__bot .ul .li:nth-child(2) {
  min-height: 380px;
}
.info_inner__bot .ul .li:nth-child(3) {
  min-height: 300px;
}

.info_inner__bot .li {
  padding-top: 45px;
  padding-right: 55px;
  padding-left: 55px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-width: 452px;
  background: #fff;
}
@media (max-width: 1450px) {
  .info_inner__bot .li {
    padding-top: -webkit-calc(10px + 35 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 35 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .info_inner__bot .li {
    padding-right: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .info_inner__bot .li {
    padding-left: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
.info_inner__bot .li p {
  font-weight: 400;
  line-height: 27px; /* 150% */
  color: #232323;
}
@media (min-width: 1920px) {
  .info_inner__bot .li p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .info_inner__bot .li p {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}
.info_inner__bot .li li {
  list-style: disc;
  font-weight: 400;
  line-height: 27px; /* 150% */
  color: #232323;
}
@media (min-width: 1920px) {
  .info_inner__bot .li li {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .info_inner__bot .li li {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}
.info_inner__bot .li p,
.info_inner__bot .li ul {
  margin-top: 18px;
}
@media (max-width: 1450px) {
  .info_inner__bot .li p,
  .info_inner__bot .li ul {
    margin-top: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}

.ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.form--row {
  padding-top: 57px;
  padding-bottom: 67px;
  margin-top: 0;
  background: #212121;
}
@media (max-width: 1450px) {
  .form--row {
    padding-top: -webkit-calc(15px + 42 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 42 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 42 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form--row {
    padding-bottom: -webkit-calc(15px + 52 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 52 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 52 * ((100vw - 320px) / (1130)));
  }
}

.form_inner--row {
  border: unset;
  border-radius: unset;
  padding: 0;
  min-height: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: unset;
}

.form_inner--row .form_inner__l {
  margin-right: 0;
  width: 100%;
  max-width: unset;
}

.form_inner--row .form {
  border: unset;
  padding: 0;
  min-height: unset;
  max-width: unset;
}

.form_inner--row form ul {
  gap: 47px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  align-items: end;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1450px) {
  .form_inner--row form ul {
    gap: -webkit-calc(15px + 32 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(15px + 32 * ((100vw - 320px) / (1130)));
    gap: calc(15px + 32 * ((100vw - 320px) / (1130)));
  }
}
.form_inner--row form ul li:last-child {
  grid-column: unset;
  margin-top: unset;
}
.form_inner--row form ul li:last-child button {
  margin-right: unset;
  min-height: 50px;
  max-width: unset;
}
.form_inner--row form ul li:last-child button p {
  margin-top: 0;
}
@media (max-width: 950px) {
  .form_inner--row form ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 730px) {
  .form_inner--row form ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 490px) {
  .form_inner--row form ul {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -moz-box-align: unset;
    align-items: unset;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.form_inner--row .li_last {
  width: 100%;
}

.form_inner--row form ul li input {
  padding: 15px;
  height: 50px;
}

.form_inner--row .top_title--white h3 {
  font-weight: 300;
  line-height: 53px; /* 132.5% */
  color: #fff;
}
@media (min-width: 1920px) {
  .form_inner--row .top_title--white h3 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .form_inner--row .top_title--white h3 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}

.form_inner label {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%; /* 20.16px */
  color: #c1c1c1;
}

.form_inner--row p {
  margin-top: 21px;
  font-weight: 400;
  font-size: 12px;
  line-height: 144%; /* 17.28px */
  color: #a5a5a5;
}

.form_inner--row a {
  margin: 0 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 144%;
  color: var(--Primery, #e84e22);
}

.services {
  padding-top: 73px;
  padding-bottom: 93px;
}
@media (max-width: 1450px) {
  .services {
    padding-top: -webkit-calc(20px + 53 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 53 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 53 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .services {
    padding-bottom: -webkit-calc(20px + 73 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 73 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 73 * ((100vw - 320px) / (1130)));
  }
}

.services_logo {
  left: -200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1450px) {
  .services_logo {
    left: -webkit-calc(-170px + -30 * ((100vw - 320px) / (1130)));
    left: -moz-calc(-170px + -30 * ((100vw - 320px) / (1130)));
    left: calc(-170px + -30 * ((100vw - 320px) / (1130)));
  }
}

.services__items {
  margin-top: 45px;
  gap: 36px;
  display: grid;
}
@media (max-width: 1450px) {
  .services__items {
    margin-top: -webkit-calc(20px + 25 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 25 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .services__items {
    gap: -webkit-calc(15px + 21 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(15px + 21 * ((100vw - 320px) / (1130)));
    gap: calc(15px + 21 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 790px) {
  .services__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
@media (max-width: 490px) {
  .services__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.services__items--top {
  gap: 36px;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  grid-template-columns: minmax(auto, 387px) minmax(auto, 387px) minmax(
      auto,
      462px
    );
}
@media (max-width: 1450px) {
  .services__items--top {
    gap: -webkit-calc(15px + 21 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(15px + 21 * ((100vw - 320px) / (1130)));
    gap: calc(15px + 21 * ((100vw - 320px) / (1130)));
  }
}
.services__items--top .services__item:first-child img {
  bottom: -6px;
}
@media (max-width: 790px) {
  .services__items--top {
    grid-template-columns: 1fr;
  }
}

.services__items--bottom {
  gap: 36px;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  grid-template-columns: minmax(auto, 462px) minmax(auto, 387px) minmax(
      auto,
      387px
    );
}
@media (max-width: 1450px) {
  .services__items--bottom {
    gap: -webkit-calc(15px + 21 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(15px + 21 * ((100vw - 320px) / (1130)));
    gap: calc(15px + 21 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 790px) {
  .services__items--bottom {
    grid-template-columns: 1fr;
  }
}

.services__item {
  padding-top: 40px;
  padding-right: 45px;
  padding-bottom: 40px;
  padding-left: 45px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  min-height: 250px;
  background: #fcfcfc;
}
@media (max-width: 1450px) {
  .services__item {
    padding-top: -webkit-calc(15px + 25 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 25 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .services__item {
    padding-right: -webkit-calc(15px + 30 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 30 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .services__item {
    padding-bottom: -webkit-calc(15px + 25 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 25 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .services__item {
    padding-left: -webkit-calc(15px + 30 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 30 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 30 * ((100vw - 320px) / (1130)));
  }
}

.services__item_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -moz-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
}

.services__item img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.services__item h6 {
  position: relative;
  z-index: 2;
  font-weight: 500;
  line-height: 117%; /* 29.25px */
  color: #232323;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
@media (min-width: 1920px) {
  .services__item h6 {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .services__item h6 {
    font-size: -webkit-calc(0.004375 * 100vw + 16.6px);
    font-size: -moz-calc(0.004375 * 100vw + 16.6px);
    font-size: calc(0.004375 * 100vw + 16.6px);
  }
}

.services__item p {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  font-weight: 400;
  line-height: 144%; /* 25.92px */
  color: #232323;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
@media (min-width: 1920px) {
  .services__item p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .services__item p {
    font-size: -webkit-calc(0.001875 * 100vw + 14.4px);
    font-size: -moz-calc(0.001875 * 100vw + 14.4px);
    font-size: calc(0.001875 * 100vw + 14.4px);
  }
}

.services__item:hover .services__item_bg {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.services__item:hover h6,
.services__item:hover p {
  color: #fff;
}

.action {
  padding-top: 90px;
  padding-bottom: 70px;
  background: #fff;
}
@media (max-width: 1450px) {
  .action {
    padding-top: -webkit-calc(30px + 60 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 60 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 60 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .action {
    padding-bottom: -webkit-calc(30px + 40 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 40 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 40 * ((100vw - 320px) / (1130)));
  }
}
.action_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 20px;
  width: 100%;
  height: 175px;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}
@media (max-width: 1000px) {
  .action_inner {
    row-gap: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    height: 100%;
    min-height: 175px;
  }
}
@media (max-width: 1000px) and (max-width: 1450px) {
  .action_inner {
    row-gap: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    row-gap: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    row-gap: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 560px) {
  .action_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }
}

.action_inner .percent {
  margin-right: 30px;
}
@media (max-width: 1450px) {
  .action_inner .percent {
    margin-right: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    margin-right: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 560px) {
  .action_inner .percent {
    margin-right: 0;
  }
}

.action_inner .titles h6 {
  font-weight: 700;
  line-height: 100%; /* 30px */
  color: #fff;
}
@media (min-width: 1920px) {
  .action_inner .titles h6 {
    font-size: 30px;
  }
}
@media (max-width: 1919px) {
  .action_inner .titles h6 {
    font-size: -webkit-calc(0.0075 * 100vw + 15.6px);
    font-size: -moz-calc(0.0075 * 100vw + 15.6px);
    font-size: calc(0.0075 * 100vw + 15.6px);
  }
}

.action_inner .titles {
  margin-right: 60px;
}
@media (max-width: 1450px) {
  .action_inner .titles {
    margin-right: -webkit-calc(15px + 45 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(15px + 45 * ((100vw - 320px) / (1130)));
    margin-right: calc(15px + 45 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 560px) {
  .action_inner .titles {
    margin-right: 0;
  }
}

.action_inner .titles p {
  margin-top: 10px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1920px) {
  .action_inner .titles p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .action_inner .titles p {
    font-size: -webkit-calc(0.003125 * 100vw + 14px);
    font-size: -moz-calc(0.003125 * 100vw + 14px);
    font-size: calc(0.003125 * 100vw + 14px);
  }
}

.action_inner .rulone {
  margin-right: 60px;
}
@media (max-width: 1450px) {
  .action_inner .rulone {
    margin-right: -webkit-calc(15px + 45 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(15px + 45 * ((100vw - 320px) / (1130)));
    margin-right: calc(15px + 45 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1000px) {
  .action_inner .rulone {
    display: none;
  }
}

.action_inner button {
  min-height: 73px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 15px;
  padding: 0 15px;
  max-width: 270px;
  -webkit-box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  background: #fff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 1450px) {
  .action_inner button {
    min-height: -webkit-calc(40px + 33 * ((100vw - 320px) / (1130)));
    min-height: -moz-calc(40px + 33 * ((100vw - 320px) / (1130)));
    min-height: calc(40px + 33 * ((100vw - 320px) / (1130)));
  }
}
.action_inner button:hover {
  background: #212121;
}
.action_inner button:hover p {
  color: #fff;
}

.action_inner button p {
  margin-right: 25px;
  margin-left: 25px;
  font-weight: 500;
  color: #e84e22;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1920px) {
  .action_inner button p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .action_inner button p {
    font-size: -webkit-calc(0.003125 * 100vw + 14px);
    font-size: -moz-calc(0.003125 * 100vw + 14px);
    font-size: calc(0.003125 * 100vw + 14px);
  }
}
@media (max-width: 1450px) {
  .action_inner button p {
    margin-right: -webkit-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-right: calc(10px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .action_inner button p {
    margin-left: -webkit-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-left: calc(10px + 15 * ((100vw - 320px) / (1130)));
  }
}

.geography_inner {
  margin-top: 55px;
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 1450px) {
  .geography_inner {
    margin-top: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .geography_inner {
    gap: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    gap: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 750px) {
  .geography_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.geography_inner__r img {
  width: 100%;
  height: 100%;
}

.geography_inner__l .ul {
  gap: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
@media (max-width: 1450px) {
  .geography_inner__l .ul {
    gap: -webkit-calc(15px + 20 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(15px + 20 * ((100vw - 320px) / (1130)));
    gap: calc(15px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 750px) {
  .geography_inner__l .ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 490px) {
  .geography_inner__l .ul {
    grid-template-columns: 1fr;
  }
}

.geography_inner__l .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 112px;
  max-width: 280px;
  background: #212121;
}
@media (max-width: 750px) {
  .geography_inner__l .li {
    width: 100%;
  }
}

.geography_inner__l .li__l {
  height: auto;
  min-width: 32px;
  min-height: inherit;
  background: #e84e22;
}

.geography_inner__l .li__r {
  padding-left: 22px;
  padding-right: 32px;
  padding-top: 31px;
  padding-bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  min-height: inherit;
}
@media (max-width: 1450px) {
  .geography_inner__l .li__r {
    padding-left: -webkit-calc(20px + 2 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 2 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 2 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .geography_inner__l .li__r {
    padding-right: -webkit-calc(20px + 12 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 12 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 12 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .geography_inner__l .li__r {
    padding-top: -webkit-calc(10px + 21 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 21 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 21 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .geography_inner__l .li__r {
    padding-bottom: -webkit-calc(10px + 21 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 21 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 21 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 750px) {
  .geography_inner__l .li__r {
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
  }
}

.geography_inner__l .li__r p {
  line-height: 25px;
  max-width: 200px;
  font-weight: 400;
  line-height: 25px; /* 125% */
  color: #fff;
}
@media (min-width: 1920px) {
  .geography_inner__l .li__r p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .geography_inner__l .li__r p {
    font-size: -webkit-calc(0.0025 * 100vw + 15.2px);
    font-size: -moz-calc(0.0025 * 100vw + 15.2px);
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}
@media (max-width: 1450px) {
  .geography_inner__l .li__r p {
    line-height: -webkit-calc(16px + 9 * ((100vw - 320px) / (1130)));
    line-height: -moz-calc(16px + 9 * ((100vw - 320px) / (1130)));
    line-height: calc(16px + 9 * ((100vw - 320px) / (1130)));
  }
}

.docs {
  margin-top: 106px;
}
@media (max-width: 1450px) {
  .docs {
    margin-top: -webkit-calc(30px + 76 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 76 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 76 * ((100vw - 320px) / (1130)));
  }
}

.sertificates {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 1px;
  gap: 1px;
}
@media (max-width: 1450px) {
  .sertificates {
    margin-top: -webkit-calc(15px + 13 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 13 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 13 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 690px) {
  .sertificates {
    grid-template-columns: 1fr;
  }
}

.sertificate {
  min-height: 89px;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #e9e9e9;
  box-shadow: 0 0 0 1px #e9e9e9;
}
@media (max-width: 1450px) {
  .sertificate {
    min-height: -webkit-calc(70px + 19 * ((100vw - 320px) / (1130)));
    min-height: -moz-calc(70px + 19 * ((100vw - 320px) / (1130)));
    min-height: calc(70px + 19 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .sertificate {
    padding-left: -webkit-calc(10px + 20 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 20 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .sertificate {
    padding-right: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .sertificate {
    padding-top: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .sertificate {
    padding-bottom: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}

.sertificate a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.sertificate img {
  margin-right: 16px;
}
@media (max-width: 1450px) {
  .sertificate img {
    margin-right: -webkit-calc(16px + 0 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(16px + 0 * ((100vw - 320px) / (1130)));
    margin-right: calc(16px + 0 * ((100vw - 320px) / (1130)));
  }
}

.sertificate p {
  font-weight: 500;
  color: #000;
}
@media (min-width: 1920px) {
  .sertificate p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .sertificate p {
    font-size: -webkit-calc(0.001875 * 100vw + 14.4px);
    font-size: -moz-calc(0.001875 * 100vw + 14.4px);
    font-size: calc(0.001875 * 100vw + 14.4px);
  }
}

.action {
  padding-top: 90px;
  padding-bottom: 70px;
  background: #fff;
}
@media (max-width: 1450px) {
  .action {
    padding-top: -webkit-calc(30px + 60 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 60 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 60 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .action {
    padding-bottom: -webkit-calc(30px + 40 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 40 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 40 * ((100vw - 320px) / (1130)));
  }
}
.action_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 20px;
  width: 100%;
  height: 175px;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}
@media (max-width: 1000px) {
  .action_inner {
    row-gap: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    height: 100%;
    min-height: 175px;
  }
}
@media (max-width: 1000px) and (max-width: 1450px) {
  .action_inner {
    row-gap: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    row-gap: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    row-gap: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 560px) {
  .action_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }
}

.action_inner .percent {
  margin-right: 30px;
}
@media (max-width: 1450px) {
  .action_inner .percent {
    margin-right: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    margin-right: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 560px) {
  .action_inner .percent {
    margin-right: 0;
  }
}

.action_inner .titles h6 {
  font-weight: 700;
  line-height: 100%; /* 30px */
  color: #fff;
}
@media (min-width: 1920px) {
  .action_inner .titles h6 {
    font-size: 30px;
  }
}
@media (max-width: 1919px) {
  .action_inner .titles h6 {
    font-size: -webkit-calc(0.0075 * 100vw + 15.6px);
    font-size: -moz-calc(0.0075 * 100vw + 15.6px);
    font-size: calc(0.0075 * 100vw + 15.6px);
  }
}

.action_inner .titles {
  margin-right: 60px;
}
@media (max-width: 1450px) {
  .action_inner .titles {
    margin-right: -webkit-calc(15px + 45 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(15px + 45 * ((100vw - 320px) / (1130)));
    margin-right: calc(15px + 45 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 560px) {
  .action_inner .titles {
    margin-right: 0;
  }
}

.action_inner .titles p {
  margin-top: 10px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1920px) {
  .action_inner .titles p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .action_inner .titles p {
    font-size: -webkit-calc(0.003125 * 100vw + 14px);
    font-size: -moz-calc(0.003125 * 100vw + 14px);
    font-size: calc(0.003125 * 100vw + 14px);
  }
}

.action_inner .rulone {
  margin-right: 60px;
}
@media (max-width: 1450px) {
  .action_inner .rulone {
    margin-right: -webkit-calc(15px + 45 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(15px + 45 * ((100vw - 320px) / (1130)));
    margin-right: calc(15px + 45 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1000px) {
  .action_inner .rulone {
    display: none;
  }
}

.action_inner button {
  min-height: 73px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 15px;
  padding: 0 15px;
  max-width: 270px;
  -webkit-box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  background: #fff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 1450px) {
  .action_inner button {
    min-height: -webkit-calc(40px + 33 * ((100vw - 320px) / (1130)));
    min-height: -moz-calc(40px + 33 * ((100vw - 320px) / (1130)));
    min-height: calc(40px + 33 * ((100vw - 320px) / (1130)));
  }
}
.action_inner button:hover {
  background: #212121;
}
.action_inner button:hover p {
  color: #fff;
}

.action_inner button p {
  margin-right: 25px;
  margin-left: 25px;
  font-weight: 500;
  color: #e84e22;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1920px) {
  .action_inner button p {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .action_inner button p {
    font-size: -webkit-calc(0.003125 * 100vw + 14px);
    font-size: -moz-calc(0.003125 * 100vw + 14px);
    font-size: calc(0.003125 * 100vw + 14px);
  }
}
@media (max-width: 1450px) {
  .action_inner button p {
    margin-right: -webkit-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-right: calc(10px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .action_inner button p {
    margin-left: -webkit-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(10px + 15 * ((100vw - 320px) / (1130)));
    margin-left: calc(10px + 15 * ((100vw - 320px) / (1130)));
  }
}

.intro_docs_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 710px) {
  .intro_docs_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_docs_inner__l {
  position: relative;
}

.intro_docs_inner__l .circle {
  position: absolute;
  left: -11%;
  top: 40%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 710px) {
  .intro_docs_inner__l .circle {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 710px) and (max-width: 1450px) {
  .intro_docs_inner__l .circle {
    max-width: -webkit-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-width: -moz-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-width: calc(200px + 100 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) and (max-width: 1450px) {
  .intro_docs_inner__l .circle {
    max-height: -webkit-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-height: -moz-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-height: calc(200px + 100 * ((100vw - 320px) / (1130)));
  }
}

.intro_docs_inner__l .book {
  margin-left: 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 1450px) {
  .intro_docs_inner__l .book {
    margin-left: -webkit-calc(0px + 15 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(0px + 15 * ((100vw - 320px) / (1130)));
    margin-left: calc(0px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) {
  .intro_docs_inner__l .book {
    margin-left: 0;
    max-width: 360px;
    max-height: 360px;
  }
}

.intro_docs_inner__r {
  margin-left: 135px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r {
    margin-left: -webkit-calc(20px + 115 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(20px + 115 * ((100vw - 320px) / (1130)));
    margin-left: calc(20px + 115 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) {
  .intro_docs_inner__r {
    margin-left: 0;
  }
}

.intro_docs_inner__r .breadcrumbs {
  margin-top: 15px;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r .breadcrumbs {
    margin-top: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}
.intro_docs_inner__r .breadcrumbs p {
  font-weight: 400;
  font-size: 14px;
  color: #969696;
}

.tabs_section {
  padding-bottom: 50px;
  padding-top: 60px;
  background: #fcfcfc;
}
@media (max-width: 1450px) {
  .tabs_section {
    padding-bottom: -webkit-calc(30px + 20 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 20 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs_section {
    padding-top: -webkit-calc(30px + 30 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 30 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 30 * ((100vw - 320px) / (1130)));
  }
}

.tabs_inner__top h6 {
  font-weight: 400;
  color: #232323;
}
@media (min-width: 1920px) {
  .tabs_inner__top h6 {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .tabs_inner__top h6 {
    font-size: -webkit-calc(0.0025 * 100vw + 15.2px);
    font-size: -moz-calc(0.0025 * 100vw + 15.2px);
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}

.tabs {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
}
@media (max-width: 1450px) {
  .tabs {
    margin-top: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1000px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 740px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 570px) {
  .tabs {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.tabs .tab a {
  padding-top: 18px;
  padding-right: 20px;
  padding-left: 22px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 18px 20px 17px;
  min-height: 61px;
  -webkit-box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  gap: 10px;
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-top: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-right: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-left: -webkit-calc(10px + 12 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 12 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 12 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-bottom: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}

.tabs .tab p {
  font-weight: 500;
  font-size: 16px;
  color: #232323;
}

.tabs .tab--active a {
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}

.tabs .tab--active p {
  color: #fff;
}

.tabs_inner__top .tab.active {
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}

.content {
  overflow-x: hidden;
  background: #fff;
}

.content_inner {
  margin-top: 50px;
  position: relative;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1450px) {
  .content_inner {
    margin-top: -webkit-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 800px) {
  .content_inner {
    justify-items: center;
    grid-template-columns: 1fr;
  }
}

.content_inner .left,
.content_inner .right {
  position: absolute;
  z-index: 1;
}

.content_inner .left {
  left: -145px;
}

.content_inner .right {
  right: -135px;
}

.content_inner__block {
  padding-top: 55px;
  padding-right: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  max-width: 691px;
  -webkit-box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  background: #fff;
}
@media (max-width: 1450px) {
  .content_inner__block {
    padding-top: -webkit-calc(15px + 40 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 40 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 40 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__block {
    padding-right: -webkit-calc(15px + 20 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 20 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__block {
    padding-bottom: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__block {
    padding-left: -webkit-calc(15px + 20 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 20 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 20 * ((100vw - 320px) / (1130)));
  }
}

.content_inner__block h6 {
  line-height: 25px;
  font-weight: 300;
  color: #232323;
}
@media (max-width: 1450px) {
  .content_inner__block h6 {
    line-height: -webkit-calc(18px + 7 * ((100vw - 320px) / (1130)));
    line-height: -moz-calc(18px + 7 * ((100vw - 320px) / (1130)));
    line-height: calc(18px + 7 * ((100vw - 320px) / (1130)));
  }
}
@media (min-width: 1920px) {
  .content_inner__block h6 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .content_inner__block h6 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}

.content_inner__block .content_inner__l_docs {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgba(212, 212, 212, 0.5019607843);
}
@media (max-width: 1450px) {
  .content_inner__block .content_inner__l_docs {
    padding-top: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__block .content_inner__l_docs {
    margin-top: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}

.sertificates--nm {
  margin: 0;
}

.sertificates--small {
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid transparent;
}
@media (max-width: 490px) {
  .sertificates--small {
    grid-template-columns: 1fr;
  }
}

.sertificate--small {
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 23px;
  padding-left: 20px;
}
@media (max-width: 1450px) {
  .sertificate--small {
    padding-top: -webkit-calc(10px + 13 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 13 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 13 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .sertificate--small {
    padding-right: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .sertificate--small {
    padding-bottom: -webkit-calc(10px + 13 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 13 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 13 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .sertificate--small {
    padding-left: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}

@media (min-width: 1920px) {
  .sertificate--small p {
    font-size: 16px;
  }
}
@media (max-width: 1919px) {
  .sertificate--small p {
    font-size: -webkit-calc(0.00125 * 100vw + 13.6px);
    font-size: -moz-calc(0.00125 * 100vw + 13.6px);
    font-size: calc(0.00125 * 100vw + 13.6px);
  }
}

.answers__contentBottomLeftAccordion {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  justify-items: center;
  margin-top: 10px;
  margin-bottom: 17px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 270px;
}
.answers__contentBottomLeftAccordion.open
  .answers__contentBottomLeftAccordionTopClose {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.answers__contentBottomLeftAccordion.open
  .answers__contentBottomLeftAccordionBottom {
  overflow: hidden;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.answers__contentBottomLeftAccordionTop {
  padding-top: 14px;
  padding-right: 25px;
  padding-bottom: 14px;
  padding-left: 25px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  min-height: 63px;
  background: #fff;
}
@media (max-width: 1450px) {
  .answers__contentBottomLeftAccordionTop {
    padding-top: -webkit-calc(10px + 4 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 4 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 4 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .answers__contentBottomLeftAccordionTop {
    padding-right: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .answers__contentBottomLeftAccordionTop {
    padding-bottom: -webkit-calc(10px + 4 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 4 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 4 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .answers__contentBottomLeftAccordionTop {
    padding-left: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 480px) {
  .answers__contentBottomLeftAccordionTop {
    padding: 11px 15px;
  }
}

.answers__contentBottomLeftAccordionTopTitle {
  margin-right: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #232323;
}

.answers__contentBottomLeftAccordionTopClose {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.answers__contentBottomLeftAccordionTopCloseCircleSaladCross {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.answers__contentBottomLeftAccordionBottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 0 0 5px 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: max-height;
}

.answers__contentBottomLeftAccordionBottom .select_wrapper {
  background: #fff;
  cursor: pointer;
}
.answers__contentBottomLeftAccordionBottom .select_wrapper:hover {
  background: rgba(212, 212, 212, 0.2901960784);
}

.answers__contentBottomLeftAccordionBottom .select {
  padding-top: 19px;
  padding-right: 29px;
  padding-bottom: 19px;
  padding-left: 29px;
}
@media (max-width: 1450px) {
  .answers__contentBottomLeftAccordionBottom .select {
    padding-top: -webkit-calc(10px + 9 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 9 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 9 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .answers__contentBottomLeftAccordionBottom .select {
    padding-right: -webkit-calc(15px + 14 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 14 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 14 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .answers__contentBottomLeftAccordionBottom .select {
    padding-bottom: -webkit-calc(10px + 9 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 9 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 9 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .answers__contentBottomLeftAccordionBottom .select {
    padding-left: -webkit-calc(15px + 14 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 14 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 14 * ((100vw - 320px) / (1130)));
  }
}

.answers__contentBottomLeftAccordionBottom .select_wrapper .select__line {
  margin: 0 10px;
  border-bottom: 1px solid #d4d4d4;
}
.answers__contentBottomLeftAccordionBottom
  .select_wrapper:last-child
  .select__line {
  border: unset;
}

.answers__contentBottomLeftAccordionBottomText {
  font-weight: 350;
  font-size: 16px;
  line-height: 1.2;
  color: #262626;
}

.answers__contentBottomRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.answers__contentBottomRightQuestions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
  padding: 50px 40px;
  min-height: 303px;
  max-width: 334px;
  background: #000;
}

.answers__contentBottomRightQuestionsDecorative {
  position: absolute;
  right: 0;
  bottom: 0;
}

.answers__contentBottomRightQuestionsTitle {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #343434;
}
@media (min-width: 1920px) {
  .answers__contentBottomRightQuestionsTitle {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .answers__contentBottomRightQuestionsTitle {
    font-size: -webkit-calc(0.003125 * 100vw + 19px);
    font-size: -moz-calc(0.003125 * 100vw + 19px);
    font-size: calc(0.003125 * 100vw + 19px);
  }
}

.answers__contentBottomRightQuestionsText {
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.2;
  color: #343434;
}
@media (min-width: 1920px) {
  .answers__contentBottomRightQuestionsText {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .answers__contentBottomRightQuestionsText {
    font-size: -webkit-calc(0.00125 * 100vw + 17.6px);
    font-size: -moz-calc(0.00125 * 100vw + 17.6px);
    font-size: calc(0.00125 * 100vw + 17.6px);
  }
}

.fillingButton__circle--answersQuestions::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: block;
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fillingButton__svg--answersQuestions,
.fillingButton__circle--answersQuestions {
  width: 80px;
  height: 80px;
}

.content_inner__l_input_wrapper {
  margin-top: 25px;
}
@media (max-width: 1450px) {
  .content_inner__l_input_wrapper {
    margin-top: -webkit-calc(20px + 5 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 5 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 5 * ((100vw - 320px) / (1130)));
  }
}

.content_inner__l_input_wrapper_title {
  font-weight: 300;
  font-size: 16px;
  color: #232323;
}

.intro_docs_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 710px) {
  .intro_docs_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_docs_inner__l {
  position: relative;
}

.intro_docs_inner__l .circle {
  position: absolute;
  left: -11%;
  top: 40%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 710px) {
  .intro_docs_inner__l .circle {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 710px) and (max-width: 1450px) {
  .intro_docs_inner__l .circle {
    max-width: -webkit-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-width: -moz-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-width: calc(200px + 100 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) and (max-width: 1450px) {
  .intro_docs_inner__l .circle {
    max-height: -webkit-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-height: -moz-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-height: calc(200px + 100 * ((100vw - 320px) / (1130)));
  }
}

.intro_docs_inner__l .book {
  margin-left: 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 1450px) {
  .intro_docs_inner__l .book {
    margin-left: -webkit-calc(0px + 15 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(0px + 15 * ((100vw - 320px) / (1130)));
    margin-left: calc(0px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) {
  .intro_docs_inner__l .book {
    margin-left: 0;
    max-width: 360px;
    max-height: 360px;
  }
}

.intro_docs_inner__r {
  margin-left: 135px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r {
    margin-left: -webkit-calc(20px + 115 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(20px + 115 * ((100vw - 320px) / (1130)));
    margin-left: calc(20px + 115 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) {
  .intro_docs_inner__r {
    margin-left: 0;
  }
}

.intro_docs_inner__r .breadcrumbs {
  margin-top: 15px;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r .breadcrumbs {
    margin-top: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}
.intro_docs_inner__r .breadcrumbs p {
  font-weight: 400;
  font-size: 14px;
  color: #969696;
}

.tabs_section {
  padding-bottom: 50px;
  padding-top: 60px;
  background: #fcfcfc;
}
@media (max-width: 1450px) {
  .tabs_section {
    padding-bottom: -webkit-calc(30px + 20 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 20 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs_section {
    padding-top: -webkit-calc(30px + 30 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 30 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 30 * ((100vw - 320px) / (1130)));
  }
}

.tabs_inner__top h6 {
  font-weight: 400;
  color: #232323;
}
@media (min-width: 1920px) {
  .tabs_inner__top h6 {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .tabs_inner__top h6 {
    font-size: -webkit-calc(0.0025 * 100vw + 15.2px);
    font-size: -moz-calc(0.0025 * 100vw + 15.2px);
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}

.tabs {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
}
@media (max-width: 1450px) {
  .tabs {
    margin-top: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1000px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 740px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 570px) {
  .tabs {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.tabs .tab a {
  padding-top: 18px;
  padding-right: 20px;
  padding-left: 22px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 18px 20px 17px;
  min-height: 61px;
  -webkit-box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  gap: 10px;
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-top: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-right: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-left: -webkit-calc(10px + 12 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 12 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 12 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-bottom: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}

.tabs .tab p {
  font-weight: 500;
  font-size: 16px;
  color: #232323;
}

.tabs .tab--active a {
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}

.tabs .tab--active p {
  color: #fff;
}

.tabs_inner__top .tab.active {
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}

.content {
  overflow: hidden;
  background: #fff;
}

.content_inner--docs {
  margin-top: 55px;
}
@media (max-width: 1450px) {
  .content_inner--docs {
    margin-top: -webkit-calc(30px + 25 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 25 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 25 * ((100vw - 320px) / (1130)));
  }
}

.content_inner__list_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 600px) {
  .content_inner__list_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.content_inner__list .content_inner__list_li {
  border-bottom: 1px solid #e9e9e9;
}
.content_inner__list .content_inner__list_li .content_inner__list_li_left {
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 600px) {
  .content_inner__list .content_inner__list_li .content_inner__list_li_left {
    border-right: unset;
  }
}
.content_inner__list
  .content_inner__list_li:not(:first-child)
  .content_inner__list_li_left {
  padding-top: 40px;
}
@media (max-width: 1450px) {
  .content_inner__list
    .content_inner__list_li:not(:first-child)
    .content_inner__list_li_left {
    padding-top: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
.content_inner__list
  .content_inner__list_li:not(:first-child)
  .content_inner__list_li_right {
  padding-top: 60px;
}
@media (max-width: 1450px) {
  .content_inner__list
    .content_inner__list_li:not(:first-child)
    .content_inner__list_li_right {
    padding-top: -webkit-calc(20px + 40 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 40 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 40 * ((100vw - 320px) / (1130)));
  }
}

.content_inner__list_li_left {
  padding-right: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
@media (max-width: 1450px) {
  .content_inner__list_li_left {
    padding-right: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__list_li_left {
    padding-bottom: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 600px) {
  .content_inner__list_li_left {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) and (max-width: 1450px) {
  .content_inner__list_li_left {
    padding-top: -webkit-calc(30px + 10 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 10 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 10 * ((100vw - 320px) / (1130)));
  }
}

.content_inner__list_li_left img {
  max-width: 255px;
  max-height: 255px;
}
@media (max-width: 1450px) {
  .content_inner__list_li_left img {
    max-width: -webkit-calc(120px + 135 * ((100vw - 320px) / (1130)));
    max-width: -moz-calc(120px + 135 * ((100vw - 320px) / (1130)));
    max-width: calc(120px + 135 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__list_li_left img {
    max-height: -webkit-calc(120px + 135 * ((100vw - 320px) / (1130)));
    max-height: -moz-calc(120px + 135 * ((100vw - 320px) / (1130)));
    max-height: calc(120px + 135 * ((100vw - 320px) / (1130)));
  }
}

.content_inner__list_li_right {
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 45px;
}
@media (max-width: 1450px) {
  .content_inner__list_li_right {
    padding-top: -webkit-calc(20px + 25 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 25 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__list_li_right {
    padding-left: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__list_li_right {
    padding-right: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .content_inner__list_li_right {
    padding-bottom: -webkit-calc(30px + 15 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 15 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 600px) {
  .content_inner__list_li_right {
    text-align: center;
  }
}

.content_inner__list_li_right h6 {
  font-weight: 500;
  color: #121212;
}
@media (min-width: 1920px) {
  .content_inner__list_li_right h6 {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .content_inner__list_li_right h6 {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.content_inner__list_li_right_p {
  margin-top: 25px;
  font-weight: 400;
  color: #121212;
}
@media (min-width: 1920px) {
  .content_inner__list_li_right_p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .content_inner__list_li_right_p {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}
@media (max-width: 1450px) {
  .content_inner__list_li_right_p {
    margin-top: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}

.content_inner__list_li_right a {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 1450px) {
  .content_inner__list_li_right a {
    margin-top: -webkit-calc(15px + 20 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 20 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 600px) {
  .content_inner__list_li_right a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
}

.content_inner__list_li_right a p {
  margin-left: 20px;
  font-weight: 500;
  color: #121212;
}
@media (max-width: 1450px) {
  .content_inner__list_li_right a p {
    margin-left: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-left: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (min-width: 1920px) {
  .content_inner__list_li_right a p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .content_inner__list_li_right a p {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.intro_docs_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 710px) {
  .intro_docs_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_docs_inner__l {
  position: relative;
}

.intro_docs_inner__l .circle {
  position: absolute;
  left: -11%;
  top: 40%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 710px) {
  .intro_docs_inner__l .circle {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 710px) and (max-width: 1450px) {
  .intro_docs_inner__l .circle {
    max-width: -webkit-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-width: -moz-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-width: calc(200px + 100 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) and (max-width: 1450px) {
  .intro_docs_inner__l .circle {
    max-height: -webkit-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-height: -moz-calc(200px + 100 * ((100vw - 320px) / (1130)));
    max-height: calc(200px + 100 * ((100vw - 320px) / (1130)));
  }
}

.intro_docs_inner__l .book {
  margin-left: 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 1450px) {
  .intro_docs_inner__l .book {
    margin-left: -webkit-calc(0px + 15 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(0px + 15 * ((100vw - 320px) / (1130)));
    margin-left: calc(0px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) {
  .intro_docs_inner__l .book {
    margin-left: 0;
    max-width: 360px;
    max-height: 360px;
  }
}

.intro_docs_inner__r {
  margin-left: 135px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r {
    margin-left: -webkit-calc(20px + 115 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(20px + 115 * ((100vw - 320px) / (1130)));
    margin-left: calc(20px + 115 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 710px) {
  .intro_docs_inner__r {
    margin-left: 0;
  }
}

.intro_docs_inner__r .breadcrumbs {
  margin-top: 15px;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r .breadcrumbs {
    margin-top: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}
.intro_docs_inner__r .breadcrumbs p {
  font-weight: 400;
  font-size: 14px;
  color: #969696;
}

.tabs_section {
  padding-bottom: 50px;
  padding-top: 60px;
  background: #fcfcfc;
}
@media (max-width: 1450px) {
  .tabs_section {
    padding-bottom: -webkit-calc(30px + 20 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 20 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs_section {
    padding-top: -webkit-calc(30px + 30 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(30px + 30 * ((100vw - 320px) / (1130)));
    padding-top: calc(30px + 30 * ((100vw - 320px) / (1130)));
  }
}

.tabs_inner__top h6 {
  font-weight: 400;
  color: #232323;
}
@media (min-width: 1920px) {
  .tabs_inner__top h6 {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .tabs_inner__top h6 {
    font-size: -webkit-calc(0.0025 * 100vw + 15.2px);
    font-size: -moz-calc(0.0025 * 100vw + 15.2px);
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}

.tabs {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
}
@media (max-width: 1450px) {
  .tabs {
    margin-top: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1000px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 740px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 570px) {
  .tabs {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.tabs .tab a {
  padding-top: 18px;
  padding-right: 20px;
  padding-left: 22px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 18px 20px 17px;
  min-height: 61px;
  -webkit-box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  gap: 10px;
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-top: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-right: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-left: -webkit-calc(10px + 12 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 12 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 12 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .tabs .tab a {
    padding-bottom: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}

.tabs .tab p {
  font-weight: 500;
  font-size: 16px;
  color: #232323;
}

.tabs .tab--active a {
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}

.tabs .tab--active p {
  color: #fff;
}

.tabs_inner__top .tab.active {
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}

.content {
  overflow: hidden;
  background: #fff;
}

.content_inner--docs {
  margin-top: 55px;
}
@media (max-width: 1450px) {
  .content_inner--docs {
    margin-top: -webkit-calc(30px + 25 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 25 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 25 * ((100vw - 320px) / (1130)));
  }
}

.sertificates--docs {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1150px) {
  .sertificates--docs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .sertificates--docs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 490px) {
  .sertificates--docs {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sertificate .text p {
  font-weight: 300;
  font-size: 14px;
  color: #707070;
}

.sertificate .text h6 {
  font-weight: 500;
  color: #000;
}
@media (min-width: 1920px) {
  .sertificate .text h6 {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .sertificate .text h6 {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.intro_catalog_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
  height: 336px;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}

.intro_catalog_inner__top {
  padding-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .intro_catalog_inner__top {
    padding-top: -webkit-calc(20px + 25 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 25 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 650px) {
  .intro_catalog_inner__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 20px;
  }
}

.intro_catalog_inner__top_h6 {
  left: -130px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1450px) {
  .intro_catalog_inner__top_h6 {
    left: -webkit-calc(0px + -130 * ((100vw - 320px) / (1130)));
    left: -moz-calc(0px + -130 * ((100vw - 320px) / (1130)));
    left: calc(0px + -130 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1590px) {
  .intro_catalog_inner__top_h6 {
    left: unset;
  }
}

.intro_catalog_inner__top_h6 h6 {
  font-weight: 300;
  color: #fff;
}
@media (min-width: 1920px) {
  .intro_catalog_inner__top_h6 h6 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .intro_catalog_inner__top_h6 h6 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}

.intro_catalog_inner__top_search {
  position: relative;
  width: 100%;
  max-width: 372px;
}
@media (max-width: 920px) {
  .intro_catalog_inner__top_search {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.title-search-submit {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro_catalog_inner__top_search input {
  outline: 1px solid transparent;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 15px 28px;
  width: 100%;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%; /* 16px */
  color: #fff;
  background-color: transparent;
  -webkit-transition: outline 0.3s ease-in;
  -moz-transition: outline 0.3s ease-in;
  transition: outline 0.3s ease-in;
}
.intro_catalog_inner__top_search input::-webkit-input-placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%; /* 16px */
  color: #fff;
}
.intro_catalog_inner__top_search input::-moz-placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%; /* 16px */
  color: #fff;
}
.intro_catalog_inner__top_search input:-ms-input-placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%; /* 16px */
  color: #fff;
}
.intro_catalog_inner__top_search input::-ms-input-placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%; /* 16px */
  color: #fff;
}
.intro_catalog_inner__top_search input::placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%; /* 16px */
  color: #fff;
}
.intro_catalog_inner__top_search input:focus {
  outline: 1px solid #fff;
}

.container--catalog_bottom {
  margin-top: 30px;
}
@media (max-width: 1920px) {
  .container--catalog_bottom {
    margin-top: -webkit-calc(20px + 10 * ((100vw - 320px) / (1600)));
    margin-top: -moz-calc(20px + 10 * ((100vw - 320px) / (1600)));
    margin-top: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }
}

.intro_catalog_inner__bottom {
  padding-top: 35px;
  padding-right: 55px;
  padding-bottom: 35px;
  padding-left: 55px;
  position: relative;
  z-index: 2;
  border: 1px solid #ddd;
  border-radius: 15px;
  -webkit-box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  background: #fff;
}
@media (max-width: 1920px) {
  .intro_catalog_inner__bottom {
    padding-top: -webkit-calc(25px + 10 * ((100vw - 320px) / (1600)));
    padding-top: -moz-calc(25px + 10 * ((100vw - 320px) / (1600)));
    padding-top: calc(25px + 10 * ((100vw - 320px) / (1600)));
  }
}
@media (max-width: 1920px) {
  .intro_catalog_inner__bottom {
    padding-right: -webkit-calc(15px + 40 * ((100vw - 320px) / (1600)));
    padding-right: -moz-calc(15px + 40 * ((100vw - 320px) / (1600)));
    padding-right: calc(15px + 40 * ((100vw - 320px) / (1600)));
  }
}
@media (max-width: 1920px) {
  .intro_catalog_inner__bottom {
    padding-bottom: -webkit-calc(25px + 10 * ((100vw - 320px) / (1600)));
    padding-bottom: -moz-calc(25px + 10 * ((100vw - 320px) / (1600)));
    padding-bottom: calc(25px + 10 * ((100vw - 320px) / (1600)));
  }
}
@media (max-width: 1920px) {
  .intro_catalog_inner__bottom {
    padding-left: -webkit-calc(15px + 40 * ((100vw - 320px) / (1600)));
    padding-left: -moz-calc(15px + 40 * ((100vw - 320px) / (1600)));
    padding-left: calc(15px + 40 * ((100vw - 320px) / (1600)));
  }
}

.intro_catalog_inner__bottom_list {
  gap: 28px;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 1920px) {
  .intro_catalog_inner__bottom_list {
    gap: -webkit-calc(15px + 13 * ((100vw - 320px) / (1600)));
    gap: -moz-calc(15px + 13 * ((100vw - 320px) / (1600)));
    gap: calc(15px + 13 * ((100vw - 320px) / (1600)));
  }
}
@media (max-width: 1590px) {
  .intro_catalog_inner__bottom_list {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 1390px) {
  .intro_catalog_inner__bottom_list {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1350px) {
  .intro_catalog_inner__bottom_list {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 1090px) {
  .intro_catalog_inner__bottom_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 900px) {
  .intro_catalog_inner__bottom_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 650px) {
  .intro_catalog_inner__bottom_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 490px) {
  .intro_catalog_inner__bottom_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.intro_catalog_inner__bottom_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  max-width: 120px;
  background: #fff;
}
.intro_catalog_inner__bottom_li:hover
  .intro_catalog_inner__bottom_li_img_wrapper {
  border-color: #e84e22;
}

.intro_catalog_inner__bottom_li_img_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid #efefef;
  border-radius: 150px;
  width: 120px;
  height: 120px;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.intro_catalog_inner__bottom_li p {
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
  color: #232323;
}
@media (max-width: 1920px) {
  .intro_catalog_inner__bottom_li p {
    margin-top: -webkit-calc(10px + 5 * ((100vw - 320px) / (1600)));
    margin-top: -moz-calc(10px + 5 * ((100vw - 320px) / (1600)));
    margin-top: calc(10px + 5 * ((100vw - 320px) / (1600)));
  }
}
@media (min-width: 1920px) {
  .intro_catalog_inner__bottom_li p {
    font-size: 16px;
  }
}
@media (max-width: 1919px) {
  .intro_catalog_inner__bottom_li p {
    font-size: -webkit-calc(0.001875 * 100vw + 12.4px);
    font-size: -moz-calc(0.001875 * 100vw + 12.4px);
    font-size: calc(0.001875 * 100vw + 12.4px);
  }
}

.intro_catalog_inner__bottom_li.active
  .intro_catalog_inner__bottom_li_img_wrapper {
  border: 2px solid #e84e22;
}
.intro_catalog_inner__bottom_li.active p {
  font-weight: 500;
}

.header--catalog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}
.header--catalog.visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header_catalog_inner__list {
  gap: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  padding-right: 3px;
  padding-left: 3px;
}
@media (max-width: 1450px) {
  .header_catalog_inner__list {
    gap: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    gap: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header_catalog_inner__list {
    padding-top: -webkit-calc(10px + 15 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 15 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header_catalog_inner__list {
    padding-bottom: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1080px) {
  .header_catalog_inner__list {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header_catalog_inner__list::-webkit-scrollbar {
    display: none;
  }
}

.header_catalog_inner__li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
  box-shadow: 3px 2px 8.6px 0 rgba(35, 35, 35, 0.1);
}

.header_catalog_inner__li img {
  max-width: 40px;
}
@media (max-width: 1080px) {
  .header_catalog_inner__li {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

.header_catalog_inner__li.active {
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}
.header_catalog_inner__li.active p {
  color: #fff;
}

.header_catalog_inner__li p {
  font-weight: 400;
  font-size: 16px;
  color: #232323;
}

.header_catalog_inner__li a {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 15px 20px;
  gap: 8px;
}
@media (max-width: 1450px) {
  .header_catalog_inner__li a {
    padding-top: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header_catalog_inner__li a {
    padding-right: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header_catalog_inner__li a {
    padding-bottom: -webkit-calc(10px + 0 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 0 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 0 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header_catalog_inner__li a {
    padding-left: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}

.preview {
  margin-top: 85px;
}
@media (max-width: 1450px) {
  .preview {
    margin-top: -webkit-calc(30px + 55 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 55 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 55 * ((100vw - 320px) / (1130)));
  }
}

.preview_title {
  max-width: 420px;
  font-weight: 300;
  color: #343434;
}
@media (min-width: 1920px) {
  .preview_title {
    font-size: 45px;
  }
}
@media (max-width: 1919px) {
  .preview_title {
    font-size: -webkit-calc(0.016875 * 100vw + 12.6px);
    font-size: -moz-calc(0.016875 * 100vw + 12.6px);
    font-size: calc(0.016875 * 100vw + 12.6px);
  }
}

.preview .intro_docs_inner__r {
  margin-left: 85px;
}
@media (max-width: 1450px) {
  .preview .intro_docs_inner__r {
    margin-left: -webkit-calc(30px + 55 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(30px + 55 * ((100vw - 320px) / (1130)));
    margin-left: calc(30px + 55 * ((100vw - 320px) / (1130)));
  }
}

.catalog--catalog {
  margin-top: 95px;
  margin-bottom: 160px;
}
@media (max-width: 1450px) {
  .catalog--catalog {
    margin-top: -webkit-calc(30px + 65 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 65 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 65 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .catalog--catalog {
    margin-bottom: -webkit-calc(30px + 130 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(30px + 130 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(30px + 130 * ((100vw - 320px) / (1130)));
  }
}

.catalog_inner--catalog ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1200px) {
  .catalog_inner--catalog ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 770px) {
  .catalog_inner--catalog ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.catalog_inner--catalog .item {
  border-radius: 10px;
  background: #f7f7fa;
}
.catalog_inner--catalog .item :hover .animated_btn .arrow {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.catalog_inner--catalog .item :hover .item__bottom_left {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.catalog_inner--catalog .item a {
  padding-top: 35px;
  /*padding-right: 20px;*/
  padding-bottom: 25px;
  padding-left: 30px;
  display: inline-block;
}
@media (max-width: 1450px) {
  .catalog_inner--catalog .item a {
    padding-top: -webkit-calc(15px + 20 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 20 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .catalog_inner--catalog .item a {
    padding-right: -webkit-calc(15px + 5 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 5 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 5 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .catalog_inner--catalog .item a {
    padding-bottom: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .catalog_inner--catalog .item a {
    padding-left: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}

.catalog_inner--catalog .item__bottom {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1450px) {
  .catalog_inner--catalog .item__bottom {
    margin-top: -webkit-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(10px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1130)));
  }
}

.catalog_inner--catalog .animated_btn {
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (max-width: 790px) {
  .catalog_inner--catalog .item__bottom_left {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}

.catalog_inner--catalog .item__bottom_left p {
  font-weight: 400;
  font-size: 14px;
  color: #343434;
}

.catalog_inner--catalog .item__bottom_left button {
  margin-top: 30px;
}
@media (max-width: 1450px) {
  .catalog_inner--catalog .item__bottom_left button {
    margin-top: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}

.catalog_inner--catalog .img_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.catalog_inner--catalog .item__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.catalog_inner--catalog .item__top_left h6 {
  font-weight: 500;
  color: #343434;
}
@media (min-width: 1920px) {
  .catalog_inner--catalog .item__top_left h6 {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .catalog_inner--catalog .item__top_left h6 {
    font-size: -webkit-calc(0.004375 * 100vw + 16.6px);
    font-size: -moz-calc(0.004375 * 100vw + 16.6px);
    font-size: calc(0.004375 * 100vw + 16.6px);
  }
}

.catalog_inner--catalog .item__top_right p {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.catalog_inner--catalog .item__top_right {
  margin-left: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  gap: 3px;
}
@media (max-width: 1450px) {
  .catalog_inner--catalog .item__top_right {
    margin-left: -webkit-calc(10px + 7 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(10px + 7 * ((100vw - 320px) / (1130)));
    margin-left: calc(10px + 7 * ((100vw - 320px) / (1130)));
  }
}

.catalog_inner--catalog .item__bottom_right {
  min-width: 215px;
}
@media (max-width: 490px) {
  .catalog_inner--catalog .item__bottom_right {
    min-width: 100px;
  }
}

.catalog_inner--catalog .item__bottom_right img {
  width: 100%;
  height: 100%;
}

.slides_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 690px) {
  .slides_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.slides_inner .breadcrumb {
  margin-top: 15px;
  margin-left: 3px;
}

.slides_inner .breadcrumb p {
  color: #fff;
}

.slides_inner .breadcrumb .arrow {
  margin-left: 12px;
}

.slides_inner__r {
  margin-left: 50px;
}
@media (max-width: 1450px) {
  .slides_inner__r {
    margin-left: -webkit-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-left: calc(30px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 690px) {
  .slides_inner__r {
    margin-left: 0;
  }
}

.slides_inner__r_title h3 {
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
@media (min-width: 1920px) {
  .slides_inner__r_title h3 {
    font-size: 60px;
  }
}
@media (max-width: 1919px) {
  .slides_inner__r_title h3 {
    font-size: -webkit-calc(0.02625 * 100vw + 9.6px);
    font-size: -moz-calc(0.02625 * 100vw + 9.6px);
    font-size: calc(0.02625 * 100vw + 9.6px);
  }
}

.intro_slides__arrow {
  pointer-events: none;
}

.intro_slides__arrow_circle {
  height: 107px;
  width: 107px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  pointer-events: fill;
}
@media (max-width: 1450px) {
  .intro_slides__arrow_circle {
    height: -webkit-calc(60px + 47 * ((100vw - 320px) / (1130)));
    height: -moz-calc(60px + 47 * ((100vw - 320px) / (1130)));
    height: calc(60px + 47 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_slides__arrow_circle {
    width: -webkit-calc(60px + 47 * ((100vw - 320px) / (1130)));
    width: -moz-calc(60px + 47 * ((100vw - 320px) / (1130)));
    width: calc(60px + 47 * ((100vw - 320px) / (1130)));
  }
}

.container_slides_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
}

.intro--slides {
  padding-bottom: 61px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 1450px) {
  .intro--slides {
    padding-bottom: -webkit-calc(15px + 46 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 46 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 46 * ((100vw - 320px) / (1130)));
  }
}

.slides_splide {
  height: 100vh;
}

.splide--full_page .splide__pagination {
  left: 120px;
  right: unset;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1920px) {
  .splide--full_page .splide__pagination {
    left: -webkit-calc(5px + 115 * ((100vw - 320px) / (1600)));
    left: -moz-calc(5px + 115 * ((100vw - 320px) / (1600)));
    left: calc(5px + 115 * ((100vw - 320px) / (1600)));
  }
}
.splide--full_page .splide__pagination li:first-child,
.splide--full_page .splide__pagination li:last-child {
  width: 0;
  height: 0;
  opacity: 0;
}
.splide--full_page .splide__pagination.active {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
@media (max-width: 1760px) {
  .splide--full_page .splide__pagination {
    left: 30px;
  }
}
@media (max-width: 1540px) {
  .splide--full_page .splide__pagination {
    left: 15px;
  }
}
@media (max-width: 1050px) {
  .splide--full_page .splide__pagination {
    left: 5px;
  }
}

.splide--full_page {
  height: 100%;
}

.splide--full_page .splide__pagination__page {
  position: relative;
  margin: 12px 0;
  width: 24px;
  height: 24px;
  background: #fff;
}
.splide--full_page .splide__pagination__page::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #e84e22;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  -moz-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
.splide--full_page .splide__pagination__page.is-active::after {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.splide--full_page .splide__track {
  height: 100%;
}

.splide--full_page .splide__slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.splide--full_page .slides_splide__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 25px;
}

.splide--full_page .slides_splide__top h1 {
  font-weight: 300;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
}
@media (min-width: 1920px) {
  .splide--full_page .slides_splide__top h1 {
    font-size: 50px;
  }
}
@media (max-width: 1919px) {
  .splide--full_page .slides_splide__top h1 {
    font-size: -webkit-calc(0.02 * 100vw + 11.6px);
    font-size: -moz-calc(0.02 * 100vw + 11.6px);
    font-size: calc(0.02 * 100vw + 11.6px);
  }
}

.splide__slide--full_page .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.splide__slide--full_page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.splide--full_page_item .splide__slide img {
  border-radius: 12px;
}

.splide--full_page_item_container {
  left: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin: unset;
  padding: 0;
}

.splide--full_page_item_container .swiper-wrapper {
  max-height: 411px;
}

.slides_splide__top {
  margin-bottom: 83px;
}
@media (max-width: 1450px) {
  .slides_splide__top {
    margin-bottom: -webkit-calc(20px + 63 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(20px + 63 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(20px + 63 * ((100vw - 320px) / (1130)));
  }
}

.splide__slide_full_page_inner {
  width: 100%;
}

.splide--full_page_item_pagination_container {
  margin-top: 60px;
}
@media (max-width: 1450px) {
  .splide--full_page_item_pagination_container {
    margin-top: -webkit-calc(20px + 40 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 40 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 40 * ((100vw - 320px) / (1130)));
  }
}

.custom_pagination_bg_line {
  position: relative;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  background: #f7f7f7;
}

.custom_pagination_active_line {
  position: absolute;
  left: 50px;
  top: 0;
  border-radius: 3px;
  width: 100px;
  height: 3px;
  background: #e84e22;
}

.splide__slide--container {
  width: 100%;
  height: 100%;
}

.intro--slides,
.splide__slide--full_page {
  height: 100%;
}

.swiper-wrapper {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.swiper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  overflow: unset;
  overflow-x: clip;
  width: 100%;
  height: 95%;
}

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: left;
  -moz-box-align: left;
  align-items: left;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: left;
  -webkit-box-align: left;
  -webkit-box-pack: center;
  -ms-flex-align: left;
  -ms-flex-pack: center;
}
.swiper-slide:hover .swiper-slide_item__top_arr_wrapper {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: -65px;
  left: 0;
  z-index: 50;
  width: 97%;
  max-width: 1450px;
}
@media (max-width: 1450px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -webkit-calc(-35px + -30 * ((100vw - 320px) / (1130)));
    bottom: -moz-calc(-35px + -30 * ((100vw - 320px) / (1130)));
    bottom: calc(-35px + -30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1050px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
  }
}

hr {
  overflow: hidden;
  border: none;
  width: 100px;
  height: 12px;
  background: #f77;
}

.hrcontainer {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 100px;
  height: 12px;
}

.swipeinner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.swiper-pagination,
.swiper-scrollbar {
  -webkit-animation-duration: 1s !important;
  -moz-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-delay: 0.25s !important;
  -moz-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.swiper-scrollbar-drag,
.swiper-scrollbar {
  border-radius: 0;
}

h2,
li {
  color: #fff;
}

@media only screen and (max-width: 1365px) {
  p,
  li {
    font-size: 18px;
  }
  h2 {
    font-size: 60px;
  }
  hr {
    height: 10px;
  }
  .hrcontainer {
    height: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  p,
  li {
    font-size: 16px;
  }
  h2 {
    font-size: 50px;
  }
  hr {
    height: 9px;
  }
  .hrcontainer {
    height: 9px;
  }
}
@media only screen and (max-width: 767px) {
  p,
  li {
    font-size: 14px;
  }
  h2 {
    font-size: 30px;
  }
  hr {
    width: 50px;
    height: 6px;
  }
  .hrcontainer {
    height: 6px;
  }
  .hrcontainer {
    margin-top: 12.5px;
    margin-bottom: 25px;
    width: 50px;
  }
  li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 374px) {
  p,
  li {
    font-size: 12px;
  }
  h2 {
    font-size: 24px;
  }
  hr {
    width: 50px;
    height: 5px;
  }
  .hrcontainer {
    height: 5px;
  }
  .hrcontainer {
    margin-top: 12.5px;
    margin-bottom: 25px;
    width: 50px;
  }
  li {
    margin-top: 5px;
  }
}
.swiper-scrollbar-drag {
  background: #e84e22;
}

.swiper-scrollbar {
  background: #f7f7f7;
}

.swiper-container-horizontal > .swiper-scrollbar {
  overflow: hidden;
  height: 3px;
}

.swiper-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.swiper-slide_item {
  max-width: 298px;
  display: block;
}
@media (max-width: 1450px) {
  .swiper-slide_item {
    max-width: -webkit-calc(265px + 33 * ((100vw - 320px) / (1130)));
    max-width: -moz-calc(265px + 33 * ((100vw - 320px) / (1130)));
    max-width: calc(265px + 33 * ((100vw - 320px) / (1130)));
  }
}

.swiper-slide_item__top {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.swiper-slide_item__top img {
  border-radius: 12px;
}

.swiper-slide_item__top_arr_wrapper {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 102px;
  height: 102px;
  background: #fff;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-slide_item__bottom {
  margin-top: 28px;
  border-radius: 5px;
  padding: 19px 22px;
  background: #fff;
}
@media (max-width: 1450px) {
  .swiper-slide_item__bottom {
    margin-top: -webkit-calc(15px + 13 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 13 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 13 * ((100vw - 320px) / (1130)));
  }
}

.swiper-slide_item__bottom_txt {
  line-height: 22px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 1450px) {
  .swiper-slide_item__bottom_txt {
    line-height: -webkit-calc(16px + 6 * ((100vw - 320px) / (1130)));
    line-height: -moz-calc(16px + 6 * ((100vw - 320px) / (1130)));
    line-height: calc(16px + 6 * ((100vw - 320px) / (1130)));
  }
}
@media (min-width: 1920px) {
  .swiper-slide_item__bottom_txt {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .swiper-slide_item__bottom_txt {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.swiper-container_hidden {
  position: relative;
  overflow-x: clip;
}

.splide--full_page .splide__slide--footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.intro_completed_inner {
  gap: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1450px) {
  .intro_completed_inner {
    gap: -webkit-calc(30px + 15 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(30px + 15 * ((100vw - 320px) / (1130)));
    gap: calc(30px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 700px) {
  .intro_completed_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.intro_completed_inner__left {
  min-width: 530px;
}
@media (max-width: 1450px) {
  .intro_completed_inner__left {
    min-width: -webkit-calc(120px + 410 * ((100vw - 320px) / (1130)));
    min-width: -moz-calc(120px + 410 * ((100vw - 320px) / (1130)));
    min-width: calc(120px + 410 * ((100vw - 320px) / (1130)));
  }
}

.intro_completed_inner__right {
  position: relative;
}

.intro_completed_inner__left .breadcrumbs {
  margin-left: 3px;
}

.intro_completed_inner__left .breadcrumb p {
  font-weight: 400;
  font-size: 12px;
  color: #232323;
}

.intro_completed_inner__left .breadcrumb .arrow {
  margin-left: 7px;
}

.intro_completed_inner__left h6 {
  margin-top: 20px;
  font-weight: 300;
  color: #232323;
}
@media (min-width: 1920px) {
  .intro_completed_inner__left h6 {
    font-size: 50px;
  }
}
@media (max-width: 1919px) {
  .intro_completed_inner__left h6 {
    font-size: -webkit-calc(0.02 * 100vw + 11.6px);
    font-size: -moz-calc(0.02 * 100vw + 11.6px);
    font-size: calc(0.02 * 100vw + 11.6px);
  }
}

.intro_completed_inner__right_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-radius: 0 10px 0 0;
  padding: 26px 24px;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  gap: 13px;
}
.intro_completed_inner__right_btn:hover {
  background: #e84e22;
}
.intro_completed_inner__right_btn:hover p {
  color: #fff;
}
.intro_completed_inner__right_btn:hover .arrow path {
  fill: #fff;
}

.intro_completed_inner__right_btn p {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.intro_completed_inner__right_btn .arrow path {
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media (max-width: 700px) {
  .intro_completed_inner__right .bg {
    width: 100%;
    height: 100%;
  }
}

.completed_items_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.completed_items_list .completed_items_li:nth-child(1) {
  padding-top: 100px;
  border-top: unset;
}
@media (max-width: 1450px) {
  .completed_items_list .completed_items_li:nth-child(1) {
    padding-top: -webkit-calc(20px + 80 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 80 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 80 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 540px) {
  .completed_items_list .completed_items_li:nth-child(1) {
    padding-top: 55px;
    border-top: 1px solid #e9e9e9;
  }
}
@media (max-width: 540px) and (max-width: 1450px) {
  .completed_items_list .completed_items_li:nth-child(1) {
    padding-top: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
.completed_items_list .completed_items_li:nth-child(2) {
  padding-top: 100px;
  border-top: unset;
}
@media (max-width: 1450px) {
  .completed_items_list .completed_items_li:nth-child(2) {
    padding-top: -webkit-calc(20px + 80 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 80 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 80 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 540px) {
  .completed_items_list .completed_items_li:nth-child(2) {
    padding-top: 55px;
    border-top: 1px solid #e9e9e9;
  }
}
@media (max-width: 540px) and (max-width: 1450px) {
  .completed_items_list .completed_items_li:nth-child(2) {
    padding-top: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
.completed_items_list .completed_items_li:nth-child(3) {
  padding-top: 100px;
}
@media (max-width: 1450px) {
  .completed_items_list .completed_items_li:nth-child(3) {
    padding-top: -webkit-calc(20px + 80 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 80 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 80 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 850px) {
  .completed_items_list .completed_items_li:nth-child(3) {
    padding-top: 55px;
    border-top: 1px solid #e9e9e9;
  }
}
@media (max-width: 850px) and (max-width: 1450px) {
  .completed_items_list .completed_items_li:nth-child(3) {
    padding-top: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 850px) {
  .completed_items_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .completed_items_list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}

.completed_items_li {
  padding-top: 55px;
  padding-right: 40px;
  padding-bottom: 55px;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
}
@media (max-width: 1450px) {
  .completed_items_li {
    padding-top: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_items_li {
    padding-right: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_items_li {
    padding-bottom: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_items_li {
    padding-left: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 450px) {
  .completed_items_li {
    border: 0;
    padding: 0;
  }
}

.completed_items_li__inner {
  max-width: 360px;
}
.completed_items_li__inner:hover .completed_items_li__inner_img_arrow {
  background-color: #e84e22;
}
.completed_items_li__inner:hover .completed_items_li__inner_img_arrow path {
  fill: #fff;
}

.completed_items_li__inner p {
  line-height: 28px;
  margin-top: 20px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 1920px) {
  .completed_items_li__inner p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .completed_items_li__inner p {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}
@media (max-width: 1450px) {
  .completed_items_li__inner p {
    line-height: -webkit-calc(16px + 12 * ((100vw - 320px) / (1130)));
    line-height: -moz-calc(16px + 12 * ((100vw - 320px) / (1130)));
    line-height: calc(16px + 12 * ((100vw - 320px) / (1130)));
  }
}

.completed_items_li__inner_img {
  position: relative;
}

.completed_items_li__inner_img .item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.completed_items_li__inner_img_arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 0 10px 0 0;
  padding: 25px 30px;
  background: #fff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.completed_items_li__inner_img_arrow path {
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.intro--completed_item .bottom {
  position: relative;
  min-height: 564px;
}

.intro--completed_item .bottom .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: inherit;
}

.intro_inner--completed_item .left {
  max-width: 663px;
}

.intro_inner--completed_item .breadcrumb p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.intro_inner--completed_item h6 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 50px;
  color: #fff;
}
@media (min-width: 1920px) {
  .intro_inner--completed_item h6 {
    font-size: 50px;
  }
}
@media (max-width: 1919px) {
  .intro_inner--completed_item h6 {
    font-size: -webkit-calc(0.02 * 100vw + 11.6px);
    font-size: -moz-calc(0.02 * 100vw + 11.6px);
    font-size: calc(0.02 * 100vw + 11.6px);
  }
}

.completed_item_btn {
  padding-top: 27px;
  padding-right: 30px;
  padding-bottom: 23px;
  padding-left: 30px;
  position: absolute;
  right: 15px;
  bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 1450px) {
  .completed_item_btn {
    padding-top: -webkit-calc(15px + 12 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 12 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 12 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_item_btn {
    padding-right: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_item_btn {
    padding-bottom: -webkit-calc(15px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_item_btn {
    padding-left: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}
.completed_item_btn:hover {
  background: #e84e22;
}
.completed_item_btn:hover path {
  fill: #fff;
}
.completed_item_btn:hover p {
  color: #fff;
}

.completed_item_btn__inner {
  gap: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (max-width: 1450px) {
  .completed_item_btn__inner {
    gap: -webkit-calc(10px + 32 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(10px + 32 * ((100vw - 320px) / (1130)));
    gap: calc(10px + 32 * ((100vw - 320px) / (1130)));
  }
}

.completed_item_btn__inner path {
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.completed_item_btn__inner p {
  font-weight: 500;
  font-size: 14px;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.completed_item_info {
  margin-top: 130px;
}
@media (max-width: 1450px) {
  .completed_item_info {
    margin-top: -webkit-calc(65px + 65 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(65px + 65 * ((100vw - 320px) / (1130)));
    margin-top: calc(65px + 65 * ((100vw - 320px) / (1130)));
  }
}

.completed_item_info_inner {
  display: grid;
  row-gap: 20px;
}
@media (max-width: 590px) {
  .completed_item_info_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_inner--completed_item .breadcrumb .arrow {
  margin-left: 9px;
}

.completed_item_info_inner__top {
  grid-column: 1/3;
}

.completed_item_info_inner__top h6 {
  line-height: 53px;
  font-weight: 300;
  color: #232323;
}
@media (min-width: 1920px) {
  .completed_item_info_inner__top h6 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .completed_item_info_inner__top h6 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}
@media (max-width: 1450px) {
  .completed_item_info_inner__top h6 {
    line-height: -webkit-calc(18px + 35 * ((100vw - 320px) / (1130)));
    line-height: -moz-calc(18px + 35 * ((100vw - 320px) / (1130)));
    line-height: calc(18px + 35 * ((100vw - 320px) / (1130)));
  }
}

.completed_item_info_inner__left p {
  line-height: 37px;
  font-weight: 400;
  text-align: justify;
  color: #000;
}
@media (min-width: 1920px) {
  .completed_item_info_inner__left p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .completed_item_info_inner__left p {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}
@media (max-width: 1450px) {
  .completed_item_info_inner__left p {
    line-height: -webkit-calc(16px + 21 * ((100vw - 320px) / (1130)));
    line-height: -moz-calc(16px + 21 * ((100vw - 320px) / (1130)));
    line-height: calc(16px + 21 * ((100vw - 320px) / (1130)));
  }
}

.completed_item_info_inner__right .geography_inner__l .li {
  min-width: 435px;
  width: 100%;
}
@media (max-width: 1450px) {
  .completed_item_info_inner__right .geography_inner__l .li {
    min-width: -webkit-calc(100px + 335 * ((100vw - 320px) / (1130)));
    min-width: -moz-calc(100px + 335 * ((100vw - 320px) / (1130)));
    min-width: calc(100px + 335 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 790px) {
  .completed_item_info_inner__right .geography_inner__l .li {
    min-width: unset;
    max-width: 100%;
  }
}

.completed_item_info_inner__right .geography_inner__l .ul {
  gap: 20px;
}
@media (max-width: 790px) {
  .completed_item_info_inner__right .geography_inner__l .ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 590px) {
  .completed_item_info_inner__right .geography_inner__l .ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.completed_item_info_inner__right .geography_inner__l .li__r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  row-gap: 5px;
}

.completed_item_info_inner__right .geography_inner__l .li__r p {
  max-width: 100%;
}

.completed_item_info_inner__right .geography_inner__l .li__r h6 {
  font-weight: 500;
  color: #fff;
}
@media (min-width: 1920px) {
  .completed_item_info_inner__right .geography_inner__l .li__r h6 {
    font-size: 20px;
  }
}
@media (max-width: 1919px) {
  .completed_item_info_inner__right .geography_inner__l .li__r h6 {
    font-size: -webkit-calc(0.0025 * 100vw + 15.2px);
    font-size: -moz-calc(0.0025 * 100vw + 15.2px);
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}

.completed_item_info_inner__right_btn {
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  gap: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 5px;
  width: 100%;
  background: #e84e22;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 1450px) {
  .completed_item_info_inner__right_btn {
    padding-top: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_item_info_inner__right_btn {
    padding-right: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_item_info_inner__right_btn {
    padding-bottom: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_item_info_inner__right_btn {
    padding-left: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .completed_item_info_inner__right_btn {
    gap: -webkit-calc(10px + 13 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(10px + 13 * ((100vw - 320px) / (1130)));
    gap: calc(10px + 13 * ((100vw - 320px) / (1130)));
  }
}
.completed_item_info_inner__right_btn:hover {
  background: #212121;
}

.completed_item_info_inner__right_btn p {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.completed_item_info_inner__bottom {
  gap: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 1450px) {
  .completed_item_info_inner__bottom {
    gap: -webkit-calc(30px + 45 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(30px + 45 * ((100vw - 320px) / (1130)));
    gap: calc(30px + 45 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 790px) {
  .completed_item_info_inner__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.splide_completed_item {
  margin-top: 40px;
}
@media (max-width: 1450px) {
  .splide_completed_item {
    margin-top: -webkit-calc(30px + 10 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 10 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 10 * ((100vw - 320px) / (1130)));
  }
}

.gallery__inner__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.gallery__inner__top .splide__arrows {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 8px;
}

.splide_completed_item .splide__pagination__page {
  margin-right: 9px;
  margin-left: 9px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1450px) {
  .splide_completed_item .splide__pagination__page {
    margin-right: -webkit-calc(3px + 6 * ((100vw - 320px) / (1130)));
    margin-right: -moz-calc(3px + 6 * ((100vw - 320px) / (1130)));
    margin-right: calc(3px + 6 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .splide_completed_item .splide__pagination__page {
    margin-left: -webkit-calc(3px + 6 * ((100vw - 320px) / (1130)));
    margin-left: -moz-calc(3px + 6 * ((100vw - 320px) / (1130)));
    margin-left: calc(3px + 6 * ((100vw - 320px) / (1130)));
  }
}

.splide_completed_item .splide__pagination {
  bottom: -65px;
  left: unset;
  right: unset;
  padding: 0;
}
@media (max-width: 1450px) {
  .splide_completed_item .splide__pagination {
    bottom: -webkit-calc(-40px + -25 * ((100vw - 320px) / (1130)));
    bottom: -moz-calc(-40px + -25 * ((100vw - 320px) / (1130)));
    bottom: calc(-40px + -25 * ((100vw - 320px) / (1130)));
  }
}

.splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media (max-width: 1050px) {
  .splide_completed_item .splide__track {
    margin: 0 auto;
    max-width: 900px;
  }
}

.splide_completed_item .splide__pagination__page {
  width: 14px;
  height: 14px;
  background: #d9d9d9;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.splide_completed_item .splide__pagination__page.is-active {
  background: #e84e22;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.gallery__inner__top .splide__arrow {
  position: unset;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid #b9b9b9;
  width: 48px;
  height: 48px;
  background: #fff;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery__inner__top .splide__arrow path {
  fill: #b9b9b9;
}
.gallery__inner__top .splide__arrow:hover {
  border: 1px solid #e84e22;
  background: #e84e22;
}
.gallery__inner__top .splide__arrow:hover path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery__inner__top .splide__arrow.active {
  background: #e84e22;
}

@media (max-width: 1050px) {
  .splide_completed_item {
    padding: 0 15px;
  }
}

@media (max-width: 1050px) {
  .splide_completed_item .splide__slide img {
    width: 100%;
    height: 100%;
  }
}

.gallery__inner__top h6 {
  font-weight: 300;
  color: #232323;
}
@media (min-width: 1920px) {
  .gallery__inner__top h6 {
    font-size: 40px;
  }
}
@media (max-width: 1919px) {
  .gallery__inner__top h6 {
    font-size: -webkit-calc(0.01375 * 100vw + 13.6px);
    font-size: -moz-calc(0.01375 * 100vw + 13.6px);
    font-size: calc(0.01375 * 100vw + 13.6px);
  }
}

.intro_docs_inner--itm_inf {
  gap: 60px;
}
@media (max-width: 1450px) {
  .intro_docs_inner--itm_inf {
    gap: -webkit-calc(30px + 30 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(30px + 30 * ((100vw - 320px) / (1130)));
    gap: calc(30px + 30 * ((100vw - 320px) / (1130)));
  }
}
.intro_docs_inner--itm_inf .intro_docs_inner__r {
  margin-left: 0;
}
@media (max-width: 990px) {
  .intro_docs_inner--itm_inf .intro_docs_inner__r {
    margin-top: 20px;
  }
}
@media (max-width: 990px) {
  .intro_docs_inner--itm_inf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_docs_inner__r .breadcrumbs {
  margin-top: 35px;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r .breadcrumbs {
    margin-top: -webkit-calc(15px + 20 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(15px + 20 * ((100vw - 320px) / (1130)));
    margin-top: calc(15px + 20 * ((100vw - 320px) / (1130)));
  }
}

.intro_docs_inner__r .texts {
  margin-top: 25px;
}

.intro_docs_inner__r .text {
  font-weight: 400;
  color: #232323;
}
@media (min-width: 1920px) {
  .intro_docs_inner__r .text {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .intro_docs_inner__r .text {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.intro_docs_inner__r_bottom__top {
  gap: 45px;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  grid-template-columns: minmax(200px, 420px) minmax(200px, auto);
  margin-top: 20px;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r_bottom__top {
    gap: -webkit-calc(20px + 25 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(20px + 25 * ((100vw - 320px) / (1130)));
    gap: calc(20px + 25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1270px) {
  .intro_docs_inner__r_bottom__top {
    grid-template-columns: 1fr;
  }
}

.prices {
  display: grid;
  gap: 10px;
}

.price_texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.price__line {
  margin-top: 11px;
  height: 1px;
  background-image: url("../images/pages/item/line.svg");
  background-position: center;
}
@media (max-width: 1450px) {
  .price__line {
    margin-top: -webkit-calc(5px + 6 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(5px + 6 * ((100vw - 320px) / (1130)));
    margin-top: calc(5px + 6 * ((100vw - 320px) / (1130)));
  }
}

.price p {
  font-weight: 300;
  color: #232323;
}
@media (min-width: 1920px) {
  .price p {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .price p {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.intro_docs_inner__l {
  max-width: 574px;
  width: 100%;
  height: auto;
}
@media (max-width: 1450px) {
  .intro_docs_inner__l {
    max-width: -webkit-calc(280px + 294 * ((100vw - 320px) / (1130)));
    max-width: -moz-calc(280px + 294 * ((100vw - 320px) / (1130)));
    max-width: calc(280px + 294 * ((100vw - 320px) / (1130)));
  }
}

.intro_docs_inner__l .book {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .intro_docs_inner__l .book {
    min-width: 379px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 1450px) {
  .intro_docs_inner__l .book {
    min-width: -webkit-calc(150px + 229 * ((100vw - 320px) / (1130)));
    min-width: -moz-calc(150px + 229 * ((100vw - 320px) / (1130)));
    min-width: calc(150px + 229 * ((100vw - 320px) / (1130)));
  }
}

p.price__title {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-family: "Montserrat";
  font-weight: 400;
  color: #343434;
}
@media (min-width: 1920px) {
  p.price__title {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  p.price__title {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.info_block {
  padding-top: 18px;
  padding-right: 8px;
  padding-bottom: 18px;
  padding-left: 18px;
  gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
@media (min-width: 1920px) {
  .info_block {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .info_block {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}
@media (max-width: 1450px) {
  .info_block {
    padding-top: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .info_block {
    padding-right: -webkit-calc(10px + -2 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + -2 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + -2 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .info_block {
    padding-bottom: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .info_block {
    padding-left: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .info_block {
    gap: -webkit-calc(10px + 5 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(10px + 5 * ((100vw - 320px) / (1130)));
    gap: calc(10px + 5 * ((100vw - 320px) / (1130)));
  }
}

.info_block .info_block__right {
  font-weight: 300;
  color: #232323;
}

@media (max-width: 1270px) {
  .intro_docs_inner__r_bottom_right {
    grid-row: 1/2;
  }
}

.intro_docs_inner__r_bottom_right_btn {
  padding-top: 13px;
  padding-right: 33px;
  padding-bottom: 13px;
  padding-left: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-radius: 5px;
  min-height: 56px;
  gap: 7px;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r_bottom_right_btn {
    padding-top: -webkit-calc(10px + 3 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 3 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 3 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_docs_inner__r_bottom_right_btn {
    padding-right: -webkit-calc(15px + 18 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 18 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 18 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_docs_inner__r_bottom_right_btn {
    padding-bottom: -webkit-calc(10px + 3 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 3 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 3 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_docs_inner__r_bottom_right_btn {
    padding-left: -webkit-calc(15px + 18 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 18 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 18 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 490px) {
  .intro_docs_inner__r_bottom_right_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.intro_docs_inner__r_bottom_right_btn.cart {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
}

.intro_docs_inner__r_bottom_right_btn.doc {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #232323;
}
.intro_docs_inner__r_bottom_right_btn.doc img {
  width: 20px;
  height: 15px;
}

.intro_docs_inner__r_bottom_right_btns {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -moz-box-align: initial;
  align-items: initial;
  gap: 10px;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r_bottom_right_btns {
    padding-top: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 490px) {
  .intro_docs_inner__r_bottom_right_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_docs_inner__l--item_info .splide__pagination li {
  margin: 0 5px;
}

.intro_docs_inner__l--item_info .splide__pagination__page {
  position: relative;
  border: 1px solid #e84e22;
  width: 18px;
  height: 18px;
}
.intro_docs_inner__l--item_info .splide__pagination__page::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #e84e22;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.intro_docs_inner__l--item_info .splide__pagination__page.is-active::after {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.intro_docs_inner__l--item_info .splide__pagination {
  bottom: -52px;
}
@media (max-width: 990px) {
  .intro_docs_inner__l--item_info .splide__pagination {
    bottom: -37px;
  }
}

.item_info_info {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #fcfcfc;
}
@media (max-width: 1450px) {
  .item_info_info {
    padding-top: -webkit-calc(10px + 40 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 40 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 40 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .item_info_info {
    padding-bottom: -webkit-calc(30px + 30 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(30px + 30 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(30px + 30 * ((100vw - 320px) / (1130)));
  }
}

.item_info_info__inner {
  position: relative;
}
@media (max-width: 990px) {
  .item_info_info__inner {
    width: 100%;
  }
}

.item_info_list {
  gap: 32px;
  display: grid;
}
@media (max-width: 1450px) {
  .item_info_list {
    gap: -webkit-calc(30px + 2 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(30px + 2 * ((100vw - 320px) / (1130)));
    gap: calc(30px + 2 * ((100vw - 320px) / (1130)));
  }
}

.item_info_li__top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media (max-width: 1450px) {
  .item_info_li__top {
    margin-bottom: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 490px) {
  .item_info_li__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 20px;
  }
}

.item_info_li__top_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 10px;
}

.item_info_li__top_left h6 {
  font-weight: 400;
  color: #343434;
}
@media (min-width: 1920px) {
  .item_info_li__top_left h6 {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .item_info_li__top_left h6 {
    font-size: -webkit-calc(0.004375 * 100vw + 16.6px);
    font-size: -moz-calc(0.004375 * 100vw + 16.6px);
    font-size: calc(0.004375 * 100vw + 16.6px);
  }
}

.item_info_li__top_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 10px;
}
.item_info_li__top_right img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item_info_li__top_right h6 {
  font-family: "Montserrat";
  font-weight: 400;
  color: #e84e22;
}
@media (min-width: 1920px) {
  .item_info_li__top_right h6 {
    font-size: 19px;
  }
}
@media (max-width: 1919px) {
  .item_info_li__top_right h6 {
    font-size: -webkit-calc(0.001875 * 100vw + 15.4px);
    font-size: -moz-calc(0.001875 * 100vw + 15.4px);
    font-size: calc(0.001875 * 100vw + 15.4px);
  }
}

.item_info__accordion {
  position: unset;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  min-width: unset;
}
.item_info__accordion.open .item_info_li__top_right img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.item_info__accordion .answers__contentBottomLeftAccordionBottom {
  position: unset;
  overflow: initial;
  height: unset;
}

.item_info__accordion_top {
  position: unset;
  border: unset;
  padding: 0;
  min-height: unset;
  background: unset;
}

.item_info__accordion_bottom {
  border: unset;
  background: #fcfcfc;
}

.intro_docs_inner__l--item_info .book {
  margin-left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery--item_info {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1450px) {
  .gallery--item_info {
    margin-top: -webkit-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .gallery--item_info {
    margin-bottom: -webkit-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / (1130)));
  }
}

.gallery--item_info .gallery__inner__top {
  margin-bottom: 35px;
}
@media (max-width: 1450px) {
  .gallery--item_info .gallery__inner__top {
    margin-bottom: -webkit-calc(25px + 10 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(25px + 10 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(25px + 10 * ((100vw - 320px) / (1130)));
  }
}

.gallery--item_info .catalog_inner--catalog ul {
  display: block;
}

.intro_cart_inner {
  padding-top: 20px;
}
@media (max-width: 1450px) {
  .intro_cart_inner {
    padding-top: -webkit-calc(20px + 0 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 0 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 0 * ((100vw - 320px) / (1130)));
  }
}

.item_cart {
  max-height: 238px;
}

.item_cart .item__bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}

.item_cart a {
  width: 100%;
}

.item_cart .item__top_left h6 {
  font-weight: 400;
}

.intro_cart_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  background: #fcfcfc;
}
@media (max-width: 1030px) {
  .intro_cart_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_cart_bottom__left {
  padding-top: 55px;
  padding-right: 95px;
  padding-bottom: 80px;
  padding-left: 40px;
  width: 100%;
  background: #fff;
}
@media (max-width: 1450px) {
  .intro_cart_bottom__left {
    padding-top: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__left {
    padding-right: -webkit-calc(20px + 75 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 75 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 75 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__left {
    padding-bottom: -webkit-calc(20px + 60 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 60 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 60 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__left {
    padding-left: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}

.intro_cart_bottom__right {
  padding-top: 55px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 35px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
  background: #fcfcfc;
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right {
    padding-top: -webkit-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 35 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 35 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right {
    padding-right: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right {
    padding-bottom: -webkit-calc(20px + 60 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 60 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 60 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right {
    padding-left: -webkit-calc(20px + 15 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 15 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 15 * ((100vw - 320px) / (1130)));
  }
}
.intro_cart_bottom__right .intro_cart_bottom__right_block:not(:first-child) {
  margin-top: 45px;
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right .intro_cart_bottom__right_block:not(:first-child) {
    margin-top: -webkit-calc(20px + 25 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 25 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1030px) {
  .intro_cart_bottom__right .intro_cart_bottom__right_block:not(:first-child) {
    margin-top: 0;
  }
}
@media (max-width: 1160px) {
  .intro_cart_bottom__right {
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
  }
}
@media (max-width: 1030px) {
  .intro_cart_bottom__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 30px;
  }
}
@media (max-width: 780px) {
  .intro_cart_bottom__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

.intro_cart_bottom__left_list {
  display: grid;
  gap: 15px;
}

.intro_cart_bottom__right_block {
  width: 100%;
  max-width: 481px;
}
@media (max-width: 780px) {
  .intro_cart_bottom__right_block {
    max-width: 100%;
  }
}

.intro_cart_bottom__right_block_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  gap: 8px;
}

.intro_cart_bottom__right_block_title {
  font-weight: 500;
  color: #000;
}
@media (min-width: 1920px) {
  .intro_cart_bottom__right_block_title {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .intro_cart_bottom__right_block_title {
    font-size: -webkit-calc(0.004375 * 100vw + 16.6px);
    font-size: -moz-calc(0.004375 * 100vw + 16.6px);
    font-size: calc(0.004375 * 100vw + 16.6px);
  }
}

.intro_cart_bottom__right_block_bottom {
  margin-top: 20px;
  border-radius: 10px;
  min-width: 300px;
  max-width: 481px;
  background: #fff;
}
@media (max-width: 780px) {
  .intro_cart_bottom__right_block_bottom {
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .intro_cart_bottom__right_block_bottom {
    min-width: unset;
  }
}

.intro_cart_bottom__right_block_prices {
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: grid;
  gap: 11px;
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right_block_prices {
    padding-top: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right_block_prices {
    padding-right: -webkit-calc(20px + 5 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 5 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 5 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right_block_prices {
    padding-bottom: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .intro_cart_bottom__right_block_prices {
    padding-left: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}

.intro_cart_bottom__right_block_price_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.form {
  overflow-x: unset;
}

.form_inner--cart {
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: grid;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  align-items: unset;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
  -moz-box-pack: unset;
  justify-content: unset;
  border-radius: unset;
  min-height: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: unset;
}
@media (max-width: 1450px) {
  .form_inner--cart {
    padding-top: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner--cart {
    padding-right: -webkit-calc(20px + 5 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(20px + 5 * ((100vw - 320px) / (1130)));
    padding-right: calc(20px + 5 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner--cart {
    padding-bottom: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .form_inner--cart {
    padding-left: -webkit-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(20px + 10 * ((100vw - 320px) / (1130)));
    padding-left: calc(20px + 10 * ((100vw - 320px) / (1130)));
  }
}

.intro_cart_bottom__right_block_top_title {
  font-weight: 500;
  color: #000;
}
@media (min-width: 1920px) {
  .intro_cart_bottom__right_block_top_title {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .intro_cart_bottom__right_block_top_title {
    font-size: -webkit-calc(0.004375 * 100vw + 16.6px);
    font-size: -moz-calc(0.004375 * 100vw + 16.6px);
    font-size: calc(0.004375 * 100vw + 16.6px);
  }
}

.intro_cart_bottom__right_block_price_left,
.intro_cart_bottom__right_block_price_right {
  font-weight: 300;
  color: #000;
}
@media (min-width: 1920px) {
  .intro_cart_bottom__right_block_price_left,
  .intro_cart_bottom__right_block_price_right {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .intro_cart_bottom__right_block_price_left,
  .intro_cart_bottom__right_block_price_right {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.form_inner .form--cart {
  margin-top: unset;
  border: unset;
  border-radius: unset;
  padding: 0 5px;
  min-height: unset;
  max-width: unset;
}

.form_inner form.form--cart ul {
  grid-template-columns: 1fr;
}

.form_inner form.form--cart ul li:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  flex-direction: column-reverse;
  grid-column: unset;
  gap: 18px;
}
.form_inner form.form--cart ul li:last-child button {
  max-width: 100%;
}
.form_inner form.form--cart ul li:last-child p {
  max-width: 100%;
}

.textarea--cart {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 10px;
  outline: 1px solid transparent;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 10px 15px;
  height: 40px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 144%;
  color: var(--Gray-500, #71717a);
  background: #f4f4f4;
  -webkit-transition: outline-color 0.2s ease-in-out;
  -moz-transition: outline-color 0.2s ease-in-out;
  transition: outline-color 0.2s ease-in-out;
}
.textarea--cart:focus {
  outline-color: #e84e22;
}

.intro_cart_bottom__right_block_price_left {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 580px) {
  .intro_cart_bottom__right_block_price_left {
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
  }
}

.intro_cart_bottom__right_block_price_right {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

.intro_cart_bottom__right_block_price_line {
  width: 100%;
  height: 1px;
}

.intro_cart_bottom__right_block_price_wrapper--last {
  margin-top: 10px;
  border-top: 1px solid #000;
  padding-top: 12px;
}
.intro_cart_bottom__right_block_price_wrapper--last
  .intro_cart_bottom__right_block_price_left,
.intro_cart_bottom__right_block_price_wrapper--last
  .intro_cart_bottom__right_block_price_right {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: normal;
  color: #000;
}

.intro_cart_bottom__left_li_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro_cart_bottom__left_li_img_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 21px 14px;
  background: #fff;
}

.intro_cart_bottom__left_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 580px) {
  .intro_cart_bottom__left_li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.intro_cart_bottom__left_li_title {
  display: grid;
  gap: 5px;
}

.intro_cart_bottom__left_li_title_top {
  font-weight: 300;
  font-size: 16px;
  color: #777;
}

.intro_cart_bottom__left_li_title_bottom {
  font-weight: 300;
  color: #323232;
}
@media (min-width: 1920px) {
  .intro_cart_bottom__left_li_title_bottom {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .intro_cart_bottom__left_li_title_bottom {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.intro_cart_bottom__left_li_counter_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 7px;
}

.intro_cart_bottom__left_li_counter_wrapper button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.intro_cart_bottom__left_li_counter_mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.intro_cart_bottom__left_li_counter_mid_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  outline: 2px solid transparent;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 10px;
  max-width: 54px;
  text-align: center;
  background: #fff;
  -webkit-transition: outline 0.3s ease;
  -moz-transition: outline 0.3s ease;
  transition: outline 0.3s ease;
}
.intro_cart_bottom__left_li_counter_mid_number:focus {
  outline: 2px solid #e84e22;
}

.intro_cart_bottom__left_li_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 580px) {
  .intro_cart_bottom__left_li_price {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    justify-self: end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.intro_cart_bottom__left_li_price_title {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  color: #343434;
}
@media (min-width: 1920px) {
  .intro_cart_bottom__left_li_price_title {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .intro_cart_bottom__left_li_price_title {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.intro_cart_bottom__left_li_price_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
}

.intro_cart_bottom__left_li_price_bottom_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 5px;
}

.intro_cart_bottom__left_li_price_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.intro_cart_bottom__left_li_price_bottom_item_text {
  font-weight: 300;
  font-size: 16px;
  color: #777;
}

.intro_cart_bottom__left_li_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 17px;
}
@media (max-width: 580px) {
  .intro_cart_bottom__left_li_left {
    grid-column: 1/3;
  }
}

.gallery--cart {
  margin-bottom: 50px;
}
@media (max-width: 1450px) {
  .gallery--cart {
    margin-bottom: -webkit-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(20px + 30 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / (1130)));
  }
}

.intro--item {
  background: #f7f7fa;
}

.intro_docs_inner__r_bottom--item {
  margin-top: 35px;
}
@media (max-width: 1450px) {
  .intro_docs_inner__r_bottom--item {
    margin-top: -webkit-calc(20px + 15 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(20px + 15 * ((100vw - 320px) / (1130)));
    margin-top: calc(20px + 15 * ((100vw - 320px) / (1130)));
  }
}

.item_info__accordion .answers__contentBottomLeftAccordionBottom--item {
  overflow: hidden;
}

.answers__contentBottomLeftAccordionBottom--item {
  max-height: 122px;
  background: #f7f7fa;
  -webkit-filter: opacity(1);
  filter: opacity(1);
  gap: 15px;
}
.answers__contentBottomLeftAccordionBottom--item .price__line {
  margin-top: 15px;
}

.accordion_blur {
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -3px;
  z-index: 3;
  width: 200%;
  height: 79px;
  background: #f7f7fa;
  -webkit-filter: blur(26px);
  filter: blur(26px);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}

.answers__contentBottomLeftAccordion.open .accordion_blur {
  z-index: -1;
  background: transparent;
}

.filter {
  margin-bottom: 50px;
  margin-top: 60px;
}
@media (max-width: 1450px) {
  .filter {
    margin-bottom: -webkit-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-bottom: -moz-calc(30px + 20 * ((100vw - 320px) / (1130)));
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .filter {
    margin-top: -webkit-calc(30px + 30 * ((100vw - 320px) / (1130)));
    margin-top: -moz-calc(30px + 30 * ((100vw - 320px) / (1130)));
    margin-top: calc(30px + 30 * ((100vw - 320px) / (1130)));
  }
}

.filter_inner_top_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 10px;
}

.filter_inner_top_title_h6 {
  font-weight: 500;
  color: #232323;
}
@media (min-width: 1920px) {
  .filter_inner_top_title_h6 {
    font-size: 22px;
  }
}
@media (max-width: 1919px) {
  .filter_inner_top_title_h6 {
    font-size: -webkit-calc(0.0025 * 100vw + 17.2px);
    font-size: -moz-calc(0.0025 * 100vw + 17.2px);
    font-size: calc(0.0025 * 100vw + 17.2px);
  }
}

.filter_inner_top_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 20px;
  gap: 18px;
}
@media (max-width: 1360px) {
  .filter_inner_top_bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.filter_inner_top_bottom_inner_left {
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 10px;
  padding: 23px 30px;
  max-width: 1035px;
  -webkit-box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  background: #fff;
}
@media (max-width: 1450px) {
  .filter_inner_top_bottom_inner_left {
    gap: -webkit-calc(20px + 30 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(20px + 30 * ((100vw - 320px) / (1130)));
    gap: calc(20px + 30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1360px) {
  .filter_inner_top_bottom_inner_left {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 970px) {
  .filter_inner_top_bottom_inner_left {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .filter_inner_top_bottom_inner_left {
    grid-template-columns: 1fr;
  }
}

.filter_inner_top_bottom_inner_block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 390px) {
  .filter_inner_top_bottom_inner_block--second {
    width: 100%;
  }
}

.filter_inner_top_bottom_inner_block_title {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.filter_inner_top_bottom_inner_block_bottom {
  margin-top: 10px;
}

.filter_inner_top_bottom_inner_block_bottom_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  row-gap: 5px;
}
@media (max-width: 390px) {
  .filter_inner_top_bottom_inner_block_bottom_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.filter_inner_top_bottom_inner_block_bottom_list--second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  row-gap: 5px;
}
@media (max-width: 390px) {
  .filter_inner_top_bottom_inner_block_bottom_list--second {
    grid-template-columns: 1fr;
  }
}

.filter_inner_top_bottom_inner_block_bottom_li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 3px 18px;
  width: 100%;
  min-width: 44px;
  min-height: 24px;
  background: #fcfcfc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter_inner_top_bottom_inner_block_bottom_li label p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 300;
  font-size: 14px;
  color: #595959;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter_inner_top_bottom_inner_block_bottom_li label:hover {
  border: 1px solid #e84e22;
  background: #e84e22;
}
.filter_inner_top_bottom_inner_block_bottom_li label:hover p {
  color: #fff;
}
.filter_inner_top_bottom_inner_block_bottom_li label.active {
  border: 1px solid #e84e22;
  background: #e84e22;
}
.filter_inner_top_bottom_inner_block_bottom_li label.active p {
  color: #fff;
}

.filter_inner_top_bottom_inner_block_bottom_li--second button {
  padding: 4px 15px;
}

.filter_inner_top_bottom_inner_right_title {
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1920px) {
  .filter_inner_top_bottom_inner_right_title {
    font-size: 25px;
  }
}
@media (max-width: 1919px) {
  .filter_inner_top_bottom_inner_right_title {
    font-size: -webkit-calc(0.004375 * 100vw + 16.6px);
    font-size: -moz-calc(0.004375 * 100vw + 16.6px);
    font-size: calc(0.004375 * 100vw + 16.6px);
  }
}

.filter_inner_top_bottom_inner_right_content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.filter_inner_top_bottom_inner_right {
  padding-top: 25px;
  padding-right: 38px;
  padding-bottom: 25px;
  padding-left: 38px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  max-width: 401px;
  -webkit-box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
}
@media (max-width: 1450px) {
  .filter_inner_top_bottom_inner_right {
    padding-top: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-top: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .filter_inner_top_bottom_inner_right {
    padding-right: -webkit-calc(15px + 23 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 23 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 23 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .filter_inner_top_bottom_inner_right {
    padding-bottom: -webkit-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(15px + 10 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(15px + 10 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .filter_inner_top_bottom_inner_right {
    padding-left: -webkit-calc(15px + 23 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(15px + 23 * ((100vw - 320px) / (1130)));
    padding-left: calc(15px + 23 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1360px) {
  .filter_inner_top_bottom_inner_right {
    max-width: 100%;
  }
}

.filter_inner_top_bottom_inner_right_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.filter_inner_top_bottom_inner_right_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 5px;
  padding: 13px;
  width: 100%;
  min-height: 50px;
  max-width: 325px;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter_inner_top_bottom_inner_right_btn:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.filter_inner_top_bottom_inner_right_btn p {
  margin-right: 27px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}

.filter_inner_bottom {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 25px;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  background: #fff;
}
@media (max-width: 1450px) {
  .filter_inner_bottom {
    padding-top: -webkit-calc(0px + 30 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(0px + 30 * ((100vw - 320px) / (1130)));
    padding-top: calc(0px + 30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .filter_inner_bottom {
    padding-right: -webkit-calc(0px + 30 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(0px + 30 * ((100vw - 320px) / (1130)));
    padding-right: calc(0px + 30 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .filter_inner_bottom {
    padding-left: -webkit-calc(0px + 25 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(0px + 25 * ((100vw - 320px) / (1130)));
    padding-left: calc(0px + 25 * ((100vw - 320px) / (1130)));
  }
}

.filter_inner_bottom_inner_top_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  gap: 5px;
}

.filter_inner_bottom_inner_top_title--last {
  position: relative;
  height: 20px;
}

.filter_inner_bottom_inner_top_title_last_inner {
  position: relative;
  width: 20px;
  height: 20px;
}

.filter_inner_bottom_inner_top_title_last_btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter_inner_bottom_inner_top_title_last_btn:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.filter_inner_bottom_inner_top_title_last_btn.active {
  z-index: 3;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.filter_inner_bottom_inner_top_title h6 {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
}

.filter_inner_bottom_inner_top {
  padding-right: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-left: 15px;
  gap: 3px;
}
@media (max-width: 1450px) {
  .filter_inner_bottom_inner_top {
    padding-right: -webkit-calc(15px + 70 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 70 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 70 * ((100vw - 320px) / (1130)));
  }
}
.filter_inner_bottom_inner_top
  .filter_inner_bottom_inner_top_title:nth-child(1) {
  max-width: 480px;
}
.filter_inner_bottom_inner_top
  .filter_inner_bottom_inner_top_title:nth-child(2) {
  max-width: 135px;
}
.filter_inner_bottom_inner_top
  .filter_inner_bottom_inner_top_title:nth-child(3) {
  max-width: 150px;
}
.filter_inner_bottom_inner_top
  .filter_inner_bottom_inner_top_title:nth-child(4) {
  max-width: 155px;
}
.filter_inner_bottom_inner_top
  .filter_inner_bottom_inner_top_title:nth-child(5) {
  max-width: 105px;
}
.filter_inner_bottom_inner_top
  .filter_inner_bottom_inner_top_title:nth-child(6) {
  min-width: 25px;
  max-width: 125px;
}
@media (max-width: 990px) {
  .filter_inner_bottom_inner_top
    .filter_inner_bottom_inner_top_title:nth-child(6) {
    min-width: 25px;
    max-width: 25px;
  }
}
@media (max-width: 990px) {
  .filter_inner_bottom_inner_top {
    padding-right: 30px;
  }
}
@media (max-width: 990px) and (max-width: 1450px) {
  .filter_inner_bottom_inner_top {
    padding-right: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}

.filter_inner_bottom_inner_bottom {
  padding-right: 85px;
  overflow: auto;
  height: auto;
  max-height: 1180px;
  scrollbar-color: #e84e22 #f7f7fa;
  scrollbar-width: thin;
}
@media (max-width: 1450px) {
  .filter_inner_bottom_inner_bottom {
    padding-right: -webkit-calc(15px + 70 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 70 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 70 * ((100vw - 320px) / (1130)));
  }
}
.filter_inner_bottom_inner_bottom::-webkit-scrollbar {
  width: 4px;
}
.filter_inner_bottom_inner_bottom::-webkit-scrollbar-track {
  width: 100%;
  height: 3px;
  background-color: #f7f7fa;
}
.filter_inner_bottom_inner_bottom::-webkit-scrollbar-thumb {
  width: 100%;
  max-width: 4px;
}
.filter_inner_bottom_inner_bottom::-webkit-scrollbar-thumb:hover {
  width: 100%;
  max-width: 4px;
  background: #f7f7fa;
  background-color: #f7f7fa;
}
@media (max-width: 990px) {
  .filter_inner_bottom_inner_bottom {
    padding-right: 30px;
  }
}
@media (max-width: 990px) and (max-width: 1450px) {
  .filter_inner_bottom_inner_bottom {
    padding-right: -webkit-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(15px + 15 * ((100vw - 320px) / (1130)));
    padding-right: calc(15px + 15 * ((100vw - 320px) / (1130)));
  }
}

.filter_inner_bottom_inner_bottom_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 15px 10px;
  padding-right: 0;
  gap: 4px;
}
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(1) {
  max-width: 480px;
}
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(2) {
  max-width: 135px;
}
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(3) {
  max-width: 150px;
}
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(4) {
  max-width: 155px;
}
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(5) {
  max-width: 105px;
}
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(6) {
  min-width: 25px;
  max-width: 125px;
}
@media (max-width: 990px) {
  .filter_inner_bottom_inner_bottom_li
    .filter_inner_bottom_inner_top_title:nth-child(6) {
    min-width: 25px;
    max-width: 25px;
  }
}
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(2),
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(3),
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(4),
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(5),
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(6) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(2)
  h6,
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(3)
  h6,
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(4)
  h6,
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(5)
  h6,
.filter_inner_bottom_inner_bottom_li
  .filter_inner_bottom_inner_top_title:nth-child(6)
  h6 {
  width: 100%;
  text-align: center;
}

.cart_modal__wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.6);
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.cart_modal__wrapper.active {
  -webkit-filter: opacity(1);
  filter: opacity(1);
  pointer-events: all;
}

.cart_modal {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  padding-left: 15px;
  pointer-events: none;
}
.cart_modal.active {
  overflow: initial;
  pointer-events: all;
}
.cart_modal.active .cart_modal__left {
  z-index: 3;
  -webkit-filter: opacity(1);
  filter: opacity(1);
  pointer-events: unset;
}
.cart_modal.active .cart_modal__right {
  border-radius: 0;
}
.cart_modal.active .header__bottom_right_cart--item {
  z-index: -1;
  -webkit-filter: opacity(0);
  filter: opacity(0);
}
.cart_modal.active .header__bottom_right_close_btn {
  z-index: 3;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.cart_modal__right {
  width: 95px;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  width: 94.99px;
  height: 88.009px;
  -webkit-box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  background: #e84e22;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
}
@media (max-width: 1450px) {
  .cart_modal__right {
    width: -webkit-calc(40px + 55 * ((100vw - 320px) / (1130)));
    width: -moz-calc(40px + 55 * ((100vw - 320px) / (1130)));
    width: calc(40px + 55 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .cart_modal__right {
    height: -webkit-calc(40px + 48 * ((100vw - 320px) / (1130)));
    height: -moz-calc(40px + 48 * ((100vw - 320px) / (1130)));
    height: calc(40px + 48 * ((100vw - 320px) / (1130)));
  }
}

.header__bottom_right_cart_inner {
  position: relative;
  width: 40px;
  height: 40px;
}

.header__bottom_right_cart--item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  -webkit-filter: opacity(1);
  filter: opacity(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart_modal .header__bottom_right_cart div {
  top: -5px;
  background: #fff;
}
@media (max-width: 1450px) {
  .cart_modal .header__bottom_right_cart div {
    top: -webkit-calc(0px + -5 * ((100vw - 320px) / (1130)));
    top: -moz-calc(0px + -5 * ((100vw - 320px) / (1130)));
    top: calc(0px + -5 * ((100vw - 320px) / (1130)));
  }
}

.cart_modal .header__bottom_right_cart span {
  padding: 4px;
  color: #000;
}

.cart_modal__left {
  padding-top: 27px;
  padding-right: 24px;
  padding-bottom: 18px;
  padding-left: 31px;
  position: relative;
  z-index: -2;
  overflow: hidden;
  border-radius: 15px 0 15px 15px;
  height: auto;
  max-width: 456px;
  -webkit-box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  background: #fff;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (max-width: 1450px) {
  .cart_modal__left {
    padding-top: -webkit-calc(10px + 17 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 17 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 17 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .cart_modal__left {
    padding-right: -webkit-calc(10px + 14 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 14 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 14 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .cart_modal__left {
    padding-bottom: -webkit-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 8 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 8 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .cart_modal__left {
    padding-left: -webkit-calc(10px + 21 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 21 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 21 * ((100vw - 320px) / (1130)));
  }
}

.cart_modal__left_title {
  font-weight: 500;
  color: #232323;
}
@media (min-width: 1920px) {
  .cart_modal__left_title {
    font-size: 22px;
  }
}
@media (max-width: 1919px) {
  .cart_modal__left_title {
    font-size: -webkit-calc(0.0025 * 100vw + 17.2px);
    font-size: -moz-calc(0.0025 * 100vw + 17.2px);
    font-size: calc(0.0025 * 100vw + 17.2px);
  }
}

.cart_modal__left_list {
  max-height: 745px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  overflow: auto;
  margin-top: 15px;
  padding-right: 20px;
  padding-bottom: 5px;
  height: 36vh;
  gap: 10px;
  scrollbar-color: #e84e22 #f7f7fa;
  scrollbar-width: thin;
}
@media (max-width: 1450px) {
  .cart_modal__left_list {
    max-height: -webkit-calc(420px + 325 * ((100vw - 320px) / (1130)));
    max-height: -moz-calc(420px + 325 * ((100vw - 320px) / (1130)));
    max-height: calc(420px + 325 * ((100vw - 320px) / (1130)));
  }
}
.cart_modal__left_list::-webkit-scrollbar {
  width: 4px;
}
.cart_modal__left_list::-webkit-scrollbar-track {
  width: 100%;
  height: 3px;
  background-color: #f7f7fa;
}
.cart_modal__left_list::-webkit-scrollbar-thumb {
  width: 100%;
  max-width: 4px;
}
.cart_modal__left_list::-webkit-scrollbar-thumb:hover {
  width: 100%;
  max-width: 4px;
  background: #f7f7fa;
  background-color: #f7f7fa;
}

.cart_modal__left_li {
  padding-top: 13px;
  padding-right: 49px;
  padding-bottom: 24px;
  padding-left: 23px;
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin: 1px 3px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  box-shadow: 0 0 4px 1px rgba(91, 91, 91, 0.08);
  background: #fff;
  color: black;
}
@media (max-width: 1450px) {
  .cart_modal__left_li {
    padding-top: -webkit-calc(10px + 3 * ((100vw - 320px) / (1130)));
    padding-top: -moz-calc(10px + 3 * ((100vw - 320px) / (1130)));
    padding-top: calc(10px + 3 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .cart_modal__left_li {
    padding-right: -webkit-calc(10px + 39 * ((100vw - 320px) / (1130)));
    padding-right: -moz-calc(10px + 39 * ((100vw - 320px) / (1130)));
    padding-right: calc(10px + 39 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .cart_modal__left_li {
    padding-bottom: -webkit-calc(10px + 14 * ((100vw - 320px) / (1130)));
    padding-bottom: -moz-calc(10px + 14 * ((100vw - 320px) / (1130)));
    padding-bottom: calc(10px + 14 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .cart_modal__left_li {
    padding-left: -webkit-calc(10px + 13 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(10px + 13 * ((100vw - 320px) / (1130)));
    padding-left: calc(10px + 13 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .cart_modal__left_li {
    gap: -webkit-calc(15px + 5 * ((100vw - 320px) / (1130)));
    gap: -moz-calc(15px + 5 * ((100vw - 320px) / (1130)));
    gap: calc(15px + 5 * ((100vw - 320px) / (1130)));
  }
}

.cart_modal__left_li_left_title {
  font-weight: 500;
  color: #232323;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .cart_modal__left_li_left_title {
    font-size: 18px;
  }
}
@media (max-width: 1919px) {
  .cart_modal__left_li_left_title {
    font-size: -webkit-calc(0.00125 * 100vw + 15.6px);
    font-size: -moz-calc(0.00125 * 100vw + 15.6px);
    font-size: calc(0.00125 * 100vw + 15.6px);
  }
}

.cart_modal__left_li_left_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
  gap: 8px;
}

.cart_modal__left_li_left_input {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  outline: 1px solid transparent;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 8px 5px;
  width: 49px;
  height: 33px;
  text-align: center;
  background: #f7f7fa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}
.cart_modal__left_li_left_input:focus {
  outline: 1px solid #e84e22;
}

.cart_modal__left_btn_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0 15px 15px;
  background: #fff;
}

.cart_modal__left_btn {
  min-height: 64px;
  margin-top: 18px;
  border-radius: 5px;
  padding: 13px;
  width: 100%;
  max-width: 100%;
  background: -webkit-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: -moz-linear-gradient(303deg, #e84e22 16.19%, #ff7606 99.34%);
  background: linear-gradient(147deg, #e84e22 16.19%, #ff7606 99.34%);
  gap: 27px;
}
@media (max-width: 1450px) {
  .cart_modal__left_btn {
    min-height: -webkit-calc(35px + 29 * ((100vw - 320px) / (1130)));
    min-height: -moz-calc(35px + 29 * ((100vw - 320px) / (1130)));
    min-height: calc(35px + 29 * ((100vw - 320px) / (1130)));
  }
}

.cart_modal__left_btn p {
  margin-right: 0;
}

.header__bottom_right_close_btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-filter: opacity(0);
  filter: opacity(0);
}
.header__bottom_right_close_btn img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__bottom_right_close_btn img:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__bottom_right_cart_inner .close_img {
  width: 37px;
  height: 37px;
}
@media (max-width: 1450px) {
  .header__bottom_right_cart_inner .close_img {
    width: -webkit-calc(20px + 17 * ((100vw - 320px) / (1130)));
    width: -moz-calc(20px + 17 * ((100vw - 320px) / (1130)));
    width: calc(20px + 17 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header__bottom_right_cart_inner .close_img {
    height: -webkit-calc(20px + 17 * ((100vw - 320px) / (1130)));
    height: -moz-calc(20px + 17 * ((100vw - 320px) / (1130)));
    height: calc(20px + 17 * ((100vw - 320px) / (1130)));
  }
}
.header__bottom_right_cart_inner .cart_img {
  width: 40px;
  height: 40px;
}
@media (max-width: 1450px) {
  .header__bottom_right_cart_inner .cart_img {
    width: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    width: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    width: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1450px) {
  .header__bottom_right_cart_inner .cart_img {
    height: -webkit-calc(20px + 20 * ((100vw - 320px) / (1130)));
    height: -moz-calc(20px + 20 * ((100vw - 320px) / (1130)));
    height: calc(20px + 20 * ((100vw - 320px) / (1130)));
  }
}

.content {
  overflow: unset;
  overflow-x: clip;
  padding-top: 20px;
  background: #fff;
}

textarea {
  resize: none;
}

.splide--full_page .splide__slide .container {
  padding-left: 15px;
  position: relative;
  left: 15px;
  z-index: 2;
}
@media (max-width: 1450px) {
  .splide--full_page .splide__slide .container {
    padding-left: -webkit-calc(40px + -25 * ((100vw - 320px) / (1130)));
    padding-left: -moz-calc(40px + -25 * ((100vw - 320px) / (1130)));
    padding-left: calc(40px + -25 * ((100vw - 320px) / (1130)));
  }
}
@media (max-width: 1560px) {
  .splide--full_page .splide__slide .container {
    left: 0;
    padding-left: 40px;
  }
}
@media (max-width: 1050px) {
  .splide--full_page .splide__slide .container {
    padding-right: 15px;
    padding-left: 40px;
  }
}

.book--docs {
  width: unset;
  height: unset;
}

.intro_docs_inner__l--item_info {
  max-width: 379px;
}

.intro_docs_inner__l--item_info .book {
  width: unset;
  height: unset;
}
@media (max-width: 515px) {
  .intro_docs_inner__l--item_info .book {
    width: 100%;
  }
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.gallery.gallery--item_info {
  height: 336px;
}

.invite.popup-form .invite_inner__r {
  padding: 0;
}

.invite.popup-form .invite_inner__r form ul li input {
  margin: 0;
}

.invite.popup-form .invite_inner__r form ul {
  gap: 20px;
  grid-template-columns: 1fr;
  justify-items: center;
}


/* Исправленный CSS */
.intro {
  position: relative;
}

.intro.intro--main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.intro__inner { /* Контейнер с текстом */
  position: relative;
  z-index: 2; /* Поднимаем контент над оверлеем */
}

.container.container--main_intro{z-index:2;}

.title-search-result {
  display: none !important;
}


.intro.intro--docs.preview.search .intro_docs_inner__l {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
}

.intro.intro--docs.preview.search .preview_title {
  max-width: unset;
}