/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;box-shadow:0 3px 6px #ccc;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT/FuturaPT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/Avenir/AvenirLTStd-Roman.eot");
  src: url("../fonts/Avenir/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir/AvenirLTStd-Roman.woff2") format("woff2"), url("../fonts/Avenir/AvenirLTStd-Roman.woff") format("woff"), url("../fonts/Avenir/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/Avenir/AvenirLTStd-Black.eot");
  src: url("../fonts/Avenir/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir/AvenirLTStd-Black.woff2") format("woff2"), url("../fonts/Avenir/AvenirLTStd-Black.woff") format("woff"), url("../fonts/Avenir/AvenirLTStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/Avenir/AvenirLTStd-Book.eot");
  src: url("../fonts/Avenir/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/Avenir/AvenirLTStd-Book.woff") format("woff"), url("../fonts/Avenir/AvenirLTStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.opacity {
  -webkit-animation: opacity 2s 1 ease-in-out;
          animation: opacity 2s 1 ease-in-out;
  transition: opacity 2s linear 0.3s;
}

.opacity-image {
  -webkit-animation: opacity 0.8s 1 ease-in-out;
          animation: opacity 0.8s 1 ease-in-out;
  transition: opacity 0.8s linear 0.2s;
}

.slide_top {
  -webkit-animation: slide_top 1s 1 ease-in-out;
          animation: slide_top 1s 1 ease-in-out;
  transition: opacity 1s linear 0.3s;
}

.slide_top-text {
  -webkit-animation: slide_top 0.5s 1 0.5s linear;
          animation: slide_top 0.5s 1 0.5s linear;
  transition: opacity 1s linear 0.3s;
}

.write_line {
  transform: translateX(0) !important;
  transition: transform 2.7s ease !important;
}

.show_text {
  -webkit-animation: show-text 0.6s 1 ease-in-out;
          animation: show-text 0.6s 1 ease-in-out;
  transition: opacity 0.6s ease 0.3s;
}

.show_text_right {
  -webkit-animation: show-text_right 0.6s 1 ease-in-out;
          animation: show-text_right 0.6s 1 ease-in-out;
  transition: opacity 0.6s ease 0.3s;
}

.show_text_delay {
  -webkit-animation: show-text;
          animation: show-text;
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transition: opacity 0.6s 0.6s ease;
}

.about-left-show {
  -webkit-animation: about-left 0.8s 1 linear;
          animation: about-left 0.8s 1 linear;
  transition: opacity 0.8s linear 0.3s;
}

.about-right-show {
  -webkit-animation: about-right 0.8s 1 linear;
          animation: about-right 0.8s 1 linear;
  transition: opacity 0.8s linear 0.3s;
}

.show_text_delay_long {
  -webkit-animation: show-text;
          animation: show-text;
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transition: opacity 0.6s 0.6s ease;
}

.show_text2 {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: transform 0.6s linear, opacity 0.6s linear !important;
}

.show-image {
  transform: translateX(0) !important;
  transition: transform 0.6155s linear !important;
}

.slide_bottom {
  -webkit-animation: slide_bottom 1s 1 ease-in-out;
          animation: slide_bottom 1s 1 ease-in-out;
  transition: opacity 1s linear 0.3s;
}

.slide_right {
  -webkit-animation: slide_right 1s 1 ease-in-out;
          animation: slide_right 1s 1 ease-in-out;
  transition: opacity 1s linear 0.3s;
}

.slide_left {
  -webkit-animation: slide_left 1s 1 ease-in-out;
          animation: slide_left 1s 1 ease-in-out;
  transition: opacity 1s linear 0.3s;
}

.slide_down {
  -webkit-animation: slide_down 1s 1 ease-in-out;
          animation: slide_down 1s 1 ease-in-out;
  transition: opacity 1s linear 0.3s;
}

.transform-3d {
  -webkit-animation: rotate 1s forwards;
          animation: rotate 1s forwards;
}

.letters-show {
  -webkit-animation: letters;
          animation: letters;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 35s;
          animation-delay: 35s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@keyframes slide_right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide_left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide_bottom {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide_bottom {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show-text {
  0% {
    transform: rotateX(90deg);
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: rotateX(0);
  }
}
@keyframes show-text {
  0% {
    transform: rotateX(90deg);
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: rotateX(0);
  }
}
@-webkit-keyframes about-left {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes about-left {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes about-right {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes about-right {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes show-text_right {
  0% {
    transform: rotateY(90deg);
    transform-origin: left;
    opacity: 0;
  }
  100% {
    transform-origin: left;
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes show-text_right {
  0% {
    transform: rotateY(90deg);
    transform-origin: left;
    opacity: 0;
  }
  100% {
    transform-origin: left;
    transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide_top_reverse {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-200px);
    opacity: 1;
  }
}
@keyframes slide_top_reverse {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-200px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_top {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide_top {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide_down {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide_down {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  100% {
    transform: translate3d(0px, 0%, 0px) rotateX(0deg);
  }
}
@keyframes rotate {
  100% {
    transform: translate3d(0px, 0%, 0px) rotateX(0deg);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes fill {
  0% {
    fill: #4C4C4C;
  }
  100% {
    fill: darkred;
  }
}
@keyframes fill {
  0% {
    fill: #4C4C4C;
  }
  100% {
    fill: darkred;
  }
}
@-webkit-keyframes scaleImg {
  0% {
    transform: scale(0.5);
    transform-origin: 50% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleImg {
  0% {
    transform: scale(0.5);
    transform-origin: 50% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes left-first {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes left-first {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes right-first {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes right-first {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes top-first {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes top-first {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes letters {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes letters {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes shadowGreen {
  0% {
    box-shadow: 0 0 0 0 #356947;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(170, 220, 80, 0);
  }
}
@keyframes shadowGreen {
  0% {
    box-shadow: 0 0 0 0 #356947;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(170, 220, 80, 0);
  }
}
@-webkit-keyframes letter {
  0% {
    fill: white;
  }
  50% {
    fill: #00843D;
  }
  100% {
    fill: white;
  }
}
@keyframes letter {
  0% {
    fill: white;
  }
  50% {
    fill: #00843D;
  }
  100% {
    fill: white;
  }
}
.newslist {
  padding: 50px 0;
}
.newslist-head h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
}
.newslist-wrap {
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.newslist-item {
  width: 420px;
  min-height: 500px;
  margin: 0 15px 70px;
  text-decoration: none;
}
.newslist-item .item-head {
  height: 195px;
  width: 100%;
  overflow: hidden;
}
.newslist-item .item-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.5s ease;
}
.newslist-item .item-info {
  margin: 25px 0 30px;
  text-align: left;
}
.newslist-item .item-info > span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #013763;
  transition: color 0.5s ease;
}
.newslist-item .item-info h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  margin: 10px 0;
  transition: color 0.5s ease;
}
.newslist-item .item-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
  max-width: 320px;
  transition: color 0.5s ease;
}
.newslist-item .item-link svg {
  vertical-align: middle;
  margin-left: 15px;
}
.newslist-item .item-link svg path {
  transition: fill 0.5s ease;
}
.newslist-item .item-link span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  color: #181818;
  text-decoration: none;
  transition: color 0.5s ease;
}
.newslist-item:hover span, .newslist-item:hover h4, .newslist-item:hover p, .newslist-item:hover a {
  color: #00843D;
  transition: color 0.5s ease;
}
.newslist-item:hover path {
  fill: #00843D;
  transition: fill 0.5s ease;
}
.newslist-item:hover svg {
  -webkit-animation: shake 1s 1 ease;
          animation: shake 1s 1 ease;
}
.newslist-item:hover svg {
  -webkit-animation: shake 1s 1 ease;
          animation: shake 1s 1 ease;
}
.newslist-item:hover .item-head img {
  transform: scale(1.1);
  transition: transform 2s ease;
}
.newslist .pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.newslist .pagination > div.disable_pagination a {
  opacity: 0.5;
  pointer-events: none;
}
.newslist .pagination a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  transition: color 0.3s ease;
}
.newslist .pagination a:hover {
  color: #00843D;
  transition: color 0.3s ease;
}
.newslist .pagination-center ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.newslist .pagination-center a {
  color: #9B9B9B;
  transition: color 0.3s ease;
}
.newslist .pagination-center li.active-page a {
  color: #181818;
  transition: color 0.3s ease;
}
.newslist .pagination-center li + li {
  margin-left: 20px;
}

.news-page .header {
  background: #181818;
  padding: 25px 0;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
}

.news {
  padding-bottom: 120px;
}
.news-img {
  width: 100%;
  height: auto;
}
.news-img img {
  width: 100%;
  height: auto;
}
.news-info {
  max-width: 885px;
  text-align: left;
  margin: 40px auto 0;
}
.news-info span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #013763;
}
.news-info h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  margin: 10px 0 20px;
}
.news-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.news-link {
  max-width: 885px;
  margin: 40px auto 0;
  text-align: left;
}
.news-link a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #181818;
  text-decoration: none;
  transition: color 0.5s ease;
}
.news-link a:hover {
  color: #00843D;
  transition: color 0.5s ease;
}
.news-link a:hover svg {
  -webkit-animation: shake 1s 1 ease;
          animation: shake 1s 1 ease;
}
.news-link a:hover path {
  fill: #00843D;
  transition: fill 0.5s ease;
}
.news-link svg {
  vertical-align: middle;
  margin-right: 15px;
}
.news-link path {
  transition: fill 0.5s ease;
}

.one_news-page .header {
  background: rgba(24, 24, 24, 0.8);
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 0;
}

.no-found .no-found-wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.no-found .no-found-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-found .no-found-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.no-found .no-found-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.no-found .no-found-desc h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.no-found .no-found-desc p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.6px;
  color: #ffffff;
  margin: 15px 0 50px;
}
.no-found .no-found-desc a {
  text-decoration: none;
  display: inline-block;
  padding: 25px 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background: #00843D;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.no-found .no-found-desc a:hover {
  border: 1px solid #00843D;
  background: #ffffff;
  color: #00843D;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.pagenotfound-page .footer {
  display: none;
}

.cooperation {
  padding: 40px 0;
}
.cooperation-head {
  margin-bottom: 20px;
}
.cooperation-head h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
}
.cooperation-wrap {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.cooperation .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cooperation .col {
  width: 49%;
  display: flex;
  flex-direction: column;
}
.cooperation-customer h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 15px;
}
.cooperation-info {
  margin-top: 20px;
}
.cooperation-info h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 15px;
}
.cooperation .input-row {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.cooperation .input-row input[type=text] {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 40px;
  border: 1px solid #D4DEE3;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #181818;
  padding-left: 25px;
}
.cooperation .input-row input[type=text]::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.cooperation .input-row input[type=text]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.cooperation .input-row input[type=text]:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.cooperation .input-row input[type=text]::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.cooperation .input-row input[type=text]::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.cooperation .containers table {
  width: 100%;
}
.cooperation .containers tr {
  width: 100%;
  height: 40px;
}
.cooperation .containers td {
  text-align: center;
  vertical-align: middle;
  width: 10%;
  border: 1px solid #D4DEE3;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
}
.cooperation .containers td:first-child {
  text-align: center;
  width: 30%;
}
.cooperation .containers label {
  width: 40px;
  height: 31px;
  border-bottom: 1px solid #ACB7C2;
  margin: 0 auto;
  display: inline-block;
}
.cooperation .containers input {
  font-family: "Montserrat", sans-serif;
  width: 40px;
  height: 30px;
  border: none;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
}
.cooperation .containers input::-webkit-input-placeholder {
  color: #ACB7C2;
}
.cooperation .containers input::-moz-placeholder {
  color: #ACB7C2;
}
.cooperation .containers input:-ms-input-placeholder {
  color: #ACB7C2;
}
.cooperation .containers input::-ms-input-placeholder {
  color: #ACB7C2;
}
.cooperation .containers input::placeholder {
  color: #ACB7C2;
}
.cooperation input::-webkit-outer-spin-button,
.cooperation input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cooperation input[type=number] {
  -moz-appearance: textfield;
}
.cooperation-user {
  margin-top: 20px;
}
.cooperation-user h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
}
.cooperation-user p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  margin: 10px 0 20px;
}
.cooperation-file {
  margin-top: 20px;
}
.cooperation-file h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
}
.cooperation-file p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  margin: 10px 0 20px;
}
.cooperation .file-row {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
  height: 40px;
}
.cooperation .file-row label {
  position: relative;
  height: 40px;
  cursor: pointer;
}
.cooperation .file-row input {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.cooperation .file-row span {
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 0;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background: #00A14B;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  overflow: hidden;
}
.cooperation .file-row span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 25px;
  opacity: 0;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #FFF;
  border-top: none;
  border-right: none;
  transition: all 0.3s ease;
  transform: rotate(-135deg) translateY(-50%);
}
.cooperation .file-row label:hover span {
  background: #ffffff;
  color: #00A14B;
  border: 1px solid #00A14B;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
}
.cooperation .file-row label:hover span:after {
  transition: all 0.3s ease;
  opacity: 1;
  border-color: #00843D;
  top: 53%;
}
.cooperation .file-row p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  margin: 0;
  margin-left: 30px;
}
.cooperation .file-row .file-remove {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.cooperation .file-row .file-remove svg {
  width: 20px;
  height: 20px;
}
.cooperation .main-button {
  margin-top: 25px;
  position: relative;
}
.cooperation .main-button button {
  cursor: pointer;
  width: 100%;
  height: 70px;
  background: #00A14B;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.cooperation .main-button button:hover {
  border: 1px solid #00A14B;
  background: #ffffff;
  color: #00A14B;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.cooperation .main-button button span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.cooperation .main-button button span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.cooperation .main-button button:hover span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00843D;
  top: 51%;
}
.cooperation .main-button .form-loader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 2;
}
.cooperation .main-button .form-loader .loader-balls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cooperation .main-button .form-loader .la-ball-spin-clockwise {
  width: 50px;
  height: 50px;
}
.cooperation div.error {
  position: absolute;
  left: 0;
  bottom: -14px;
  color: red;
  font-size: 12px;
  line-height: 1;
}
.cooperation .containers label {
  position: relative;
  z-index: 1;
}
.cooperation .containers input {
  z-index: 1;
}
.cooperation .containers div.error {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  z-index: 0;
}
.cooperation .form-success {
  display: none;
  padding: 30px 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.cooperation .form-success .success-info {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 60px;
  text-align: left;
}
.cooperation .form-success .success-info .error-message {
  text-align: center;
  display: none;
}
.cooperation .form-success a {
  cursor: pointer;
  padding: 25px 100px;
  display: inline-block;
  margin: 20px auto 0;
  background: #00843D;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.cooperation .form-success a:hover {
  background: #FFFFFF;
  color: #00843D;
  border: 1px solid #00843D;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.cooperation .form-success a span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.cooperation .form-success a span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.cooperation .form-success a:hover span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00843D;
  top: 51%;
}
.cooperation .error-file-message {
  color: red !important;
}
.cooperation .select2-container--open {
  z-index: 99 !important;
}

.cooperation-page .header {
  background: #181818;
  padding: 30px 0;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
}
.cooperation-page .wrapper {
  display: flex;
  flex-direction: column;
}
.cooperation-page .cooperation {
  flex: 1 0 auto;
}
.cooperation-page .footer {
  flex-shrink: 0;
}

.select-label {
  height: 40px;
}
.select-label:after {
  content: "";
  background: url("../img/svg/arrow-down.svg") center center no-repeat;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  transition: transform 0.3s ease;
  height: 16px;
}

.rotate:after {
  transform: translateY(-50%) rotateX(180deg);
  transition: transform 0.3s ease;
}

.select {
  cursor: pointer;
}

.select-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transition: all 0.4s ease;
  z-index: 999 !important;
}
.select-wrapper p {
  cursor: pointer;
  width: 100%;
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #181818;
  padding-left: 25px;
  background: #FFFFFF;
  border: 1px solid #D4DEE3;
  transition: background 0.3s ease;
}
.select-wrapper p:hover {
  background: #F2F4F7;
  transition: background 0.3s ease;
}

.active-select-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  color: #00843D;
}

.la-ball-spin-clockwise.la-dark {
  color: #333;
}

.la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-spin-clockwise {
  width: 80px;
  height: 80px;
}

.la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
          animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
          animation-delay: -0.875s;
}

.la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}

.la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
          animation-delay: -0.625s;
}

.la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.la-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
          animation-delay: -0.375s;
}

.la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}

.la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
          animation-delay: -0.125s;
}

.la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin-clockwise.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-spin-clockwise.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
.loader-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  padding: 30px 0 50px;
  z-index: 999;
}
.loader-wrap .loader {
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}
.loader-wrap .loader svg {
  width: 160px;
  height: 40px;
}
.loader-wrap .count {
  position: absolute;
  bottom: 100px;
  right: 100px;
  text-align: center;
  margin-top: -1.33em;
  color: #00A14B;
  font-family: "Futura PT", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 170px;
  line-height: 154px;
}

.loader-logo svg.hidden {
  display: none;
}

.datepicker-panel > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.datepicker-panel > ul > li {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, background 0.3s ease;
  color: #181818;
}

.datepicker-container {
  padding: 10px 5px;
  width: 300px;
}

.datepicker-panel > ul > li[data-view="month current"] {
  width: 200px;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  background: #00A14B;
  color: #000000;
  transition: color 0.3s ease, background 0.3s ease;
}

.datepicker-panel > ul[data-view=months],
.datepicker-panel > ul[data-view=years] {
  justify-content: center;
}

.popup {
  z-index: 201;
  width: 100vw;
  height: 100vh;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.popup-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
}
.popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup-content {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 40px;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  min-height: 350px;
}
.popup-content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 20px;
}
.popup-content .input-row {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.popup-content label {
  width: 100%;
  height: 100%;
}
.popup-content label.agree-label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
}
.popup-content input {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border: 1px solid #D4DEE3;
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #181818;
  padding-left: 25px;
}
.popup-content input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.popup-content input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.popup-content input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.popup-content input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.popup-content input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #ACB7C2;
}
.popup-content textarea {
  font-family: "Montserrat", sans-serif;
  resize: none;
  width: 100%;
  border: 1px solid #D4DEE3;
  height: 80px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  padding-left: 25px;
  padding-top: 10px;
}
.popup-content textarea::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.popup-content textarea::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.popup-content textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.popup-content textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.popup-content textarea::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.popup-content input::-webkit-outer-spin-button,
.popup-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup-content input[type=number] {
  -moz-appearance: textfield;
}
.popup-content .agree-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.popup-content .agree-row input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.popup-content .agree-row label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #181818;
}
.popup-content .agree-row label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #cecece;
  transition: border-color 0.3s ease;
}
.popup-content .agree-row label:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 7px;
  background: url(../img/svg/check.svg) center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-content input:checked ~ label:after {
  border: 1px solid green;
  transition: border-color 0.3s ease;
}
.popup-content input:checked ~ label:before {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-content .form-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}
.popup-content .form-close a {
  text-decoration: none;
  color: #000000;
  display: block;
}
.popup-content .form-close a:hover svg {
  transform: rotate(360deg);
  transform-origin: center;
  transition: transform 1.3s ease;
}
.popup-content .form-close svg {
  transform-origin: center;
  transition: transform 1.3s ease;
  width: 100%;
  height: 100%;
}
.popup-content .form-close svg path {
  fill: #000000;
}
.popup-content button {
  cursor: pointer;
  width: 100%;
  height: 40px;
  background: #00A14B;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.popup-content button:hover {
  border: 1px solid #00A14B;
  background: #ffffff;
  color: #00A14B;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.popup.open-popup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.popup .popup-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.popup .popup-loader .loader-balls {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-success {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: none;
}
.popup .popup-success .success-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
}
.popup .popup-success .success-message,
.popup .popup-success .error-message {
  display: none;
}
.popup .popup-success p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}
.popup div.error {
  position: absolute;
  left: 0;
  bottom: -11px;
  color: red;
  font-size: 12px;
  line-height: 1;
}
.popup .agree-row div.error {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 3px;
  width: 25px;
  height: 24px;
  border: 1px solid red;
}

