.footer .wrap .left-side .logo {
  font-size: 1.25rem;
  color: #111;
  display: inline-block;
  vertical-align: middle;
}
.footer .wrap .left-side .logo .red {
  color: #d42920;
}
.header .header-top .wrap .left-side .logo {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}

.header .header-top .wrap .left-side .logo .text-red {
  color: #d42920;
}

@media only screen and (max-width: 480px) {
  .header .header-top .wrap .left-side .logo {
    width: 67px;
    font-size: 1rem;
  }
}
@charset "UTF-8";
/*-------------------- requirements-and-deadlines --------------------*/
.requirements-and-deadlines .wrap .requirements .requirements-list .item .check {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #d42920;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #c9c9da;
    border-radius: 50%;
    z-index: 1;
}
.requirements-and-deadlines .wrap {
  display: flex;
  flex-direction: row;
  padding: 70px 40px;
}

@media only screen and (max-width: 1180px) {
  .requirements-and-deadlines .wrap {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 630px) {
  .requirements-and-deadlines .wrap {
    flex-direction: column;
  }
}

.requirements-and-deadlines .wrap picture {
  margin: auto;
}
.requirements-and-deadlines .wrap img {
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .requirements-and-deadlines .wrap img {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1200px) {
  .requirements-and-deadlines .wrap img {
    max-width: 90%;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .requirements-and-deadlines .wrap img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .requirements-and-deadlines .wrap picture {
    max-width: 75%;
    margin: auto;
  }
}

/* @media only screen and (max-width: 768px) {
  .requirements-and-deadlines .wrap img {
    display: none;
  }
} */

.requirements-and-deadlines .wrap .requirements {
  float: left;
  width: 50%;
  padding-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .requirements-and-deadlines .wrap .requirements {
    float: none;
    width: auto;
    /* background: #f8f8fd; */
    /* border: 1px solid #ebebeb; */
    padding: 40px 15px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .requirements-and-deadlines .wrap .requirements {
    padding: 10px 0 30px;
  }
}

.requirements-and-deadlines .wrap .requirements .title {
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  .requirements-and-deadlines .wrap .requirements .title {
    text-align: center;
    font-size: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines .wrap .requirements .title {
    font-size: 20px;
    line-height: 25px;
  }
}

.requirements-and-deadlines .wrap .requirements .requirements-list {
  margin-top: 30px;
}

.requirements-and-deadlines .wrap .requirements .requirements-list .item {
  position: relative;
  padding: 0 0 0 50px;
  min-height: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines .wrap .requirements .requirements-list .item {
    min-height: 30px;
    padding: 0 0 0 40px;
    margin-bottom: 10px;
  }
}

.requirements-and-deadlines
  .wrap
  .requirements
  .requirements-list
  .item
  .check {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #d42920;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c9c9da;
  border-radius: 50%;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines
    .wrap
    .requirements
    .requirements-list
    .item
    .check {
    width: 30px;
    height: 30px;
  }
}

.requirements-and-deadlines
  .wrap
  .requirements
  .requirements-list
  .item
  .check:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/check-red.svg) no-repeat center;
  background-size: 20px;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines
    .wrap
    .requirements
    .requirements-list
    .item
    .check:after {
    transform: scale(0.7);
  }
}

.requirements-and-deadlines .wrap .requirements .requirements-list .item .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 7px;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines
    .wrap
    .requirements
    .requirements-list
    .item
    .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.requirements-and-deadlines .wrap .rating-form {
  float: right;
  margin-right: 73px;
  width: 420px;
  min-height: 360px;
  background: #f8f8fd;
  border: 1px solid #ebebeb;
  padding: 45px;
  text-align: center;
}

@media only screen and (max-width: 1180px) {
  .requirements-and-deadlines .wrap .rating-form {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .requirements-and-deadlines .wrap .rating-form {
    float: none;
    border: none;
    background: none;
    max-width: 420px;
    width: auto;
    padding: 60px 30px;
    margin: 0 auto;
    min-height: 0;
  }
}

.requirements-and-deadlines .wrap .rating-form .title {
  font-size: 18px;
  line-height: 25px;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines .wrap .rating-form .title {
    line-height: 20px;
  }
}

.requirements-and-deadlines .wrap .rating-form .desc {
  margin-top: 25px;
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines .wrap .rating-form .desc {
    font-size: 14px;
    margin-top: 10px;
  }
}

.requirements-and-deadlines .wrap .rating-form .btn {
  margin-top: 30px;
  min-width: 220px;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines .wrap .rating-form .btn {
    margin-top: 10px;
  }
}

.requirements-and-deadlines .wrap .rating-form .or-call {
  margin-top: 25px;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 300;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines .wrap .rating-form .or-call {
    margin-top: 10px;
  }
}

.requirements-and-deadlines .wrap .rating-form .phone {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .requirements-and-deadlines .wrap .rating-form .phone {
    margin-top: 5px;
  }
}
/* ubuntu-300 - latin_cyrillic */
/*-------------------- documents --------------------*/
.documents .wrap {
  padding: 100px 30px;
  text-align: center;
  width: auto;
  max-width: 1200px;
}

@media only screen and (max-width: 1024px) {
  .documents .wrap {
    padding: 70px 30px;
  }
}

.documents .wrap .text-block .title {
  font-size: 24px;
  font-weight: 500;
}

.documents .wrap .text-block .title span {
  color: #d42920;
}

.documents .wrap .text-block .desc {
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
}

.documents .docs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .documents .docs {
    margin-top: 2rem;
    flex-direction: column;
  }
}

.docs__item {
  width: 33%;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .docs__item {
    width: 100%;
    margin: 30px 0;
  }
}

.docs__img {
  height: 110px;
}

.docs__title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 14px;
}

.docs__desc {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 300;
  color: #777;
  text-transform: lowercase;
}

.documents .info {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 5rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .documents .info {
    margin-top: 2rem;
  }
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../fonts/ubuntu-v10-latin_cyrillic-300.woff2") format("woff2"), url("../fonts/ubuntu-v10-latin_cyrillic-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-regular - latin_cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/ubuntu-v10-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/ubuntu-v10-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-500 - latin_cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("../fonts/ubuntu-v10-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/ubuntu-v10-latin_cyrillic-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300italic - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/open-sans-v14-latin_cyrillic-300italic.woff2") format("woff2"), url("../fonts/open-sans-v14-latin_cyrillic-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

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

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

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

.swing {
  transform-origin: top center;
  animation-name: swing;
}

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

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

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

.bounceIn {
  animation-name: bounceIn;
}

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

.bounceInDown {
  animation-name: bounceInDown;
}

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

.bounceInLeft {
  animation-name: bounceInLeft;
}

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

.bounceInRight {
  animation-name: bounceInRight;
}

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

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

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

.bounceOutDown {
  animation-name: bounceOutDown;
}

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

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

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

.bounceOutRight {
  animation-name: bounceOutRight;
}

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

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

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

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

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

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

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

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

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

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

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

.rotateOut {
  animation-name: rotateOut;
}

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

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

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

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

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

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

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

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

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

.hinge {
  animation-name: hinge;
}

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

.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

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

.zoomInDown {
  animation-name: zoomInDown;
}

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

.zoomInLeft {
  animation-name: zoomInLeft;
}

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

.zoomInRight {
  animation-name: zoomInRight;
}

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

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

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

.zoomOutDown {
  animation-name: zoomOutDown;
}

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

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

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

.zoomOutRight {
  animation-name: zoomOutRight;
}

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

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  margin: 0;
  padding: 24px 0;
  vertical-align: middle;
  border: 0;
}

.arcticmodal-error {
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  background: #000;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(../img/loading.gif) no-repeat 50% 50%;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA;
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.jq-selectbox__select {
  height: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  padding: 0 40px 0 28px;
  background: transparent;
  font-size: 16px;
  color: #fff;
  transition: all .3s;
}

.jq-selectbox__select:hover {
  background: rgba(255, 255, 255, 0.11);
}

.jq-selectbox__select:active {
  background: rgba(255, 255, 255, 0.11);
}

.jq-selectbox.focused .jq-selectbox__select {
  background: rgba(255, 255, 255, 0.11);
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #fff;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 18px;
  background-image: url(../img/sprite.png);
  background-position: -78px -59px;
  width: 12px;
  height: 7px;
}

.jq-selectbox__dropdown {
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  padding: 10px 28px;
  color: #d42920;
}

.jq-selectbox li.selected {
  background: #65bc54;
  color: #fff;
}

.jq-selectbox li:hover {
  background: #65bc54;
  color: #fff;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

/* 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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
  z-index: 2;
}

.slick-prev {
  left: 0;
  background: url("../img/sprite.png") no-repeat;
}

.slick-prev:hover {
  background: url("../img/sprite.png") no-repeat;
}

.slick-next {
  right: 0;
  background: url("../img/sprite.png") no-repeat -22px 0;
}

.slick-next:hover {
  background: url("../img/sprite.png") no-repeat -22px 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 10;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
  color: transparent;
  display: block;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #d0d1d8;
  transition: all .3s;
}

.slick-dots li.slick-active button {
  background: #d42920;
  border: 2px solid #d42920;
  box-shadow: 0 3px 6px rgba(212, 41, 32, 0.24);
}

* {
  margin: 0;
  padding: 0;
}

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

*:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html * {
  max-height: 1000000px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong,
optgroup {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  /*lazy-load*/
  opacity: 1;
  transition: opacity .3s;
}

img[data-src] {
  /*lazy-load*/
  opacity: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  margin: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
  border: none;
  background: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  /* 2 */
  cursor: pointer;
  -webkit-appearance: button;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  /* 1 */
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

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

button,
hr,
input,
textarea {
  border: none;
}

label {
  cursor: pointer;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clear,
.clearfix:after {
  clear: both;
}

.center {
  text-align: center;
}

.ovh {
  overflow: hidden;
}

.ovv {
  overflow: visible;
}

.hid,
.hidden {
  display: none;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
  vertical-align: middle;
}

/*responsive video iframe*/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------- global-styles --------------------*/
html {
  min-width: 320px;
  background: #fff;
  height: 100%;
}

body {
  min-width: 1180px;
  height: 100%;
  color: #434342;
  font-family: 'Ubuntu', sans-serif;
}

@media only screen and (max-width: 1180px) {
  body {
    min-width: 320px;
  }
}

a {
  color: #434342;
  text-decoration: none;
  transition: all .3s;
}

.wrap {
  position: relative;
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
}

@media only screen and (max-width: 1180px) {
  .wrap {
    width: 100%;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d42920;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  transition: all .3s;
}

@media only screen and (max-width: 480px) {
  .btn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}

.btn:hover {
  background: #65bc54;
}

.section-title {
  position: relative;
  text-align: center;
  color: #434342;
  font-size: 36px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .section-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 236px;
  height: 1px;
  background: #d7d5d3;
}

@media only screen and (max-width: 480px) {
  .section-title:after {
    display: none;
  }
}

/*------------------------- header -------------------------*/
.header {
  position: relative;
  color: #fff;
  background: url("../img/header-bg.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .header {
    height: auto;
  }
}

@media only screen and (max-height: 650px) {
  .header {
    height: auto;
  }
}

.header .header-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.header .header-top .wrap {
  padding: 42px 0;
  width: 1580px;
  /*mobile-menu*/
}

@media only screen and (max-width: 1600px) {
  .header .header-top .wrap {
    width: 100%;
    padding: 42px 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header-top .wrap {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .header .header-top .wrap {
    padding: 26px 15px;
  }
}

.header .header-top .wrap .left-side {
  float: left;
}

.header .header-top .wrap .left-side .logo {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .header .header-top .wrap .left-side .logo {
    width: 67px;
  }
}

.header .header-top .wrap .left-side .slogan {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  color: #b5b6c4;
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width: 1600px) {
  .header .header-top .wrap .left-side .slogan {
    display: none;
  }
}

.header .header-top .wrap .right-side {
  float: right;
  font-size: 0;
}

@media only screen and (max-width: 1024px) {
  .header .header-top .wrap .right-side {
    padding-right: 60px;
  }
}

.header .header-top .wrap .right-side .call {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .header .header-top .wrap .right-side .call {
    display: none;
  }
}

.header .header-top .wrap .right-side .phone {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .header .header-top .wrap .right-side .phone {
    font-size: 0;
    color: transparent;
    background-image: url(../img/sprite.png);
    background-position: -78px 0px;
    width: 20px;
    height: 22px;
  }
}

.header .header-top .wrap .right-side .phone:hover {
  color: #65bc54;
}

.header .header-top .wrap .right-side .whatsapp {
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
  min-width: 189px;
  height: 40px;
  border: 2px solid #65bc54;
  border-radius: 20px;
  padding: 0 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .header .header-top .wrap .right-side .whatsapp {
    font-size: 0;
    color: transparent;
    min-width: 0;
    padding: 0;
    border: none;
    margin-left: 15px;
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 34px;
    height: 34px;
  }
}

@media only screen and (max-width: 480px) {
  .header .header-top .wrap .right-side .whatsapp {
    margin-left: 12px;
  }
}

.header .header-top .wrap .right-side .whatsapp span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .header .header-top .wrap .right-side .whatsapp span {
    display: none;
  }
}

.header .header-top .wrap .right-side .whatsapp span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/sprite.png);
  background-position: -39px 0px;
  width: 34px;
  height: 34px;
}

.header .header-top .wrap .right-side .whatsapp:hover span:before {
  animation: tada 1s;
}

.header .header-top .wrap .menu-toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 39px;
  margin: auto;
  right: 15px;
  width: 30px;
  height: 18px;
  z-index: 12;
  transition: opacity .3s;
}

@media only screen and (max-width: 480px) {
  .header .header-top .wrap .menu-toggle {
    top: 34px;
  }
}

.header .header-top .wrap .menu-toggle.notvisible {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .header .header-top .wrap .menu-toggle {
    display: inline-block;
  }
}

.header .header-top .wrap .menu-toggle .line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}

.header .header-top .wrap .menu-toggle .line.line-1 {
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}

.header .header-top .wrap .menu-toggle .line.line-2 {
  top: 50%;
  left: 0;
  transition: all 0.3s 0.3s;
}

.header .header-top .wrap .menu-toggle .line.line-3 {
  bottom: 0;
  top: auto;
  left: 0;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}

.header .header-top .wrap .menu-toggle.active .line {
  background: #d42920;
}

.header .header-top .wrap .menu-toggle.active .line.line-1 {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.3s, transform 0.3s 0.3s;
}

.header .header-top .wrap .menu-toggle.active .line.line-2 {
  opacity: 0;
  transition: all 0.3s, opacity 0.3s 0s;
}

.header .header-top .wrap .menu-toggle.active .line.line-3 {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
  transition: all 0.3s, transform 0.3s 0.3s;
}

.header .header-top .wrap .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #e8e9f3;
  padding: 75px 25px 90px;
  color: #353434;
}

.header .header-top .wrap .mobile-menu .mobile-menu-content {
  width: 189px;
  margin: 25px auto 0;
  text-align: center;
}

.header .header-top .wrap .mobile-menu .mobile-menu-content .call {
  font-size: 14px;
  font-weight: 300;
}

.header .header-top .wrap .mobile-menu .mobile-menu-content .phone {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  color: #353434;
  font-size: 20px;
  font-weight: 500;
}

.header .header-top .wrap .mobile-menu .mobile-menu-content .callback {
  margin-top: 26px;
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 2px solid #d42920;
  border-radius: 20px;
  color: #d42920;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 20px;
}

.header .header-top .wrap .mobile-menu .mobile-menu-content .callback:hover {
  color: #65bc54;
  border-color: #65bc54;
}

.header .header-top .wrap .mobile-menu .mobile-menu-content .whatsapp {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 2px solid #65bc54;
  border-radius: 20px;
  padding: 0 35px;
  text-align: center;
  color: #65bc54;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}

.header .header-top .wrap .mobile-menu .mobile-menu-content .whatsapp span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.header .header-top .wrap .mobile-menu .mobile-menu-content .whatsapp span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 34px;
  height: 34px;
}

.header .header-center {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .header .header-center {
    height: auto;
  }
}

.header .header-center .wrap {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .header .header-center .wrap {
    height: auto;
  }
}

.header .header-center .wrap .header-center-in {
  width: 1300px;
  padding: 140px 30px 120px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1320px) {
  .header .header-center .wrap .header-center-in {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 700px) {
  .header .header-center .wrap .header-center-in {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header-center .wrap .header-center-in {
    padding: 100px 15px 60px;
  }
}

.header .header-center .wrap .header-center-in .title {
  font-size: 50px;
  font-weight: 500;
}

@media only screen and (max-width: 1180px) {
  .header .header-center .wrap .header-center-in .title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header-center .wrap .header-center-in .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 480px) {
  .header .header-center .wrap .header-center-in .title {
    font-size: 22px;
  }
}

.header .header-center .wrap .header-center-in .desc {
  position: relative;
  margin-top: 20px;
  color: #b2b4c4;
  font-size: 30px;
  font-weight: 300;
}

@media only screen and (max-width: 1180px) {
  .header .header-center .wrap .header-center-in .desc {
    font-size: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .header .header-center .wrap .header-center-in .desc {
    font-size: 16px;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header .header-center .wrap .header-center-in .desc:after {
  content: '|';
  animation: blink 500ms infinite;
}

.header .header-center .wrap .header-center-in .header-list {
  margin-top: 42px;
}

@media only screen and (max-width: 1024px) {
  .header .header-center .wrap .header-center-in .header-list {
    margin-top: 30px;
  }
}

.header .header-center .wrap .header-center-in .header-list .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .header-list .item {
    display: block;
    margin: 5px 13px;
    text-align: left;
  }
}

.header .header-center .wrap .header-center-in .header-list .item .icon {
  display: inline-block;
  vertical-align: middle;
}

.header .header-center .wrap .header-center-in .header-list .item .icon.icon-shield {
  background-image: url(../img/sprite.png);
  background-position: -37px -39px;
  width: 28px;
  height: 32px;
}

.header .header-center .wrap .header-center-in .header-list .item .icon.icon-money {
  background-image: url(../img/sprite.png);
  background-position: 0px -39px;
  width: 32px;
  height: 32px;
}

.header .header-center .wrap .header-center-in .header-list .item .text {
  display: inline-block;
  vertical-align: middle;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}

@media only screen and (max-width: 480px) {
  .header .header-center .wrap .header-center-in .header-list .item .text {
    font-size: 14px;
    margin-left: 2px;
  }
}

.header .header-center .wrap .header-center-in .header-form {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .header-form {
    margin-top: 20px;
  }
}

.header .header-center .wrap .header-center-in .header-form .fields {
  font-size: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 45px 40px;
}

@media only screen and (max-width: 1180px) {
  .header .header-center .wrap .header-center-in .header-form .fields {
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header-center .wrap .header-center-in .header-form .fields {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .header-form .fields {
    background: none;
    padding: 0;
  }
}

.header .header-center .wrap .header-center-in .header-form .fields .field-wrap {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .header-form .fields .field-wrap {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .header-form .fields .field-wrap:last-of-type {
    margin-bottom: 0;
  }
}

.header .header-center .wrap .header-center-in .header-form .fields .field-wrap input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  padding: 0 28px;
  color: #fff;
  font-size: 16px;
  background: transparent;
}

@media only screen and (max-width: 1024px) {
  .header .header-center .wrap .header-center-in .header-form .fields .field-wrap input {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .header-form .fields .field-wrap input {
    height: 40px;
    border: 1px solid #7c7c9d;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 20px;
  }
}

.header .header-center .wrap .header-center-in .header-form .fields .field-wrap input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  text-overflow: ellipsis;
}

.header .header-center .wrap .header-center-in .header-form .fields .field-wrap input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  text-overflow: ellipsis;
}

.header .header-center .wrap .header-center-in .header-form .fields .field-wrap input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  text-overflow: ellipsis;
}

.header .header-center .wrap .header-center-in .header-form .fields .field-wrap input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  text-overflow: ellipsis;
}

.header .header-center .wrap .header-center-in .header-form .fields .field-wrap .jq-selectbox__select {
  border-right: none;
}

@media only screen and (max-width: 1024px) {
  .header .header-center .wrap .header-center-in .header-form .fields .field-wrap .jq-selectbox__select {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .header-form .fields .field-wrap .jq-selectbox__select {
    height: 40px;
    line-height: 38px;
    border: 1px solid #7c7c9d;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 40px 0 20px;
  }
}

.header .header-center .wrap .header-center-in .header-form button {
  margin-top: 24px;
  min-width: 220px;
}

@media only screen and (max-width: 768px) {
  .header .header-center .wrap .header-center-in .header-form button {
    margin-top: 20px;
  }
}

.header .header-center .wrap .header-center-in .scroll-next {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -78px -27px;
  width: 12px;
  height: 27px;
}

@media only screen and (max-width: 1024px) {
  .header .header-center .wrap .header-center-in .scroll-next {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 700px) {
  .header .header-center .wrap .header-center-in .scroll-next {
    bottom: 20px;
  }
}

.header .header-center .wrap .header-center-in .scroll-next:hover {
  animation: bounce 1s;
}

/*-------------------- we-buy --------------------*/
.we-buy .wrap {
  padding: 100px 0;
}

@media only screen and (max-width: 1180px) {
  .we-buy .wrap {
    padding: 80px 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .we-buy .wrap {
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .we-buy .wrap {
    padding: 40px 15px;
  }
}

.we-buy .wrap .we-buy-slider {
  margin-top: 50px;
  padding-bottom: 35px;
  font-size: 0;
}

@media only screen and (max-width: 1180px) {
  .we-buy .wrap .we-buy-slider {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .we-buy .wrap .we-buy-slider {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .we-buy .wrap .we-buy-slider {
    margin-top: 0;
  }
}

.we-buy .wrap .we-buy-slider .we-buy-slide {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 220px;
  background: #fff;
  border: 1px solid #f4f3f3;
  margin: 0 10px;
  padding: 55px 20px 20px;
  text-align: center;
}

.we-buy .wrap .we-buy-slider .we-buy-slide:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 1180px) {
  .we-buy .wrap .we-buy-slider .we-buy-slide:first-of-type {
    margin-left: 10px;
  }
}

.we-buy .wrap .we-buy-slider .we-buy-slide:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 1180px) {
  .we-buy .wrap .we-buy-slider .we-buy-slide:last-of-type {
    margin-right: 10px;
  }
}

.we-buy .wrap .we-buy-slider .we-buy-slide .img-block {
  height: 80px;
}

.we-buy .wrap .we-buy-slider .we-buy-slide .img-block img {
  display: block;
  margin: 0 auto;
  max-height: 75px;
}

.we-buy .wrap .we-buy-slider .we-buy-slide .text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.we-buy .wrap .we-buy-slider .we-buy-slide:hover .img-block img {
  animation: jello 1s;
}

/*-------------------- how-we-buy --------------------*/
.how-we-buy .wrap {
  padding: 125px 0 100px;
  overflow: visible;
  min-height: 610px;
}

@media only screen and (max-width: 768px) {
  .how-we-buy .wrap {
    min-height: 0;
    padding: 0;
  }
}

.how-we-buy .wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: -370px;
  margin: auto;
  background: url("../img/how-we-buy-bg.png") no-repeat center;
  width: 922px;
  height: 610px;
  z-index: 0;
}

@media only screen and (max-width: 1180px) {
  .how-we-buy .wrap:before {
    left: -450px;
  }
}

@media only screen and (max-width: 1024px) {
  .how-we-buy .wrap:before {
    left: -580px;
  }
}

@media only screen and (max-width: 768px) {
  .how-we-buy .wrap:before {
    display: none;
  }
}

.how-we-buy .wrap .how-we-buy-img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .how-we-buy .wrap .how-we-buy-img {
    display: block;
  }
}

.how-we-buy .wrap .how-we-buy-content {
  position: relative;
  z-index: 1;
  width: 565px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .how-we-buy .wrap .how-we-buy-content {
    float: none;
    width: auto;
    padding: 25px 15px;
  }
}

.how-we-buy .wrap .how-we-buy-content .title {
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .how-we-buy .wrap .how-we-buy-content .title {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .how-we-buy .wrap .how-we-buy-content .title {
    font-size: 20px;
  }
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .how-we-buy .wrap .how-we-buy-content .how-we-buy-list {
    margin-top: 20px;
  }
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item {
  position: relative;
  padding: 0 0 0 50px;
  min-height: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item {
    margin-bottom: 15px;
  }
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: calc(100% + 25px);
  left: 20px;
  margin: auto;
  z-index: 0;
  background: #c9c9da;
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:last-of-type {
  margin-bottom: 0;
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:last-of-type:before {
  display: none;
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:nth-of-type(1), .how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:nth-of-type(3), .how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:nth-of-type(5) {
  padding-top: 7px;
}

@media only screen and (max-width: 480px) {
  .how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:nth-of-type(1), .how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:nth-of-type(3), .how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item:nth-of-type(5) {
    padding-top: 8px;
  }
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item .nr {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #d42920;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c9c9da;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media only screen and (max-width: 480px) {
  .how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item .text a {
  color: #d42920;
  text-decoration: underline;
}

.how-we-buy .wrap .how-we-buy-content .how-we-buy-list .item .text a:hover {
  text-decoration: none;
}

/*-------------------- also --------------------*/
.also {
  background: url("../img/also-bg.jpg") no-repeat center;
  background-size: cover;
}

.also .wrap {
  color: #fff;
  padding: 90px 0 80px;
}

@media only screen and (max-width: 1180px) {
  .also .wrap {
    padding: 80px 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .also .wrap {
    padding: 60px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .also .wrap {
    padding: 40px 15px;
  }
}

.also .wrap .text-side {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 1180px) {
  .also .wrap .text-side {
    float: none;
    text-align: center;
    width: auto;
  }
}

.also .wrap .text-side .title {
  font-size: 28px;
  white-space: nowrap;
}

@media only screen and (max-width: 1180px) {
  .also .wrap .text-side .title {
    white-space: normal;
  }
}

@media only screen and (max-width: 768px) {
  .also .wrap .text-side .title {
    font-size: 20px;
    line-height: 25px;
  }
}

.also .wrap .text-side .its-free {
  color: #d42920;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  text-align: right;
}

@media only screen and (max-width: 1180px) {
  .also .wrap .text-side .its-free {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .also .wrap .text-side .its-free {
    font-size: 16px;
    margin-top: 8px;
  }
}

.also .wrap .btn {
  float: right;
  margin-right: 110px;
  padding: 0 50px;
}

@media only screen and (max-width: 1180px) {
  .also .wrap .btn {
    float: none;
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .also .wrap .btn {
    margin-top: 15px;
    padding: 0 30px;
  }
}

/*-------------------- examples --------------------*/
.examples .wrap {
  width: 100%;
  max-width: 1840px;
  padding: 80px 15px 40px;
}

@media only screen and (max-width: 1180px) {
  .examples .wrap {
    padding: 40px 15px;
  }
}

.examples .wrap .examples-slider {
  margin-top: 45px;
  text-align: center;
  font-size: 0;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1180px) {
  .examples .wrap .examples-slider {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .examples .wrap .examples-slider {
    margin-top: 20px;
  }
}

.examples .wrap .examples-slider .examples-slide {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  min-height: 360px;
  border: 1px solid #f0f0f0;
  text-align: left;
  font-size: 14px;
  margin: 0 10px 30px;
}

.examples .wrap .examples-slider .examples-slide .img-block {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.examples .wrap .examples-slider .examples-slide .img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 5000px;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.examples .wrap .examples-slider .examples-slide .img-block:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.examples .wrap .examples-slider .examples-slide .content-block {
  padding: 20px;
}

.examples .wrap .examples-slider .examples-slide .content-block .title {
  font-size: 18px;
  font-weight: 500;
}

.examples .wrap .examples-slider .examples-slide .content-block .desc {
  color: #777776;
  font-size: 14px;
  font-weight: 300;
}

.examples .wrap .examples-slider .examples-slide .content-block .old-price {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}

.examples .wrap .examples-slider .examples-slide .content-block .old-price .label {
  float: left;
}

.examples .wrap .examples-slider .examples-slide .content-block .old-price .value {
  float: right;
}

.examples .wrap .examples-slider .examples-slide .content-block .new-price {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.examples .wrap .examples-slider .examples-slide .content-block .new-price .label {
  float: left;
}

.examples .wrap .examples-slider .examples-slide .content-block .new-price .value {
  float: right;
  color: #d42920;
}

/*-------------------- find-out --------------------*/
.find-out {
  background: #363f5f url("../img/find-out-arrows.png") no-repeat center;
}

.find-out .wrap {
  padding: 55px 0 0 100px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .find-out .wrap {
    padding: 50px 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  .find-out .wrap {
    padding: 50px 15px;
  }
}

.find-out .wrap .find-out-content {
  position: relative;
  width: 730px;
  min-height: 371px;
  margin: 0 auto;
  padding: 45px 0 20px 270px;
}

@media only screen and (max-width: 768px) {
  .find-out .wrap .find-out-content {
    width: auto;
    text-align: center;
    padding: 0;
    min-height: 0;
  }
}

.find-out .wrap .find-out-content:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 212px;
  height: 371px;
  background: url("../img/whatsup-phone.png") no-repeat center;
}

@media only screen and (max-width: 768px) {
  .find-out .wrap .find-out-content:before {
    display: none;
  }
}

.find-out .wrap .find-out-content .title {
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
  .find-out .wrap .find-out-content .title {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .find-out .wrap .find-out-content .title span {
    color: #84d672;
  }
}

.find-out .wrap .find-out-content .phone-block {
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  .find-out .wrap .find-out-content .phone-block {
    margin-top: 20px;
  }
}

.find-out .wrap .find-out-content .phone-block .left-side {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

@media only screen and (max-width: 480px) {
  .find-out .wrap .find-out-content .phone-block .left-side {
    display: block;
    width: auto;
  }
}

.find-out .wrap .find-out-content .phone-block .left-side .label {
  color: #b2b8cb;
  font-size: 14px;
  font-weight: 300;
}

.find-out .wrap .find-out-content .phone-block .left-side .phone {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.find-out .wrap .find-out-content .phone-block .left-side .phone:hover {
  color: #65bc54;
}

.find-out .wrap .find-out-content .phone-block .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 48px;
}

@media only screen and (max-width: 480px) {
  .find-out .wrap .find-out-content .phone-block .btn {
    padding: 0 45px;
    margin-top: 10px;
  }
}

.find-out .wrap .find-out-content .desc {
  margin-top: 28px;
  color: #b2b8cb;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

/*-------------------- clients --------------------*/
.clients .wrap {
  padding: 60px 0;
  text-align: center;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .clients .wrap {
    padding: 30px 15px;
  }
}

.clients .wrap .text-block .title {
  font-size: 24px;
  font-weight: 500;
}

.clients .wrap .text-block .title span {
  color: #d42920;
}

.clients .wrap .text-block .desc {
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
}

.clients .wrap .clients-slider {
  font-size: 0;
  margin-top: 30px;
  padding-bottom: 30px;
}

.clients .wrap .clients-slider .clients-slide {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 310px;
}

.clients .wrap .clients-slider .clients-slide .client {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.clients .wrap .clients-slider .clients-slide .client:nth-of-type(2n) {
  margin-right: 0;
}

.clients .wrap .clients-slider .clients-slide .client img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 5000px;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.clients .wrap .clients-slider .clients-slide .client:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

/*-------------------- feedback --------------------*/
.feedback {
  background: url("../img/feedback-bg.jpg") no-repeat center;
  background-size: cover;
}

.feedback .wrap {
  text-align: center;
  color: #fff;
  padding: 90px 15px;
}

@media only screen and (max-width: 1024px) {
  .feedback .wrap {
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .feedback .wrap {
    padding: 30px 15px;
  }
}

.feedback .wrap .feedback-form {
  max-width: 780px;
  margin: 0 auto;
}

.feedback .wrap .feedback-form .title {
  font-size: 36px;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  .feedback .wrap .feedback-form .title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .feedback .wrap .feedback-form .title {
    font-size: 18px;
    line-height: 25px;
  }
}

.feedback .wrap .feedback-form .desc {
  margin-top: 10px;
  margin-bottom: 45px;
  color: #c4c5d3;
  font-size: 15px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .feedback .wrap .feedback-form .desc {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .feedback .wrap .feedback-form .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
}

.feedback .wrap .feedback-form .fields-row {
  margin-bottom: 20px;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  .feedback .wrap .feedback-form .fields-row {
    margin-bottom: 0;
  }
}

.feedback .wrap .feedback-form .fields-row:last-of-type {
  margin-bottom: 0;
}

.feedback .wrap .feedback-form .fields-row .field-wrap {
  font-size: 14px;
}

.feedback .wrap .feedback-form .fields-row .field-wrap.ib {
  display: inline-block;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .feedback .wrap .feedback-form .fields-row .field-wrap.ib {
    display: block;
    width: auto;
    margin: 0 0 10px;
  }
}

.feedback .wrap .feedback-form .fields-row .field-wrap.ib:nth-of-type(2n) {
  margin-right: 0;
}

.feedback .wrap .feedback-form .fields-row .field-wrap input {
  display: block;
  width: 100%;
  padding: 0 25px;
  color: #fff;
  height: 50px;
  font-size: 15px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(255, 255, 255, 0.44);
}

@media only screen and (max-width: 768px) {
  .feedback .wrap .feedback-form .fields-row .field-wrap input {
    border: 1px solid #7c7c9d;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.feedback .wrap .feedback-form .fields-row .field-wrap textarea {
  display: block;
  width: 100%;
  padding: 10px 25px;
  color: #fff;
  height: 170px;
  font-size: 15px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(255, 255, 255, 0.44);
}

@media only screen and (max-width: 768px) {
  .feedback .wrap .feedback-form .fields-row .field-wrap textarea {
    border: 1px solid #7c7c9d;
    height: 100px;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.feedback .wrap .feedback-form .fields-row .field-wrap ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  text-overflow: ellipsis;
}

.feedback .wrap .feedback-form .fields-row .field-wrap ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  text-overflow: ellipsis;
}

.feedback .wrap .feedback-form .fields-row .field-wrap :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  text-overflow: ellipsis;
}

.feedback .wrap .feedback-form .fields-row .field-wrap :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  text-overflow: ellipsis;
}

.feedback .wrap .feedback-form button {
  margin-top: 30px;
  min-width: 200px;
}

@media only screen and (max-width: 768px) {
  .feedback .wrap .feedback-form button {
    margin-top: 20px;
  }
}

/*-------------------- contacts --------------------*/
.contacts {
  position: relative;
}

.contacts .map {
  position: relative;
  z-index: 0;
  height: 640px;
}
#map-2 {
  /*display: none;*/
}

@media only screen and (max-width: 1024px) {
  .contacts .map {
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .contacts .map {
    height: 350px;
  }
}

@media only screen and (max-width: 480px) {
  .contacts .map {
    height: 270px;
  }
}

.contacts .contacts-block {
  position: absolute;
  top: 50%;
  margin: auto -590px auto auto;
  z-index: 1;
  right: 50%;
  padding: 55px 30px 45px 60px;
  background: #fff;
  width: 600px;
  box-shadow: 0 15px 19px rgba(0, 0, 0, 0.09);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1180px) {
  .contacts .contacts-block {
    margin: 0;
    right: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .contacts .contacts-block {
    position: static;
    transform: none;
    width: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .contacts .contacts-block {
    padding: 45px 15px 35px;
  }
}

.contacts .contacts-block > .title {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .contacts .contacts-block > .title {
    font-size: 20px;
    line-height: 25px;
  }
}

.contacts .contacts-block .tabs {
  margin-top: 23px;
}

@media only screen and (max-width: 480px) {
  .contacts .contacts-block .tabs {
    margin-top: 20px;
  }
}

.contacts .contacts-block .tabs .tabs-btns {
  font-size: 0;
}

.contacts .contacts-block .tabs .tabs-btns li {
  display: inline-block;
  vertical-align: top;
}

.contacts .contacts-block .tabs .tabs-btns li a {
  display: block;
  padding: 0 30px;
  height: 40px;
  border: 1px solid #ebebf4;
  border-radius: 0px 20px 20px 0px;
  color: #252649;
  font-size: 14px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
}

.contacts .contacts-block .tabs .tabs-btns li.active a {
  color: #fff;
  background: #d42920;
}

.contacts .contacts-block .tabs .tabs-btns li:first-of-type a {
  border-right: none;
  border-radius: 20px 0 0 20px;
}

.contacts .contacts-block .tabs .tabs-btns li:last-of-type a {
  border-left: none;
  border-radius: 0 20px 20px 0;
}

.contacts .contacts-block .tabs .tab {
  margin-top: 30px;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  .contacts .contacts-block .tabs .tab {
    margin-top: 25px;
  }
}

.contacts .contacts-block .tabs .tab .tab-in-block {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-right: 10px;
  font-size: 15px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 1024px) {
  .contacts .contacts-block .tabs .tab .tab-in-block {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .contacts .contacts-block .tabs .tab .tab-in-block {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}

.contacts .contacts-block .tabs .tab .tab-in-block:nth-of-type(2n) {
  width: 40%;
}

@media only screen and (max-width: 1024px) {
  .contacts .contacts-block .tabs .tab .tab-in-block:nth-of-type(2n) {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .contacts .contacts-block .tabs .tab .tab-in-block:nth-of-type(2n) {
    width: auto;
  }
}

.contacts .contacts-block .tabs .tab .tab-in-block .title {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .contacts .contacts-block .tabs .tab .tab-in-block .title {
    font-size: 14px;
  }
}

.contacts .contacts-block .tabs .tab .tab-in-block .text {
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

@media only screen and (max-width: 480px) {
  .contacts .contacts-block .tabs .tab .tab-in-block .text {
    margin-top: 0;
  }
}

.contacts .contacts-block .tabs .tab .requisite {
  font-size: 16px;
  color: #d42920;
  text-decoration: underline;
}

.contacts .contacts-block .tabs .tab .requisite:hover {
  text-decoration: none;
}

/*-------------------- footer --------------------*/
.footer .wrap {
  padding: 42px 0;
  width: 1580px;
}

@media only screen and (max-width: 1600px) {
  .footer .wrap {
    width: 100%;
    padding: 42px 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .wrap {
    padding: 42px 15px;
  }
}

.footer .wrap .left-side {
  float: left;
}

@media only screen and (max-width: 768px) {
  .footer .wrap .left-side {
    float: none;
    text-align: center;
  }
}

.footer .wrap .left-side .logo {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .footer .wrap .left-side .logo {
    width: 67px;
  }
}

.footer .wrap .left-side .slogan {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  color: #353434;
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width: 1600px) {
  .footer .wrap .left-side .slogan {
    display: none;
  }
}

.footer .wrap .right-side {
  float: right;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  .footer .wrap .right-side {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

.footer .wrap .right-side .call {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .footer .wrap .right-side .call {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer .wrap .right-side .call {
    display: block;
    font-size: 14px;
  }
}

.footer .wrap .right-side .phone {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #353434;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .footer .wrap .right-side .phone {
    margin-top: 5px;
    font-size: 20px;
  }
}

.footer .wrap .right-side .phone:hover {
  color: #65bc54;
}

.footer .wrap .right-side .callback {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  min-width: 189px;
  height: 40px;
  border: 2px solid #d42920;
  border-radius: 20px;
  color: #d42920;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer .wrap .right-side .callback {
    display: block;
    width: 189px;
    margin: 25px auto 0;
  }
}

.footer .wrap .right-side .callback:hover {
  color: #65bc54;
  border-color: #65bc54;
}

.footer .wrap .right-side .whatsapp {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  min-width: 189px;
  height: 40px;
  border: 2px solid #65bc54;
  border-radius: 20px;
  padding: 0 35px;
  text-align: center;
  color: #65bc54;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .footer .wrap .right-side .whatsapp {
    margin: 14px auto 0;
  }
}

.footer .wrap .right-side .whatsapp span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.footer .wrap .right-side .whatsapp span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 34px;
  height: 34px;
}

.footer .wrap .right-side .whatsapp:hover span:before {
  animation: tada 1s;
}

/*-------------------- modals --------------------*/
.modal {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  width: 480px;
  /*modal-success*/
  /*modal-requisite*/
}

@media only screen and (max-width: 480px) {
  .modal {
    width: 320px;
  }
}

.modal.openEffect {
  animation: zoomIn .6s;
}

.modal.closeEffect {
  animation: zoomOut .6s;
}

.modal .modal-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background-image: url(../img/sprite.png);
  background-position: 0px -76px;
  width: 18px;
  height: 18px;
  transition: all .3s;
}

.modal .modal-close:hover {
  transform: rotate(90deg);
}

.modal .modal-form {
  display: block;
  text-align: center;
}

.modal .modal-form .title {
  font-size: 19px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .modal .modal-form .title {
    font-size: 17px;
  }
}

.modal .modal-form .field-wrap {
  margin-bottom: 20px;
}

.modal .modal-form .field-wrap input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 20px;
  font-size: 14px;
  background: transparent;
}

.modal .modal-form button {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.modal.modal-success {
  position: relative;
  width: 480px;
  background: #fff;
  border-radius: 20px;
  padding: 60px 30px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .modal.modal-success {
    width: 320px;
    border-radius: 10px;
    padding: 40px 20px;
  }
}

.modal.modal-success .title {
  font-size: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .modal.modal-success .title {
    font-size: 22px;
  }
}

.modal.modal-success .desc {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 480px) {
  .modal.modal-success .desc {
    margin-top: 10px;
    font-size: 16px;
  }
}

.modal.modal-requisite .text {
  font-size: 15px;
  line-height: 1.3;
}

.modal.modal-requisite .text p {
  margin-bottom: 15px;
}

.modal.modal-requisite .text p:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=../sourceMaps/main.css.map */
