@charset "UTF-8";
/* ====================== FONTS =================== */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,700&subset=cyrillic");
/* ====================== HELPERS =================== */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

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

.clearfix:after {
  clear: both;
}

.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.white-svg {
  fill: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.black-svg {
  fill: #000000;
}

.light-gray-bg {
  background-color: #f2f2f2;
}

.light-gray-text {
  color: #f2f2f2;
}

.light-gray-svg {
  fill: #f2f2f2;
}

.orange-bg {
  background-color: #f7821d;
}

.orange-text {
  color: #f7821d;
}

.orange-svg {
  fill: #f7821d;
}

.title-orange-bg {
  background-color: #f7821d;
}

.title-orange-text {
  color: #f7821d;
}

.title-orange-svg {
  fill: #f7821d;
}

.share-bg-orange-bg {
  background-color: #f7821d;
}

.share-bg-orange-text {
  color: #f7821d;
}

.share-bg-orange-svg {
  fill: #f7821d;
}

.steps-bg-orange-bg {
  background-color: #f36220;
}

.steps-bg-orange-text {
  color: #f36220;
}

.steps-bg-orange-svg {
  fill: #f36220;
}

.btn-start-orange-bg {
  background-color: #ff9000;
}

.btn-start-orange-text {
  color: #ff9000;
}

.btn-start-orange-svg {
  fill: #ff9000;
}

.btn-end-orange-bg {
  background-color: #ff6113;
}

.btn-end-orange-text {
  color: #ff6113;
}

.btn-end-orange-svg {
  fill: #ff6113;
}

.btn-ghost-border-bg {
  background-color: #f2f2f2;
}

.btn-ghost-border-text {
  color: #f2f2f2;
}

.btn-ghost-border-svg {
  fill: #f2f2f2;
}

.instruction-bg-orange-bg {
  background-color: #f36220;
}

.instruction-bg-orange-text {
  color: #f36220;
}

.instruction-bg-orange-svg {
  fill: #f36220;
}

.modal-bg-orange-bg {
  background-color: rgba(241, 79, 34, 0.8);
}

.modal-bg-orange-text {
  color: rgba(241, 79, 34, 0.8);
}

.modal-bg-orange-svg {
  fill: rgba(241, 79, 34, 0.8);
}

.scroll-orange-bg {
  background-color: #f14f22;
}

.scroll-orange-text {
  color: #f14f22;
}

.scroll-orange-svg {
  fill: #f14f22;
}

.text-black-bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.text-black-text {
  color: rgba(0, 0, 0, 0.7);
}

.text-black-svg {
  fill: rgba(0, 0, 0, 0.7);
}

.form-input-bg-bg {
  background-color: #f7f7f7;
}

.form-input-bg-text {
  color: #f7f7f7;
}

.form-input-bg-svg {
  fill: #f7f7f7;
}

.form-label-color-bg {
  background-color: rgba(50, 50, 50, 0.8);
}

.form-label-color-text {
  color: rgba(50, 50, 50, 0.8);
}

.form-label-color-svg {
  fill: rgba(50, 50, 50, 0.8);
}

.checkbox-bg-bg {
  background-color: #f7f7f7;
}

.checkbox-bg-text {
  color: #f7f7f7;
}

.checkbox-bg-svg {
  fill: #f7f7f7;
}

.light-yellow-bg {
  background-color: #fdeab2;
}

.light-yellow-text {
  color: #fdeab2;
}

.light-yellow-svg {
  fill: #fdeab2;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.columns .column.is-half {
  width: 50%;
}

.ftl-container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 580px) and (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ====================== ASSETS =================== */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #e8e9ec;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e8e9ec;
  opacity: 1;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #cdda01;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e8e9ec;
  opacity: 1;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #cdda01;
  width: 38px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #cdda01;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 38px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #cdda01;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 38px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 38px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e8e9ec;
  opacity: 1;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #cdda01;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e8e9ec;
  opacity: 1;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #cdda01;
  width: 38px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #e8e9ec;
  opacity: 1;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #cdda01;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #e8e9ec;
  opacity: 1;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #cdda01;
}

.ps--theme_light {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps--theme_light {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps--theme_light {
    overflow: auto !important;
  }
}

.ps--theme_light.ps--active-x > .ps__scrollbar-x-rail,
.ps--theme_light.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #DCE54E;
}

.ps--theme_light.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #DCE54E;
  opacity: 1;
}

.ps--theme_light.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #212549;
  height: 8px;
}

.ps--theme_light.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #DCE54E;
  opacity: 1;
}

.ps--theme_light.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #212549;
  width: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #212549;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps--theme_light > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 8px !important;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 8px;
}

.ps--theme_light > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #212549;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 8px;
}

.ps--theme_light > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps--theme_light > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 8px;
}

.ps--theme_light:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #DCE54E;
  opacity: 1;
}

.ps--theme_light:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #212549;
  height: 8px;
}

.ps--theme_light:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #DCE54E;
  opacity: 1;
}

.ps--theme_light:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #212549;
  width: 8px;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail,
.ps--theme_light:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail:hover {
  background-color: #DCE54E;
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #212549;
}

.ps--theme_light:hover > .ps__scrollbar-y-rail:hover {
  background-color: #DCE54E;
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #212549;
}