.header-nav #menu_services svg {
  position: absolute;
  right: -18px;
  top: 57%;
  transform: translateY(-50%);
  fill: white;
  transition: ease 0.3s;
}
.header-nav li {
  position: relative;
}
.header-nav ul li + li {
  margin-left: 0;
}
.header-nav .services_drop-down {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  width: auto;
  white-space: nowrap;
  opacity: 0;
  left: 50%;
  visibility: hidden;
  transition: all ease 0.5s;
  margin-top: 3px;
  padding-bottom: 5px;
  transform: scaley(0) translateX(-50%);
  transform-origin: top center;
}
.header-nav .services_drop-down.dark {
  background-color: #181818;
}
.header-nav .services_drop-down li {
  padding: 5px;
  transition: all ease 0.5s;
}
.header-nav .services_drop-down li a {
  text-align: center;
}
.header-nav .services_drop-down li:hover a {
  color: #00A14B;
  transition: all ease 0.5s;
}
.header-nav .services_drop-down li:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
}
.header-nav #menu_services:hover .services_drop-down {
  opacity: 1;
  visibility: visible;
  transform: scaley(1) translateX(-50%);
  transition: all ease 0.5s;
}

.flip {
  transform: rotate(-180deg);
  transition: transform ease 0.3s;
}

.mobile-wrap .nav-list .services_drop-down {
  display: none;
}
.mobile-wrap .nav-list #menu_services {
  position: relative;
}
.mobile-wrap .nav-list #menu_services:nth-child(2) > a {
  position: relative;
}
.mobile-wrap .nav-list #menu_services svg {
  transition: transform ease 0.3s;
  position: absolute;
  top: 16px;
  right: 20%;
}
.mobile-wrap .nav-list #menu_services svg path {
  fill: #00A14B;
}

.service {
  min-height: 100vh;
  max-width: 1920px;
  width: 100%;
}
.service-wrap {
  padding: 0 50px;
  padding-bottom: 50px;
}
.service__img {
  width: 100%;
  height: 500px;
}
.service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__title {
  margin-top: 40px;
}
.service__title h2 {
  font-size: 35px;
  font-weight: 600;
}
.service__description {
  margin-top: 30px;
}
@media all and (max-width: 435px) {
  .service__title h2 {
    font-size: 28px;
  }
  .service__description p {
    font-size: 14px;
  }
}
.video-wrap {
  padding-top: 87px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 100vh;
}
.video-wrap h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
  padding-top: 50px;
  padding-bottom: 50px;
}
.video-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.video-item-wrapper {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  padding-bottom: 50px;
}
.video-item-wrap {
  max-width: 33.333%;
  flex: 0 0 33.333%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.video-item .frame-wrap {
  width: 100%;
  height: 230px;
  position: relative;
}
.video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-item h3 {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #181818;
  padding-bottom: 15px;
}
.video-item span {
  font-size: 18px;
  font-weight: 400;
}
.video-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.video-nav nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-nav nav ul li + li {
  margin-left: 20px;
}
.video-nav nav ul li span, .video-nav nav ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
}
.video-nav nav ul li.active span, .video-nav nav ul li.active a {
  color: #181818;
}

