@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
  background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon-arrow-down {
  width: 1.67em;
  height: 1em;
  fill: #BDBDBD;
}

.icon-arrow-next {
  width: 0.6em;
  height: 1em;
  fill: #828282;
}

.icon-arrow-prev {
  width: 0.56em;
  height: 1em;
  fill: #828282;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-facebook {
  width: 0.58em;
  height: 1em;
  fill: #4867AA;
}

.icon-icon-car-open {
  width: 1em;
  height: 1em;
  fill: #333;
}

.icon-icon-car {
  width: 2.48em;
  height: 1em;
  fill: #fff;
}

.icon-icon-cloudy {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-icon-seat {
  width: 0.7em;
  height: 1em;
  fill: #333;
}

.icon-icon-speed {
  width: 1.45em;
  height: 1em;
  fill: initial;
}

.icon-icon-star {
  width: 1.08em;
  height: 1em;
  fill: #F2C94C;
}

.icon-icon-wifi {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-instagram {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-phone {
  width: 1em;
  height: 1em;
  fill: #419FDA;
}

.icon-search {
  width: 0.89em;
  height: 1em;
  fill: #419FDA;
}

.icon-telegram {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-viber {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-vk {
  width: 1.88em;
  height: 1em;
  fill: #5181B8;
}

/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[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;
}

html.no-scroll {
  overflow: hidden;
}

body {
  min-width: 375px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font-family: 'Roboto', sans-serif;
}

.page {
  padding-top: 176px;
  overflow: hidden;
}

.container,
.center {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container {
  max-width: 1300px;
}

.desktop-show {
  display: none !important;
}

.tablet-show {
  display: none !important;
}

.mobile-show {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.header__head {
  position: relative;
  z-index: 15;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  background: #fff;
}

.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
}

.header__top {
  padding: 8px 0 8px;
  border-bottom: 1px solid #F3F3F3;
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.header__social .header__text {
  margin-right: 10px;
  font-size: 14px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__link {
  font-size: 14px;
  font-weight: 700;
  color: #565555;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__link:hover {
  color: #419FDA;
}

.header__top .header__link:not(:last-child) {
  margin-right: 40px;
}

.header__body {
  padding: 10px 0 11px;
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.header__logo {
  margin-right: 50px;
  font-size: 0;
}

.header__logo .header__pic {
  width: 60px;
}

.header__search {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.header__search .header__input {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 30px;
  border-radius: 20px;
  border: 1px solid #DDDDDE;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.header__search .header__input::-webkit-input-placeholder {
  color: #8E8E8E;
}

.header__search .header__input::-ms-input-placeholder {
  color: #8E8E8E;
}

.header__search .header__input::placeholder {
  color: #8E8E8E;
}

.header__open {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 30px;
  font-size: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.header__open .icon {
  font-size: 19px;
  fill: #419FDA;
}

.header__open:hover {
  opacity: .8;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}

.header__address {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #419FDA;
}

.header__place {
  color: #777;
}

.header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #777;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__phone .icon {
  margin-right: 7px;
  font-size: 12px;
  fill: #419FDA;
}

.header__phone:hover {
  color: #419FDA;
}

.header__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 180px;
  height: 44px;
  padding: 0 10px;
  font-size: 16px;
}

.header__btn .icon {
  font-size: 14px;
}

.header__bottom {
  padding: 15px 0;
  -webkit-box-shadow: 0px -5px 25px rgba(218, 218, 218, 0.21);
  box-shadow: 0px -5px 25px rgba(218, 218, 218, 0.21);
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.header__bottom .header__menu {
  width: 100%;
}

.header__bottom .header__link:not(:last-child) {
  margin-right: auto;
}

.header__burger {
  width: 26px;
  height: 20px;
  margin-left: auto;
  text-align: center;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.header__burger:before, .header__burger:after,
.header__burger span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: #419FDA;
  -webkit-transition: width .3s, background .3s, -webkit-transform .3s;
  transition: width .3s, background .3s, -webkit-transform .3s;
  -o-transition: transform .3s, width .3s, background .3s;
  transition: transform .3s, width .3s, background .3s;
  transition: transform .3s, width .3s, background .3s, -webkit-transform .3s;
}

.header__burger:before, .header__burger:after {
  content: '';
  margin-right: auto;
}

.header__burger span {
  margin: 7px 0 7px auto;
}

.header__burger.active:before, .header__burger.active:after,
.header__burger.active span {
  width: 26px;
}

.header__burger.active:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.header__burger.active span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__burger.active:after {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.header.active {
  -webkit-box-shadow: 0px 5px 35px rgba(218, 218, 218, 0.51);
  box-shadow: 0px 5px 35px rgba(218, 218, 218, 0.51);
}

.header.active .header__top {
  padding: 5px 0;
}

.header.active .header__body {
  padding: 5px 0;
}

.header.active .header__bottom {
  padding: 10px 0;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(235, 235, 235, 0.37);
  font-size: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.social__link .icon {
  font-size: 12px;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.social__link .icon-vk {
  font-size: 8px;
  fill: #5181B8;
}

.social__link .icon-facebook {
  fill: #4867AA;
}

.social__link .icon-instagram {
  fill: #E02350;
}

.social__link:hover .icon {
  fill: #fff;
}

.social__link_vk:hover {
  background: #5181B8;
}

.social__link_facebook:hover {
  background: #4867AA;
}

.social__link_instagram:hover {
  background: #E02350;
}

.social__link:not(:last-child) {
  margin-right: 10px;
}

.section {
  padding: 25px 0 60px;
  position: relative;
  z-index: 10;
}

.section--minimal {
  padding: 0;
  z-index: inherit;
}

.section__absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 25px 0;
  pointer-events: none;
}

.section__container {
  padding-left: 300px;
}

.section .content:not(:last-child) {
  margin-bottom: 30px;
}

.breadcrumbs {
  margin-bottom: 24px;
}

.breadcrumbs--minimal {
  margin: 0;
}

.breadcrumbs__item {
  display: inline;
  line-height: 1.4;
  pointer-events: auto;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 2px;
}

.breadcrumbs__item:not(:last-child):after {
  content: "/";
  margin-left: 5px;
}

.breadcrumbs__link {
  font-weight: 700;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.breadcrumbs__link:hover {
  color: #419FDA;
}

.title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.title_sm {
  font-size: 24px;
}

.catalog__title {
  margin-bottom: 20px;
}

.catalog__sorting {
  margin-bottom: 60px;
}

.catalog__group {
  -webkit-column-count: 7;
  column-count: 7;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.catalog__group .catalog__link {
  display: block;
  position: relative;
  padding-left: 14px;
  line-height: 2;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.catalog__group .catalog__link:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.74995 4.9999L0.199951 1.5999L1.79995 0.399902L5.24995 4.9999L1.79995 9.5999L0.199951 8.3999L2.74995 4.9999Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/auto 100%;
}

.catalog__group .catalog__link:nth-child(n+36) {
  display: none;
}

.catalog__group .catalog__link:hover {
  color: #419FDA;
}

.catalog__sorting.active .catalog__link {
  display: block !important;
}

.catalog__foot {
  padding-top: 32px;
  text-align: center;
}

.catalog__more {
  color: #419FDA;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.catalog__more:hover {
  color: #2277ad;
}

.catalog__sorting.active .catalog__foot {
  display: none;
}

.catalog__open {
  display: none;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 2px dashed #419FDA;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  color: #419FDA;
}

.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog__container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 252px);
  flex: 0 0 calc(100% - 252px);
  width: calc(100% - 252px);
  padding-left: 48px;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  background: #fff;
}

.catalog__item:not(:last-child) {
  margin-bottom: 20px;
}

.catalog__preview {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 269px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  font-size: 0;
}

.catalog__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px 0 0 3px;
}

.catalog__preview .catalog__pic {
  max-width: 100%;
}

.catalog__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 15px 15px 20px;
}

.catalog__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog__car {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #4F4F4F;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.catalog__car:hover {
  color: #419FDA;
}

.catalog__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  padding-left: 16px;
}

.catalog__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}

.catalog__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 28px;
  margin-top: 10px;
  color: #4F4F4F;
}

.catalog__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  margin-right: 10px;
  font-size: 0;
}

.catalog__icon_big {
  width: 34px;
  margin-right: 7px;
}

.catalog__icon .catalog__pic {
  max-width: 100%;
  max-height: 100%;
}

.catalog__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -5px 0;
}

.catalog__variant {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  text-align: center;
  font-size: 15px;
  line-height: 33px;
  color: #828282;
}

.catalog__price {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.catalog__money {
  margin-left: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #31C651;
}

.catalog__btn {
  min-width: 100%;
  height: 42px;
  margin-top: auto;
}

.catalog .pagination {
  margin-top: 40px;
}

.catalog:not(:last-child) {
  margin-bottom: 40px;
}

.switch {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch__tick {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 20px;
  margin-right: 10px;
  background: #FBFBFB;
  -webkit-box-shadow: inset -4px -4px 5px rgba(241, 241, 241, 0.4), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  box-shadow: inset -4px -4px 5px rgba(241, 241, 241, 0.4), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  border-radius: 2px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.switch__tick:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 17px;
  height: 16px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  border-radius: 2px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.switch__text {
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.switch__input:checked + .switch__in .switch__tick:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
  background: #31C651;
  -webkit-box-shadow: 0px 1px 4px rgba(49, 198, 81, 0.2);
  box-shadow: 0px 1px 4px rgba(49, 198, 81, 0.2);
}

.switch:hover {
  opacity: .8;
}

.checkbox {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox__tick {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 4px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.checkbox__tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.15045L3.11611 7.65004L9.09961 0.949595L8.24058 0L3.11611 5.7375L0.847134 3.19416L0 4.15045Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.checkbox__text {
  line-height: 18px;
  color: #828282;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.checkbox:hover .checkbox__tick {
  border-color: #cdcdcd;
}

.checkbox__input:checked + .checkbox__in .checkbox__tick {
  border-color: #F3F3F3;
}

.checkbox__input:checked + .checkbox__in .checkbox__tick:before {
  opacity: 1;
}

.select {
  min-width: 100%;
  height: 50px;
  padding: 0 35px 0 20px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50302 6.62068L0.853786 0.167325C0.658457 -0.0557738 0.341781 -0.0557737 0.146452 0.167325C-0.0488178 0.390491 -0.0488178 0.75221 0.146452 0.975342L6.14935 7.8327C6.34468 8.05577 6.66136 8.05577 6.85668 7.8327L12.8596 0.975342C13.0515 0.748325 13.046 0.386572 12.8473 0.167324C12.6534 -0.0465332 12.3461 -0.0465332 12.1522 0.167324L6.50302 6.62068Z' fill='%23D1D1D1'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 20px) 50%/13px 8px;
  font-size: 16px;
  color: #828282;
  cursor: pointer;
}

.select::-ms-expand {
  display: none;
}

.select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.range__slider {
  height: 2px;
  margin: 25px 0 10px;
  background: #D3D3D3;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-handle {
  width: 22px;
  height: 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  cursor: pointer;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-handle:hover {
  border-color: #419FDA;
}

.noUi-horizontal .noUi-handle {
  right: -11px;
  top: -10px;
  width: 22px;
  height: 22px;
}

.noUi-connect {
  background: #419FDA;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -11px;
}

.filters {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 252px;
}

.filters__top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #F3F3F3;
}

.filters__title {
  margin-right: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.filters__close {
  font-size: 0;
}

.filters__close .icon {
  font-size: 16px;
  fill: #333;
}

.filters__wrapper {
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.filters__list {
  padding: 20px;
}

.filters__head {
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #4F4F4F;
}

.filters__list > .filters__item:not(:last-child), .filters__group:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F3F3F3;
}

.filters__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filters .switch:not(:last-child) {
  margin-bottom: 12px;
}

.filters__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -15px;
}

.filters .checkbox {
  margin-top: 15px;
}

.filters .checkbox:nth-child(n+5) {
  display: none;
}

.filters__variants.show .checkbox {
  display: block;
}

.filters__group .filters__item:not(:last-child) {
  margin-bottom: 15px;
}

.filters__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.filters__row:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background: #C4C4C4;
}

.filters__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
}

.filters__input {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

.filters__input::-webkit-input-placeholder {
  color: #D1D1D1;
}

.filters__input::-ms-input-placeholder {
  color: #D1D1D1;
}

.filters__input::placeholder {
  color: #D1D1D1;
}

.filters__more {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #BDBDBD;
  margin-top: 12px;
  color: #BDBDBD;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.filters__more:before {
  content: "";
  position: absolute;
  top: 60%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00232 4.96551L0.656758 0.125493C0.506506 -0.0418301 0.262908 -0.0418301 0.112656 0.125494C-0.0375522 0.292868 -0.0375522 0.564157 0.112656 0.731506L4.73027 5.87453C4.88052 6.04182 5.12412 6.04182 5.27437 5.87453L9.89199 0.731506C10.0396 0.561244 10.0354 0.289929 9.88252 0.125493C9.73339 -0.0348997 9.49699 -0.0348996 9.34788 0.125493L5.00232 4.96551Z' fill='%23BDBDBD'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.filters__more:hover {
  border-color: transparent;
}

.filters__more.active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.filters__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background: rgba(38, 35, 35, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.filters__control {
  display: none;
  text-align: center;
}

.filters__btn {
  min-width: 100%;
  margin-bottom: 20px;
}

.filters__reset {
  border-bottom: 1px dashed #419FDA;
  font-size: 18px;
  line-height: 1.4;
  color: #419FDA;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__arrow {
  font-size: 0;
}

.pagination__arrow .icon {
  font-size: 16px;
  fill: #828282;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.pagination__arrow:hover .icon {
  fill: #419FDA;
}

.pagination__arrow, .pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

.pagination__arrow:not(:last-child), .pagination__item:not(:last-child) {
  margin-right: 20px;
}

.pagination__item {
  background: #EFF0F1;
  font-size: 14px;
  color: #444;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.pagination__item:hover, .pagination__item.active {
  background: #419FDA;
  color: #fff;
}

.content {
  font-size: 14px;
}

.content h2 {
  font-size: 24px;
}

.content h2:not(:last-child) {
  margin-bottom: 15px;
}

.content p:not(:last-child) {
  margin-bottom: 15px;
}

.sorting {
  font-size: 18px;
}

.sorting__container {
  padding: 20px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.sorting__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sorting__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sorting__col:first-child {
  width: calc(100% - 400px);
  padding-right: 20px;
}

.sorting__col:nth-child(2) {
  width: 140px;
  padding-right: 15px;
}

.sorting__col:nth-child(3) {
  width: 260px;
}

.sorting__category {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.sorting__link {
  display: block;
  position: relative;
  padding-left: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.sorting__link:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.74995 4.9999L0.199951 1.5999L1.79995 0.399902L5.24995 4.9999L1.79995 9.5999L0.199951 8.3999L2.74995 4.9999Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/auto 100%;
}

.sorting__link:hover {
  color: #419FDA;
}

.sorting__link:not(:last-child) {
  margin-bottom: 10px;
}

.sorting:not(:last-child) {
  margin-bottom: 50px;
}

.faq__title {
  margin-bottom: 40px;
  text-align: center;
}

.faq__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 10px 50px 10px 20px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border: 1px solid #F3F3F3;
  line-height: 1.3;
  color: #4F4F4F;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.faq__head .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  fill: #828282;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.faq__head:hover {
  color: #419FDA;
}

.faq__head:hover .icon {
  fill: #419FDA;
}

.faq__item.active .faq__head {
  color: #419FDA;
}

.faq__item.active .faq__head .icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  fill: #419FDA;
}

.faq__body {
  position: relative;
  z-index: 2;
  display: none;
  margin-top: -1px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  padding: 20px 20px 23px;
  font-size: 14px;
}

.footer {
  line-height: 1.4;
}

.footer__body {
  padding: 30px 0 20px;
  background: #FBFBFB;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__col:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
  padding-right: 35px;
  border-right: 1px solid #F3F3F3;
}

.footer__col:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 0 0 30px;
}

.footer__logo {
  display: inline-block;
  margin: 0 0 10px -12px;
  font-size: 0;
}

.footer__logo .footer__pic {
  width: 105px;
}

.footer__box {
  font-size: 14px;
}

.footer__box:not(:last-child) {
  margin-bottom: 12px;
}

.footer__category {
  margin-bottom: 5px;
  font-weight: 500;
}

.footer__text {
  color: #4F4F4F;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__item:not(:last-child) {
  margin-right: auto;
  padding-right: 10px;
}

.footer__stage {
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: #4F4F4F;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__menu .footer__link {
  position: relative;
  padding-left: 14px;
  color: #828282;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.footer__menu .footer__link:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.74995 4.9999L0.199951 1.5999L1.79995 0.399902L5.24995 4.9999L1.79995 9.5999L0.199951 8.3999L2.74995 4.9999Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/auto 100%;
}

.footer__menu .footer__link:hover {
  color: #419FDA;
}

.footer__menu .footer__link:not(:last-child) {
  margin-bottom: 10px;
}

.footer__bottom {
  padding: 10px 0 15px;
}

.footer__bottom .footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 42px;
}

.footer__links .footer__link {
  font-size: 14px;
  color: #4F4F4F;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.footer__links .footer__link:hover {
  color: #419FDA;
}

.footer__links .footer__link:not(:last-child) {
  margin-right: 42px;
}

.footer__copyright {
  font-size: 14px;
  color: rgba(79, 79, 79, 0.5);
}

.card {
  line-height: 1.4;
}

.card__title {
  margin-bottom: 10px;
}

.card__vin {
  margin-bottom: 38px;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4F4F4F;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 375px);
  flex: 0 0 calc(100% - 375px);
  max-width: calc(100% - 375px);
  padding-right: 25px;
}

.card__col:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 375px;
  flex: 0 0 375px;
  width: 375px;
}

.card__top {
  position: relative;
  margin-bottom: 25px;
}

.card__bottom {
  margin: 0 -13px 40px;
}

.card__slider {
  visibility: hidden;
}

.card__slider.slick-initialized {
  visibility: visible;
}

.card__preview {
  font-size: 0;
}

.card__bottom .card__preview {
  position: relative;
  margin: 0 13px;
  cursor: pointer;
}

.card__bottom .card__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #419FDA;
  background: rgba(51, 51, 51, 0.15);
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.card__bottom .card__preview:hover:before {
  opacity: 1;
}

.card__bottom .card__preview.slick-current:before {
  opacity: 1;
}

.card__pic {
  width: 100%;
}

.card__actions {
  position: absolute;
  top: 0;
  left: 0;
}

.card__action {
  min-width: 140px;
  border-radius: 0 3px 3px 0;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  text-align: center;
  line-height: 37px;
  color: #828282;
}

.card__action:first-child {
  border-radius: 0 0 3px 0;
}

.card__action:not(:last-child) {
  margin-bottom: 10px;
}

.card__all {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 0 25px;
  background: rgba(193, 193, 193, 0.42);
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  color: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.card__all:hover {
  background: rgba(193, 193, 193, 0.62);
}

.card__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -5px 40px;
}

.card__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  width: calc(25% - 10px);
  margin: 20px 5px 0;
  line-height: 1.4;
}

.card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 65px;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #F9F9F9;
  -webkit-box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
  box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
  border-radius: 4px;
  font-size: 0;
}

.card__icon .card__pic {
  max-width: 33px;
  max-height: 33px;
}

.card__option .card__info {
  font-size: 18px;
  font-weight: 500;
}

.card__value {
  color: #4F4F4F;
}

.card__content {
  line-height: 1.4;
  color: #4F4F4F;
}

.card__content h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.card__content h2:not(:first-child) {
  margin-top: 25px;
}

.card__content p {
  line-height: 1.4;
}

.card__content p:not(:last-child) {
  margin-bottom: 10px;
}

.card__content ul {
  display: inline-block;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.card__content ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}

.card__content ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.card__content ul.items3 {
  -webkit-column-count: 3;
  column-count: 3;
}

.card__content ul:not(:last-child) {
  margin-bottom: 10px;
}

.card__content ul + h2:not(:first-child) {
  margin-top: 10px;
}

.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 20px;
}

.card__stage {
  font-weight: 700;
}

.card__head .card__stage {
  margin-right: auto;
  font-size: 22px;
}

.card__price {
  font-size: 30px;
  font-weight: 700;
  color: #31C651;
}

.card__body {
  padding: 20px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
  box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
}

.card__body:not(:last-child) {
  margin-bottom: 20px;
}

.card__body_info .card__stage {
  margin-bottom: 15px;
  font-size: 22px;
}

.card__body_info .card__btn {
  margin-top: 20px;
}

.card__body_manager .card__stage {
  margin-bottom: 15px;
}

.card__body_manager {
  font-size: 18px;
}

.card__body_form .card__stage {
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
}

.card__table {
  width: 100%;
}

.card__table td {
  font-size: 18px;
}

.card__table td:first-child {
  color: #4F4F4F;
}

.card__table td:nth-child(2) {
  padding-left: 15px;
  color: #5E5E5E;
}

.card__table tr:not(:last-child) td {
  padding-bottom: 13px;
}

.card__category {
  position: relative;
  padding-left: 19px;
}

.card__category:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.card__place {
  position: relative;
  margin-left: 19px;
  padding-left: 20px;
}

.card__place:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #262020;
}

.card__btn {
  min-width: 100%;
}

.card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  color: #4F4F4F;
}

.card__ava {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 42px;
  width: 42px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(65, 159, 218, 0.62);
  font-size: 0;
}

.card__ava .card__pic {
  width: 100%;
  min-height: 100%;
}

.card__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__phone {
  margin-right: auto;
  font-weight: 500;
  color: #4F4F4F;
}

.card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__social .card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(235, 235, 235, 0.37);
  font-size: 0;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.card__social .card__link .icon {
  font-size: 20px;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.card__social .card__link .icon-viber {
  fill: #804097;
}

.card__social .card__link .icon-telegram {
  fill: #419FDA;
}

.card__social .card__link:hover .icon {
  fill: #fff;
}

.card__social .card__link_viber:hover {
  background: #804097;
}

.card__social .card__link_telegram:hover {
  background: #419FDA;
}

.card__social .card__link:not(:last-child) {
  margin-right: 15px;
}

.card__field .field__input {
  height: 44px;
}

.card__field:not(:last-child) {
  margin-bottom: 20px;
}

.card .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 49px;
  height: 85px;
  background-color: #419FDA;
  background-repeat: no-repeat;
  background-position: 50% 53%;
  background-size: 34px auto;
  font-size: 0;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.card .slick-arrow:before, .card .slick-arrow:after {
  content: "";
  position: absolute;
}

.card .slick-arrow:before {
  top: 100%;
}

.card .slick-arrow:after {
  bottom: 100%;
}

.card .slick-arrow:hover {
  background-color: #2c94d6;
}

.card .slick-prev {
  left: -8px;
  border-radius: 0 4px 4px 0;
  background-image: url("../img/arrows-two-prev.png");
}

.card .slick-prev:before, .card .slick-prev:after {
  left: 0;
}

.card .slick-prev:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 6px 0;
  border-color: transparent #3583B5 transparent transparent;
}

.card .slick-prev:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 6px 8px;
  border-color: transparent transparent #3583B5 transparent;
}