/* croper */
.cropper {
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.cropper .cropper-bg {
  background: white;
}

.cropper .cropper-view-box {
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: 0px;
}

.cropper .cropper-modal {
  opacity: .8;
  background-color: #e4e4e4;
}

.cropper .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cropper .crop-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cropper .image-cropper {
  position: relative;
}

.cropper .img-container {
  width: 100%;
  height: 520px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .cropper .img-container {
    height: 300px;
  }
}

.cropper .image-resize {
  position: absolute;
  top: 0;
  left: 0;
}

.cropper .image-proportion {
  position: absolute;
  top: 0;
  right: 0;
}

.cropper .image-proportion a {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 5px 0;
  position: relative;
}

.cropper .proportion-1-1 {
  background-image: url("../src/images/fk/crop-prop-1-1.png");
}

.cropper .proportion-1-2 {
  background-image: url("../src/images/fk/crop-prop-1-2.png");
}

.cropper .proportion-2-1 {
  background-image: url("../src/images/fk/crop-prop-2-1.png");
}

.cropper .proportion-1-1._active,
.cropper .proportion-1-2._active,
.cropper .proportion-2-1._active {
  background-position: 0 -44px;
}

.cropper .image-resize a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #212549;
  color: white;
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

.cropper .image-new {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 10px;
  padding: 0 15px;
  cursor: pointer;
  color: white;
  background-color: #212549;
}

.cropper .file-upload {
  text-align: center;
}

.cropper .file-upload span {
  border-bottom: 1px solid;
  font-size: 18px;
  cursor: pointer;
}

.cropper .file-upload input[type="file"] {
  position: absolute;
  left: -3000px;
}

.cropper .filename {
  background: transparent;
  border: 0;
  text-align: center;
}

.cropper .modal-cropper {
  position: absolute;
}

.cropper .crop-modal__wrap {
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 10px;
  max-width: 700px;
  min-width: 600px;
  /*box-shadow: 13px 13px 0px #b4e3ef; */
}

.cropper .__comment-form-submit {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  padding: 0 1em;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#ff6113));
  background: -webkit-linear-gradient(top, #ff9000, #ff6113);
  background: -o-linear-gradient(top, #ff9000, #ff6113);
  background: linear-gradient(to bottom, #ff9000, #ff6113);
  color: white;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 180px;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
}

.cropper .__comment-form-submit:hover {
  color: #ffffff;
}

.upload-container {
  position: absolute;
}

@media screen and (max-width: 579px) {
  .upload-container {
    position: relative;
  }
}

.upload-holder {
  position: relative;
  max-width: 590px;
  margin: 0 auto;
  padding: 30px 0 18px;
}

/* /croper */
/*!
 * Cropper.js v1.0.0-alpha
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-12-04T14:06:47.119Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.cropper-container img {
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg;
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee;
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75;
}

.cropper-center:after, .cropper-center:before {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face, .cropper-line, .cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  background-color: #39f;
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
  }
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;\a     base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

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

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

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

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

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
      transform: rotate(-50deg);
}

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

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

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

.jq-file input {
  cursor: pointer;
}

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

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

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

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

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

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

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

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

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

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

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

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

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

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

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

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

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

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

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

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

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

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

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 144px;
  text-align: left;
  background-color: #f7f7f7;
}

.jq-selectbox__select {
  height: 48px;
  background-color: #f7f7f7;
  line-height: 48px;
}

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

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

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
}

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

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  left: 0;
  /*	border: 1px solid #CCC;*/
  /*	border-radius: 4px;*/
  background-color: white;
  /*	box-shadow: 0 2px 10px rgba(0,0,0,.2);*/
  font: 15px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

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

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

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 15px;
  height: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA10lEQVQokX3QLUtEURSF4efcOOD/sQoqFotYFZMgAyoYDH6AXkHDYPIfmCYOWPwIgsliEMFiN1gcBg1TrmG2cjgOs+HAXmudd4WdmtoxtnCBPZMn4RQb6KSm9oVWhCc4mAB3sBP7oEIvC/fjjZujDIRuhTVcZ2aN7QLcxWGmr9CuMMQS7rPwHOuxb+Isy26xjGFq6j9zCjeYDt3gEitGh4IHLOAbqqxxEMFT6ITVDHzE4i9YwtCPgpfCfw6/n5slDB+Yx1voV8zis/w4DoZ3zOAOc1H4b34AuM4uJVCYVhkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  /*	border-top-color: #000;*/
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  /*	border-top-color: #AAA;*/
}

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

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

.jq-selectbox li {
  min-height: 48px;
  line-height: 48px;
  padding: 0 10px 0;
  font-size: 14px;
}

.jq-selectbox li:hover {
  background-color: #fdeab2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.styler {
  overflow: auto;
}

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

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

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

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

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

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

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

/* ====================== COMMON =================== */
.td-form {
  padding: 0 !important;
  max-width: 400px;
  margin: 0 auto;
}

.td-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.td-form__row--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.td-form__row--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.td-form__row--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.td-form__row .is-half {
  width: 50%;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .td-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.td-form__label {
  text-align: right;
  padding-right: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.td-form__label--left {
  max-width: 82px;
  width: 82px;
  position: absolute;
  left: -82px;
  text-align: right;
  padding-right: .5em;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .td-form__label--left {
    width: inherit;
    max-width: inherit;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .td-form__label {
    position: relative;
    width: inherit;
    -webkit-align-self: inherit;
        -ms-flex-item-align: inherit;
            align-self: inherit;
    left: inherit;
    text-align: left;
  }
}

.td-form__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: 1px solid;
}

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

.td-form__input--no-fw {
  width: inherit;
}

.td-form__input-space {
  display: block;
  border: none;
  width: 100%;
  height: 48px;
  line-height: 48px;
}

.td-form__submit {
  display: block;
  margin: 0 auto;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 184px;
  margin-top: 20px;
}

.td-form__submit:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.ftl-main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ftl-main .styled-title {
  font-family: 'Rubik', sans-serif;
}

.is-hidden {
  display: none !important;
}

.dashed {
  border-bottom: 1px dashed;
}

.content {
  max-width: 1000px;
  width: 82%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  .content {
    max-width: 793px;
  }
}

.ftl-members__container {
  margin: 0 auto 0;
  padding: 0 0 0 0;
  max-width: 716px;
  width: 90%;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-members__container {
    width: 100%;
  }
}

.ftl-members__list {
  font-size: 0;
}

.ftl-members__list.tab-content__item {
  display: none;
}

.ftl-members__list.tab-content__item._active {
  display: block;
}

.ftl-members__item {
  width: 50%;
  display: inline-block;
  font-size: 1rem;
  color: #343434;
  padding: 15px 0 20px 0;
  vertical-align: top;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .ftl-members__item {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.ftl-members__item img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0 0 0;
  width: 80px;
  height: 80px;
}

.ftl-members .td-member {
  max-width: 300px;
}

.ftl-members .td-member__username {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ftl-members .td-member__avatar {
  float: left;
}

.ftl-members .td-member__avatar img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0 0 0;
  width: 80px;
  height: 80px;
}

.ftl-members .td-member__show-review {
  display: inline-block;
  width: 117px;
  height: 34px;
  margin-top: 5px;
  line-height: 34px;
  background-color: #f2f2f2;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  cursor: default;
}

.ftl-members .td-member__show-review._active {
  cursor: pointer;
}

.ftl-members .td-member__info {
  margin: 0 20px 0 98px;
  max-width: 180px;
}

.ftl-members .td-member__city {
  margin-bottom: 0;
}

.ftl-members-pagination {
  width: 86%;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members-pagination {
    width: 100%;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-members-pagination {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

.ftl-members-pagination__prev-page::after {
  content: "Предыдущая";
  margin-left: .4em;
}

@media screen and (max-width: 580px) {
  .ftl-members-pagination__prev-page::after {
    content: "";
    display: none;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-members-pagination__prev-page::after {
    content: "";
    display: none;
  }
}

.ftl-members-pagination__next-page::before {
  content: "Следующая";
  margin-right: .4em;
}

@media screen and (max-width: 580px) {
  .ftl-members-pagination__next-page::before {
    content: "";
    display: none;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-members-pagination__next-page::before {
    content: "";
    display: none;
  }
}

.ftl-members-pagination__next-page, .ftl-members-pagination__prev-page {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: none;
  padding: 0 1rem;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ftl-members-pagination__next-page::before, .ftl-members-pagination__next-page::after, .ftl-members-pagination__prev-page::before, .ftl-members-pagination__prev-page::after {
  line-height: 40px;
  padding: 0;
  font-weight: bold;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members-pagination__next-page, .ftl-members-pagination__prev-page {
    font-size: 12px;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-members-pagination__next-page, .ftl-members-pagination__prev-page {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    text-align: center;
  }
  .ftl-members-pagination__next-page span, .ftl-members-pagination__prev-page span {
    display: none;
  }
}

.ftl-members-pagination__item {
  background-color: transparent;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 40px;
  border-color: transparent;
  padding: 0;
  font-weight: bold;
}

.ftl-members-pagination__item._active {
  color: #000000;
}

.ftl-members ._td-text {
  padding: 40px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-members ._td-text {
    padding: 20px;
  }
}

.ftl-members ._td-text h2 {
  font-size: 55px;
  line-height: 1.333;
  padding: 0 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-members ._td-text h2 {
    font-size: 35px;
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text h2 {
    font-size: 55px;
    padding: 0 0 20px;
  }
}

.ftl-members ._td-text-info {
  padding: 57px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-members ._td-text-info {
    padding: 40px 0 0;
  }
}

.ftl-members ._td-text-info ._animate-spin {
  display: inline-block;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.ftl-members ._td-text-info h1 {
  font-size: 45px;
  line-height: 1;
  padding: 20px 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text-info h1 {
    font-size: 35px;
    padding: 20px 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text-info h1 {
    font-size: 45px;
    padding: 20px 0 20px;
  }
}

.ftl-members ._td-text-info p {
  font-size: 22px;
  line-height: 1.2;
  padding: 0 130px 70px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text-info p {
    font-size: 18px;
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text-info p {
    padding: 0 70px 70px;
  }
}

.ftl-members ._td-text-info p ._enter {
  color: #000;
  border-bottom: 1px solid rgba(146, 54, 139, 0.3);
}

.ftl-members ._td-text-info p.__login {
  padding: 0 0 70px;
}

.ftl-members ._td-text-info a {
  margin: 0 0 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text-info a {
    margin: 0 0 30px 0;
  }
}

.ftl-members ._td-text ._link {
  color: #93378c;
  border-bottom: 1px solid rgba(146, 54, 139, 0.3);
  display: inline-block;
}

.ftl-members ._td-text ._td-user-info {
  padding: 0 0 15px 0;
}

.ftl-members ._td-text ._td-user-info ._link-nav {
  display: block;
  width: 45px;
  height: 49px;
  background-repeat: no-repeat;
  padding: 0;
}

.ftl-members ._td-text ._td-user-info ._link-nav._prev {
  background-image: url("../src/images/td/td-arrow-prev.png");
  margin-left: 40px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-user-info ._link-nav._prev {
    margin-left: 0;
  }
}

.ftl-members ._td-text ._td-user-info ._link-nav._next {
  background-image: url("../src/images/td/td-arrow-next.png");
  margin-right: 40px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-user-info ._link-nav._next {
    margin-right: 0;
  }
}

.ftl-members ._td-text ._td-user-info ._autor {
  display: inline-block;
}

.ftl-members ._td-text ._td-user-info ._autor ._user-avatar {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 5px;
  width: 55px;
  height: 55px;
}

.ftl-members ._td-text ._td-user-info ._autor a {
  color: #343434;
}

.ftl-members ._td-text ._td-user-info ._autor a span {
  border-bottom: 1px solid rgba(52, 52, 52, 0.3);
}

.ftl-members ._td-text ._td-user-content h2 {
  font-size: 55px;
  line-height: 1.333;
  padding: 0 0 20px;
  word-wrap: break-word;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-members ._td-text ._td-user-content h2 {
    font-size: 30px;
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-user-content h2 {
    font-size: 35px;
    padding: 0 0 20px;
  }
}

.ftl-members ._td-text ._td-user-content ._td-user-txt {
  max-width: 524px;
  margin: 0 auto;
}

.ftl-members ._td-text ._td-user-content ._td-user-txt img {
  display: block;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.ftl-members ._td-text ._td-user-content ._td-user-txt p {
  padding: 10px 5px;
  font-size: 16px;
  word-wrap: break-word;
}

.ftl-members ._td-text ._td-form-container {
  /* Firefox 19+ */
  /* Firefox 18- */
}

.ftl-members ._td-text ._td-form-container ._td-form-in {
  padding: 20px 95px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container ._td-form-in {
    padding: 10px 0 0 0;
  }
}

.ftl-members ._td-text ._td-form-container ._td-form-in textarea {
  width: 432px;
  height: 300px;
  padding: 10px;
  margin: 0 0 20px 10px;
  background-color: #f7f7f7;
  overflow: auto;
  outline: none;
  border: none;
  resize: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container ._td-form-in textarea {
    width: 100%;
    height: 200px;
    margin: 8px 0 20px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container ._td-form-in textarea {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.ftl-members ._td-text ._td-form-container ._td-form-inl {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container ._td-form-inl {
    width: 100%;
  }
}

.ftl-members ._td-text ._td-form-container .field {
  clear: both;
  text-align: right;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .field {
    text-align: left;
  }
}

.ftl-members ._td-text ._td-form-container input._success {
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(110, 199, 43, 0.75);
          box-shadow: inset 0px 0px 20px 0px rgba(110, 199, 43, 0.75);
}

.ftl-members ._td-text ._td-form-container input.error, .ftl-members ._td-text ._td-form-container input._error {
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(255, 6, 19, 0.75);
          box-shadow: inset 0px 0px 20px 0px rgba(255, 6, 19, 0.75);
}

.ftl-members ._td-text ._td-form-container ._textareafield * {
  vertical-align: top;
}

.ftl-members ._td-text ._td-form-container .__form-checkbox {
  margin: 0 0 0 110px;
}

.ftl-members ._td-text ._td-form-container .__form-checkbox.__order {
  margin: 0 0 30px 65px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .__form-checkbox.__order {
    margin: 0 auto 40px;
  }
}

.ftl-members ._td-text ._td-form-container .__form-checkbox.__order label {
  font-size: 15px;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .__form-checkbox {
    margin: 0 0 0 0;
  }
}

.ftl-members ._td-text ._td-form-container .__form-checkbox input[type=checkbox] {
  display: none;
}

.ftl-members ._td-text ._td-form-container .__form-checkbox .__user-check {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}

.ftl-members ._td-text ._td-form-container .__form-checkbox .__user-check:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  left: 0;
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 -23px;
}

.ftl-members ._td-text ._td-form-container .__form-checkbox .__user-check.error:before {
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(255, 6, 19, 0.75);
          box-shadow: inset 0px 0px 20px 0px rgba(255, 6, 19, 0.75);
}

.ftl-members ._td-text ._td-form-container .__form-checkbox input[type=checkbox]:checked + .__user-check:before {
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ftl-members ._td-text ._td-form-container .field-2 {
  clear: both;
  text-align: right;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .field-2 {
    text-align: center;
  }
}

.ftl-members ._td-text ._td-form-container .field-2 label.__label-2 {
  font-size: 15px;
  color: #323232;
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  text-align: right;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .field-2 label.__label-2 {
    padding-right: 10px;
    width: 90px;
    font-size: 22px;
  }
}

.ftl-members ._td-text ._td-form-container .field-2 .input-2 {
  height: 48px;
  padding: 0 10px 0 10px;
  margin: 0 0 20px 10px;
  background-color: #f7f7f7;
  border: none;
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .field-2 .input-2 {
    margin: 0 0 20px 0px;
  }
}

.ftl-members ._td-text ._td-form-container .field-3 {
  clear: both;
  text-align: right;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .field-3 {
    text-align: center;
  }
}

.ftl-members ._td-text ._td-form-container .field-3 label.__label-3 {
  font-size: 15px;
  color: #323232;
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .field-3 label.__label-3 {
    width: 90px;
    text-align: left;
    font-size: 22px;
  }
}

.ftl-members ._td-text ._td-form-container .field-3 .input-3 {
  height: 48px;
  padding: 0 10px 0 10px;
  margin: 0 0 10px 2px;
  background-color: #f7f7f7;
  border: none;
  font-size: 18px;
}

.ftl-members ._td-text ._td-form-container ._field-line {
  height: 2px;
  margin: 20px 0 20px 103px;
  background-color: #f7f7f7;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container ._field-line {
    margin: 20px 0 20px 0;
  }
}

.ftl-members ._td-text ._td-form-container label {
  font-size: 15px;
  color: #323232;
  display: inline-block;
  width: 94px;
  vertical-align: middle;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container label {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.ftl-members ._td-text ._td-form-container .input {
  height: 48px;
  padding: 0 10px 0 10px;
  margin: 0 0 20px 10px;
  background-color: #f7f7f7;
  border: none;
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .input {
    margin: 8px 0 20px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .input {
    margin: 0 0 20px 0;
  }
}

.ftl-members ._td-text ._td-form-container ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.ftl-members ._td-text ._td-form-container ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.ftl-members ._td-text ._td-form-container :-moz-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.ftl-members ._td-text ._td-form-container :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.ftl-members ._td-text ._td-form-container .inp-l {
  width: 432px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .inp-l {
    width: 100%;
  }
}

.ftl-members ._td-text ._td-form-container .inp-s-1 {
  width: 70px;
}

.ftl-members ._td-text ._td-form-container .inp-s-1.__sity {
  width: 200px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .inp-s-1.__sity {
    width: 100%;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .inp-s-1.__sity {
    width: 250px;
  }
}

.ftl-members ._td-text ._td-form-container .__holder {
  padding-top: 0;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-members ._td-text ._td-form-container .__holder {
    padding-top: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 579px) {
  .ftl-members ._td-text ._td-form-container .__holder {
    padding-top: 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .__holder {
    padding-top: 20px;
  }
}

.ftl-members ._td-text ._td-form-container .__button-form {
  padding: 20px 0 0 0;
}

.ftl-members ._td-text ._td-form-container .__form-submit {
  cursor: pointer;
  width: 181px;
  height: 59px;
  line-height: 59px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../src/images/td/green-btn-td-form.png");
  -webkit-background-size: cover;
          background-size: cover;
  color: #ffffff;
  font-size: 22px;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .ftl-members ._td-text ._td-form-container .__form-submit {
    width: 141px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
  }
}

.ftl-members ._td-text ._td-form-container .__form-publish {
  cursor: pointer;
  width: 208px;
  height: 59px;
  line-height: 59px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../src/images/td/green-btn-td-low.png");
  -webkit-background-size: cover;
          background-size: cover;
  color: #ffffff;
  font-size: 22px;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .ftl-members ._td-text ._td-form-container .__form-publish {
    width: 162px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
  }
}

.ftl-members ._td-text ._td-form-container .__img-form {
  max-width: 432px;
  margin: 0 0 0 110px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .__img-form {
    margin: 0 0 0 0;
  }
}

.ftl-members ._td-text ._td-form-container .__img-form-load {
  margin: 20px 0 20px 0;
}

.ftl-members ._td-text ._td-form-container .__img-form-load-txt {
  width: 80px;
  text-align: right;
  float: left;
  margin: 0 0 0 -92px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .__img-form-load-txt {
    width: 100%;
    text-align: left;
    float: none;
    margin: 0 0 3px 0;
  }
}

.ftl-members ._td-text ._td-form-container .__img-form-item {
  width: 130px;
  height: 130px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f4f4f4;
  margin: 0 13px 13px 0;
  position: relative;
}

.ftl-members ._td-text ._td-form-container .__img-form-item:last-child {
  margin: 0 0 13px 0;
}

.ftl-members ._td-text ._td-form-container .__loading-img-dell {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  background-image: url("../src/images/td/img-dell.png");
  background-repeat: no-repeat;
}

.ftl-members ._td-text ._td-form-container ._img-final {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
}

.ftl-members ._td-text ._td-form-container .__loading-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.ftl-members ._td-text ._td-form-container .__img-download {
  position: absolute;
  width: 86px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.4);
}

.ftl-members ._td-text ._td-form-container .__img-download-view {
  width: 86px;
  height: 6px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #e8e8e8;
  margin-top: 6px;
}

.ftl-members ._td-text ._td-form-container .__img-download-view div {
  height: 6px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #93378c;
}

.ftl-members ._td-text ._td-form-container .__img-form-upload {
  width: 130px;
  height: 130px;
  display: block;
  padding-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  padding-top: 50px;
  color: #93378c !important;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-members ._td-text ._td-form-container .__img-form-upload {
    text-align: center;
  }
}

.ftl-members ._td-text ._td-form-container .__img-form-upload + input {
  display: none;
}

.ftl-members .__button-form {
  padding: 30px 0 0 0;
}

.ftl-members .__form-submit {
  text-indent: -5000px;
  cursor: pointer;
  width: 285px;
  height: 121px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../src/images/td/btn-order.png");
  -webkit-background-size: cover;
          background-size: cover;
}

.ftl-members .__form-publish {
  text-indent: -5000px;
  cursor: pointer;
  width: 221px;
  height: 106px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../src/images/td/btn-publish.png");
  -webkit-background-size: cover;
          background-size: cover;
}

.ftl-members ._td-bottom-link-container {
  padding: 30px 0 0 0;
}

.ftl-members ._td-bottom-link-container ._all-users-btn {
  display: inline-block;
  width: 252px;
  background-image: url("../src/images/td/btn-all-users.png");
}

.ps__scrollbar-y {
  background-color: #f14f22 !important;
  width: 8px !important;
  -webkit-border-radius: 8px !important;
          border-radius: 8px !important;
}

.ps__scrollbar-y-rail {
  background-color: rgba(241, 79, 34, 0.1) !important;
  width: 8px !important;
  right: 25px !important;
  -webkit-border-radius: 8px !important;
          border-radius: 8px !important;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 79, 34, 0.8);
  z-index: 1300000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
}

.modal-overlay.modal-overlay-visible {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1350000;
  margin-top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
          transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  visibility: hidden;
}

.modal b, .modal .strong, .modal strong {
  font-weight: bold;
}

.modal.modal-in {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.modal.modal-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transform: translate3d(0, 0, 0) scale(0.815);
          transform: translate3d(0, 0, 0) scale(0.815);
}

.modal__decoration {
  position: absolute;
  top: -37px;
  left: -10vw;
  width: 233px;
  height: 143px;
  background-image: url("../src/images/common/modal-viruses.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}

/* ======================================= */
.ftl-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ftl-modal__wrap {
  position: relative;
  background-color: #ffffff;
  max-width: 700px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-modal__wrap {
    min-width: 300px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-modal__wrap {
    min-width: 500px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ftl-modal__wrap {
    min-width: 700px;
  }
}

@media screen and (min-width: 1200px) {
  .ftl-modal__wrap {
    min-width: 700px;
  }
}

.ftl-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 27px;
  z-index: 1;
  background-image: url("../src/images/common/btn-modal-close.png");
  cursor: pointer;
}

.ftl-modal-popup__content {
  position: relative;
}

.ftl-modal-popup__title {
  margin: 0 0 10px;
  line-height: 1.333;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  color: #f7821d;
  font-size: 36px;
  text-align: center;
  margin-top: 40px;
}

.ftl-modal-popup__sub-title {
  margin: 0 100px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-modal-popup__sub-title {
    margin: 0 20px 15px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-modal-popup__sub-title {
    margin: 0 40px;
  }
}

.ftl-modal-popup__scroll {
  height: 300px;
  /* iPhone 5 ----------- */
  /* iPhone 6 ----------- */
  /* Samsung Galaxy S3 ----------- */
  /* Samsung Galaxy G ----------- */
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  .ftl-modal-popup__scroll {
    height: 200px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .ftl-modal-popup__scroll {
    height: 300px;
  }
}

@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: landscape) {
  .ftl-modal-popup__scroll {
    height: 200px;
  }
}

@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: portrait) {
  .ftl-modal-popup__scroll {
    height: 300px;
  }
}

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) {
  .ftl-modal-popup__scroll {
    height: 200px;
  }
}

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: portrait) {
  .ftl-modal-popup__scroll {
    height: 300px;
  }
}

@media only screen and (min-width: 320px) and (max-height: 640px) and (orientation: landscape) {
  .ftl-modal-popup__scroll {
    height: 150px;
  }
}

@media only screen and (min-width: 320px) and (max-height: 640px) and (orientation: portrait) {
  .ftl-modal-popup__scroll {
    height: 300px;
  }
}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: landscape) {
  .ftl-modal-popup__scroll {
    height: 150px;
  }
}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: portrait) {
  .ftl-modal-popup__scroll {
    height: 300px;
  }
}

.ftl-modal-popup__rules-text {
  padding: 0 40px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 580px) {
  .ftl-modal-popup__rules-text {
    padding-left: 20px;
  }
}

.ftl-modal-popup__rules-text p {
  padding: 10px 20px 10px 0;
  font-size: 16px;
  font-family: "RobotoRegular","PT Sans",Arial,sans-serif;
}

.ftl-modal-popup__rules-text p b {
  font-family: "robotoBold","PT Sans",Arial,sans-serif;
}

.ftl-sharing {
  display: block;
  text-align: center;
  padding: 40px 0;
}

@media screen and (max-width: 960px) {
  .ftl-sharing {
    padding: 30px 0;
  }
}

.ftl-sharing__list {
  font-size: 0;
  margin: 0;
}

.ftl-sharing__item {
  display: inline-block;
  vertical-align: middle;
}

.ftl-sharing__item + .ftl-sharing__item {
  margin-left: 10px;
}

.ftl-sharing__link {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #f7821d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .ftl-sharing__link {
    width: 30px;
    height: 30px;
  }
}

.ftl-sharing__link._bb {
  padding: 6px;
}

.ftl-sharing__link._vk {
  padding: 0 12px;
}

.ftl-sharing__link._fb, .ftl-sharing__link._ok {
  padding: 8px;
}

.ftl-sharing__link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.ftl-sharing__link:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #f89036;
}

.panel {
  background-color: #ffffff;
  margin: 0 auto;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .panel {
    width: 100%;
  }
}

.panel__header {
  border: none;
  display: block;
  font-family: "FuturaDemi";
  font-size: 18px;
  line-height: 100px;
  height: 100px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.panel__header > h1,
.panel__header > h2,
.panel__header > h3,
.panel__header > h4,
.panel__header > h5,
.panel__header > .title {
  height: 100px;
  line-height: 100px;
  font-family: "FuturaDemi";
  text-align: center;
  text-transform: uppercase;
}

.panel__body {
  padding: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .panel__body {
    padding: 1.3rem;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .panel__body {
    padding: 2rem;
  }
}

.panel__footer {
  color: white;
  font-family: "FuturaDemi";
  display: block;
  border: none;
  font-size: 18px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.panel__footer > * {
  color: white;
}

.panel__footer a {
  border-bottom: 2px solid white;
}

.panel [type=submit]:hover {
  cursor: pointer;
}

.ftl-review {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.ftl-review .empty-width-116px {
  min-width: 116px;
}

.ftl-review__head-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ftl-review__head {
  position: relative;
}

.ftl-review__author {
  text-align: center;
}

.ftl-review__avatar {
  width: 54px;
  height: 54px;
  overflow: hidden;
  -webkit-border-radius: 54px;
          border-radius: 54px;
  margin-left: auto;
  margin-right: auto;
}

.ftl-review__avatar img {
  width: 54px;
  height: auto;
}

.ftl-review__title {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ftl-review__all-reviews {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  white-space: nowrap;
}

.ftl-review__all-reviews:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-review__all-reviews {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

.ftl-review__cover {
  width: 100%;
  height: auto;
  border-width: 0;
  border-color: transparent;
}

.ftl-review__body {
  padding-left: .5em;
  padding-right: .5em;
}

.ftl-review__body img {
  width: 100%;
  height: auto;
}

.ftl-review__body p {
  margin-top: 1em;
  text-align: justify;
  padding: 0 !important;
}

.ftl-review__body p + img {
  margin-top: 1em;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-review__body {
    padding-left: 0;
    padding-right: 0;
  }
}

.ftl-review__footer {
  margin-top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ftl-review__next, .ftl-review__prev {
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 43px;
}

.ftl-review__next:hover, .ftl-review__prev:hover {
  color: white;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* ====================== UI =================== */
.checkbox {
  white-space: nowrap;
}

.checkbox input[type=checkbox] {
  width: 0 !important;
  height: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
}

.checkbox input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: inherit;
}

.checkbox input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 2px solid #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  margin-right: 4px;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .checkbox input[type=checkbox] + label::before {
    width: 14px;
    height: 14px;
  }
}

.checkbox input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  color: white;
  width: 4px;
  height: 8px;
  opacity: 0;
  border-bottom: 2px solid #f7821d;
  border-right: 2px solid #f7821d;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-transform: translate(0, -50%) scale(1) rotate(45deg);
      -ms-transform: translate(0, -50%) scale(1) rotate(45deg);
          transform: translate(0, -50%) scale(1) rotate(45deg);
}

.checkbox input[type=checkbox]:focus + label::before, .checkbox input[type=checkbox]:active + label::before {
  outline: none;
}

.checkbox input[type=checkbox]:checked + label::before {
  border-color: #f7f7f7;
}

.checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1) rotate(45deg);
      -ms-transform: translate(0, -50%) scale(1) rotate(45deg);
          transform: translate(0, -50%) scale(1) rotate(45deg);
}

/* ====================== MODULES =================== */
/* ====================== THEME =================== */
.ftl__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 36px;
  text-align: center;
  color: #f7821d;
}

.rules-link {
  color: #f7821d;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(247, 130, 29, 0.5);
}

.cropper .image-resize a {
  line-height: 44px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#ff6113));
  background: -webkit-linear-gradient(top, #ff9000, #ff6113);
  background: -o-linear-gradient(top, #ff9000, #ff6113);
  background: linear-gradient(to bottom, #ff9000, #ff6113);
}

.cropper .modal-cropper {
  position: fixed;
}

.td-form__label {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-size: 14px;
  color: rgba(50, 50, 50, 0.8);
}

.td-form__input {
  background-color: #f7f7f7;
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-size: 14px;
  border: none;
}

.td-form__submit {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  padding: 0 1em;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#ff6113));
  background: -webkit-linear-gradient(top, #ff9000, #ff6113);
  background: -o-linear-gradient(top, #ff9000, #ff6113);
  background: linear-gradient(to bottom, #ff9000, #ff6113);
  color: white;
}

.td-form__submit:hover {
  color: white;
}

.td-form .padding-left {
  padding-left: .5em;
}

.td-form .rules-paragraph {
  line-height: 1.8em;
}

.__form-publish {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  padding: 0 1em;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#ff6113));
  background: -webkit-linear-gradient(top, #ff9000, #ff6113);
  background: -o-linear-gradient(top, #ff9000, #ff6113);
  background: linear-gradient(to bottom, #ff9000, #ff6113);
  color: white;
}

.__form-publish:hover {
  color: white;
}

.ftl-members--no-buttons .td-member__show-review {
  display: none;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-members .content {
    width: 90%;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-members .content {
    width: 100%;
  }
}

.ftl-members__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  color: #f7821d;
  text-align: center;
  font-size: 36px;
  margin-bottom: 1em;
}

.ftl-members__products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members__products {
    margin-bottom: 30px;
  }
}

.ftl-members__products-item {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 10px;
  border: 2px solid #ffffff;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-members__products-item {
    width: 100px;
    height: 100px;
  }
}

.ftl-members__products-item._active {
  border: 2px solid #f7821d;
}

.ftl-members__products-item._badge {
  background-image: url("../src/images/product/badge.png");
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain;
}

.ftl-members__products-item._maska {
  background-image: url("../src/images/product/maska.png");
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain;
}

.ftl-members .td-member__username {
  color: #f7821d;
}

.ftl-members .td-member__city {
  font-size: 13px;
  color: #343434;
}

.ftl-members .td-member__show-review._active {
  background-color: #f7821d;
}

.ftl-members-pagination__next-page::before, .ftl-members-pagination__prev-page::after, .ftl-members-pagination__item {
  color: #f7821d;
}

.ftl-members-pagination__next-page, .ftl-members-pagination__prev-page {
  background-color: #f2f2f2;
}

.ftl-modal--promo .ftl-modal-popup__content {
  padding: 3rem;
  background-image: url("../src/images/common/modal-bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-modal--promo .ftl-modal-popup__content {
    padding: 4rem 1rem;
    -webkit-background-size: cover;
            background-size: cover;
    background-image: url("../src/images/common/modal-bg-580.png");
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-modal--promo .ftl-modal-popup__content {
    padding: 1rem;
    background-image: url("../src/images/common/modal-bg-320.png");
  }
}

.ftl-modal--promo .columns {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-modal--promo .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-modal--promo .column.is-half {
    width: 100%;
  }
}

.ftl-modal--promo .column:first-child {
  text-align: right;
  padding-right: 1rem;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-modal--promo .column:first-child {
    text-align: center;
    padding: 0;
  }
}

.ftl-modal--promo .column:last-child {
  text-align: left;
  padding-left: 1rem;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-modal--promo .column:last-child {
    text-align: center;
    padding-left: 0;
    padding-top: 1rem;
  }
}

.ftl-review__author-name {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}

.ftl-review__head {
  padding-bottom: 28px;
}

.ftl-review__head .rules-link {
  margin-top: 8px;
  display: inline-block;
}

.ftl-review__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 36px;
  line-height: 1.2em;
  color: #f7821d;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-review__title {
    font-size: 32px;
  }
}

.ftl-review__body p {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.ftl-review__footer {
  margin-top: 88px;
  margin-bottom: 20px;
}

.ftl-review__all-reviews {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  padding: 0 1em;
  border: 2px solid #f2f2f2;
  background-color: white;
  color: #f7821d;
}

.ftl-review__all-reviews:hover {
  color: #f7821d;
}

.ftl-review__prev, .ftl-review__next {
  width: 19px;
  height: 51px;
}

.ftl-review__next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAzCAYAAAB1/DP6AAACS0lEQVRIiaXXX2iNYRwH8M9ma9N2seRPIaVIrchq5UJy4QK5mFK7oeRCQjSzsrBYa/KfjEkh5UKk3PlT3GiRK0oujCgsF1pJS5MxF+9zeHaabe+zp9b5fs95z+ec7bzv7zwrGe4AdViKm/gucZVhBp6iAg1Yn4qVohLloTeEn2TsIy5F951DVSoG+/El5Hlomwz2FS3R/c2oTcXgOh6HXI5ulKRiw9iBn6GvxMZUDF7hTNRPoiYVgw58CHkWOieDDaAp6ttQn4rBHdwNeQouhtskDHZhMOT68A6TsXdG/r06MTMVgxPoDblG9ukmYz+wM+qbZOdfEgYPZXOO7Iro9m/K5MZgL76FXCu7dpOxPhyKeptsuiRhcB4vQq6Szb1kbEg2CIZDb8C6VIzsu+JK1LswNRWDVvSHPB8HJoP1Y1/UW7AoFYOreBJyBS5MBhsuenersCYVg8Yo96EnFauTnSaF1YyBFKzUyGH5ALcKD+RdW7Es5EHZEP37KnnWDByJ+jG8ScWOY1rIb3E0fjAPtgKbox5/R+TCymQnZmG7cBv3iw+aKNaExSEPYM9oB00Em2vkYGzHp1TsLKpDfhn6qGs8bC02hFzYJQ2lYJVGjuZr6BnrlcfCWrEg5OIZlgtbWPTkeM+bG+uS/ZrwDJfHg/6HNWJ1yL+wHb9TsGqcjno3nk8EGg1rx5yQP+PgRKFibAl2Rz3eX+TCCrubstAf4UYeKMa2YHnIxXuyXFi1bGIW1im8TsVmY3ro7+XY94+G9eIw7sku6uT/hP8AgftrFvvrpuMAAAAASUVORK5CYII=");
  width: 19px;
}

.ftl-review__prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAzCAYAAAB1/DP6AAACTklEQVRIiaXXTYhPURjH8c8YkkaoydSk1KyUUhazsFAWNopiYUEsJCVmjDDlbSTMjMSUd1Js1NRsLCgbC0VeosRuMpHUlGjy2jSmYSzuuc2Zv3n53/N/Vr/fuadvt3ue+5znqRo9pZKowXa8xPOZFaHowVoMo2FGBaCNAQTVGEmFzcX5yF/D51TYCSwK+hPaIAW2DC2Rb8X3FFgVriI/uIfozh8WhW3DyqCHsRujKbBanIl8F3rjDUVgnVgY9Ae0l24oF7YCOyLfgsEUWLUsj/K9d3Fvoo3lwJqwPOhB7J1s43SwesSloF32vZJgXZgXdG/wk8ZUsNXYHPSoLKeGU2CzcSXy3bJsnzImg7ViSdDfgp82JoI14Gjk22SVIQl2EXOCfoXr5YAmgq3HuqD/Yhf+pMBqwlvlcQMvygWVwo5hcdBfcKQIKIYtxf5ovRVfU2B59ZwV1h7hdlFQDluDVdHaYVH1LAp7jI/R2pYUUA77hX3R2k40psLgDu4HnRfD6lQY7MFQ0I3hDZNh79ER+Q7UpcLgLN4GvQDnKoH9RnPktxqfNoVg8EDWd/F/QheGwQH8CLr0VysM68fxyMdFoDAMLuN10DW4UAlsxPguZ4OxtrMwDJ7hZuQvGSvphWFwCANBl142hWEDOBj5+BosDINbeBp06QVdGJa3ByPBx61DYRi8kR1AHnFTUxhGlsj9QdfjZCWwn7JfLY9mY41g0lDRIysGlLSoqeNOk6xcETXPqbA+42eCTsyvZEQ8jXdB16KukuF1CJtkJ/wEff8Ao49tq7ijUNgAAAAASUVORK5CYII=");
  width: 19px;
}

/* ====================== SECTIONS =================== */
.ftl-td {
  /* --------------- */
}

.ftl-td-target-bg {
  background-color: #ffffff;
  background-image: url("../src/images/td/td-bg.png");
  background-repeat: repeat-x;
}

.ftl-td-content {
  padding: 60px 0;
  /*----------------- */
  /* --------------- */
}

.ftl-td-content ._td-container-in {
  margin: 0 auto 0;
  padding: 0 0 0 0;
  max-width: 716px;
}

@media screen and (min-width: 320px) and (max-width: 730px) {
  .ftl-td-content ._td-container-in {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}

.ftl-td-content ._td-text {
  padding: 0 40px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-td-content ._td-text {
    padding: 0 20px;
  }
}

.ftl-td-content ._td-text h2 {
  font-size: 36px;
  line-height: 1.2;
  padding: 0 0 10px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-td-content ._td-text h2 {
    font-size: 35px;
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text h2 {
    font-size: 55px;
    padding: 0 0 20px;
  }
}

.ftl-td-content ._td-text p {
  font-size: 16px;
  line-height: 1.2;
  padding: 0 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text p br {
    display: none;
  }
}

.ftl-td-content ._td-text-info {
  padding: 57px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-td-content ._td-text-info {
    padding: 40px 0 0;
  }
}

.ftl-td-content ._td-text-info ._animate-spin {
  display: inline-block;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.ftl-td-content ._td-text-info h1 {
  font-size: 22px;
  line-height: 1;
  padding: 20px 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text-info h1 {
    font-size: 22px;
    padding: 20px 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text-info h1 {
    font-size: 22px;
    padding: 20px 0 20px;
  }
}

.ftl-td-content ._td-text-info p {
  font-size: 16px;
  line-height: 1.2;
  padding: 0 130px 70px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text-info p {
    font-size: 16px;
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text-info p {
    padding: 0 70px 70px;
  }
}

.ftl-td-content ._td-text-info p ._enter {
  border-bottom: 1px solid rgba(114, 114, 114, 0.3);
}

.ftl-td-content ._td-text-info p.__login {
  padding: 0 0 70px;
}

.ftl-td-content ._td-text-info a {
  margin: 0 0 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text-info a {
    margin: 0 0 30px 0;
  }
}

.ftl-td-content ._td-text ._link {
  color: #57abdf;
  border-bottom: 1px solid rgba(87, 171, 223, 0.3);
  display: inline-block;
}

.ftl-td-content ._td-text ._td-user-info {
  padding: 0 0 15px 0;
}

.ftl-td-content ._td-text ._td-user-info ._link-nav {
  display: block;
  width: 20px;
  height: 52px;
  background-repeat: no-repeat;
}

.ftl-td-content ._td-text ._td-user-info ._link-nav._prev {
  background-image: url("../src/images/td/td-arrow-prev.png");
  margin-left: 40px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-user-info ._link-nav._prev {
    margin-left: 0;
  }
}

.ftl-td-content ._td-text ._td-user-info ._link-nav._next {
  background-image: url("../src/images/td/td-arrow-next.png");
  margin-right: 40px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-user-info ._link-nav._next {
    margin-right: 0;
  }
}

.ftl-td-content ._td-text ._td-user-info ._autor {
  display: inline-block;
}

.ftl-td-content ._td-text ._td-user-info ._autor ._user-avatar {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 5px;
  width: 55px;
  height: 55px;
}

.ftl-td-content ._td-text ._td-user-info ._autor a {
  color: #343434;
}

.ftl-td-content ._td-text ._td-user-info ._autor a span {
  border-bottom: 1px solid rgba(52, 52, 52, 0.3);
}

.ftl-td-content ._td-text ._td-user-content h2 {
  font-size: 36px;
  line-height: 1.333;
  padding: 0 0 20px;
  word-wrap: break-word;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-td-content ._td-text ._td-user-content h2 {
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-user-content h2 {
    padding: 0 0 20px;
  }
}

.ftl-td-content ._td-text ._td-user-content ._td-user-txt {
  max-width: 524px;
  margin: 0 auto;
}

.ftl-td-content ._td-text ._td-user-content ._td-user-txt img {
  display: block;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.ftl-td-content ._td-text ._td-user-content ._td-user-txt p {
  padding: 10px 5px;
  font-size: 16px;
  word-wrap: break-word;
}

.ftl-td-content ._td-text ._td-members {
  font-size: 0;
  font-family: "PT Sans",Arial,sans-serif;
}

.ftl-td-content ._td-text ._td-members ._td-members-item {
  width: 50%;
  display: inline-block;
  font-size: 13px;
  color: #343434;
  padding: 15px 0 20px 0;
  vertical-align: top;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .ftl-td-content ._td-text ._td-members ._td-members-item {
    width: 100%;
    display: block;
  }
}

.ftl-td-content ._td-text ._td-members ._td-members-item img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0 0 0;
  width: 80px;
  height: 80px;
}

.ftl-td-content ._td-text ._td-members ._td-members-item ._td-username {
  display: block;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ftl-td-content ._td-text ._td-members ._td-members-item ._td-username-btn {
  display: inline-block;
  width: 117px;
  height: 34px;
  margin-top: 5px;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.051);
  -webkit-border-radius: 17px;
          border-radius: 17px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  cursor: default;
}

.ftl-td-content ._td-text ._td-members ._td-members-item ._td-username-btn._active {
  cursor: pointer;
  cursor: hend;
}

.ftl-td-content ._td-text ._td-members ._td-members-item ._td-members-info {
  margin: 0 20px 0 98px;
}

.ftl-td-content ._td-text ._td-members ._td-members-item ._td-members-info p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  padding: 5px 0;
}

.ftl-td-content ._td-text ._td-members-pagination {
  padding: 40px 0 20px 0;
  font-family: "PT Sans",Arial,sans-serif;
}

.ftl-td-content ._td-text ._td-members-pagination ._td_page-pagination {
  display: block;
  height: 40px;
  width: 133px;
  line-height: 40px;
  background-color: #f4f4f4;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-image: url("../src/images/td/pagin-arrow.png");
  background-repeat: no-repeat;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-members-pagination ._td_page-pagination {
    width: 40px;
  }
}

.ftl-td-content ._td-text ._td-members-pagination ._td_page-pagination._prew-page {
  background-position: 0 0;
}

.ftl-td-content ._td-text ._td-members-pagination ._td_page-pagination._prew-page:before {
  position: absolute;
  left: 33px;
  content: "Предыдущая";
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-members-pagination ._td_page-pagination._prew-page:before {
    content: "";
  }
}

.ftl-td-content ._td-text ._td-members-pagination ._td_page-pagination._next-page {
  background-position: 100% -40px;
}

.ftl-td-content ._td-text ._td-members-pagination ._td_page-pagination._next-page:before {
  position: absolute;
  right: 33px;
  content: "Следующая";
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-members-pagination ._td_page-pagination._next-page:before {
    content: "";
  }
}

.ftl-td-content ._td-text ._td-members-pagination ._page-pagination {
  margin: 12px 0 0;
}

.ftl-td-content ._td-text ._td-members-pagination ._page-pagination-item {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  margin: 12px 10px 0;
}

.ftl-td-content ._td-text ._td-members-pagination ._page-pagination-item._active {
  color: #343434;
}

.ftl-td-content ._td-text ._td-form-container {
  /*input:-webkit-autofill,
					input:-webkit-autofill:focus,
					input:-webkit-autofill:hover,
					select:-webkit-autofill,
					textarea:-webkit-autofill {
						background-color: #f7f7f7 !important;
					}*/
  /*.__form-checkbox {
						//font-size: 15px;
						margin: 0 0 0 110px;
						&.__order {
							margin: 0 0 30px 65px;
							@media screen and (min-width: 320px) and (max-width: 579px) {
								margin: 0 auto 40px;
							}
							& label {
								font-size: 15px;
								text-align:left;
							}
						}
						@media screen and (min-width: 320px) and (max-width: 959px) {
							margin: 0 0 0 0;
						}
						input[type=checkbox] {
							display: none;
						}
						.__user-check {
							width:100%;
							display: inline-block;
							cursor: pointer;
							position: relative;
							padding-left: 40px;
							//margin-bottom: 15px;
						}
						.__user-check:before {
							position: absolute;
							content: "";
							width: 23px;
							height: 23px;
							left: 0;
							@include background_image('/td/chek-rec.png');
							background-repeat: no-repeat;
							background-position: 0 -23px;
						}
						.__user-check.error:before {
							box-shadow: inset 0px 0px 20px 0px rgba(277,6,19,0.75);
						}
						input[type=checkbox]:checked + .__user-check:before {
							@include background_image('/td/chek-rec.png');
							background-repeat: no-repeat;
							background-position: 0 0;
						}
					}*/
  /* Firefox 19+ */
  /* Firefox 18- */
  /* img form */
  /* /img form */
}

.ftl-td-content ._td-text ._td-form-container ._td-form-in {
  padding: 20px 95px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container ._td-form-in {
    padding: 10px 0 0 0;
  }
}

.ftl-td-content ._td-text ._td-form-container ._td-form-in textarea {
  width: 432px;
  height: 300px;
  padding: 10px;
  margin: 0 0 20px 10px;
  background-color: #f2f2f2;
  font-size: 18px;
  overflow: auto;
  outline: none;
  border: none;
  resize: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container ._td-form-in textarea {
    width: 100%;
    height: 200px;
    margin: 8px 0 20px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container ._td-form-in textarea {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.ftl-td-content ._td-text ._td-form-container ._td-form-inl {
  display: inline-block;
  vertical-align: top;
}

.ftl-td-content ._td-text ._td-form-container ._td-form-inl:last-child {
  float: right;
}

.ftl-td-content ._td-text ._td-form-container .field {
  clear: both;
  text-align: right;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .field {
    text-align: left;
  }
}

.ftl-td-content ._td-text ._td-form-container input._success {
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(110, 199, 43, 0.75);
          box-shadow: inset 0px 0px 20px 0px rgba(110, 199, 43, 0.75);
}

.ftl-td-content ._td-text ._td-form-container input.error, .ftl-td-content ._td-text ._td-form-container input._error {
  -webkit-box-shadow: inset 3px 0px 0px 0px rgba(255, 6, 19, 0.75);
          box-shadow: inset 3px 0px 0px 0px rgba(255, 6, 19, 0.75);
}

.ftl-td-content ._td-text ._td-form-container ._textareafield * {
  vertical-align: top;
}

.ftl-td-content ._td-text ._td-form-container .field-1 label {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 5px 109px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .field-1 label {
    padding: 0 0 5px 0;
  }
}

.ftl-td-content ._td-text ._td-form-container .field-2 {
  clear: both;
  text-align: right;
  /* Pseudo select*/
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container .field-2 {
    text-align: center;
  }
}

.ftl-td-content ._td-text ._td-form-container .field-2 label.__label-2 {
  font-size: 15px;
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container .field-2 label.__label-2 {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container .field-2 label.__label-2 br {
    display: none;
  }
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  width: 144px;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select .placeholder {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  z-index: 1;
  padding: 14px 46px 10px 17px;
  cursor: pointer;
  font-size: 16px;
  height: 48px;
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select .placeholder:hover {
  background: #f2f2f2;
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select .placeholder:after {
  position: absolute;
  right: 15px;
  width: 15px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url("../src/images/td/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 10;
}

.ftl-td-content ._td-text ._td-form-container .field-2 .placeholder:before {
  position: absolute;
  content: "";
  width: 46px;
  height: 48px;
  right: 0;
  background-color: #f2f2f2;
  top: 0;
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select.is-open .placeholder:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select.is-open ul {
  display: block;
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #abd5ef;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  z-index: 100;
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select ul li {
  display: block;
  text-align: left;
  padding: 14px 12px 14px 26px;
  cursor: pointer;
}

.ftl-td-content ._td-text ._td-form-container .field-2 .select ul li:hover {
  background: #57abdf;
  color: #ffffff;
}

.ftl-td-content ._td-text ._td-form-container .field-3 {
  clear: both;
  text-align: right;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container .field-3 {
    text-align: center;
  }
}

.ftl-td-content ._td-text ._td-form-container .field-3 label.__label-3 {
  font-size: 15px;
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container .field-3 label.__label-3 {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
  }
}

.ftl-td-content ._td-text ._td-form-container .field-3 .input-3 {
  height: 48px;
  padding: 0 10px 0 10px;
  margin: 0 0 10px 0;
  background-color: #f2f2f2;
  border: none;
  font-size: 18px;
}

.ftl-td-content ._td-text ._td-form-container ._field-line {
  height: 2px;
  margin: 20px 0 20px 103px;
  background-color: #f7f7f7;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container ._field-line {
    margin: 20px 0 20px 0;
  }
}

.ftl-td-content ._td-text ._td-form-container label {
  font-size: 15px;
  display: inline-block;
  width: 94px;
  vertical-align: middle;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container label {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container label {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.ftl-td-content ._td-text ._td-form-container .input {
  height: 48px;
  padding: 0 10px 0 10px;
  margin: 0 0 20px 10px;
  background-color: #f2f2f2;
  border: none;
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container .input {
    margin: 8px 0 20px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .input {
    margin: 0 0 20px 0;
  }
}

.ftl-td-content ._td-text ._td-form-container ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.ftl-td-content ._td-text ._td-form-container ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.ftl-td-content ._td-text ._td-form-container :-moz-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.ftl-td-content ._td-text ._td-form-container :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.ftl-td-content ._td-text ._td-form-container .inp-l {
  width: 432px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .inp-l {
    width: 100%;
  }
}

.ftl-td-content ._td-text ._td-form-container .inp-s-1 {
  width: 70px;
}

.ftl-td-content ._td-text ._td-form-container .inp-s-1.__sity {
  width: 200px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container .inp-s-1.__sity {
    width: 100%;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .inp-s-1.__sity {
    width: 250px;
  }
}

.ftl-td-content ._td-text ._td-form-container .__holder {
  padding-top: 0;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ftl-td-content ._td-text ._td-form-container .__holder {
    padding-top: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 579px) {
  .ftl-td-content ._td-text ._td-form-container .__holder {
    padding-top: 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .__holder {
    padding-top: 20px;
  }
}

.ftl-td-content ._td-text ._td-form-container .__button-form {
  padding: 20px 0 0 0;
}

.ftl-td-content ._td-text ._td-form-container .__img-form {
  max-width: 432px;
  margin: 0 0 0 110px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .__img-form {
    margin: 0 0 0 0;
  }
}

.ftl-td-content ._td-text ._td-form-container .__img-form-load {
  margin: 20px 0 20px 0;
}

.ftl-td-content ._td-text ._td-form-container .__img-form-load-txt {
  width: 80px;
  text-align: right;
  float: left;
  margin: 0 0 0 -92px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .__img-form-load-txt {
    width: 100%;
    text-align: left;
    float: none;
    margin: 0 0 3px 0;
  }
}

.ftl-td-content ._td-text ._td-form-container .__img-form-item {
  width: 130px;
  height: 130px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f4f4f4;
  margin: 0 13px 13px 0;
  position: relative;
}

.ftl-td-content ._td-text ._td-form-container .__img-form-item:last-child {
  margin: 0 0 13px 0;
}

.ftl-td-content ._td-text ._td-form-container .__loading-img-dell {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  background-image: url("../src/images/td/img-dell.png");
  background-repeat: no-repeat;
}

.ftl-td-content ._td-text ._td-form-container ._img-final {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
}

.ftl-td-content ._td-text ._td-form-container .__loading-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.ftl-td-content ._td-text ._td-form-container .__img-download {
  position: absolute;
  width: 86px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.4);
}

.ftl-td-content ._td-text ._td-form-container .__img-download-view {
  width: 86px;
  height: 6px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #e8e8e8;
  margin-top: 6px;
}

.ftl-td-content ._td-text ._td-form-container .__img-download-view div {
  height: 6px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #3693bc;
}

.ftl-td-content ._td-text ._td-form-container .__img-form-upload {
  width: 130px;
  height: 130px;
  display: block;
  padding-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  padding-top: 50px;
  color: #3693bc !important;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ftl-td-content ._td-text ._td-form-container .__img-form-upload {
    text-align: center;
  }
}

.ftl-td-content ._td-text ._td-form-container .__img-form-upload + input {
  display: none;
}

.ftl-td-content ._link {
  color: #57abdf;
  border-bottom: 1px solid rgba(87, 171, 223, 0.3);
  display: inline-block;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content .__form-checkbox2.__order {
    margin: 0 auto;
  }
}

.ftl-td-content .__form-checkbox2.__order label {
  font-size: 15px;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ftl-td-content .__form-checkbox2 {
    margin: 0 auto;
    width: 220px;
  }
}

.ftl-td-content .__form-checkbox2 input[type=checkbox] {
  display: none;
}

.ftl-td-content .__form-checkbox2 .__user-check {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}

.ftl-td-content .__form-checkbox2 .__user-check:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  left: 0;
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 -23px;
}

.ftl-td-content .__form-checkbox2 .__user-check.error:before {
  -webkit-box-shadow: inset 3px 0px 0px 0px rgba(255, 6, 19, 0.75);
          box-shadow: inset 3px 0px 0px 0px rgba(255, 6, 19, 0.75);
}

.ftl-td-content .__form-checkbox2 input[type=checkbox]:checked + .__user-check:before {
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ftl-td-content .__button-form {
  padding: 10px 0 20px 0;
}

.ftl-td-content .__form-submit {
  cursor: pointer;
  height: 64px;
  line-height: 64px;
  border: none;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  color: #ffffff;
  font-size: 20px;
  padding: 0 40px;
}

.ftl-td-content ._td-bottom-link-container {
  padding: 30px 0 0 0;
}

.ftl-td-content ._td-bottom-link-container ._all-users-btn {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  padding: 0 40px;
  border: 2px solid #f2f2f2;
  font-size: 20px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.ftl-intro {
  min-height: 567px;
  position: relative;
  padding-top: 240px;
  background-image: url("../src/images/intro/bg.png");
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-intro .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-intro .columns .column.is-half {
    width: 100%;
  }
}

.ftl-intro__family {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70px;
  pointer-events: none;
}

.ftl-intro__family::before {
  content: "";
  position: absolute;
  left: 20px;
  right: calc(50% + 20px);
  bottom: 0;
  top: 0;
  background-image: url("../src/images/intro/family.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
}

@media screen and (max-width: 960px) {
  .ftl-intro__family::before {
    -webkit-background-size: cover;
            background-size: cover;
  }
}

.ftl-intro__family::after {
  content: "";
  display: block;
  background-image: url("../src/images/intro/family-bg-shine.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 960px) {
  .ftl-intro__family {
    top: 10vw;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-intro__family {
    position: relative;
    top: 0;
    height: 80vw;
  }
  .ftl-intro__family::before {
    width: 80%;
    left: 50%;
    right: inherit;
    max-width: 450px;
    background-position: center top;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ftl-intro__viruses {
  position: absolute;
  background-image: url("../src/images/intro/viruses.png");
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.ftl-intro__logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 210px;
  background-image: url("../src/images/intro/top-triangle.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain;
}

.ftl-intro__logo img {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  left: 50%;
  top: 20px;
}

.ftl-intro__logo img:hover {
  -webkit-transform: translateX(-50%) scale(1.05);
      -ms-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-intro__logo img {
    width: 40vw;
  }
}

.ftl-intro__intro-text {
  padding-bottom: 60px;
  z-index: 1;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-intro__intro-text {
    text-align: center;
  }
}

.ftl-intro__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 30px;
  color: #ffffff;
}

.ftl-intro__text {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-size: 16px;
  color: #ffffff;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.ftl-intro__participate {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  padding: 0 1em;
  border: 2px solid #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ftl-intro__participate:hover {
  color: #f7821d;
  background-color: #ffffff;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.ftl-intro__my-review {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-size: 16px;
  color: #f7821d;
  background-color: #ffffff;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  padding: 0 1em;
  border: 2px solid #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ftl-intro__my-review:hover {
  color: #f7821d;
  background-color: #ffffff;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.ftl__scrolldown-button {
  width: 48px;
  height: 48px;
  display: block;
  background-color: white;
  -webkit-border-radius: 48px;
          border-radius: 48px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 11;
}

.ftl__scrolldown-button:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
      -ms-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}

.ftl__scrolldown-button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
      -ms-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}

.ftl-product-section {
  margin-bottom: 60px;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-product-section {
    margin-bottom: 5vw;
  }
}

.ftl-product-section .content--1280px {
  max-width: 1280px;
  width: 100%;
}

.ftl-product-section__info {
  display: block;
  text-align: center;
  max-width: 600px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

.ftl-product-section__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 36px;
  color: #f7821d;
}

.ftl-product-section__title + * {
  margin-top: .7em;
}

.ftl-product-section__text {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  line-height: 1.25em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-product-section__text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-product-section__text {
    margin-left: 1.3em;
    margin-right: 1.3em;
  }
}

@media screen and (max-width: 960px) {
  .ftl-product-section .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 960px) {
  .ftl-product-section .column.is-half {
    width: 100%;
    max-width: 640px;
  }
}

.ftl-product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

.ftl-product-card__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 18px;
  color: #f7821d;
  margin-top: 1.2em;
}

.ftl-product-card__title + * {
  margin-top: 1.8em;
}

.ftl-product-card__list {
  padding-left: 22px;
}

.ftl-product-card__list-item {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  font-size: 14px;
  margin-bottom: 1em;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAtUlEQVQokY3QIWuCYRQF4Gc6lIkwGDazaWDQZHMgGlRsa/4af40Gy4JbFkGtpqETw1yYwbaBxQXfD0SEfbfc9MA55+bYE/fu8IBtIibIYYo18nHQPV5RxBL7/1AWI5SxQh0/EXrG4wXI4AUVbPCEL0iggD4mKAWQwhBVfKIWvgitMAjZ30KUARr4DuDjPMItjugijQ5mSGIXwPtl0ajTIfQaB/CLFhbX1jlf74C207xNzK8B+AO4USPAvAG2vAAAAABJRU5ErkJggg==);
}

.ftl-product-card__cover, .ftl-product-card__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ftl-product-card__content {
  max-width: 320px;
  padding-right: 2em;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-product-card__content {
    padding-right: 0;
    margin-left: 1.3em;
    margin-right: 1.3em;
  }
}

.ftl-product-card__cover img {
  width: 100%;
  max-width: 290px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.ftl-product-card__footer {
  margin-top: 2.2em;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-product-card__footer {
    text-align: center;
  }
}

.ftl-product-card__add-product {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  padding: 0 1em;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#ff6113));
  background: -webkit-linear-gradient(top, #ff9000, #ff6113);
  background: -o-linear-gradient(top, #ff9000, #ff6113);
  background: linear-gradient(to bottom, #ff9000, #ff6113);
  color: white;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ftl-product-card__add-product:hover {
  color: white;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.ftl-instruction {
  height: 84px;
  margin-top: 68px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../src/images/instruction/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 960px) {
  .ftl-instruction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit;
    -webkit-background-size: 2178px 84px;
            background-size: 2178px 84px;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-instruction {
    background-image: url("../src/images/instruction/adaptive-bg.png");
    -webkit-background-size: contain;
            background-size: contain;
  }
}

.ftl-instruction__flex-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 180px;
}

@media screen and (max-width: 960px) {
  .ftl-instruction__flex-item {
    height: 22px;
  }
}

.ftl-instruction__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 18px;
  color: white;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .ftl-instruction__title {
    color: #f7821d;
    width: inherit;
    text-align: center;
  }
  .ftl-instruction__title br {
    display: none;
  }
}

.ftl-instruction__list {
  width: 580px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-instruction__list {
    width: 100%;
    padding: 5%;
    overflow: hidden;
  }
}

.ftl-instruction__item {
  padding: 0 30px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ftl-instruction__item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-instruction__item {
    padding: 0;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-instruction__item {
    padding: 0;
    position: relative;
    height: 144px;
  }
  .ftl-instruction__item img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ftl-instruction__item:nth-child(2) {
  z-index: 1;
}

.ftl-instruction__item:last-child {
  z-index: 2;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-promo__cover {
    width: 100%;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-promo__cover {
    width: 78%;
  }
}

.ftl-promo__old-price {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-weight: 300;
  font-size: 42px;
  color: #707070;
  position: relative;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-promo__old-price {
    font-size: 32px;
  }
}

.ftl-promo__old-price::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #707070;
  width: 100%;
  left: 0;
  right: 0;
  top: 56%;
}

.ftl-promo__new-price {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-weight: 300;
  font-size: 88px;
  color: #707070;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-promo__new-price {
    font-size: 66px;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-promo__new-price {
    font-size: 66px;
  }
}

.ftl-promo__new-price .rub {
  font-size: 42px;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ftl-promo__new-price .rub {
    font-size: 32px;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-promo__new-price .rub {
    font-size: 32px;
  }
}

.ftl-promo__code {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  color: #f7821d;
  font-size: 24px;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-promo__code {
    font-size: 18px;
  }
}

.ftl-promo__code strong {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}

.ftl-promo__buy {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  padding: 0 1em;
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  line-height: 60px;
  height: 60px;
  min-width: inherit;
  padding: 0 2rem;
  font-size: 24px;
  color: white;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-top: -.5rem;
  background: -webkit-linear-gradient(340deg, #faa01b, #f36321);
  background: -o-linear-gradient(340deg, #faa01b, #f36321);
  background: linear-gradient(110deg, #faa01b, #f36321);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.ftl-promo__buy:hover {
  color: white;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.ftl-promo-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 17px;
  padding-left: 17px;
  z-index: 10;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  background-image: url("../src/images/common/promo-btn-bg-580.png");
  background-position: center;
  background-repeat: no-repeat;
}

.ftl-promo-btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (min-width: 960px) {
  .ftl-promo-btn {
    position: absolute;
    right: -180px;
    width: 180px;
    min-height: 210px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: inherit;
    padding: 0;
    background-image: url("../src/images/common/promo-btn-bg.png");
    background-position: left top;
  }
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-promo-btn {
    padding-left: 0;
    background-image: url("../src/images/common/promo-btn-bg-320.png");
  }
}

.ftl-promo-btn__wrap {
  width: 330px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-promo-btn__wrap {
    width: 280px;
  }
}

@media screen and (min-width: 960px) {
  .ftl-promo-btn__wrap {
    margin-left: 16px;
    margin-top: 50px;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .ftl-promo-btn__wrap > *:not(:first-child) {
    margin-top: .5rem;
    text-align: center;
  }
}

.ftl-promo-btn__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}

.ftl-promo-btn__text {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-weight: 300;
  color: white;
  font-size: 16px;
  display: inline-block;
}

.ftl-promo-btn__old-price {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-weight: 300;
  line-height: 2em;
  color: white;
}

.ftl-promo-btn__old-price .price {
  font-size: 34px;
  position: relative;
}

.ftl-promo-btn__old-price .price::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid white;
  width: 100%;
  left: 0;
  right: 0;
  top: 56%;
}

.ftl-promo-btn__old-price .rub {
  font-size: 16px;
}

.promo-btn-holder {
  max-width: 620px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ftl-content {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 319px) and (max-width: 580px) {
  .ftl-content {
    width: 100%;
  }
}

.ftl-content .ftl-thanks {
  margin-bottom: 20px;
}

.ftl-content .ftl-thanks2 .infobox__title {
  margin-top: 12px;
  margin-bottom: 15px;
}

.ftl-content .ftl-no-login {
  margin-bottom: 20px;
}

.ftl-content .ftl-no-login .infobox {
  margin-top: 40px;
}

.ftl-content__title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 36px;
  color: #f7821d;
  text-align: center;
  display: block;
}

.ftl-content__text {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  margin: 20px 0;
}

.ftl-content .infobox {
  border-width: 2px;
  border-color: #f7821d;
  border-style: solid;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 271px;
  height: 271px;
  z-index: 8;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ftl-content .infobox__title {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-weight: 300;
  font-size: 26px;
  color: #f7821d;
  margin-bottom: 18px;
}

.ftl-content .infobox__text {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