@media all and (max-width: 1200px) {
  .video-item-wrap {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media all and (max-width: 750px) {
  .video-item-wrap {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media all and (max-width: 480px) {
  .video-item .frame-wrap {
    height: 180px;
  }
}
.UMTGpopulation {
  padding-top: 87px;
}
.UMTGpopulation-disable {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.UMTGpopulation-disable .disable-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  cursor: pointer;
}
.UMTGpopulation-disable .disable-container {
  padding: 100px;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
  max-width: 788px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.UMTGpopulation-disable .disable-title {
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 45px;
  color: #005826;
}
.UMTGpopulation-disable .disable-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #005826;
}
.UMTGpopulation-banner {
  width: 100%;
  height: 540px;
  position: relative;
  display: flex;
  align-items: center;
}
.UMTGpopulation-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.UMTGpopulation-banner .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.UMTGpopulation-banner .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.UMTGpopulation-banner .text-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}
.UMTGpopulation-banner .text-wrap .container {
  width: 100%;
}
.UMTGpopulation-banner .text-wrap__title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
.UMTGpopulation-banner .text-wrap__maintitle {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
.UMTGpopulation-banner .text-wrap__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
.UMTGpopulation-mention {
  background: #F2F4F7;
  padding: 64px 0;
}
.UMTGpopulation-mention__title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #181818;
  margin-bottom: 28px;
}
.UMTGpopulation-mention__desc {
  max-width: 1150px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #424242;
  margin-bottom: 32px;
  margin-left: 25px;
}
.UMTGpopulation-mention__items {
  max-width: 1200px;
  width: 100%;
}
.UMTGpopulation-mention__items .base-item {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #424242;
  padding-left: 20px;
  transition: color 0.3s ease;
}
.UMTGpopulation-mention__items .base-item:hover {
  color: #00BD9B;
}
.UMTGpopulation-mention__items .base-item:before {
  content: "";
  width: 3px;
  height: 14px;
  background: #00BD9B;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(50%);
}
.UMTGpopulation-mention__items .base-item + .base-item {
  margin-top: 20px;
}
.UMTGpopulation-base {
  padding-top: 64px;
  padding-bottom: 58px;
}
.UMTGpopulation-base__title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #181818;
  margin-bottom: 28px;
}
.UMTGpopulation-base__items {
  max-width: 1200px;
  width: 100%;
}
.UMTGpopulation-base__items .base-item {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #424242;
  text-decoration: none;
  padding-left: 20px;
  transition: color 0.3s ease;
}
.UMTGpopulation-base__items .base-item:hover {
  color: #00BD9B;
}
.UMTGpopulation-base__items .base-item:hover span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00BD9B;
  top: 50%;
}
.UMTGpopulation-base__items .base-item:before {
  content: "";
  width: 3px;
  height: 14px;
  background: #00BD9B;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(50%);
}
.UMTGpopulation-base__items .base-item span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.UMTGpopulation-base__items .base-item span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.UMTGpopulation-base__items .base-item + .base-item {
  margin-top: 20px;
}
.UMTGpopulation-contract {
  background: #00A14B;
  position: relative;
}
.UMTGpopulation-contract__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.UMTGpopulation-contract__bg .img-wrap {
  width: 100%;
  height: 100%;
}
.UMTGpopulation-contract__bg .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.UMTGpopulation-contract__wrap {
  display: flex;
  width: 100%;
  z-index: 2;
}
.UMTGpopulation-contract__left {
  padding: 44px 0 57px 0;
  width: 50%;
}
.UMTGpopulation-contract__left .contract-title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #ffffff;
  margin-bottom: 10px;
}
.UMTGpopulation-contract__left .contract-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #ffffff;
}
.UMTGpopulation-contract__right {
  width: 50%;
  padding-top: 64px;
  padding-left: 52px;
  position: relative;
  z-index: 2;
}
.UMTGpopulation-contract__right .contract-check {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.UMTGpopulation-contract__right .contract-link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.UMTGpopulation-contract__right .contract-link svg {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.UMTGpopulation-contract__right .contract-link svg path {
  fill: #ffffff;
}
.UMTGpopulation-contract__right .contract-link:hover svg {
  opacity: 1;
  transition: opacity 0.2s ease;
  -webkit-animation: shake 1s 1 ease;
          animation: shake 1s 1 ease;
}
.UMTGpopulation-faq {
  padding: 64px 0;
}
.UMTGpopulation-faq__title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #181818;
  margin-bottom: 28px;
}
.UMTGpopulation-faq__items {
  width: 100%;
}
.UMTGpopulation-faq__items .faq-item {
  width: 100%;
  cursor: pointer;
}
.UMTGpopulation-faq__items .faq-item.active svg {
  transform: rotate(180deg);
}
.UMTGpopulation-faq__items .faq-item__title {
  width: 100%;
  padding: 28px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.6px;
  color: #424242;
  border-bottom: 1px solid #D4DEE3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.UMTGpopulation-faq__items .faq-item__title svg {
  transition: transform 0.3s ease;
}
.UMTGpopulation-faq__items .faq-item__desc {
  display: none;
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #424242;
}
.UMTGpopulation-blank {
  background: #00A14B;
  position: relative;
}
.UMTGpopulation-blank__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  z-index: 1;
}
.UMTGpopulation-blank__bg .img-wrap {
  width: 100%;
  height: 100%;
}
.UMTGpopulation-blank__bg .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.UMTGpopulation-blank__wrap {
  display: flex;
  width: 100%;
  z-index: 2;
}
.UMTGpopulation-blank__left {
  padding: 44px 0 92px 0;
  width: 40%;
  position: relative;
  z-index: 2;
}
.UMTGpopulation-blank__left .blank-title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #181818;
  margin-bottom: 10px;
}
.UMTGpopulation-blank__left .blank-desc {
  max-width: 380px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #181818;
}
.UMTGpopulation-blank__right {
  width: 60%;
  padding-top: 64px;
  padding-left: 52px;
  padding-bottom: 60px;
}
.UMTGpopulation-blank__right .blank-check {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.UMTGpopulation-blank__right .blank-link {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}
.UMTGpopulation-blank__right .blank-link svg {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.UMTGpopulation-blank__right .blank-link svg path {
  fill: #ffffff;
}
.UMTGpopulation-blank__right .blank-link:hover svg {
  opacity: 1;
  transition: opacity 0.2s ease;
  -webkit-animation: shake 1s 1 ease;
          animation: shake 1s 1 ease;
}
.UMTGpopulation-feedback {
  padding-top: 64px;
}
.UMTGpopulation-feedback__title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #181818;
  text-align: center;
}
.UMTGpopulation-payment {
  background: #00A14B;
  position: relative;
}
.UMTGpopulation-payment__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.UMTGpopulation-payment__bg .img-wrap {
  width: 100%;
  height: 100%;
}
.UMTGpopulation-payment__bg .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.UMTGpopulation-payment__wrap {
  display: flex;
  width: 100%;
  z-index: 2;
}
.UMTGpopulation-payment__left {
  padding: 44px 0 57px 0;
  width: 50%;
}
.UMTGpopulation-payment__left .payment-title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #ffffff;
  margin-bottom: 10px;
}
.UMTGpopulation-payment__left .payment-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #ffffff;
}
.UMTGpopulation-payment__left .payment-desc span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00843D;
  top: 50%;
}
.UMTGpopulation-payment__right {
  width: 50%;
  padding-top: 80px;
  padding-left: 120px;
  position: relative;
  z-index: 2;
}
.UMTGpopulation-payment__right .payment-link {
  text-decoration: none;
  cursor: pointer;
  padding: 25px 100px;
  display: inline-block;
  margin: 0 auto;
  background: #00843D;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.UMTGpopulation-payment__right .payment-link span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.UMTGpopulation-payment__right .payment-link span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.UMTGpopulation-payment__right .payment-link:hover {
  background: #FFFFFF;
  color: #00843D;
  border: 1px solid #00843D;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.UMTGpopulation-payment__right .payment-link:hover span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00843D;
  top: 50%;
}

@media screen and (max-width: 980px) {
  .UMTGpopulation-disable .disable-container {
    max-width: 90vw;
    padding: 20px;
  }
  .UMTGpopulation-disable .disable-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .UMTGpopulation-disable .disable-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .UMTGpopulation-banner {
    height: 220px;
  }
  .UMTGpopulation-banner .text-wrap__title {
    font-size: 28px;
  }
  .UMTGpopulation-banner .text-wrap__maintitle {
    font-size: 28px;
  }
  .UMTGpopulation-banner .text-wrap__subtitle {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .UMTGpopulation-mention {
    padding: 32px 0;
  }
  .UMTGpopulation-mention__title {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-mention__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-mention__items .base-item {
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-base__title {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-base__items .base-item {
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-contract__bg {
    width: 100%;
    height: 50%;
    top: initial;
    bottom: 0;
  }
  .UMTGpopulation-contract__wrap {
    flex-direction: column;
    align-items: center;
  }
  .UMTGpopulation-contract__left {
    padding: 20px 0;
    width: 100%;
  }
  .UMTGpopulation-contract__left .contract-title {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-contract__left .contract-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-contract__right {
    padding: 20px 0;
    width: 100%;
  }
  .UMTGpopulation-contract__right .contract-check {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-contract__right .contract-link {
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-faq__title {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-faq__items .faq-item__title {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-faq__items .faq-item__desc {
    font-size: 15px;
    line-height: 21px;
  }
  .UMTGpopulation-blank__bg {
    width: 100%;
    height: 110px;
  }
  .UMTGpopulation-blank__wrap {
    flex-direction: column;
    align-items: center;
  }
  .UMTGpopulation-blank__left {
    width: 100%;
    padding: 20px 0;
  }
  .UMTGpopulation-blank__left .blank-title {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-blank__left .blank-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-blank__right {
    width: 100%;
    padding: 20px 0;
  }
  .UMTGpopulation-blank__right .blank-check {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-blank__right .blank-link {
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-feedback {
    padding-top: 32px;
  }
  .UMTGpopulation-feedback__title {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-payment__bg {
    width: 100%;
    height: 45%;
    top: initial;
    bottom: 0;
  }
  .UMTGpopulation-payment__wrap {
    flex-direction: column;
    align-items: center;
  }
  .UMTGpopulation-payment__left {
    padding: 20px 0;
    width: 100%;
  }
  .UMTGpopulation-payment__left .payment-title {
    font-size: 24px;
    line-height: 28px;
  }
  .UMTGpopulation-payment__left .payment-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .UMTGpopulation-payment__right {
    padding: 20px 0;
    width: 100%;
  }
  .UMTGpopulation-payment__right .payment-link {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 45px;
  }
}
.fixed {
  overflow: hidden !important;
}

::-webkit-scrollbar {
  display: none;
}

.wrapper {
  min-width: 320px;
  width: 100%;
  font-size: 16px;
  background-color: #ffffff;
  min-height: 100vh;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.container {
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}

.header {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 30px 0 15px;
  transition: all 0.3s ease;
}
.header-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-left a {
  display: block;
}
.header-left svg {
  width: 160px;
  height: 40px;
}
.header-left svg path.letter {
  transition: fill 0.3s ease;
}
.header-left a:hover svg path.letter {
  fill: #00A14B;
  transition: fill 0.3s ease;
}
.header-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-nav a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.6px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header-nav a svg path {
  transition: fill 0.3s ease;
}
.header-nav a svg.fa-youtube {
  width: 24px;
  height: 24px;
}
.header-nav a:hover svg path {
  fill: #00A14B;
  transition: fill 0.3s ease;
}
.header-nav #menu_services:hover > a {
  color: #00A14B;
  transition: color 0.3s ease;
}
.header-nav #menu_services:hover > a svg path {
  fill: red;
  transition: fill 0.3s ease;
}
.header-nav #menu_services:hover svg path {
  fill: #00A14B;
}
.header-nav #menu_services:hover svg {
  transform: rotate(180deg) translateY(50%);
  transition: transform 0.3s ease;
}
.header-nav li + li {
  margin-left: 30px;
}
.header-nav #menu_services:nth-child(3) {
  margin-left: 45px;
}

.main {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: url(../img/main-view.jpg) center bottom no-repeat;
  background-size: cover;
}
.main .container {
  height: 100%;
}
.main-desc, .main-sides {
  height: 100%;
  z-index: 2;
  position: relative;
}
.main-sides {
  display: flex;
  align-items: flex-end;
}
.main-sides__left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-sides__left .left-side__title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 100px;
}
.main-sides__left .left-side__links {
  display: flex;
}
.main-sides__left .left-side__link {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 11px;
  position: relative;
  overflow: hidden;
}
.main-sides__left .left-side__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00A14B;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 980px) {
  .main-sides__left .left-side__link:before {
    transform: translateX(0);
  }
}
.main-sides__left .left-side__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00A14B;
}
.main-sides__left .left-side__link:hover:after {
  display: none;
}
.main-sides__left .left-side__link:hover:before {
  transform: translateX(0);
}
.main-sides__left .left-side__link:last-child {
  margin-left: 55px;
}
.main-sides__right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.main-sides__right .right-side__title {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 100px;
  text-transform: uppercase;
}
.main-sides__right .right-side__title span {
  font-size: 24px;
  line-height: 100%;
  text-transform: lowercase;
}
.main-sides__right .right-side__links {
  display: flex;
}
.main-sides__right .right-side__link {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.main-sides__right .right-side__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 980px) {
  .main-sides__right .right-side__link:before {
    transform: translateX(0);
  }
}
.main-sides__right .right-side__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.main-sides__right .right-side__link:hover:after {
  display: none;
}
.main-sides__right .right-side__link:hover:before {
  transform: translateX(0);
}
.main-sides__right .right-side__link:last-child {
  margin-left: 55px;
}
.main-sides__right .right-side__link:last-child {
  margin-left: 55px;
}
.main-image {
  width: 100vw;
  height: 100vh;
  position: absolute;
}
.main-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: flex-end;
}
.main-bg .svg-wrap {
  width: 58%;
  height: 100%;
  -webkit-clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #00A14B;
  opacity: 0.6;
}
.main-info {
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-50%);
}
.main-info img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
}
.main-info h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #ffffff;
  max-width: 950px;
  margin-bottom: 15px;
}
.main-info p {
  max-width: 950px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 50px;
}
.main-info a {
  display: inline-block;
  padding: 25px 35px 25px 25px;
  background: #00843D;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
  overflow: hidden;
}
.main-info a:hover {
  border: 1px solid #00843D;
  background: white;
  color: #00843D;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.main-info a span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.main-info a span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 9px;
  height: 9px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.main-info a:hover span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00A14B;
  top: 51%;
}

.header-fixed {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  background: #181818 !important;
  padding: 15px 0 !important;
  transition: all 0.5s ease !important;
}
.header-fixed .header-nav a {
  color: #fff;
}
.header-fixed .header-nav a:hover {
  color: #00A14B;
  transition: color 0.3s ease;
}
.header-fixed .header-nav a:hover svg path {
  fill: #00A14B;
  transition: fill 0.3s ease;
}
.header-fixed .header-nav a svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}
.header-fixed .header-left svg path.letter {
  fill: #fff;
}
.header-fixed .header-left svg:hover path.letter {
  fill: #00A14B;
  transition: fill 0.3s ease;
}

.loader path.letter {
  fill: #00A14B;
}

#nav-icon {
  width: 30px;
  height: 23px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 3;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #00A14B;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 9px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 18px;
}

#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 3px;
  top: 4px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 4px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 14px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 14px;
}