.card .slick-next {
  right: -8px;
  border-radius: 4px 0 0 4px;
  background-image: url("../img/arrows-two-next.png");
}

.card .slick-next:before, .card .slick-next:after {
  right: 0;
}

.card .slick-next:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 8px 0 0;
  border-color: #3583B5 transparent transparent transparent;
}

.card .slick-next:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 0 8px;
  border-color: transparent transparent transparent #3583B5;
}

.card:not(:last-child) {
  margin-bottom: 80px;
}

.field__label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #4F4F4F;
}

.field__input, .field__textarea {
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #E7E8EA;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #333;
}

.field__input {
  height: 50px;
  padding: 0 16px;
}

.field__textarea {
  height: 90px;
  padding: 10px 16px;
  resize: none;
}

.identical {
  line-height: 1.4;
}

.identical__title {
  margin-bottom: 40px;
}

.identical__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
}

.identical__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 14px);
  flex: 0 0 calc(25% - 14px);
  width: calc(25% - 14px);
  margin: 0 7px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  position: relative;
}

.identical__item--block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}

.identical__item--block .identical__car {
  color: #000;
}

.identical__item--block .identical__body {
  padding-top: 25px;
}

.identical__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.identical__preview {
  position: relative;
  font-size: 0;
}

.identical__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #000;*/
  /*opacity: .25;*/
  /*-webkit-transition: opacity .25s;*/
  /*-o-transition: opacity .25s;*/
  /*transition: opacity .25s;*/
}

.identical__item:hover .identical__preview:before {
  opacity: .15;
}

.identical__pic {
  width: 100%;
}

.identical__body {
  padding: 10px 20px 20px;
}

.identical__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.identical__action {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  white-space: nowrap;
  padding: 0 10px 0 25px;
  background: #FFFFFF;
  -webkit-box-shadow: inset -4px -4px 5px rgba(241, 241, 241, 0.4), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  box-shadow: inset -4px -4px 5px rgba(241, 241, 241, 0.4), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  border-radius: 3px;
  font-size: 14px;
  line-height: 31px;
  color: #828282;
}

.identical__action:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.identical__action.green:before {
  background: #31C651;
  -webkit-box-shadow: 0px 2px 12px rgba(49, 198, 81, 0.96);
  box-shadow: 0px 2px 12px rgba(49, 198, 81, 0.96);
}

.identical__action.yellow:before {
  background: #F4AD03;
  -webkit-box-shadow: 0px 2px 12px rgba(244, 173, 3, 0.96);
  box-shadow: 0px 2px 12px rgba(244, 173, 3, 0.96);
}

.identical__action.blue:before {
  background: #419FDA;
  -webkit-box-shadow: 0px 2px 12px rgba(65, 159, 218, 0.96);
  box-shadow: 0px 2px 12px rgba(65, 159, 218, 0.96);
}

.identical__car {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.identical__parameters {
  margin-bottom: 15px;
}

.identical__parameters li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #5E5E5E;
}

.identical__parameters li:not(:last-child) {
  margin-bottom: 10px;
}

.identical__category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
}

.identical__price {
  font-weight: 700;
  color: #31C651;
}

.identical:not(:last-child) {
  margin-bottom: 40px;
}

.bid__container {
  border: 1px solid #F3F3F3;
  padding: 25px;
}

.bid__title {
  margin-bottom: 8px;
}

.bid__info {
  max-width: 500px;
  margin-bottom: 25px;
  line-height: 1.45;
  color: rgba(50, 50, 50, 0.72);
}

.bid__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -20px;
}

.bid__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(34% - 40px);
  flex: 0 0 calc(34% - 40px);
  width: calc(34% - 40px);
  margin: 0 20px;
}

.bid__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(32% - 40px);
  flex: 0 0 calc(32% - 40px);
  width: calc(32% - 40px);
}

.bid__btn {
  min-width: 100%;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 320px;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.9);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  z-index: 999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.popup.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.popup.animation .popup__wrap {
  opacity: 1;
}

.popup__wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  background-color: #fff;
}

.popup__close {
  position: absolute;
  top: 35px;
  right: 25px;
  font-size: 0;
}

.popup__close .icon {
  font-size: 16px;
  fill: #333;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.popup__close:hover .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup_gallery .popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1170px;
}

.gallery {
  position: relative;
  padding: 10px 145px 20px 20px;
}

.gallery__head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 30px 20px 0;
}

.gallery__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery__title {
  margin-right: 25px;
}

.gallery__price {
  color: #31C651;
}

.gallery__code {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4F4F4F;
}

.gallery__body {
  height: calc(100vh - 163px);
  padding-right: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.gallery__body::-webkit-scrollbar {
  width: 10px;
}

.gallery__body::-webkit-scrollbar-track-piece {
  background-color: #EEEEEE;
  border-radius: 3px;
}

.gallery__body::-webkit-scrollbar-thumb:vertical {
  width: 10px;
}

.gallery__body::-webkit-scrollbar-thumb:vertical, .gallery__body::-webkit-scrollbar-thumb:window-inactive {
  background-color: #419FDA;
  border-radius: 3px;
}

.gallery__preview {
  position: relative;
  font-size: 0;
}

.gallery__preview:not(:last-child) {
  margin-bottom: 10px;
}

.gallery__pic {
  width: 100%;
}

.gallery__view {
  position: absolute;
  top: 123px;
  right: 20px;
  bottom: 20px;
  width: 125px;
  padding: 40px 0 40px 20px;
}

.gallery__slider {
  max-height: 100%;
  overflow: hidden;
}

.gallery__arrow {
  position: absolute;
  right: 0;
  width: 105px;
  height: 36px;
  background-color: #d5d5d5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.gallery__arrow_up {
  top: 0;
  border-radius: 4px 4px 0 0;
  background-image: url("../img/arrows-up.png");
}

.gallery__arrow_down {
  bottom: 0;
  border-radius: 0 0 4px 4px;
  background-image: url("../img/arrows-down.png");
}

.gallery__arrow:hover {
  background-color: #419FDA;
}

.gallery__view .gallery__preview {
  cursor: pointer;
}

.gallery__view .gallery__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  background: #419FDA;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.gallery__view .gallery__preview:hover:before, .gallery__view .gallery__preview.active:before {
  opacity: 1;
}

