

/* Start:/local/templates/offgroup/css/normalize.css?17167990322200*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/offgroup/css/animate.css?171679903291147*/
@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration)/ 2);
  animation-duration: calc(var(--animate-duration)/ 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * .8);
  animation-duration: calc(1s * .8);
  -webkit-animation-duration: calc(var(--animate-duration) * .8);
  animation-duration: calc(var(--animate-duration) * .8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print,
(prefers-reduced-motion:reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    -webkit-transition-duration: 1ms!important;
    transition-duration: 1ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  20%,
  53%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
    transform: translate3d(0,-30px,0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
    transform: translate3d(0,-15px,0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0) scaleY(.95);
    transform: translate3d(0,0,0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
    transform: translate3d(0,-4px,0) scaleY(1.02);
  }
}
@keyframes bounce {
  20%,
  53%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
    transform: translate3d(0,-30px,0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
    transform: translate3d(0,-15px,0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0) scaleY(.95);
    transform: translate3d(0,0,0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
    transform: translate3d(0,-4px,0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__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% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * .75);
  animation-duration: calc(1s * .75);
  -webkit-animation-duration: calc(var(--animate-duration) * .75);
  animation-duration: calc(var(--animate-duration) * .75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
    transform: translate3d(0,-3000px,0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    transform: translate3d(0,25px,0) scaleY(.9);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    transform: translate3d(0,-10px,0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    transform: translate3d(0,5px,0) scaleY(.985);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
    transform: translate3d(0,-3000px,0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    transform: translate3d(0,25px,0) scaleY(.9);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    transform: translate3d(0,-10px,0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    transform: translate3d(0,5px,0) scaleY(.985);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
    transform: translate3d(-3000px,0,0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0) scaleX(1);
    transform: translate3d(25px,0,0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
    transform: translate3d(-10px,0,0) scaleX(.98);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0) scaleX(.995);
    transform: translate3d(5px,0,0) scaleX(.995);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
    transform: translate3d(-3000px,0,0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0) scaleX(1);
    transform: translate3d(25px,0,0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
    transform: translate3d(-10px,0,0) scaleX(.98);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0) scaleX(.995);
    transform: translate3d(5px,0,0) scaleX(.995);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0) scaleX(3);
    transform: translate3d(3000px,0,0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0) scaleX(1);
    transform: translate3d(-25px,0,0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0) scaleX(.98);
    transform: translate3d(10px,0,0) scaleX(.98);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
    transform: translate3d(-5px,0,0) scaleX(.995);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0) scaleX(3);
    transform: translate3d(3000px,0,0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0) scaleX(1);
    transform: translate3d(-25px,0,0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0) scaleX(.98);
    transform: translate3d(10px,0,0) scaleX(.98);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
    transform: translate3d(-5px,0,0) scaleX(.995);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0) scaleY(5);
    transform: translate3d(0,3000px,0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.95);
    transform: translate3d(0,10px,0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
    transform: translate3d(0,-5px,0) scaleY(.985);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0) scaleY(5);
    transform: translate3d(0,3000px,0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.95);
    transform: translate3d(0,10px,0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
    transform: translate3d(0,-5px,0) scaleY(.985);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * .75);
  animation-duration: calc(1s * .75);
  -webkit-animation-duration: calc(var(--animate-duration) * .75);
  animation-duration: calc(var(--animate-duration) * .75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.985);
    transform: translate3d(0,10px,0) scaleY(.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0) scaleY(3);
    transform: translate3d(0,2000px,0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.985);
    transform: translate3d(0,10px,0) scaleY(.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0) scaleY(3);
    transform: translate3d(0,2000px,0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0) scaleX(.9);
    transform: translate3d(20px,0,0) scaleX(.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
    transform: translate3d(-2000px,0,0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0) scaleX(.9);
    transform: translate3d(20px,0,0) scaleX(.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
    transform: translate3d(-2000px,0,0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
    transform: translate3d(-20px,0,0) scaleX(.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0) scaleX(2);
    transform: translate3d(2000px,0,0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
    transform: translate3d(-20px,0,0) scaleX(.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0) scaleX(2);
    transform: translate3d(2000px,0,0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
    transform: translate3d(0,-10px,0) scaleY(.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0) scaleY(.9);
    transform: translate3d(0,20px,0) scaleY(.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
    transform: translate3d(0,-2000px,0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
    transform: translate3d(0,-10px,0) scaleY(.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0) scaleY(.9);
    transform: translate3d(0,20px,0) scaleY(.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
    transform: translate3d(0,-2000px,0) scaleY(3);
  }
}
.animate__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;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
    transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
    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 {
    -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
    transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
    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;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * .75);
  animation-duration: calc(1s * .75);
  -webkit-animation-duration: calc(var(--animate-duration) * .75);
  animation-duration: calc(var(--animate-duration) * .75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * .75);
  animation-duration: calc(1s * .75);
  -webkit-animation-duration: calc(var(--animate-duration) * .75);
  animation-duration: calc(var(--animate-duration) * .75);
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
    transform: translate3d(-100%,0,0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
    transform: translate3d(-100%,0,0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
    transform: translate3d(-100%,0,0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
    transform: translate3d(-100%,0,0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* End */


/* Start:/local/templates/offgroup/css/slick.css?17167990321611*/
.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;
  -ms-touch-action: pan-y;
  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: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  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;
  height:100%;
}
.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;
}
/* End */


/* Start:/local/templates/offgroup/css/jquery.formstyler.css?17167990322133*/
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-select-multiple,
.jq-selectbox {
  position: relative;
  display: inline-block;
}
.jq-select-multiple select,
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-select-multiple li,
.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-selectbox {
  z-index: 10;
}
.jq-selectbox__select {
  position: relative;
}
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
  position: absolute;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-number {
  display: inline-block;
}
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/* End */


/* Start:/local/templates/offgroup/css/jquery.formstyler.theme.css?171679903210879*/
.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff,#e6e6e6);
  box-shadow: 0 1px 1px rgba(0,0,0,.05),inset -1px -1px #fff,inset 1px -1px #fff;
  cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08c;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}
.jq-checkbox {
  border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.jq-radio {
  border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
  cursor: pointer;
}
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1;
  font: 14px/32px Arial,sans-serif;
  color: #333;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#fff,#e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);
  font: 14px/32px Arial,sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}
.jq-file:hover .jq-file__browse {
  background: linear-gradient(#f6f6f6,#e6e6e6);
}
.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}
.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
  border-color: #b3b3b3;
}
.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: 0;
  background: 0 0;
  font: 14px Arial,sans-serif;
  color: #333;
}
.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff,#e6e6e6);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}
.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}
.jq-number__spin:hover {
  background: linear-gradient(#f6f6f6,#e6e6e6);
}
.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa;
}
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff,#e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);
  font: 14px/32px Arial,sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}
.jq-selectbox__select:hover {
  background: linear-gradient(#f6f6f6,#e6e6e6);
}
.jq-selectbox__select:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa;
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  font: 14px/18px Arial,sans-serif;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231f20;
}
.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff;
}
.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff;
}
.jq-selectbox li.disabled {
  color: #aaa;
}
.jq-selectbox li.disabled:hover {
  background: 0 0;
}
.jq-selectbox li.optgroup {
  font-weight: 700;
}
.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #231f20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);
  font: 14px/18px Arial,sans-serif;
  color: #333;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794bf;
}
.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08c;
  color: #fff;
}
.jq-select-multiple li.disabled {
  color: #aaa;
}
.jq-select-multiple li.optgroup {
  font-weight: 700;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
  background: #ccc;
  color: #fff;
}
input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);
  font: 14px Arial,sans-serif;
  color: #333;
}
input[type=search].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #b3b3b3;
}
input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: linear-gradient(#fff,#e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);
  font: 14px Arial,sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=reset].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover {
  background: linear-gradient(#f6f6f6,#e6e6e6);
}
button.styler:active,
input[type=button].styler:active,
input[type=reset].styler:active,
input[type=submit].styler:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}
button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
/* End */


/* Start:/local/templates/offgroup/css/common.css?175691703113119*/
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Light.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-LightItalic.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Italic.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Medium.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-MediumItalic.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Bold.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-BoldItalic.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Black.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-BlackItalic.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/GothamPro/GothamPro-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: MyriadPro;
  src: url(/local/templates/offgroup/css/../fonts/MyriadPro/MyriadPro-Regular.woff) format("woff"),url(/local/templates/offgroup/css/../fonts/MyriadPro/MyriadPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  background: #fff;
  font: 400 14px/1.5 GothamPro,sans-serif;
  color: #000;
}
a {
  color: #b4b4b4;
  outline: 0;
}
a:active,
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}
img {
  display: block;
  max-width: 100%;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: GothamPro,sans-serif;
  color: #000;
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 900;
}
.h1,
h1 {
  font-size: 90px;
}
.h2,
h2 {
  font-size: 54px;
}
.h3,
h3 {
  font-size: 48px;
}
.h4,
h4 {
  font-size: 36px;
}
.h5,
h5 {
  font-size: 24px;
}
.h6,
h6 {
  font-size: 18px;
}
ol,
ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
ol.marker li,
ul.marker li {
  position: relative;
  padding-left: 16px;
  margin-top: 10px;
}
ol.marker li:first-child,
ul.marker li:first-child {
  margin-top: 0;
}
ul.marker li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #151515;
}
ol.marker li {
  counter-increment: step-counter;
}
ol.marker li:before {
  content: counter(step-counter) "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #f79900;
  font-weight: 700;
}
q {
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
}
small {
  font-size: 80%;
}
span {
  color: #f79900;
}
svg {
  display: block;
  overflow: hidden;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 14px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 14px;
}
input::-ms-clear {
  display: none;
}
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b24-window input{
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
input,
select,
textarea {
  font-size: 16px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.cover {
  padding: 0 20px;
  margin: 0 auto;
  min-width: 320px;
}
body.no-scroll {
  overflow: hidden;
}
.slick-slider .slick-list {
  width: 100%;
}
.slick-slider .slick-slide {
  outline: 0;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  font-size: 0;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}
.slick-slider .slick-dots li {
  padding: 10px;
}
.slick-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  outline: 0;
  border-radius: 50%;
  background: 0 0;
  border: 2px solid #575757;
  width: 13px;
  height: 13px;
  cursor: pointer;
  transition: all .3s ease;
}
.slick-slider .slick-dots li.slick-active button {
  background: #f79900;
}
.slick-arrow {
  position: relative;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: 0 0;
  border: 1px solid #7d7d7d;
  padding: 0;
  outline: 0;
  cursor: pointer;
  z-index: 200;
  transition: all .3s ease;
  margin: 0 13px;
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 18px;
  top: 7px;
  border-top: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
  transform: rotate(-45deg) translateX(-50%);
  transition: all .3s ease;
}
.slick-arrow.slick-next {
  transform: rotate(180deg);
}
.works__nav.slick-slider .slick-arrow {
  position: absolute;
  border: none;
  width: 15px;
  height: 15px;
  bottom: 13px;
  left: 0;
}
.works__nav.slick-slider .slick-arrow:before {
  width: 8px;
  height: 8px;
  left: 50%;
  top: 1px;
  z-index: 100;
}
.works__nav.slick-slider .slick-arrow:after {
  content: "";
  display: block;
  width: 75px;
  height: 40px;
  background: linear-gradient(90deg,#fff 50%,rgba(255,255,255,0) 100%);
  position: absolute;
  left: -22px;
  top: -1px;
  z-index: 5;
}
.works__nav.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.works__nav.slick-slider .slick-arrow.slick-next:after {
  top: -100%;
}
.works__nav.slick-slider .slick-arrow.slick-disabled {
  display: none!important;
}
.works__slider .slick-list {
  height: 100%;
}
.works__slider .slick-track {
  height: 100%;
}
.works__slider .slick-slide > div {
  height: 100%;
}
.works__slider .slick-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-125%);
  margin: 0;
}
.works__slider .slick-arrow.slick-next {
  left: auto;
  right: 50%;
  transform: rotate(180deg) translateX(-125%);
}
.content-block .slick-slider .slick-arrow {
  position: absolute;
  bottom: 55px;
  left: 26px;
}
.content-block .slick-slider .slick-arrow.slick-next {
  left: 102px;
}
.content-block .slick-slider .slick-slide {
  overflow: hidden;
}
.content-block .slick-slider .slick-slide > div {
  display: flex!important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.prices .slick-track {
  height: 100%;
}
.prices .slick-slide > div {
  height: 100%;
}
.prices .slick-slider .slick-arrow {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.prices .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 20px;
  transform: rotate(180deg) translateY(-50%);
}
.prices .slick-slider .slick-arrow.slick-prev {
  display: none!important;
}
.certificates .slick-list {
  overflow: visible;
}
.certificates .slick-track .slick-slide {
  width: 211px;
}
.command .slick-list {
  overflow: visible;
}
.command .slick-track .slick-slide {
  width: 247px;
}
.jq-selectbox.filter__select {
  width: 100%;
}
.jq-selectbox.filter__select .jq-selectbox__select {
  transition: all .3s ease;
  border: 3px solid #bbb;
  border-radius: 0;
  background: #fff;
  padding: 19px 20px 19px;
  height: auto;
}
.jq-selectbox.filter__select .jq-selectbox__select:active,
.jq-selectbox.filter__select .jq-selectbox__select:hover {
  background: #fff;
  border-color: #f79900;
}
.jq-selectbox.filter__select .jq-selectbox__select-text,
.jq-selectbox.filter__select .jq-selectbox__select-text.placeholder {
  transition: all .3s ease;
  color: #bbb;
  font: 500 12px/1 GothamPro,sans-serif;
  width: 100%;
}
.jq-selectbox.filter__select .jq-selectbox__select-text {
  color: #f79900;
}
.jq-selectbox.filter__select .jq-selectbox__trigger {
  display: none;
}
.jq-selectbox.filter__select .jq-selectbox__dropdown {
  border-radius: 0;
  border: 3px solid #bbb;
  margin: 3px 0 0;
}
.jq-selectbox.filter__select .jq-selectbox__dropdown li {
  color: #bbb;
  font: 500 12px/1 GothamPro,sans-serif;
  padding: 18px 27px 20px;
  border-top: 1px solid #bbb;
  transition: all .3s ease;
}
.jq-selectbox.filter__select .jq-selectbox__dropdown li:first-child {
  border-top: transparent;
}
.jq-selectbox.filter__select .jq-selectbox__dropdown li:active,
.jq-selectbox.filter__select .jq-selectbox__dropdown li:hover {
  color: #f79900;
  background: #333;
}
.jq-selectbox.filter__select.focused .jq-selectbox__select {
  border: 3px solid #f79900;
}
.jq-selectbox.products__select {
  width: 100%;
}
.jq-selectbox.products__select .jq-selectbox__select {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  padding: 9px 35px 10px 15px;
  width: 115px;
  margin-left: auto;
}
.jq-selectbox.products__select .jq-selectbox__select:active .jq-selectbox__trigger-arrow,
.jq-selectbox.products__select .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f79900;
}
.jq-selectbox.products__select .jq-selectbox__select-text,
.jq-selectbox.products__select .jq-selectbox__select-text.placeholder {
  color: #000;
  font: 300 12px/1 Roboto,sans-serif;
}
.jq-selectbox.products__select .jq-selectbox__trigger {
  border-left: transparent;
}
.jq-selectbox.products__select .jq-selectbox__trigger-arrow {
  border-top: 8px solid #c4c4c4;
  top: 13px;
  transition: all .3s ease;
}
.jq-selectbox.products__select .jq-selectbox__dropdown {
  border-radius: 0;
  width: 115px;
  right: 0;
}
.jq-selectbox.products__select .jq-selectbox__dropdown li {
  padding: 9px 15px 10px 15px;
  color: #000;
  font: 300 12px/1 Roboto,sans-serif;
  transition: all .3s ease;
}
.jq-selectbox.products__select .jq-selectbox__dropdown li:active,
.jq-selectbox.products__select .jq-selectbox__dropdown li:hover {
  background: #f79900;
}
@media screen and (min-width:600px) {
  .cover {
    max-width: 570px;
  }
  .works__nav.slick-slider .slick-arrow {
    bottom: 20px;
    left: 0;
  }
  .works__nav.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .certificates .slick-list {
    overflow: hidden;
  }
  .command .slick-list {
    overflow: hidden;
  }
  .jq-selectbox.filter__select .jq-selectbox__select {
    padding: 22px 27px 21px;
  }
  .jq-selectbox.filter__select .jq-selectbox__select-text,
  .jq-selectbox.filter__select .jq-selectbox__select-text.placeholder {
    font-size: 16px;
  }
  .jq-selectbox.filter__select .jq-selectbox__dropdown li {
    font-size: 16px;
  }
}
@media screen and (min-width:660px) {
  .content-block .slick-slider .slick-slide > div {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 420px;
  }
}
@media screen and (min-width:768px) {
  input,
  select,
  textarea {
    font-size: 14px;
  }
  .cover {
    max-width: 730px;
  }
  .slick-slider .slick-dots {
    bottom: 25px;
  }
  .slick-slider .slick-dots li {
    padding: 5px;
  }
}
@media screen and (min-width:990px) {
  .cover {
    max-width: 970px;
  }
  .slick-arrow {
    width: 52px;
    height: 52px;
  }
  .slick-arrow:before {
    left: 25px;
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .content-block .slick-slider .slick-arrow {
    transform: none;
  }
  .content-block .slick-slider .slick-arrow.slick-next {
    transform: rotate(180deg);
  }
  .content-block .slick-slider .slick-slide > div {
    min-width: unset;
  }
  .prices .slick-slider .slick-arrow {
    bottom: -98px;
    left: 50%;
    transform: translateX(-125%);
  }
  .prices .slick-slider .slick-arrow.slick-next {
    right: 50%;
    left: auto;
    transform: rotate(180deg) translateX(-125%);
  }
  .prices .slick-slider .slick-arrow.slick-prev {
    display: block!important;
  }
}
@media screen and (min-width:1200px) {
  .cover {
    max-width: 1170px;
  }
  .reviews .slick-arrow {
    position: absolute;
    bottom: 63px;
    right: 82px;
  }
  .reviews .slick-arrow.slick-next {
    right: 6px;
  }
}
@media screen and (min-width:1360px) {
  .cover {
    max-width: 1230px;
  }
}
/* End */


/* Start:/local/templates/offgroup/css/components.css?1740997588166359*/
@charset "UTF-8";
.pull__icon {
  position: relative;
  width: 40px;
  height: 30px;
}
.pull__icon div {
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.pull__icon div:nth-child(2) {
  top: 13px;
}
.pull__icon div:last-child {
  top: 26px;
  width: 27px;
}
.logo__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: flex-start;
}
.logo__icon {
  width: 158px;
  height: 17px;
  margin-bottom: 3px;
  fill: #000;
  margin-top: 7px;
}
.logo__text {
  display: none;
  width: 118px;
  height: 11px;
  fill: #000;
}
.logo_white .logo__icon {
  fill: #fff;
}
.logo_white .logo__text {
  fill: #fff;
  display: block;
}
.phone-icon {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #f79900;
}
.phone-icon__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.geo {
  position: relative;
  padding-left: 22px;
  min-height: 18px;
}
.geo__icon {
  position: absolute;
  left: -4px;
  top: 0;
  width: 18px;
  height: 18px;
}
.geo__text {
  color: #7d7d7d;
  font: 400 11px/1 GothamPro,sans-serif;
  padding-top: 3px;
}
.schedule__text {
  color: #ccc;
  font: 700 11px/1 GothamPro,sans-serif;
  text-transform: uppercase;
}
.contacts__phone {
  margin-bottom: 10px;
}
.contacts__phone-link {
  display: block;
  text-decoration: none;
  cursor: default;
  color: #7d7d7d;
  font: 400 18px/1 GothamPro,sans-serif;
}
.contacts__mail {
  margin-bottom: 6px;
}
.contacts__mail-link {
  display: block;
  text-decoration: none;
  cursor: default;
  color: #7d7d7d;
  font: 400 11px/1 GothamPro,sans-serif;
}
.question {
  display: block;
  text-decoration: none;
  border: 1px solid #f79900;
  padding: 7px 18px 6px;
  transition: all .3s ease;
}
.question:active,
.question:hover {
  background: #f79900;
}
.question:active .question__text,
.question:hover .question__text {
  color: #fff;
}
.question__text {
  text-transform: uppercase;
  color: #f79900;
  font: 400 11px/1 GothamPro,sans-serif;
  transition: all .3s ease;
}
.phone__link {
  display: inline-block;
  text-decoration: none;
  cursor: default;
  color: #000;
  font: 700 14px/1 GothamPro,sans-serif;
  margin-bottom: 6px;
}
.phone__text {
  color: #f79900;
  font: 400 12px/1 GothamPro,sans-serif;
}
.nav {
  display: flex;
  margin: 0;
  position: relative;
  flex-direction: column;
}
.nav__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
  transition: all .3s ease;
  padding: 13px 0;
}
.nav__link:active > .nav__text,
.nav__link:hover > .nav__text {
  color: #f79900;
}
.nav__link:active > .nav__text .nav__arrow,
.nav__link:hover > .nav__text .nav__arrow {
  fill: #f79900;
}
.nav__link:active > .nav__list,
.nav__link:hover > .nav__list {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: auto;
  display: flex;
}
.nav__link.active > .nav__text {
  color: #f79900;
}
.nav__link.active > .nav__text .nav__arrow {
  fill: #f79900;
}
.nav__link.active > .nav__list {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: auto;
  display: flex;
}
.nav__text {
  color: #000;
  font: 400 18px/1 GothamPro,sans-serif;
  transition: all .3s ease;
  margin-bottom: 5px;
  cursor: pointer;
}
.nav__arrow {
  font-size: 10px;
  display: inline-block;
  fill: #000;
  margin-bottom: 1px;
  transition: all .3s ease;
}
.nav__list {
  flex-direction: column;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  display: none;
  margin: 0;
}
.nav__list:before {
  content: "";
  display: none;
  width: 10000px;
  height: 100%;
  background: #e9e9e9;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.nav__subitem {
  flex: 0 0 auto;
}
.nav__sublink {
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 6px 19px;
  transition: all .3s ease;
}
.nav__sublink:active > .nav__subtext,
.nav__sublink:hover > .nav__subtext {
  color: #f79900;
}
.nav__sublink:active > .nav__subtext .nav__arrow,
.nav__sublink:hover > .nav__subtext .nav__arrow {
  fill: #f79900;
}
.nav__sublink:active > .nav__list,
.nav__sublink:hover > .nav__list {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: auto;
  display: flex;
}
.nav__sublink.active > .nav__subtext {
  color: #f79900;
}
.nav__sublink.active > .nav__subtext .nav__arrow {
  fill: #f79900;
}
.nav__subtext {
  color: #949494;
  transition: all .3s ease;
  font: 400 14px/1 GothamPro,sans-serif;
}
.first-screen {
  position: relative;
  padding-top: 45px;
  padding-bottom: 50px;
  height: 100%;
  min-height: 358px;
  background-attachment: fixed;
}
.first-screen__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-position: 66% 0;
}
.first-screen__monitor {
  position: absolute;
  right: -200px;
  top: 120px;
  width: 335px;
  height: 191px;
}
.first-screen__monitor-slider {
  position: relative;
  background: url(/local/templates/offgroup/css/../images/content/notebook_off.png) top center/cover no-repeat;
  height: 100%;
}
.first-screen__monitor-slide {
  height: 100%;
  width: 100%;
  padding: 13px 43px 40px;
}
.first-screen__monitor-img-wrapper {
  overflow: hidden;
  height: 160px;
}
.first-screen__monitor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.first-screen_about {
  background: url(/local/templates/offgroup/css/../images/content/about_head_bg.jpg) top center/auto 230px no-repeat;
  min-height: 230px;
  padding-bottom: 0;
}
.first-screen_discounts {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/discounts_bg_mobile.jpg) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.first-screen_mini {
  min-height: 230px;
  position: relative;
}
.first-screen_blog {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/blog_head_bg_mini.jpg) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.first-screen_news {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/news_head_bg-mini.jpg) top center/cover no-repeat;
}
.first-screen_news-open {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/news-open_head_bg.jpg) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.first-screen_faq {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/faq_head_bg-mini.jpg) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.first-screen_reviews {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/reviews_head_bg-mini.jpg) top center/cover no-repeat;
}
.first-screen_vacancies {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/vacancies_head_bg-mini.jpg) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.first-screen_portfolio {
  padding-bottom: 40px;
  /*background: url(/local/templates/offgroup/css/../images/content/portfolio_head_bg-mini.jpg) top center/cover no-repeat;*/
}
.first-screen_case {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/case_head_bg-mini.jpg) top center/cover no-repeat;
  min-height: 230px;
}
.first-screen_store {
  padding-bottom: 40px;
  background: #0d0d0d;
}
.first-screen_store .main-slider__slide-content {
  width: 60%;
}
.first-screen_license {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/license_head_bg-mini.jpg) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.first-screen_introduction {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/introduction_head_bg-mini.jpg) top center/cover no-repeat;
  min-height: 230px;
}
.first-screen_development {
  padding-bottom: 40px;
  background: url(/local/templates/offgroup/css/../images/content/web-development_head_bg-mini.jpg) top center/cover no-repeat;
  min-height: 230px;
}
.first-screen_mobile {
  padding-bottom: 40px;
  background: #333;
  min-height: 230px;
}
.first-screen_mobile .first-content__text {
  max-width: 60%;
}
.first-content__title {
  color: #fff;
  font: 900 36px/1.1 GothamPro,sans-serif;
  margin-bottom: 25px;
  max-width: 715px;
}
.first-content__big-title {
  color: #fff;
}
.first-content__bitrix24 {
  display: inline-block;
  background: #f79900;
  padding: 3px 8px 3px 8px;
  margin-bottom: 25px;
}
.first-content__bitrix24-text {
  display: inline-block;
  color: #070508;
  font: 400 18px/1.1 GothamPro,sans-serif;
}
.first-content__bitrix24-icon {
  display: inline-block;
  width: 26px;
  height: 22px;
  margin-left: 7px;
  fill: #070508;
  padding-top: 4px;
}
.first-content__text {
  color: #fff;
  font: 400 12px/1.6 GothamPro,sans-serif;
  font-style: italic;
  margin-bottom: 30px;
}
.first-content__text_normal {
  font-style: normal;
  line-height: 1.4;
}
.first-content__text_desktop {
  display: none;
}
.first-content_about .first-content__title {
  max-width: 476px;
  padding: 0 20px;
  height: 160px;
}
.first-content_about .first-content__text {
  color: #000;
  font-size: 14px;
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 0;
}
.first-content__gold-wrapper {
  width: 61px;
  margin-bottom: 20px;
}
.first-content__gold-img {
  max-width: none;
  width: 100%;
}
.service {
  position: relative;
  padding: 100% 0 0 0;
  background: #333;
  height: 100%;
  transition: all .3s ease;
  overflow: hidden;
}
.service_orange {
  background: #f79900;
}
.service_price .service__title {
  margin-bottom: 10px;
}
.service_price .service__descr {
  margin-bottom: 13px;
}
.service__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.service__content {
  flex: 1 0 auto;
}
.service__title {
  text-transform: uppercase;
  color: #fff;
  font: 900 12px/1.2 GothamPro,sans-serif;
  margin-bottom: 8px;
}
.service__descr {
  color: #fff;
  font: 300 10px/1.4 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.service__count {
  color: #fff;
  font: 900 12px/1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.service__bottom {
  flex: 0 0 auto;
  border-top: 1px solid #fff;
  max-width: 85%;
}
.service__link-wrapper {
  padding-top: 6px;
}
.service__link {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  font: 400 12px/1.4 GothamPro,sans-serif;
}
.service__link:active,
.service__link:hover {
  text-decoration: none;
}
.author {
  position: relative;
}
.author:before {
  content: "“";
  display: none;
  position: absolute;
  left: 0;
  top: -23px;
  color: #000;
  font: 800 72px/1 Assistant,sans-serif;
}
.author__name {
  color: #000;
  font: 500 14px/1.3 GothamPro,sans-serif;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.author__position {
  color: #d7d7d7;
  font: 400 10px/1.1 GothamPro,sans-serif;
}
.author_white .author__name {
  color: #fff;
}
.author_no-quotes:before {
  display: none;
}
.blocks {
  display: flex;
  flex-wrap: wrap;
}
.blocks__block {
  width: 50%;
  position: relative;
}
.blocks__block:active .blocks__hidden,
.blocks__block:focus .blocks__hidden,
.blocks__block:hover .blocks__hidden {
  opacity: 1;
  visibility: visible;
}
.blocks__block:nth-child(3) {
  order: 1;
}
.blocks__visible {
  border: 10px solid #333;
  height: 100%;
  text-align: center;
  padding: 30px 10px 35px;
  position: relative;
  background: #fff;
  padding: calc(50% - 10px) calc(50% - 10px);
}
.blocks__visible:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
}
.blocks__visible_orange {
  border-color: #f79900;
}
.blocks__visible_orange .blocks__number {
  color: #f79900;
}
.blocks__visible_orange .blocks__title {
  color: #f79900;
}
.blocks__content {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blocks__number {
  color: #333;
  font: 900 60px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.blocks__text {
  color: #000;
  font: 400 12px/1.3 GothamPro,sans-serif;
  text-transform: uppercase;
}
.blocks__title {
  font: 900 16px/1.1 GothamPro,sans-serif;
  color: #333;
  padding: 0 13px;
  text-transform: uppercase;
}
.blocks__hidden {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 18px 20px;
}
.blocks__hidden_orange {
  background: #f79900;
}
.blocks__hidden-title {
  color: #fff;
  font: 900 14px/1.4 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blocks__hidden-descr {
  color: #fff;
  font: 400 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 10px;
  max-height: calc(100% - 42px);
  overflow: hidden;
}
.blocks__icon-wrapper {
  margin-bottom: 15px;
}
.blocks__icon {
  fill: #333;
  width: 60px;
  height: 60px;
}
.partners-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  justify-content: center;
}
.partners-list__item {
  padding: 0 30px;
  margin-bottom: 40px;
}
.partners-list__item:nth-child(n+10) {
  display: none;
}
.partners-list__img-wrapper {
  width: 70px;
  height: 45px;
  position: relative;
}
.partners-list__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.img-block {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 100% 0 0 0;
}
.img-block__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  z-index: -1;
}
.img-block__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-block__title {
  color: #fff;
  font: 900 24px/1.2 GothamPro,sans-serif;
  margin-bottom: 60px;
  text-transform: uppercase;
  max-width: 305px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.content-block {
  height: 100%;
  border: 10px solid #f79900;
  position: relative;
  background: #fff;
  transition: all .3s ease;
  text-align: center;
  padding: calc(50% - 10px) calc(50% - 10px);
}
.content-block:active,
.content-block:hover {
  background: #f79900;
}
.content-block:active .content-block__link,
.content-block:active .content-block__text p,
.content-block:hover .content-block__link,
.content-block:hover .content-block__text p {
  color: #fff;
}
.content-block:active .content-block__link-icon,
.content-block:hover .content-block__link-icon {
  stroke: #fff;
}
.content-block:active .slick-slider .slick-arrow,
.content-block:hover .slick-slider .slick-arrow {
  border-color: #fff;
}
.content-block:active .slick-slider .slick-arrow:before,
.content-block:hover .slick-slider .slick-arrow:before {
  border-color: #fff;
}
.content-block__wrapper {
  height: 100%;
  padding: 20px 20px 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content-block__text {
  margin-bottom: 12px;
}
.content-block__text p {
  color: #000;
  font: 400 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 7px;
  transition: all .3s ease;
}
.content-block__link {
  display: inline-block;
  color: #c6c6c6;
  padding: 0 35px 0 0;
  position: relative;
  margin-bottom: 15px;
  transition: all .3s ease;
}
.content-block__link-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 10px;
  stroke: #c6c6c6;
  transition: all .3s ease;
}
.content-block__bottom {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #f79900;
  padding: 20px 30px;
}
.content-block__bottom-link {
  display: block;
  color: #fff;
  font: 700 14px/1.4 GothamPro,sans-serif;
}
.price {
  position: relative;
  background: #333;
  height: 100%;
  width: 100%;
}
.price_orange {
  background: #f79900;
}
.price__wrapper {
  padding: 15px 12px;
  width: 100%;
  height: 100%;
}
.price__icon {
  width: 75px;
  height: 75px;
  position: relative;
  margin-bottom: 22px;
}
.price__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.price__title {
  text-transform: uppercase;
  color: #fff;
  font: 700 10px/1.3 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.price__number {
  color: #fff;
  font: 900 12px/1 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.form__input {
  margin-bottom: 10px;
}
.form__btn {
  padding-top: 20px;
  margin-bottom: 13px;
}
.form__btn_mini .form__submit {
  text-transform: none;
}
.form__btn_font .form__submit {
  text-transform: none;
}
.form__submit {
  display: block;
  background: #f79900;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 400 16px/1.5 GothamPro,sans-serif;
  padding: 20px 25px;
  border: none;
  outline: 0;
  cursor: pointer;
}
.form__submit[disabled="disabled"]{
  background: #fff;
  color: #ff9800;
  border: 2px solid #ff9800;
  padding: 18px 23px;
}
.form__descr {
  color: #000;
  font: 300 10px/1.5 GothamPro,sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.form__descr_grey {
  color: #b1b1b1;
}
.form__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.form__block {
  width: 100%;
  padding: 0 20px;
}
.form__block_big {
  width: 100%;
}
.form_banner .form__input {
  margin-bottom: 10px;
}
.form_banner .form__btn {
  padding-top: 10px;
  margin-bottom: 10px;
}
.form_banner .form__submit {
  padding: 20px 25px;
}
.input__name {
  display: block;
  color: #000;
  font: 500 16px/1.5 GothamPro,sans-serif;
  margin-bottom: 6px;
}
.input__field,
.input__textarea {
  display: block;
  width: 100%;
  border: 3px solid #bbb;
  padding: 20px 25px;
  outline: 0;
  transition: all .3s ease;
}
.input__field:focus,
.input__textarea:focus {
  border-color: #f79900;
}
.input__field::-webkit-input-placeholder,
.input__textarea::-webkit-input-placeholder {
  font-weight: 500;
}
.input__field::-moz-placeholder,
.input__textarea::-moz-placeholder {
  font-weight: 500;
}
.input__field::-ms-input-placeholder,
.input__textarea::-ms-input-placeholder {
  font-weight: 500;
}
.input__field::placeholder,
.input__textarea::placeholder {
  font-weight: 500;
}
.input__textarea {
  resize: none;
  height: 100px;
}
.input_bg-grey .input__field,
.input_bg-grey .input__textarea {
  background: #f6f6f6;
}
.input_bg-grey .input__field::-webkit-input-placeholder,
.input_bg-grey .input__textarea::-webkit-input-placeholder {
  font-weight: 500;
}
.input_bg-grey .input__field::-moz-placeholder,
.input_bg-grey .input__textarea::-moz-placeholder {
  font-weight: 500;
}
.input_bg-grey .input__field::-ms-input-placeholder,
.input_bg-grey .input__textarea::-ms-input-placeholder {
  font-weight: 500;
}
.input_bg-grey .input__field::placeholder,
.input_bg-grey .input__textarea::placeholder {
  font-weight: 500;
}
.input_bg-white .input__field,
.input_bg-white .input__textarea {
  background: #fff;
}
.input_bg-white .input__field::-webkit-input-placeholder,
.input_bg-white .input__textarea::-webkit-input-placeholder {
  font-weight: 500;
}
.input_bg-white .input__field::-moz-placeholder,
.input_bg-white .input__textarea::-moz-placeholder {
  font-weight: 500;
}
.input_bg-white .input__field::-ms-input-placeholder,
.input_bg-white .input__textarea::-ms-input-placeholder {
  font-weight: 500;
}
.input_bg-white .input__field::placeholder,
.input_bg-white .input__textarea::placeholder {
  font-weight: 500;
}
.input_bg-white .input__name {
  color: #fff;
}
.input_bg-white .input__file-icon {
  fill: #fff;
}
.input_bg-white .input__file-text {
  color: #fff;
}
.input__file {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.input__file:active .input__file-text,
.input__file:hover .input__file-text {
  text-decoration: none;
}
.input__file-icon {
  fill: #000;
  width: 33px;
  height: 33px;
  margin-right: 13px;
}
.input__file-text {
  color: #000;
  text-decoration: underline;
}
.input__file-input {
  display: none;
}
.input_mini .input__field,
.input_mini .input__textarea {
  border: 2px solid #bbb;
  padding: 16px 25px;
}
.input_mini .input__field:focus,
.input_mini .input__textarea:focus {
  border-color: #f79900;
}
.input_mini .input__field::-webkit-input-placeholder,
.input_mini .input__textarea::-webkit-input-placeholder {
  font-weight: 500;
}
.input_mini .input__field::-moz-placeholder,
.input_mini .input__textarea::-moz-placeholder {
  font-weight: 500;
}
.input_mini .input__field::-ms-input-placeholder,
.input_mini .input__textarea::-ms-input-placeholder {
  font-weight: 500;
}
.input_mini .input__field::placeholder,
.input_mini .input__textarea::placeholder {
  font-weight: 500;
}
.social {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.social__item {
  padding: 3px;
}
.social__link {
  display: block;
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: linear-gradient(180deg,#b93826 0,#5e26b9 100%);
}
.social__link_blue {
  background: #1e97db;
}
.social__link_red {
  background: #ff2507;
}
.social__link_white{
  background: #fff;
}
.social__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #fff;
}
.social__icon-telega, .social__icon-yazen{
  width: 37px;
  height: 37px;
  top: -1px;
  left: -3px;
}
.social_desktop {
  margin: 0 -13px;
  display: none;
}
.social_desktop.social_desktop-title{
  margin: 0 0 36px;
}
.social_desktop .social__item {
  padding: 3px 13px;
}
.social_mobile {
  margin: 0 -12px;
}
.social_mobile .social__item {
  padding: 3px 12px;
}
.social_mobile .social__link {
  width: 28px;
  height: 28px;
}
.contacts-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}
.contacts-block__item-wrapper {
  width: 100%;
  padding: 0 10px;
}
.contacts-block__item-wrapper:nth-child(3) {
  display: none;
}
.contacts-block__item {
  position: relative;
  overflow: hidden;
}
.contacts-block__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.contacts-block__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  padding: 30px 20px;
}
.contacts-block__content_orange {
  background: #f79900;
}
.contacts-block__title {
  color: #fff;
  text-transform: uppercase;
  font: 900 36px/1 GothamPro,sans-serif;
  margin-bottom: 25px;
}
.contacts-block__shedule {
  color: #fff;
  font: 900 12px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contacts-block__phone {
  display: inline-block;
  color: #fff;
  font: 900 18px/1 GothamPro,sans-serif;
  text-decoration: none;
  margin-bottom: 20px;
}
.contacts-block__descr {
  color: #fff;
  font: 300 13px/1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.contacts-block__mail {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font: 300 13px/1.5 GothamPro,sans-serif;
  text-decoration: none;
  margin-bottom: 10px;
}
.contacts-block__address {
  color: #fff;
  font: 400 12px/1.3 GothamPro,sans-serif;
  margin-bottom: 20px;
}
.discount__link {
  display: block;
  text-decoration: none;
}
.discount__link:active .discount__title,
.discount__link:hover .discount__title {
  text-decoration: underline;
}
.discount__img-wrapper {
  margin-bottom: 15px;
  position: relative;
}
.discount__img {
  max-width: none;
  width: 100%;
}
.discount__deadline {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f79900;
  color: #fff;
  font: 400 14px/1.1 GothamPro,sans-serif;
  padding: 7px 10px;
}
.discount__title {
  color: #000;
  font: 900 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.discount__descr {
  color: #000;
  font: 400 12px/1.1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.article {
  background: #fff;
  padding: 20px 20px 5px;
}
.article__img-wrapper {
  margin-bottom: 15px;
}
.article__img {
  max-width: none;
  width: 100%;
}
.article__text {
  margin-bottom: 10px;
}
.article__text p {
  color: #000;
  font: 400 12px/1.6 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.article__deadline {
  margin-bottom: 15px;
}
.article__deadline-text {
  color: #b9b9b9;
  font: 400 12px/1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.article__deadline-date {
  color: #f79900;
  font: 700 14px/1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.article__author-title {
  color: #8b8b8b;
  font: 500 14px/1 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.article__author-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.article__author-img-wrapper {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}
.article__author-img {
  max-width: none;
  width: 100%;
}
.article__author-name {
  color: #000;
  font: 500 14px/1 GothamPro,sans-serif;
  margin-bottom: 12px;
}
.article__author-position {
  color: #000;
  font: 300 10px/1 GothamPro,sans-serif;
  margin-bottom: 12px;
}
.hashtags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.hashtags__item {
  padding: 0 3px;
  margin-bottom: 13px;
  flex: 0 0 auto;
}
.hashtags__link {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #000;
  font: 500 8px/1 GothamPro,sans-serif;
  padding: 7px 9px 6px;
  border-radius: 47px;
  transition: all .3s ease;
}
.hashtags__link:active,
.hashtags__link:hover {
  color: #f79900;
}
.hashtags_dark {
  margin: 0 -5px;
}
.hashtags_dark .hashtags__link {
  background: #eee;
  padding: 9px 16px;
  font-size: 10px;
}
.hashtags_dark .hashtags__item {
  padding: 0 5px;
  margin-bottom: 20px;
}
.blog-item__link {
  display: block;
  text-decoration: none;
}
.blog-item__link:active .blog-item__title,
.blog-item__link:hover .blog-item__title {
  text-decoration: underline;
}
.blog-item__img-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.blog-item__img {
  width: 100%;
  max-width: none;
}
.blog-item__img-date {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font: 400 14px/1 GothamPro,sans-serif;
}
.blog-item__title {
  color: #000;
  font: 900 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 13px;
}
.blog-item__text {
  color: #000;
  font: 400 12px/1.1 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.blog-item__info {
  margin-bottom: 15px;
}
.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.info__date {
  color: #fff;
  font: 500 12px/1.1 GothamPro,sans-serif;
  background: #d7d7d7;
  padding: 3px 9px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.info__date_black {
  color: #000;
}
.info__views {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.info__views-icon {
  fill: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.info__views-number {
  color: #ccc;
  font: 400 12px/1.1 GothamPro,sans-serif;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pagination__item {
  padding: 0 5px;
}
.pagination__link {
  display: block;
  text-decoration: none;
  color: #fff;
  font: 700 18px/1 GothamPro,sans-serif;
  background: #888;
  padding: 7px 10px 4px;
  text-align: center;
  min-width: 30px;
  min-height: 30px;
  transition: all .3s ease;
}
.pagination__link:active,
.pagination__link:hover {
  background: #f79900;
}
.pagination__link_dots {
  background: 0 0;
  padding: 0;
  font-size: 18px;
  color: #b5b5b5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: .7;
  cursor: default;
}
.pagination__link_dots:active,
.pagination__link_dots:hover {
  background: 0 0;
}
.pagination__link.active {
  background: #f79900;
}
.loading {
  text-align: center;
}
.loading__link {
  display: inline-block;
  text-decoration: none;
}
.loading__text {
  color: #000;
  font: 500 14px/1 GothamPro,sans-serif;
  margin-bottom: 11px;
}
.loading__icon {
  width: 33px;
  height: 33px;
  margin: 0 auto 10px;
  fill: #000;
}
.mailing__field {
  display: flex;
  flex-wrap: wrap;
  max-width: 575px;
}
.mailing__input {
  flex: 1 0 auto;
  margin-bottom: 20px;
}
.mailing__btn {
  width: 100%;
  margin-bottom: 20px;
}
.mailing__submit {
  width: 100%;
  display: block;
  background: #f79900;
  border: none;
  color: #fff;
  font: 700 15px/1 GothamPro,sans-serif;
  text-decoration: underline;
  outline: 0;
  cursor: pointer;
  padding: 17px 26px;
  text-align: center;
}
.mailing__submit:active,
.mailing__submit:hover {
  text-decoration: none;
}
.next-prev {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.next-prev__item {
  flex: 0 0 auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
.next-prev__link {
  display: inline-block;
  color: #f79900;
  font: 400 11px/1 GothamPro,sans-serif;
}
.faq__item {
  padding: 6px 0;
}
.faq__question {
  padding-left: 31px;
  position: relative;
  color: #000;
  font: 700 14px/1.1 GothamPro,sans-serif;
  text-decoration: underline;
  cursor: pointer;
  transition: all .3s ease;
  margin-bottom: 14px;
}
.faq__question:active,
.faq__question:hover {
  color: #f79900;
  text-decoration: none;
}
.faq__question:active .faq__close:after,
.faq__question:active .faq__close:before,
.faq__question:hover .faq__close:after,
.faq__question:hover .faq__close:before {
  background: #f79900;
}
.faq__close {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  transition: all .3s ease;
}
.faq__close:after,
.faq__close:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 4px;
  transition: all .3s ease;
}
.faq__close:after {
  transform: rotate(90deg);
}
.faq__answer {
  display: none;
  padding-left: 31px;
}
.faq__answer p {
  color: #000;
  font: 300 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 5px;
}
.faq__answer b,
.faq__answer strong {
  font-weight: 400;
}
.faq__question.active {
  color: #f79900;
}
.faq__question.active .faq__close {
  transform: rotate(45deg);
}
.faq__question.active .faq__close:after,
.faq__question.active .faq__close:before {
  background: #f79900;
}
.comment {
  position: relative;
  padding: 15px 0 25px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.comment__head {
  display: flex;
  align-items: center;
}
.comment__head-link {
  display: inline-block;
  text-decoration: none;
  color: #b4b4b4;
  font: 400 12px/1.1 GothamPro,sans-serif;
  margin-bottom: 4px;
}
.comment__head-link:active,
.comment__head-link:hover {
  text-decoration: underline;
}
.comment__company {
  color: #000;
  font: 700 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 4px;
}
.comment__img-wrapper {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  margin-right: 20px;
}
.comment__img {
  max-width: none;
  width: 100%;
}
.comment__text {
  margin-bottom: 10px;
}
.comment__text p {
  color: #000;
  font: 300 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 16px;
}
.comment__bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -33px;
}
.comment__bottom-link-wrapper {
  padding: 0 33px;
}
.comment__bottom-link {
  display: inline-block;
  color: #f79900;
  font: 400 14px/1.1 GothamPro,sans-serif;
}
.comment__author {
  padding: 0 33px;
  padding-top: 3px;
}
.comment__name {
  color: #000;
  font: 700 14px/1.1 GothamPro,sans-serif;
  font-style: italic;
  margin-bottom: 4px;
}
.comment__position {
  color: #000;
  font: 300 14px/1.1 GothamPro,sans-serif;
  font-style: italic;
  margin-bottom: 7px;
}
.video__video {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 11px;
}
.video__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video__img-wrapper:active .video__icon,
.video__img-wrapper:hover .video__icon {
  transform: translate(-50%,-50%) scale(1.3);
}
.video__img-wrapper.disabled {
  display: none;
}
.video__img {
  max-width: none;
  width: 100%;
  filter: brightness(0.5);
}
.video__icon {
  fill: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .3s ease;
}
.video__youtube-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}
.video__youtube-video.active {
  display: block;
}
.video__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.video__company {
  padding: 0 10px;
  margin-bottom: 5px;
}
.video__company-name {
  color: #000;
  font: 700 13px/1.1 GothamPro,sans-serif;
}
.video__company-link-wrapper {
  margin-bottom: 6px;
}
.video__company-link {
  display: block;
  color: #b4b4b4;
  font: 400 12px/1.1 GothamPro,sans-serif;
  text-decoration: none;
}
.video__company-link:active,
.video__company-link:hover {
  text-decoration: underline;
}
.video__author {
  padding: 0 10px;
  margin-bottom: 5px;
}
.video__author-name {
  color: #000;
  font: 700 13px/1.1 GothamPro,sans-serif;
  font-style: italic;
}
.video__author-position {
  color: #000;
  font: 300 12px/1.1 GothamPro,sans-serif;
  font-style: italic;
  margin-bottom: 7px;
}
.video__footer {
  margin-bottom: 20px;
}
.article_video .video__footer {
  padding: 0 10px;
}
.case {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.case__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 20px 16px;
  text-decoration: none;
}
.case__link:active .case__content,
.case__link:hover .case__content {
  justify-content: flex-start;
}
.case__link:active .case__title,
.case__link:hover .case__title {
  text-decoration: underline;
  order: -1;
}
.case__link:active .case__descr,
.case__link:hover .case__descr {
  order: 0;
  opacity: 1;
  visibility: visible;
}
.case__link:active .case__img,
.case__link:hover .case__img {
  transform: scale(1.1);
}
.case__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all .3s ease;
}
.case__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .3s ease;
}
.case__title {
  color: #fff;
  font: 900 24px/1.2 GothamPro,sans-serif;
  margin-bottom: 18px;
}
.case__descr {
  color: #fff;
  font: 400 13px/1.4 GothamPro,sans-serif;
  margin-bottom: 15px;
  order: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}
.banner__cover {
  padding: 0;
}
.banner__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.banner__block {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner__block:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.banner__block_standart:before {
  display: none;
}
.banner__img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 50px;
}
.banner__title {
  color: #fff;
  font: 900 24px/1.1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.banner__subtitle {
  color: #f79900;
  font: 900 14px/1.4 GothamPro,sans-serif;
  margin-top: 8px;
  text-align: center;
}
.banner__content {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #f79900;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner__text {
  margin-bottom: 17px;
  text-align: center;
}
.banner__text p {
  color: #000;
  font: 400 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.banner__link-wrapper {
  text-align: center;
}
.banner__link {
  display: inline-block;
  background: #f79900;
  color: #fff;
  text-transform: uppercase;
  font: 700 14px/1 GothamPro,sans-serif;
  padding: 17px 55px;
}
.banner__date {
  text-transform: uppercase;
  color: #000;
  font: 900 14px/1.4 GothamPro,sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.banner__form {
  background: #fff;
  padding: 20px 20px;
}
.banner_hand .banner__cover {
  padding-top: 50px;
  position: relative;
}
.banner_hand .banner__hand-wrapper {
  position: absolute;
  width: 230px;
  height: 351px;
  top: -179px;
  right: 15px;
}
.banner_hand .banner__hand-img {
  max-width: none;
  width: 100%;
}
.table__head {
  display: none;
  width: 100%;
  margin: 0 -10px;
}
.table__head-count,
.table__head-name,
.table__head-price,
.table__head-sum {
  padding: 0 10px;
  color: #000;
  font: 300 14px/1.1 GothamPro,sans-serif;
  flex: 1 0 auto;
  margin-bottom: 16px;
}
.table__head-name {
  width: 33%;
}
.table__head-price {
  width: 5%;
}
.table__head-count {
  width: 7%;
}
.table__head-sum {
  width: 9%;
}
.table__item {
  overflow: hidden;
  background: #ededed;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0 5px;
}
.table__item-wrapper {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.table__item-left-block {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding: 0 60px 0 30px;
  flex-wrap: wrap;
}
.table__item-right-block {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding: 12px 10px 0 30px;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
}
.table__item-name {
  color: #000;
  font: 500 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 8px;
  padding: 0 10px;
  max-width: 540px;
  width: 100%;
  flex: 1 1 auto;
  margin-right: 10%;
}
.table__item-price-wrapper {
  padding: 0 10px;
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  min-height: 55px;
}
.table__item-price {
  color: #f79900;
  font: 700 14px/1.1 GothamPro,sans-serif;
  padding: 0 10px;
}
.table__item-old-price {
  color: #979797;
  font: 300 10px/1.1 GothamPro,sans-serif;
  text-decoration: line-through;
  padding: 0 10px;
  width: 35%;
  margin-top: 2px;
}
.table__item-discount {
  color: #ff2507;
  font: 700 12px/1.1 GothamPro,sans-serif;
  margin-bottom: 8px;
  padding: 0 10px;
}
.table__item-count-wrapper {
  padding: 0 10px;
  margin-bottom: 8px;
  flex: 0 0 auto;
}
.table__item-count {
  display: flex;
}
.table__item-count-input {
  background: 0 0;
  border: none;
  padding: 0 5px;
  width: 40px;
  color: #000;
  font: 700 12px/1 GothamPro,sans-serif;
  text-align: center;
  outline: 0;
}
.table__item-count-btn {
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 0 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.table__item-count-btn:active {
  background: #f79900;
}
.table__item-count-btn:before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000;
}
.table__item-count-btn_plus:before {
  content: "+";
}
.table__item-sum {
  padding: 0 10px;
  color: #f79900;
  font: 500 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 8px;
}
.table__item-icon-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
}
.table__item-icon-link {
  display: block;
  text-decoration: none;
}
.table__item-icon {
  fill: #000;
}
.table_nobtns .table__item-count-btn {
  opacity: 0;
  visibility: hidden;
}
.table_nobtns .table__item-icon-wrapper {
  display: none;
}
.total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.total__info {
  display: flex;
  margin: 0 -10px 7px;
}
.total__text-block {
  padding: 0 10px;
  text-align: right;
}
.total__text {
  color: #000;
  font: 700 14px/1 GothamPro,sans-serif;
  margin-bottom: 12px;
}
.total__numbers-block {
  padding: 0 10px;
  flex: 0 0 auto;
}
.total__count {
  color: #000;
  font: 700 14px/1 GothamPro,sans-serif;
  margin-bottom: 12px;
}
.total__btn-wrapper {
  width: 100%;
}
.total__btn {
  display: inline-block;
  background: #f79900;
  text-decoration: none;
  border: none;
  outline: 0;
  text-align: center;
  color: #fff;
  font: 700 14px/1 GothamPro,sans-serif;
  cursor: pointer;
  padding: 16px 72px;
  width: 100%;
}
.tabs-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.tabs-block_audit {
  margin: 0 -18px;
}
.tabs-block__nav {
  width: 100%;
  padding: 0 30px;
}
.tabs-block_audit .tabs-block__nav {
  padding: 0 18px;
  margin-bottom: -168px;
}
.tabs-block__nav-wrapper {
  background: #fff;
  padding: 49px 30px 20px;
}
.tabs-block__nav-title {
  color: #000;
  text-transform: uppercase;
  font: 900 36px/1 GothamPro,sans-serif;
  margin-bottom: 40px;
}
.tabs-block__content {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 30px;
  background: #fff;
}
.tabs-block_audit .tabs-block__content {
  padding: 0 18px;
  order: -1;
  background: 0 0;
  margin-bottom: 40px;
}
.tabs-block__tab {
  display: none;
}
.tabs-block__list {
  margin-bottom: 0;
}
.tabs-block__list-item {
  margin-bottom: 40px;
}
.tabs-block__list-link {
  position: relative;
  display: inline-block;
  padding-left: 48px;
  color: #282828;
  font: 900 18px/1 GothamPro,sans-serif;
  text-decoration: none;
  transition: all .3s ease;
}
.tabs-block__list-link.active,
.tabs-block__list-link:active,
.tabs-block__list-link:hover {
  text-decoration: underline;
  color: #f79900;
}
.tabs-block__list-link.active .tabs-block__list-counter,
.tabs-block__list-link:active .tabs-block__list-counter,
.tabs-block__list-link:hover .tabs-block__list-counter {
  color: #fff;
  background: #f79900;
}
.tabs-block__list-counter {
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  color: #333;
  background: #fff;
  padding: 6px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  transition: all .3s ease;
}
.tabs-block_audit .tabs-block__list-counter {
  background: #dce5e5;
}
.tabs-block__tab {
  position: relative;
  background: #fff;
  z-index: 10;
  padding: 37px 0 20px 0;
}
.tabs-block_audit .tabs-block__tab {
  background: 0 0;
  padding: 37px 0 0 0;
}
.tabs-block__tab-content p {
  color: #000;
  font: 300 12px/1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.tabs-block_audit .tabs-block__tab-content p {
  font-size: 16px;
}
.tabs-block__tab-title {
  color: #000;
  font: 900 18px/1 GothamPro,sans-serif;
}
.cms-advantage {
  display: flex;
}
.cms-advantage__img-wrapper {
  width: 73px;
  height: 65px;
  position: relative;
  margin-bottom: 15px;
  margin-right: 25px;
  flex: 0 0 auto;
}
.cms-advantage__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cms-advantage__title {
  color: #fff;
  font: 900 18px/1.4 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.cms-advantage__descr {
  color: #fff;
  font: 300 12px/1 GothamPro,sans-serif;
  margin-bottom: 11px;
}
.monitor {
  position: relative;
}
.monitor__img-wrapper {
  width: 100%;
}
.monitor__img {
  max-width: none;
  width: 100%;
}
.monitor__slider {
  position: absolute;
  width: 70%;
  top: 6%;
  left: 15%;
  overflow: hidden;
}
.monitor__slide {
  position: relative;
  overflow: hidden;
  padding-top: 62%;
}
.monitor__screen-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.monitor__screen {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  border-bottom: 1px solid #e8e8e8;
}
.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
}
.header__left-block {
  display: flex;
  flex: 1 0 auto;
  margin: 0 -20px;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
}
.header__pull {
  margin-top: 5px;
  padding: 0 20px;
}
.header__logo {
  /* margin-top: 5px; */
  padding: 0;
}
.header__phone-icon {
  padding: 0 20px;
}
.header__right-block {
  position: fixed;
  top: 80px;
  left: -100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 15px 0 100px 25px;
  background: #fff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all .3s ease;
}
.header__right-block.active {
  left: 0;
}
.header__geo {
  padding: 0 20px;
  margin-bottom: 16px;
}
.header__schedule {
  display: none;
  padding: 0 28px;
  margin-bottom: 14px;
}
.header__contacts {
  padding: 0 20px;
  margin-bottom: 15px;
}
.header__questions {
  padding: 0 20px;
  margin-bottom: 19px;
}
.header__phone {
  padding: 0 20px;
  margin-bottom: 25px;
  display: none;
}
.header__nav {
  padding: 0 0 0 20px;
  width: 100%;
  position: relative;
  order: -1;
  margin-bottom: 30px;
  background: #fff;
}
.header__nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  display: block;
  width: 10000px;
  height: 1px;
  background: #ededed;
  display: none;
}
.main-slider {
  margin-top: 80px;
}
.main-slider__slide-content {
  width: 88%;
}
.main-slider__slide_square {
  position: relative;
}
.main-slider__slide_square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.help__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -43px;
  padding-top: 50px;
}
.help__img-wrapper {
  width: 100%;
  max-width: 443px;
  padding: 0 43px;
  flex: 0 0 auto;
  margin: 0 auto 50px;
}
.help__img {
  max-width: none;
  width: 100%;
}
.help__content {
  padding: 0 43px;
  margin-bottom: 32px;
}
.help__title {
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
}
.help__descr {
  color: #7d7d7d;
  font: 400 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 15px;
  max-width: 470px;
}
.help__descr-bold {
  font-weight: 900;
  color: #f79900;
}
.services__title {
  color: #000;
  font: 900 36px/1 GothamPro,sans-serif;
  padding: 40px 20px 0;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-align: center;
}
.services__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.services__service {
  width: 50%;
}
.services__service:nth-child(3) {
  order: 1;
}
.introduction__wrapper {
  padding-top: 50px;
  position: relative;
}
.introduction__content p {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 10px;
}
.introduction__title {
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.introduction__img-wrapper {
  display: none;
  width: 765px;
  position: absolute;
  right: -148px;
  top: 20px;
  z-index: -1;
}
.introduction__img {
  max-width: none;
  width: 100%;
}
.reason__wrapper {
  position: relative;
  padding-bottom: 200px;
}
.reason__img-wrapper {
  width: 255px;
  position: absolute;
  bottom: 0;
  right: -25px;
}
.reason__img {
  max-width: none;
  width: 100%;
}
.reason__content {
  padding-top: 45px;
}
.reason__title {
  text-transform: uppercase;
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  margin-bottom: 18px;
  text-align: center;
}
.reason__descr {
  position: relative;
  margin-bottom: 19px;
}
.reason__descr p {
  color: #000;
  font: 700 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 11px;
}
.reason__author {
  margin-bottom: 40px;
  max-width: 50%;
}
.reason__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #f79900;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: 0;
  font: 700 13px/1 GothamPro,sans-serif;
  cursor: pointer;
  padding: 19px 34px 18px;
  width: 100%;
}
.reason__form {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  margin-top: 80px;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.reason__form.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.reason_reverse .reason__cover {
  padding-bottom: 50px;
}
.reason_reverse .reason__descr {
  flex: 1 1 auto;
  margin-bottom: 25px;
}
.reason_reverse .reason__descr p {
  font-weight: 400;
  line-height: 1.5;
}
.reason_reverse .reason__author {
  flex: 0 0 auto;
}
.reason_black {
  background: #333;
}
.reason_black .reason__title {
  color: #fff;
}
.reason_black .reason__descr p {
  color: #fff;
}
.reason_black .reason__author {
  flex: 0 0 auto;
}
.reason_right-text .reason__title {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.reason_recommendation .reason__cover {
  padding-bottom: 0;
}
.reason_recommendation .reason__wrapper {
  padding-bottom: 0;
}
.reason_recommendation .reason__content {
  padding-top: 195px;
  padding-bottom: 40px;
}
.reason_recommendation .reason__img-wrapper {
  position: relative;
  margin: 0 auto;
  right: 0;
}
.reason_recommendation .reason__title {
  text-align: left;
  right: auto;
}
.reason_recommendation .reason__btn {
  position: relative;
  transform: none;
  right: auto;
  left: auto;
  width: auto;
}
.experience {
  margin-top: -35px;
}
.experience__cover {
  padding-bottom: 15px;
}
.experience__img-wrapper {
  height: 258px;
  display: none;
}
.experience__img {
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.partners__wrapper {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 20px;
}
.partners__wrapper_pt0 {
  padding-top: 0;
}
.partners__title {
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.partners__title_mb {
  margin-bottom: 30px;
}
.partners__text {
  max-width: 930px;
  margin: 0 auto 48px auto;
}
.partners__text p {
  color: #000;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.reviews {
  background: #333;
}
.reviews__cover {
  position: relative;
  padding-bottom: 36px;
}
.reviews__wrapper {
  padding-top: 45px;
}
.reviews__content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.reviews__title {
  color: #fff;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.reviews__img-block {
  position: absolute;
  left: 0;
  top: -15px;
}
.reviews__img-block:before {
  content: "“";
  color: #1f1f1f;
  font: 800 64px/1 Assistant,sans-serif;
  position: absolute;
  top: -10px;
  right: -54px;
}
.reviews__img-wrapper {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__img {
  max-width: none;
  width: 100%;
  height: 100%;
}
.reviews__text {
  color: #fff;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.reviews__text_grey {
  color: #9a9a9a;
}
.reviews__author {
  margin-bottom: 19px;
  max-width: 340px;
  padding-left: 122px;
  padding-top: 22px;
  position: relative;
}
.reviews__author-name {
  color: #f79900;
  font: 700 14px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.reviews__author-position {
  color: #fff;
  font: 400 12px/1 GothamPro,sans-serif;
  margin-bottom: 9px;
}
.reviews__arrows {
  display: flex;
  justify-content: center;
}
.works__cover {
  padding-top: 50px;
}
.works__title {
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.works__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  max-width: 675px;
}
.works__nav-item {
  padding: 0 20px;
  margin-bottom: 10px;
}
.works__nav-link {
  display: block;
  text-decoration: none;
  color: #000;
  font: 500 14px/1.3 GothamPro,sans-serif;
  border-bottom: 3px solid transparent;
  transition: all .3s ease;
}
.works__nav-link:active,
.works__nav-link:hover {
  color: #f79900;
  border-color: #f79900;
}
.works__nav-link.active {
  color: #f79900;
  font-weight: 700;
  border-color: #f79900;
}
.works__slider {
  position: relative;
}
.works__slide {
  display: flex!important;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.works__slide-item {
  width: 100%;
  padding: 0 20px;
}
.prices {
  position: relative;
}
.prices__bg {
  display: none;
  height: 335px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f6f6f6;
  z-index: -1;
}
.prices__title {
  color: #000;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 43px;
  padding-right: 20px;
  padding-left: 20px;
}
.prices__prices {
  display: flex;
  flex-wrap: wrap;
}
.prices__price {
  width: 50%;
  height: 100%;
}
.consultation__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 30px;
  margin: 0 -25px;
}
.consultation__content {
  width: 100%;
  padding: 0 25px;
  text-align: center;
}
.consultation__title {
  color: #333;
  font: 900 36px/1.2 GothamPro,sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.consultation__descr {
  margin-bottom: 25px;
}
.consultation__descr p {
  color: #000;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.consultation__img-wrapper {
  width: 760px;
  position: relative;
  left: -235px;
  z-index: -1;
  display: none;
}
.consultation__img {
  max-width: none;
  width: 100%;
}
.consultation__form {
  width: 100%;
  padding: 0 25px 0;
}
.footer {
  background: url(/local/templates/offgroup/css/../images/content/footer-bg-mini.jpg) top center/cover no-repeat;
  display: flex;
  flex-direction: column;
}
.footer__main {
  padding-top: 50px;
  padding-bottom: 12px;
  flex: 1 0 auto;
}
.footer__main-wrapper {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
  text-align: center;
}
.footer__nav {
  width: 100%;
  padding: 0 20px;
}
.footer__nav:nth-child(2) {
  display: none;
}
.footer__nav:nth-child(3) {
  display: none;
}
.footer__nav-title {
  text-transform: uppercase;
  color: #fff;
  font: 900 18px/1.5 GothamPro,sans-serif;
  margin-bottom: 16px;
}
.footer__nav-list {
  margin-bottom: 45px;
}
.footer__nav-item {
  margin-bottom: 15px;
}
.footer__nav-link {
  display: inline-block;
  color: #fff;
  font: 400 14px/1.2 GothamPro,sans-serif;
  text-decoration: none;
}
.footer__nav-link:active,
.footer__nav-link:hover {
  text-decoration: underline;
}
.footer__logo {
  display: none;
  max-width: 197px;
  margin-bottom: 25px;
}
.footer__info {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__phone {
  margin-bottom: 23px;
  flex: 0 0 auto;
}
.footer__phone-link {
  display: block;
  color: #fff;
  font: 900 18px/1.5 GothamPro,sans-serif;
  text-decoration: none;
  cursor: default;
  white-space: nowrap;
}
.footer__phone-descr {
  color: #fff;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 5px;
}
.footer__address {
  color: #fff;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 12px;
  max-width: 240px;
}
.footer__mail {
  margin-bottom: 22px;
}
.footer__mail-link {
  display: inline-block;
  color: #fff;
  font: 400 12px/1.5 GothamPro,sans-serif;
  text-decoration: none;
  cursor: default;
}
.footer__social {
  margin-bottom: 25px;
}
.footer__bottom {
  min-height: 40px;
  flex: 0 0 auto;
}
.footer__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}
.footer__pay {
  display: none;
  align-items: center; 
  /* margin: 0 -15px; */
  padding: 0 5px 0 0;
}
.footer__pay-title {
  display: none;
  color: #fff;
  font: 400 12px/1 GothamPro,sans-serif;
  padding: 0 15px;
  margin-bottom: 8px;
}
.footer__pay-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.footer__pay-item {
  padding: 0 10px;
  margin-bottom: 8px;
}
.footer__copyright {
  padding: 0 5px;
  color: #fff;
  font: 400 12px/1 GothamPro,sans-serif;
  margin-bottom: 8px;
  margin-top: 5px;
}
.pop-up {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  transition: all .3s ease;
  z-index: 2000;
}
.pop-up__wrapper {
  background: #fff;
  max-width: 1142px;
  margin: 0 auto;
  padding: 15px 20px;
  position: relative;
}
.pop-up__title {
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.pop-up__descr {
  color: #000;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 25px;
}
.pop-up__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.pop-up__close:after,
.pop-up__close:before {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 8px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
}
.pop-up__close:after {
  transform: rotate(-45deg);
}
.pop-up.active {
  opacity: 1;
  visibility: visible;
}
.development__cover {
  padding-bottom: 55px;
}
.development__wrapper {
  display: flex;
  margin: 0 -20px;
  padding-top: 0;
  padding-bottom: 25px;
  flex-wrap: wrap;
}
.development__block {
  width: 100%;
  padding: 0 20px;
}
.development__text-square {
  position: relative;
  border: 10px solid #f79900;
  padding: calc(50% - 10px) calc(50% - 10px);
  background: #fff;
}
.development__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #f79900;
  text-transform: uppercase;
  font: 900 30px/1.3 GothamPro,sans-serif;
}
.development__photos-square {
  position: relative;
  padding: 100% 0 0 0;
}
.development__photos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.development__photo-wrapper {
  position: relative;
  width: 25%;
}
.development__photo-wrapper:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.development__photo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.development__bottom {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
  padding: 0 20px;
}
.development__bottom-block {
  padding: 0 20px;
  width: 100%;
  margin-bottom: 10px;
}
.development__bottom-block:first-child {
  order: 1;
}
.development__bottom-wrapper {
  text-align: center;
  margin-bottom: 25px;
}
.development__bottom-link {
  display: block;
  text-transform: uppercase;
  background: #f79900;
  color: #fff;
  font: 700 13px/1 GothamPro,sans-serif;
  text-decoration: none;
  padding: 19px 15px 18px;
}
.development__bottom-text {
  color: #000;
  font: 400 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.person {
  background: #333;
}
.person__cover {
  padding: 90px 20px;
}
.person__wrapper {
  position: relative;
}
.person__person {
  display: flex;
  align-items: flex-end;
  margin: -125px -10px 25px;
}
.person__person-img-wrapper {
  position: relative;
  width: 180px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.person__person-content {
  padding: 0 10px;
}
.person__person-img {
  max-width: none;
  width: 100%;
}
.person__person-name {
  color: #fff;
  font: 500 18px/1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.person__person-position {
  color: #fff;
  font: 500 10px/1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.person__content {
  transition: all .5s ease;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 230px;
}
.person__content p {
  color: #fff;
  font: 400 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.person__content q {
  color: #fff;
  font: 400 12px/2 GothamPro,sans-serif;
  font-style: italic;
  margin-bottom: 10px;
  quotes: none;
}
.person__btn {
  display: inline-block;
  outline: 0;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  background: #f79900;
  color: #fff;
  font: 700 13px/1 GothamPro,sans-serif;
  padding: 20px 65px 18px;
  min-width: 164px;
  transition: all .3s ease;
}
.person_reverse {
  background: #fff;
}
.person_reverse .person__cover {
  padding: 90px 20px 50px;
}
.person_reverse .person__person {
  justify-content: flex-end;
}
.person_reverse .person__person-img-wrapper {
  order: 1;
}
.person_reverse .person__person-name,
.person_reverse .person__person-position {
  color: #000;
}
.person_reverse .person__content p {
  color: #000;
}
.person_reverse .person__content q {
  color: #000;
}
.certificates {
  position: relative;
}
.certificates:before {
  content: "";
  background-color: #333;
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 170px);
}
.certificates__wrapper {
  padding-top: 45px;
}
.certificates__text {
  margin-bottom: 32px;
}
.certificates__title {
  color: #fff;
  font: 900 36px/1.1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.certificates__descr {
  color: #fff;
  font: 300 12px/1.8 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.certificates__slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.certificates__slide {
  width: 50%;
  margin-bottom: 40px;
}
.certificates__img-wrapper {
  padding: 0 13px;
}
.certificates__img {
  max-width: none;
  width: 100%;
}
.certificates_orange:before {
  background: #f79900;
}
.map {
  position: relative;
  padding-top: 100%;
}
.map__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map__block iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contacts-section {
  position: relative;
}
.contacts-section__content {
  padding-top: 10px;
}
.contacts-section__text p {
  color: #000;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.discounts__cover {
  padding-bottom: 45px;
}
.discounts__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -30px -20px 0;
}
.discounts__discount {
  padding: 0 20px;
  width: 100%;
  margin-bottom: 19px;
}
.discounts__pagination {
  display: none;
  margin-bottom: 25px;
}
.article-block__article {
  position: relative;
  margin-bottom: 20px;
}
.modal-form {
  height: 100%;
}
.modal-form__wrapper {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 90px;
}
.modal-form__subtitle {
  color: #fff;
  font: 900 24px/1.1 GothamPro,sans-serif;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 30px;
}
.modal-form__arrows {
  display: none;
  background: #fff;
  max-width: 500px;
  width: 55%;
  height: 125px;
  padding: 45px 0 25px;
  cursor: pointer;
}
.modal-form__arrows-icon {
  fill: #333;
}
.modal-form__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-form__close:after,
.modal-form__close:before {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 8px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
}
.modal-form__close:after {
  transform: rotate(-45deg);
}
.modal-form__title {
  color: #fff;
  font: 900 36px/1 GothamPro,sans-serif;
  max-width: 750px;
  margin-bottom: 15px;
}
.modal-form_black .modal-form__wrapper {
  background: #333;
}
.modal-form_black .modal-form__arrows {
  background: #333;
}
.modal-form_black .modal-form__arrows-icon {
  fill: #fff;
}
.modal-form_black .modal-form__close:after,
.modal-form_black .modal-form__close:before {
  background: #fff;
}
.modal-form_white .modal-form__wrapper {
  background: #fff;
}
.modal-form_white .modal-form__arrows {
  background: #fff;
}
.modal-form_white .modal-form__arrows-icon {
  margin-left: 60px;
}
.blog__cover {
  padding-bottom: 35px;
}
.blog__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -30px -20px 0;
}
.blog__item {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 3px;
}
.blog__pagination {
  display: none;
  margin-bottom: 25px;
}
.article-bottom__hashtags {
  margin-bottom: 15px;
}
.article-bottom__form {
  margin-bottom: 15px;
}
.article-bottom__nav {
  margin-bottom: 25px;
}
.articles__cover {
  padding: 45px 20px;
}
.articles__title {
  text-transform: uppercase;
  text-align: center;
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  margin-bottom: 30px;
}
.articles__slides {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.articles__slide {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 3px;
}
.articles__arrows {
  display: flex;
  justify-content: center;
}
.faq-section__wrapper {
  padding: 33px 0 8px;
}
.faq-form {
  background: #333;
}
.faq-form__wrapper {
  padding: 40px 0 20px;
}
.faq-form__title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 900 36px/1.1 GothamPro,sans-serif;
  margin-bottom: 5px;
}
.faq-form__subtitle {
  text-transform: uppercase;
  text-align: center;
  color: grey;
  font: 900 24px/1.1 GothamPro,sans-serif;
  margin-bottom: 2px;
}
.comments__wrapper {
  padding-bottom: 25px;
}
.comments__head {
  position: relative;
  background: #f79900;
  padding: 14px 20px 1px;
  margin-top: -30px;
  margin-bottom: 25px;
}
.comments__head-title {
  color: #fff;
  font: 900 24px/1.1 GothamPro,sans-serif;
  max-width: 705px;
  margin-bottom: 10px;
}
.comments__head-text {
  max-width: 1040px;
}
.comments__head-text p {
  color: #fff;
  font: 400 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 17px;
}
.comments__comments {
  padding: 1px 0;
}
.comments__comment {
  margin: -1px 0;
}
.comments__videos {
  position: relative;
  padding-top: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1px -10px 0;
}
.comments__video {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.vacancies {
  position: relative;
  padding-bottom: 20px;
}
.vacancies__vacancie:last-child .vacancies__content {
  border-bottom: transparent;
}
.vacancies__content {
  position: relative;
  padding: 25px 0 1px;
  background: #fff;
}
.vacancies__head {
  display: flex;
  align-items: flex-end;
}
.vacancies__icon-wrapper {
  width: 39px;
  height: 42px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 12px;
  flex: 0 0 auto;
}
.vacancies__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto 0;
}
.vacancies__title {
  color: #000;
  font: 700 18px/1.1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.vacancies__descr {
  color: #000;
  font: 300 12px/1.1 GothamPro,sans-serif;
  font-style: italic;
  margin-bottom: 21px;
}
.vacancies__list-title {
  color: #aaa;
  font: 700 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.vacancies__list {
  margin-bottom: 25px;
}
.vacancies__list-item {
  position: relative;
  color: #000;
  font: 300 12px/1.7 GothamPro,sans-serif;
  margin-bottom: 2px;
  padding-left: 10px;
}
.vacancies__list-item::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 2px;
  color: #000;
  font: 900 14px/1.1 GothamPro,sans-serif;
}
.vacancies__btn {
  background: #f79900;
  color: #fff;
  text-transform: uppercase;
  font: 900 14px/1 GothamPro,sans-serif;
  border: none;
  outline: 0;
  text-decoration: none;
  padding: 13px 49px;
  cursor: pointer;
  margin-bottom: 25px;
}
.vacancies__form {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  margin-top: 80px;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.vacancies__form.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.portfolio {
  position: relative;
}
.portfolio__cover {
  padding: 0 0 25px;
}
.portfolio__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.portfolio__case {
  width: 100%;
}
.portfolio__loading {
  position: relative;
  order: 1;
  width: 100%;
  padding: 30px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio__modal {
  position: relative;
  width: 100%;
}
.portfolio__modal-wrapper {
  background: #333;
  padding: 40px 20px 50px 20px;
}
.portfolio__modal-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.portfolio__modal-title {
  color: #fff;
  font: 900 36px/1 GothamPro,sans-serif;
  margin-bottom: 15px;
  padding: 0 15px;
}
.portfolio__modal-btn-wrapper {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio__modal-btn {
  display: block;
  background: #f79900;
  border: none;
  text-decoration: none;
  outline: 0;
  color: #fff;
  font: 900 18px/1 GothamPro,sans-serif;
  text-align: center;
  min-width: 216px;
  cursor: pointer;
  padding: 12px 55px;
}
.portfolio__modal-form {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  top: 0;
  left: 1px;
  background: #333;
  padding: 0 20px 2px;
  width: calc(100% - 2px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.portfolio__modal-form.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.open-case__cover {
  padding-bottom: 32px;
}
.open-case__case {
  position: relative;
  background: #fff;
  padding: 35px 0 11px;
}
.open-case__head {
  margin-bottom: 33px;
}
.open-case__title {
  color: #000;
  font: 900 30px/1.1 GothamPro,sans-serif;
  max-width: 700px;
  margin-bottom: 8px;
}
.open-case__link {
  display: inline-block;
  text-decoration: none;
  color: #f79900;
  font: 400 13px/1.1 GothamPro,sans-serif;
  margin-bottom: 17px;
}
.open-case__link:active,
.open-case__link:hover {
  text-decoration: underline;
}
.open-case__descr {
  color: #000;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.open-case__subtitle {
  color: #bebebe;
  font: 700 18px/1.1 GothamPro,sans-serif;
  margin-bottom: 10px;
}
.open-case__content {
  max-width: 830px;
}
.open-case__content p {
  color: #000;
  font: 400 12px/1.5 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.open-case__content ul {
  padding-top: 10px;
  margin-bottom: 15px;
}
.open-case__content ul li {
  position: relative;
  padding: 5px 0 5px 17px;
  color: #000;
  font: 400 12px/1.4 GothamPro,sans-serif;
}
.open-case__content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #151515;
  position: absolute;
  left: 0;
  top: 10px;
}
.open-case__solution-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.open-case__solution-video {
  padding: 0 20px;
  width: 100%;
}
.open-case__solution-content {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 19px;
}
.open-case__solution-text {
  height: 100%;
  background: #f79900;
  padding: 17px 20px 4px;
}
.open-case__solution-text p {
  color: #fff;
  font: 400 12px/1.1 GothamPro,sans-serif;
  font-style: italic;
  margin-bottom: 15px;
}
.case-form__wrapper {
  padding: 45px 0 15px;
}
.case-form__title {
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 10px;
}
.examples__title {
  color: #333;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 45px;
}
.examples__list-cover {
  padding: 0;
}
.examples__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.examples__case {
  width: 100%;
}
.examples__case:nth-child(3) {
  display: none;
}
.examples__bottom-cover {
  padding-bottom: 30px;
}
.examples__link-wrapper {
  margin-bottom: 15px;
  text-align: center;
}
.examples__link {
  display: inline-block;
  color: #f79900;
  font: 900 16px/1.1 GothamPro,sans-serif;
}
.examples_border .examples__title {
  border-top: 1px solid #cecece;
}
.examples_half-title .examples__title {
  text-transform: none;
  color: #000;
  font-size: 36px;
  max-width: 500px;
  margin: 0 auto 15px;
  text-transform: uppercase;
}
.filter {
  position: relative;
  margin-bottom: 30px;
}
.filter__cover {
  padding: 0;
}
.filter__content {
  background: #333;
  display: flex;
  flex-wrap: wrap;
  padding: 38px 0 20px;
}
.filter__field {
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
}
.filter__btn-wrapper {
  width: 100%;
  padding: 0 20px 0;
  margin-bottom: 20px;
}
.filter__title {
  color: #fff;
  font: 400 16px/1 GothamPro,sans-serif;
  margin-bottom: 11px;
}
.filter__select {
  border: none;
}
.filter__btn {
  background: #f79900;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  color: #fff;
  font: 400 16px/1 GothamPro,sans-serif;
  border: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 19px 10px;
}
.products__product {
  margin-bottom: 30px;
}
.products__wrapper {
  border: 1px solid #000;
  position: relative;
  padding: 21px 21px 9px 21px;
}
.products__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.products__img-wrapper {
  position: relative;
  flex: 0 0 auto;
  width: 110px;
  height: 90px;
  padding: 0 10px;
  margin-bottom: 14px;
}
.products__img {
  max-width: none;
  width: 100%;
}
.products__icon-wrapper {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 29px;
  height: 29px;
  background: red;
}
.products__icon {
  fill: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.products__text {
  padding: 0 10px;
  max-width: 600px;
  margin-right: auto;
  order: 1;
  width: 100%;
}
.products__title {
  color: #000;
  font: 700 16px/1.2 Roboto,sans-serif;
  margin-bottom: 11px;
}
.products__descr {
  color: #000;
  font: 300 12px/1.2 Roboto,sans-serif;
  margin-bottom: 11px;
}
.products__links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px 7px;
}
.products__link-wrapper {
  padding: 0 16px;
  margin-bottom: 8px;
}
.products__link {
  display: inline-block;
  color: #000;
  font: 900 14px/1.2 Roboto,sans-serif;
  text-decoration: none;
  transition: all .3s ease;
}
.products__link:active,
.products__link:hover {
  text-decoration: underline;
}
.products__link.active {
  color: #f79900;
}
.products__info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-height: 147px;
  padding: 0 10px;
  flex: 0 0 auto;
  margin-bottom: 14px;
}
.products__price {
  color: #f79900;
  font: 900 24px/1.2 Roboto,sans-serif;
  margin-bottom: 3px;
}
.products__old-price {
  color: #969494;
  text-decoration: line-through;
  font: 300 14px/1.2 Roboto,sans-serif;
  margin-bottom: 10px;
}
.products__discount {
  color: #000;
  font: 500 14px/1.2 Roboto,sans-serif;
  margin-bottom: 16px;
}
.products__select {
  border: none;
}
.products__btn-wrapper {
  order: 2;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
}
.products__btn {
  width: 100%;
  background: #f79900;
  color: #fff;
  font: 400 12px/1.2 Roboto,sans-serif;
  border: none;
  outline: 0;
  text-decoration: none;
  text-align: center;
  padding: 13px 30px;
  cursor: pointer;
}
.products__compatibility {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: #333;
  width: 100%;
  height: 295px;
  padding: 35px 40px;
}
.products__compatibility-title {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font: 400 18px/1 GothamPro,sans-serif;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
.products__compatibility-list {
  margin-bottom: 30px;
}
.products__compatibility-item {
  color: #fff;
  font: 400 18px/1 GothamPro,sans-serif;
  padding: 9px 0;
}
.products__compatibility-descr {
  color: #fff;
  font: 300 14px/1.4 GothamPro,sans-serif;
}
.products__compatibility.active {
  visibility: visible;
  opacity: 1;
}
.products__banner {
  margin-bottom: 30px;
}
.subscription {
  background: #f79900;
}
.subscription__form {
  display: flex;
  padding: 24px 0 15px;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.subscription__title {
  color: #fff;
  font: 900 24px/1 GothamPro,sans-serif;
  padding: 0 10px;
  margin-bottom: 18px;
  flex: 1 1 auto;
}
.subscription__block {
  padding: 0 10px;
}
.subscription__inputs {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.subscription__input {
  padding: 0 10px;
  flex: 1 1 auto;
  margin-bottom: 19px;
}
.subscription__btn-wrapper {
  padding: 0 10px;
  flex: 1 1 auto;
  margin-bottom: 19px;
}
.subscription__btn {
  background: #fff;
  border: none;
  outline: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #f79900;
  font: 500 14px/1 GothamPro,sans-serif;
  text-align: center;
  padding: 19px 25px;
  cursor: pointer;
  transition: all .3s ease;
  width: 100%;
}
.subscription__btn:active,
.subscription__btn:hover {
  background: #333;
}
.subscription__descr {
  color: #fff;
  font: 400 11px/1.3 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.basket {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  text-decoration: none;
  background: #f79900;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
}
.basket.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.basket__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
}
.basket__icon-wrapper {
  display: flex;
  align-items: flex-start;
}
.basket__icon {
  fill: #000;
  width: 31px;
  height: 31px;
}
.basket__icon-count {
  display: none;
  color: #000;
  font: 700 14px/1 Roboto,sans-serif;
}
.basket__text {
  margin-left: 10px;
  color: #000;
  font: 400 14px/1 GothamPro,sans-serif;
}
.basket__text-count {
  color: #000;
}
.tabs {
  position: relative;
  margin-bottom: 30px;
}
.tabs__cover {
  padding: 0;
}
.tabs__wrapper {
  display: flex;
  background: #333;
  padding: 20px 20px 19px;
  flex-wrap: wrap;
}
.tabs__main {
  margin-right: auto;
  width: 100%;
}
.tabs__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px 16px;
}
.tabs__nav-link-wrapper {
  padding: 0 11px;
  margin-bottom: 20px;
  width: 100%;
}
.tabs__nav-link {
  display: inline-block;
  text-decoration: none;
  color: #d4d4d4;
  font: 700 14px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #464646;
  padding: 16px;
  width: 100%;
  transition: all .3s ease;
}
.tabs__nav-link:active,
.tabs__nav-link:hover {
  background: #f79900;
  color: #333;
}
.tabs__nav-link.active {
  background: #f79900;
  color: #333;
}
.tabs__links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 19px;
  justify-content: center;
}
.tabs__link-wrapper {
  padding: 0 20px;
  margin-bottom: 11px;
  width: 42%;
}
.tabs__link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #d4d4d4;
  font: 700 14px/1 GothamPro,sans-serif;
  transition: all .3s ease;
  border-bottom: 2px solid transparent;
  padding-bottom: 8px;
}
.tabs__link.active,
.tabs__link:active,
.tabs__link:hover {
  color: #f79900;
}
.tabs__comparison {
  align-self: flex-end;
  margin: 0 auto;
}
.tabs__comparison-link {
  display: block;
}
.tabs__comparison-icon-wrapper {
  margin-bottom: 7px;
}
.tabs__comparison-icon {
  fill: #fff;
  width: 28px;
  height: 22px;
  margin: 0 auto;
}
.tabs__comparison-text {
  text-transform: uppercase;
  color: #fff;
  font: 400 12px/1 GothamPro,sans-serif;
  margin-bottom: 12px;
}
.advantages__cover {
  padding: 0;
}
.tariffs {
  display: flex;
  flex-direction: column;
}
.tariffs__tariff {
  position: relative;
  padding-bottom: 20px;
  padding-top: 30px;
}
.tariffs__tariff_grey {
  background: #ededed;
}
.tariffs__tariff_grey .tariffs__item {
  background: #fff;
}
.tariffs__tariff:first-child,
.tariffs__tariff_first {
  background: #ededed;
  order: -1;
}
.tariffs__tariff:first-child:after,
.tariffs__tariff:first-child:before,
.tariffs__tariff_first:after,
.tariffs__tariff_first:before {
  content: "";
  display: none;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: -80px;
  background: #ededed;
  z-index: -1;
}
.tariffs__tariff:first-child:after,
.tariffs__tariff_first:after {
  height: 130px;
  bottom: auto;
  top: -130px;
}
.tariffs__tariff:first-child .tariffs__item,
.tariffs__tariff_first .tariffs__item {
  background: #fff;
}
.tariffs__title {
  color: #000;
  text-transform: uppercase;
  font: 700 24px/1 GothamPro,sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.tariffs__item {
  position: relative;
  background: #ededed;
  margin-bottom: 20px;
  padding: 25px 25px 15px;
}
.tariffs__item-wrapper {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  flex-direction: column;
}
.tariffs__discount {
  position: relative;
  margin-top: -25px;
  margin-bottom: 15px;
  color: #fff;
  background: #ff2507;
  font: 700 12px/1 GothamPro,sans-serif;
  padding: 5px 8px;
}
.tariffs__name {
  color: #000;
  font: 700 13px/1 GothamPro,sans-serif;
  flex: 1 1 auto;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.tariffs__price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -11px;
  padding: 0 10px;
  flex: 1 1 auto;
  flex-direction: column;
}
.tariffs__old-price {
  color: #b6b6b6;
  font: 700 12px/1 GothamPro,sans-serif;
  text-decoration: line-through;
  flex: 0 0 auto;
  padding: 0 11px;
  margin-bottom: 10px;
}
.tariffs__price {
  color: #f79900;
  font: 700 13px/1 GothamPro,sans-serif;
  flex: 0 0 auto;
  padding: 0 11px;
  margin-bottom: 10px;
}
.tariffs__btn-wrapper {
  flex: 0 0 auto;
  padding: 0 10px;
}
.tariffs__btn {
  background: #f79900;
  color: #fff;
  font: 700 14px/1 GothamPro,sans-serif;
  border: none;
  text-decoration: none;
  outline: 0;
  text-align: center;
  cursor: pointer;
  padding: 13px 70px;
  margin-bottom: 10px;
}
.shopping-cart {
  margin-top: 80px;
}
.shopping-cart__wrapper {
  padding: 20px 0;
}
.shopping-cart__title {
  color: #000;
  font: 900 36px/1.1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.shopping-cart__table {
  margin-bottom: 20px;
}
.shopping-cart__total {
  margin-bottom: 27px;
}
.ordering__head {
  margin-top: 80px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e1e1e1;
}
.ordering__head-title {
  color: #000;
  font: 900 36px/1.1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.ordering__head-subtitle {
  color: #000;
  font: 300 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 25px;
}
.ordering__radio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.ordering__radio-block {
  padding: 0 20px;
  margin-bottom: 20px;
}
.ordering__radio-box {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 3px solid #bbb;
  margin-right: 23px;
  transition: all .3s ease;
  flex: 0 0 auto;
}
.ordering__radio-box:before {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 16px;
  height: 9px;
  border-left: 4px solid #f79900;
  border-bottom: 4px solid #f79900;
  position: absolute;
  top: 4px;
  left: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease;
}
.ordering__radio-text {
  color: #000;
  font: 500 12px/1 GothamPro,sans-serif;
  max-width: 175px;
  transition: all .3s ease;
}
.ordering__label {
  display: flex;
  cursor: pointer;
}
.ordering__label:active .ordering__radio-box,
.ordering__label:hover .ordering__radio-box {
  border-color: #f79900;
}
.ordering__label:active .ordering__radio-box:before,
.ordering__label:hover .ordering__radio-box:before {
  opacity: 1;
  visibility: visible;
}
.ordering__label:active .ordering__radio-text,
.ordering__label:hover .ordering__radio-text {
  color: #f79900;
}
.ordering__input {
  display: none;
}
.ordering__input:checked + .ordering__radio-box {
  border-color: #f79900;
}
.ordering__input:checked + .ordering__radio-box:before {
  opacity: 1;
  visibility: visible;
}
.ordering__input:checked ~ .ordering__radio-text {
  color: #f79900;
}
.ordering__data {
  padding: 27px 0 0;
}
.ordering__data-title {
  color: #000;
  font: 700 18px/1 GothamPro,sans-serif;
  margin-bottom: 14px;
}
.ordering__table {
  margin-bottom: 10px;
}
.ordering__table-title {
  font: 700 18px/1 GothamPro,sans-serif;
  margin-bottom: 23px;
}
.ordering__total {
  margin-bottom: 15px;
}
.ordering__warning {
  margin-bottom: 40px;
}
.ordering__warning-cover {
  padding: 0;
}
.ordering__warning-content {
  background: #f79900;
  padding: 38px 30px 29px;
}
.ordering__warning-title {
  color: #fff;
  font: 700 17px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  text-align: center;
  max-width: 740px;
  margin: 0 auto 12px;
}
.ordering__warning-descr {
  text-align: center;
  color: #fff;
  font: 300 12px/1.2 GothamPro,sans-serif;
  max-width: 740px;
  margin: 0 auto 12px;
}
.ordering__bottom-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
  padding-bottom: 5px;
  flex-wrap: wrap;
}
.ordering__bottom-checkbox {
  padding: 0 20px;
  max-width: 700px;
  margin-bottom: 40px;
  width: 100%;
}
.ordering__bottom-label {
  display: flex;
  cursor: pointer;
}
.ordering__bottom-label:active .ordering__bottom-box,
.ordering__bottom-label:hover .ordering__bottom-box {
  border-color: #f79900;
}
.ordering__bottom-label:active .ordering__bottom-box:before,
.ordering__bottom-label:hover .ordering__bottom-box:before {
  opacity: 1;
  visibility: visible;
}
.ordering__bottom-label:active .ordering__bottom-text,
.ordering__bottom-label:hover .ordering__bottom-text {
  color: #f79900;
}
.ordering__bottom-input {
  display: none;
}
.ordering__bottom-input:checked + .ordering__bottom-box {
  border-color: #f79900;
}
.ordering__bottom-input:checked + .ordering__bottom-box:before {
  opacity: 1;
  visibility: visible;
}
.ordering__bottom-input:checked ~ .ordering__bottom-text {
  color: #f79900;
}
.ordering__bottom-box {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 3px solid #bbb;
  margin-right: 23px;
  transition: all .3s ease;
  flex: 0 0 auto;
}
.ordering__bottom-box:before {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 16px;
  height: 9px;
  border-left: 4px solid #f79900;
  border-bottom: 4px solid #f79900;
  position: absolute;
  top: 4px;
  left: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease;
}
.ordering__bottom-text {
  color: #000;
  font: 300 12px/1.2 GothamPro,sans-serif;
  transition: all .3s ease;
}
.ordering__bottom-btn-wrapper {
  padding: 0 20px;
  margin-bottom: 40px;
  flex: 1 0 auto;
}
.ordering__bottom-btn {
  display: inline-block;
  background: #f79900;
  border: none;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font: 700 16px/1 GothamPro,sans-serif;
  padding: 28px 50px;
  width: 100%;
}
.transfer {
  margin-top: 80px;
}
.transfer__wrapper {
  padding: 20px 0 25px;
  max-width: 723px;
}
.transfer__title {
  color: #000;
  font: 900 36px/1.1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.transfer__subtitle {
  color: #f79900;
  font: 700 18px/1 GothamPro,sans-serif;
  margin-bottom: 17px;
}
.transfer__order {
  color: #000;
  font: 400 14px/1 GothamPro,sans-serif;
  margin-bottom: 28px;
}
.transfer__list-title {
  color: #000;
  font: 400 14px/1 GothamPro,sans-serif;
  margin-bottom: 23px;
}
.transfer__list {
  margin-bottom: 23px;
}
.transfer__list-item {
  color: #000;
  font: 400 14px/1.4 GothamPro,sans-serif;
  position: relative;
  padding-left: 10px;
}
.transfer__list-item:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.transfer__sum {
  color: #000;
  font: 400 14px/1 GothamPro,sans-serif;
  margin-bottom: 20px;
}
.transfer__sum-count {
  color: #f79900;
  font-weight: 700;
}
.transfer__pay-form {
  color: #000;
  font: 400 14px/1 GothamPro,sans-serif;
  margin-bottom: 20px;
}
.transfer__info {
  color: #f79900;
  font: 700 14px/1.4 GothamPro,sans-serif;
  margin-bottom: 20px;
}
.transfer__link-wrapper {
  padding-top: 20px;
  margin-bottom: 30px;
}
.transfer__link {
  display: inline-block;
  background: #f79900;
  color: #fff;
  font: 700 14px/1 GothamPro,sans-serif;
  padding: 17px 70px;
  text-decoration: none;
}
.solution-nav {
  position: relative;
  margin-top: -25px;
}
.solution-nav__cover {
  padding-bottom: 40px;
}
.solution-nav__wrapper {
  background: #f79900;
}
.solution-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 18px 20px 6px;
}
.solution-nav__item {
  padding: 0 20px;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 13px;
}
.solution-nav__link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font: 700 14px/1 GothamPro,sans-serif;
  transition: all .3s ease;
}
.solution-nav__link.active,
.solution-nav__link:active,
.solution-nav__link:hover {
  color: #000;
}
.approach__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0 0 20px;
}
.approach__text-block {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
}
.approach__video-block {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
}
.approach__text-title {
  color: #000;
  font: 900 36px/1.1 GothamPro,sans-serif;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.approach__text p {
  color: #000;
  font: 300 12px/1.1 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.recommendations__cover {
  padding: 0;
}
.stages {
  background: #ededed;
  padding-top: 173px;
  margin-top: -130px;
}
.stages__head-content {
  padding-bottom: 30px;
}
.stages__head-title {
  color: #000;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.stages__head-descr {
  color: #000;
  font: 300 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.stages__registration {
  background: #f79900;
}
.stages__registration-cover {
  padding: 0;
}
.stages__registration-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0 24px;
  flex-wrap: wrap;
}
.stages__registration-title {
  color: #fff;
  text-transform: uppercase;
  font: 900 24px/1 GothamPro,sans-serif;
  padding: 0 20px;
  max-width: 610px;
  margin-bottom: 15px;
}
.stages__registration-link-wrapper {
  padding: 0 20px;
  margin-bottom: 15px;
  width: 100%;
}
.stages__registration-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  text-transform: uppercase;
  font: 900 18px/1 GothamPro,sans-serif;
  color: #f79900;
  padding: 19px 25px;
  text-align: center;
  width: 100%;
}
.stages__tabs-wrapper {
  padding-top: 43px;
}
.result {
  background: url(/local/templates/offgroup/css/../images/content/result_bg.jpg) top center/cover no-repeat;
  margin-bottom: 120px;
}
.result__wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
}
.result__title {
  color: #fff;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: center;
}
.result__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.result__item {
  display: flex;
  margin-bottom: 18px;
  width: 100%;
  padding: 0 20px;
}
.result__item-title {
  color: #fff;
  font: 900 16px/1 GothamPro,sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.result__item-descr {
  color: #fff;
  font: 300 12px/1.1 GothamPro,sans-serif;
  margin-bottom: 16px;
}
.result__img-wrapper {
  flex: 0 0 auto;
  width: 55px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.result__img {
  margin: 0 auto;
}
.result__slider {
  position: absolute;
  bottom: 50px;
  width: 335px;
  right: 50%;
  transform: translate(50%,100%);
}
.cost {
  background: #f79900;
}
.cost__wrapper {
  padding-top: 45px;
  padding-bottom: 205px;
  max-width: 785px;
  margin: 0 auto;
  text-align: center;
}
.cost__title {
  color: #fff;
  font: 900 36px/1.1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.cost__descr {
  color: #fff;
  font: 900 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 17px;
}
.cost__price {
  color: #fff;
  font: 900 24px/1.1 GothamPro,sans-serif;
  margin-bottom: 30px;
}
.cost-form {
  position: relative;
  margin-top: -200px;
  padding-bottom: 40px;
}
.cost-form__cover {
  padding: 0;
}
.cost-form__wrapper {
  background: #333;
  padding: 40px 20px 15px;
}
.command__wrapper {
  padding-bottom: 20px;
}
.command__title {
  color: #000;
  font: 900 36px/1 GothamPro,sans-serif;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.command__descr {
  color: #000;
  font: 300 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 35px;
}
.command__slider {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.command__slide {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 20px;
}
.command__img-wrapper {
  margin-bottom: 18px;
}
.command__img {
  max-width: none;
  width: 100%;
}
.command__name {
  color: #000;
  font: 500 19px/1 GothamPro,sans-serif;
  margin-bottom: 6px;
}
.command__position {
  color: #000;
  font: 500 12px/1 GothamPro,sans-serif;
  margin-bottom: 11px;
}
.statistic__wrapper {
  padding-top: 40px;
}
.statistic__title {
  color: #000;
  font: 900 36px/1.1 GothamPro,sans-serif;
  max-width: 900px;
  margin-bottom: 10px;
}
.statistic__descr {
  margin-bottom: 40px;
}
.statistic__descr p {
  color: #000;
  font: 300 12px/1.1 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.statistic__slider {
  margin: 0 auto 50px auto;
}
.cms__head {
  padding-top: 45px;
  padding-bottom: 30px;
}
.cms__head-title {
  color: #000;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  max-width: 1015px;
  margin-bottom: 10px;
}
.cms__head-descr {
  color: #000;
  font: 300 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.cms__cover {
  position: relative;
}
.cms__advantages {
  background: #333;
}
.cms__advantages-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 21px;
  margin: 0 -35px;
}
.cms__advantages-item {
  width: 100%;
  padding: 0 35px;
  margin-bottom: 20px;
}
.cms__advantages-arrows {
  position: absolute;
  top: 40px;
  right: 0;
}
.dev-tabs {
  background: #f5f5f5;
  padding-top: 50px;
}
.dev-tabs.dev-tabs_padding-top {
  padding-top: 220px;
  margin-top: -220px;
}
.tabs-bottom {
  background: url(/local/templates/offgroup/css/../images/content/office.jpg) top center/cover no-repeat;
}
.tabs-bottom__wrapper {
  padding-top: 41px;
  padding-bottom: 33px;
}
.tabs-bottom__title {
  text-transform: uppercase;
  color: #fff;
  font: 900 36px/1.2 GothamPro,sans-serif;
  margin-bottom: 20px;
}
.tabs-bottom__descr {
  color: #fff;
  font: 300 12px/1 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.types__wrapper {
  padding-top: 43px;
  padding-bottom: 50px;
}
.types__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 18px;
}
.types__item {
  padding: 0 25px;
  width: 100%;
  margin-bottom: 10px;
}
.types__item-content {
  display: flex;
}
.types__item-img-wrapper {
  position: relative;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  margin-bottom: 15px;
}
.types__item-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.types__item-title {
  color: #000;
  font: 900 14px/1 GothamPro,sans-serif;
  margin-bottom: 16px;
}
.types__item-descr {
  color: #000;
  font: 300 12px/1.1 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.types__img-wrapper {
  max-width: 1002px;
  width: 100%;
  margin: 0 auto;
}
.types__img {
  max-width: none;
  width: 100%;
}
.benefits {
  background: #ededed;
}
.benefits_nobg {
  background: 0 0;
}
.benefits__wrapper {
  padding: 45px 0 25px;
}
.benefits_padding .benefits__wrapper {
  padding: 10px 0 25px;
}
.benefits_min-padding .benefits__wrapper {
  padding: 10px 0 25px;
}
.benefits__title {
  color: #000;
  font: 900 36px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.benefits_min-padding .benefits__title {
  text-transform: none;
}
.benefits__text {
  margin-bottom: 20px;
}
.benefits__text p {
  color: #000;
  font: 300 12px/1.4 GothamPro,sans-serif;
  margin-bottom: 15px;
}
.benefits-blocks {
  margin-top: 0;
}
.benefits-blocks__cover {
  padding: 0;
}
.benefits-blocks_mbottom {
  margin-bottom: 50px;
}
.support-benefits__badge {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background: #f79900;
  padding: 10px 13px 8px;
  margin-bottom: 15px;
  font: 700 14px/1 GothamPro,sans-serif;
}
.support-benefits__title {
  color: #000;
  font: 900 36px/1.1 GothamPro,sans-serif;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.support-benefits__text {
  color: #000;
  font: 400 14px/1.5 GothamPro,sans-serif;
  max-width: 890px;
  margin-bottom: 25px;
}
.support-benefits__list {
  margin-bottom: 5px;
}
.benefits-support {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.benefits-support__item {
  padding: 0 25px;
  margin-bottom: 12px;
  width: 100%;
}
.benefits-support__benefit {
  position: relative;
  padding-left: 24px;
}
.benefits-support__benefit::before {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background: #f79900;
  position: absolute;
  left: 0;
  top: 0;
}
.benefits-support__title {
  color: #000;
  font: 900 20px/1 GothamPro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.benefits-support_sublist .benefits-support__title {
  text-transform: none;
  font-size: 24px;
}
.benefits-support__title-span {
  color: #000;
  display: inline-block;
}
.benefits-support__text {
  color: #000;
  font: 400 14px/1.2 GothamPro,sans-serif;
  margin-bottom: 30px;
}
.benefits-support__list {
  color: #000;
  font: 400 16px/1.2 GothamPro,sans-serif;
  margin-bottom: 30px;
}
.benefits-support__list li {
  margin-bottom: 15px;
}
.dev-info__item {
  margin-bottom: 30px;
}
.dev-info__item:last-child {
  margin-bottom: 50px;
}
.dev-article {
  background: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,.12);
  padding: 17px 17px 1px;
}
.dev-article__wrapper {
  margin: 0 -20px;
}
.dev-article__img-block {
  padding: 0 20px;
  grid-area: 1/1/2/2;
  margin-bottom: 37px;
}
.dev-article_reverse .dev-article__img-block {
  grid-area: 1/2/2/3;
}
.dev-article__content-block {
  padding: 0 20px;
  grid-area: 1/2/3/3;
  margin-bottom: 20px;
}
.dev-article_reverse .dev-article__content-block {
  grid-area: 1/1/3/2;
}
.dev-article__price-block {
  padding: 0 20px;
  grid-area: 2/1/3/2;
  margin-bottom: 20px;
}
.dev-article_reverse .dev-article__price-block {
  grid-area: 2/2/3/3;
}
.dev-article__img-wrapper {
  position: relative;
  margin-bottom: 17px;
}
.dev-article__img-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 4px solid #f79900;
}
.dev-article__img {
  max-width: none;
  width: 100%;
}
.dev-article__link {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -15px;
  right: 25px;
  padding: 8px 19px 8px 10px;
  background: #f79900;
  color: #fff;
}
.dev-article__link-icon {
  width: 17px;
  height: 12px;
  fill: #fff;
  flex: 0 0 auto;
}
.dev-article__link-text {
  display: inline-block;
  color: #fff;
  font: 400 14px/1.1 GothamPro,sans-serif;
  margin-left: 13px;
}
.dev-article__title {
  color: #000;
  font: 700 24px/1.1 GothamPro,sans-serif;
  margin-bottom: 18px;
}
.dev-article__text {
  color: #000;
  font: 400 14px/1.1 GothamPro,sans-serif;
}
.dev-article__price-text {
  color: #000;
  font: 400 14px/1.1 GothamPro,sans-serif;
  margin-bottom: 8px;
}
.dev-article__price-count {
  color: #000;
  font: 900 24px/1.1 GothamPro,sans-serif;
  margin-bottom: 8px;
}
.audit-rates__cover {
  padding-top: 35px;
  padding-bottom: 20px;
}
.audit-rates__title {
  color: #000;
  font: 900 36px/1.1 GothamPro,sans-serif;
  margin-bottom: 21px;
  text-transform: uppercase;
  text-align: center;
}
.audit-rates__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.audit-rates__item {
  padding: 0 20px;
  margin-bottom: 30px;
  width: 100%;
}
.audit-rates__rate {
  background: #fff;
  box-shadow: 0 0 18px rgba(0,0,0,.12);
  padding: 30px 33px 15px;
  text-align: center;
}
.audit-rates__rate-title {
  color: #000;
  font: 900 20px/1 GothamPro,sans-serif;
  margin-bottom: 13px;
}
.audit-rates__rate-item {
  display: block;
  padding: 15px 0;
  color: #000;
  font: 400 14px/1 GothamPro,sans-serif;
  border-top: 1px solid #dce5e5;
}
.audit-rates__rate-item:first-child {
  border-top: 0;
}
.audit-rates__rate-price {
  color: #f79900;
  font: 900 24px/1 GothamPro,sans-serif;
  margin-bottom: 30px;
}
.audit-rates__rate-btn-wrapper {
  margin-bottom: 20px;
}
.audit-rates__rate-btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background: #f79900;
  color: #fff;
  font: 400 14px/1.1 GothamPro,sans-serif;
  padding: 10px 37px 8px;
  text-transform: uppercase;
}
@media screen and (min-width:375px) {
  .service__wrapper {
    padding: 22px 18px 15px;
  }
  .service__title {
    font-size: 14px;
  }
  .blocks__visible:before {
    bottom: 10px;
  }
  .blocks__title {
    font-size: 18px;
  }
  .blocks__icon {
    width: 70px;
    height: 70px;
  }
  .content-block__wrapper {
    padding: 35px 40px 75px;
  }
  .content-block__text {
    padding: 0 5%;
  }
  .price__wrapper {
    padding: 25px 20px;
  }
  .next-prev {
    margin: 0 -17px;
  }
  .next-prev__item {
    padding: 0 17px;
  }
  .next-prev__link {
    font-size: 13px;
  }
  .banner__content {
    padding: 40px;
  }
  .table__item-name {
    margin-right: 20%;
  }
  .table__item-old-price {
    width: 55%;
  }
  .total__text {
    font-size: 18px;
  }
  .total__count {
    font-size: 18px;
  }
  .reason__img-wrapper {
    width: 283px;
  }
  .development__title {
    font-size: 36px;
  }
  .person__content {
    max-height: 180px;
  }
  .open-case__title {
    font-size: 36px;
  }
  .products__img-wrapper {
    width: 167px;
    height: 147px;
  }
  .tabs__link-wrapper {
    width: 34%;
  }
  .tariffs__item {
    padding: 25px 35px 15px;
  }
  .result {
    margin-bottom: 150px;
  }
  .result__slider {
    width: 400px;
  }
}
@media screen and (min-width:480px) {
  .logo__icon {
    width: 107px;
    height: 20px;
  }
  .logo_white .logo__icon {
    height: 45px;
  }
  .first-screen__img {
    object-position: 63% 0;
  }
  .first-screen__monitor {
    right: -150px;
    top: 57px;
  }
  .first-screen_discounts {
    position: relative;
    top: auto;
    left: auto;
    background: url(/local/templates/offgroup/css/../images/content/discounts_bg.jpg) top center/cover no-repeat fixed;
    padding-bottom: 90px;
  }
  .first-screen_mini {
    min-height: 358px;
    position: relative;
  }
  .first-screen_blog {
    background: url(/local/templates/offgroup/css/../images/content/blog_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
    position: relative;
    top: auto;
    left: auto;
  }
  .first-screen_news {
    background: url(/local/templates/offgroup/css/../images/content/news_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
  }
  .first-screen_news-open {
    padding-bottom: 90px;
    position: relative;
    top: auto;
    left: auto;
  }
  .first-screen_faq {
    background: url(/local/templates/offgroup/css/../images/content/faq_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
    position: relative;
    top: auto;
    left: auto;
  }
  .first-screen_reviews {
    background: url(/local/templates/offgroup/css/../images/content/reviews_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
  }
  .first-screen_vacancies {
    background: url(/local/templates/offgroup/css/../images/content/vacancies_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
    position: relative;
    top: auto;
    left: auto;
  }
  .first-screen_portfolio {
    /*background: url(/local/templates/offgroup/css/../images/content/portfolio_head_bg.jpg) top center/cover no-repeat;*/
    padding-bottom: 90px;
  }
  .first-screen_case {
    background: url(/local/templates/offgroup/css/../images/content/case_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
    min-height: 358px;
  }
  .first-screen_store {
    padding-bottom: 90px;
  }
  .first-screen_license {
    position: relative;
    top: auto;
    left: auto;
  }
  .first-screen_development {
    background: url(/local/templates/offgroup/css/../images/content/web-development_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
  }
  .first-screen_mobile .first-content__text {
    max-width: 76%;
  }
  .first-content__gold-wrapper {
    width: 82px;
  }
  .service__wrapper {
    padding: 35px 30px 35px;
  }
  .service__descr {
    margin-bottom: 16px;
  }
  .service__count {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .service__link-wrapper {
    padding-top: 14px;
  }
  .blocks__visible:before {
    bottom: 15px;
  }
  .blocks__number {
    font-size: 75px;
  }
  .blocks__text {
    font-size: 14px;
    line-height: 1.8;
  }
  .blocks__title {
    font-size: 24px;
  }
  .blocks__icon {
    width: 76px;
    height: 76px;
  }
  .partners-list__img-wrapper {
    width: 95px;
    height: 50px;
  }
  .content-block__text {
    padding: 0 10%;
  }
  .contacts-block__item:before {
    padding-top: 56.25%;
  }
  .discount__title {
    font-size: 16px;
  }
  .article {
    padding: 30px 30px 5px;
  }
  .article__img-wrapper {
    margin-bottom: 25px;
  }
  .article__text {
    margin-bottom: 22px;
  }
  .article__text p {
    font-size: 14px;
  }
  .article__deadline-text {
    font-size: 14px;
  }
  .article__deadline-date {
    font-size: 16px;
  }
  .article__author-block {
    margin-bottom: 10px;
  }
  .article__author-img-wrapper {
    width: 60px;
    height: 60px;
  }
  .blog-item__title {
    font-size: 16px;
  }
  .mailing__field {
    flex-wrap: nowrap;
  }
  .mailing__btn {
    margin-left: -3px;
    width: auto;
  }
  .mailing__submit {
    padding: 25px 26px 24px;
    width: auto;
  }
  .next-prev {
    margin: 0 -30px;
  }
  .next-prev__item {
    padding: 0 30px;
  }
  .next-prev__link {
    font-size: 14px;
  }
  .faq__question {
    font-size: 16px;
    margin-bottom: 23px;
    padding-left: 41px;
  }
  .faq__answer {
    padding-left: 41px;
  }
  .faq__answer p {
    font-size: 13px;
  }
  .comment {
    padding: 20px 0;
  }
  .comment__head {
    margin-bottom: 5px;
  }
  .comment__head-link {
    margin-bottom: 10px;
  }
  .comment__company {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .comment__text {
    margin-bottom: 20px;
  }
  .comment__text p {
    font-size: 14px;
    line-height: 1.1;
  }
  .comment__name {
    margin-bottom: 7px;
  }
  .video__company-name {
    margin-bottom: 6px;
  }
  .video__author-name {
    margin-bottom: 7px;
  }
  .banner__title-wrapper {
    padding: 0 70px;
  }
  .banner__title {
    font-size: 36px;
  }
  .banner__subtitle {
    font-size: 18px;
    margin-top: 45px;
  }
  .banner__content {
    border: 15px solid #f79900;
    padding: 55px;
  }
  .banner__date {
    margin-bottom: 40px;
  }
  .table__item-name {
    margin-right: 30%;
  }
  .table__item-old-price {
    width: 62%;
  }
  .total__btn-wrapper {
    width: auto;
  }
  .total__btn {
    width: auto;
  }
  .tabs-block__tab-title {
    font-size: 20px;
  }
  .cms-advantage__title {
    font-size: 20px;
  }
  .cms-advantage__descr {
    font-size: 13px;
  }
  .main-slider__slide_square:before {
    display: none;
  }
  .reason__img-wrapper {
    right: 0;
  }
  .reason__btn {
    width: auto;
    transform: none;
    left: auto;
    right: 20px;
  }
  .reason_recommendation .reason__btn {
    right: auto;
  }
  .pop-up__wrapper {
    padding: 45px 90px;
  }
  .pop-up__close {
    top: 25px;
    right: 25px;
  }
  .development__bottom-link {
    display: inline-block;
  }
  .person__content {
    max-height: 150px;
  }
  .map {
    padding-top: 56.25%;
  }
  .discounts__wrapper {
    margin: -85px -20px 0;
  }
  .article-block__article {
    margin-top: -90px;
  }
  .modal-form__close {
    top: 20px;
    right: 20px;
  }
  .blog__wrapper {
    margin: -85px -20px 0;
  }
  .faq-form__subtitle {
    margin-bottom: 15px;
  }
  .comments__head {
    margin-top: -85px;
  }
  .vacancies__content {
    border-bottom: 1px solid #d7d7d7;
  }
  .vacancies__descr {
    font-size: 14px;
  }
  .vacancies__list-title {
    margin-bottom: 16px;
  }
  .vacancies__list-item {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .vacancies__list-item::before {
    top: 0;
  }
  .portfolio {
    margin-top: -85px;
  }
  .portfolio__cover {
    padding: 0 20px 25px;
  }
  .portfolio__case {
    padding: 0 1px 1px;
  }
  .portfolio__modal {
    padding: 0 1px 1px;
  }
  .open-case__case {
    margin-top: -150px;
    padding: 35px 45px 35px 37px;
  }
  .open-case__title {
    margin-bottom: 22px;
  }
  .open-case__link {
    font-size: 14px;
  }
  .open-case__descr {
    font-size: 14px;
    line-height: 1.1;
  }
  .open-case__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .open-case__content p {
    font-size: 14px;
    line-height: 1.1;
  }
  .open-case__content ul li {
    font-size: 14px;
    padding: 6px 0 6px 17px;
  }
  .open-case__content ul li:before {
    top: 13px;
  }
  .open-case__solution-text {
    padding: 40px 40px 27px;
  }
  .case-form__title {
    margin: 0 auto 20px;
  }
  .examples__title {
    margin-bottom: 20px;
  }
  .examples__list-cover {
    padding: 0 20px;
  }
  .examples__case {
    padding: 0 1px 1px;
  }
  .examples__link {
    font-size: 20px;
  }
  .filter {
    margin-top: -45px;
    margin-bottom: 45px;
  }
  .products__content {
    align-items: flex-start;
  }
  .products__img-wrapper {
    width: 197px;
    height: 177px;
  }
  .products__title {
    font-size: 20px;
  }
  .products__descr {
    font-size: 13px;
  }
  .products__info {
    min-height: 129px;
    max-height: none;
    justify-content: space-between;
  }
  .products__price {
    margin-bottom: 13px;
  }
  .products__old-price {
    margin-bottom: 13px;
  }
  .products__discount {
    margin-bottom: 11px;
  }
  .subscription__form {
    padding: 24px 0 23px;
  }
  .subscription__inputs {
    flex-wrap: nowrap;
  }
  .subscription__btn {
    width: auto;
  }
  .tabs {
    margin-top: -85px;
    margin-bottom: 45px;
  }
  .tabs__cover {
    padding: 0 20px;
  }
  .tabs__nav-link-wrapper {
    width: 50%;
  }
  .tabs__link-wrapper {
    width: 33.3333333333%;
  }
  .tariffs__title {
    font-size: 30px;
  }
  .tariffs__name {
    font-size: 16px;
  }
  .tariffs__price {
    font-size: 16px;
  }
  .tariffs__btn {
    font-size: 16px;
  }
  .ordering__head {
    padding: 20px 0 19px;
  }
  .ordering__radio-box {
    width: 32px;
    height: 32px;
  }
  .ordering__radio-box:before {
    width: 22px;
    height: 13px;
    border-left: 5px solid #f79900;
    border-bottom: 5px solid #f79900;
  }
  .ordering__radio-text {
    font-size: 16px;
    max-width: 200px;
  }
  .ordering__data {
    padding: 35px 0 0;
  }
  .ordering__data-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .ordering__table {
    margin-bottom: 30px;
  }
  .ordering__table-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .ordering__warning-descr {
    font-size: 14px;
  }
  .ordering__bottom-box {
    width: 32px;
    height: 32px;
  }
  .ordering__bottom-box:before {
    width: 22px;
    height: 13px;
    border-left: 5px solid #f79900;
    border-bottom: 5px solid #f79900;
  }
  .ordering__bottom-text {
    font-size: 14px;
  }
  .ordering__bottom-btn-wrapper {
    flex: 0 0 auto;
  }
  .ordering__bottom-btn {
    width: auto;
    padding: 28px 72px;
  }
  .solution-nav {
    margin-top: -45px;
  }
  .solution-nav__item {
    width: 50%;
  }
  .stages__registration-cover {
    padding: 0 20px;
  }
  .stages__registration-content {
    margin: 0 -20px;
  }
  .stages__registration-link-wrapper {
    width: auto;
  }
  .stages__registration-link {
    width: auto;
    padding: 19px 50px;
  }
  .command__descr {
    font-size: 13px;
    line-height: 1.2;
  }
  .statistic__descr p {
    font-size: 13px;
  }
  .cms__head-descr {
    font-size: 13px;
  }
  .tabs-bottom__descr {
    font-size: 13px;
  }
  .types__item-title {
    font-size: 16px;
  }
  .types__item-descr {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (min-width:600px) {
  .first-screen__monitor {
    width: 410px;
    height: 220px;
  }
  .first-screen__monitor-slide {
    padding: 15px 65px 40px;
  }
  .first-screen__monitor-img-wrapper {
    height: 181px;
  }
  .first-screen_about {
    background: url(/local/templates/offgroup/css/../images/content/about_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 50px;
  }
  .first-screen_about .first-screen__wrapper {
    max-width: 476px;
  }
  .first-screen_store .main-slider__slide-content {
    width: 60%;
  }
  .first-screen_license {
    background: url(/local/templates/offgroup/css/../images/content/license_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
  }
  .first-screen_introduction {
    background: url(/local/templates/offgroup/css/../images/content/introduction_head_bg.jpg) top center/cover no-repeat;
    padding-bottom: 90px;
  }
  .first-screen_development {
    padding-bottom: 90px;
  }
  .first-screen_development .first-content__text_desktop {
    max-width: 476px;
  }
  .first-screen_mobile {
    padding-bottom: 90px;
  }
  .first-content_about .first-content__title {
    padding: 0;
    height: auto;
  }
  .first-content_about .first-content__text {
    color: #fff;
    background: 0 0;
    margin-bottom: 30px;
    padding: 0;
  }
  .first-content__gold-wrapper {
    width: 103px;
  }
  .service__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 23px;
  }
  .service__descr {
    font: 400 12px/1.4 GothamPro,sans-serif;
    margin-bottom: 25px;
  }
  .service__link-wrapper {
    padding-top: 20px;
  }
  .service__link {
    font-size: 14px;
  }
  .author__position {
    font-size: 12px;
  }
  .blocks__visible:before {
    bottom: 30px;
  }
  .blocks__title {
    font-size: 28px;
  }
  .partners-list {
    justify-content: flex-start;
  }
  .partners-list__img-wrapper {
    width: 125px;
    height: 60px;
  }
  .img-block {
    padding: 100px 35px 100px 50px;
  }
  .img-block__content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .img-block__title {
    position: relative;
  }
  .content-block {
    border-width: 15px;
    padding: 0;
  }
  .content-block__wrapper {
    position: static;
    padding: 50px 40px 80px;
    min-width: 500px;
  }
  .content-block__text {
    padding: 0;
  }
  .content-block__text {
    margin-bottom: 30px;
  }
  .content-block__text p {
    margin-bottom: 10px;
  }
  .content-block__bottom {
    bottom: -15px;
    right: -15px;
    padding: 24px 46px;
  }
  .price__wrapper {
    padding: 25px 40px;
  }
  .price__icon {
    width: 118px;
    height: 118px;
  }
  .price__title {
    font-size: 12px;
  }
  .price__number {
    font-size: 18px;
  }
  .form__input {
    margin-bottom: 22px;
  }
  .form__input_mb {
    margin-bottom: 52px;
  }
  .form__btn {
    margin-bottom: 30px;
  }
  .form__btn_mini .form__submit {
    font: 500 20px/1 GothamPro,sans-serif;
    padding: 16px 25px;
  }
  .form__btn_font .form__submit {
    font: 500 20px/1 GothamPro,sans-serif;
  }
  .form__descr {
    margin-bottom: 30px;
    text-align: left;
    font-size: 12px;
  }
  .form_banner .form__descr {
    font-size: 10px;
  }
  .input_mini .input__field,
  .input_mini .input__textarea {
    border: 3px solid #bbb;
    padding: 20px 25px;
  }
  .contacts-block__item-wrapper {
    width: 50%;
  }
  .contacts-block__item:before {
    padding-top: 100%;
  }
  .contacts-block__content {
    padding: 30px 16px;
  }
  .contacts-block__title {
    margin-bottom: 20px;
  }
  .discount__img-wrapper {
    margin-bottom: 25px;
  }
  .discount__descr {
    font-size: 14px;
  }
  .article__text p {
    font-size: 16px;
  }
  .article__deadline-text {
    font-size: 16px;
  }
  .article__deadline-date {
    font-size: 20px;
  }
  .article__author-block {
    margin-bottom: 20px;
  }
  .hashtags {
    margin: 0 -7px;
  }
  .hashtags__item {
    padding: 0 7px;
  }
  .hashtags__link {
    padding: 9px 16px;
    font-size: 10px;
  }
  .blog-item__text {
    font-size: 14px;
  }
  .mailing__submit {
    padding: 24px 26px;
    font-size: 16px;
  }
  .faq__item {
    padding: 8px 0;
  }
  .faq__answer p {
    font-size: 14px;
  }
  .comment__head-link {
    margin-bottom: 15px;
  }
  .comment__company {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .video__video {
    margin-bottom: 19px;
  }
  .case__link {
    padding: 26px 20px 10px;
  }
  .banner__cover {
    padding: 0 20px;
  }
  .banner__title {
    font-size: 40px;
  }
  .banner__text {
    margin-bottom: 39px;
  }
  .banner__text p {
    font-size: 14px;
  }
  .banner__link {
    font-size: 18px;
    padding: 21px 42px;
  }
  .banner__form {
    border: 10px solid #f79900;
  }
  .banner_hand .banner__hand-wrapper {
    top: -230px;
  }
  .table__item-old-price {
    width: 65%;
  }
  .tabs-block__content {
    background: 0 0;
  }
  .tabs-block__tab {
    padding: 37px 20px 20px 20px;
  }
  .tabs-block_audit .tabs-block__tab {
    padding: 37px 0 20px 0;
  }
  .tabs-block__tab-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tabs-block_audit .tabs-block__tab-content p {
    font-size: 16px;
  }
  .tabs-block__tab-title {
    font-size: 20px;
  }
  .cms-advantage__img-wrapper {
    width: 121px;
    height: 97px;
  }
  .cms-advantage__descr {
    font-size: 14px;
  }
  .services__title {
    padding: 40px 0 0;
  }
  .reason__wrapper {
    padding-bottom: 20px;
  }
  .reason__descr {
    max-width: 50%;
  }
  .reason__btn {
    position: relative;
    right: auto;
    margin-bottom: 25px;
  }
  .reason__form {
    position: relative;
    margin-top: -125px;
    overflow-y: auto;
    top: auto;
  }
  .reason__form_relative {
    position: relative!important;
  }
  .reason__form.active {
    position: absolute;
  }
  .reason_reverse .reason__cover {
    padding-bottom: 0;
  }
  .reason_reverse .reason__img-wrapper {
    right: -50px;
  }
  .reason_black .reason__img-wrapper {
    right: -50px;
  }
  .reason_right-text .reason__img-wrapper {
    width: 240px;
  }
  .reason_recommendation .reason__content {
    margin-right: 25%;
    padding-top: 165px;
  }
  .reason_recommendation .reason__img-wrapper {
    position: absolute;
    margin: 0;
  }
  .works__nav-link {
    font-size: 18px;
    line-height: 1.5;
    border-width: 5px;
    padding: 0 5px 1px;
  }
  .prices__title {
    padding-right: 0;
    padding-left: 0;
  }
  .footer {
    background: url(/local/templates/offgroup/css/../images/content/footer-bg.jpg) top center/cover no-repeat;
  }
  .footer__main-wrapper {
    flex-wrap: nowrap;
    text-align: left;
  }
  .footer__nav {
    width: 50%;
  }
  .footer__nav-title {
    margin-bottom: 29px;
  }
  .footer__logo {
    display: block;
  }
  .footer__info {
    width: 50%;
    align-items: flex-start;
  }
  .footer__bottom {
    background: rgba(28,28,28,.7);
    min-height: 50px;
  }
  .footer__bottom-wrapper {
    justify-content: space-between;
    padding-top: 14px;
  }
  .footer__pay {
    display: flex;
  }
  .footer__copyright {
    margin-top: 0;
  }
  .pop-up__descr {
    font-size: 14px;
  }
  .development__wrapper {
    padding-top: 50px;
  }
  .development__text-square {
    border-width: 15px;
    padding: calc(25% - 15px) calc(25% - 15px);
  }
  .development__bottom {
    padding: 0;
  }
  .development__bottom-link {
    font-size: 14px;
    padding: 24px 15px 23px;
  }
  .development__bottom-text {
    font-size: 14px;
  }
  .person__person-name {
    font-size: 24px;
  }
  .person__person-position {
    font-size: 12px;
  }
  .person__content {
    margin-bottom: 32px;
  }
  .person__content p {
    font-size: 14px;
  }
  .person__content q {
    font-size: 14px;
  }
  .person__btn {
    font-size: 14px;
    padding: 20px 35px;
  }
  .certificates__title {
    margin-bottom: 25px;
    line-height: 1;
  }
  .certificates__descr {
    font-size: 14px;
  }
  .certificates__slider {
    margin: 0 -20px;
  }
  .certificates__img-wrapper {
    padding: 0 20px;
  }
  .map {
    padding-top: 0;
  }
  .map__block {
    position: relative;
    height: 420px;
  }
  .contacts-section__contacts {
    margin-top: -90px;
  }
  .contacts-section__text p {
    font-size: 14px;
  }
  .discounts__discount {
    margin-bottom: 28px;
  }
  .discounts__pagination {
    display: block;
  }
  .discounts__loading {
    display: none;
  }
  .modal-form__wrapper {
    background: #f6f6f6;
    padding-bottom: 30px;
  }
  .modal-form__arrows {
    background: #f6f6f6;
    display: block;
  }
  .modal-form__close {
    display: none;
  }
  .modal-form_portfolio .modal-form__close {
    display: block;
  }
  .blog__item {
    margin-bottom: 15px;
  }
  .blog__pagination {
    display: block;
  }
  .blog__loading {
    display: none;
  }
  .article-bottom__hashtags {
    margin-bottom: 20px;
  }
  .articles__slide {
    margin-bottom: 15px;
    width: 50%;
  }
  .comments__head {
    padding: 23px 37px 17px;
  }
  .comments__head-title {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .vacancies {
    margin-top: -85px;
  }
  .vacancies__content {
    padding: 40px 40px 15px 40px;
  }
  .vacancies__icon-wrapper {
    width: 64px;
    height: 68px;
  }
  .vacancies__form {
    position: relative;
    margin-top: -125px;
    overflow-y: auto;
    top: auto;
  }
  .vacancies__form_relative {
    position: relative!important;
  }
  .vacancies__form.active {
    position: absolute;
  }
  .portfolio__cover {
    padding: 0 20px 50px;
  }
  .portfolio__case {
    width: 50%;
  }
  .portfolio__loading {
    width: 50%;
    padding: 25px 20px 1px;
  }
  .portfolio__modal_mobile {
    display: none;
  }
  .portfolio__modal-form {
    position: absolute;
    overflow-y: auto;
    height: auto;
  }
  .portfolio__modal-form_relative {
    position: relative!important;
  }
  .portfolio__modal-form.active {
    position: absolute;
  }
  .examples__case {
    width: 50%;
  }
  .filter__cover {
    padding: 0 20px;
  }
  .filter__field {
    width: 50%;
  }
  .filter__btn-wrapper {
    width: 50%;
    padding: 27px 20px 0;
  }
  .filter__btn {
    padding: 25px 10px;
  }
  .products__product {
    margin-bottom: 40px;
  }
  .products__wrapper {
    padding: 40px 40px 9px 40px;
  }
  .products__img-wrapper {
    margin-bottom: 31px;
  }
  .products__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .products__descr {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .products__links {
    margin: 0 -16px 17px;
  }
  .products__btn-wrapper {
    margin-bottom: 30px;
  }
  .products__compatibility {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .products__banner {
    margin-bottom: 40px;
  }
  .subscription__title {
    font-size: 36px;
  }
  .subscription__inputs {
    margin: 0 -20px;
  }
  .subscription__input {
    padding: 0 20px;
  }
  .subscription__btn-wrapper {
    padding: 0 20px;
  }
  .subscription__btn {
    font-size: 16px;
    padding: 22px 40px;
  }
  .subscription__descr {
    font-size: 12px;
  }
  .basket {
    top: 200px;
    bottom: auto;
    width: auto;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .basket__content {
    padding: 14px 15px;
  }
  .basket__icon-count {
    display: block;
  }
  .basket__text {
    display: none;
  }
  .tabs__wrapper {
    flex-wrap: nowrap;
    padding: 40px 20px 19px;
  }
  .tabs__main {
    width: auto;
  }
  .tabs__nav-link-wrapper {
    width: auto;
  }
  .tabs__nav-link {
    width: 185px;
  }
  .tabs__links {
    margin: 0 -40px;
    justify-content: flex-start;
  }
  .tabs__link-wrapper {
    padding: 0 40px;
    width: auto;
  }
  .tabs__comparison {
    margin: 0 0 0 15px;
  }
  .tabs__comparison-icon-wrapper {
    margin-bottom: 12px;
  }
  .tabs__comparison-icon {
    height: 26px;
  }
  .tabs__comparison-text {
    margin-bottom: 21px;
  }
  .advantages__cover {
    padding: 0 20px;
  }
  .tariffs__tariff:first-child:after,
  .tariffs__tariff:first-child:before,
  .tariffs__tariff_first:after,
  .tariffs__tariff_first:before {
    display: block;
  }
  .tariffs__title {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .tariffs__item {
    padding: 25px 40px 15px;
  }
  .tariffs__name {
    font-size: 18px;
  }
  .tariffs__price {
    font-size: 18px;
  }
  .tariffs__btn {
    font-size: 18px;
    padding: 13px 45px;
  }
  .ordering__head-subtitle {
    font-size: 18px;
  }
  .ordering__warning-cover {
    padding: 0 20px;
  }
  .transfer__subtitle {
    font-size: 20px;
  }
  .solution-nav__link {
    font-size: 16px;
  }
  .approach__text p {
    font-size: 13px;
  }
  .recommendations__cover {
    padding: 0 20px;
  }
  .stages__head-descr {
    font-size: 13px;
  }
  .stages__tabs-wrapper {
    padding-bottom: 38px;
  }
  .cost-form__cover {
    padding: 0 20px;
  }
  .cost-form__wrapper {
    padding: 40px 40px 15px;
  }
  .command__descr {
    font-size: 14px;
  }
  .command__slider {
    margin: 0 -20px;
  }
  .command__slide {
    padding: 0 20px;
  }
  .banner-form__wrapper {
    padding: 40px 0;
  }
  .statistic__title {
    margin-bottom: 20px;
  }
  .statistic__descr p {
    font-size: 14px;
  }
  .cms__head-title {
    margin-bottom: 20px;
  }
  .cms__head-descr {
    font-size: 14px;
  }
  .dev-tabs {
    padding-bottom: 50px;
  }
  .tabs-bottom__descr {
    font-size: 14px;
  }
  .types__item-title {
    font-size: 18px;
  }
  .benefits__wrapper {
    padding: 45px 0 170px;
  }
  .benefits_padding .benefits__wrapper {
    padding: 10px 0 150px;
  }
  .benefits_min-padding .benefits__wrapper {
    padding: 10px 0 35px;
  }
  .benefits__text p {
    font-size: 13px;
  }
  .benefits-blocks {
    margin-top: -130px;
  }
  .benefits-blocks__cover {
    padding: 0 20px;
  }
  .box-rates__wrapper {
    margin: 0;
  }
  .benefits-support__item {
    width: 50%;
  }
}
@media screen and (min-width:768px) {
  .first-screen {
    padding-top: 50px;
  }
  .first-screen__monitor {
    width: 490px;
    height: 281px;
  }
  .first-screen__monitor-slide {
    padding: 20px 63px 40px;
  }
  .first-screen__monitor-img-wrapper {
    height: 235px;
  }
  .first-screen_store .main-slider__slide-content {
    width: 60%;
  }
  .first-screen_mobile .first-content__text {
    max-width: none;
  }
  .first-content__title {
    font-size: 54px;
  }
  .first-content__bitrix24 {
    padding: 10px 12px 8px 18px;
    margin-bottom: 35px;
  }
  .first-content__bitrix24-text {
    font-size: 24px;
  }
  .first-content__bitrix24-icon {
    width: 36px;
    padding-top: 0;
    margin-left: 14px;
  }
  .first-content__text {
    font-size: 14px;
  }
  .service__bottom {
    max-width: 206px;
  }
  .author {
    padding-left: 65px;
  }
  .author:before {
    display: block;
  }
  .author_no-quotes:before {
    display: block;
  }
  .blocks__visible {
    border-width: 15px;
    padding: calc(50% - 15px) calc(50% - 15px);
  }
  .blocks__number {
    font-size: 96px;
  }
  .blocks__title {
    font-size: 30px;
  }
  .blocks__hidden {
    padding: 30px 60px 35px 35px;
  }
  .blocks__hidden-title {
    margin-bottom: 20px;
  }
  .blocks__hidden-descr {
    margin-bottom: 15px;
  }
  .blocks__icon {
    width: 110px;
    height: 110px;
  }
  .partners-list__item:nth-child(n+10) {
    display: block;
  }
  .img-block__title {
    font-size: 36px;
  }
  .content-block__text p {
    font-size: 14px;
  }
  .price__wrapper {
    padding: 38px 40px 33px;
  }
  .price__title {
    font-size: 14px;
  }
  .form__btn_mini {
    padding-top: 0;
  }
  .form__descr {
    margin-bottom: 30px;
  }
  .form__block {
    width: 50%;
  }
  .form__block_big {
    width: 100%;
  }
  .input__textarea {
    height: 178px;
  }
  .input_bg-grey .input__textarea {
    height: 100px;
  }
  .input_bg-white .input__textarea {
    height: 100px;
  }
  .input_small .input__textarea {
    height: 100px;
  }
  .contacts-block__content {
    padding: 33px 25px;
  }
  .contacts-block__title {
    margin-bottom: 25px;
  }
  .contacts-block__shedule {
    font-size: 14px;
  }
  .contacts-block__shedule {
    line-height: 1.5;
  }
  .contacts-block__phone {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .contacts-block__descr {
    line-height: 1.5;
  }
  .contacts-block__address {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .discount__img-wrapper {
    margin-bottom: 35px;
  }
  .discount__title {
    font-size: 18px;
  }
  .blog-item__title {
    font-size: 18px;
  }
  .mailing__submit {
    padding: 23px 26px;
  }
  .next-prev {
    justify-content: flex-start;
  }
  .comment {
    padding: 40px 0 30px 150px;
  }
  .comment__head {
    align-items: flex-start;
    margin-bottom: 36px;
  }
  .comment__img-wrapper {
    position: absolute;
    left: 0;
    top: 40px;
    width: 114px;
    height: 114px;
  }
  .comment__text {
    margin-bottom: 36px;
  }
  .video__icon {
    width: 43px;
    height: 43px;
  }
  .banner__block:before {
    padding-top: 56.25%;
  }
  .banner__content {
    justify-content: flex-start;
  }
  .table__head {
    display: flex;
  }
  .table__item {
    padding: 34px 55px 24px 20px;
  }
  .table__item-wrapper {
    flex-wrap: nowrap;
  }
  .table__item-left-block {
    width: 60%;
    flex-wrap: nowrap;
    padding: 0 10px 0;
  }
  .table__item-right-block {
    width: 40%;
    padding: 0 10px;
    border-top: none;
    justify-content: space-around;
    padding: 0 10px 0;
  }
  .table__item-name {
    margin-right: 0;
  }
  .table__item-price-wrapper {
    margin: -17px 0;
    flex-direction: column;
    min-height: 0;
  }
  .table__item-price {
    margin-bottom: 8px;
  }
  .table__item-old-price {
    width: auto;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .table__item-count {
    margin: 0 -5px;
  }
  .table__item-icon-wrapper {
    top: 50%;
    transform: translateY(-50%);
  }
  .total__info {
    margin: 0 -10px 17px;
  }
  .tabs-block__list-link {
    padding-left: 55px;
  }
  .tabs-block__tab {
    padding: 37px 0 20px 40px;
  }
  .tabs-block_audit .tabs-block__tab {
    padding: 37px 0 20px 0;
  }
  .tabs-block__tab-content {
    padding-right: 40px;
  }
  .tabs-block__tab-content p {
    font-size: 16px;
  }
  .tabs-block__tab-title {
    font-size: 24px;
  }
  .cms-advantage {
    display: block;
  }
  .cms-advantage__img {
    margin: auto auto auto 0;
  }
  .main-slider__slide-content {
    width: 78%;
  }
  .help__wrapper {
    flex-wrap: nowrap;
  }
  .help__img-wrapper {
    width: 50%;
    max-width: none;
    margin: 0 0 50px;
  }
  .help__content {
    margin-bottom: 40px;
  }
  .introduction__content p {
    line-height: 2;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .reason__title {
    margin-bottom: 40px;
  }
  .reason__descr {
    margin-bottom: 60px;
    max-width: 485px;
  }
  .reason__descr p {
    font-size: 14px;
    line-height: 1.7;
  }
  .reason__btn {
    font-size: 14px;
  }
  .reason_right-text .reason__img-wrapper {
    width: 283px;
  }
  .experience {
    margin-top: 0;
  }
  .experience__cover {
    padding-bottom: 25px;
  }
  .experience__img-wrapper {
    display: block;
  }
  .experience__blocks {
    margin-top: -165px;
  }
  .partners__wrapper {
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .partners__wrapper_pt0 {
    padding-top: 0;
  }
  .partners__title {
    margin-bottom: 20px;
  }
  .partners__title_mb {
    margin-bottom: 30px;
  }
  .partners__text p {
    font-size: 14px;
  }
  .reviews__wrapper {
    padding-top: 55px;
  }
  .reviews__img-block {
    top: 0;
  }
  .reviews__text {
    font-size: 14px;
    margin-bottom: 38px;
  }
  .reviews__author {
    margin-bottom: 32px;
    padding-top: 40px;
  }
  .works__nav-item {
    padding: 0 39px;
  }
  .prices {
    margin-top: 0;
  }
  .consultation__title {
    margin-bottom: 38px;
  }
  .consultation__descr p {
    font-size: 14px;
  }
  .footer__nav {
    width: 33.3333333333%;
  }
  .footer__nav:nth-child(2) {
    display: block;
  }
  .footer__info {
    width: 33.3333333333%;
  }
  .footer__pay-title {
    display: block;
  }
  .footer__pay-item {
    padding: 0 15px;
  }
  .pop-up__wrapper {
    padding: 83px 90px 55px;
  }
  .pop-up__title {
    font-size: 48px;
  }
  .pop-up__descr {
    font-size: 18px;
  }
  .pop-up__close {
    top: 40px;
    right: 40px;
  }
  .person__content {
    max-height: 132px;
  }
  .certificates__slide {
    width: 33.3333333333%;
  }
  .discounts__discount {
    width: 50%;
  }
  .modal-form__wrapper {
    padding-bottom: 40px;
  }
  .modal-form__title {
    font-size: 46px;
    line-height: .8;
  }
  .blog__item {
    width: 50%;
  }
  .comments__head-title {
    font-size: 36px;
  }
  .comments__head-text p {
    font-size: 14px;
    line-height: 1.2;
  }
  .comments__comments {
    margin-bottom: 40px;
  }
  .comments__videos {
    margin: 0 -10px;
    padding-top: 0;
  }
  .comments__video {
    width: 50%;
  }
  .vacancies__content {
    padding: 40px 40px 15px 128px;
  }
  .vacancies__head {
    align-items: flex-start;
  }
  .vacancies__icon-wrapper {
    position: absolute;
    left: 40px;
    top: 40px;
  }
  .vacancies__icon {
    margin: 0 auto;
  }
  .portfolio__modal-wrapper {
    padding: 50px 20px 50px 20px;
  }
  .portfolio__modal-content {
    flex-wrap: nowrap;
  }
  .portfolio__modal-title {
    font-size: 46px;
    line-height: .8;
  }
  .portfolio__modal-btn {
    font-size: 24px;
    padding: 15px 55px;
  }
  .products__content {
    margin: 0 -20px;
  }
  .products__img-wrapper {
    padding: 0 20px;
    width: 254px;
    height: 214px;
  }
  .products__icon-wrapper {
    left: 20px;
  }
  .products__text {
    padding: 0 20px;
  }
  .products__descr {
    margin-bottom: 35px;
  }
  .products__info {
    padding: 0 20px;
  }
  .products__btn-wrapper {
    width: 50%;
    margin: 0 auto 30px;
  }
  .products__compatibility {
    width: 295px;
  }
  .subscription__btn-wrapper {
    flex: 0 1 auto;
  }
  .subscription__btn {
    padding: 22px 69px;
  }
  .tabs__nav-link {
    width: 228px;
  }
  .ordering__head-title {
    margin-bottom: 28px;
  }
  .ordering__head-subtitle {
    margin-bottom: 38px;
  }
  .ordering__bottom-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .ordering__bottom-btn {
    padding: 18px 72px;
    font-size: 14px;
  }
  .transfer__title {
    margin-bottom: 28px;
  }
  .transfer__subtitle {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .transfer__order {
    margin-bottom: 39px;
  }
  .solution-nav__list {
    padding: 38px 38px 15px;
  }
  .solution-nav__item {
    margin-bottom: 21px;
  }
  .solution-nav__link {
    font-size: 18px;
  }
  .approach__text p {
    font-size: 14px;
  }
  .stages__head-descr {
    font-size: 14px;
    line-height: 1.1;
  }
  .stages__registration-content {
    flex-wrap: nowrap;
  }
  .result__item {
    width: 50%;
  }
  .command__slide {
    width: 33.3333333333%;
  }
  .command__name {
    margin-bottom: 11px;
    font-size: 24px;
  }
  .cms__advantages-item {
    width: 50%;
  }
  .benefits__text p {
    font-size: 14px;
    line-height: 1.1;
  }
  .audit-rates__item {
    width: 50%;
  }
}
@media screen and (min-width:990px) {
  .logo__link {
    align-items: flex-start;
  }
  .logo__icon {
    height: 34px;
    margin-top: 0;
  }
  .logo__text {
    display: block;
  }
  .geo__icon {
    left: 0;
  }
  .contacts__phone {
    margin-bottom: 6px;
  }
  .contacts__phone-link {
    font-size: 11px;
  }
  .nav {
    margin: 0 -22px;
    flex-direction: row;
  }
  .nav__link {
    height: 63px;
    padding: 0 30px;
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: -1px;
  }
  .nav__link:active,
  .nav__link:hover {
    background: #f79900;
  }
  .nav__link:active > .nav__text,
  .nav__link:hover > .nav__text {
    color: #fff;
  }
  .nav__link:active > .nav__text .nav__arrow,
  .nav__link:hover > .nav__text .nav__arrow {
    fill: #fff;
  }
  .nav__link:active > .nav__list,
  .nav__link:hover > .nav__list {
    position: absolute;
    height: 50px;
    z-index: 2;
  }
  .nav__link.active {
    background: #f79900;
  }
  .nav__link.active > .nav__text {
    color: #fff;
  }
  .nav__link.active > .nav__text .nav__arrow {
    fill: #fff;
  }
  .nav__link.active > .nav__list {
    position: absolute;
    height: 50px;
    z-index: 1;
  }
  .nav__text {
    font-size: 14px;
    margin-bottom: 0;
  }
  .nav__list {
    position: absolute;
    display: flex;
    top: 63px;
    left: 30px;
    flex-direction: row;
    margin: 0 -19px;
    height: 0;
    z-index: -1;
  }
  .nav__list:before {
    display: block;
  }
  .nav__sublink {
    padding: 0 19px;
    align-items: center;
    flex-direction: row;
  }
  .nav__sublink:active > .nav__subtext,
  .nav__sublink:hover > .nav__subtext {
    transform: scaleX(1.1);
  }
  .nav__sublink:active > .nav__list,
  .nav__sublink:hover > .nav__list {
    position: absolute;
    height: 50px;
    z-index: 2;
    top: 50px;
  }
  .nav__sublink.active > .nav__subtext {
    transform: scaleX(1.1);
  }
  .nav__subtext {
    color: #000;
  }
  .nav_big {
    padding-bottom: 50px;
  }
  .first-screen {
    min-height: 516px;
    padding-top: 100px;
  }
  .first-screen__monitor {
    width: 634px;
    height: 341px;
  }
  .first-screen__monitor-slide {
    padding: 20px 90px 40px;
  }
  .first-screen__monitor-img-wrapper {
    height: 280px;
  }
  .first-screen_about {
    padding-top: 135px;
  }
  .first-screen_discounts {
    min-height: 390px;
  }
  .first-screen_blog {
    min-height: 390px;
  }
  .first-screen_news {
    min-height: 390px;
  }
  .first-screen_news-open {
    min-height: 390px;
  }
  .first-screen_faq {
    min-height: 390px;
  }
  .first-screen_reviews {
    min-height: 390px;
  }
  .first-screen_vacancies {
    min-height: 390px;
  }
  .first-screen_portfolio {
    min-height: 390px;
  }
  .first-screen_case {
    min-height: 493px;
  }
  .first-screen_store {
    min-height: 460px;
  }
  .first-screen_store .main-slider__slide-content {
    width: 50%;
  }
  .first-screen_license {
    min-height: 516px;
  }
  .first-screen_introduction {
    min-height: 516px;
  }
  .first-screen_development {
    min-height: 516px;
  }
  .first-screen_mobile {
    min-height: 516px;
  }
  .first-content__big-title {
    font-size: 72px;
  }
  .first-content__text_desktop {
    display: block;
  }
  .service {
    padding: 50% 0 0 0;
  }
  .author_no-before:before {
    display: none;
  }
  .author_no-before .author__name {
    text-transform: none;
    font-size: 24px;
    font-style: normal;
  }
  .author_no-before .author__position {
    color: #000;
    font-weight: 500;
  }
  .author_white .author__position {
    color: #fff;
    font-weight: 500;
  }
  .author_no-quotes:before {
    display: none;
  }
  .blocks__block {
    width: 25%;
  }
  .blocks__block:nth-child(3) {
    order: 0;
  }
  .blocks__visible:before {
    bottom: 15px;
  }
  .blocks__number {
    font-size: 75px;
  }
  .blocks__title {
    font-size: 22px;
  }
  .blocks__icon {
    width: 76px;
    height: 76px;
  }
  .blocks_icons .blocks__content {
    justify-content: flex-start;
    padding-top: 15px;
  }
  .partners-list__item {
    margin-bottom: 62px;
  }
  .partners-list__img-wrapper {
    width: 138px;
    height: 70px;
  }
  .partners-list_mb-slider .partners-list__item {
    margin-bottom: 32px;
  }
  .img-block {
    text-align: left;
    padding: 90px 35px 89px 50px;
  }
  .img-block__title {
    font-size: 48px;
    margin: 0;
    max-width: none;
  }
  .content-block {
    text-align: left;
  }
  .content-block__wrapper {
    padding: 50px 65px 110px 40px;
    min-width: auto;
  }
  .content-block__text {
    margin-bottom: 57px;
  }
  .price__wrapper {
    padding: 45px 40px 40px;
  }
  .form__btn_mini .form__submit {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 25px;
  }
  .form__btn_font .form__submit {
    font-size: 24px;
    font-weight: 700;
  }
  .form_banner .form__input {
    margin-bottom: 0;
  }
  .form_banner .form__submit {
    padding: 8px 25px;
  }
  .social_desktop {
    display: flex;
  }
  .social_mobile {
    display: none;
  }
  .contacts-block__item-wrapper {
    width: 33.3333333333%;
  }
  .contacts-block__item-wrapper:nth-child(3) {
    display: block;
  }
  .contacts-block__title_mobile {
    display: none;
  }
  .contacts-block__address {
    margin-bottom: 10px;
  }
  .article {
    padding: 40px 40px 5px;
  }
  .article__img-wrapper {
    margin-bottom: 33px;
  }
  .article__text {
    margin-bottom: 28px;
  }
  .article__text p {
    font-size: 18px;
  }
  .article__deadline {
    margin-bottom: 33px;
  }
  .article__deadline-text {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .article__deadline-date {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .hashtags__link {
    padding: 12px 18px;
    font-size: 14px;
  }
  .loading {
    text-align: left;
  }
  .loading__text {
    font: 900 36px/1 GothamPro,sans-serif;
    color: #333;
    margin-bottom: 21px;
  }
  .loading__icon {
    width: 49px;
    height: 49px;
    fill: #333;
    margin: 0 0 20px;
  }
  .next-prev {
    margin: 0 -40px;
  }
  .next-prev__item {
    padding: 0 40px;
  }
  .faq__item {
    padding: 13px 0;
  }
  .faq__question {
    font-size: 18px;
  }
  .video__company-name {
    font-size: 18px;
  }
  .video__author {
    padding: 2px 10px 0;
  }
  .video__author-name {
    font-size: 14px;
  }
  .video__author-position {
    font-size: 14px;
  }
  .banner__wrapper {
    flex-wrap: nowrap;
  }
  .banner__block {
    width: 50%;
  }
  .banner__block:before {
    padding-top: 100%;
  }
  .banner__block_standart:before {
    display: block;
  }
  .banner__title-wrapper {
    align-items: stretch;
  }
  .banner__title {
    text-align: left;
  }
  .banner__subtitle {
    text-align: left;
  }
  .banner__text {
    text-align: left;
  }
  .banner__link-wrapper {
    text-align: left;
  }
  .banner__date {
    text-align: left;
  }
  .banner__form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2px 10px;
  }
  .banner_hand .banner__cover {
    padding-top: 90px;
  }
  .banner_hand .banner__hand-wrapper {
    width: 402px;
    height: 613px;
    right: 99px;
    top: -450px;
  }
  .table__head-name {
    width: 37%;
  }
  .table__head-price {
    width: 3%;
  }
  .table__item {
    padding: 34px 75px 24px 40px;
  }
  .table__item-icon-wrapper {
    right: 30px;
  }
  .total__info {
    margin: 0 -10px 27px;
  }
  .tabs-block {
    flex-wrap: nowrap;
  }
  .tabs-block__nav {
    width: 40%;
  }
  .tabs-block_audit .tabs-block__nav {
    width: 45%;
    margin-bottom: -200px;
  }
  .tabs-block__nav-title {
    font-size: 48px;
  }
  .tabs-block__content {
    width: 60%;
  }
  .tabs-block_audit .tabs-block__content {
    width: 55%;
    order: 0;
    margin-bottom: 0;
  }
  .tabs-block__list-link {
    font-size: 22px;
  }
  .tabs-block__list-counter {
    width: 35px;
    height: 35px;
  }
  .tabs-block__tab {
    margin-bottom: -525px;
    overflow: hidden;
  }
  .tabs-block_audit .tabs-block__tab {
    margin-bottom: 0;
    overflow: visible;
  }
  .tabs-block__tab-content {
    overflow-y: scroll;
    max-height: 1046px;
  }
  .header {
    position: relative;
  }
  .header__left-block {
    position: absolute;
    left: 0;
    top: 25px;
    width: auto;
    padding-bottom: 0;
    width: auto;
  }
  .header__pull {
    display: none;
  }
  .header__logo {
    padding: 0 20px;
  }
  .header__phone-icon {
    display: none;
  }
  .header__right-block {
    justify-content: space-between;
    width: auto;
    overflow: visible;
    position: static;
    height: auto;
    flex-direction: row;
    align-items: center;
    margin: 0 -20px;
    padding: 0;
    flex-wrap: wrap;
  }
  .header__geo {
    margin-left: 238px;
  }
  .header__phone {
    display: block;
  }
  .header__nav {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .header__nav {
    order: 0;
  }
  .header__nav:before {
    display: block;
  }
  .main-slider {
    margin-top: 0;
  }
  .main-slider__slide-content {
    width: 55%;
  }
  .help__wrapper {
    padding-bottom: 50px;
    padding-top: 90px;
  }
  .help__img-wrapper {
    width: 473px;
  }
  .help__title {
    font-size: 48px;
  }
  .help__descr {
    font-size: 18px;
  }
  .services__title {
    padding: 85px 0 0;
    font-size: 48px;
    margin-bottom: 35px;
  }
  .introduction__wrapper {
    padding-top: 90px;
    padding-bottom: 46px;
  }
  .introduction__content {
    max-width: 500px;
  }
  .introduction__title {
    font-size: 48px;
    margin-bottom: 33px;
    text-align: left;
  }
  .introduction__img-wrapper {
    display: block;
  }
  .reason__img-wrapper {
    left: 0;
    right: auto;
    width: 50%;
  }
  .reason__content {
    margin-left: 50%;
  }
  .reason__title {
    color: #d7d7d7;
    font-size: 64px;
    text-align: left;
  }
  .reason__title_sticking {
    text-align: right;
    margin-left: -180px;
  }
  .reason__text {
    display: flex;
  }
  .reason__form {
    margin-top: -180px;
  }
  .reason_reverse .reason__wrapper {
    padding-bottom: 40px;
  }
  .reason_reverse .reason__title {
    font-size: 46px;
  }
  .reason_reverse .reason__content {
    margin-left: 0;
    margin-right: 30%;
  }
  .reason_reverse .reason__img-wrapper {
    left: auto;
    right: -175px;
    width: 50%;
  }
  .reason_black .reason__wrapper {
    padding-top: 40px;
  }
  .reason_black .reason__content {
    margin-left: 0;
    margin-right: 30%;
  }
  .reason_right-text {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 90px;
  }
  .reason_right-text .reason__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 43%;
  }
  .reason_right-text .reason__img-wrapper {
    width: 50%;
  }
  .reason_right-text .reason__title {
    text-align: right;
    max-width: none;
  }
  .reason_right-text .reason__descr {
    text-align: right;
    padding-left: 65px;
    margin-bottom: 20px;
    max-width: 520px;
  }
  .reason_right-text .reason__descr:before {
    content: "“";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #000;
    font: 800 72px/1 Assistant,sans-serif;
  }
  .reason_recommendation .reason__content {
    margin-right: 25%;
    padding-top: 145px;
  }
  .experience__cover {
    padding-bottom: 55px;
  }
  .partners__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .reviews__content {
    padding-top: 30px;
  }
  .reviews__title {
    font-size: 48px;
  }
  .reviews__img-block {
    left: 15px;
  }
  .reviews__img-block:before {
    top: -26px;
    right: -109px;
    font-size: 150px;
  }
  .reviews__img-wrapper {
    height: 150px;
    width: 150px;
  }
  .reviews__author {
    max-width: 480px;
    padding-left: 200px;
    padding-top: 75px;
  }
  .reviews__author-position {
    font-size: 14px;
  }
  .works__cover {
    padding-top: 92px;
    padding-bottom: 65px;
  }
  .works__title {
    font-size: 48px;
  }
  .works__slide {
    flex-wrap: nowrap;
  }
  .works__slide-item {
    width: 50%;
    min-height: 500px;
  }
  .prices {
    padding-bottom: 160px;
  }
  .prices__bg {
    display: block;
  }
  .prices__title {
    font-size: 48px;
    padding-top: 83px;
    margin-bottom: 33px;
  }
  .prices__price {
    width: 33.3333333333%;
  }
  .consultation__wrapper {
    flex-wrap: nowrap;
    padding: 70px 0 30px;
  }
  .consultation__content {
    width: 50%;
    text-align: left;
  }
  .consultation__title {
    font-size: 48px;
  }
  .consultation__img-wrapper {
    display: block;
  }
  .consultation__form {
    width: 50%;
  }
  .footer__main {
    padding-top: 90px;
    padding-bottom: 52px;
  }
  .footer__nav {
    width: 25%;
  }
  .footer__nav:nth-child(3) {
    display: block;
  }
  .footer__info {
    width: 25%;
  }
  .development__wrapper {
    flex-wrap: nowrap;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .development__block {
    width: 50%;
  }
  .development__text-square {
    padding: calc(50% - 15px) calc(50% - 15px);
  }
  .development__title {
    font-size: 40px;
  }
  .development__photo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .development__photo:active,
  .development__photo:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
    z-index: 1;
  }
  .development__bottom {
    flex-wrap: nowrap;
  }
  .development__bottom-block:first-child {
    order: 0;
  }
  .development__bottom-block {
    width: 50%;
  }
  .development__bottom-wrapper {
    text-align: right;
  }
  .development__bottom-text {
    font-size: 18px;
  }
  .person__wrapper {
    padding-left: 410px;
  }
  .person__person {
    margin: 0 0 15px;
    align-items: flex-start;
  }
  .person__person-img-wrapper {
    padding: 0;
    width: 370px;
    position: absolute;
    top: -125px;
    left: 0;
  }
  .person__person-content {
    padding: 0;
  }
  .person__content {
    min-height: 110px;
  }
  .person__content p {
    margin-bottom: 15px;
  }
  .person__content q {
    margin-bottom: 15px;
  }
  .person_reverse .person__cover {
    padding: 90px 20px;
  }
  .person_reverse .person__wrapper {
    padding-right: 410px;
    padding-left: 0;
  }
  .person_reverse .person__person-img-wrapper {
    left: auto;
    right: 0;
  }
  .certificates:before {
    height: calc(100% - 220px);
  }
  .certificates__wrapper {
    padding-top: 85px;
  }
  .certificates__title {
    font-size: 48px;
  }
  .certificates__slider {
    padding-bottom: 50px;
  }
  .map__block {
    height: 516px;
  }
  .contacts-section {
    border-bottom: 1px solid #d8d8d8;
  }
  .contacts-section__content {
    padding: 40px 0;
  }
  .contacts-section__text {
    margin-bottom: 40px;
  }
  .contacts-section__text p {
    font-size: 16px;
  }
  .article-block__article {
    margin-bottom: 40px;
  }
  .modal-form__wrapper {
    padding-bottom: 60px;
  }
  .modal-form__arrows {
    height: 155px;
    padding: 75px 0 25px;
  }
  .modal-form__title {
    margin-bottom: 32px;
  }
  .blog__cover {
    padding-bottom: 65px;
  }
  .blog__item {
    width: 33.3333333333%;
  }
  .article-bottom__cover {
    padding-bottom: 40px;
  }
  .article-bottom__hashtags {
    margin-bottom: 25px;
  }
  .articles__cover {
    padding: 80px 20px;
  }
  .articles__title {
    font-size: 48px;
  }
  .articles__slide {
    width: 33.3333333333%;
  }
  .faq-section__wrapper {
    padding: 73px 0 38px;
  }
  .faq-form__wrapper {
    padding: 76px 0 70px;
  }
  .faq-form__title {
    font-size: 64px;
  }
  .faq-form__subtitle {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .comments__wrapper {
    padding-bottom: 60px;
  }
  .comments__head-title {
    font-size: 54px;
    margin-bottom: 28px;
  }
  .comments__videos {
    margin: 0 -20px;
  }
  .comments__video {
    padding: 0 20px;
  }
  .vacancies {
    padding-bottom: 50px;
  }
  .vacancies__form {
    margin-top: -180px;
  }
  .portfolio__cover {
    padding-bottom: 90px;
  }
  .portfolio__case {
    width: 33.3333333333%;
  }
  .portfolio__loading {
    padding: 45px 20px 1px 75px;
    width: 33.3333333333%;
  }
  .portfolio__modal-btn {
    min-width: 224px;
  }
  .open-case__cover {
    padding-bottom: 50px;
  }
  .open-case__case {
    margin-top: -200px;
    margin-bottom: 15px;
  }
  .open-case__title {
    font-size: 46px;
  }
  .open-case__subtitle {
    margin-bottom: 33px;
  }
  .open-case__solution-video {
    width: 50%;
  }
  .open-case__solution-content {
    width: 50%;
  }
  .case-form__wrapper {
    padding: 83px 50px 60px;
  }
  .case-form__title {
    font-size: 48px;
    margin: 0 auto 30px;
  }
  .examples {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .examples__title {
    font-size: 48px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 32px;
  }
  .examples__case {
    width: 33.3333333333%;
  }
  .examples__case:nth-child(3) {
    display: block;
  }
  .examples__bottom-cover {
    padding-bottom: 0;
  }
  .examples__link-wrapper {
    text-align: left;
  }
  .examples__link {
    font-size: 24px;
  }
  .examples_border {
    border-top: 1px solid #cecece;
  }
  .examples_border .examples__title {
    border: none;
  }
  .examples_half-title .examples__title {
    margin: 0 0 32px;
    font-size: 54px;
    text-transform: none;
  }
  .filter__field {
    width: 27%;
  }
  .filter__btn-wrapper {
    width: 19%;
  }
  .products__wrapper {
    padding: 40px 64px 9px 40px;
  }
  .products__content {
    flex-wrap: nowrap;
  }
  .products__text {
    order: 0;
    width: auto;
  }
  .products__btn-wrapper {
    width: auto;
    position: absolute;
    right: 64px;
    top: 200px;
    padding: 0;
  }
  .products__btn {
    padding: 9px 30px;
  }
  .products__compatibility {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    transform: unset;
  }
  .subscription__form {
    padding: 36px 0 23px;
  }
  .subscription__form {
    flex-wrap: nowrap;
  }
  .subscription__title {
    width: 52%;
  }
  .tabs {
    margin-bottom: 100px;
  }
  .tabs__link.active,
  .tabs__link:active,
  .tabs__link:hover {
    border-color: #f79900;
  }
  .tariffs__tariff {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .tariffs__title {
    text-align: left;
  }
  .tariffs__item {
    margin-bottom: 40px;
  }
  .tariffs__item-wrapper {
    flex-direction: row;
  }
  .tariffs__discount {
    position: absolute;
    top: 0;
    left: 40px;
    margin: 0;
  }
  .tariffs__name {
    text-align: left;
    max-width: 460px;
  }
  .tariffs__price-block {
    flex-direction: row;
  }
  .shopping-cart {
    margin-top: 0;
  }
  .shopping-cart__wrapper {
    padding: 73px 0;
  }
  .shopping-cart__title {
    font-size: 54px;
  }
  .shopping-cart__table {
    margin-bottom: 30px;
  }
  .ordering__head {
    padding: 73px 0 19px;
    margin-top: 0;
    margin-bottom: 45px;
  }
  .ordering__head-title {
    font-size: 54px;
  }
  .ordering__data {
    padding: 45px 0;
  }
  .ordering__table {
    margin-bottom: 59px;
  }
  .ordering__total {
    margin-bottom: 50px;
  }
  .ordering__bottom-wrapper {
    padding-bottom: 50px;
  }
  .transfer {
    margin-top: 0;
  }
  .transfer__wrapper {
    padding: 72px 0 58px;
  }
  .transfer__title {
    font-size: 54px;
  }
  .solution-nav {
    margin-top: -85px;
    margin-bottom: 40px;
  }
  .solution-nav__cover {
    padding-bottom: 0;
  }
  .approach__wrapper {
    padding: 50px 0 55px;
  }
  .approach__text-block {
    width: 50%;
  }
  .approach__video-block {
    width: 50%;
  }
  .approach__text-title {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .stages {
    padding-top: 217px;
  }
  .stages__head-content {
    padding-bottom: 76px;
  }
  .stages__head-title {
    font-size: 54px;
    margin-bottom: 30px;
  }
  .stages__registration-title {
    font-size: 36px;
  }
  .stages__registration-link {
    padding: 23px 50px;
  }
  .stages__tabs-wrapper {
    padding-top: 88px;
  }
  .result {
    margin-bottom: 0;
  }
  .result__wrapper {
    padding-right: 65%;
    padding-top: 76px;
    padding-bottom: 1px;
  }
  .result__title {
    font-size: 48px;
    text-align: left;
  }
  .result__list {
    display: block;
    margin: 0;
  }
  .result__item {
    width: auto;
    padding: 0;
  }
  .result__slider {
    width: 550px;
    right: -28px;
    bottom: 0;
    transform: translateY(50%);
  }
  .cost__wrapper {
    padding-top: 80px;
  }
  .cost__title {
    font-size: 54px;
    margin-bottom: 28px;
  }
  .cost__descr {
    margin-bottom: 30px;
  }
  .cost__price {
    font-size: 64px;
  }
  .cost-form {
    padding-bottom: 90px;
  }
  .cost-form__wrapper {
    padding: 95px 100px 55px;
  }
  .command__wrapper {
    padding-bottom: 57px;
  }
  .command__title {
    font-size: 54px;
    margin-bottom: 30px;
  }
  .command__slide {
    width: 25%;
  }
  .banner-form__wrapper {
    padding: 90px 0;
  }
  .statistic__wrapper {
    padding-top: 80px;
  }
  .statistic__title {
    font-size: 54px;
    margin-bottom: 31px;
  }
  .statistic__descr {
    margin-bottom: 80px;
  }
  .statistic__slider {
    margin: 0 auto 90px auto;
  }
  .cms__head {
    padding-top: 82px;
    padding-bottom: 68px;
  }
  .cms__head-title {
    font-size: 54px;
    margin-bottom: 30px;
  }
  .cms__head-descr {
    font-size: 16px;
  }
  .cms__advantages-list {
    padding-top: 82px;
    padding-bottom: 68px;
  }
  .cms__advantages-item {
    width: 25%;
  }
  .dev-tabs {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .dev-tabs_padding-top {
    padding-top: 220px;
  }
  .tabs-bottom {
    min-height: 484px;
  }
  .tabs-bottom__wrapper {
    padding-right: 65%;
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .tabs-bottom__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .tabs-bottom__descr {
    font-size: 16px;
  }
  .types__wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .types__list {
    margin: 0 -25px 50px;
  }
  .types__item {
    width: 33.3333333333%;
  }
  .types__item-img-wrapper {
    width: 68px;
    height: 66px;
    margin-right: 15px;
  }
  .benefits__wrapper {
    padding: 82px 0 210px;
  }
  .benefits_padding .benefits__wrapper {
    padding: 45px 0 170px;
  }
  .benefits_min-padding .benefits__wrapper {
    padding: 45px 0 75px;
  }
  .benefits__title {
    font-size: 54px;
    margin-bottom: 30px;
  }
  .benefits-blocks_mbottom {
    margin-bottom: 90px;
  }
  .audit-rates__cover {
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .audit-rates__title {
    font-size: 46px;
    margin-bottom: 42px;
  }
  .audit-rates__item {
    margin-bottom: 40px;
  }
  .support-benefits__badge {
    font-size: 16px;
    padding: 11px 16px 9px;
    margin-bottom: 20px;
  }
  .support-benefits__title {
    font-size: 46px;
    max-width: 500px;
  }
  .support-benefits__text {
    margin-bottom: 40px;
  }
  .support-benefits__list {
    margin-bottom: 30px;
  }
  .benefits-support__item {
    width: 25%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width:1200px) {
  .nav {
    margin: 0 -27px;
  }
  .nav__item {
    margin-right: 30px;
  }
  .first-screen__monitor {
    right: -25px;
  }
  .first-screen_store {
    min-height: 516px;
  }
  .service {
    padding: 100% 0 0 0;
  }
  .service__wrapper {
    padding: 40px 38px 35px;
  }
  .blocks__visible:before {
    bottom: 30px;
  }
  .blocks__number {
    font-size: 96px;
  }
  .blocks__title {
    font-size: 28px;
  }
  .blocks__icon {
    width: 110px;
    height: 110px;
  }
  .blocks_icons .blocks__content {
    padding-top: 20px;
  }
  .img-block {
    padding: 90px 85px 100px 100px;
  }
  .content-block__wrapper {
    padding: 85px 65px 110px 40px;
  }
  .price__wrapper {
    padding: 35px 40px 25px;
  }
  .form_banner .form__input {
    margin-bottom: 10px;
  }
  .form_banner .form__submit {
    padding: 20px 25px;
  }
  .form_banner .form__descr {
    font-size: 12px;
  }
  .contacts-block__wrapper {
    margin: 0 -20px 40px;
  }
  .contacts-block__item-wrapper {
    padding: 0 20px;
  }
  .contacts-block__content {
    padding: 33px 38px;
  }
  .contacts-block__title {
    margin-bottom: 36px;
  }
  .contacts-block__phone {
    margin-bottom: 36px;
    font-size: 24px;
  }
  .contacts-block__descr {
    font-size: 16px;
  }
  .contacts-block__mail {
    font-size: 16px;
  }
  .contacts-block__address {
    font-size: 18px;
  }
  .case__link {
    padding: 40px 40px 16px;
  }
  .banner__title-wrapper {
    padding: 0 90px;
  }
  .banner__title {
    font-size: 48px;
  }
  .banner__content {
    padding: 90px;
  }
  .banner__form {
    border: 15px solid #f79900;
    padding: 25px 30px;
  }
  .table__head-name {
    width: 41%;
  }
  .tabs-block {
    margin: 0 -50px;
  }
  .tabs-block_audit {
    margin: 0 -18px;
  }
  .tabs-block__nav {
    padding: 0 50px;
  }
  .tabs-block_audit .tabs-block__nav {
    padding: 0 18px;
  }
  .tabs-block__content {
    padding: 0 50px;
  }
  .tabs-block_audit .tabs-block__content {
    padding: 0 18px;
  }
  .tabs-block__nav {
    padding: 0 50px;
  }
  .tabs-block__content {
    padding: 0 50px;
  }
  .tabs-block__list-item {
    margin-bottom: 54px;
  }
  .tabs-block__list-link {
    font-size: 24px;
  }
  .header__right-block {
    margin: 0 -28px;
  }
  .header__geo {
    padding: 0 28px;
    margin-left: 250px;
  }
  .header__schedule {
    display: block;
  }
  .header__contacts {
    padding: 0 28px;
  }
  .header__questions {
    padding: 0 28px;
  }
  .header__phone {
    padding: 0 28px;
  }
  .header__nav {
    padding: 0 28px;
  }
  .main-slider__slide-content {
    width: 58%;
  }
  .main-slider__slide-content_big {
    width: 100%;
    max-width: 700px;
  }
  .services__service {
    width: 25%;
  }
  .services__service:nth-child(3) {
    order: 0;
  }
  .introduction__content {
    max-width: 700px;
  }
  .introduction__img-wrapper {
    top: -7px;
  }
  .reason__img-wrapper {
    width: 532px;
  }
  .reason__content {
    margin-left: 532px;
  }
  .reason__title {
    font-size: 90px;
  }
  .reason__title_sticking {
    font-size: 84px;
  }
  .reason_recommendation .reason__content {
    margin-right: 35%;
  }
  .reason_recommendation .reason__img-wrapper {
    right: 0;
    width: 490px;
  }
  .reason_reverse .reason__title {
    font-size: 64px;
  }
  .reason_reverse .reason__content {
    margin-right: 270px;
  }
  .reason_black .reason__content {
    margin-right: 50%;
  }
  .reason_black .reason__img-wrapper {
    left: auto;
    right: 80px;
    width: 50%;
  }
  .reason_black .reason__title {
    font-size: 48px;
  }
  .reason_black .reason__author {
    position: absolute;
    top: 80px;
    right: 0;
  }
  .reason_right-text .reason__content {
    margin-left: 490px;
  }
  .reason_right-text .reason__img-wrapper {
    width: 532px;
  }
  .reason_right-text .reason__title {
    font-size: 84px;
  }
  .reviews__cover {
    padding-bottom: 0;
  }
  .reviews__wrapper {
    padding-bottom: 60px;
  }
  .reviews__content {
    padding-left: 515px;
  }
  .reviews__img-block {
    left: 145px;
    top: 88px;
  }
  .reviews__img-block:before {
    font-size: 288px;
    top: -120px;
    left: -160px;
    right: auto;
  }
  .reviews__img-wrapper {
    width: 290px;
    height: 290px;
  }
  .reviews__author {
    order: 1;
    padding-top: 5px;
    padding-left: 0;
    position: static;
  }
  .works__slide-item {
    min-height: 543px;
  }
  .prices__price {
    width: 25%;
  }
  .consultation__img-wrapper {
    left: -173px;
    width: 933px;
  }
  .consultation__form {
    padding: 0 25px 0 122px;
  }
  .footer__nav {
    width: 26%;
  }
  .footer__info {
    width: 22%;
  }
  .development__title {
    font-size: 48px;
  }
  .certificates__slide {
    width: 25%;
  }
  .modal-form__wrapper {
    padding-top: 85px;
  }
  .modal-form__title {
    font-size: 64px;
  }
  .portfolio__loading {
    padding: 45px 20px 1px 110px;
  }
  .portfolio__modal-wrapper {
    padding: 50px 103px 50px 87px;
  }
  .portfolio__modal-wrapper {
    padding: 60px 103px 60px 87px;
  }
  .portfolio__modal-title {
    font-size: 64px;
  }
  .portfolio__modal-form {
    padding: 0 150px 2px 90px;
  }
  .open-case__case {
    padding: 35px 93px 35px 37px;
  }
  .open-case__title {
    font-size: 54px;
  }
  .case-form__wrapper {
    padding: 83px 100px 60px;
  }
  .filter {
    margin-top: -85px;
    margin-bottom: 90px;
  }
  .filter__content {
    padding: 38px 20px 20px;
  }
  .subscription__title {
    font-size: 44px;
    line-height: .8;
  }
  .tabs__wrapper {
    padding: 40px 40px 19px;
  }
  .tariffs__name {
    max-width: 620px;
  }
  .approach__text-title {
    font-size: 54px;
  }
  .result {
    margin-bottom: 60px;
  }
  .result__title {
    font-size: 54px;
  }
  .result__item-title {
    font-size: 18px;
  }
  .result__item-descr {
    font-size: 14px;
  }
  .result__img-wrapper {
    width: 70px;
  }
  .result__slider {
    width: 757px;
  }
  .types__list {
    margin: 0 -50px 50px;
  }
  .types__item {
    padding: 0 50px;
  }
  .audit-rates__title {
    font-size: 58px;
  }
  .audit-rates__item {
    width: 29%;
  }
  .support-benefits__title {
    font-size: 54px;
  }
  .benefits-support_sublist .benefits-support__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
/* @media screen and (min-width:1200px) and (min-width:1360px) {
  .header__schedule {
    padding: 0 32px;
  }
} */
@media screen and (min-width:1360px) {
  .nav {
    margin: 0 -30px;
  }
  .service__wrapper {
    padding: 55px 38px 45px;
  }
  .blocks__title {
    font-size: 30px;
  }
  .partners-list {
    margin: 0 -36px;
  }
  .partners-list__item {
    padding: 0 36px;
  }
  .price__wrapper {
    padding: 38px 40px 33px;
  }
  .contacts-block__descr {
    font-size: 18px;
  }
  .contacts-block__mail {
    font-size: 18px;
  }
  .banner__form {
    padding: 25px 45px;
  }
  .header__right-block {
    margin: 0 -32px;
  }
  .header__geo {
    margin-left: 260px;
    padding: 0 32px;
  }
  .header__contacts {
    margin-right: 14px;
    padding: 0 32px;
  }
  .header__questions {
    margin-right: 14px;
    padding: 0 32px;
  }
  .header__phone {
    padding: 0 32px;
  }
  .header__nav {
    padding: 0 32px;
  }
  .reason__wrapper {
    min-height: 543px;
  }
  .reason__title_sticking {
    font-size: 84px;
  }
  .reason_reverse .reason__title {
    font-size: 72px;
  }
  .reason_reverse .reason__img-wrapper {
    width: 600px;
  }
  .reason_black .reason__img-wrapper {
    width: 600px;
  }
  .reason_black .reason__title {
    font-size: 48px;
  }
  .reason_right-text .reason__title {
    font-size: 90px;
  }
  .reason_recommendation .reason__wrapper {
    min-height: 466px;
  }
  .reason_recommendation .reason__img-wrapper {
    width: 527px;
  }
  .modal-form__title {
    font-size: 72px;
  }
  .portfolio__loading {
    padding: 45px 20px 1px 125px;
  }
  .portfolio__modal-title {
    font-size: 72px;
  }
  .products__img-wrapper {
    position: static;
  }
  .products__icon-wrapper {
    left: -30px;
    top: -1px;
    bottom: auto;
  }
  .products__links {
    margin: 0 -20px 17px;
  }
  .products__link-wrapper {
    padding: 0 20px;
  }
  .subscription__title {
    font-size: 48px;
  }
  .basket__icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width:990px) {
  .header__cover {
    max-width: none;
  }
}
@media screen and (max-width:599px) {
  .first-screen_about .first-screen__cover {
    padding: 0;
  }
  .contacts-block__cover {
    padding: 0;
  }
  .services__cover {
    padding: 0;
  }
  .experience__cover {
    padding: 0;
  }
  .works__cover {
    padding: 50px 0 0;
  }
  .prices__cover {
    padding: 0;
  }
  .development__cover {
    padding: 0 0 55px;
  }
}
@media screen and (max-width:479px) {
  .article-block__cover {
    padding: 0;
  }
}
/* End */


/* Start:/local/templates/offgroup/css/styles.css?1716799032249*/
.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper__content {
  flex: 1 0 auto;
}
.wrapper__content_grey-bg {
  background: #f6f6f6;
}
.wrapper__footer {
  flex: 0 0 auto;
}
/* End */


/* Start:/local/templates/offgroup/components/bitrix/news.line/slider/style.css?171679903251*/
.first-content__title span{
    color: #f79900;
}
/* End */


/* Start:/local/templates/offgroup/template_styles.css?174041297818910*/
.main-slider__kurs{
    position: relative;
    z-index: 0;
}
.table__item{
    opacity: 1;
    transition: opacity 0.5s, height 0.8s, padding 0.8s, margin-bottom 0.8s;
}
.table__item.hide{
    opacity: 0;
    height: 0px;
    padding: 0;
    margin-bottom: 0;
}
.content-page{
    padding: 90px 20px;
}

.content-page .solution-nav {
    margin-top: -180px;
}

.content-page .solution-nav__cover{
    padding: 0;
}
.solution-nav__wrapper{
    padding: 9px;
}
.solution-nav__title {
    color: #f79900;
    font: 700 20px/1 GothamPro,sans-serif;
    padding: 30px 27px 0;
}
.solution-nav__content {
    background: #fff;
}
.solution-nav__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 18px 20px 6px;
}
.solution-nav__list_black {
    padding: 18px 30px 15px;
}
.solution-nav__list_black .solution-nav__link {
    color: #000;
    position: relative;
    padding-left: 18px;
}
.solution-nav__list_black .solution-nav__link:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #000;
    border-radius: 50%;
}
.content-page ol, .content-page ul{
    list-style: auto;
}

.content-page ul{
    list-style-type: disc;
    list-style-position: inside;
}
.content-page ol li, .content-page ul li { list-style-type: none; }
.content-page  ol{ counter-reset: list; }
.content-page ol li:before {
    counter-increment: list;
    content: counter(list) ". ";
    color: #ff9800;
    font-weight: bold;
}
/*.content-page ul li:before{*/
/*    content:'•';*/
/*    color: #ff9800;*/
/*    font-weight: bold;*/
/*    margin-right: 5px;*/
/*}*/
.content_img{
    margin-right: 15px;
    margin-bottom: 15px;
}

/*исправление стилей*/
.bxml-dialog img{
    display: inherit;
}

.along-case{
    margin-top: 90px;
    margin-bottom: 0;
}
.along-case .open-case__cover{
    padding-bottom: 0;
}
.along-case ~ .development .development__wrapper{
    margin-top: 20px;
    padding-top: 0;
}

#filter + #tariffs .tariffs__tariff_first {
    padding-top: 0;
}
.tariffs__banner{
    margin-bottom: 80px;
}
.tariffs__banner + .tariffs__tariff{
    margin-top: -80px;
}
a{
    color: #ff9800;
}
.tariffs__price_old {
    font-size: 14px;
    color: #a7a7a7;
    text-decoration: line-through;
}
.subscription a{
    color: white;
}
.contacts-block__address{
    margin-bottom: 36px;
}
.requisites-table {
    margin: 0 auto;
}
.requisites-table tr:nth-child(odd){
    background-color: #eee;
}
.requisites-table td{
    padding: 10px 15px;
}
.first-content__title .black {
    color: #000;
}
.article-block__article {
    position: relative;
    margin-bottom: 20px;
}
.article-block_padding .article-block__article {
    margin-top: -40px;
}
.article-block_margin .article-block__article {
    margin-top: -85px;
    margin-bottom: 85px;
}
.article {
    background: #fff;
    padding: 20px 20px 5px;
}
.article_video {
    padding: 0;
}
.article__img-wrapper {
    margin-bottom: 15px;
}
.article__img {
    max-width: none;
    width: 100%;
}
.article__text {
    margin-bottom: 10px;
}
.article__text p {
    color: #000;
    font: 400 12px/1.6 GothamPro,sans-serif;
    margin-bottom: 10px;
}
.article_padding .article__text p {
    line-height: 1.1;
    font-size: 14px;
}
.article_video .article__text {
    padding: 0 10px;
}
.article__text_fz14 {
    max-width: 815px;
}
.article__text_fz14 p {
    line-height: 1.1;
    font-size: 14px;
}
.article__deadline {
    margin-bottom: 15px;
}
.article__deadline-text {
    color: #b9b9b9;
    font: 400 12px/1 GothamPro,sans-serif;
    margin-bottom: 10px;
}
.article__deadline-date {
    color: #f79900;
    font: 700 14px/1 GothamPro,sans-serif;
    margin-bottom: 10px;
}
.article_video .article__author {
    padding: 0 10px;
}
.article__author-title {
    color: #8b8b8b;
    font: 500 14px/1 GothamPro,sans-serif;
    margin-bottom: 15px;
}
.article__author-subtitle {
    color: #8b8b8b;
    font: 400 14px/1 GothamPro,sans-serif;
    margin-bottom: 10px;
}
.article__author-block {
    display: flex;
    justify-content: flex-start;
}
.article__author-img-wrapper {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
}
.article__author-img {
    max-width: none;
    width: 100%;
}
.article__author-name {
    color: #000;
    font: 500 14px/1 GothamPro,sans-serif;
    margin-bottom: 12px;
}
.article__author-position {
    color: #000;
    font: 300 10px/1 GothamPro,sans-serif;
    margin-bottom: 12px;
}
.article__title {
    color: #000;
    font: 900 36px/1 GothamPro,sans-serif;
    margin-bottom: 20px;
    max-width: 600px;
}
.article__navigation {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: -40px;
}
.article__navigation-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #343434;
}
.article__navigation-item {
    position: relative;
    padding: 0 10px;
    width: 100%;
    max-width: 270px;
}
.article__navigation-item_right {
    text-align: right;
}
.article__navigation-item_right:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
.article__navigation-link {
    display: flex;
    align-items: center;
    margin: 0 -6px;
    text-decoration: none;
}
.article__navigation-arrow {
    display: block;
    margin: 0 6px;
    flex: 0 0 auto;
    position: relative;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: 0 0;
    border: 1px solid #fff;
    padding: 0;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease;
    margin: 0 13px;
}
.article__navigation-arrow:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 18px;
    top: 7px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg) translateX(-50%);
    transition: all .3s ease;
}
.article__navigation-item_right .article__navigation-arrow {
    transform: rotate(180deg);
}
.article__navigation-text {
    margin: 0 6px;
    color: #fff;
    font: 400 9px/1.1 GothamPro,sans-serif;
}
.article_video .video__footer {
    padding: 0 10px;
}
.article-block__article {
    position: relative;
    margin-bottom: 20px;
}
.article-block_padding .article-block__article {
    margin-top: -40px;
}
.article-block_margin .article-block__article {
    margin-top: -85px;
    margin-bottom: 85px;
}
.article-bottom__hashtags {
    margin-bottom: 15px;
}
.article-bottom__form {
    margin-bottom: 15px;
}
.article-bottom__nav {
    margin-bottom: 25px;
}
.articles__cover {
    padding: 45px 20px;
}
.articles__title {
    text-transform: uppercase;
    text-align: center;
    color: #333;
    font: 900 36px/1 GothamPro,sans-serif;
    margin-bottom: 30px;
}
.articles__slides {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.articles__slide {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 3px;
}
.articles__arrows {
    display: flex;
    justify-content: center;
}
.blog-item__link {
    display: block;
    text-decoration: none;
}
.blog-item__link:active .blog-item__title,
.blog-item__link:hover .blog-item__title {
    text-decoration: underline;
}
.blog-item__img-wrapper {
    position: relative;
    margin-bottom: 15px;
}
.blog-item_darkImg .blog-item__img-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.59) 77.4%);
}
.blog-item__img {
    width: 100%;
    max-width: none;
}
.blog-item__img-date {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font: 400 14px/1 GothamPro,sans-serif;
}
.blog-item__img-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font: 700 18px/1.1 GothamPro,sans-serif;
}
.blog-item__title {
    color: #000;
    font: 900 14px/1.1 GothamPro,sans-serif;
    margin-bottom: 13px;
}
.blog-item__text {
    color: #000;
    font: 400 12px/1.1 GothamPro,sans-serif;
    margin-bottom: 15px;
}
.blog-item__info {
    margin-bottom: 15px;
}
.blog__cover {
    padding-bottom: 35px;
}
.blog__title {
    color: #000;
    font: 900 36px/1 GothamPro,sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -30px -20px 0;
}
.blog_margin{
    background-color: #fff;
    padding-top: 57px;
}
.blog_margin .blog__wrapper {
    margin: 0 -20px 0;
}
.blog__item {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 3px;
}
.blog__pagination {
    display: none;
    margin-bottom: 25px;
}
.education-price__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 20px;
    /*padding-bottom: 10px;*/
    padding-bottom: 0px;
}
.education-price__img-wrapper {
    padding: 0 20px;
    width: 100%;
    /*margin-bottom: 30px;*/
}
.education-price__img {
    max-width: none;
    width: 100%;
}
.education-price__content {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
}
.education-price__title {
    color: #d7d7d7;
    font: 900 48px/.9 GothamPro,sans-serif;
    margin-bottom: 15px;
}
.education-price__descr {
    position: relative;
    color: #000;
    font: 700 14px/1.5 GothamPro,sans-serif;
    max-width: 485px;
    padding-top: 15px;
}
.education-price__descr_before {
    padding-top: 50px;
}
.education-price__descr_before:before {
    content: "“";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font: 800 72px/1 Assistant,sans-serif;
}
.education-price__author {
    margin-top: 25px;
}
.video__info {
    display: inline-block;
    background: #060606;
    padding: 6px 15px;
    color: #fff;
    font: 400 14px/1.1 GothamPro,sans-serif;
}
.support-reasons .support-reasons__wrapper {
    padding-bottom: 0;
}
.support-reasons__wrapper {
    margin: 0 -20px;
    padding-bottom: 40px;
}
.support-reasons__title {
    color: #000;
    font: 900 36px/1.1 GothamPro,sans-serif;
    margin-bottom: 21px;
    text-transform: uppercase;
    grid-area: 1/1/2/2;
    padding: 0 20px;
}
.support-reasons__img-wrapper {
    padding: 0 20px;
    grid-area: 1/2/3/3;
    margin-bottom: 30px;
}
.support-reasons__img {
    max-width: none;
    width: 100%;
}
.support-reasons__img_desktop {
    display: none;
}

.support-reasons__img {
    max-width: none;
    width: 100%;
}
.support-reasons__list-wrapper {
    padding: 0 20px;
    grid-area: 2/1/3/2;
}
.support-reasons__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.support-reasons__item {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 15px;
}
.support-reasons__reason {
    position: relative;
    padding-left: 55px;
}
.support-reasons__reason-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: #f79900;
    color: #fff;
    text-align: center;
    font: 700 20px/36px GothamPro,sans-serif;
}
.support-reasons__reason-title {
    color: #000;
    font: 900 20px/1 GothamPro,sans-serif;
    margin-bottom: 10px;
    letter-spacing: -.8px;
}
.support-reasons__reason-text {
    color: #000;
    font: 400 14px/1.2 GothamPro,sans-serif;
}
.support-reasons__reason-text p {
    margin-bottom: 10px;
}
.dev-tabs_margin-top {
    margin-top: 50px;
    padding-top: 10px;
}
.dev-tabs {
    background: #f5f5f5;
    padding-top: 50px;
}
.mt-5{
    margin-top: 30px;
}
@media screen and (min-width:480px) {
    .article-block__article {
        margin-top: -90px;
    }
    .article-block_margin .article-block__article {
        margin-top: -90px;
    }
    .article {
        padding: 30px 30px 5px;
    }
    .article__img-wrapper {
        margin-bottom: 25px;
    }
    .article__text {
        margin-bottom: 22px;
    }
    .article__text p {
        font-size: 14px;
    }
    .article_video .article__text {
        padding: 0;
    }
    .article__deadline-text {
        font-size: 14px;
    }
    .article__deadline-date {
        font-size: 16px;
    }
    .article_video .article__author {
        padding: 0;
    }
    .article__author-block {
        margin-bottom: 10px;
    }
    .article__author-img-wrapper {
        width: 60px;
        height: 60px;
    }
    .article__navigation-list {
        padding: 13px 0;
    }
    .article__navigation-item {
        padding: 0 15px;
    }
    .article__navigation-text {
        font-size: 12px;
    }
    .article_video .video__footer {
        padding: 0;
    }
    .article-block__article {
        margin-top: -90px;
    }
    .article-block_margin .article-block__article {
        margin-top: -90px;
    }
    .dev-article {
        padding: 25px 25px 5px;
    }
    .dev-article__link {
        padding: 10px 19px 10px 10px;
        bottom: -17px;
    }
    .dev-article__link-icon {
        width: 20px;
        height: 15px;
    }
    .blog-item__title {
        font-size: 16px;
    }
    .blog__wrapper {
        margin: -85px -20px 0;
    }
    .blog_margin .blog__wrapper {
        margin: 0 -20px 0;
    }
    .video__footer {
        text-align: right;
        margin-bottom: 0;
    }
    .article_video .video__footer {
        padding: 0;
    }
}
@media screen and (min-width:600px) {
    .article__text p {
        font-size: 16px;
    }
    .article_padding .article__text p {
        font-size: 14px;
    }
    .article__text_fz14 p {
        font-size: 14px;
    }
    .article__deadline-text {
        font-size: 16px;
    }
    .article__deadline-date {
        font-size: 20px;
    }
    .article__author-block {
        margin-bottom: 20px;
    }
    .article-bottom__hashtags {
        margin-bottom: 20px;
    }
    .articles__slide {
        margin-bottom: 15px;
        width: 50%;
    }
    .blog-item__text {
        font-size: 14px;
    }
    .blog__item {
        margin-bottom: 15px;
    }
    .blog__pagination {
        display: block;
    }
    .blog__loading {
        display: none;
    }
    .solution-nav__list_black .solution-nav__link:before {
        width: 6px;
        height: 6px;
        top: 7px;
    }
    .dev-tabs_margin-top {
        padding-top: 170px;
        margin-top: -150px;
    }
    .dev-tabs {
        padding-bottom: 50px;
    }
}
@media screen and (min-width:768px) {
    .blog-item__title {
        font-size: 18px;
    }
    .blog__item {
        width: 50%;
    }
    .education-price__img-wrapper {
        width: 41.5%;
    }
    .education-price__content {
        width: 58.5%;
    }
    .education-price__descr {
        line-height: 1.7;
    }
    .support-reasons__item {
        width: 50%;
        margin-bottom: 22px;
    }
}
@media screen and (min-width:990px) {
    .article-block__article {
        margin-bottom: 40px;
    }
    .article-block_margin .article-block__article {
        margin-bottom: 125px;
        margin-top: -155px;
    }
    .article {
        padding: 40px 40px 5px;
    }
    .article_padding {
        padding: 40px 57px 40px;
    }
    .article__img-wrapper {
        margin-bottom: 33px;
    }
    .article__text {
        margin-bottom: 28px;
    }
    .article__text p {
        font-size: 18px;
    }
    .article_padding .article__text p {
        font-size: 14px;
    }
    .article__text_fz14 p {
        font-size: 14px;
    }
    .article__deadline {
        margin-bottom: 33px;
    }
    .article__deadline-text {
        font-size: 18px;
        margin-bottom: 17px;
    }
    .article__deadline-date {
        font-size: 24px;
        margin-bottom: 17px;
    }
    .article__title {
        font-size: 54px;
    }
    .article__navigation {
        margin-top: 80px;
    }
    .article__navigation-arrow {
        width: 52px;
        height: 52px;
    }
    .article__navigation-arrow:before {
        left: 25px;
        top: 11px;
        width: 16px;
        height: 16px;
    }
    .article__navigation-text {
        font-size: 14px;
    }
    .article-block__article {
        margin-bottom: 40px;
    }
    .article-block_margin .article-block__article {
        margin-bottom: 125px;
        margin-top: -155px;
    }
    .article-bottom__cover {
        padding-bottom: 40px;
    }
    .article-bottom__hashtags {
        margin-bottom: 25px;
    }
    .articles__cover {
        padding: 80px 20px;
    }
    .articles__title {
        font-size: 48px;
    }
    .articles__slide {
        width: 33.3333333333%;
    }
    .dev-article__wrapper {
        display: grid;
        grid-template-columns: 40% 60%;
        grid-template-rows: auto 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .dev-article_reverse .dev-article__wrapper {
        grid-template-columns: 60% 40%;
    }
    .blog__cover {
        padding-bottom: 65px;
    }
    .blog__title {
        font-size: 54px;
        margin-bottom: 30px;
    }
    .blog__item {
        width: 33.3333333333%;
    }
    .education-price__wrapper {
        /*padding-bottom: 57px;*/
    }
    .education-price__title {
        font-size: 64px;
    }
    .education-price__descr_before {
        padding-top: 60px;
    }
    .education-price__author {
        margin-top: 60px;
    }
    .support-reasons .support-reasons__wrapper {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .support-reasons__wrapper {
        display: grid;
        grid-template-columns: 66% 34%;
        grid-template-rows: auto 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .support-reasons__title {
        font-size: 46px;
        margin-bottom: 50px;
    }
    .support-reasons__img-wrapper {
        margin-bottom: 0;
    }
    .support-reasons__img_mobile {
        display: none;
    }
    .support-reasons__img_desktop {
        display: block;
    }
    .support-reasons__reason-text {
        padding-right: 20px;
    }
    .dev-tabs {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .dev-tabs_margin-top {
        padding-top: 240px;
    }
}
@media screen and (min-width:1200px) {
    .dev-article {
        padding: 57px 60px 25px;
    }
    .dev-article__wrapper {
        margin: 0 -40px;
    }
    .dev-article__img-block {
        padding: 0 40px;
    }
    .dev-article__content-block {
        padding: 0 40px;
    }
    .dev-article__price-block {
        padding: 0 40px;
    }
    .education-price__title {
        font-size: 90px;
        margin-bottom: 30px;
    }
    .support-reasons__wrapper {
        padding-bottom: 0;
    }
    .support-reasons__title {
        font-size: 54px;
    }
}
@media screen and (max-width:479px) {
    .article-block__cover {
        padding: 0;
    }
    .article-block_padding .article-block__cover {
        padding: 0 20px;
    }
}
/* End */
/* /local/templates/offgroup/css/normalize.css?17167990322200 */
/* /local/templates/offgroup/css/animate.css?171679903291147 */
/* /local/templates/offgroup/css/slick.css?17167990321611 */
/* /local/templates/offgroup/css/jquery.formstyler.css?17167990322133 */
/* /local/templates/offgroup/css/jquery.formstyler.theme.css?171679903210879 */
/* /local/templates/offgroup/css/common.css?175691703113119 */
/* /local/templates/offgroup/css/components.css?1740997588166359 */
/* /local/templates/offgroup/css/styles.css?1716799032249 */
/* /local/templates/offgroup/components/bitrix/news.line/slider/style.css?171679903251 */
/* /local/templates/offgroup/template_styles.css?174041297818910 */