.mobile-wrap {
  display: none;
}

.mobile-nav {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background: #ffffff;
}
.mobile-nav .nav-list {
  padding-top: 90px;
}
.mobile-nav .nav-list li {
  text-align: center;
  transform: translateX(-20%);
  opacity: 0;
}
.mobile-nav .nav-list li {
  position: relative;
}
.mobile-nav .nav-list a {
  display: block;
  padding: 15px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.816507px;
  text-transform: uppercase;
  color: #00A14B;
  text-decoration: none;
}
.mobile-nav .nav-list a svg path {
  fill: #00A14B;
}
.mobile-nav .nav-list a svg.fa-youtube {
  width: 24px;
  height: 24px;
}

.active-nav {
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.active-nav .nav-list li {
  transform: translateX(0);
  opacity: 1;
}
.active-nav .nav-list li:nth-child(1) {
  transition: all 0.3s 0.15s ease;
}
.active-nav .nav-list li:nth-child(2) {
  transition: all 0.3s 0.3s ease;
}
.active-nav .nav-list li:nth-child(3) {
  transition: all 0.3s 0.45s ease;
}
.active-nav .nav-list li:nth-child(4) {
  transition: all 0.3s 0.6s ease;
}
.active-nav .nav-list li:nth-child(5) {
  transition: all 0.3s 0.75s ease;
}
.active-nav .nav-list li:nth-child(6) {
  transition: all 0.3s 0.9s ease;
}
.active-nav .nav-list li:nth-child(7) {
  transition: all 0.3s 1.05s ease;
}
.active-nav .nav-list li:nth-child(8) {
  transition: all 0.3s 1.2s ease;
}
.active-nav .nav-list li:nth-child(9) {
  transition: all 0.3s 1.35s ease;
}
.active-nav .nav-list li:nth-child(10) {
  transition: all 0.3s 1.5s ease;
}
.active-nav .nav-list li:nth-child(11) {
  transition: all 0.3s 1.65s ease;
}
.active-nav .nav-list li:nth-child(12) {
  transition: all 0.3s 1.8s ease;
}
.active-nav .nav-list li:nth-child(13) {
  transition: all 0.3s 1.95s ease;
}
.active-nav .nav-list li:nth-child(14) {
  transition: all 0.3s 2.1s ease;
}
.active-nav .nav-list li:nth-child(15) {
  transition: all 0.3s 2.25s ease;
}
.active-nav .nav-list li:nth-child(16) {
  transition: all 0.3s 2.4s ease;
}
.active-nav .nav-list li:nth-child(17) {
  transition: all 0.3s 2.55s ease;
}
.active-nav .nav-list li:nth-child(18) {
  transition: all 0.3s 2.7s ease;
}
.active-nav .nav-list li:nth-child(19) {
  transition: all 0.3s 2.85s ease;
}
.active-nav .nav-list li:nth-child(20) {
  transition: all 0.3s 3s ease;
}

.about {
  background: #FAFAFA;
  overflow: hidden;
  height: 700vh;
  position: relative;
}
.about .fp-tableCell,
.about .fp-section {
  height: 100vh !important;
  display: block !important;
  position: relative;
  z-index: 3;
  background: white;
}
.about-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.about-left__wrap {
  width: 45%;
  position: relative;
  height: 700vh;
  background: white;
}
.about-right__wrap {
  width: 55%;
  position: relative;
  height: 700vh;
}
.about-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 125%;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: white;
  perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  -webkit-perspective: 1300px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}
.about-right {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  width: 100% !important;
  position: absolute;
  right: 0 !important;
  z-index: 1;
}
.about-item {
  position: relative !important;
  width: 100% !important;
  height: 100vh !important;
  margin: 0 !important;
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: white;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px;
  transform-style: preserve-3d;
}
.about .right-item {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  width: 100%;
  height: 100vh !important;
}
.about .clear {
  height: 100vh !important;
}
.about .info.info-left {
  text-align: left;
  width: 100%;
  height: 100%;
}
.about .info.info-left .info-desc {
  left: 60px;
}
.about .info.info-left .info-desc__item {
  position: relative;
}
.about .info.info-left .info-desc__item:after {
  content: "";
  display: block;
  position: absolute;
  right: -50px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/arrow-up-green.svg) center center no-repeat;
  background-size: contain;
}
.about .info.info-right {
  background: #00A14B;
  text-align: right;
  width: 100%;
  height: 100%;
}
.about .info.info-right .info-desc {
  right: 60px;
}
.about .info.info-right .info-desc__item {
  position: relative;
}
.about .info.info-right .info-desc__item:after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/arrow-up-white.svg) center center no-repeat;
  background-size: contain;
}
.about .info.info-right .info-desc__item h3 {
  color: #ffffff;
}
.about .info.info-right .info-desc__item p {
  color: #ffffff;
}
.about .info.info-right .info-desc__item span.info-line {
  background: #ffffff;
}
.about .info .info-desc-mobile {
  display: none;
}
.about .info .info-desc {
  position: absolute;
  top: calc(50% + 40px);
  transform: translateY(-50%);
  width: 325px;
}
.about .info .info-desc__item {
  margin-bottom: 25px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.about .info .info-desc__item:hover:after {
  -webkit-animation: shake 1.6s infinite linear;
          animation: shake 1.6s infinite linear;
}
.about .info .info-desc__item h3 {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.about .info .info-desc__item p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #424242;
  margin-bottom: 10px;
}
.about .info .info-desc__item span.info-number {
  font-size: 36px;
  font-weight: bold;
}
.about .info .info-desc__item span.info-line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #00A14B;
  transform: translateX(-101%);
  transition: transform 0.8s ease;
}
.about .info .info-desc__item span.info-line.active-line {
  transform: translateX(0);
  transition: transform 1.4s 0.6s ease;
}
.about .about-wrap .fast.item-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
}
.about .about-wrap .fast.item-left .fp-tableCell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
}
.about .about-wrap .fast.item-right {
  padding: 50px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.about .about-wrap .fast.item-right .fast-info {
  margin-top: 60px;
  padding-right: 60px;
}
.about .about-wrap .fast.item-right h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
  mix-blend-mode: normal;
}
.about .about-wrap .fast.item-right p {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.6px;
  color: #424242;
  max-width: 315px;
}
.about .about-wrap .map {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.about .about-wrap .map svg {
  margin-top: 40px;
}
.about .about-wrap .map-info {
  position: absolute;
  left: 80px;
  top: 65%;
}
.about .about-wrap .map-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.about .about-wrap .map-info span {
  font-size: 16px;
  display: block;
}
.about .about-wrap .map-info span + span {
  margin-top: 3px;
}
.about .about-wrap .map-info span.city-part {
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #00A14B;
}
.about .about-wrap .map-info .district {
  display: none;
}
.about .about-wrap svg path {
  transition: fill 0.3s ease;
  cursor: pointer;
}
.about .about-wrap .active-part {
  fill: #00843D;
  transition: fill 0.3s ease;
}
.about .about-wrap .hide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.about .about-wrap .show {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.about .clear.clear-left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about .clear.clear-left .fp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about .clear.clear-left .info {
  padding-left: 60px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.about .clear.clear-left h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
}
.about .clear.clear-left ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 320px;
}
.about .clear.clear-left li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
  position: relative;
  padding-left: 15px;
}
.about .clear.clear-left li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #00BD9B;
}
.about .clear.clear-left li + li {
  margin-top: 20px;
}
.about .clear.clear-left .clear-right__text {
  position: absolute;
  right: 50px;
  top: 70px;
  z-index: 2;
  text-align: right;
}
.about .clear.clear-left .clear-right__text p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #181818;
}
.about .clear.clear-left .clear-right__text span {
  padding-right: 30px;
  display: block;
  margin: 5px 0;
  font-family: "Futura PT", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 150px;
  line-height: 120px;
  background: url(../img/clear-1.jpg) 430px center repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.about .clear.clear-left .clear-right__text span:after {
  content: "%";
  font-family: "Futura PT", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 70px;
  top: 62px;
  background: url(../img/clear-1.jpg) center center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .clear.clear-left .clear-right__text p:nth-child(3) {
  padding-right: 30px;
}
.about .clear.clear-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about .clear.clear-right .clear-right__img {
  width: 100%;
  height: 100%;
}
.about .clear.clear-right .clear-right__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.about .techno {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.about .techno.techno-left {
  position: relative;
  z-index: 2;
}
.about .techno.techno-left .techno-left__img {
  height: 100%;
}
.about .techno.techno-left .techno-left__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -30px bottom;
     object-position: -30px bottom;
}
.about .techno.techno-left .techno-left__text {
  position: absolute;
  bottom: 7%;
  right: 130px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.about .techno.techno-left .techno-left__text .techno-left__text-color p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
}
.about .techno.techno-left .techno-left__text .techno-left__text-color span {
  font-family: "Futura PT", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 160px;
  line-height: 130px;
  color: #ffffff;
}
.about .techno.techno-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  z-index: 0;
}
.about .techno.techno-right .techno-right__info {
  padding-right: 50px;
  margin-top: 30px;
}
.about .techno.techno-right h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
  margin-bottom: 10px;
  text-align: right;
}
.about .techno.techno-right p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #424242;
  max-width: 390px;
}
.about .techno.techno-right .techno-left__text {
  position: absolute;
  bottom: 7%;
  left: 110px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.about .techno.techno-right .techno-left__text .techno-left__text-bg p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  text-align: right;
  color: #181818;
}
.about .techno.techno-right .techno-left__text .techno-left__text-bg span {
  font-family: "Futura PT", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 160px;
  line-height: 130px;
  background: url(../img/techno-1.jpg) center center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .profy {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.about .profy-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #00A14B;
}
.about .profy-left .fp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about .profy-left .profy-left__info {
  padding-left: 60px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  background: #00A14B;
}
.about .profy-left h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 15px;
}
.about .profy-left p {
  max-width: 380px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.about .profy-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.about .profy-right .profy-right__info {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 60px;
  width: 100%;
}
.about .profy-right h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  text-align: right;
  color: #181818;
  margin-bottom: 10px;
}
.about .profy-right p {
  max-width: 420px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #424242;
}
.about .comfort {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.about .comfort-left .fp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about .comfort-left .comfort-left__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  margin-top: 30px;
  height: 100%;
  max-width: 500px;
}
.about .comfort-left ul {
  list-style: initial;
}
.about .comfort-left h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
  margin-bottom: 10px;
}
.about .comfort-left p, .about .comfort-left li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.about .comfort-left li {
  margin: 10px 0;
}
.about .comfort-right {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.about .comfort-right__img {
  height: 100%;
  width: 100%;
}
.about .comfort-right__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .official {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.about .official-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about .official-left .fp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about .official-left .official-left__info {
  padding-left: 60px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.about .official-left h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
  margin-bottom: 10px;
}
.about .official-left p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
  max-width: 355px;
}
.about .official-left p strong {
  font-weight: 700;
}
.about .official-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .official-right__img {
  height: 100%;
  width: 100%;
}
.about .official-right__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .official-right .official-right__text-wrap {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.services {
  padding: 60px 10px 30px;
  background: #FCFCFD;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.services-head h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
  margin-bottom: 20px;
  margin-left: -30px;
}
.services-head p {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  display: inline-block;
}
.services-head a {
  display: inline-block;
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #00843D;
  text-decoration: none;
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
.services-head a span {
  position: relative;
}
.services-head a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #00843D;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.services-head a svg {
  margin-left: 5px;
  vertical-align: middle;
  opacity: 0;
}
.services-head a:hover svg {
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-animation: shake 1s 1 ease;
          animation: shake 1s 1 ease;
}
.services-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 620px;
  background: #FCFCFD;
  border: 1px solid #D4DEE3;
  padding-bottom: 30px;
  position: relative;
  transition: background 0.3s ease, border 0.3s ease;
  margin-right: 40px;
  margin-bottom: 20px;
}
.services-item__wrap {
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.services-item .item-image {
  height: 275px;
  overflow: hidden;
}
.services-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.5s ease;
}
.services-item .item-info {
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 50px;
}
.services-item .item-info h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.services-item .item-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  transition: color 0.3s ease;
}
.services-item:hover {
  background: #00A14B;
  border: 1px solid #D4DEE3;
  transition: background 0.5s ease, border 0.5s ease;
}
.services-item:hover .service-link {
  background-color: white;
  transition: background-color 0.5s ease;
}
.services-item:hover .service-link span {
  color: #00843D;
}
.services-item:hover .item-image img {
  transform: scale(1.1) !important;
  transition: transform 2s ease !important;
}
.services-item:hover h3, .services-item:hover p, .services-item:hover a {
  color: white;
  transition: color 0.5s ease;
}
.services-item:hover a:after {
  transition: background-color 0.5s ease;
  background-color: #fff;
}
.services-item:hover svg path {
  fill: white;
  transition: fill 0.5s ease;
}
.services-item .service-link {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  display: flex;
  margin-left: 30px;
  margin-top: 10px;
  position: relative;
  transition: all 0.5s ease;
  background-color: #00843D;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.services-item .service-link span {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.services-item .service-link span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #00843D;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.services-item .service-link:hover span:after {
  opacity: 1;
  top: 50%;
  transition: opacity 0.5s, top 0.5s;
}
.services-item:last-child {
  margin-right: 0;
}