.gallery__counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.54);
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.gallery__preview.active .gallery__counter {
  opacity: 1;
}

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

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

.animated.forwards, .wow.forwards {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

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

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

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

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

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

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

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

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

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

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

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

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

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

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

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

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

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

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

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

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

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

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

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

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

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

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

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

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

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

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

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

.fadeIn {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

.fadeInDown {
  opacity: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  opacity: 0;
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  opacity: 0;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }
}

.fadeInLeftBig {
  opacity: 0;
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }
}

.fadeInRight {
  opacity: 0;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }
}

.fadeInRightBig {
  opacity: 0;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  opacity: 0;
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

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

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

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

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

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

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

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

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

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

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

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

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

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

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

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

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

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

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

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

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

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

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

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

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

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

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

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

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

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

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

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

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

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

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

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

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    pointer-events: none;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    pointer-events: none;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    pointer-events: none;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    pointer-events: none;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.btn {
  min-width: 200px;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.btn__text {
  position: relative;
  top: -1px;
}

.btn__text,
.btn .icon {
  display: inline-block;
  vertical-align: middle;
}

.btn .icon {
  font-size: 18px;
  fill: #fff;
}

.btn .icon:not(:last-child) {
  margin-right: 10px;
}

.btn--green, .btn_green {
  background: #31C651;
  -webkit-box-shadow: 0px 10px 18px rgba(49, 198, 81, 0.37);
  box-shadow: 0px 10px 18px rgba(49, 198, 81, 0.37);
}

.btn--green:hover, .btn_green:hover {
  background: #2cb249;
}

.btn--blue, .btn_blue {
  background: #419FDA;
  -webkit-box-shadow: 0px 10px 25px rgba(45, 156, 219, 0.17);
  box-shadow: 0px 10px 25px rgba(45, 156, 219, 0.17);
}

.btn--blue:hover, .btn_blue:hover {
  background: #288fcf;
}

.btn--border, .btn_border {
  background: transparent;
  border: 1px #419FDA solid;
  color: #419FDA;
}

.btn--border:hover, .btn_border:hover {
  color: #fff;
}

.btn--border.btn_green, .btn--border.btn--green, .btn_border.btn_green, .btn_border.btn--green {
  color: #31C651;
  border-color: #31C651;
}

.btn--border.btn_green:hover, .btn--border.btn--green:hover, .btn_border.btn_green:hover, .btn_border.btn--green:hover {
  color: #fff;
}

.btn--border.btn_white, .btn--border.btn--white, .btn_border.btn_white, .btn_border.btn--white {
  color: #fff;
  border-color: #fff;
}

.btn--border.btn_white:hover, .btn--border.btn--white:hover, .btn_border.btn_white:hover, .btn_border.btn--white:hover {
  color: #fff;
  background: #419FDA;
  border-color: #419FDA;
}

.btn--block {
  width: 100%;
  text-align: center;
}

.btn--sm {
  font: 500 14px/20px "Roboto", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
}

.btn[href] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tl-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tl-star svg {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  display: block;
}

.tl-star svg:last-child {
  margin-right: 0;
}

.tl-star--black svg {
  margin-right: 10px;
}

.tl-star--black svg:last-child {
  margin-right: 0;
}

.tl-star--white svg {
  fill: #fff;
}

.tl-rating-block {
  background: #eee;
  border-radius: 20px;
  padding: 20px;
}

.tl-rating-block__title {
  text-align: center;
  margin-bottom: 25px;
  color: #222;
  font: bold 18px "Roboto", sans-serif;
}

.tl-rating-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tl-rating-block__row:last-child {
  margin-bottom: 0;
}

.tl-rating-block__label {
  font: bold 14px/1.5 "Roboto", sans-serif;
  color: #4B4D52;
}

.tl-rating-block__label span {
  font: 500 10px/1.5 "Roboto", sans-serif;
  display: block;
}

.tl-rating-block__value .tl-star {
  margin-top: 4px;
}

.tl-params-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  color: #333;
}

.tl-params-block__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 20px;
  border-right: 1px #050707 solid;
}

.tl-params-block__item:last-child {
  border: 0;
  padding-right: 0;
}

.tl-params-block__item:first-child {
  padding-left: 0;
}

.tl-params-block__label {
  font: 500 12px "Roboto", sans-serif;
}

.tl-params-block__value {
  font: 500 26px "Roboto", sans-serif;
  margin-bottom: 10px;
}

.tl-params-block__value span {
  font: 22px "Roboto", sans-serif;
}

.tl-params-block__value img {
  margin-right: 5px;
}

.tl-params-block__value > svg {
  margin-right: 5px;
  fill: #333;
  width: 33px;
  height: 33px;
}

.tl-params-block__value > svg.icon-icon-wifi {
  width: 35px;
  height: 35px;
  display: block;
}

.tl-params-block__value > svg.icon-icon-car {
  width: 66px;
  height: 26px;
  display: block;
}

.tl-params-block__value .tl-star {
  margin: 11px 0 19px;
}

.tl-params-block__value .tl-star svg {
  width: 13px;
  height: 13px;
}

.tl-params-block__value--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tl-params-block__value--f30 {
  font-size: 30px;
}

.tl-params-block__mob-label {
  display: none;
}

.tl-params-block--vertical {
  display: block;
}

.tl-params-block--vertical .tl-params-block__item {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border: 0;
  position: relative;
}

.tl-params-block--vertical .tl-params-block__item:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #7F7F7F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tl-params-block--vertical .tl-params-block__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.tl-params-block--vertical .tl-params-block__item:last-child:after {
  display: none;
}

.tl-params-block--white {
  color: #fff;
}

.tl-params-block--white .tl-params-block__item {
  border-color: #fff;
}

.tl-params-block--white .tl-params-block__item:after {
  background: #fff;
}

.tl-params-block--white .tl-params-block__value svg {
  fill: #fff;
}

.tl-tabs-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tl-tabs-nav__item {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font: bold 11px/20px "Roboto", sans-serif;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #7F7F7F;
  padding: 0 5px;
}

.tl-tabs-nav__item > a, .tl-tabs-nav__item > span {
  text-decoration: none;
  display: block;
  padding: 4px 15px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 2px #7F7F7F solid;
  color: inherit;
}

.tl-tabs-nav__item.active, .tl-tabs-nav__item:hover {
  color: #000;
}

.tl-tabs-nav__item.active > a, .tl-tabs-nav__item.active > span, .tl-tabs-nav__item:hover > a, .tl-tabs-nav__item:hover > span {
  border-color: #000;
}

.tl-tabs-nav__item.none {
  display: none;
}

.tl-tabs-nav--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tl-tabs-nav--center .jspPane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tl-tabs-nav--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.tl-tabs-nav--wrap .tl-tabs-nav__item {
  margin-bottom: 10px;
}

.tl-tabs-nav--white .tl-tabs-nav__item {
  color: #7F7F7F;
}

.tl-tabs-nav--white .tl-tabs-nav__item > a, .tl-tabs-nav--white .tl-tabs-nav__item > span {
  border: 2px #7F7F7F solid;
}

.tl-tabs-nav--white .tl-tabs-nav__item.active, .tl-tabs-nav--white .tl-tabs-nav__item:hover {
  color: #fff;
}

.tl-tabs-nav--white .tl-tabs-nav__item.active > a, .tl-tabs-nav--white .tl-tabs-nav__item.active > span, .tl-tabs-nav--white .tl-tabs-nav__item:hover > a, .tl-tabs-nav--white .tl-tabs-nav__item:hover > span {
  border-color: #fff;
}

.tl-tabs-nav--blue-dashed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-tabs-nav--blue-dashed .tl-tabs-nav__item {
  font: bold 14px/20px "Roboto", sans-serif;
  padding: 0;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  padding: 0 10px;
}

.tl-tabs-nav--blue-dashed .tl-tabs-nav__item > a, .tl-tabs-nav--blue-dashed .tl-tabs-nav__item > span {
  padding: 4px 20px;
  min-width: 240px;
  text-align: center;
  border: 1px #000 solid;
  border-radius: 3px;
}

.tl-tabs-nav--blue-dashed .tl-tabs-nav__item.active, .tl-tabs-nav--blue-dashed .tl-tabs-nav__item:hover {
  color: #fff;
}

.tl-tabs-nav--blue-dashed .tl-tabs-nav__item.active > a, .tl-tabs-nav--blue-dashed .tl-tabs-nav__item.active > span, .tl-tabs-nav--blue-dashed .tl-tabs-nav__item:hover > a, .tl-tabs-nav--blue-dashed .tl-tabs-nav__item:hover > span {
  border: 1px #419FDA solid;
  -webkit-box-shadow: 0 10px 25px rgba(65, 159, 218, 0.17);
  box-shadow: 0 10px 25px rgba(65, 159, 218, 0.17);
  background: #419FDA;
}

.tab-nav-select {
  display: none;
}

.tl-tab-box {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  -o-transition: opacity 0s ease;
  transition: opacity 0s ease;
  position: fixed;
  left: -10000px;
  top: 0;
}

.tl-tab-box.active {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  left: 0;
}

.tl-model-block input {
  display: none;
}

.tl-model-block__wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px 30px 20px;
  background: #FBFBFB;
  border: 2px #F3F3F3 solid;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tl-model-block__wrapper:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #E0E0E0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tl-model-block__wrapper:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px #E0E0E0 solid;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tl-model-block__title {
  font: 20px/1.5 "Roboto", sans-serif;
  color: #828282;
  margin-bottom: 10px;
  text-align: center;
}

.tl-model-block__subtitle {
  font: 20px/1.5 "Roboto", sans-serif;
  color: #828282;
  margin-bottom: 10px;
  text-align: center;
}

.tl-model-block__body {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px #F5F5F5 solid;
  border-bottom: 1px #F5F5F5 solid;
  padding: 20px 20px;
  font: 16px/24px "Roboto", sans-serif;
}

.tl-model-block__body p {
  margin-bottom: 15px;
}

.tl-model-block__body p:last-child {
  margin-bottom: 0;
}

.tl-model-block__body img {
  max-width: 100%;
  width: 100%;
}

.tl-model-block__price {
  font: 500 26px "Roboto", sans-serif;
  color: #000;
  text-align: center;
}

.tl-model-block input[type=radio]:checked + label {
  background: #fff;
  border: 2px #000 solid;
  -webkit-box-shadow: 0 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0 10px 25px rgba(204, 204, 204, 0.15);
}

.tl-model-block input[type=radio]:checked + label:before {
  background: #000;
}

.tl-model-block input[type=radio]:checked + label:after {
  border-color: #000;
}

input[type=radio]:checked + label .tl-model-block__subtitle {
  color: #333;
}

.tl-model-block--options .tl-model-block__body {
  padding: 0;
  border-top: 0;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-single {
  top: auto;
  bottom: -5px;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--round {
  height: 50px;
}

.irs--round .irs {
  height: 100%;
}

.irs--round.irs-with-grid {
  height: 80px;
}

.irs--round .irs-line {
  top: 36px;
  height: 5px;
  background-color: #ddd;
  border-radius: 3px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #419FDA;
}

.irs--round .irs-bar--single {
  border-radius: 3px 0 0 3px;
}

.irs--round .irs-shadow {
  display: none;
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 15px;
  width: 45px;
  height: 45px;
  background: url("../img/icon-drag.svg") 50% 50% no-repeat #419FDA;
  cursor: pointer;
  border-radius: 50%;
}

.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font: 300 18px/27px "Roboto", sans-serif;
  text-shadow: none;
  color: #4F4F4F;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: none;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 44px;
  bottom: auto;
  top: 0;
}

.irs--round .irs-grid-pol {
  display: block;
  background-color: #DDDDDD;
  border-radius: 2px;
  height: 11px;
  bottom: 0;
  top: auto;
}

.irs--round .irs-grid-text {
  color: #4F4F4F;
  top: 0;
  bottom: auto;
  font: 300 18px/27px "Roboto", sans-serif;
}

.tl-counter-block {
  border: 1px #F3F3F3 solid;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: -4px -4px 5px rgba(241, 241, 241, 0.4), 4px 4px 5px rgba(241, 241, 241, 0.4);
  box-shadow: -4px -4px 5px rgba(241, 241, 241, 0.4), 4px 4px 5px rgba(241, 241, 241, 0.4);
  width: 150px;
  height: 54px;
  border-radius: 3px;
}

.tl-counter-block__label {
  position: absolute;
  top: 0;
  left: 15px;
  font: 16px/50px "Roboto", sans-serif;
  color: #4F4F4F;
  pointer-events: none;
}

.tl-counter-block__input {
  text-align: center;
  border: 0;
  background: none;
  width: 100%;
  height: 100%;
  font: 16px/50px "Roboto", sans-serif;
  color: #4F4F4F;
}

.tl-counter-block__plus {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 17px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px #F3F3F3 solid;
}

.tl-counter-block__plus svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  width: 13px;
  height: 13px;
  fill: #419FDA;
}

.tl-counter-block__minus {
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 17px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tl-counter-block__minus svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: #419FDA;
}

.tl-advantage-block {
  padding: 40px;
  border: 2px #F3F3F3 dashed;
  background: #fff;
  border-radius: 3px;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0 10px 25px rgba(204, 204, 204, 0.15);
  text-align: center;
}

.tl-advantage-block__img {
  margin-bottom: 10px;
}

.tl-advantage-block__img img {
  display: block;
  margin: 0 auto;
  height: 90px;
}

.tl-advantage-block__title {
  color: #4F4F4F;
  font: 18px "Roboto", sans-serif;
}

.tl-text-default {
  font-size: 14px;
}

.tl-text-default p, .tl-text-default ol, .tl-text-default ul {
  margin-bottom: 15px;
}

.tl-text-default p:last-child, .tl-text-default ol:last-child, .tl-text-default ul:last-child {
  margin-bottom: 0px;
}

.tl-text-default ul:not(.ul-style) {
  list-style: none;
  margin-left: 0;
}

.tl-text-default ul:not(.ul-style) li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.tl-text-default ul:not(.ul-style) li:last-child {
  margin-bottom: 0;
}

.tl-text-default ul:not(.ul-style) li:before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background: url("../img/ul-style.svg") 0 0 no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}

.tl-text-default ol {
  list-style: decimal outside;
  margin-left: 20px;
}

