@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: 'Montserrat', sans-serif !important; }

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-appearance: none; }

.container {
  max-width: 1300px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .container {
      padding: 0 13px; } }

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

menu, ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.icon-close {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none; }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%,40%,100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%,40%,100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -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: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0; }

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

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

Copyright (c) 2013 Daniel Eden

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  padding-top: 18px;
  margin-bottom: 25px; }
  @media screen and (max-width: 1160px) {
    .header {
      padding: 0 0 10px 0;
      margin-bottom: 0;
      box-shadow: 1.5px 8.4px 45px 0 rgba(46, 45, 56, 0.14); } }
  .header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1160px) {
      .header .wrap {
        align-items: flex-end; } }
    @media screen and (max-width: 640px) {
      .header .wrap {
        align-items: center; } }
  .header .logo {
    position: relative; }
    .header .logo img {
      max-width: 170px;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .header .logo img {
          max-width: 125px;
          width: 90%;
          height: auto !important; } }
  @media screen and (max-width: 1160px) {
    .header .inner {
      display: none; } }
  .header .contacts {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.64;
    letter-spacing: 0.44px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase; }
    .header .contacts a {
      font-size: 11px;
      font-weight: 500;
      line-height: 1.64;
      letter-spacing: 0.44px;
      text-align: left;
      color: inherit;
      text-decoration: none; }
    .header .contacts__item {
      display: flex;
      align-items: center; }
      .header .contacts__item img {
        vertical-align: middle; }
      .header .contacts__item .mail-img {
        font-size: 16px;
        margin-right: 13px;
        color: #999999; }
      .header .contacts__item .map-img {
        font-size: 18px;
        color: #999999;
        margin-right: 10px;
        margin-left: 20px; }
        @media screen and (max-width: 1221px) {
          .header .contacts__item .map-img {
            margin-left: 16px; } }
  @media screen and (max-width: 640px) {
    .header .button {
      display: none; } }
  .header .menu {
    display: flex; }
    .header .menu li {
      margin-right: 15px; }
      .header .menu li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1221px) {
        .header .menu li {
          margin-right: 10px; } }
      .header .menu li a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 3.65;
        text-align: left;
        color: #29356b;
        position: relative; }
        .header .menu li a::after {
          transition: all .3s ease-in-out;
          content: '';
          position: absolute;
          left: 0;
          bottom: -4px;
          width: 100%;
          height: 1px;
          background-color: #29356b;
          border-radius: 3px;
          transform: scale(0); }
        .header .menu li a:hover::after {
          transition: all .3s ease-in-out;
          transform: scale(1); }
  .header .phone {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 441px) {
      .header .phone {
        display: none; } }
    .header .phone span {
      font-size: 11px;
      font-weight: 500;
      line-height: 1.36;
      letter-spacing: 0.44px;
      text-align: left;
      color: #29356b; }
    .header .phone a {
      display: block;
      margin-top: 10px;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.26;
      text-align: left;
      color: #000000; }
    .header .phone-icon {
      margin-right: 10px;
      width: 38px;
      height: 58px;
      border-radius: 8px;
      background-color: #f4f4f6;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header .phone-icon .icon-phone-call {
        font-size: 21px;
        color: #29356B; }
      @media screen and (max-width: 820px) {
        .header .phone-icon {
          display: none; } }
    @media screen and (max-width: 640px) {
      .header .phone {
        display: none; } }

.button {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 2.73;
  letter-spacing: 1.32px;
  text-align: left;
  color: #ffffff;
  background-color: #e23434;
  padding: 0 15px;
  text-decoration: none;
  border-radius: 8px;
  min-height: 56px;
  transition: all .3s ease-in-out;
  justify-content: center; }
  .button:hover {
    transition: all .3s ease-in-out;
    background-color: #e23434d7; }

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 88px;
  height: 70px;
  background-color: #29356b;
  left: -15px;
  top: 0; }
  @media screen and (max-width: 1160px) {
    .burger {
      display: flex; } }
  .burger span {
    display: block;
    max-width: 26px;
    width: 100%;
    height: 2px;
    background-color: white;
    margin-bottom: 5px;
    transition: all .3s ease-in-out; }
    .burger span:last-child {
      width: 100%;
      max-width: 17px;
      margin-right: 9px; }

.burger.active {
  display: block; }
  .burger.active span {
    position: absolute;
    top: 50%;
    left: 33%;
    background-color: #8491cf;
    transition: all .3s ease-in-out; }
    .burger.active span:nth-child(1) {
      transform: rotate(-45deg); }
    .burger.active span:nth-child(2) {
      transform: rotate(45deg); }
    .burger.active span:nth-child(3) {
      width: 0; }

.mobile-menu.active {
  display: flex; }

.main-header {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 40px 0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .main-header {
      padding: 15px 0 0 0; } }
  .main-header__mask {
    background: linear-gradient(to right, #29356b 100%, #fff);
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .main-header__title {
    font-size: 55px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 45px; }
    .main-header__title.pages {
      font-size: 43px; }
    @media screen and (max-width: 640px) {
      .main-header__title {
        font-size: 28px !important;
        margin-bottom: 25px; } }
  .main-header__caption {
    font-size: 27px;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    display: block; }
    @media screen and (max-width: 640px) {
      .main-header__caption {
        font-size: 22px;
        margin-bottom: 20px; } }
  .main-header .wrap {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    position: relative; }
    @media screen and (max-width: 1160px) {
      .main-header .wrap {
        flex-direction: column; } }
  .main-header__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .main-header__icons {
        justify-content: center; } }
    .main-header__icons span {
      font-size: 35px;
      color: #FFF;
      margin-bottom: 18px; }
    .main-header__icons p {
      width: 100%;
      font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      text-align: left;
      color: #ffffff; }
  @media screen and (max-width: 640px) {
    .main-header.pages .right {
      display: none; } }

.left {
  width: 46%; }
  @media screen and (max-width: 1160px) {
    .left {
      width: 100%; } }

.right {
  width: 50%; }
  @media screen and (max-width: 1160px) {
    .right {
      width: 100%; } }

.icons-item {
  width: 30%;
  margin-bottom: 57px; }
  @media screen and (max-width: 640px) {
    .icons-item {
      width: 50%;
      margin-bottom: 24px; } }
  @media screen and (max-width: 441px) {
    .icons-item {
      width: 50%;
      text-align: center; }
      .icons-item p {
        text-align: center; } }

.about {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1160px) {
    .about {
      justify-content: space-between;
      flex-wrap: wrap; }
      .about span {
        max-width: 70%; } }
  .about span {
    max-width: 400px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff; }
    @media screen and (max-width: 640px) {
      .about span {
        max-width: 100%; } }
  @media screen and (max-width: 640px) {
    .about .col {
      display: flex;
      align-items: center; }
      .about .col div {
        margin-left: 20px; } }
  .about .col img {
    margin-bottom: 25px; }
  .about .col p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 13px; }
  .about .col h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    text-align: left;
    color: #ffffff; }

.online {
  position: relative;
  margin-top: 30px;
  padding: 30px 0 30px 50px; }
  @media screen and (max-width: 640px) {
    .online {
      padding: 30px 0; } }
  .online::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 960px;
    height: 220px;
    background-color: #29356b; }
    @media screen and (max-width: 640px) {
      .online::after {
        left: -30px;
        height: 480px; } }
  .online__title {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px; }
  .online__wrap {
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 640px) {
      .online__wrap {
        flex-direction: column;
        justify-content: center; } }
  .online__button {
    outline: 0;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    max-width: 167px;
    display: flex;
    justify-content: center;
    border: 0;
    min-height: 63px;
    margin-bottom: 10px; }
  .online__input {
    outline: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    color: #000000;
    border: 1px solid transparent;
    padding: 0 22px;
    width: 100%;
    height: 63px;
    border-radius: 8px;
    background-color: #ffffff; }
    .online__input::placeholder {
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: left;
      color: #000000; }
    .online__input.error {
      border: 1px solid #e23434; }
    .online__input-wrapper {
      width: 100%;
      max-width: 215px;
      margin-right: 15px;
      position: relative;
      padding-bottom: 15px; }
      .online__input-wrapper label.error {
        color: #e23434;
        font-size: 12px;
        position: absolute;
        left: 0;
        bottom: -10px; }
      .online__input-wrapper label.error-text {
        color: #e23434;
        font-size: 12px;
        position: absolute;
        left: 0;
        bottom: -10px;
        font-weight: normal;
        text-transform: none;
        display: none; }
        .online__input-wrapper label.error-text.show {
          display: block; }
      @media screen and (max-width: 640px) {
        .online__input-wrapper {
          margin-bottom: 20px;
          max-width: 100%;
          width: 100%; } }
  .online p {
    font-size: 13px;
    font-weight: 500;
    line-height: 2.31;
    text-align: left;
    color: #4d5ea9; }
    .online p a {
      color: #4d5ea9; }
      .online p a:hover {
        text-decoration: none; }
  .online.online-full {
    padding: 30px 0 30px 0; }
    .online.online-full:after {
      width: 100%;
      left: 0; }
    .online.online-full .online__input-wrapper {
      max-width: calc(50% - 98px); }
      @media screen and (max-width: 640px) {
        .online.online-full .online__input-wrapper {
          max-width: 100%; } }

.services {
  padding: 35px 0 65px 0;
  background-color: #f4f4f6;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .services {
      padding: 35px 0; } }
  .services .title {
    margin-bottom: 45px; }
    @media screen and (max-width: 640px) {
      .services .title {
        margin-bottom: 24px; } }
  .services__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 820px) {
      .services__wrap {
        justify-content: center; } }
  .services__item {
    position: relative;
    max-width: 430px;
    width: 30.1%;
    margin-bottom: 55px;
    z-index: 1;
    text-decoration: none; }
    @media screen and (max-width: 1221px) {
      .services__item {
        width: 50%; } }
    @media screen and (max-width: 820px) {
      .services__item {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .services__item {
        margin-bottom: 30px; } }
    .services__item::after {
      content: '';
      width: 400px;
      height: 450px;
      position: absolute;
      right: -40px;
      top: 30px;
      background-color: #ffffff;
      z-index: -1; }
    .services__item img {
      object-fit: contain;
      max-width: 400px;
      width: 100%; }
    .services__item-title {
      font-size: 23px;
      font-weight: bold;
      line-height: 1.3;
      text-align: left;
      color: #29356b;
      margin: 30px 0 25px 0;
      text-transform: uppercase;
      height: 60px;
      display: block;
      text-decoration: none; }
      .services__item-title span {
        font-weight: 300; }
      @media screen and (max-width: 640px) {
        .services__item-title {
          margin: 5px 0 15px 0;
          font-size: 20px;
          height: auto; } }
    .services__item-desc {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.38;
      text-align: left;
      color: rgba(0, 0, 0, 0.6);
      margin-bottom: 18.5px;
      height: 75px; }
      @media screen and (max-width: 640px) {
        .services__item-desc {
          height: auto;
          margin-bottom: 15px; } }
    .services__item-state {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.69;
      text-align: left;
      color: #e23434;
      margin-bottom: 18px; }
    .services__item-button {
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      text-decoration: none;
      max-width: 227px;
      height: 58px;
      border-radius: 8px;
      border: solid 1.5px #e23434;
      background-color: #ffffff;
      font-size: 11px;
      font-weight: bold;
      line-height: 2.73;
      letter-spacing: 1.32px;
      color: #000000;
      transition: all .3s ease-in-out; }
      .services__item-button:hover {
        transition: all .3s ease-in-out;
        border: solid 1.5px transparent;
        background-color: #e23434;
        color: white; }
      @media screen and (max-width: 640px) {
        .services__item-button {
          margin: 0 auto; } }
  .services__bottom {
    margin-top: 15px;
    position: relative;
    z-index: 1; }
    .services__bottom::after {
      content: '';
      width: 1284px;
      height: 369px;
      background-color: #ffffff;
      position: absolute;
      right: -35px;
      top: -30px;
      z-index: -1; }
      @media screen and (max-width: 640px) {
        .services__bottom::after {
          height: 700px; } }
    .services__bottom h4 {
      font-size: 23px;
      font-weight: bold;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 30px;
      color: #29356b; }
    .services__bottom ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 38px; }
      .services__bottom ul li {
        width: 30%;
        font-size: 14px;
        font-weight: bold;
        line-height: 2.14;
        text-align: left;
        color: #29356b;
        position: relative;
        padding: 24px 0 24px 30px;
        border: 1px solid #f4f4f6;
        border-right: 0;
        border-left: 0; }
        @media screen and (max-width: 640px) {
          .services__bottom ul li {
            width: 100%; } }
        .services__bottom ul li:nth-child(1), .services__bottom ul li:nth-child(2), .services__bottom ul li:nth-child(3) {
          border-bottom: 0; }
        .services__bottom ul li::before {
          content: '';
          width: 9px;
          height: 9px;
          background-color: #e23434;
          position: absolute;
          top: 42%;
          left: 0; }
        @media screen and (max-width: 640px) {
          .services__bottom ul li {
            padding: 12px 0 12px 30px; } }

.title {
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #29356b; }
  @media screen and (max-width: 820px) {
    .title {
      font-size: 34px; } }
  @media screen and (max-width: 640px) {
    .title {
      font-size: 28px; } }

.white {
  padding: 35px 0 25px 0; }
  .white .title {
    margin-bottom: 45px; }
  @media screen and (max-width: 640px) {
    .white {
      padding: 25px 0 0 0; }
      .white .title {
        margin-bottom: 24px; } }
  .white .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px; }
    @media screen and (max-width: 820px) {
      .white .wrapper {
        justify-content: center; } }
    @media screen and (max-width: 640px) {
      .white .wrapper {
        margin-bottom: 75px; } }
  .white__item {
    width: 40%;
    max-width: 290px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    @media screen and (max-width: 820px) {
      .white__item:nth-child(even) {
        margin-left: 20px; } }
    @media screen and (max-width: 640px) {
      .white__item {
        padding-left: 40px;
        margin-bottom: 80px;
        width: 100%; }
        .white__item:last-child {
          margin-bottom: 0; }
        .white__item:nth-child(even) {
          margin-left: 0; } }
    .white__item::after {
      content: '';
      background-color: #f4f4f6;
      width: 290px;
      height: 200px;
      position: absolute;
      top: 40px;
      right: -20px;
      z-index: -1; }
      @media screen and (max-width: 820px) {
        .white__item::after {
          right: -20px; } }
      @media screen and (max-width: 640px) {
        .white__item::after {
          right: 0;
          top: -15px;
          height: 160px; } }
    .white__item-title {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.76;
      text-align: left;
      color: #29356b;
      margin-bottom: 26px;
      text-transform: uppercase; }
      @media screen and (max-width: 640px) {
        .white__item-title {
          margin-bottom: 6px;
          font-size: 15px; } }
    .white__item-desc {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
      text-align: left;
      color: #000000; }
      @media screen and (max-width: 640px) {
        .white__item-desc {
          min-height: 72px; } }
    .white__item-icon {
      margin-bottom: 32px; }
      @media screen and (max-width: 640px) {
        .white__item-icon {
          margin-bottom: 0;
          position: absolute;
          left: -15px;
          top: 0; } }
      .white__item-icon span {
        font-size: 64px;
        color: #E23434; }
        @media screen and (max-width: 640px) {
          .white__item-icon span {
            font-size: 45px; } }

.slider__item {
  position: relative;
  z-index: 1;
  outline: 0;
  padding-bottom: 10px;
  padding-right: 25px;
  text-decoration: none; }
  .slider__item.selected {
    padding-right: 20px;
    padding-left: 5px; }
    .slider__item.selected::after {
      background-color: #29356b;
      width: calc(100% - 20px); }
    .slider__item.selected .slider__item-img {
      margin-left: -5px; }
    .slider__item.selected .slider__item-icon {
      background-color: #b6b6b6; }
      .slider__item.selected .slider__item-icon span {
        color: #29356b; }
    .slider__item.selected .slider__item-title {
      color: #FFF; }
    .slider__item.selected .slider__item-desc {
      color: #FFF; }
  .slider__item::after {
    content: '';
    width: calc(100% - 35px);
    height: 487px;
    background-color: #f4f4f6;
    position: absolute;
    top: -30px;
    right: 20px;
    z-index: -1; }
  @media screen and (max-width: 640px) {
    .slider__item {
      max-width: 100%; } }
  .slider__item .slick-list {
    padding: 35px 0; }
  .slider__item-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    text-align: left;
    color: #29356b;
    margin-bottom: 24.5px;
    text-transform: uppercase; }
  .slider__item-desc {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
    color: #000000; }
  .slider__item-img {
    position: relative;
    margin-bottom: 32px; }
    .slider__item-img img {
      max-width: calc(100% - 20px); }
    .slider__item-img__mask {
      background: linear-gradient(to top, #ffffff, #ffffff);
      position: absolute;
      bottom: 3px;
      left: 0;
      opacity: .6;
      width: 88%;
      height: 130px; }
      @media screen and (max-width: 640px) {
        .slider__item-img__mask {
          width: 76%; } }
  .slider__item-icon {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background-color: #29356b;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slider__item-icon span {
      font-size: 32px;
      color: #FFF; }

.feedback {
  padding: 30px 0 45px 0;
  background-color: #f4f4f6; }
  .feedback .title {
    margin-bottom: 45px; }
  @media screen and (max-width: 640px) {
    .feedback {
      padding: 35px 0; }
      .feedback .title {
        margin-bottom: 24px; } }
  .feedback__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 1160px) {
      .feedback__wrap {
        justify-content: center; } }
  .feedback__body {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .feedback__body {
        flex-direction: column; } }
    .feedback__body .feedback-img {
      width: 320px; }
      .feedback__body .feedback-img img {
        width: 100%; }
  .feedback-more {
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 29.5px;
    cursor: pointer;
    transition: all .3s ease-in-out; }
    .feedback-more:hover {
      transition: all .3s ease-in-out;
      transform: translateY(-10px); }
    .feedback-more .icon-arrow-down {
      font-size: 24px;
      margin-right: 27.5px;
      color: #29356B; }
    .feedback-more__title {
      font-size: 17px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.88;
      letter-spacing: 0.68px;
      text-align: left;
      color: #29356b; }
  .feedback__video {
    width: 625px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .feedback__video {
        width: 100%; } }
    .feedback__video:before {
      content: "";
      display: block;
      margin-top: 56.25%;
      /* initial ratio of 16:9*/ }
    .feedback__video .video__inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .feedback__video .video__container {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .feedback__video iframe {
      width: 100%; }
    .feedback__video img {
      width: 100%;
      object-fit: contain; }
    .feedback__video-play {
      display: flex;
      align-items: center;
      width: 300px;
      height: 92px;
      border-radius: 8px;
      background-color: #29356b;
      position: absolute;
      top: 35%;
      left: 50px;
      cursor: pointer;
      color: white; }
      .feedback__video-play .icon-play {
        font-size: 50px;
        color: #FFF;
        text-shadow: 0 0 5px #000;
        margin: auto 30px; }
      .feedback__video-play .feedback__video-title {
        display: block;
        font-size: 17px;
        font-weight: bold;
        line-height: 19px;
        text-align: left;
        margin-bottom: 15px; }
      .feedback__video-play p {
        font-size: 14px;
        line-height: 1.07;
        letter-spacing: 0.56px;
        text-align: left; }
      @media screen and (max-width: 640px) {
        .feedback__video-play {
          max-width: 70%; }
          .feedback__video-play img {
            width: 90px;
            height: 110px; } }
  .feedback-desc {
    max-width: 325px;
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    text-align: left;
    color: #000000;
    padding: 20px;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .feedback-desc {
        max-height: none;
        max-width: 100%;
        padding-left: 10px; } }
    .feedback-desc::before {
      content: '';
      width: 30px;
      height: 2px;
      background-color: #e23434;
      position: absolute;
      top: 0;
      left: 25px; }
    .feedback-desc.show {
      max-height: none; }
    .feedback-desc__btn {
      position: absolute;
      bottom: -2px;
      right: 10px;
      padding: 1px 15px;
      font-size: 16px;
      line-height: 21px;
      font-style: italic;
      background: #FFF;
      color: #e23434;
      cursor: pointer;
      white-space: nowrap; }
      @media screen and (max-width: 640px) {
        .feedback-desc__btn {
          display: none; } }
  .feedback__item {
    max-width: calc(50% - 10px);
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    align-content: flex-start;
    align-self: flex-start; }
    .feedback__item.video {
      display: flex;
      flex-wrap: wrap; }
    @media screen and (max-width: 1160px) {
      .feedback__item {
        max-width: 620px; } }
    @media screen and (max-width: 640px) {
      .feedback__item {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px; } }
    .feedback__item::after {
      content: '';
      width: 580px;
      height: calc(100% - 95px);
      background-color: #ffffff;
      position: absolute;
      right: 5px;
      top: 96px;
      z-index: -1; }
    .feedback__item-top {
      display: flex;
      margin-bottom: 25px; }
      @media screen and (max-width: 640px) {
        .feedback__item-top {
          margin-bottom: 10px; } }
      .feedback__item-top .icon-people {
        font-size: 48px;
        margin-right: 18px;
        color: #29356B; }
        @media screen and (max-width: 640px) {
          .feedback__item-top .icon-people {
            display: none; } }
      .feedback__item-top p {
        font-size: 17px;
        font-weight: bold;
        line-height: normal;
        margin-top: 10px;
        letter-spacing: 0.34px;
        text-align: left;
        color: #29356b;
        min-height: 42px; }
        @media screen and (max-width: 640px) {
          .feedback__item-top p {
            line-height: 19px;
            margin-top: 10px; } }
        @media screen and (max-width: 321px) {
          .feedback__item-top p {
            font-size: 13px; } }
    .feedback__item-title {
      font-size: 14px;
      font-weight: normal;
      text-align: left;
      color: #000000; }
  .feedback .button {
    margin-top: 50px;
    width: 230px; }
    @media screen and (max-width: 640px) {
      .feedback .button {
        margin-top: 20px; } }

.video::after {
  content: none; }

@media screen and (max-width: 820px) {
  .article-block .title {
    margin-bottom: 0; } }
.article-block .wrapper {
  margin-bottom: 35px !important; }
.article-block__column {
  width: 50%; }
  @media screen and (max-width: 820px) {
    .article-block__column {
      width: 100%; } }
  .article-block__column:first-child {
    padding-right: 55px; }
    @media screen and (max-width: 820px) {
      .article-block__column:first-child {
        padding-right: 0; } }
  .article-block__column:last-child {
    padding-left: 55px; }
    @media screen and (max-width: 820px) {
      .article-block__column:last-child {
        padding-left: 0; } }
.article-block__article {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  border-radius: 8px;
  background: #29356b;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #FFF; }
  @media screen and (max-width: 640px) {
    .article-block__article {
      margin-top: 20px; } }
.article-block__text {
  width: 100%;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 28px; }
  @media screen and (max-width: 820px) {
    .article-block__text {
      font-size: 15px;
      line-height: 24px; } }
  .article-block__text b {
    font-weight: 700; }
.article-block__image {
  margin-top: 25px;
  width: 100%;
  position: relative; }
  .article-block__image img {
    width: 100%; }
  .article-block__image-btn {
    position: absolute;
    left: 20px;
    bottom: -15px;
    background: #e23434;
    width: 70px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media screen and (max-width: 820px) {
      .article-block__image-btn {
        left: 15px;
        bottom: -10px;
        width: 50px;
        height: 30px; } }
    .article-block__image-btn span {
      font-size: 25px;
      color: #FFF; }
      @media screen and (max-width: 820px) {
        .article-block__image-btn span {
          font-size: 20px; } }
.article-block__subtitle {
  display: block;
  width: 100%;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 28px; }
  @media screen and (max-width: 820px) {
    .article-block__subtitle {
      font-size: 15px;
      line-height: 24px; } }
.article-block .penalty-list {
  width: 100%; }
  .article-block .penalty-list__item {
    display: flex;
    width: 100%;
    margin-top: 15px; }
    @media screen and (max-width: 640px) {
      .article-block .penalty-list__item {
        flex-wrap: wrap;
        margin-top: 25px; } }
    .article-block .penalty-list__item-title {
      display: flex;
      align-items: center;
      border-radius: 8px;
      background: #f4f4f6;
      width: calc(100% - 180px);
      margin-right: 5px;
      font-size: 16px;
      font-weight: 700;
      color: #29356b;
      text-transform: uppercase; }
      @media screen and (max-width: 640px) {
        .article-block .penalty-list__item-title {
          width: 100%;
          margin-right: 0;
          margin-bottom: 5px; } }
    .article-block .penalty-list__item-icon {
      width: 40px;
      min-width: 40px;
      height: 40px;
      border-radius: 8px;
      background: #29356b;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 15px; }
      .article-block .penalty-list__item-icon span {
        color: #FFF;
        font-size: 25px; }
    .article-block .penalty-list__item-price {
      display: flex;
      align-items: center;
      height: 40px;
      width: 175px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      color: #FFF;
      border-radius: 8px;
      background: #29356b;
      padding: 0 15px; }

.footer {
  padding: 35px 0 25px 0;
  position: relative;
  background-color: #f7f7f8;
  overflow: hidden;
  z-index: 1; }
  .footer .title {
    margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .footer {
      padding: 30px 0; }
      .footer .title {
        margin-bottom: 24px; } }
  .footer-icon {
    min-width: 85px;
    height: 88px;
    border-radius: 8px;
    background-color: #29356b;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
    .footer-icon span {
      font-size: 31px;
      color: #FFF; }
  .footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%; }
    @media screen and (max-width: 1221px) {
      .footer__wrap {
        width: 100%; } }
  .footer__adress {
    display: flex;
    align-items: center;
    max-width: 53%; }
    @media screen and (max-width: 1160px) {
      .footer__adress {
        margin-bottom: 30px;
        max-width: 100%; } }
    @media screen and (max-width: 640px) {
      .footer__adress {
        margin-bottom: 20px;
        max-width: 100%; } }
    .footer__adress-text {
      display: block;
      font-size: 14px;
      font-weight: normal;
      text-align: left;
      color: #29356b;
      margin-bottom: 16px; }
      .footer__adress-text a {
        text-decoration: none;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        color: #29356b;
        margin-bottom: 16px; }
        @media screen and (max-width: 640px) {
          .footer__adress-text a {
            font-size: 16px;
            font-weight: bold; } }
    .footer__adress p {
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      color: #000000; }
      .footer__adress p a {
        text-decoration: none;
        font-size: 21.5px;
        font-weight: bold;
        text-align: left;
        color: #000000; }
      @media screen and (max-width: 640px) {
        .footer__adress p {
          font-size: 16px; }
          .footer__adress p div {
            width: 60%; } }
  .footer .button {
    height: 58px; }
    @media screen and (max-width: 640px) {
      .footer .button {
        margin-top: 10px; } }
  .footer .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end; }
    .footer .inner-bottom {
      width: 50%; }
      .footer .inner-bottom a {
        font-size: 13px;
        text-decoration: underline;
        color: rgba(0, 0, 0, 0.4);
        margin-right: 41px; }
      .footer .inner-bottom .copy {
        font-size: 13px;
        text-align: left;
        color: rgba(0, 0, 0, 0.4); }
      @media screen and (max-width: 640px) {
        .footer .inner-bottom {
          width: 100%; }
          .footer .inner-bottom a {
            margin: 0;
            text-align: center;
            display: block; }
          .footer .inner-bottom .copy {
            display: block;
            margin-top: 20px;
            text-align: center; } }
    @media screen and (max-width: 820px) {
      .footer .inner {
        justify-content: flex-start;
        align-items: flex-start; } }
  .footer-map {
    z-index: -1; }
    .footer-map img {
      width: 100%;
      object-fit: contain; }
    .footer-map__map {
      width: calc(50% - 40px);
      margin-right: 40px;
      margin-top: 25px;
      height: 300px; }
      @media screen and (max-width: 640px) {
        .footer-map__map {
          width: 100%;
          margin-right: 0; } }
  .footer-contacts {
    width: 50%;
    flex-direction: column; }
    @media screen and (max-width: 640px) {
      .footer-contacts {
        width: 100%; } }
    .footer-contacts__list {
      width: 100%;
      margin-top: 50px;
      justify-content: space-between; }
      @media screen and (max-width: 640px) {
        .footer-contacts__list {
          margin-top: 20px; } }
      .footer-contacts__list-item {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        line-height: 2.14;
        letter-spacing: 0.14px;
        color: rgba(51, 31, 28, 0.6);
        margin-bottom: 10px;
        margin-right: 10px; }
        .footer-contacts__list-item:last-child {
          margin-right: 0; }
        @media screen and (max-width: 640px) {
          .footer-contacts__list-item {
            width: auto; } }
  .footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 70px; }
    @media screen and (max-width: 640px) {
      .footer-social {
        width: 100%;
        margin: 15px 0; } }
    .footer-social li {
      margin-bottom: 10px; }
      .footer-social li span {
        font-size: 20px;
        margin-right: 20px;
        color: rgba(13, 10, 43, 0.4); }
      .footer-social li a {
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        line-height: 2.14;
        letter-spacing: 0.14px;
        text-align: left;
        color: rgba(51, 31, 28, 0.6);
        display: flex;
        align-items: center; }

#contact-second {
  display: none; }

.select {
  position: relative;
  margin-bottom: 32px; }
  .select-label {
    font-size: 11px;
    font-weight: bold;
    line-height: 2.73;
    text-align: left;
    color: rgba(41, 53, 107, 0.4);
    margin-bottom: 9px;
    display: block;
    text-transform: uppercase; }
  .select ul {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    max-width: 798px;
    max-height: 252px;
    overflow-x: hidden;
    box-shadow: 0 4px 20px rgba(121, 121, 121, 0.1);
    z-index: 1; }
    .select ul li {
      padding: 13px 0 13px 22px;
      transition: all .3s ease-in-out;
      cursor: pointer; }
      .select ul li:hover {
        background-color: #e23434;
        transition: all .3s ease-in-out;
        color: white; }
    @media screen and (max-width: 820px) {
      .select ul {
        font-size: 14px; } }
  .select-current {
    border-radius: 8px;
    border: solid 1px rgba(27, 29, 36, 0.39);
    background-color: #ffffff;
    padding: 22px 30px 22px 22px;
    margin-left: 0 !important;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #29356b;
    height: 58px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media screen and (max-width: 820px) {
      .select-current {
        font-size: 13px; } }
  .select-arrow {
    position: absolute;
    right: 15px;
    top: 20px; }
    .select-arrow.active span {
      transform: rotate(180deg);
      transition: all .3s linear; }
    .select-arrow .icon-angle-down {
      font-size: 13px;
      color: #29356B;
      transition: all .3s linear;
      margin-left: 0; }

.hidden {
  display: none; }

.hidden.active {
  display: flex; }

.header.active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  background-color: #fff;
  width: 100%;
  padding: 10px 0; }
  @media screen and (max-width: 640px) {
    .header.active {
      padding: 0; } }
  .header.active .contacts {
    display: none; }
  .header.active .logo img {
    width: 157px;
    height: 81px;
    object-fit: contain; }
    @media screen and (max-width: 640px) {
      .header.active .logo img {
        max-width: 172px;
        width: 70%; } }
  .header.active .phone a.slick_hide {
    display: none; }

#img {
  display: none;
  text-align: center; }
  #img img {
    width: 100%;
    object-fit: contain; }

.mob-phone, .mob-whatsapp {
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #f4f4f6;
  margin-right: 8px;
  text-decoration: none; }
  .mob-phone span, .mob-whatsapp span {
    font-size: 28px;
    color: #29356B; }
  @media screen and (max-width: 640px) {
    .mob-phone, .mob-whatsapp {
      display: flex; } }
.mob-button {
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #e23434;
  text-decoration: none; }
  .mob-button span {
    font-size: 28px;
    color: #FFF; }
  @media screen and (max-width: 640px) {
    .mob-button {
      display: flex; } }

.mobile-menu {
  display: none;
  flex-direction: column;
  background: linear-gradient(to bottom, #324184 20%, #29356b);
  width: 100%;
  position: absolute;
  left: 0;
  top: 70.4px;
  z-index: 4;
  padding: 30px;
  overflow: scroll;
  min-height: calc(100vh - 40px);
  height: 100%; }
  .mobile-menu li {
    border-bottom: 1px solid   #263269;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .mobile-menu li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
    .mobile-menu li a {
      text-decoration: none;
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff; }

.stop {
  position: relative !important; }

.mobile-button {
  border-radius: 8px;
  background-color: #e23434;
  display: none;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  max-width: 466px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.04px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .mobile-button {
      display: flex; } }

.mobile-phone {
  display: flex;
  margin-bottom: 30px; }
  .mobile-phone div {
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    .mobile-phone div span {
      font-size: 14px;
      font-weight: normal;
      text-align: left;
      color: #94a8ff;
      margin: 0;
      margin-bottom: 14px; }
    .mobile-phone div p {
      font-size: 21.5px;
      font-weight: bold;
      line-height: normal;
      text-align: left;
      color: #ffffff; }
      @media screen and (max-width: 640px) {
        .mobile-phone div p {
          font-size: 18px; } }
  .mobile-phone__link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21.5px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    width: 100%; }
  .mobile-phone__info {
    width: calc(100% - 90px); }
  .mobile-phone__icon {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    text-decoration: none; }
    .mobile-phone__icon .icon-phone-call,
    .mobile-phone__icon .icon-location {
      font-size: 33px;
      color: #29356B;
      margin-bottom: 0; }
.mobile-email {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #94a8ff;
  text-transform: uppercase;
  margin-bottom: 14px; }

.to-top {
  position: fixed;
  left: 85px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(41, 53, 107, 0.5);
  transition: .3s linear all;
  font-size: 15px;
  color: #FFF;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  z-index: 999; }
  .to-top:hover {
    background: #29356b; }
  @media screen and (max-width: 1221px) {
    .to-top {
      left: 15px;
      bottom: 15px; } }
  @media screen and (max-width: 820px) {
    .to-top {
      left: 15px;
      bottom: 15px; } }
  @media screen and (max-width: 640px) {
    .to-top {
      left: 15px;
      bottom: 15px; } }
  .to-top span {
    display: block;
    transform: rotate(180deg);
    transition: .3s linear all; }

.to-top[style*="display: block"] {
  display: flex !important; }

.whatsapp-btn {
  position: fixed;
  left: 15px;
  bottom: 30px;
  width: 80px;
  height: 45px;
  z-index: 999; }
  @media screen and (max-width: 1221px) {
    .whatsapp-btn {
      display: none; } }
  @media screen and (max-width: 820px) {
    .whatsapp-btn {
      display: none; } }
  @media screen and (max-width: 640px) {
    .whatsapp-btn {
      display: none; } }

@media (min-width: 640px) and (max-width: 767px) {
  .header .burger {
    margin-right: -15px; }
  .header .logo img {
    max-width: 150px;
    height: 65px; }
  .header .phone span {
    font-size: 9px;
    padding-top: 5px; }
  .header .phone a {
    font-size: 16px; }
  .header .button {
    padding: 0 10px;
    font-size: 10px; } }
@media (max-width: 640px) {
  .header {
    padding: 0; } }
@font-face {
  font-family: 'autoadvokat';
  src: url("../fonts/autoadvokat.eot");
  src: url("../fonts/autoadvokat.eot") format("embedded-opentype"), url("../fonts/autoadvokat.ttf") format("truetype"), url("../fonts/autoadvokat.woff") format("woff"), url("../fonts/autoadvokat.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'autoadvokat' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-document:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e902"; }

.icon-phone-call:before {
  content: "\e903"; }

.icon-men:before {
  content: "\e904"; }

.icon-office:before {
  content: "\e905"; }

.icon-libra:before {
  content: "\e906"; }

.icon-approach:before {
  content: "\e907"; }

.icon-free-offers:before {
  content: "\e908"; }

.icon-wallet:before {
  content: "\e909"; }

.icon-phone:before {
  content: "\e90a"; }

.icon-specialization:before {
  content: "\e90b"; }

.icon-professionalism:before {
  content: "\e90c"; }

.icon-free-consultations:before {
  content: "\e90d"; }

.icon-auto-specialization:before {
  content: "\e90e"; }

.icon-lawyers:before {
  content: "\e90f"; }

.icon-location:before {
  content: "\e910"; }

.icon-people:before {
  content: "\e911"; }

.icon-play:before {
  content: "\e912"; }

.icon-angle-down:before {
  content: "\e913"; }

.icon-whatsapp:before {
  content: "\e914"; }

.icon-plus:before {
  content: "\e915"; }

.icon-won:before {
  content: "\e916"; }

.icon-instagram:before {
  content: "\e917"; }

.icon-telegram:before {
  content: "\e918"; }

.icon-vk:before {
  content: "\e919"; }

.icon-youtube:before {
  content: "\e91a"; }

.icon-facebook:before {
  content: "\e91b"; }

.icon-map-marker:before {
  content: "\e91c"; }

.icon-email:before {
  content: "\e91d"; }

.icon-close:before {
  content: "\e91e"; }

#contact,
#success,
#success1,
#feedback-modal {
  display: none; }

.blocker {
  z-index: 10; }

.modal {
  box-shadow: none;
  max-width: 800px;
  width: 100%;
  display: block;
  border-radius: 0;
  background-color: #f4f4f6;
  padding: 35px; }
  @media screen and (max-width: 640px) {
    .modal {
      padding: 10px; } }
  .modal a.icon-close {
    right: 70px;
    top: 70px;
    font-size: 24px;
    color: #d6d6d6;
    text-decoration: none;
    transition: .3s linear all; }
    .modal a.icon-close:hover {
      color: #e23434; }
    @media screen and (max-width: 640px) {
      .modal a.icon-close {
        top: 28px;
        right: 28px; } }
  .modal .inner {
    background-color: #ffffff;
    padding: 40px; }
    @media screen and (max-width: 820px) {
      .modal .inner {
        padding: 30px; } }
    @media screen and (max-width: 640px) {
      .modal .inner {
        padding: 10px; } }
  .modal__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7px; }
  .modal__title {
    font-size: 45px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    color: #29356b;
    margin-bottom: 40px;
    padding-right: 35px; }
    @media screen and (max-width: 640px) {
      .modal__title {
        font-size: 28px;
        margin-bottom: 18px; } }
  .modal__description {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(32, 43, 57, 0.6);
    margin: 0;
    margin-bottom: 80px;
    position: relative; }
    .modal__description::after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: -40px;
      left: 0;
      background-color: #eeeeee; }
  .modal textarea {
    font-family: 'Montserrat', sans-serif !important; }
  .modal input[type="file"] {
    z-index: -1;
    position: absolute;
    opacity: 0; }
  .modal .input {
    margin-bottom: 18px;
    padding-bottom: 15px;
    position: relative; }
    @media screen and (max-width: 820px) {
      .modal .input {
        width: 100%;
        max-width: 100%; }
        .modal .input input {
          min-width: 100%; } }
    @media screen and (max-width: 640px) {
      .modal .input {
        width: 100%;
        max-width: 100%; }
        .modal .input input {
          min-width: 100%; } }
    .modal .input label {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      text-align: left;
      color: rgba(41, 53, 107, 0.4);
      margin-bottom: 9.5px;
      display: block;
      line-height: normal; }
      .modal .input label.error {
        color: #e23434;
        font-size: 12px;
        position: absolute;
        left: 0;
        bottom: -10px;
        font-weight: normal;
        text-transform: none; }
      .modal .input label.error-text {
        color: #e23434;
        font-size: 12px;
        position: absolute;
        left: 0;
        bottom: -10px;
        font-weight: normal;
        text-transform: none;
        display: none; }
        .modal .input label.error-text.show {
          display: block; }
    .modal .input input {
      font-family: 'Montserrat', sans-serif !important;
      border-radius: 8px;
      border: solid 1px rgba(27, 29, 36, 0.39);
      background-color: #ffffff;
      min-height: 58px;
      max-width: 310px;
      width: 100%;
      min-width: 310px;
      padding: 0 22px;
      outline: 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.88;
      text-align: left;
      color: #202b39; }
      .modal .input input::placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.88;
        text-align: left;
        color: rgba(32, 43, 57, 0.5); }
      .modal .input input.error {
        border: solid 1px #e23434; }
      @media screen and (max-width: 640px) {
        .modal .input input {
          max-width: 100%;
          min-width: 100%; } }
    .modal .input__label {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      text-align: left;
      color: rgba(41, 53, 107, 0.4);
      margin-bottom: 8.5px;
      display: block;
      margin-left: 0; }
    .modal .input__photo {
      font-family: 'Montserrat', sans-serif !important;
      border-radius: 8px;
      border: solid 1px rgba(27, 29, 36, 0.39);
      background-color: #ffffff;
      min-height: 58px;
      max-width: 310px;
      width: 100%;
      min-width: 310px;
      padding: 0 22px 0 0;
      outline: 0;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      color: #202b39;
      display: flex;
      align-items: center; }
      .modal .input__photo label.input__photo-label {
        height: 58px;
        line-height: 58px;
        padding: 0 10px;
        background: #e23434;
        display: inline-block;
        border-radius: 8px 0 0 8px;
        margin-top: -1px;
        margin-bottom: -1px;
        margin-left: -1px;
        color: #FFF;
        cursor: pointer;
        transition: .3s linear all; }
        .modal .input__photo label.input__photo-label:hover {
          background: #e23434d7; }
      .modal .input__photo-name {
        color: #202b39;
        margin-left: 10px;
        font-size: 14px; }
  .modal .textarea {
    margin-bottom: 46px;
    position: relative;
    padding-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .modal .textarea {
        margin-bottom: 26px; } }
    .modal .textarea textarea {
      outline: 0;
      resize: vertical;
      border-radius: 8px;
      border: solid 1px rgba(27, 29, 36, 0.39);
      background-color: #ffffff;
      height: 58px;
      width: 100%;
      padding: 18px 22px 8px 22px; }
      .modal .textarea textarea::placeholder {
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: rgba(32, 43, 57, 0.5); }
    .modal .textarea label {
      text-transform: uppercase;
      display: block;
      margin-bottom: 9px;
      font-size: 11px;
      font-weight: bold;
      line-height: 2.73;
      text-align: left;
      color: #29356b; }
    .modal .textarea label.error {
      color: #e23434;
      font-size: 12px;
      position: absolute;
      left: 0;
      bottom: -15px;
      font-weight: normal;
      text-transform: none; }
  .modal .button {
    border: 0;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 167px;
    display: flex;
    justify-content: center; }
  .modal__bottom {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .modal__bottom {
        flex-direction: column; }
        .modal__bottom .button {
          margin-bottom: 20px; } }
  .modal__text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    text-align: left;
    color: rgba(32, 43, 57, 0.4);
    margin-left: 25px; }
    @media screen and (max-width: 640px) {
      .modal__text {
        margin-left: 0; } }
    .modal__text a {
      color: rgba(32, 43, 57, 0.4); }
      .modal__text a:hover {
        text-decoration: none; }

#success,
#success1 {
  max-width: 510px; }
  #success .modal__title,
  #success1 .modal__title {
    margin-bottom: 50px; }
  #success .inner,
  #success1 .inner {
    padding: 40px; }
  #success .modal__social,
  #success1 .modal__social {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #success .modal__social a,
    #success1 .modal__social a {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 70px;
      border-radius: 8px;
      text-decoration: none;
      background-color: #e23434;
      padding: 25px;
      margin-bottom: 15px; }
      #success .modal__social a span,
      #success1 .modal__social a span {
        font-size: 20px;
        color: #FFF;
        margin-left: 0;
        line-height: normal; }

.slick-prev {
  width: 55px;
  height: 73px;
  position: absolute;
  left: -100px;
  top: 50%;
  border: 0;
  outline: 0;
  font-size: 56px;
  z-index: 3;
  cursor: pointer;
  padding: 0 0 0 24px;
  overflow: hidden;
  color: #29356B;
  transition: .3s linear all; }
  .slick-prev:hover {
    padding: 0 0 0 14px; }
  @media screen and (max-width: 1465px) {
    .slick-prev {
      left: -15px; } }

.slick-next {
  transform: rotate(180deg);
  width: 55px;
  height: 73px;
  position: absolute;
  top: 50%;
  border: 0;
  outline: 0;
  font-size: 56px;
  z-index: 3;
  cursor: pointer;
  padding: 0 0 0 24px;
  overflow: hidden;
  color: #29356B;
  right: -100px;
  transition: .3s linear all; }
  .slick-next:hover {
    padding: 0 0 0 14px; }
  @media screen and (max-width: 1465px) {
    .slick-next {
      right: -15px; } }

.price-list {
  padding: 35px 0 25px 0;
  background: #fff; }
  .price-list__inner {
    width: 100%;
    align-content: flex-start; }
  .price-list__title {
    display: block;
    width: 100%;
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #29356b;
    margin-bottom: 45px; }
    @media screen and (max-width: 820px) {
      .price-list__title {
        font-size: 34px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 640px) {
      .price-list__title {
        font-size: 28px;
        margin-bottom: 24px; } }
  .price-list .price-table {
    width: 100%; }
    .price-list .price-table__row {
      width: 100%;
      margin-bottom: 3px; }
      .price-list .price-table__row-column {
        padding: 5px 10px;
        background-color: #f4f4f6;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        align-items: center; }
        .price-list .price-table__row-column:first-child {
          flex-grow: 1;
          border-radius: 5px 0 0 5px; }
        .price-list .price-table__row-column:last-child {
          width: 225px;
          min-width: 225px;
          margin-left: 3px;
          font-weight: 700;
          border-radius: 0 5px 5px 0;
          flex-wrap: wrap; }
          .price-list .price-table__row-column:last-child span {
            margin-top: 2px;
            font-size: 12px;
            font-weight: 500;
            display: block;
            width: 100%;
            color: #29356b; }

@media (min-width: 992px) and (max-width: 1200px) {
  .price-list {
    padding: 50px 0 30px 0; }
    .price-list__title {
      font-size: 40px;
      margin-bottom: 25px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .price-list .price-table__row-column {
    font-size: 14px; }
    .price-list .price-table__row-column:last-child {
      width: 200px;
      min-width: 200px; } }
@media (min-width: 320px) and (max-width: 575px) {
  .price-list .price-table__row {
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .price-list .price-table__row-column {
      font-size: 14px;
      padding: 5px; }
      .price-list .price-table__row-column:first-child {
        min-width: 100%;
        border-radius: 5px 5px 0 0; }
      .price-list .price-table__row-column:last-child {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        margin-top: 2px;
        font-size: 16px;
        justify-content: center;
        border-radius: 0 0 5px 5px; }
        .price-list .price-table__row-column:last-child span {
          text-align: center; } }

/*# sourceMappingURL=style.css.map */