.gallery {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
}
.gallery-item {
  width: 100vw;
  height: calc(100vh - 60px);
}
.gallery-wrap {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gallery-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery .container {
  height: 100%;
}
.gallery-nav {
  position: absolute;
  bottom: 25px;
  width: 100%;
  z-index: 3;
}
.gallery-nav .arrow-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.gallery-nav button {
  background: none;
  border: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: white;
  transition: color 0.3s ease;
}
.gallery-nav button:hover {
  color: #00A14B;
  transition: color 0.3s ease;
}
.gallery-nav .gallery-prev {
  margin-left: 20px;
}
.gallery-nav .gallery-next {
  margin-right: 20px;
}
.gallery-count {
  position: absolute;
  left: 50%;
  bottom: 27px;
  z-index: 3;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: white;
  vertical-align: middle;
}
.gallery-count span {
  font-size: 22px;
  line-height: 1;
}
.gallery .slick-slide.slick-current img {
  transform: scale3d(1, 1, 1) rotate(0.001deg);
}
.gallery .slick-slide img {
  transform: scale3d(1.7, 1.7, 1);
  transition: transform 1s ease, -webkit-filter 0.5s ease;
  transition: transform 1s ease, filter 0.5s ease;
  transition: transform 1s ease, filter 0.5s ease, -webkit-filter 0.5s ease;
}

.clients {
  padding: 140px 0 100px;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.clients-head h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #181818;
}
.clients-item__wrap {
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.clients-item {
  width: 100%;
  min-height: 250px;
  border: 1px solid #D4DEE3;
  position: relative;
}
.clients .item-wrap {
  width: calc(20% - 30px);
  margin: 0 15px 30px;
}
.clients .item-front {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.clients .item-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients .item-back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00A14B;
  border: 1px solid #D4DEE3;
}
.clients .item-back .item-info {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 40px;
  right: 10px;
  bottom: 20px;
  left: 20px;
}
.clients .item-back ul {
  list-style: initial;
}
.clients .item-back p:first-child {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.clients .item-back li, .clients .item-back p:last-child {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.clients .clients-item {
  perspective: 1000;
  perspective: 1000;
  transition: 0.6s ease;
  transform-style: preserve-3d;
}
.clients .item-front, .clients .item-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  perspective: 1000;
  transition: 0.6s ease;
  transform-style: preserve-3d;
}
.clients .item-front {
  z-index: 2;
}
.clients .item-back {
  transform: rotateY(180deg);
}
.clients .item-wrap:hover .clients-item {
  transform: rotateY(180deg);
}
.clients .item-wrap:hover .item-info {
  opacity: 1;
  transition: opacity 0.3s 0.3s ease;
}

.presentation {
  position: relative;
  z-index: 2;
}
.presentation-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 230px;
}
.presentation-left {
  background: #00A14B;
  width: 35%;
}
.presentation-left img {
  width: 100%;
  height: 100%;
}
.presentation-right {
  width: 65%;
  background-size: cover;
  padding: 80px;
  background: url(../img/presentation-right.jpg) 0px -140px no-repeat;
  position: relative;
  background-size: cover;
}
.presentation-right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 161, 75, 0.8);
  z-index: 1;
}
.presentation-right h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.presentation-right p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.presentation-right a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ffffff;
  transition: text-shadow 0.3s ease;
  position: relative;
  z-index: 2;
}
.presentation-right a svg {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.presentation-right a svg path {
  fill: #ffffff;
}
.presentation-right a:hover svg {
  opacity: 1;
  transition: opacity 0.2s ease;
  -webkit-animation: shake 1s 1 ease;
          animation: shake 1s 1 ease;
}

.feedback {
  background: #ffffff;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.feedback-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.feedback-nav a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  text-decoration: none;
  display: block;
  padding: 25px 0;
  background: #F2F4F7;
  transition: background 0.3s ease;
}
.feedback-nav a:hover {
  background: #cecece;
  color: #171616;
  transition: all 0.3s ease;
}
.feedback-nav a.active-tab-nav {
  background: #ffffff;
  transition: background 0.3s ease;
}
.feedback .nav-left {
  width: 50%;
  transition: background 0.3s ease;
}
.feedback .nav-right {
  width: 50%;
}
.feedback-tabs {
  position: relative;
}
.feedback .tabs-left {
  padding: 60px 15px 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.feedback .tabs-left form {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.feedback .tabs-left form .input-row {
  margin: 30px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.feedback .tabs-left form label {
  width: 420px;
  height: 60px;
  position: relative;
  border: 1px solid transparent;
}
.feedback .tabs-left form input {
  font-family: "Montserrat", sans-serif;
  width: 420px;
  height: 60px;
  border: 1px solid #D4DEE3;
  padding-left: 25px;
  font-size: 16px;
  line-height: 60px;
  color: #181818;
  position: relative;
  z-index: 0;
}
.feedback .tabs-left form input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #ACB7C2;
}
.feedback .tabs-left form input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #ACB7C2;
}
.feedback .tabs-left form input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #ACB7C2;
}
.feedback .tabs-left form input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #ACB7C2;
}
.feedback .tabs-left form input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #ACB7C2;
}
.feedback .tabs-left form label.textarrea-label {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid transparent;
}
.feedback .tabs-left form textarea {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  min-height: 130px;
  border: 1px solid #D4DEE3;
  padding-left: 25px;
  padding-top: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  resize: none;
  font-weight: 500;
}
.feedback .tabs-left form textarea::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.feedback .tabs-left form textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.feedback .tabs-left form textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.feedback .tabs-left form textarea::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.feedback .tabs-left form textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ACB7C2;
}
.feedback .tabs-left form button {
  cursor: pointer;
  padding: 25px 100px;
  display: inline-block;
  margin: 0 auto;
  background: #00843D;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.feedback .tabs-left form button:hover {
  background: #FFFFFF;
  color: #00843D;
  border: 1px solid #00843D;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.feedback .tabs-left form button span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.feedback .tabs-left form button span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.feedback .tabs-left form button:hover span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00843D;
  top: 50%;
}
.feedback .tabs-left form div.error {
  position: absolute;
  left: 0;
  bottom: -15px;
  color: red;
  font-size: 13px;
  z-index: 0;
}
.feedback .tabs-left .form-success {
  display: none;
  padding: 30px 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.feedback .tabs-left .form-success .success-info {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  margin-bottom: 60px;
  text-align: left;
}
.feedback .tabs-left .form-success .success-info .error-message {
  display: none;
  text-align: center;
}
.feedback .tabs-left .form-success a {
  position: relative;
  cursor: pointer;
  padding: 25px 100px;
  display: inline-block;
  margin: 20px auto 0;
  background: #00843D;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.feedback .tabs-left .form-success a:hover {
  background: #ffffff;
  color: #00843D;
  border: 1px solid #00843D;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.feedback .tabs-left .form-success a span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.feedback .tabs-left .form-success a span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #ffffff;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.feedback .tabs-left .form-success a:hover span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00843D;
  top: 50%;
}
.feedback .tabs-left .form-loader {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.feedback .tabs-left .form-loader .loader-balls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feedback .tabs-right {
  display: none;
  padding: 60px 15px 0;
  z-index: -1;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.feedback .tabs-right p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #181818;
  margin-bottom: 60px;
  text-align: left;
}
.feedback .tabs-right a {
  display: inline-block;
  margin: 0 auto;
  padding: 25px 100px;
  background: #00843D;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.feedback .tabs-right a:hover {
  border: 1px solid #00843D;
  background: #ffffff;
  color: #00843D;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.feedback .tabs-right a span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  transition: padding-right 0.5s;
}
.feedback .tabs-right a span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #ffffff;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.feedback .tabs-right a:hover span:after {
  transition: opacity 0.5s, top 0.5s;
  opacity: 1;
  border-color: #00843D;
  top: 51%;
}
.feedback .active-tab {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.footer {
  padding: 40px 0;
  background: #E5E5E5;
  position: relative;
  z-index: 2;
}
.footer-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-wrap p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 10px;
}
.footer-wrap a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #747474;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
.footer-wrap a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #00843D;
  transform: translateX(-102%);
  transition: transform 0.3s ease;
}
.footer-wrap a:hover:after {
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.fp-auto-height {
  height: 100% !important;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent !important;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

/* Firefox < 19 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}

/* Firefox > 19 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

/* Internet Explorer 10 */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input.select:focus::-webkit-input-placeholder {
  color: #ACB7C2 !important;
}

input.select:focus::-moz-placeholder {
  color: #ACB7C2 !important;
}

input.select:focus:-ms-input-placeholder {
  color: #ACB7C2 !important;
}

input.select:focus::-ms-input-placeholder {
  color: #ACB7C2 !important;
}

input.select:focus::placeholder {
  color: #ACB7C2 !important;
}

strong, b,
p strong {
  font-weight: bold !important;
}

.mobile-image {
  display: none;
}

.arrow {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
}

i, em,
span em,
p em {
  font-style: italic !important;
}

.service__description {
  width: 100%;
  display: flex;
}
.service .services-item {
  pointer-events: none;
}

.header-logo a svg.hidden {
  display: none;
}

.main-sides__arrow {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-animation: custom-scroller 1s infinite ease-in-out forwards;
          animation: custom-scroller 1s infinite ease-in-out forwards;
}

.main-sides__arrow svg {
  width: 40px;
  height: 40px;
}

.main-sides__arrow svg path {
  fill: #ffffff;
}

@-webkit-keyframes custom-scroller {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 20px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes custom-scroller {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 20px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 450px) {
  .main {
    height: 40dvh;
    max-height: 40dvh;
  }

  .main-image {
    height: 40dvh;
  }

  .main-bg {
    height: 40dvh;
  }

  .main-sides__arrow {
    display: none;
  }
}
.pay-button {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  display: flex;
  margin: 16px 0;
  position: relative;
  transition: all 0.5s ease;
  background-color: #00843D;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.pay-button span {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.pay-button span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #00843D;
  border-top: none;
  border-right: none;
  transition: opacity 0.5s, top 0.5s;
  transform: rotate(-135deg) translateY(-50%);
}
.pay-button:hover {
  transition: all 0.5s ease;
  color: #00843D;
  border: 1px solid #00843D;
  background-color: #ffff;
}
.pay-button:hover span:after {
  opacity: 1;
  top: 50%;
  transition: opacity 0.5s, top 0.5s;
}

@media all and (min-width: 1950px) {
  .main-info {
    margin-left: 200px;
  }
  .main-info h2 {
    max-width: 850px;
  }
}
@media all and (max-width: 1650px) {
  .about .techno.techno-left .techno-left__text {
    right: 110px;
  }

  .about .techno.techno-right .techno-left__text {
    left: 95px;
  }
}
@media all and (max-width: 1550px) {
  .container {
    max-width: 1400px;
    padding: 0 50px;
  }

  .main-info h2, .main-info p {
    max-width: 950px;
  }
  .main-info h2 span, .main-info p span {
    font-size: 50px !important;
    line-height: 54px !important;
  }
  .main-info h2 img, .main-info p img {
    width: 44px;
    height: 44px;
    margin-bottom: 7px;
  }
  .main-info a {
    padding: 20px 30px 20px 20px;
  }
  .main-info p {
    margin-bottom: 20px;
  }
  .main-info h2 {
    font-size: 33px;
    line-height: 36px;
  }

  .about .clear-right__text {
    left: 70px;
  }

  .about .fast .item-right p {
    margin-top: 10px;
  }

  .services-item__wrap {
    margin-top: 20px;
  }

  .services-item .item-image {
    height: 275px;
  }

  .service .services-item .item-image {
    height: 180px;
  }

  .services-item .item-info {
    margin-top: 15px;
  }

  .services-item {
    margin-right: 15px;
    padding-bottom: 20px;
  }

  .services {
    padding: 100px 10px 30px;
  }

  .newslist-item {
    width: 410px;
  }

  .services-head h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 15px;
  }

  .about .techno.techno-left .techno-left__img img {
    -o-object-position: -30px bottom;
       object-position: -30px bottom;
  }

  .service__img {
    height: 600px;
  }
}
@media all and (max-width: 1450px) {
  .clients-item {
    min-height: 250px;
  }

  .newslist-wrap {
    justify-content: center;
  }

  .clients .item-back .item-info {
    top: 30px;
    right: 30px;
    bottom: 20px;
    left: 30px;
  }

  .about .techno.techno-right .techno-right__info h2 {
    text-align: right;
  }

  .about .fast .item-right p {
    line-height: 1.2;
    margin-top: 10px;
  }

  .about .clear-right__text {
    left: 125px;
  }
  .about .clear-right__text span {
    font-size: 110px;
    line-height: 80px;
  }
  .about .clear-right__text p {
    font-size: 16px;
    line-height: 18px;
  }

  .about .techno-left__text-bg span,
.about .techno-left__text-color span {
    font-size: 110px;
    line-height: 80px;
  }
  .about .techno-left__text-bg p,
.about .techno-left__text-color p {
    font-size: 22px;
    line-height: 26px;
  }

  .about .official-right__text-wrap {
    width: 100%;
  }

  .about .clear-right__text span:after {
    font-size: 21px;
    line-height: 1;
    right: 53px;
    top: 31px;
  }

  .services-item {
    justify-content: space-between;
  }

  .about .clear.clear-right .clear-right__img img {
    -o-object-position: 30px 0;
       object-position: 30px 0;
  }
}
@media all and (max-width: 1400px) {
  .clients .item-wrap {
    width: calc(25% - 30px);
  }
}
@media all and (max-width: 1350px) {
  .services-item .service-link {
    margin-left: 20px;
  }

  .services-item {
    width: 450px;
    margin-right: 20px;
  }
  .services-item .item-info {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-head h1 {
    font-size: 40px;
  }
  .services-head p, .services-head a {
    font-size: 20px;
  }

  .services-item__wrap {
    margin-top: 40px;
  }

  .newslist-wrap {
    justify-content: center;
  }

  .about .clear-right__text {
    left: 110px;
  }

  .about .profy-right {
    padding-top: 65px;
  }
}
@media all and (max-width: 1310px) {
  .header-nav {
    display: none;
  }

  .mobile-wrap {
    display: block;
  }

  .mobile-nav {
    z-index: 1000;
  }

  #nav-icon {
    z-index: 1001;
  }
}
@media all and (max-width: 1300px) {
  .about .clear-right__text {
    left: 80px;
  }

  .services-item {
    width: 420px;
    margin-right: 15px;
  }

  .about .techno.techno-left .techno-left__text {
    right: 90px;
  }

  .about .techno.techno-right .techno-left__text {
    left: 80px;
  }

  .clients .item-wrap {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
  }

  .clients-item__wrap {
    justify-content: flex-start;
  }
}
@media all and (max-width: 1250px) {
  .clients-item {
    min-height: 200px;
  }

  .clients .item-back .item-info {
    left: 20px;
    top: 20px;
    right: 10px;
    bottom: 10px;
  }
  .clients .item-back .item-info p {
    font-size: 18px;
  }
  .clients .item-back .item-info li {
    font-size: 16px;
    line-height: 1.2;
  }

  .clients-item__wrap {
    justify-content: center;
  }

  .about .clear-right__text {
    left: 60px;
  }

  .about .techno-left__text-bg span, .about .techno-left__text-color span,
.about .clear-right__text span {
    font-size: 80px;
    line-height: 66px;
  }

  .about .techno-left__text-bg p, .about .techno-left__text-color p {
    font-size: 18px;
    line-height: 22px;
  }

  .about .clear-right__text span:after {
    font-size: 15px;
    line-height: 1;
    right: 47px;
    top: 28px;
  }

  .services-item {
    width: 400px;
    margin-right: 10px;
  }

  .clients .item-back .item-info ul {
    padding-left: 15px;
  }
}
@media all and (max-width: 1200px) {
  .service-wrap {
    padding: 0 15px 15px;
  }

  .services-head h1 {
    margin-left: 0;
  }

  .container {
    padding: 0 15px;
  }

  .main-info h2,
.clients-head h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .main-info p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .presentation-right {
    padding: 40px 20px;
  }

  .feedback-nav a {
    font-size: 20px;
    line-height: 1.1;
  }

  .about-item .reveal-left {
    transform: rotateX(0);
    opacity: 1;
    transition: all 0.6s ease;
  }

  .about-item .reveal-right {
    transform: rotateX(0);
    opacity: 1;
    transition: all 1s ease;
  }

  .about-right {
    flex-direction: column;
  }

  .about .official-right .official-right__text-wrap {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .about .clear.clear-left .clear-right__text {
    right: 35px;
  }

  .about .info .info-desc__item span.info-line {
    transform: none;
  }
}
@media all and (max-width: 1100px) {
  .about-wrap .about-right .info-right {
    display: none;
  }

  .about-right {
    background: white;
  }

  .about-item.right-item.official {
    display: none;
  }

  .mobile-image__wrap {
    width: 100%;
    height: 100%;
  }
  .mobile-image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 800px;
  }

  .mobile-image {
    margin: 15px 0;
    display: block;
    width: 100%;
    height: auto;
  }

  .services-item__wrap {
    justify-content: space-around;
  }

  .about .clear-right__text {
    left: 50px;
  }

  .about-left__wrap {
    height: auto;
    width: 100%;
  }
  .about-left__wrap .about-left {
    position: relative;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .about .clear-right__text,
.about .techno.techno-right .techno-left__text .techno-left__text-bg {
    display: none;
  }

  .about-right__wrap {
    height: auto;
    width: 100%;
  }

  .about .techno-left__text {
    right: 47px;
  }

  .about {
    height: auto;
  }

  .about-wrap {
    flex-direction: column;
  }
  .about-wrap .about-left,
.about-wrap .about-right {
    width: 100%;
  }
  .about-wrap .about-item {
    height: auto !important;
    padding: 15px 0 !important;
    margin: 15px 0 !important;
  }

  .about .clear.clear-left .info,
.about .profy-left .profy-left__info,
.about .comfort-left .comfort-left__info,
.about .official-left .official-left__info,
.about .about-wrap .fast.item-right .fast-info,
.about .techno.techno-right .techno-right__info,
.about .profy-right,
.about .profy {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .about .clear.clear-left .info ul,
.about .profy-left .profy-left__info ul,
.about .comfort-left .comfort-left__info ul,
.about .official-left .official-left__info ul,
.about .about-wrap .fast.item-right .fast-info ul,
.about .techno.techno-right .techno-right__info ul,
.about .profy-right ul,
.about .profy ul {
    max-width: none;
    padding-left: 15px;
  }
  .about .clear.clear-left .info h2,
.about .profy-left .profy-left__info h2,
.about .comfort-left .comfort-left__info h2,
.about .official-left .official-left__info h2,
.about .about-wrap .fast.item-right .fast-info h2,
.about .techno.techno-right .techno-right__info h2,
.about .profy-right h2,
.about .profy h2 {
    text-align: left;
    width: 100%;
    max-width: none;
    font-size: 40px;
    line-height: 1.1;
    padding-left: 15px;
  }
  .about .clear.clear-left .info p,
.about .profy-left .profy-left__info p,
.about .comfort-left .comfort-left__info p,
.about .official-left .official-left__info p,
.about .about-wrap .fast.item-right .fast-info p,
.about .techno.techno-right .techno-right__info p,
.about .profy-right p,
.about .profy p {
    text-align: left;
    max-width: none;
    width: 100%;
    padding-left: 15px;
  }

  .about .techno.techno-left,
.about .clear.clear-right,
.about .profy-right,
.about .comfort-right {
    display: none;
  }

  .about .official-right__img {
    position: relative;
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .about .official-right__img .official-right__text {
    width: 100%;
  }

  .about .official-right .official-right__text-wrap {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about .official-right .official-right__text-wrap .official-right__text h3 {
    padding-left: 15px;
    text-align: left;
  }
  .about .official-right .official-right__text-wrap .official-right__text a {
    padding-left: 15px;
    text-align: left;
    margin-right: 0;
  }

  .about .official-right .official-right__text {
    position: static;
    transform: none;
  }

  .about-left {
    position: relative !important;
  }

  .services {
    min-height: auto;
    height: auto;
    display: block;
  }

  .services-item .item-info {
    margin-top: 15px;
  }

  .services-item {
    width: 380px;
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .services-item__wrap {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .services-item .item-image {
    height: 140px;
  }
  .services-item .item-info h3 {
    font-size: 18px;
    line-height: 1.1;
  }
  .services-item .item-info p {
    font-size: 14px;
  }
  .services-item .item-info a {
    left: 20px;
    font-size: 13px;
    line-height: 1;
    bottom: 20px;
  }

  .about .info .info-desc {
    position: static;
    transform: none;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .about .info .info-desc .info-desc__item {
    width: 300px;
    padding: 0 5px;
  }
  .about .info .info-desc .info-desc__item h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .about .info .info-desc .info-desc__item p {
    font-size: 14px;
    line-height: 22px;
  }
  .about .info .info-desc .info-desc__item span.info-number {
    font-size: 18px;
  }
  .about .info .info-desc .info-desc__item:after {
    display: none;
  }

  .about .info .info-desc-mobile {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .about .info .info-desc-mobile .info-desc__item {
    padding: 0 5px;
    width: 300px;
  }
  .about .info .info-desc-mobile .info-desc__item:after {
    display: none;
  }
  .about .info .info-desc-mobile .about-wrap .about-item {
    height: auto !important;
    padding: 15px 0 !important;
    margin: 15px 0 !important;
  }

  .about-right {
    position: static !important;
  }

  .about .profy-left,
.about .profy-left .profy-left__info {
    background: white;
  }
  .about .profy-left h2, .about .profy-left p,
.about .profy-left .profy-left__info h2,
.about .profy-left .profy-left__info p {
    color: black;
  }

  .about .comfort-left .comfort-left__info {
    max-width: none;
  }

  .main-info {
    top: 50%;
  }

  .about .info .info-desc .info-desc__item {
    min-height: 90px;
  }

  .info-desc.info-desc-mobile .info-desc__item:last-child {
    position: relative;
  }
  .info-desc.info-desc-mobile .info-desc__item:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 2px;
    background: #00A14B;
  }
  .info-desc.info-desc-mobile .info-desc__item:last-child h3 {
    max-width: 250px;
  }

  .about .profy-right {
    display: block;
  }
  .about .profy-right .profy-right__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .about .about-mobile {
    background: #ffffff;
  }
  .about .about-mobile .about-section {
    width: 100%;
  }
  .about .about-mobile .clear-right,
.about .about-mobile .techno.techno-left,
.about .about-mobile .comfort-right,
.about .about-mobile .about-item.right-item.official {
    display: block;
  }
  .about .about-mobile .clear-right img,
.about .about-mobile .techno.techno-left img,
.about .about-mobile .comfort-right img,
.about .about-mobile .about-item.right-item.official img {
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center !important;
       object-position: center !important;
  }
  .about .about-mobile .clear-right .techno-left__text,
.about .about-mobile .techno.techno-left .techno-left__text,
.about .about-mobile .comfort-right .techno-left__text,
.about .about-mobile .about-item.right-item.official .techno-left__text {
    display: none;
  }
  .about .about-mobile .about-section__fast,
.about .about-mobile .about-section__techno {
    display: flex;
    flex-direction: column-reverse;
  }
  .about .about-mobile .about-section__profy .profy-left,
.about .about-mobile .about-section__profy .profy-left__info {
    background: #00a14b !important;
  }
  .about .about-mobile .about-section__profy .profy-left h2, .about .about-mobile .about-section__profy .profy-left p,
.about .about-mobile .about-section__profy .profy-left__info h2,
.about .about-mobile .about-section__profy .profy-left__info p {
    color: #ffffff;
  }
}
@media all and (max-width: 1050px) {
  .services-head a {
    margin-bottom: 15px;
  }

  .about .techno-left__text {
    right: 41px;
  }

  .about .clear-right__text {
    left: 35px;
  }
}
@media all and (max-width: 1000px) {
  .about-item {
    margin: 30px 0;
  }

  .about .fast {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about .fast .item-left,
.about .fast .item-right {
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }
  .about .fast .item-left .fast-info,
.about .fast .item-right .fast-info {
    margin: 15px 0 10px;
    width: 100%;
  }
  .about .fast .item-left .fast-info p,
.about .fast .item-right .fast-info p {
    max-width: none;
    text-align: center;
    font-size: 14px;
  }
  .about .fast .item-left .fast-info h2,
.about .fast .item-right .fast-info h2 {
    font-size: 20px;
    line-height: 1.1;
  }

  .map svg {
    width: 350px;
    height: 315px;
  }

  .about .fast .map-info {
    left: 15px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .about .clear-right__text {
    display: none;
  }

  .about .clear {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .about .clear .clear-left {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .about .clear .clear-left ul {
    max-width: none;
  }
  .about .clear .clear-left h2 {
    font-size: 20px;
    line-height: 1.1;
  }
  .about .clear .clear-left li {
    font-size: 14px;
  }
  .about .clear .clear-right {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }

  .about .clear-right__img {
    margin: 15px 0;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .about .clear-right__img img {
    position: static;
    width: 100%;
    height: auto;
  }

  .about .techno-left__text {
    display: none;
  }

  .about .techno {
    flex-direction: column;
    height: auto;
  }
  .about .techno .techno-left {
    width: 100%;
  }
  .about .techno .techno-left__img {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .about .techno .techno-left__img img {
    width: 100%;
    height: auto;
  }
  .about .techno .techno-right {
    margin: 15px 0;
    padding: 0 10px;
    width: 100%;
    position: relative;
  }
  .about .techno .techno-right h2 {
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto 10px;
  }
  .about .techno .techno-right p {
    font-size: 14px;
    max-width: none;
    text-align: center;
    line-height: 1.2;
  }

  .about .profy {
    height: auto;
    flex-direction: column-reverse;
  }
  .about .profy .profy-left {
    padding: 0 10px;
    width: 100%;
  }
  .about .profy .profy-right {
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    padding: 30px 10px;
  }

  .about .comfort {
    flex-direction: column-reverse;
    height: auto;
  }
  .about .comfort .comfort-left {
    padding: 0 10px;
    margin: 15px 0;
    width: 100%;
  }
  .about .comfort .comfort-left h2 {
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto 10px;
  }
  .about .comfort .comfort-left p {
    font-size: 14px;
    max-width: none;
    text-align: center;
    line-height: 1.2;
  }
  .about .comfort .comfort-right {
    padding: 0 10px;
    width: 100%;
  }
  .about .comfort .comfort-right img {
    width: 100%;
    height: auto;
  }

  .about .official {
    flex-direction: column-reverse;
    height: auto;
  }
  .about .official .official-left {
    width: 100%;
    padding: 0 10px;
    margin: 15px 0;
  }
  .about .official .official-left h2 {
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto 10px;
  }
  .about .official .official-left p {
    font-size: 14px;
    max-width: none;
    text-align: center;
    line-height: 1.2;
  }
  .about .official .official-right {
    width: 100%;
    padding: 0 10px;
  }
  .about .official .official-right .official-right__text-wrap {
    display: flex;
    align-items: center;
  }
  .about .official .official-right img {
    width: 100%;
    height: auto;
    min-height: 250px;
  }

  .about .official-right__text-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .about .official-right__text {
    width: 100%;
    text-align: center;
  }
  .about .official-right__text h3 {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }
  .about .official-right__text a {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }

  .about .official-right__text-wrap {
    padding: 10px;
  }

  .about .clear .clear-left,
.about .profy .profy-left {
    margin: 15px 0;
  }

  .about .official-right {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .about .comfort-right {
    position: relative;
    height: auto;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .about .comfort-right img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .clients .item-wrap {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
  }
}
@media all and (max-width: 950px) {
  .main-sides {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .main-sides__left {
    width: 100%;
  }
  .main-sides__left .left-side__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .main-sides__left .left-side__links {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-sides__left .left-side__link {
    display: block;
    max-width: 190px;
  }
  .main-sides__left .left-side__link:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .main-sides__right {
    width: 100%;
    align-items: flex-start;
  }
  .main-sides__right .right-side__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .main-sides__right .right-side__title span {
    font-size: 16px;
  }
  .main-sides__right .right-side__links {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-sides__right .right-side__link {
    display: block;
    max-width: 190px;
  }
  .main-sides__right .right-side__link:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .main-bg {
    align-items: flex-end;
  }
  .main-bg .svg-wrap {
    width: 100%;
    height: 50%;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .service__img {
    height: auto;
  }

  .header-nav {
    display: none;
  }

  .mobile-wrap {
    display: block;
  }

  .mobile-nav {
    z-index: 1000;
  }

  #nav-icon {
    z-index: 1001;
  }

  .feedback .tabs-left form label {
    width: 48%;
  }
  .feedback .tabs-left form label input {
    width: 100%;
    font-size: 18px;
    line-height: 1.1;
    padding-right: 10px;
  }
  .feedback .tabs-left form label input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.1;
  }
  .feedback .tabs-left form label input::-moz-placeholder {
    font-size: 18px;
    line-height: 1.1;
  }
  .feedback .tabs-left form label input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.1;
  }
  .feedback .tabs-left form label input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.1;
  }
  .feedback .tabs-left form label input::placeholder {
    font-size: 18px;
    line-height: 1.1;
  }

  .feedback .tabs-left form textarea {
    font-size: 18px;
    line-height: 1.2;
  }
  .feedback .tabs-left form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.1;
  }
  .feedback .tabs-left form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 1.1;
  }
  .feedback .tabs-left form textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.1;
  }
  .feedback .tabs-left form textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.1;
  }
  .feedback .tabs-left form textarea::placeholder {
    font-size: 18px;
    line-height: 1.1;
  }

  .footer-wrap p {
    font-size: 18px;
    line-height: 1;
  }

  .footer-wrap a {
    font-size: 16px;
    line-height: 1.2;
  }

  .news-info,
.news-link {
    max-width: none;
  }

  .cooperation .row {
    flex-direction: column;
  }
  .cooperation .col {
    width: 100%;
  }

  .about-wrap .about-item {
    margin: 15px 0 !important;
  }

  .services-item {
    width: 100%;
  }

  .services-item .item-image {
    height: auto;
    max-height: 500px;
  }

  .service .services-item .item-image {
    height: auto;
    max-height: 500px;
  }

  .service__description {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 850px) {
  .main-info h2 {
    max-width: none;
    text-align: left;
  }
  .main-info h2 span {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .main-info img {
    width: 20px !important;
    height: 21px !important;
    margin-bottom: 0 !important;
  }
  .main-info p {
    max-width: none;
    font-size: 14px;
    text-align: left;
  }
  .main-info a {
    padding: 10px;
    font-size: 15px;
    margin: 0 auto;
  }

  .no-found .no-found-desc {
    width: 100%;
    text-align: center;
  }
  .no-found .no-found-desc h2 {
    font-size: 30px;
    line-height: 1.1;
  }
  .no-found .no-found-desc p {
    font-size: 18px;
    line-height: 1.1;
  }
  .no-found .no-found-desc a {
    padding: 15px 40px;
  }

  .cooperation-head h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .cooperation-customer {
    margin-top: 30px;
  }
  .cooperation-customer h4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .cooperation-info h4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .cooperation .containers td {
    font-size: 16px;
    line-height: 1.1px;
  }

  .cooperation .file-row span {
    margin-right: 10px;
  }

  .cooperation .file-row p {
    font-size: 14px;
    line-height: 1.2;
  }

  .presentation-wrap {
    flex-direction: column;
  }
  .presentation-wrap .presentation-left,
.presentation-wrap .presentation-right {
    width: 100%;
    text-align: center;
  }
  .presentation-wrap .presentation-left p,
.presentation-wrap .presentation-right p {
    max-width: none;
  }
}
@media all and (max-width: 750px) {
  .footer {
    padding: 60px 0 60px;
  }

  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-wrap .footer-center {
    margin: 25px 0;
  }

  .about {
    padding: 30px 0;
  }

  .map svg {
    width: 280px;
    height: 225px;
  }

  .about .fast .map-info {
    top: 50%;
    left: 10px;
    text-align: left;
  }
  .about .fast .map-info p, .about .fast .map-info span {
    font-size: 12px;
  }
  .about .fast .map-info span {
    margin: 0;
  }

  .popup-content {
    width: 95%;
    margin: 0 auto;
  }

  .clients .item-wrap {
    width: calc(50% - 30px);
  }

  .about .info .info-desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about .info .info-desc .info-desc__item {
    position: relative;
    padding-left: 15px;
    text-align: left;
  }
  .about .info .info-desc .info-desc__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #00BD9B;
  }

  .about .info .info-desc__item span.info-line {
    display: none;
  }

  .presentation-right h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .presentation-right p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (max-width: 600px) {
  .mobile-image__wrap img {
    max-height: 400px;
  }

  .about .profy-right p {
    max-width: none;
  }

  .services-item__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .services-item__wrap .services-item {
    margin: 0 0 20px;
    width: 100%;
  }

  .services-head h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .clients-head h2 {
    font-size: 26px;
    line-height: 1;
  }

  .services-head p, .services-head a {
    font-size: 15px;
    line-height: 1;
  }

  .services-head a {
    padding: 0;
    margin-left: 0;
  }
  .services-head a:after, .services-head a:before {
    display: none;
  }
  .services-head a span {
    padding: 0;
  }
  .services-head a span:after, .services-head a span:before {
    display: none;
  }

  .services-head p {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 18px;
  }

  .services-head .service-link {
    margin: 0;
  }
  .services-head .service-link svg {
    display: none;
  }

  .gallery-nav button {
    font-size: 15px;
  }

  .gallery-count {
    font-size: 16px;
  }
  .gallery-count span {
    font-size: 18px;
  }

  .services-item__wrap {
    margin-top: 0;
  }

  .presentation-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }
  .presentation-wrap .presentation-right,
.presentation-wrap .presentation-left {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .feedback .tabs-left form .input-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 25px 0;
  }
  .feedback .tabs-left form .input-row label {
    width: 100%;
    height: 40px;
  }
  .feedback .tabs-left form .input-row label.textarrea-label {
    height: auto;
  }
  .feedback .tabs-left form .input-row input {
    width: 100%;
    height: 40px;
    line-height: 40px !important;
    font-size: 14px;
  }
  .feedback .tabs-left form .input-row input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 40px !important;
  }
  .feedback .tabs-left form .input-row input::-moz-placeholder {
    font-size: 14px;
    line-height: 40px !important;
  }
  .feedback .tabs-left form .input-row input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 40px !important;
  }
  .feedback .tabs-left form .input-row input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 40px !important;
  }
  .feedback .tabs-left form .input-row input::placeholder {
    font-size: 14px;
    line-height: 40px !important;
  }
  .feedback .tabs-left form .input-row label + label {
    margin-top: 25px;
  }

  .feedback .tabs-left {
    padding: 30px 15px 0;
  }

  .feedback .tabs-left form textarea {
    font-size: 14px;
    min-height: 100px;
  }
  .feedback .tabs-left form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .feedback .tabs-left form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .feedback .tabs-left form textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .feedback .tabs-left form textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .feedback .tabs-left form textarea::placeholder {
    font-size: 14px;
  }

  .feedback .tabs-left form button {
    padding: 15px 60px;
    font-size: 16px;
    line-height: 1;
  }

  .feedback-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.1;
    height: 100%;
    padding: 0 10px;
  }

  .feedback-nav {
    align-items: stretch;
    height: 80px;
  }

  .feedback .tabs-right {
    padding: 30px 15px 0;
  }
  .feedback .tabs-right p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .feedback .tabs-right a {
    padding: 15px 60px;
    font-size: 16px;
    line-height: 1;
  }

  .newslist {
    padding: 30px 0;
  }

  .newslist-head h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .newslist-item {
    width: 100%;
    min-height: auto;
    margin: 0 15px 50px;
  }

  .newslist-item .item-info h4 {
    font-size: 22px;
    line-height: 1.2;
  }
  .newslist-item .item-info p {
    max-width: none;
    font-size: 16px;
    line-height: 1.3;
  }

  .newslist .pagination a {
    font-size: 18px;
    line-height: 1;
  }

  .news {
    padding-top: 75px;
    padding-bottom: 40px;
  }

  .news-info h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .news-info p {
    font-size: 16px;
    line-height: 1.3;
  }

  .cooperation .file-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 15px;
  }
  .cooperation .file-row label {
    position: relative;
  }
  .cooperation .file-row input {
    width: 180px;
  }
  .cooperation .file-row span {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1;
  }
  .cooperation .file-row p {
    margin-top: 20px;
  }

  .cooperation .main-button {
    margin-top: 50px;
  }

  .cooperation .input-row input[type=text] {
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
    line-height: 50px !important;
  }
  .cooperation .input-row input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 50px !important;
  }
  .cooperation .input-row input[type=text]::-moz-placeholder {
    font-size: 14px;
    line-height: 50px !important;
  }
  .cooperation .input-row input[type=text]:-ms-input-placeholder {
    font-size: 14px;
    line-height: 50px !important;
  }
  .cooperation .input-row input[type=text]::-ms-input-placeholder {
    font-size: 14px;
    line-height: 50px !important;
  }
  .cooperation .input-row input[type=text]::placeholder {
    font-size: 14px;
    line-height: 50px !important;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
  }

  .select2-container--open .select2-dropdown--below .select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 60px;
    padding-left: 15px;
  }

  .cooperation .containers input {
    font-size: 14px;
  }

  .cooperation .containers td:first-child {
    width: 10%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .cooperation .containers tbody {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cooperation .containers tbody tr {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cooperation .containers tbody td {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cooperation .containers td:first-child {
    width: 100%;
  }

  .cooperation .file-row span {
    margin-right: 0;
  }

  .cooperation .file-row {
    padding-right: 0;
  }

  .cooperation .file-row .file-remove {
    top: 28%;
    right: 20px;
  }

  .cooperation {
    padding: 30px 0;
  }

  .cooperation-head {
    margin-bottom: 15px;
  }
  .cooperation-head h1 {
    font-size: 22px;
  }

  .cooperation-customer {
    margin-top: 15px;
  }
  .cooperation-customer h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .services,
.clients {
    padding: 20px 0;
  }
  .services h2,
.clients h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .services-item {
    padding-bottom: 15px;
  }

  .main-info a {
    padding: 8px;
    font-size: 12px;
    margin: 0 auto;
  }

  .main-info a:hover span {
    padding-right: 15px;
  }
  .main-info a:hover span:after {
    width: 8px;
    height: 8px;
  }

  .about .fast .item-left {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .about .clear-left ul {
    justify-content: flex-start;
  }
  .about .clear-left ul li {
    text-align: left;
  }

  .clients .item-back .item-info p {
    font-size: 14px;
    line-height: 1.1;
  }

  .presentation-right {
    background: url(../img/presentation-right.jpg) center center no-repeat;
    background-size: cover;
  }
  .presentation-right a {
    font-size: 16px;
  }

  .about .official-right__text a {
    padding-left: 10px;
    text-align: left;
  }

  .cooperation .file-row span:after {
    right: 5px;
  }

  .cooperation .file-row label:hover span:after {
    right: 10px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
  }

  .select-wrapper p {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }

  .select {
    padding-right: 30px;
  }

  .select-label:after {
    right: 10px;
  }

  .gallery,
.gallery-wrap,
.gallery-item {
    height: 340px;
  }

  .loader-wrap .count {
    position: absolute;
    bottom: auto;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 65px;
    line-height: 63px;
    margin-top: 0;
  }

  .cooperation .file-row p {
    margin-left: 0;
  }

  .cooperation .file-row {
    margin-bottom: 30px;
  }

  .about-wrap .about-item {
    margin: 15px 0 !important;
    padding: 5px 0 !important;
  }

  .about .clear.clear-left .info h2,
.about .profy-left .profy-left__info h2,
.about .comfort-left .comfort-left__info h2,
.about .official-left .official-left__info h2,
.about .about-wrap .fast.item-right .fast-info h2,
.about .techno.techno-right .techno-right__info h2,
.about .profy-right .profy-right__info h2 {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }
  .about .clear.clear-left .info p,
.about .profy-left .profy-left__info p,
.about .comfort-left .comfort-left__info p,
.about .official-left .official-left__info p,
.about .about-wrap .fast.item-right .fast-info p,
.about .techno.techno-right .techno-right__info p,
.about .profy-right .profy-right__info p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .about .profy-right .profy-right__info {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about .profy-right .profy-right__info h2 {
    margin: 10px 0;
  }
  .about .profy-right .profy-right__info p {
    font-weight: normal;
  }

  .about .clear.clear-left li {
    font-size: 16px;
    line-height: 1.2;
  }

  .about .official-right .official-right__text h3 {
    font-size: 24px;
    line-height: 1;
  }
  .about .official-right .official-right__text a {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 0;
  }
  .about .official-right .official-right__text a svg {
    display: none;
  }

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

  .about .fast .map-info {
    top: auto;
    bottom: 0;
  }
  .about .fast .map-info span {
    line-height: 1;
  }

  .services-head a svg,
.presentation-right a svg {
    display: none;
  }

  .about {
    padding: 15px;
  }

  .gallery-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .mobile-image {
    margin: 15px 0;
    display: block;
    width: 100%;
    height: auto;
  }

  .cooperation .file-row {
    height: auto;
  }

  .main-info {
    text-align: left;
  }
  .main-info h2, .main-info p {
    text-align: left;
  }
  .main-info h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .main-info h2 span {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .main-info p {
    font-size: 14px;
    line-height: 18px;
  }
  .main-info p span {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  .about .official-right__img {
    width: 100%;
  }

  .about .official-right .official-right__text-wrap .official-right__text {
    padding-left: 10px;
  }

  .about .official-right .official-right__text-wrap .official-right__text h3,
.about .official-right .official-right__text-wrap .official-right__text a {
    text-align: left;
  }

  .presentation-wrap .presentation-right, .presentation-wrap .presentation-left {
    text-align: left;
  }

  .popup-content h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .popup-content input,
.popup-content textarea {
    font-size: 14px;
  }
  .popup-content input::-webkit-input-placeholder, .popup-content textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .popup-content input::-moz-placeholder, .popup-content textarea::-moz-placeholder {
    font-size: 14px;
  }
  .popup-content input:-ms-input-placeholder, .popup-content textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .popup-content input::-ms-input-placeholder, .popup-content textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .popup-content input::placeholder,
.popup-content textarea::placeholder {
    font-size: 14px;
  }

  .main {
    background-position: center center;
    background-size: cover;
  }

  .popup .popup-success .success-info {
    text-align: center;
    padding: 60px 15px;
  }

  .about .info .info-desc-mobile .info-desc__item {
    width: 100%;
  }

  .main-info {
    top: 84%;
  }

  .loader-wrap .count {
    display: none;
  }

  .loader-logo {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .about .info .info-desc .info-desc__item {
    min-height: auto;
  }
  .about .info .info-desc .info-desc__item p, .about .info .info-desc .info-desc__item h3 {
    margin-bottom: 0;
  }
  .about .info .info-desc .info-desc__item h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .about .info .info-desc .info-desc__item p {
    font-size: 14px;
    line-height: 18px;
  }

  .services-item .item-info h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .services-item .item-info p,
.about .clear.clear-left li {
    font-size: 14px;
    line-height: 18px;
  }

  .about .comfort-left li {
    font-size: 14px;
    line-height: 18px;
  }

  .main-info h2 span,
.main-info p span {
    font-size: 22px !important;
    line-height: 25px !important;
    display: flex;
    align-items: flex-end;
  }
}
@media all and (max-width: 450px) {
  .main-info__wrap .fix {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
  }
  .main-info__wrap .fix-block {
    padding: 10px;
  }
  .main-info__wrap .fix-block p {
    margin-top: 5px;
  }
  .main-info__wrap .fix .btn {
    width: 100%;
    padding: 10px;
  }
  .main-info__wrap .fix span {
    font-size: 12px;
  }

  .newslist .pagination {
    flex-direction: column;
  }
  .newslist .pagination .pagination-center {
    order: 0;
  }
  .newslist .pagination .pagination-left {
    order: 1;
    margin: 20px 0;
  }
  .newslist .pagination .pagination-right {
    order: 2;
  }

  .newslist .pagination a {
    font-size: 20px;
    line-height: 1;
  }

  .about .fast .item-left {
    padding-bottom: 20px;
    flex-direction: column;
  }
  .about .fast .item-left .map-info {
    position: static;
    margin-top: 35px;
    text-align: center;
  }

  .datepicker-container {
    width: 280px;
  }

  .cooperation .input-row input[type=text] {
    padding-left: 5px;
    font-size: 13px;
  }
  .cooperation .input-row input[type=text]::-webkit-input-placeholder {
    font-size: 12px;
  }
  .cooperation .input-row input[type=text]::-moz-placeholder {
    font-size: 12px;
  }
  .cooperation .input-row input[type=text]:-ms-input-placeholder {
    font-size: 12px;
  }
  .cooperation .input-row input[type=text]::-ms-input-placeholder {
    font-size: 12px;
  }
  .cooperation .input-row input[type=text]::placeholder {
    font-size: 12px;
  }

  .select-wrapper p {
    padding-left: 5px;
    font-size: 13px;
  }

  .feedback .tabs-left .form-success a,
.cooperation .form-success a {
    padding: 15px 60px;
    font-size: 16px;
    line-height: 1;
  }
}
@media all and (max-width: 340px) {
  .mobile-nav .nav-list {
    padding-top: 90px;
  }

  .popup-content h2, .popup-content .input-row {
    margin-bottom: 20px;
  }
  .popup-content input, .popup-content textarea {
    font-size: 13px;
  }
  .popup-content input::-webkit-input-placeholder, .popup-content textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .popup-content input::-moz-placeholder, .popup-content textarea::-moz-placeholder {
    font-size: 13px;
  }
  .popup-content input:-ms-input-placeholder, .popup-content textarea:-ms-input-placeholder {
    font-size: 13px;
  }
  .popup-content input::-ms-input-placeholder, .popup-content textarea::-ms-input-placeholder {
    font-size: 13px;
  }
  .popup-content input::placeholder, .popup-content textarea::placeholder {
    font-size: 13px;
  }
  .popup-content textarea {
    height: 50px;
    padding-top: 5px;
  }
  .popup-content .input-row label {
    font-size: 13px;
    line-height: 15px;
  }
}