.tl-text-default--md p, .tl-text-default--md ol, .tl-text-default--md ul {
  margin-bottom: 10px;
}

h1, .title-h1 {
  font: 40px/46px "Roboto", sans-serif;
  color: #393C41;
  margin: 0 0 25px 0;
}

h2, .title-h2 {
  font: 36px/42px "Roboto", sans-serif;
  color: #393C41;
  margin: 0 0 25px 0;
}

h3, .title-h3 {
  font: 32px/40px "Roboto", sans-serif;
  color: #393C41;
  margin: 0 0 20px 0;
}

h4, .title-h4 {
  font: 24px/32px "Roboto", sans-serif;
  color: #393C41;
  margin: 0 0 15px 0;
}

h5, .title-h5 {
  font: 22px/26px "Roboto", sans-serif;
  color: #393C41;
  margin: 0 0 15px 0;
}

:root {
  --hero-img-object-position: 0 50%;
  --hero-img-md-desk-object-position: 0 55%;
  --intro-left: 50%;
  --intro-translatex: -50%;
  --intro-left-md-desk: 52.7%;
  --intro-translatex-md-desk: -52.7%;
  --intro-left-mobile-land: 50%;
  --intro-translatex-mobile-land: -50%;
  --intro-left-ipad-port: 49.8%;
  --intro-translatex-ipad-port: -49.8%;
  --intro-object-position: 50% 54%;
  --intro-extra-width: 212%;
  --intro-extra-width-sm-desk: 180%;
  --intro-extra-width-mo-lang: 100%;
  --intro-extra-width-min-840: 100%;
  --intro-object-position-min-840: 50% 54%;
  --intro-object-position-ipad-port: 50% 50%;
  --intro-extra-width-ipad-port: 210%;
  --intro-object-position-md-desk: 50% 55%;
  --intro-extra-width-md-desk: 112%;
}

:root {
  --media-height-pannabel-carousel: 100vh;
  --iphone-media-height-pannabel-carousel: calc(100vh - 30px);
  --iphone-x-media-height-pannabel-carousel: calc(100vh - 69px);
  --iphone-xr-media-height-pannabel-carousel: calc(100vh - 69px);
  --iphone-xs-max-media-height-pannabel-carousel: calc(100vh - 69px);
  --transition-timing-generic-pannable-carousel: 750ms;
  --transition-timing-pannable-carousel-header: 350ms;
  --transition-delay-generic-pannable-carousel-animation: 600ms;
  --transformX-pannable-carousel: 0;
  --transition-slide-function-pannable-carousel: ease;
  --transition-slide-timing-pannable-carousel: 450ms;
  --transition-slide-property-pannable-carousel: transform;
  --video-extra-width-pannable-carousel: 140%;
  --video-extra-width-medium-desktop-pannable-carousel: 100%;
}

.tl-lending-head-section {
  position: relative;
  z-index: 1;
}

.tl-lending-head-section__img {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  height: calc(100vh - 200px);
}

.tl-lending-head-section__img picture, .tl-lending-head-section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.tl-lending-head-section__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.tl-lending-head-section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  margin-bottom: 40px;
}

.tl-lending-head-section__nav__item {
  margin: 0 20px;
  color: #fff;
  font: 16px "Roboto", sans-serif;
}

.tl-lending-head-section__nav__item a {
  color: inherit;
}

.tl-lending-head-section__title {
  margin-bottom: 20px;
  color: #fff;
  font: 700 35px/53px "Roboto", sans-serif;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tl-lending-head-section__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.tl-lending-head-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-top: 30px;
  padding-bottom: 55px;
  height: 100%;
}

.tl-lending-head-section__bottom {
  opacity: 0;
}

.tl-lending-head-section__wrapper {
  max-width: 920px;
  margin: 0 auto;
  background: transparent;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
}

.tl-lending-head-section__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-lending-head-section__params__item:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px #fff solid;
}

.tl-lending-head-section__params__label {
  font: 12px/1.5 "Roboto", sans-serif;
  color: #fff;
}

.tl-lending-head-section__params__value {
  font: 500 27px/40px "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tl-lending-head-section__params__value > svg {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}

.tl-lending-head-section__params__value span {
  font: 22px/33px "Roboto", sans-serif;
}

.tl-lending-head-section__params__value .tl-star {
  margin: 11px 0 15px;
}

.tl-lending-head-section__buttons .btn {
  margin-left: 15px;
}

.tl-lending-head-section__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 10px;
}

.tl-lending-head-section__scroll svg {
  fill: #fff;
  width: 15px;
  height: 10px;
}

.tl-lending-head-section--default .tl-lending-head-section__prev {
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
}

.tl-lending-head-section--default .tl-lending-head-section__next {
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  cursor: pointer;
}

.tl-lending-head-section--default .tl-lending-head-section__body {
  pointer-events: none;
}

.tl-lending-head-section--default .tl-lending-head-section__img {
  height: calc(100vh - 150px);
  min-height: calc(100vh - 150px);
  min-height: calc(var(--media-height-pannabel-carousel) - 150px);
  overflow: hidden;
  position: relative;
}

.tl-lending-head-section--default .tl-lending-head-section__img .hero-image img {
  display: block;
  height: calc(100vh - 150px);
  height: calc(var(--media-height-pannabel-carousel) - 150px);
  max-width: none;
  min-height: calc(100vh - 150px);
  min-height: calc(var(--media-height-pannabel-carousel) - 150px);
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tl-lending-head-section--default .tl-lending-head-section__img .hero-image .image {
  width: 100vw;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(var(--transformX-pannable-carousel), 0, 0);
  transform: translate3d(var(--transformX-pannable-carousel), 0, 0);
  -webkit-transition: -webkit-transform .45s ease;
  transition: -webkit-transform .45s ease;
  -o-transition: transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease;
  transition: transform .45s ease,-webkit-transform .45s ease;
  -webkit-transition: var(--transition-slide-property-pannable-carousel) var(--transition-slide-timing-pannable-carousel) var(--transition-slide-function-pannable-carousel);
  -o-transition: var(--transition-slide-property-pannable-carousel) var(--transition-slide-timing-pannable-carousel) var(--transition-slide-function-pannable-carousel);
  transition: var(--transition-slide-property-pannable-carousel) var(--transition-slide-timing-pannable-carousel) var(--transition-slide-function-pannable-carousel);
  display: block;
  position: relative;
  font-family: "object-fit:cover;object-position:50% 55%";
  font-family: "object-fit:cover;object-position:var(--intro-object-position-md-desk)";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 50%;
  object-position: 0 50%;
  -o-object-position: var(--hero-img-object-position);
  object-position: var(--hero-img-object-position);
}

.tl-lending-head-section--default .tl-lending-head-section__img .hero-image .image.transition--intro-width {
  -o-object-position: 50% 54%;
  object-position: 50% 54%;
  -o-object-position: var(--intro-object-position);
  object-position: var(--intro-object-position);
  width: calc(100vw + 220%);
  width: calc(100vw + var(--intro-extra-width));
}

.tl-lending-head-section--default .tl-lending-head-section__nav {
  pointer-events: auto;
}

.tl-lending-head-section--default .tl-lending-head-section__info {
  display: none;
}

.tl-lending-head-section--default .tl-lending-head-section__info.active {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tl-lending-head-section--default .tl-lending-head-section__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 25px;
}

.tl-lending-head-section--default .tl-lending-head-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  margin-bottom: 15px;
}

.tl-lending-head-section--default .tl-lending-head-section__buttons .btn {
  margin: 0 7px;
  min-width: 280px;
  pointer-events: auto;
}

.tl-lending-head-section--default .tl-lending-head-section__go {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  font: 600 12px "Roboto", sans-serif;
  color: #fff;
}

.tl-lending-head-section--default .tl-lending-head-section__go a {
  color: #fff;
  text-decoration: underline;
  pointer-events: auto;
}

.tl-lending-head-section--default .tl-lending-head-section__bottom {
  /* bottom: 50px; position: absolute; left: 0; width: 100%; */
  opacity: 1;
}

.tl-lending-head-section--default .tl-lending-head-section__scroll {
  position: static;
  bottom: 0;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  pointer-events: auto;
}

.tl-lending-head-section--default .tl-lending-head-section__scroll span {
  font: 600 11px/17px "Roboto", sans-serif;
  color: #fff;
  display: block;
  width: 150px;
  text-align: center;
  border-bottom: 2px #fff solid;
  margin: 0 auto 10px;
  padding-bottom: 3px;
}

.tl-lending-head-section--default .tl-lending-head-section__scroll svg {
  display: block;
  margin: 0 auto;
}

.tl-lending-head-section--default .tl-lending-head-section__dots {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  pointer-events: auto;
}

.tl-lending-head-section--default .tl-lending-head-section__dots li {
  margin: 0 3px;
}

.tl-lending-head-section--default .tl-lending-head-section__dots li a {
  display: block;
  width: 9px;
  height: 9px;
  border: 2px #A2A3A5 solid;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tl-lending-head-section--default .tl-lending-head-section__dots li.active a {
  border-color: #fff;
  background: #fff;
}

.tl-lending-head-section--s .tl-lending-head-section__params__item {
  text-align: center;
}

.tl-lending-head-section--s .tl-lending-head-section__params__label {
  text-align: center;
}

.tl-lending-head-section--s .tl-lending-head-section__params__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.vidbg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.vidbg-container video {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.25s opacity ease-in-out;
  -o-transition: 0.25s opacity ease-in-out;
  transition: 0.25s opacity ease-in-out;
  max-width: none;
  opacity: 0;
}

.vidbg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tl-lending-2-section {
  background: #F4F4F4;
}

.tl-lending-2-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tl-lending-2-section__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 40px 20px 140px 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.tl-lending-2-section__info.animated {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.tl-lending-2-section__info:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
}

.tl-lending-2-section__img-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tl-lending-2-section__img {
  position: relative;
  z-index: 1;
  margin: 0 -70px;
}

.tl-lending-2-section__img img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.tl-lending-2-section__img__label {
  position: absolute;
  z-index: 2;
  font: bold 12px "Roboto", sans-serif;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.tl-lending-2-section__img__label:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 3px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.tl-lending-2-section__img__label:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 2px #000 solid;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.tl-lending-2-section__img__label span {
  margin-left: 10px;
  color: #393C41;
  display: block;
}

.tl-lending-2-section__img__label.label-1 {
  bottom: 55%;
  left: 18%;
}

.tl-lending-2-section__img__label.label-1.animated {
  padding-bottom: 200px;
}

.tl-lending-2-section__img__label.label-2 {
  bottom: 77%;
  left: 41%;
}

.tl-lending-2-section__img__label.label-2.animated {
  padding-bottom: 100px;
}

.tl-lending-2-section__img__label.label-3 {
  top: 50%;
  left: 50%;
}

.tl-lending-2-section__img__label.label-3.animated {
  padding-top: 170px;
}

.tl-lending-2-section__img__label.label-3:after {
  bottom: auto;
  top: 0;
}

.tl-lending-2-section__subtitle {
  font: 16px "Roboto", sans-serif;
  color: #222;
}

.tl-lending-2-section__title {
  font: 500 24px/1.5 "Roboto", sans-serif;
  margin-bottom: 40px;
  color: #222;
}

.tl-lending-2-section__text {
  font: 500 14px/1.5 "Roboto", sans-serif;
  color: #393C41;
}

.tl-lending-2-section__group-1 {
  margin-bottom: 60px;
}

.tl-lending-2-section__rating {
  margin-bottom: 60px;
}

.tl-lending-2-section--s .tl-lending-2-section__img {
  margin: 0 -50px 0 -20px;
}

.tl-lending-2-section--s .tl-lending-2-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tl-lending-2-section--3 .tl-lending-2-section__img {
  margin: 0 -100px 0 0;
}

.tl-lending-2-section--3 .tl-lending-2-section__img img {
  margin: -15px 0 0 -125px;
}

.tl-lending-2-section--3 .tl-lending-2-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tl-lending-3-section {
  height: 600px;
  position: relative;
  z-index: 1;
  background: url("../img/lending-3-section-bg.jpg") 50% 50%/cover no-repeat;
}

.tl-lending-3-section__tesla-s {
  height: 600px;
  position: relative;
  z-index: 1;
  background: url("../img/lending-3-section-bg.jpg") 50% 50%/cover no-repeat;
}

.tl-lending-3-section__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tl-lending-3-section__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tl-lending-3-section__video {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1 !important;
}

.tl-lending-3-section__container {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tl-lending-3-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  max-width: 900px;
  margin: 0 auto;
}

.tl-lending-3-section__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 20px;
  border-right: 1px #050707 solid;
  color: #333;
}

.tl-lending-3-section__item:last-child {
  border: 0;
}

.tl-lending-3-section__label {
  font: 500 12px "Roboto", sans-serif;
}

.tl-lending-3-section__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font: 500 27px "Roboto", sans-serif;
  margin-bottom: 10px;
}

.tl-lending-3-section__value span {
  font: 22px "Roboto", sans-serif;
}

.tl-lending-3-section__value > svg {
  margin-right: 5px;
  fill: #333;
  width: 33px;
  height: 33px;
}

.tl-lending-3-section__value .tl-star {
  margin: 11px 0 15px;
}

.tl-lending-3-section__value .tl-star svg {
  width: 13px;
  height: 13px;
}

.tl-lending-3-section__value--lg {
  font-size: 30px;
}

.tl-lending-3-section__mob-label {
  display: none;
}

.tl-lending-3-section--two {
  background: url("../img/lending-3-section-bg-2.jpg") 50% 50%/cover no-repeat;
}

.tl-lending-3-section--s {
  background: url("../img/lending-3-section-bg-s.jpg") 50% 50%/cover no-repeat;
}

.tl-lending-3-section--s .tl-lending-3-section__item {
  color: #fff;
  border-color: #fff;
}

.tl-lending-3-section--s .tl-lending-3-section__value > svg {
  fill: #fff;
}

.tl-lending-3-section--3 {
  background: none;
}

.tl-lending-3-section--3 .tl-lending-3-section__item {
  color: #fff;
  border-color: #fff;
}

.tl-lending-3-section--3 .tl-lending-3-section__value > svg {
  fill: #fff;
}

.tl-info-section {
  padding: 70px 0;
  color: #393C41;
}

.tl-info-section__container {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-info-section__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding-right: 20px;
}

.tl-info-section__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  font: 14px/1.5 "Roboto", sans-serif;
}

.tl-info-section__subtitle {
  font: 16px/1.5 "Roboto", sans-serif;
}

.tl-info-section__title {
  font: 500 24px/1.5 "Roboto", sans-serif;
  margin-bottom: 10px;
}

.tl-info-section__mob-button {
  display: none;
}

.tl-lending-4-section {
  overflow: hidden;
  position: relative;
}

.tl-lending-4-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-lending-4-section__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 12 * 9);
  flex: 0 0 calc(100% / 12 * 9);
  position: relative;
}

.tl-lending-4-section__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 12 * 3);
  flex: 0 0 calc(100% / 12 * 3);
  padding: 50px 0 70px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #393C41;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.tl-lending-4-section__right.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tl-lending-4-section__video {
  margin-left: calc(-50vw + 50%);
  min-height: 700px;
}

.tl-lending-4-section__params {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.tl-lending-4-section__params .tl-params-block {
  max-width: 700px;
  margin: 0 auto;
}

.tl-lending-4-section__subtitle {
  font: 16px/1.5 "Roboto", sans-serif;
}

.tl-lending-4-section__title {
  font: 500 24px/1.5 "Roboto", sans-serif;
  margin-bottom: 10px;
}

.tl-lending-4-section__text {
  font: 14px/1.5 "Roboto", sans-serif;
  margin-bottom: 20px;
}

.tl-lending-4-section__img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 40px;
}

.tl-lending-4-section__img img {
  max-width: 100%;
}

.tl-lending-4-section--3 .tl-lending-4-section__video {
  height: 100% !important;
}

.tl-lending-5-section {
  position: relative;
  z-index: 1;
}

.tl-lending-5-section__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.tl-lending-5-section__video .js-vidbg-box {
  height: 100% !important;
}

.tl-lending-5-section__info {
  padding: 140px 0;
  max-width: 300px;
}

.tl-lending-6-section {
  position: relative;
  z-index: 1;
  /* @include media($md){
        &__info{ padding: 100px 0; }
    } */
}

.tl-lending-6-section__container {
  overflow: hidden;
}

.tl-lending-6-section__video, .tl-lending-6-section__img {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1 !important;
  width: 100%;
  height: 100% !important;
}

.tl-lending-6-section__video img, .tl-lending-6-section__img img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.tl-lending-6-section__info {
  padding: 100px 0;
  max-width: 300px;
  float: right;
}

.tl-lending-7-section {
  background: url("../img/lending-7-section-bg.jpg") 50% 50%/cover no-repeat;
}

.tl-lending-7-section__container {
  padding-top: 75px;
  padding-bottom: 500px;
}

.tl-lending-7-section__wrapper {
  max-width: 880px;
  margin: 0 auto;
}

.tl-lending-7-section--s {
  background: url("../img/lending-7-section-bg-s.jpg") 50% -50px/cover no-repeat;
}

.tl-lending-7-section--s .tl-lending-7-section__container {
  padding-bottom: 400px;
}

.tl-params-section {
  background: #000;
  color: #fff;
}

.tl-params-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tl-params-section__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tl-params-section__img img {
  max-width: 100%;
}

.tl-params-section__info {
  padding: 95px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.tl-params-section__title {
  margin-bottom: 25px;
  font: 500 24px "Roboto", sans-serif;
}

.tl-params-section__tabs-nav {
  margin-bottom: 30px;
}

.tl-params-section__param {
  font: 14px/1.5 "Roboto", sans-serif;
  padding-top: 7px;
  position: relative;
  margin-bottom: 25px;
}

.tl-params-section__param:last-child {
  margin-bottom: 0;
}

.tl-params-section__param:before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 0;
  left: 0;
}

.tl-params-section__param__label {
  font-weight: bold;
}

.tl-params-section--3 .tl-params-section__tabs-nav {
  margin-bottom: 20px;
}

.tl-lending-8-section__container {
  padding-top: 200px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tl-lending-8-section__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.tl-lending-8-section__img img {
  max-width: 100%;
}

.tl-lending-8-section__info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tl-lending-8-section__title {
  color: #171A20;
  font: bold 28px "Roboto", sans-serif;
  margin-bottom: 20px;
  white-space: nowrap;
}

.tl-lending-8-section--3 {
  background: #000;
  color: #fff;
}

.tl-lending-8-section--3 .tl-lending-8-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tl-lending-8-section--3 .tl-lending-8-section__title {
  margin-bottom: 10px;
  color: #fff;
  white-space: normal;
}

.tl-lending-8-section--3 .tl-lending-8-section__text {
  font: 500 14px/1.5 "Roboto", sans-serif;
  margin-bottom: 10px;
}

.tl-lending-8-section--3 .tl-lending-8-section__info {
  max-width: 370px;
}

.tl-products-section {
  padding: 50px 0;
}

.tl-products-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  margin: 0 -12px -25px;
}

.tl-products-section__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 12 * 3);
  flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
  padding: 0 12px;
  margin-bottom: 25px;
}

.tl-products-section__title {
  text-align: center;
  margin-bottom: 40px;
  font: bold 24px "Roboto", sans-serif;
  color: #000;
}

.tl-products-section__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  margin-top: 40px;
}

.tl-model-section {
  padding: 50px 0;
}

.tl-model-section__title {
  text-align: center;
  margin-bottom: 60px;
  color: #000;
  font: 300 36px "Roboto", sans-serif;
}

.tl-model-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

.tl-model-section__item {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 440px;
}

.tl-model-section__item.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.tl-model-section--seats .tl-model-section__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.tl-configurator-section {
  padding: 50px 0;
  /* @include media($lg){
        &__img{
            &> img{ object-fit: cover; }
        }
    } */
}

.tl-configurator-section__title {
  text-align: center;
  margin-bottom: 60px;
  color: #000;
  font: 300 36px "Roboto", sans-serif;
}

.tl-configurator-section__body {
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
}

.tl-configurator-section__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.tl-configurator-section__panel.active .tl-configurator-section__panel__row {
  max-height: 1000px;
  margin-bottom: 20px;
}

.tl-configurator-section__panel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-configurator-section__panel__wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px 3px 0 0;
  padding: 20px 40px 10px;
  /* width: 100%; */
}

.tl-configurator-section__panel__close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
}

.tl-configurator-section__panel__close svg {
  fill: #419FDA;
  width: 20px;
  height: 20px;
  display: block;
}

.tl-configurator-section__panel__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  margin: 0 -20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tl-configurator-section__panel__item {
  padding: 0 20px;
}

.tl-configurator-section__panel__item input {
  display: none;
}

.tl-configurator-section__panel__item label {
  margin: 0;
  color: #000;
  text-align: center;
  font: 12px "Roboto", sans-serif;
  cursor: pointer;
}

.tl-configurator-section__panel__item label img {
  padding: 5px;
  background: #fff;
  border: 1px #F3F3F3 solid;
  -webkit-box-shadow: inset -4px -4px 3px rgba(242, 242, 242, 0.6), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  box-shadow: inset -4px -4px 3px rgba(242, 242, 242, 0.6), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  max-height: 100px;
}

.tl-configurator-section__panel__item label p {
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tl-configurator-section__panel__item input[type=radio]:checked + label img {
  -webkit-box-shadow: 0 0 7px rgba(242, 242, 242, 0.6);
  box-shadow: 0 0 7px rgba(242, 242, 242, 0.6);
}

.tl-configurator-section__panel__item input[type=radio]:checked + label p {
  opacity: 1;
}

.tl-configurator-section__img {
  height: 718px;
}

.tl-configurator-section__img > img {
  display: none;
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  margin: 0 auto;
}

.tl-configurator-section__img > img.active {
  display: block;
}

.tl-configurator-section__tab-nav {
  padding: 0;
}

.tl-configurator-section__tab-nav .container {
  max-width: 1120px;
}

.tl-configurator-section__wheels {
  position: absolute;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 23px));
  -ms-transform: translateX(calc(-50% - 23px));
  transform: translateX(calc(-50% - 23px));
  opacity: 0;
}

.tl-configurator-section__wheels.active {
  opacity: 1;
}

.tl-configurator-section__wheels img {
  display: block;
}

.tl-configurator-section--s .tl-configurator-section__wheels {
  bottom: 220px;
  /* left: 50%; transform: translateX(calc(-50% - 23px)); */
}

.tl-configurator-section--3 .tl-configurator-section__img {
  height: 680px;
  /* margin-bottom: 70px; */
}

.tl-configurator-section--3 .tl-configurator-section__wheels {
  bottom: 146px;
  -webkit-transform: translateX(calc(-50% + 54px));
  -ms-transform: translateX(calc(-50% + 54px));
  transform: translateX(calc(-50% + 54px));
}

.tl-total-section__blue-bg {
  background: #419FDA;
  color: #fff;
  padding: 30px 0;
}

.tl-total-section__blue-bg__title {
  font: 26px "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}

.tl-total-section__blue-bg__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-total-section__blue-bg__total span {
  padding: 0 70px;
  font: bold 36px/60px "Roboto", sans-serif;
  color: #000;
  background: #fff;
  border-radius: 3px;
}

.tl-total-section__white-bg {
  background: #FBFBFB;
  color: #4F4F4F;
  padding: 30px 0;
}

.tl-total-section__white-bg__title {
  font: 300 36px "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  color: #828282;
}

.tl-total-section__white-bg__desc {
  text-align: center;
  font: 20px/1.5 "Roboto", sans-serif;
  margin: 0 auto 30px;
  max-width: 530px;
}

.tl-total-section__white-bg__label {
  position: relative;
  margin-bottom: 30px;
  font: 300 20px "Roboto", sans-serif;
  text-align: center;
  z-index: 1;
}

.tl-total-section__white-bg__label:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #F3F3F3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.tl-total-section__white-bg__label span {
  background: #FBFBFB;
  display: inline-block;
  padding: 0 25px;
}

.tl-total-section__white-bg__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-total-section__white-bg__total span {
  margin-bottom: 20px;
  font: bold 46px "Roboto", sans-serif;
  color: #000;
}

.tl-total-section__white-bg__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-total-section__white-bg__more-text {
  text-align: center;
  margin-top: 20px;
}

.tl-total-section__white-bg__more-text p {
  margin-bottom: 10px;
}

.tl-total-section__white-bg__more-text p:last-child {
  margin-bottom: 0;
}

.tl-steps-section {
  padding: 100px 0;
}

.tl-steps-section__title {
  text-align: center;
  color: #828282;
  font: 300 36px "Roboto", sans-serif;
  margin-bottom: 70px;
}

.tl-steps-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  margin: 0 -10px;
}

.tl-steps-section__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  position: relative;
  padding: 0 10px;
}

.tl-steps-section__item:last-child .tl-steps-section__item__line {
  display: none;
}

.tl-steps-section__item__line {
  display: block;
  width: calc(100% - 120px);
  height: 1px;
  background: #F3F3F3;
  position: absolute;
  top: 30px;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tl-steps-section__item__line:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #BDBDBD;
  position: absolute;
  top: -1.5px;
  left: -1.5px;
}

.tl-steps-section__item__line:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #BDBDBD;
  position: absolute;
  top: -1.5px;
  right: -1.5px;
}

.tl-steps-section__item__num {
  margin-bottom: 10px;
  position: relative;
}

.tl-steps-section__item__num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: content-box #419FDA;
  border: 5px rgba(65, 159, 218, 0.4) solid;
  position: relative;
  font: 18px "Roboto", sans-serif;
}

.tl-steps-section__item__title {
  color: #4F4F4F;
  font: 16px/1.5 "Roboto", sans-serif;
}

.tl-steps-section__item__desc {
  color: #828282;
  font: 14px/1.5 "Roboto", sans-serif;
}

.tl-calc-section {
  padding: 40px 0 100px;
}

.tl-calc-section__title {
  text-align: center;
  font: 300 36px "Roboto", sans-serif;
  color: #828282;
  margin-bottom: 20px;
}

.tl-calc-section__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.tl-calc-section__img img {
  max-width: 100%;
  margin-right: -100px;
}

.tl-calc-section__totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  max-width: 450px;
  margin: 0 auto 25px;
}

.tl-calc-section__total {
  text-align: center;
}

.tl-calc-section__total__value {
  font: 48px/1.5 "Roboto", sans-serif;
  color: #000;
}

.tl-calc-section__total__label {
  font: 300 20px "Roboto", sans-serif;
  color: #000;
}

.tl-calc-section__form {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
  max-width: 1000px;
}

.tl-calc-section__distance {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tl-calc-section__distance__title {
  color: #333;
  font: 20px "Roboto", sans-serif;
  margin-bottom: 25px;
}

.tl-calc-section__price {
  margin-left: 40px;
}

.tl-calc-section__price__label {
  font: 300 16px/1.5 "Roboto", sans-serif;
  color: #4F4F4F;
  margin-bottom: 5px;
}

.tl-advantages-section {
  padding: 70px 0;
}

.tl-advantages-section__title {
  text-align: center;
  font: 300 36px "Roboto", sans-serif;
  color: #828282;
  margin-bottom: 20px;
}

.tl-advantages-section__desc {
  max-width: 770px;
  margin: 0 auto 40px;
  color: #4F4F4F;
  font: 20px "Roboto", sans-serif;
  text-align: center;
}

.tl-advantages-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 0 -15px;
}

.tl-advantages-section__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}

.tl-text-section {
  padding: 70px 0;
}

.tl-lending-about-section {
  position: relative;
  z-index: 1;
  padding: 110px 0 0;
}

.tl-lending-about-section .container {
  position: relative;
  background: url("../img/lending-about-section-bg.png") 100% 0 no-repeat;
}

.tl-lending-about-section__head {
  padding-left: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 5;
}

.tl-lending-about-section__title {
  font: 500 72px "Roboto", sans-serif;
  color: #333;
  margin-right: 95px;
}

.tl-lending-about-section__title span {
  font: 24px "Roboto", sans-serif;
  display: block;
  padding-left: 35px;
  position: relative;
}

.tl-lending-about-section__title span:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  background: #419FDA;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.tl-lending-about-section__text {
  font: 28px "Roboto", sans-serif;
  margin-bottom: -15px;
}

.tl-lending-about-section__text span {
  font: 22px "Roboto", sans-serif;
  display: block;
  margin-left: 90%;
  margin-top: -5px;
}

.tl-lending-about-section__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tl-lending-about-section__slider__title {
  position: absolute;
  top: -100px;
  left: 30%;
  font: bold 400px/1 "Roboto", sans-serif;
  color: #F3F3F3;
  z-index: -1;
}

.tl-lending-about-section__slider__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.tl-lending-about-section__slider__item img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.tl-lending-about-section__slider .slick-list {
  overflow: visible;
  max-width: 100%;
}

.tl-lending-about-section__slider .slick-slide {
  opacity: 0;
}

.tl-lending-about-section__slider .slick-slide.slick-active, .tl-lending-about-section__slider .slick-slide.slick-current {
  opacity: 1;
}

.tl-lending-about-section__dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tl-lending-about-section__dots__line {
  display: block;
  width: calc(100% - 90px);
  height: 1px;
  background: #F3F3F3;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tl-lending-about-section__dots__line:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #BDBDBD;
  position: absolute;
  top: -1.5px;
  left: -1.5px;
}

.tl-lending-about-section__dots__line:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #BDBDBD;
  position: absolute;
  top: -1.5px;
  right: -1.5px;
}

.tl-lending-about-section__dots__num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #E2E2E2;
  background: #FBFBFB;
  border: 1px #E3E3E3 solid;
  position: relative;
  font: bold 36px "Roboto", sans-serif;
}

.tl-lending-about-section__dots__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 134px;
  flex: 0 0 134px;
  max-width: 134px;
  text-align: center;
  position: relative;
  padding: 0 30px;
}

.tl-lending-about-section__dots__item:last-child .tl-lending-about-section__dots__line {
  display: none;
}

.tl-lending-about-section__dots__item.active .tl-lending-about-section__dots__num {
  background: #419FDA;
  border-color: #419FDA;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
  color: #fff;
  width: 74px;
  height: 74px;
}

@media (min-width: 640px) {
  .tl-lending-head-section--default .tl-lending-head-section__img .hero-image .image.transition--intro-width {
    -o-object-position: 50% 49%;
    object-position: 50% 49%;
    width: calc(100vw + 180%);
    width: calc(100vw + var(--intro-extra-width-sm-desk));
  }
}

@media (min-width: 840px) {
  .tl-lending-head-section--default .tl-lending-head-section__img .hero-image .image.transition--intro-width {
    -o-object-position: 50% 54%;
    object-position: 50% 54%;
    -o-object-position: var(--intro-object-position-min-840);
    object-position: var(--intro-object-position-min-840);
    width: calc(100vw + 100%);
    width: calc(100vw + var(--intro-extra-width-min-840));
  }
}

@media (min-width: 960px) and (orientation: landscape) {
  .tl-lending-head-section--default .tl-lending-head-section__img .hero-image .image.transition--intro-width {
    -o-object-position: 50% 55%;
    object-position: 50% 55%;
    -o-object-position: var(--intro-object-position-md-desk);
    object-position: var(--intro-object-position-md-desk);
    width: calc(100vw + 112%);
    width: calc(100vw + var(--intro-extra-width-md-desk));
  }
  .tl-lending-head-section--default .tl-lending-head-section__img .hero-image .image {
    -o-object-position: 0 55%;
    object-position: 0 55%;
    -o-object-position: var(--hero-img-md-desk-object-position);
    object-position: var(--hero-img-md-desk-object-position);
  }
}

@media (max-width: 1450px) {
  .tl-lending-2-section__info {
    padding-bottom: 100px;
  }
  .tl-lending-7-section__container {
    padding-bottom: 450px;
    padding-top: 50px;
  }
  .tl-lending-7-section .tl-info-section {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 1339px) {
  .section__container {
    padding-left: 272px;
  }
  .catalog__container {
    padding-left: 20px;
  }
  .catalog__option {
    font-size: 15px;
  }
  .footer__col:first-child {
    width: 200px;
    padding-right: 20px;
  }
  .card__option .card__info {
    font-size: 16px;
  }
  .card__value {
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .tl-advantage-block {
    padding: 30px;
  }
  .tl-advantage-block__img img {
    height: 70px;
  }
  .tl-advantage-block__title {
    font: 16px "Roboto", sans-serif;
  }
  .tl-lending-head-section__wrapper {
    padding: 20px 30px;
    max-width: 820px;
  }
  .tl-lending-head-section__params__value {
    font: 500 24px/40px "Roboto", sans-serif;
  }
  .tl-lending-head-section__params__value > svg {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
  .tl-lending-head-section__params__value span {
    font: 20px/33px "Roboto", sans-serif;
  }
  .tl-lending-head-section--s .tl-lending-head-section__wrapper {
    max-width: 920px;
  }
  .tl-lending-head-section--default .tl-lending-head-section__nav {
    margin-bottom: 15px;
  }
  .tl-lending-head-section--default .tl-lending-head-section__title {
    font: 700 27px/45px "Roboto", sans-serif;
  }
  .tl-lending-2-section__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 40px 20px 70px 0;
  }
  .tl-lending-2-section__img-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .tl-lending-2-section__img {
    margin: 0 -50px;
  }
  .tl-lending-2-section__title {
    margin-bottom: 30px;
  }
  .tl-lending-2-section__group-1 {
    margin-bottom: 40px;
  }
  .tl-lending-2-section__rating {
    margin-bottom: 40px;
  }
  .tl-lending-4-section__row {
    display: block;
  }
  .tl-lending-4-section__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .tl-lending-4-section__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 40px 0;
  }
  .tl-lending-4-section__video {
    margin-left: -30px;
    margin-right: -30px;
  }
  .tl-lending-4-section__params {
    bottom: 70px;
  }
  .tl-lending-5-section__info {
    padding: 100px 0;
  }
  .tl-lending-7-section__container {
    padding-bottom: 400px;
    /* padding-top: 50px; */
  }
  .tl-lending-7-section .tl-info-section {
    /* padding: 50px 0; */
    background: #fff;
  }
  .tl-lending-8-section__container {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .tl-lending-8-section__title {
    font-size: 24px;
  }
  .tl-total-section__blue-bg__title {
    font: 24px "Roboto", sans-serif;
  }
  .tl-total-section__blue-bg__total span {
    padding: 0 50px;
    font: bold 34px/60px "Roboto", sans-serif;
  }
  .tl-total-section__white-bg__title {
    font: 300 30px "Roboto", sans-serif;
  }
  .tl-total-section__white-bg__desc {
    font: 18px/1.5 "Roboto", sans-serif;
  }
  .tl-total-section__white-bg__label {
    font: 300 18px "Roboto", sans-serif;
  }
  .tl-total-section__white-bg__total span {
    font: bold 42px "Roboto", sans-serif;
  }
  .tl-steps-section {
    padding: 70px 0;
  }
  .tl-steps-section__title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .tl-steps-section__item__title {
    font-size: 14px;
  }
  .tl-steps-section__item__desc {
    font-size: 12px;
  }
  .tl-calc-section {
    padding: 30px 0 70px;
  }
  .tl-calc-section__title {
    font: 300 30px "Roboto", sans-serif;
  }
  .tl-advantages-section {
    padding: 70px 0;
  }
  .tl-advantages-section__title {
    font: 300 30px "Roboto", sans-serif;
  }
  .tl-lending-about-section__head {
    padding-left: 100px;
  }
  .tl-lending-about-section__title {
    font: 500 62px "Roboto", sans-serif;
    /* margin-right: 50px; */
  }
  .tl-lending-about-section__title span {
    font: 20px "Roboto", sans-serif;
  }
  .tl-lending-about-section__text {
    font: 24px "Roboto", sans-serif;
  }
  .tl-lending-about-section__text span {
    font: 20px "Roboto", sans-serif;
  }
  .tl-lending-about-section__slider__title {
    font: bold 300px/1 "Roboto", sans-serif;
    left: 25%;
  }
}

@media only screen and (max-width: 1179px) {
  .page {
    padding-top: 149px;
  }
  .desktop-hide {
    display: none !important;
  }
  .desktop-show {
    display: block !important;
  }
  .header__top {
    padding: 5px 0;
  }
  .header__top .header__link:not(:last-child) {
    margin-right: 30px;
  }
  .header__body {
    padding: 5px 0;
  }
  .header__search .header__input {
    padding-left: 14px;
  }
  .header__contacts {
    margin-right: 25px;
  }
  .header__btn {
    min-width: 200px;
    height: 45px;
  }
  .header__bottom {
    padding: 10px 0;
  }
  .section__container {
    padding: 0;
  }
  .catalog__sorting {
    margin-bottom: 40px;
  }
  .catalog__group {
    -webkit-column-count: 6;
    column-count: 6;
  }
  .catalog__group .catalog__link:nth-child(n+31) {
    display: none;
  }
  .catalog__foot {
    padding-top: 24px;
  }
  .catalog__preview {
    width: 250px;
  }
  .catalog__preview .catalog__pic {
    height: 217px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .catalog__details {
    padding: 15px;
  }
  .catalog__car {
    font-size: 16px;
  }
  .catalog__control {
    width: 150px;
    padding-left: 10px;
  }
  .catalog__option {
    font-size: 14px;
  }
  .catalog__icon {
    width: 17px;
    margin-right: 7px;
  }
  .catalog__icon_big {
    width: 28px;
  }
  .catalog__variant {
    font-size: 13px;
  }
  .catalog__price {
    font-size: 18px;
  }
  .catalog__money {
    display: block;
    margin-left: 0;
  }
  .catalog__btn {
    padding: 0;
    font-size: 15px;
  }
  .catalog .pagination {
    margin-top: 30px;
  }
  .footer__stage {
    font-size: 16px;
  }
  .card__vin {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .card__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
  .card__col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    width: 330px;
  }
  .card__bottom {
    margin: 0 -8px 25px;
  }
  .card__bottom .card__preview {
    margin: 0 8px;
  }
  .card__all {
    left: 20px;
    bottom: 20px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 40px;
  }
  .card__options {
    margin: 0 -5px 30px;
  }
  .card__icon {
    width: 60px;
    height: 55px;
  }
  .card__content ul li {
    margin-bottom: 10px;
  }
  .card__head .card__stage {
    font-size: 22px;
  }
  .card__price {
    font-size: 24px;
  }
  .card__table td {
    font-size: 16px;
  }
  .card__category:before {
    top: 6px;
  }
  .identical__body {
    padding: 10px 15px 20px;
  }
  .identical__actions {
    margin: 0;
  }
  .identical__action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin: 0;
    padding: 0 5px;
  }
  .identical__action:before {
    display: none;
  }
  .identical__parameters li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .page {
    padding-top: 147px;
  }
  .container,
  .center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
  .header__social .header__text {
    display: none;
  }
  .header__top .header__link:not(:last-child) {
    margin-right: 25px;
  }
  .header__address {
    display: none;
  }
  .header__btn {
    min-width: 150px;
  }
  .header__btn .icon {
    display: none;
  }
  .header__bottom .header__link {
    font-size: 13px;
    font-weight: 500;
  }
  .title {
    font-size: 30px;
  }
  .title_sm {
    font-size: 22px;
  }
  .catalog__sorting {
    display: none;
  }
  .catalog__open {
    display: inline-block;
  }
  .catalog__row {
    display: block;
  }
  .catalog__container {
    width: 100%;
    padding: 0;
  }
  .catalog__preview {
    width: 280px;
  }
  .catalog__car {
    font-size: 18px;
  }
  .filters {
    width: auto;
  }
  .filters__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filters__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 300px;
    padding: 50px 0 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
  .filters__wrapper.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .filters__list {
    max-height: 100%;
    overflow: auto;
  }
  .filters__bg.show {
    visibility: visible;
    opacity: 1;
  }
  .filters__control {
    display: block;
  }
  .sorting {
    font-size: 16px;
  }
  .sorting__col:first-child {
    width: calc(100% - 370px);
  }
  .sorting__col:nth-child(2) {
    width: 130px;
  }
  .sorting__col:nth-child(3) {
    width: 240px;
  }
  .sorting__link:before {
    top: 7px;
  }
  .faq__title {
    margin-bottom: 25px;
  }
  .footer__body {
    padding: 30px 0;
  }
  .footer__col:first-child {
    border: none;
  }
  .footer__col:nth-child(2) {
    padding: 0;
  }
  .footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px 0;
  }
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 20px 10px 0;
  }
  .footer__item:not(:last-child) {
    margin-right: 10px;
    padding: 0;
  }
  .footer__menu .footer__link {
    font-size: 14px;
  }
  .footer__menu .footer__link:before {
    top: 6px;
  }
  .card__row {
    display: block;
  }
  .card__col:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  .card__col:nth-child(2) {
    width: 100%;
  }
  .card__body_form .card__stage {
    margin-bottom: 20px;
  }
  .card:not(:last-child) {
    margin-bottom: 70px;
  }
  .identical__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .identical__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 14px);
    flex: 0 0 calc(50% - 14px);
    width: calc(50% - 14px);
    margin-top: 20px;
  }
  .identical__item--block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
  }
  .identical__item--block .identical__body {
    padding-top: 25px;
  }
  .identical__action {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
  }
  .identical__car {
    font-size: 18px;
  }
  .identical__parameters li {
    font-size: 18px;
  }
  .bid__form {
    margin: 0 -10px;
  }
  .bid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }
  .bid__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .bid__btn {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .tl-rating-block__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .tl-rating-block__label {
    font: bold 12px/1.5 "Roboto", sans-serif;
  }
  .tl-rating-block__label span {
    font: 500 10px/1.2 "Roboto", sans-serif;
  }
  .tl-rating-block__value .tl-star {
    margin-top: 2px;
  }
  .tl-params-block__item {
    text-align: center;
  }
  .tl-params-block__value {
    font-size: 22px;
  }
  .tl-params-block__value span {
    font-size: 16px;
  }
  .tl-params-block__value > svg {
    width: 25px;
    height: 25px;
  }
  .tl-params-block__value > svg.icon-icon-wifi {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .tl-params-block__value > svg.icon-icon-car {
    margin: 0 auto;
  }
  .tl-params-block__value--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .tl-params-block__label {
    display: none;
  }
  .tl-params-block__mob-label {
    display: block;
    font: 500 12px "Roboto", sans-serif;
  }
  .tl-params-block--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .tl-params-block--vertical .tl-params-block__item {
    padding: 0 10px;
    margin-bottom: 0;
    border-right: 1px #050707 solid;
  }
  .tl-params-block--vertical .tl-params-block__item:last-child {
    border: 0;
  }
  .tl-params-block--vertical .tl-params-block__item:after {
    display: none;
  }
  .tl-params-block--white .tl-params-block__item {
    border-color: #fff;
  }
  .tl-params-block--white .tl-params-block__item:after {
    background: #fff;
  }
  .tl-tabs-nav--blue-dashed .tl-tabs-nav__item {
    font-size: 14px;
  }
  .tl-tabs-nav--blue-dashed .tl-tabs-nav__item > a, .tl-tabs-nav--blue-dashed .tl-tabs-nav__item > span {
    min-width: 0;
  }
  .tl-model-block__wrapper {
    padding: 30px 20px 20px;
  }
  .tl-model-block__wrapper:before {
    width: 22px;
    height: 22px;
    top: -12px;
  }
  .tl-model-block__wrapper:after {
    width: 34px;
    height: 34px;
    top: -18px;
  }
  .tl-model-block__title {
    font: 18px/1.5 "Roboto", sans-serif;
  }
  .tl-model-block__subtitle {
    font: 18px/1.5 "Roboto", sans-serif;
  }
  .tl-model-block__body {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 10px;
    font: 14px/20px "Roboto", sans-serif;
  }
  .tl-model-block__body p {
    margin-bottom: 15px;
  }
  .tl-model-block__body p:last-child {
    margin-bottom: 0;
  }
  .tl-model-block__price {
    font: 500 24px "Roboto", sans-serif;
  }
  .tl-advantage-block {
    padding: 20px;
  }
  .tl-advantage-block__img img {
    height: 50px;
  }
  .tl-advantage-block__title {
    font: 14px "Roboto", sans-serif;
  }
  .tl-text-default {
    /* p, ol, ul{margin-bottom: 20px;
            &:last-child{margin-bottom: 0px;}
        }  */
  }
  h1, .title-h1 {
    font: 28px/34px "Roboto", sans-serif;
  }
  h3, .title-h3 {
    font: 28px/34px "Roboto", sans-serif;
  }
  h4, .title-h4 {
    font: 22px/30px "Roboto", sans-serif;
  }
  h5, .title-h5 {
    font: 20px/28px "Roboto", sans-serif;
  }
  .tl-lending-head-section__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 550px;
  }
  .tl-lending-head-section__params {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
  }
  .tl-lending-head-section__buttons {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 -10px -20px;
  }
  .tl-lending-head-section__buttons .btn {
    margin: 0 10px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    padding: 10px 10px;
    height: auto;
  }
  .tl-lending-head-section--default .tl-lending-head-section__buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .tl-lending-head-section--default .tl-lending-head-section__buttons .btn {
    margin: 0 7px;
    min-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .tl-lending-head-section--default .tl-lending-head-section__go {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font: 600 12px "Roboto", sans-serif;
    color: #fff;
  }
  .tl-lending-head-section--default .tl-lending-head-section__go a {
    color: #fff;
    text-decoration: underline;
  }
  .tl-lending-head-section--default .tl-lending-head-section__bottom {
    /* bottom: 50px; position: absolute; left: 0; width: 100%; */
    opacity: 1;
  }
  .tl-lending-head-section--default .tl-lending-head-section__scroll {
    position: static;
    bottom: 0;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tl-lending-head-section--default .tl-lending-head-section__scroll span {
    font: 600 11px/17px "Roboto", sans-serif;
    color: #fff;
    display: block;
    width: 150px;
    text-align: center;
    border-bottom: 2px #fff solid;
    margin: 0 auto 10px;
    padding-bottom: 3px;
  }
  .tl-lending-head-section--default .tl-lending-head-section__scroll svg {
    display: block;
    margin: 0 auto;
  }
  .tl-lending-head-section--default .tl-lending-head-section__dots {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
  }
  .tl-lending-head-section--default .tl-lending-head-section__dots li {
    margin: 0 3px;
  }
  .tl-lending-head-section--default .tl-lending-head-section__dots li a {
    display: block;
    width: 9px;
    height: 9px;
    border: 2px #A2A3A5 solid;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .tl-lending-head-section--default .tl-lending-head-section__dots li.active a {
    border-color: #fff;
    background: #fff;
  }
  .tl-lending-2-section__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: none;
    padding: 40px 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
  }
  .tl-lending-2-section__info:after {
    display: none;
  }
  .tl-lending-2-section__img-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 40px 0 0;
  }
  .tl-lending-2-section__group-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tl-lending-2-section__group-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
  }
  .tl-lending-2-section__title {
    margin-bottom: 20px;
  }
  .tl-lending-2-section__group-1 {
    margin-bottom: 0;
  }
  .tl-lending-2-section__rating {
    margin-bottom: 20px;
  }
  .tl-lending-3-section__item {
    text-align: center;
  }
  .tl-lending-3-section__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 22px;
  }
  .tl-lending-3-section__value span {
    font-size: 16px;
  }
  .tl-lending-3-section__value svg {
    width: 25px;
    height: 25px;
  }
  .tl-lending-3-section__label {
    display: none;
  }
  .tl-lending-3-section__mob-label {
    display: block;
    font: 500 12px "Roboto", sans-serif;
  }
  .tl-info-section {
    padding: 40px 0;
  }
  .tl-info-section__title {
    font-size: 22px;
  }
  .tl-lending-4-section__params {
    bottom: 50px;
  }
  .tl-lending-5-section__video {
    position: relative;
    height: 500px;
  }
  .tl-lending-5-section__info {
    padding: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    max-width: none;
  }
  .tl-lending-5-section__info .tl-params-block {
    max-width: 500px;
    margin: 0 auto;
  }
  .tl-lending-6-section__video, .tl-lending-6-section__img {
    position: relative !important;
    height: 500px !important;
  }
  .tl-lending-6-section__info {
    padding: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    max-width: none;
  }
  .tl-lending-6-section__info .tl-params-block {
    max-width: 550px;
    margin: 0 auto;
  }
  .tl-lending-7-section {
    background-size: 100% auto;
    background-position: 50% 110px;
  }
  .tl-lending-7-section__container {
    padding-bottom: 200px;
    padding-top: 30px;
  }
  .tl-lending-7-section--s .tl-lending-7-section__container {
    padding-bottom: 200px;
  }
  .tl-params-section__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 70px 0;
  }
  .tl-lending-8-section__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tl-lending-8-section__title {
    font-size: 22px;
  }
  .tl-lending-8-section--3 .tl-lending-8-section__text {
    font: 500 12px/1.5 "Roboto", sans-serif;
  }
  .tl-lending-8-section--3 .tl-lending-8-section__info {
    max-width: 270px;
    margin-right: 20px;
  }
  .tl-products-section__row {
    margin: 0 -10px -20px;
  }
  .tl-products-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 12 * 4);
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .tl-products-section__title {
    font: bold 22px "Roboto", sans-serif;
  }
  .tl-model-section__title {
    margin-bottom: 40px;
    font: 300 30px "Roboto", sans-serif;
  }
  .tl-model-section__row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tl-model-section__item {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tl-configurator-section__title {
    margin-bottom: 40px;
    font: 300 30px "Roboto", sans-serif;
  }
  .tl-configurator-section__img {
    height: 500px;
    /* &> img{ width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; margin: 0 auto;
                &.active{ display: block; }
            } */
  }
  .tl-configurator-section__panel__wrapper {
    padding: 20px 30px 10px;
  }
  .tl-configurator-section__panel__close {
    top: 10px;
    right: 10px;
    height: 14px;
  }
  .tl-configurator-section__panel__close svg {
    width: 14px;
    height: 14px;
  }
  .tl-configurator-section__panel__row {
    margin: 0 -10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tl-configurator-section__panel__item {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .tl-configurator-section__panel__item label img {
    padding: 4px;
    max-width: 100px;
  }
  .tl-configurator-section__wheels {
    width: 650px;
    bottom: 135px;
    -webkit-transform: translateX(calc(-50% - 16px));
    -ms-transform: translateX(calc(-50% - 16px));
    transform: translateX(calc(-50% - 16px));
  }
  .tl-configurator-section__wheels img {
    max-width: 100%;
  }
  .tl-configurator-section__tab-nav {
    padding: 0;
  }
  .tl-configurator-section--s .tl-configurator-section__wheels {
    bottom: 155px;
    /* left: 50%; transform: translateX(calc(-50% - 23px)); */
  }
  .tl-configurator-section--3 .tl-configurator-section__img {
    height: 400px;
    margin-bottom: 120px;
  }
  .tl-configurator-section--3 .tl-configurator-section__wheels {
    bottom: 205px;
    width: 560px;
    -webkit-transform: translateX(calc(-50% + 33px));
    -ms-transform: translateX(calc(-50% + 33px));
    transform: translateX(calc(-50% + 33px));
  }
  .tl-steps-section {
    padding: 50px 0;
  }
  .tl-steps-section__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .tl-steps-section__item__line {
    top: 20px;
    width: calc(100% - 80px);
  }
  .tl-steps-section__item__num span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .tl-calc-section {
    padding: 30px 0 50px;
  }
  .tl-calc-section__title {
    font: 300 26px "Roboto", sans-serif;
  }
  .tl-calc-section__total__value {
    font: 40px/1.5 "Roboto", sans-serif;
  }
  .tl-calc-section__total__label {
    font: 300 18px "Roboto", sans-serif;
  }
  .tl-calc-section__distance__title {
    font: 18px "Roboto", sans-serif;
    margin-bottom: 20px;
  }
  .tl-advantages-section {
    padding: 50px 0;
  }
  .tl-advantages-section__title {
    font: 300 26px "Roboto", sans-serif;
  }
  .tl-advantages-section__desc {
    font-size: 18px;
  }
  .tl-text-section {
    padding: 50px 0;
  }
  .tl-lending-about-section {
    padding-top: 70px;
  }
  .tl-lending-about-section__head {
    padding-left: 20px;
  }
  .tl-lending-about-section__title {
    font: 500 52px "Roboto", sans-serif;
    /* margin-right: 50px; */
  }
  .tl-lending-about-section__title span {
    font: 20px "Roboto", sans-serif;
  }
  .tl-lending-about-section__text {
    font: 24px "Roboto", sans-serif;
  }
  .tl-lending-about-section__text span {
    font: 20px "Roboto", sans-serif;
  }
  .tl-lending-about-section__slider__title {
    font: bold 250px/1 "Roboto", sans-serif;
    left: 25%;
  }
  .tl-lending-about-section__dots {
    bottom: 20px;
  }
  .tl-lending-about-section__dots__line {
    width: calc(100% - 70px);
  }
  .tl-lending-about-section__dots__num {
    width: 40px;
    height: 40px;
    font: bold 26px "Roboto", sans-serif;
  }
  .tl-lending-about-section__dots__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    max-width: 104px;
    padding: 0 20px;
  }
  .tl-lending-about-section__dots__item.active .tl-lending-about-section__dots__num {
    width: 54px;
    height: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .page {
    padding-top: 93px;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .header {
    -webkit-box-shadow: 0px 5px 25px rgba(218, 218, 218, 0.41);
    box-shadow: 0px 5px 25px rgba(218, 218, 218, 0.41);
  }
  .header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__center {
    display: block;
    padding: 0;
  }

  .header__top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header__social {
    display: none;
  }
  .header__menu {
    display: block;
  }
  .header__link {
    display: block;
    border-bottom: 1px solid #F3F3F3;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
  }
  .header__top .header__link:not(:last-child) {
    margin: 0;
  }
  .header__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 20px;
  }
  .header__logo {
    margin-right: 20px;
  }
  .header__body .header__logo {
    display: none;
  }
  .header__logo .header__pic {
    width: 70px;
  }
  .header__search {
    margin: 0 0 10px;
  }
  .header__search .header__input {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    padding-right: 45px;
    font-size: 15px;
    border-radius: 0;
  }
  .header__open {
    right: 5px;
  }
  .header__contacts {
    display: none;
  }
  .header__address {
    display: block;
    margin: 0;
  }
  .header__place {
    display: block;
  }
  .header__phone {
    margin-top: 3px;
  }
  .header__btn {
    min-width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .header__bottom {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #F3F3F3;
  }
  .header__bottom .header__link {
    font-size: 16px;
    font-weight: 700;
  }
  .header.active {
    -webkit-box-shadow: 0px 5px 25px rgba(218, 218, 218, 0.41);
    box-shadow: 0px 5px 25px rgba(218, 218, 218, 0.41);
  }
  .header.active .header__top {
    padding: 0;
  }
  .header.active .header__body {
    padding: 20px;
  }
  .header.active .header__bottom {
    padding: 0;
  }
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social__link {
    width: 42px;
    height: 42px;
  }
  .social__link .icon {
    font-size: 16px;
  }
  .social__link .icon-vk {
    font-size: 10px;
  }
  .section {
    padding: 20px 0 45px;
  }
  .section--minimal {
    padding: 0;
  }
  .section__absolute {
    padding: 10px 0;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .breadcrumbs--minimal {
    margin: 0;
  }
  .breadcrumbs__item {
    font-size: 14px;
  }
  .title {
    font-size: 24px;
  }
  .title_sm {
    font-size: 20px;
  }
  .catalog__open {
    font-size: 18px;
  }
  .catalog__item {
    display: block;
  }
  .catalog__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .catalog__preview {
    display: block;
    width: 100%;
    border-radius: 3px 3px 0 0;
  }
  .catalog__preview .catalog__pic {
    height: auto;
  }
  .catalog__details {
    display: block;
    padding: 0;
  }
  .catalog__wrap {
    padding: 20px;
  }
  .catalog__car {
    font-size: 20px;
  }
  .catalog__control {
    width: 100%;
    padding: 0;
  }
  .catalog__options {
    margin-top: -5px;
  }
  .catalog__option {
    margin-top: 5px;
  }
  .catalog__variants {
    margin: 15px -20px 0;
  }
  .catalog__variant {
    margin: 0;
    font-size: 15px;
  }
  .catalog__variant:not(:first-child) {
    margin-left: -1px;
  }
  .catalog__price {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .catalog__money {
    display: inline;
    margin-left: 5px;
  }
  .catalog__btn {
    height: 50px;
    font-size: 18px;
  }
  .sorting__row {
    display: block;
  }
  .sorting__col:first-child {
    width: 100%;
    padding: 0;
  }
  .sorting__col:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  .sorting__col:nth-child(3) {
    width: 100%;
  }
  .sorting__col:not(:last-child) {
    margin-bottom: 25px;
  }
  .faq__head {
    padding: 10px 45px 10px 15px;
  }
  .faq__head .icon {
    right: 15px;
  }
  .faq__body {
    padding: 15px 15px 20px;
  }
  .footer__row {
    display: block;
  }
  .footer__col:first-child {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
  .footer__logo {
    margin: 0 0 15px;
  }
  .footer .social {
    margin-top: 10px;
  }
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .footer__menu .footer__link:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer__bottom {
    padding: 20px 0;
  }
  .footer__bottom .footer__center {
    display: block;
    text-align: center;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
  }
  .footer__links .footer__link:not(:last-child) {
    margin: 0 0 15px;
  }
  .card__title {
    font-size: 20px;
  }
  .card__vin {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .card__top {
    margin-bottom: 10px;
  }
  .card__bottom {
    margin: 0 -5px 15px;
  }
  .card__bottom .card__preview {
    margin: 0 5px;
  }
  .card__actions {
    display: none;
  }
  .card__all {
    left: 0;
    bottom: 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 34px;
  }
  .card__option {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    width: calc(33.333% - 10px);
    text-align: center;
  }
  .card__icon {
    margin: 0 auto 10px;
  }
  .card__value {
    white-space: nowrap;
    font-size: 15px;
  }
  .card__content h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .card__content h2:not(:first-child) {
    margin-top: 0;
  }
  .card__content p {
    font-size: 14px;
    line-height: 1.3;
  }
  .card__content ul {
    -webkit-column-count: auto;
    column-count: auto;
  }
  .card__content ul li {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .card__content ul li:before {
    top: 3px;
  }
  .card__content ul.items3 {
    -webkit-column-count: auto;
    column-count: auto;
  }
  .card__content ul + h2:not(:first-child) {
    margin-top: 0;
  }
  .card__head {
    padding: 0;
  }
  .card__body {
    padding: 15px;
    -webkit-box-shadow: 0px 3px 10px rgba(156, 156, 156, 0.1);
    box-shadow: 0px 3px 10px rgba(156, 156, 156, 0.1);
  }
  .card__body:not(:last-child) {
    margin-bottom: 15px;
  }
  .card__body_info .card__stage {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .card__body_manager .card__stage {
    margin-bottom: 10px;
  }
  .card__table tr:not(:last-child) td {
    padding-bottom: 8px;
  }
  .card__user {
    margin-bottom: 7px;
  }
  .card__field:not(:last-child) {
    margin-bottom: 15px;
  }
  .card .slick-arrow {
    width: 29px;
    height: 45px;
    background-size: 20px auto;
  }
  .card:not(:last-child) {
    margin-bottom: 50px;
  }
  .identical__title {
    margin-bottom: 25px;
  }
  .identical__list {
    display: block;
    margin: 0;
  }
  .identical__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .identical__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .identical__item--block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
  }
  .identical__body {
    padding-bottom: 15px;
  }
  .identical__action {
    font-size: 14px;
  }
  .identical__parameters li {
    font-size: 16px;
  }
  .bid__container {
    padding: 20px;
  }
  .bid__title {
    text-align: center;
  }
  .bid__info {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
  }
  .bid__form {
    display: block;
  }
  .bid__col {
    width: 100%;
    margin: 0;
  }
  .bid__col:last-child {
    width: 100%;
    margin: 0;
  }
  .bid__col:not(:last-child) {
    margin-bottom: 15px;
  }
  .popup__close {
    top: 12px;
    right: 10px;
  }
  .popup_gallery {
    padding: 0;
  }
  .gallery {
    padding: 10px;
  }
  .gallery__head {
    padding: 0 0 10px;
  }
  .gallery__line {
    display: block;
  }
  .gallery__title {
    margin: 0 0 5px;
    padding-right: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
  }
  .gallery__price {
    font-size: 18px;
  }
  .gallery__code {
    position: absolute;
    top: 27px;
    right: 10px;
    font-size: 14px;
  }
  .gallery__body {
    height: calc(100vh - 77px);
  }
  .gallery__view {
    display: none;
  }
}

@media (max-width: 724px) {
  .tl-params-block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tl-params-block__item {
    padding: 0 10px;
  }
  .tl-params-block__item:last-child {
    border: 0;
    padding-right: 0;
  }
  .tl-params-block__item:first-child {
    padding-left: 0;
  }
  .tl-tabs-nav--blue-dashed .tl-tabs-nav__item {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .tl-tabs-nav--blue-dashed .tl-tabs-nav__item:last-child {
    margin-bottom: 0;
  }
  .tl-lending-head-section__container {
    padding-top: 40px;
  }
  .tl-lending-head-section__title {
    font: 700 30px "Roboto", sans-serif;
  }
  .tl-lending-head-section__wrapper {
    padding: 0;
    /* background-color: rgba($white, .8); */
  }
  .tl-lending-head-section__params {
    margin-bottom: 20px;
  }
  .tl-lending-head-section__params__item:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
  .tl-lending-head-section__params__item:not(:last-child) .d-hide_xs {
    display: none;
  }
  .tl-lending-head-section__buttons {
    margin: 0 -5px -10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tl-lending-head-section__buttons .btn {
    margin: 0 5px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    padding: 10px 10px;
    height: auto;
  }
  .tl-lending-head-section--s .tl-lending-head-section__params {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tl-lending-head-section--default .tl-lending-head-section__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tl-lending-head-section--default .tl-lending-head-section__nav {
    margin-bottom: 30px;
  }
  .tl-lending-head-section--default .tl-lending-head-section__title {
    font: 700 34px/40px "Roboto", sans-serif;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .tl-lending-head-section--default .tl-lending-head-section__buttons {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tl-lending-head-section--default .tl-lending-head-section__buttons .btn {
    margin: 0 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    font-size: 14px;
    padding: 10px 10px;
    height: auto;
  }
  .tl-lending-head-section--default .tl-lending-head-section__info.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .tl-lending-head-section--default .tl-lending-head-section__img {
    height: calc(100vh - 90px);
    min-height: calc(100vh - 90px);
  }
  .tl-lending-head-section--default .tl-lending-head-section__img .hero-image img {
    height: calc(100vh - 90px);
    min-height: calc(100vh - 90px);
  }
  .tl-lending-head-section--default .tl-lending-head-section__go {
    display: none;
  }
  .tl-lending-2-section__group-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tl-lending-2-section__group-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tl-lending-2-section__subtitle {
    font-size: 14px;
  }
  .tl-lending-2-section__title {
    font: 500 20px/1.5 "Roboto", sans-serif;
  }
  .tl-lending-3-section {
    height: 400px;
    background: url("../img/lending-3-section-bg-xs.jfif") 50% 50%/cover no-repeat;
  }

  .tl-lending-3-section__tesla-s {
    height: 400px;
    background: url("../img/lending-3-section-bg-s.jpg") 50% 50%/cover no-repeat;
  }
  .tl-lending-3-section__container {
    padding-bottom: 20px;
  }
  .tl-lending-3-section__wrapper {
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tl-lending-3-section__item {
    padding: 0 10px;
  }
  .tl-lending-3-section--two {
    background: url("../img/lending-3-section-bg-2.jpg") 35% 50%/cover no-repeat;
  }
  .tl-info-section__container {
    display: block;
  }
  .tl-info-section__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tl-info-section__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .tl-info-section__button {
    display: none;
  }
  .tl-info-section__mob-button {
    display: block;
    margin-top: 20px;
  }
  .tl-info-section__mob-button .btn {
    width: 100%;
    text-align: center;
  }
  .tl-lending-7-section__container {
    padding-bottom: 200px;
    padding-top: 20px;
  }
  .tl-params-section__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tl-params-section__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 0;
  }
  .tl-params-section__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 40px 0;
  }
  .tl-params-section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .tl-lending-8-section__container {
    padding-top: 70px;
    padding-bottom: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tl-lending-8-section__title {
    font-size: 20px;
    white-space: normal;
    text-align: center;
  }
  .tl-lending-8-section__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .tl-lending-8-section__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .tl-lending-8-section--3 .tl-lending-8-section__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tl-lending-8-section--3 .tl-lending-8-section__text {
    text-align: center;
  }
  .tl-lending-8-section--3 .tl-lending-8-section__info {
    max-width: 100%;
  }
  .tl-products-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 12 * 6);
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .tl-products-section__title {
    font: bold 20px "Roboto", sans-serif;
  }
  .tl-model-section {
    padding: 40px 0;
  }
  .tl-model-section__title {
    font: 300 26px "Roboto", sans-serif;
  }
  .tl-model-section__row {
    margin-bottom: -40px;
  }
  .tl-model-section__item {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tl-model-section__item.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tl-model-section--seats .tl-model-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tl-configurator-section__img {
    height: auto;
    position: relative;
  }
  .tl-configurator-section__img > img {
    width: 100%;
  }
  .tl-configurator-section__panel {
    position: static;
    /* &__close{ top: 10px; right: 10px; height: 14px;
                svg{ width: 14px; height: 14px; }
            } */
  }
  .tl-configurator-section__panel .container {
    padding: 0;
  }
  .tl-configurator-section__panel__row {
    margin: 0 -5px;
  }
  .tl-configurator-section__panel__item {
    padding: 0 5px;
  }
  .tl-configurator-section__panel__item label img {
    padding: 2px;
    max-width: 50px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tl-configurator-section__panel__item label p {
    word-break: break-word;
  }
  .tl-configurator-section__panel__close {
    display: none;
  }
  .tl-configurator-section__wheels {
    width: 58%;
    bottom: 27%;
    -webkit-transform: translateX(calc(-50% - 5px));
    -ms-transform: translateX(calc(-50% - 5px));
    transform: translateX(calc(-50% - 5px));
  }
  .tl-configurator-section__wheels img {
    max-width: 100%;
  }
  .tl-configurator-section--s .tl-configurator-section__wheels {
    bottom: 31%;
    /* left: 50%; transform: translateX(calc(-50% - 23px)); */
  }
  .tl-configurator-section--3 .tl-configurator-section__img {
    height: auto;
    position: relative;
    margin-bottom: 0;
  }
  .tl-configurator-section--3 .tl-configurator-section__img > img {
    width: 100%;
  }
  .tl-configurator-section--3 .tl-configurator-section__wheels {
    bottom: 22%;
    width: 58%;
    -webkit-transform: translateX(calc(-50% + 13px));
    -ms-transform: translateX(calc(-50% + 13px));
    transform: translateX(calc(-50% + 13px));
  }
  .tl-total-section__blue-bg__title {
    font: 22px "Roboto", sans-serif;
  }
  .tl-total-section__blue-bg__total span {
    padding: 0 40px;
    font: bold 30px/50px "Roboto", sans-serif;
  }
  .tl-total-section__white-bg__title {
    font: 300 24px "Roboto", sans-serif;
  }
  .tl-total-section__white-bg__desc {
    font: 16px/1.5 "Roboto", sans-serif;
  }
  .tl-total-section__white-bg__label {
    font: 300 16px "Roboto", sans-serif;
  }
  .tl-total-section__white-bg__total span {
    font: bold 38px "Roboto", sans-serif;
  }
  .tl-steps-section {
    padding: 40px 0;
  }
  .tl-steps-section__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .tl-steps-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
  }
  .tl-steps-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .tl-steps-section__item:nth-of-type(2n) .tl-steps-section__item__line {
    display: none;
  }
  .tl-calc-section {
    padding: 20px 0 40px;
  }
  .tl-calc-section__title {
    font: 300 24px "Roboto", sans-serif;
  }
  .tl-calc-section__total__value {
    font: 36px/1.5 "Roboto", sans-serif;
  }
  .tl-calc-section__total__label {
    font: 300 16px "Roboto", sans-serif;
  }
  .tl-calc-section__distance {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .tl-calc-section__distance__title {
    font: 16px "Roboto", sans-serif;
    margin-bottom: 15px;
  }
  .tl-calc-section__price {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .tl-calc-section__price__label {
    font: 300 14px/1.5 "Roboto", sans-serif;
  }
  .tl-calc-section__totals {
    padding: 0 30px;
  }
  .tl-advantages-section {
    padding: 40px 0;
  }
  .tl-advantages-section__title {
    font: 300 24px "Roboto", sans-serif;
  }
  .tl-advantages-section__desc {
    font-size: 16px;
  }
  .tl-advantages-section__row {
    margin-bottom: -20px;
  }
  .tl-advantages-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .tl-text-section {
    padding: 40px 0;
  }
  .tl-lending-about-section {
    padding-top: 0;
  }
  .tl-lending-about-section__head {
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    margin-bottom: 20px;
  }
  .tl-lending-about-section__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tl-lending-about-section__title {
    font: 500 32px "Roboto", sans-serif;
    margin-right: 40px;
  }
  .tl-lending-about-section__title span {
    font: 18px "Roboto", sans-serif;
  }
  .tl-lending-about-section__text {
    font: 20px "Roboto", sans-serif;
    margin-top: 10px;
  }
  .tl-lending-about-section__text span {
    font: 16px "Roboto", sans-serif;
    margin-left: 60px;
  }
  .tl-lending-about-section__slider__title {
    font: bold 150px/1 "Roboto", sans-serif;
    left: auto;
    right: 20px;
  }
  .tl-lending-about-section__dots {
    bottom: 10px;
    /*
            &__line{  width: calc(100% - 70px); }
            &__num{ width: 40px; height: 40px;  font: bold 26px $family;
                }
            &__item{ flex: 0 0 104px; max-width: 104px; padding: 0 20px;

                &.active{
                    .tl-lending-about-section__dots__num{  width: 54px; height: 54px; }
                }
            } */
  }
}

@media (max-width: 520px) {
  .tl-lending-2-section__group-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .tl-lending-2-section__group-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tl-lending-2-section__img {
    margin: 0 -350px 0 -50px;
  }
  .tl-lending-2-section__img__label.label-1 {
    padding-bottom: 120px;
  }
  .tl-lending-2-section__img__label.label-1 span {
    max-width: 80px;
  }
  .tl-lending-2-section__img__label.label-2 {
    bottom: 76%;
    left: 39%;
    padding-bottom: 70px;
  }
  .tl-lending-2-section__img__label.label-2 span {
    max-width: 70px;
  }
  .tl-lending-2-section__img__label.label-3 span {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    max-width: 100px;
    margin: 0 10px 0 0;
  }
  .tl-lending-2-section--3 .tl-lending-2-section__img {
    margin: 0 -170px 0 0;
  }
  .tl-lending-2-section--3 .tl-lending-2-section__img__label.label-1 {
    padding-bottom: 120px;
  }
  .tl-lending-2-section--3 .tl-lending-2-section__img__label.label-1 span {
    max-width: 80px;
  }
  .tl-lending-2-section--3 .tl-lending-2-section__img__label.label-2 {
    bottom: 76%;
    left: 39%;
    padding-bottom: 70px;
  }
  .tl-lending-2-section--3 .tl-lending-2-section__img__label.label-2 span {
    max-width: 70px;
  }
  .tl-lending-2-section--3 .tl-lending-2-section__img__label.label-3 {
    padding-top: 100px;
  }
  .tl-lending-2-section--3 .tl-lending-2-section__img__label.label-3 span {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    max-width: 100px;
    margin: 0 10px 0 0;
  }
  .tl-lending-2-section--3 .tl-lending-2-section__img img {
    margin: 0 0 0 -130px;
  }
  .tl-products-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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