@charset "UTF-8";
@import url("fonts.css");

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Ubuntu";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }

input, button, textarea {
  font-family: "Ubuntu"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

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

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1182px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767px) {
    .container {
      max-width: none;
      padding: 0 20px; } }

.ui-datepicker {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  display: none;
  margin: 10px 0px 0px 0px; }

.ui-icon {
  height: 16px;
  width: 16px;
  display: block; }

.ui-datepicker .ui-state-highlight {
  background: #eee; }

.ui-datepicker {
  z-index: 10 !important;
  padding: 0; }

.ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  padding: 0.5em 0;
  position: relative;
  background-color: #fcfcfc; }

.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #222222;
  text-align: center; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: .8em;
  border: none; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url("/assets/img/icons/ui-icons.png");
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
  font-size: 0;
  color: #fff; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
  margin-left: 5px;
  margin-right: 0;
  font-size: 0;
  color: #fff; }

.ui-datepicker table {
  margin: 0;
  border-collapse: collapse; }

.ui-datepicker th {
  padding: 1em 0;
  color: #222222;
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #4d8cd4; }

.ui-datepicker td {
  border: none;
  padding: .1em; }

td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .4em;
  margin: 0;
  font-weight: normal;
  color: #222;
  font-size: 14px;
  display: block; }

.ui-state-disabled {
  opacity: 1; }

.ui-state-disabled .ui-state-default {
  color: #fba49e; }

td .ui-state-active,
td .ui-state-hover {
  outline: 1px solid #4d8cd4; }

.webui-popover-content {
  display: none; }

.webui-popover-rtl {
  direction: rtl;
  text-align: right; }

.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  max-width: 220px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  font-family: 'Ubuntu';
  border-radius: 0 10px 0 10px; }
  .webui-popover:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.8);
    margin: 0px 0px 0px -6px; }
  .webui-popover.left:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.8);
    border-right: none;
    top: 50%;
    bottom: auto;
    margin: -6px 0px 0px 0px;
    right: -8px;
    left: auto;
    border-bottom: 6px solid transparent; }

.webui-popover-inner {
  padding: 12px; }

.webui-popover span {
  color: #b0b0b0; }

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px; }

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px; }

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px; }

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px; }

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5), -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.pop-out {
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100); }

.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: visible !important;
  display: block; }

.webui-popover .webui-popover-content > div:first-child {
  width: 99%; }

.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  text-decoration: none; }

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: .5;
  filter: alpha(opacity=50); }

.webui-popover-inner .close:after {
  content: "\00D7";
  width: .8em;
  height: .8em;
  padding: 4px;
  position: relative; }

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0; }

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none; }

.webui-popover-inverse {
  background-color: #333;
  color: #eee; }

.webui-popover-inverse .webui-popover-title {
  background: #333;
  border-bottom: 1px solid #3b3b3b;
  color: #eee; }

.webui-no-padding .webui-popover-content {
  padding: 0; }

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none; }

.webui-no-padding .list-group-item:first-child {
  border-top: 0; }

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0; }

.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.webui-popover > .webui-arrow {
  border-width: 11px; }

.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: ""; }

.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #fff;
  border-top-color: #b0b0b0;
  border-bottom-width: 0; }

.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0; }

.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #fff;
  border-right-color: #b0b0b0; }

.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #fff;
  border-bottom-color: #b0b0b0;
  border-top-width: 0; }

.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0; }

.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #fff;
  border-left-color: #b0b0b0; }

.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333; }

.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333; }

.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333; }

.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333; }

.webui-popover i.icon-refresh:before {
  content: ""; }

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(/assets/img/loading.gif) no-repeat; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  -o-transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100; }
  .popup.active .popup-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .popup.show {
    display: block; }
    .popup.show .popup-content {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup-table {
  height: 100%;
  table-layout: fixed; }
  .popup-table > .cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px; }

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 425px;
  margin: 0px auto;
  border-radius: 3px;
  background-color: #fff; }

.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background: url("/assets/img/icons/close.png") 0 0 no-repeat; }

.popup-video .popup-close {
  width: 40px;
  height: 40px;
  background-color: #000;
  top: 0;
  right: 0; }

.popup-video__value {
  max-width: 99%;
  height: 99%;
  border: none; }
  .popup-video__value iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

.popup__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 40px;
  background: url("/assets/img/bg_popuptitle.png") 0 0 repeat-x;
  -webkit-background-size: cover;
  background-size: cover;
  color: #1f4855;
  font-weight: 800;
  font-size: 27px; }
  @media (max-width: 600px) {
    .popup__title {
      padding: 30px 15px; } }

.popup__text {
  font-size: 16px;
  font-family: 'Ubuntu';
  font-weight: 300;
  line-height: 25px;
  margin: 0px 0px 20px 0px; }
  .popup__text p {
    margin: 0px 0px 10px 0px; }
    .popup__text p:last-child {
      margin: 0px 0px 0px 0px; }

.popup-form {
  padding: 40px; }
  .popup-form .form-input {
    margin: 0px 0px 24px 0px; }
  .popup-form .form__label {
    color: #4c7985;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
    font-weight: 500; }
  .popup-form .form-footer {
    text-align: center;
    padding: 15px 0px 0px 0px; }
  .popup-form .form__lost {
    color: #375961;
    font-size: 17px;
    border-bottom: 1px dashed;
    font-weight: 500; }

.popup-delete .popup__title {
  text-transform: none; }
  @media (max-width: 767px) {
    .popup-delete .popup__title {
      margin: 0px 0px 20px 0px; } }

.popup-delete .popup-content {
  max-width: 640px; }

.popup-delete-body {
  padding: 20px 30px 30px 30px; }
  @media (max-width: 767px) {
    .popup-delete-body {
      padding: 0px 30px 30px 30px; } }
  @media (max-width: 600px) {
    .popup-delete-body {
      padding: 0px 15px 30px 15px; } }

.popup-delete-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .popup-delete-footer {
      display: block; } }

@media (max-width: 600px) {
  .popup-delete-footer__column {
    text-align: center; }
    .popup-delete-footer__column:last-child {
      margin: 15px 0px 0px 0px; } }

@media (max-width: 600px) {
  .popup-delete-footer__btn {
    display: block;
    width: 100%;
    text-align: center; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }
  @media (max-width: 992px) {
    header.headerpage .header-buttons {
      display: none; } }
  @media (max-width: 767px) {
    header.headerpage {
      position: relative;
      background: url("/assets/img/bg_mobheader.png") 0 0 repeat-x; } }

.header-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  height: 145px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .header-row {
      height: 82px; } }
  @media (max-width: 767px) {
    .header-row {
      height: 75px; } }

.header__column:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

@media (max-width: 992px) {
  .header__column:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.header__logo {
  margin: 0px 0px 0px -45px;
  position: relative;
  bottom: -20px;
  z-index: 10; }
  @media (max-width: 992px) {
    .header__logo {
      display: inline-block;
      width: 360px;
      margin: 0px 0px 0px -35px;
      bottom: -12px; }
      .header__logo img {
        max-width: 100%; } }
  @media (max-width: 767px) {
    .header__logo {
      width: 220px;
      margin: 0px 0px 0px -25px;
      bottom: -8px; } }

.header-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  position: relative;
  z-index: 5; }

.header__btn {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Neucha';
  line-height: 32px;
  white-space: nowrap;
  margin: 0px 0px 0px 30px;
  position: relative; }
  .header__btn:before {
    content: '';
    background: url("/assets/img/icons/icon_shadow.png") 0 0 no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -30px;
    left: -35px; }
  .header__btn span {
    display: inline-block;
    padding: 0px 0px 0px 45px; }
  .header__btn i {
    font-style: normal; }
  .header__btn:hover {
    color: #99eaff; }
    .header__btn:hover i {
      border-bottom: none !important; }
  @media (max-width: 992px) {
    .header__btn {
      margin: 0 15px 0 0px; }
      .header__btn span {
        padding: 0;
        width: 35px;
        height: 35px; }
      .header__btn i {
        display: none; } }
  @media (max-width: 767px) {
    .header__btn {
      margin: 0 10px 0 0px; }
      .header__btn:first-child {
        display: none; }
      .header__btn span {
        padding: 0;
        width: 35px;
        height: 35px; }
      .header__btn i {
        display: none; } }

.header__btn--login span {
  background: url("/assets/img/icons/login.png") left no-repeat; }

.header__btn--login:hover span {
  background: url("/assets/img/icons/login_h.png") left no-repeat; }

.header__btn--login i {
  border-bottom: 1px dashed; }

.header__btn--register span {
  background: url("/assets/img/icons/register.png") left no-repeat; }

.header__btn--register:hover span {
  background: url("/assets/img/icons/register_h.png") left no-repeat; }

.header__btn--register i {
  border-bottom: 1px solid; }

.header-top {
  display: none;
  position: relative;
  z-index: 50; }
  @media (max-width: 992px) {
    .header-top {
      display: block;
      background-color: #2d2d2f; } }
  @media (max-width: 767px) {
    .header-top > .container {
      padding: 0 0 0 20px; } }

.header-top-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-top__bg {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  height: 100%;
  background-color: #2d2d2f;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.header-menu__icon {
  display: none; }
  @media (max-width: 992px) {
    .header-menu__icon {
      display: block;
      position: relative;
      top: 0px;
      right: 0px;
      width: 30px;
      height: 23px;
      cursor: pointer;
      z-index: 6; }
      .header-menu__icon span {
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 10px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff; }
        .header-menu__icon span:first-child {
          top: 0px;
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
        .header-menu__icon span:last-child {
          top: auto;
          bottom: 0px;
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
      .header-menu__icon.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
        .header-menu__icon.active span:first-child {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 10px; }
        .header-menu__icon.active span:last-child {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 10px; } }

.header-menu {
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 80px 0px 0px 0px;
  width: 100%;
  overflow: auto;
  background-color: #000;
  z-index: 5; }
  .header-menu.active {
    left: 0; }
  .header-menu .container {
    padding: 0; }

.header-menu-buttons {
  background-color: #375961;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .header-menu-buttons {
      padding: 20px 30px; } }

.header-menu-buttons-items p:last-child {
  margin: 20px 0px 0px 0px; }

.header-menu-buttons-items p:first-child {
  margin: 0px 0px 0px 0px; }

.header-menu-buttons__btn {
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  font-family: 'Neucha';
  line-height: 32px;
  white-space: nowrap;
  position: relative; }
  .header-menu-buttons__btn:before {
    content: '';
    background: url("/assets/img/icons/icon_shadow.png") 0 0 no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -30px;
    left: -35px; }
  .header-menu-buttons__btn span {
    display: inline-block;
    padding: 0px 0px 0px 45px; }
  .header-menu-buttons__btn i {
    font-style: normal; }

.header-menu-buttons__btn--login span {
  background: url("/assets/img/icons/login.png") left no-repeat; }

.header-menu-buttons__btn--login:hover span {
  background: url("/assets/img/icons/login_h.png") left no-repeat; }

.header-menu-buttons__btn--login i {
  border-bottom: 1px dashed; }

.header-menu-buttons__btn--register span {
  background: url("/assets/img/icons/register.png") left no-repeat; }

.header-menu-buttons__btn--register:hover span {
  background: url("/assets/img/icons/register_h.png") left no-repeat; }

.header-menu-buttons__btn--register i {
  border-bottom: 1px solid; }

.header-menu-body {
  padding: 30px; }

.header-menu-list {
  margin: 0px 0px 20px 0px; }
  .header-menu-list:last-child {
    margin: 0px 0px 0px 0px; }
  .header-menu-list li {
    margin: 0px 0px 10px 0px; }
    .header-menu-list li:last-child {
      margin: 0px 0px 0px 0px; }

.header-menu__link {
  font-size: 14px;
  color: #fff;
  font-weight: 300; }

.header-menu__mainlink {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Ubuntu'; }

.header-menu__maiinlink--1 {
  color: #27bfa1; }

.header-menu__maiinlink--2 {
  color: #16a3d1; }

.header-menu__maiinlink--3 {
  color: #f29637; }

.header-auth-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 767px) {
    .header-auth-list {
      display: none; } }

.header-auth__link {
  font-size: 24px;
  font-family: 'Neucha';
  white-space: nowrap;
  padding: 0 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  line-height: 58px;
  display: block;
  border-radius: 3px; }
  .header-auth__link:hover {
    color: #99eaff;
    text-decoration: none; }
  .header-auth__link.active {
    color: #000;
    text-decoration: none;
    background: url("/assets/img/menu-bg.png") 0 0 no-repeat;
    height: 58px;
    background-size: 100% 100%; }

.header-auth-selectmenu {
  display: none; }
  @media (max-width: 767px) {
    .header-auth-selectmenu {
      display: block;
      padding: 0px 0px 20px 0px; } }

.header-footer__login {
  display: none; }
  @media (max-width: 992px) {
    .header-footer__login {
      display: inline-block; } }
  @media (max-width: 767px) {
    .header-footer__login {
      display: none; } }

footer {
  background: url("/assets/img/bg_footer.png") 0 0 no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  z-index: 3;
  margin: -5px 0px 0px 0px; }
  @media (max-width: 992px) {
    footer {
      padding: 25px 0; } }

.footer-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 40px 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .footer-top {
      display: block;
      text-align: center;
      margin: 0px 0px 20px 0px; } }

.footer-top__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.footer-top-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 767px) {
    .footer-top-text {
      display: block; } }

.footer-top__imagelogo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67px;
  flex: 0 0 67px;
  max-width: 67px; }
  @media (max-width: 992px) {
    .footer-top__imagelogo {
      display: none; } }

.footer-top-text-body {
  padding: 0px 0px 0px 10px; }
  @media (max-width: 992px) {
    .footer-top-text-body {
      padding: 0; } }

.footer-top__copy {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  font-family: 'Ubuntu';
  margin: 0px 0px 10px 0px; }

.footer-top__text {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  font-family: 'Ubuntu';
  line-height: 18px; }
  @media (max-width: 767px) {
    .footer-top__text {
      margin: 0px auto; } }

.footer-top-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 0px 73px;
  max-width: 600px; }
  @media (max-width: 992px) {
    .footer-top-menu {
      margin: 0; } }
  @media (max-width: 767px) {
    .footer-top-menu {
      max-width: none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px 0px 15px 0px; } }

.footer-top-menu__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 3px; }
  @media (max-width: 767px) {
    .footer-top-menu__column {
      margin: 0px 10px 10px 10px; } }

@media (max-width: 767px) {
  .footer-top-menu-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.footer-top-menu-list li {
  margin: 0px 0px 10px 0px; }
  .footer-top-menu-list li:first-child {
    margin: 0px 0px 15px 0px; }
  .footer-top-menu-list li:last-child {
    margin: 0px 0px 0px 0px; }

@media (max-width: 767px) {
  .footer-top-menu-list li {
    display: none; }
    .footer-top-menu-list li:first-child {
      display: block;
      margin: 0; } }

.footer-top-menu__link {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Ubuntu';
  color: #fff; }
  .footer-top-menu__link:hover {
    color: #778285; }

.footer-top-menu__mainlink {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap; }

.footer-top-menu__mainlink--1 {
  color: #27bfa1; }

.footer-top-menu__mainlink--2 {
  color: #16a3d1; }

.footer-top-menu__mainlink--3 {
  color: #f29637; }

.footer-cards {
  width: 92px;
  text-align: center; }
  @media (max-width: 992px) {
    .footer-cards {
      padding: 60px 0px 0px 0px; } }
  @media (max-width: 767px) {
    .footer-cards {
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      width: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.footer-cards__item {
  margin: 0px 0px 20px 0px; }
  .footer-cards__item img {
    max-width: 100%; }
  .footer-cards__item:last-child {
    margin: 0px 0px 0px 0px; }
  @media (max-width: 767px) {
    .footer-cards__item {
      margin: 0px 10px !important; } }

.footer__text {
  color: #94a2a5;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  padding: 0px 135px 0px 0px; }
  .footer__text p {
    margin: 0px 0px 5px 0px; }
    .footer__text p:first-child {
      font-weight: 500; }
    .footer__text p:last-child {
      margin: 0px 0px 0px 0px; }
  @media (max-width: 992px) {
    .footer__text {
      padding: 0;
      line-height: 20px; } }
      
 .footer__text a {     color: #94a2a5;
    text-decoration: underline;}

.mainblock {
  position: relative;
  overflow: hidden;
  padding: 145px 0px 0px 0px;
  background-color: #bfd7dd; }
  @media (max-width: 992px) {
    .mainblock {
      padding: 82px 0px 0px 0px; } }
  @media (max-width: 767px) {
    .mainblock {
      padding: 75px 0px 0px 0px; } }
  @media (max-width: 600px) {
    .mainblock {
      background: url("/assets/img/mainblock/bg_mobile.jpg") bottom repeat-x;
      background-size: 250px; } }

.mainblock-content {
  position: relative;
  z-index: 2; }
  @media (max-width: 600px) {
    .mainblock-content {
      padding: 0px 0px 20px 0px; } }

.mainblock-sector {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .mainblock-sector {
      display: block; } }

.mainblock-body {
  padding: 0px 0 57px 0;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 530px;
  flex: 0 0 530px;
  max-width: 540px; }
  @media (max-width: 992px) {
    .mainblock-body {
      padding: 0; } }
  @media (max-width: 600px) {
    .mainblock-body {
      max-width: none; } }

.mainblock-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .mainblock-info:before {
    content: '';
    background: url("/assets/img/mainblock/arrow.png") 0 0 no-repeat;
    width: 253px;
    height: 210px;
    position: absolute;
    top: 125px;
    left: -60px; }
  @media (max-width: 1182px) {
    .mainblock-info {
      display: none; } }

.mainblock-info-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("/assets/img/mainblock/cloud.png") 0 0 no-repeat;
  width: 228px;
  height: 212px;
  font-family: 'Neucha';
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mainblock-info__label {
  color: #000;
  font-size: 19px; }

.mainblock-info__value {
  color: #d10000;
  font-size: 19px;
  font-weight: 700; }

.mainblock-body-content {
  height: 630px; }
  @media (max-width: 992px) {
    .mainblock-body-content {
      height: auto; } }

.mainblock__title {
  color: #fff;
  font-size: 57px;
  font-weight: 800;
  margin: 0px 0px 30px 0px;
  font-family: 'Raleway'; }
  @media (max-width: 992px) {
    .mainblock__title {
      font-size: 37px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 600px) {
    .mainblock__title {
      font-size: 27px;
      max-width: 145px;
      line-height: 30px; } }

.mainblock-subtitle {
  font-family: 'Neucha';
  color: #000000;
  margin: 0px 0px 50px 0px;
  white-space: nowrap; }
  @media (max-width: 992px) {
    .mainblock-subtitle {
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 600px) {
    .mainblock-subtitle {
      margin: 0px -20px 20px -20px;
      white-space: normal;
      text-align: center; } }

.mainblock-subtitle__text-1 {
  background: url("/assets/img/mainblock/bg_text_1.png") 0 0 no-repeat;
  display: inline-block;
  padding: 0px 25px;
  position: relative;
  margin: 0px 0px 12px 0px; }
  .mainblock-subtitle__text-1 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 27px; }
  @media (max-width: 992px) {
    .mainblock-subtitle__text-1 {
      background-size: auto 100%;
      padding: 0 15px; }
      .mainblock-subtitle__text-1 span {
        font-size: 20px;
        height: 42px; } }
  @media (max-width: 600px) {
    .mainblock-subtitle__text-1 {
      background: #99eaff;
      display: block;
      margin: 0; }
      .mainblock-subtitle__text-1 span {
        height: auto;
        padding: 10px 15px;
        font-size: 22px;
        line-height: 24px; } }

.mainblock-subtitle__text-2 {
  background: url("/assets/img/mainblock/bg_text_2.png") 0 0 no-repeat;
  display: inline-block;
  padding: 0px 25px;
  position: relative; }
  .mainblock-subtitle__text-2 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 27px; }
  @media (max-width: 992px) {
    .mainblock-subtitle__text-2 {
      background-size: auto 100%;
      padding: 0 15px; }
      .mainblock-subtitle__text-2 span {
        font-size: 20px;
        height: 42px; } }
  @media (max-width: 600px) {
    .mainblock-subtitle__text-2 {
      background: #ffc947;
      display: block; }
      .mainblock-subtitle__text-2 span {
        height: auto;
        padding: 15px 15px;
        font-size: 22px;
        line-height: 24px; } }

@media (max-width: 600px) {
  .mainblock-form {
    max-width: 250px;
    text-align: center;
    margin: 0px auto; } }

@media (max-width: 992px) {
  .mainblock-form-pcblock {
    display: none; } }

.mainblock-form-mobblock {
  display: none; }
  @media (max-width: 992px) {
    .mainblock-form-mobblock {
      display: block;
      margin: 0px 0px 15px 0px; } }

.mainblock-form-mobblock__label {
  text-transform: uppercase;
  font-size: 22px;
  color: #fefefe;
  white-space: nowrap;
  font-weight: 500;
  margin: 0px 0px 15px 0px; }

.mainblock-form-mobblock-input.rub {
  position: relative;
  width: 235px;
  height: 47px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background-color: #fbfbfb;
  overflow: hidden; }
  .mainblock-form-mobblock-input.rub:after {
    content: 'г';
    top: 0;
    text-align: center;
    right: 0;
    height: 45px;
    width: 45px;
    line-height: 42px;
    font-size: 20px;
    color: #000;
    position: absolute; }
  @media (max-width: 600px) {
    .mainblock-form-mobblock-input.rub {
      width: 100%; } }

.mainblock-form-mobblock__input {
  width: 100%;
  height: 45px;
  padding: 0px 40px 0px 22px;
  color: #818a8b;
  font-size: 16px; }

.mainblock-form__need {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 0px 0px 25px 0px;
  text-transform: uppercase; }
  .mainblock-form__need span {
    color: #fff;
    line-height: 1;
    display: inline-block;
    font-size: 27px;
    font-weight: 700; }
    .mainblock-form__need span:after {
      content: 'а'; }

.mainblock-form-range {
  margin: 0px 0px 35px 0px; }

.mainblock-form-results {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  height: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 992px) {
    .mainblock-form-results {
      margin: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: auto; } }

.mainblock-form-results__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%; }

.mainblock-form-results-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 600px) {
    .mainblock-form-results-item {
      display: block;
      text-align: center; } }

.mainblock-form-results-item__icon {
  margin: 0px 15px 0px 0px; }
  @media (max-width: 600px) {
    .mainblock-form-results-item__icon {
      margin: 0px 0px 10px 0px;
      height: 33px; } }

.mainblock-form-results-item__label {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  font-weight: 500; }
  @media (max-width: 600px) {
    .mainblock-form-results-item__label {
      font-size: 10px; } }

.mainblock-form-results-item__value {
  font-size: 27px;
  color: #b70000;
  white-space: nowrap;
  font-weight: 500; }
  @media (max-width: 600px) {
    .mainblock-form-results-item__value {
      font-size: 19px; } }

.mainblock-form-results-item__value--commission {
  text-decoration: line-through; }

.mainblock-form-results-item__value--approval {
  position: relative;
  top: 2px; }

.mainblock-form-button {
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-radius: 55px; }
  @media (max-width: 992px) {
    .mainblock-form-button {
      border: none;
      margin: 0px 0px 40px 0px; } }
  @media (max-width: 600px) {
    .mainblock-form-button {
      margin: 0px 0px 20px 0px; } }

.mainblock-form__btn.btn {
  height: 85px;
  line-height: 85px;
  font-size: 30px;
  position: relative;
  border-radius: 45px; }
  @media (max-width: 992px) {
    .mainblock-form__btn.btn {
      height: 47px;
      line-height: 47px;
      font-size: 18px;
      font-weight: 500;
      max-width: 235px;
      display: block; }
      .mainblock-form__btn.btn span {
        background-size: 12px;
        padding: 0px 20px 0px 0px; } }
  @media (max-width: 600px) {
    .mainblock-form__btn.btn {
      max-width: none; } }

.mainblock-form__info {
  color: #d5f6ff;
  font-size: 15px;
  text-align: center;
  padding: 18px 0px 0px 0px; }
  .mainblock-form__info span:after {
    content: 'е'; }
  @media (max-width: 992px) {
    .mainblock-form__info {
      color: #000;
      padding: 0px 0px 0px 0px;
      top: 7px;
      position: relative;
      max-width: 235px; } }
  @media (max-width: 600px) {
    .mainblock-form__info {
      top: 0;
      color: #d5f6ff; } }

.mainblock-footer {
  display: none;
  position: relative;
  z-index: 5; }
  @media (max-width: 992px) {
    .mainblock-footer {
      display: block;
      max-width: 600px;
      margin: 0px auto;
      padding: 60px 0px 0px 0px; } }
  @media (max-width: 600px) {
    .mainblock-footer {
      padding: 25px 0;
      margin: 0;
      background-color: #dfeff6; } }

.mainblock__bg.ibg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: bottom; }
  @media (max-width: 992px) {
    .mainblock__bg.ibg {
      background-position: top;
      background-size: 1210px; } }
  @media (max-width: 767px) {
    .mainblock__bg.ibg {
      background-position: top;
      background-size: 1200px; } }
  @media (max-width: 600px) {
    .mainblock__bg.ibg {
      background-size: 650px; } }

.why {
  padding: 45px 0 20px 0;
  background-color: #bfd7dd; }
  @media (max-width: 992px) {
    .why {
      padding: 30px 0px; } }
  .why.active .why__column:nth-child(1) .why-item__icon {
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    -ms-transition: all 1s ease 0.1s;
    -o-transition: all 1s ease 0.1s;
    transition: all 1s ease 0.1s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(1) .why-item__title {
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    -ms-transition: all 1s ease 0.1s;
    -o-transition: all 1s ease 0.1s;
    transition: all 1s ease 0.1s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(1) .why-item__text {
    -webkit-transition: all 1.2s ease 0.1s;
    -moz-transition: all 1.2s ease 0.1s;
    -ms-transition: all 1.2s ease 0.1s;
    -o-transition: all 1.2s ease 0.1s;
    transition: all 1.2s ease 0.1s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(2) .why-item__icon {
    -webkit-transition: all 1s ease 0.2s;
    -moz-transition: all 1s ease 0.2s;
    -ms-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(2) .why-item__title {
    -webkit-transition: all 1s ease 0.2s;
    -moz-transition: all 1s ease 0.2s;
    -ms-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(2) .why-item__text {
    -webkit-transition: all 1.2s ease 0.2s;
    -moz-transition: all 1.2s ease 0.2s;
    -ms-transition: all 1.2s ease 0.2s;
    -o-transition: all 1.2s ease 0.2s;
    transition: all 1.2s ease 0.2s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(3) .why-item__icon {
    -webkit-transition: all 1s ease 0.3s;
    -moz-transition: all 1s ease 0.3s;
    -ms-transition: all 1s ease 0.3s;
    -o-transition: all 1s ease 0.3s;
    transition: all 1s ease 0.3s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(3) .why-item__title {
    -webkit-transition: all 1s ease 0.3s;
    -moz-transition: all 1s ease 0.3s;
    -ms-transition: all 1s ease 0.3s;
    -o-transition: all 1s ease 0.3s;
    transition: all 1s ease 0.3s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(3) .why-item__text {
    -webkit-transition: all 1.2s ease 0.3s;
    -moz-transition: all 1.2s ease 0.3s;
    -ms-transition: all 1.2s ease 0.3s;
    -o-transition: all 1.2s ease 0.3s;
    transition: all 1.2s ease 0.3s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(4) .why-item__icon {
    -webkit-transition: all 1s ease 0.4s;
    -moz-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s;
    -o-transition: all 1s ease 0.4s;
    transition: all 1s ease 0.4s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(4) .why-item__title {
    -webkit-transition: all 1s ease 0.4s;
    -moz-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s;
    -o-transition: all 1s ease 0.4s;
    transition: all 1s ease 0.4s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(4) .why-item__text {
    -webkit-transition: all 1.2s ease 0.4s;
    -moz-transition: all 1.2s ease 0.4s;
    -ms-transition: all 1.2s ease 0.4s;
    -o-transition: all 1.2s ease 0.4s;
    transition: all 1.2s ease 0.4s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(5) .why-item__icon {
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(5) .why-item__title {
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(5) .why-item__text {
    -webkit-transition: all 1.2s ease 0.5s;
    -moz-transition: all 1.2s ease 0.5s;
    -ms-transition: all 1.2s ease 0.5s;
    -o-transition: all 1.2s ease 0.5s;
    transition: all 1.2s ease 0.5s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(6) .why-item__icon {
    -webkit-transition: all 1s ease 0.6s;
    -moz-transition: all 1s ease 0.6s;
    -ms-transition: all 1s ease 0.6s;
    -o-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(6) .why-item__title {
    -webkit-transition: all 1s ease 0.6s;
    -moz-transition: all 1s ease 0.6s;
    -ms-transition: all 1s ease 0.6s;
    -o-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(6) .why-item__text {
    -webkit-transition: all 1.2s ease 0.6s;
    -moz-transition: all 1.2s ease 0.6s;
    -ms-transition: all 1.2s ease 0.6s;
    -o-transition: all 1.2s ease 0.6s;
    transition: all 1.2s ease 0.6s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(7) .why-item__icon {
    -webkit-transition: all 1s ease 0.7s;
    -moz-transition: all 1s ease 0.7s;
    -ms-transition: all 1s ease 0.7s;
    -o-transition: all 1s ease 0.7s;
    transition: all 1s ease 0.7s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(7) .why-item__title {
    -webkit-transition: all 1s ease 0.7s;
    -moz-transition: all 1s ease 0.7s;
    -ms-transition: all 1s ease 0.7s;
    -o-transition: all 1s ease 0.7s;
    transition: all 1s ease 0.7s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(7) .why-item__text {
    -webkit-transition: all 1.2s ease 0.7s;
    -moz-transition: all 1.2s ease 0.7s;
    -ms-transition: all 1.2s ease 0.7s;
    -o-transition: all 1.2s ease 0.7s;
    transition: all 1.2s ease 0.7s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(8) .why-item__icon {
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(8) .why-item__title {
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(8) .why-item__text {
    -webkit-transition: all 1.2s ease 0.8s;
    -moz-transition: all 1.2s ease 0.8s;
    -ms-transition: all 1.2s ease 0.8s;
    -o-transition: all 1.2s ease 0.8s;
    transition: all 1.2s ease 0.8s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(9) .why-item__icon {
    -webkit-transition: all 1s ease 0.9s;
    -moz-transition: all 1s ease 0.9s;
    -ms-transition: all 1s ease 0.9s;
    -o-transition: all 1s ease 0.9s;
    transition: all 1s ease 0.9s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(9) .why-item__title {
    -webkit-transition: all 1s ease 0.9s;
    -moz-transition: all 1s ease 0.9s;
    -ms-transition: all 1s ease 0.9s;
    -o-transition: all 1s ease 0.9s;
    transition: all 1s ease 0.9s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(9) .why-item__text {
    -webkit-transition: all 1.2s ease 0.9s;
    -moz-transition: all 1.2s ease 0.9s;
    -ms-transition: all 1.2s ease 0.9s;
    -o-transition: all 1.2s ease 0.9s;
    transition: all 1.2s ease 0.9s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(10) .why-item__icon {
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    -ms-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .why.active .why__column:nth-child(10) .why-item__title {
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    -ms-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
    opacity: 1;
    top: 0; }
  .why.active .why__column:nth-child(10) .why-item__text {
    -webkit-transition: all 1.2s ease 1s;
    -moz-transition: all 1.2s ease 1s;
    -ms-transition: all 1.2s ease 1s;
    -o-transition: all 1.2s ease 1s;
    transition: all 1.2s ease 1s;
    opacity: 1;
    top: 0; }

@media (max-width: 992px) {
  .why__title.title {
    font-size: 30px;
    margin: 0px 0px 25px 0px; } }

@media (max-width: 767px) {
  .why__title.title {
    margin: 0px 0px 35px 0px; } }

.why-items-body {
  position: relative; }

.why-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -40px;
  counter-reset: item;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .why-items {
      margin: 0; } }

.why__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 40px;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 992px) {
    .why__column {
      padding: 0px 25px;
      margin: 0; } }
  @media (max-width: 767px) {
    .why__column {
      padding: 0; } }

.why-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .why-item {
      display: block;
      text-align: center; } }
  @media (max-width: 767px) {
    .why-item {
      display: block;
      text-align: center; } }

.why-item__icon {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 186px;
  flex: 0 0 186px;
  max-width: 186px;
  text-align: center; }
  @media (max-width: 992px) {
    .why-item__icon {
      margin: 0px auto 15px auto; } }

.why-item-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0px 0px 0px 20px; }
  @media (max-width: 992px) {
    .why-item-body {
      padding: 0; } }

.why-item__title {
  top: 50px;
  opacity: 0;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  color: #014e5f;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .why-item__title {
      padding: 0;
      line-height: 24px; }
      .why-item__title:before {
        display: block;
        margin: 0px auto 10px auto;
        position: relative; } }

.why-item__text {
  top: 50px;
  opacity: 0;
  color: #29292a;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative; }

.why-items-arrows .slick-arrow {
  width: 59px;
  height: 59px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10; }
  .why-items-arrows .slick-arrow.slick-prev {
    left: -5px;
    background: url("/assets/img/icons/sl-left.png") 0 0 no-repeat; }
  .why-items-arrows .slick-arrow.slick-next {
    right: -5px;
    background: url("/assets/img/icons/sl-right.png") 0 0 no-repeat; }
  .why-items-arrows .slick-arrow.slick-disabled {
    display: none !important; }
  @media (max-width: 767px) {
    .why-items-arrows .slick-arrow {
      top: 60px;
      margin: 0; } }

.youneed {
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 65px 0px; }
  .youneed.active .youneed__column:nth-child(1) .youneed-item {
    -webkit-transition: all 0.8s ease 0.1s;
    -moz-transition: all 0.8s ease 0.1s;
    -ms-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(2) .youneed-item {
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(3) .youneed-item {
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(4) .youneed-item {
    -webkit-transition: all 0.8s ease 0.4s;
    -moz-transition: all 0.8s ease 0.4s;
    -ms-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(5) .youneed-item {
    -webkit-transition: all 0.8s ease 0.5s;
    -moz-transition: all 0.8s ease 0.5s;
    -ms-transition: all 0.8s ease 0.5s;
    -o-transition: all 0.8s ease 0.5s;
    transition: all 0.8s ease 0.5s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(6) .youneed-item {
    -webkit-transition: all 0.8s ease 0.6s;
    -moz-transition: all 0.8s ease 0.6s;
    -ms-transition: all 0.8s ease 0.6s;
    -o-transition: all 0.8s ease 0.6s;
    transition: all 0.8s ease 0.6s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(7) .youneed-item {
    -webkit-transition: all 0.8s ease 0.7s;
    -moz-transition: all 0.8s ease 0.7s;
    -ms-transition: all 0.8s ease 0.7s;
    -o-transition: all 0.8s ease 0.7s;
    transition: all 0.8s ease 0.7s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(8) .youneed-item {
    -webkit-transition: all 0.8s ease 0.8s;
    -moz-transition: all 0.8s ease 0.8s;
    -ms-transition: all 0.8s ease 0.8s;
    -o-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(9) .youneed-item {
    -webkit-transition: all 0.8s ease 0.9s;
    -moz-transition: all 0.8s ease 0.9s;
    -ms-transition: all 0.8s ease 0.9s;
    -o-transition: all 0.8s ease 0.9s;
    transition: all 0.8s ease 0.9s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .youneed.active .youneed__column:nth-child(10) .youneed-item {
    -webkit-transition: all 0.8s ease 1s;
    -moz-transition: all 0.8s ease 1s;
    -ms-transition: all 0.8s ease 1s;
    -o-transition: all 0.8s ease 1s;
    transition: all 0.8s ease 1s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 992px) {
    .youneed {
      padding: 30px 0px 0px 0px;
      margin: 0px 0px 40px 0px; } }

.youneed-body {
  margin: 0px 0px 50px 0px;
  position: relative; }
  @media (max-width: 992px) {
    .youneed-body {
      max-width: 650px;
      margin: 0px auto 30px auto; } }
  @media (max-width: 767px) {
    .youneed-body {
      margin: 0; } }

.youneed-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .youneed-items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.youneed__column {
  padding: 20px 0px 0px 0px; }
  .youneed__column:nth-child(odd) {
    padding: 0px 0px 0px 0px; }
  @media (max-width: 992px) {
    .youneed__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      padding: 0;
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 767px) {
    .youneed__column {
      max-width: none;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

.youneed-item {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  text-align: center; }
  @media (max-width: 992px) {
    .youneed-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.youneed-item-image {
  position: relative;
  margin: 0px 0px 30px 0px;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .youneed-item-image:hover {
    border: 1px solid #313b3d; }
  @media (max-width: 992px) {
    .youneed-item-image {
      border: none;
      margin: 0;
      width: auto;
      height: auto; } }

.youneed-item__bg {
  height: 128px;
  width: 128px; }
  @media (max-width: 992px) {
    .youneed-item__bg {
      width: 73px;
      height: 73px; }
      .youneed-item__bg img {
        max-width: 100%; } }

.youneed-item__icon {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin: 0px 0px 0px -25px;
  background: #fff url("/assets/img/rules/check.png") center no-repeat;
  width: 50px;
  height: 50px; }
  @media (max-width: 992px) {
    .youneed-item__icon {
      display: none; } }

.youneed-item__label {
  font-family: 'Neucha';
  color: #495d5f;
  font-size: 24px; }
  @media (max-width: 992px) {
    .youneed-item__label {
      font-size: 22px;
      padding: 0px 0px 0px 20px; } }

.youneed-arrows {
  display: none; }
  .youneed-arrows .slick-arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 10; }
    .youneed-arrows .slick-arrow.slick-prev {
      left: 0;
      background: url("/assets/img/icons/sl-left.png") 0 0 no-repeat; }
    .youneed-arrows .slick-arrow.slick-next {
      right: 0;
      background: url("/assets/img/icons/sl-right.png") 0 0 no-repeat; }
    .youneed-arrows .slick-arrow.slick-disabled {
      display: none !important; }
  @media (max-width: 992px) {
    .youneed-arrows {
      display: block; } }
  @media (max-width: 767px) {
    .youneed-arrows {
      display: none; } }

.youneed-footer {
  text-align: center;
  padding: 0px 0px 0px 0px;
  position: relative; }

.youneed-footer__button {
  display: inline-block;
  padding: 0px 20px;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .youneed-footer__button {
      padding: 0; } }

.youneed__btn.btn {
  min-width: 340px;
  text-align: center; }
  @media (max-width: 767px) {
    .youneed__btn.btn {
      min-width: 280px; } }

.reviews-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  min-height: 543px; }
  @media (max-width: 992px) {
    .reviews-body {
      min-height: 470px; } }
  @media (max-width: 767px) {
    .reviews-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.reviews-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 415px;
  flex: 0 0 415px;
  max-width: 415px;
  position: relative; }
  @media (max-width: 767px) {
    .reviews-content {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      max-width: none;
      margin: 0px -20px;
      padding: 20px 0px 0px 0px; }
      .reviews-content:before {
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.2;
        height: 100px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

.reviews-content-phone {
  padding: 128px 45px 20px 40px;
  background: url("/assets/img/reviews/phone.png") 0 0 no-repeat; }
  @media (max-width: 992px) {
    .reviews-content-phone {
      padding: 100px 35px 10px 30px;
      background-size: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
      flex: 0 0 320px;
      max-width: 320px; } }
  @media (max-width: 767px) {
    .reviews-content-phone {
      padding: 100px 35px 25px 30px; } }

.reviews-content-body {
  max-height: 460px;
  padding: 0 35px;
  overflow: auto; }
  @media (max-width: 992px) {
    .reviews-content-body {
      max-height: 350px;
      padding: 0px 20px; } }

.reviews-content-item {
  margin: 0px 0px 20px 0px;
  background-color: #c1edf8;
  border-radius: 20px 0 20px 20px;
  padding: 20px;
  position: relative; }
  .reviews-content-item:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 20px solid #c1edf8;
    border-bottom: 25px solid transparent; }
  .reviews-content-item:last-child {
    margin: 0px 0px 0px 0px; }
  .reviews-content-item:nth-child(odd) {
    border-radius: 0px 20px 20px 20px;
    background-color: #e6e6e6; }
    .reviews-content-item:nth-child(odd):before {
      right: auto;
      left: -20px;
      border-left: none;
      border-top: 0px solid transparent;
      border-right: 20px solid #e6e6e6;
      border-bottom: 25px solid transparent; }
  @media (max-width: 992px) {
    .reviews-content-item {
      padding: 15px; } }

.reviews-content-item__text {
  font-size: 15px;
  color: #29292a;
  line-height: 22px; }
  @media (max-width: 992px) {
    .reviews-content-item__text {
      font-size: 14px; } }

.reviews-content-item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0px 0px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reviews-content-item__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #29292a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px; }

.reviews-content-item__date {
  font-size: 12px;
  color: #6b7075; }

.reviews-content-item__send {
  background: url("/assets/img/icons/send.png") 0 0 no-repeat;
  width: 26px;
  height: 14px;
  margin: 0px 0px 0px 5px; }

.reviews-advices {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 30px 0px 0px 45px;
  min-width: 0; }
  @media (max-width: 992px) {
    .reviews-advices {
      padding: 30px 0px 0px 20px; } }
  @media (max-width: 767px) {
    .reviews-advices {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      padding: 0; } }

.reviews-advices-slider {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .reviews-advices-slider .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px 0px 0px; }
    .reviews-advices-slider .slick-dots li {
      margin: 0px 10px 0px 0px; }
      .reviews-advices-slider .slick-dots li button {
        width: 8px;
        height: 8px;
        background-color: #c8cece;
        font-size: 0;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .reviews-advices-slider .slick-dots li button:hover {
          background-color: #a2bb13; }
      .reviews-advices-slider .slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        background-color: #a2bb13; }

.reviews-advices__title {
  background: url("/assets/img/icons/title-icon.png") left no-repeat;
  font-size: 19px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: #014e5f;
  padding: 0px 0px 0px 55px;
  margin: 0px 0px 5px 0px; }

.reviews-advices__text {
  font-size: 16px;
  line-height: 26px;
  max-height: 105px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .reviews-advices__text {
      max-height: 182px; } }
  @media (max-width: 767px) {
    .reviews-advices__text {
      max-height: none; } }

.reviews-advices-footer {
  text-align: right; }
  @media (max-width: 767px) {
    .reviews-advices-footer {
      text-align: center; } }

.reviews-advices-footer__image img {
  max-width: 100%; }

@media (max-width: 992px) {
  .reviews-advices-footer__image {
    display: inline-block;
    width: 240px; } }

.stat {
  margin: 0 0 -5px 0;
  position: relative;
  z-index: 2;
  background-color: #e6e6e6;
  padding: 0px 0px 5px 0px; }
  .stat:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: url("/assets/img/bg_stat.png") top repeat-x; }
  @media (max-width: 767px) {
    .stat {
      padding: 0px 0px 35px 0px; } }

.stat-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px;
  position: relative;
  z-index: 2; }
  @media (max-width: 992px) {
    .stat-body {
      max-width: 650px;
      margin: 0px auto; } }
  @media (max-width: 767px) {
    .stat-body {
      display: block;
      height: auto; } }

.stat-body__total {
  font-size: 50px;
  font-family: 'Neucha';
  margin: 0px 30px 0px 0px; }
  @media (max-width: 767px) {
    .stat-body__total {
      text-align: center;
      margin: 0;
      position: relative;
      top: -15px; } }

.stat-body-items {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 767px) {
    .stat-body-items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; } }

.stat-body-item {
  padding: 0px 40px 0px 0px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .stat-body-item {
      margin: 0px 0px 20px 0px;
      padding: 0 20px; } }

.stat-body-item__value {
  font-size: 27px;
  color: #b70000;
  margin: 0px 0px 5px 0px; }

.stat-body-item__label {
  font-size: 14px;
  text-transform: uppercase; }

@media (max-width: 992px) {
  .stat-body-button {
    display: none; } }

@media (max-width: 767px) {
  .stat-body-button {
    display: block; } }

.stat-body__btn.btn {
  min-width: 400px; }
  @media (max-width: 767px) {
    .stat-body__btn.btn {
      min-width: 0px;
      width: 250px;
      margin: 0px auto;
      display: block; } }

.account-content, .content-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden; }
  .content-block {font-size:14px; line-height: 1.5;}
  @media (max-width: 992px) {
    .account-content, .content-block {
      display: block;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      overflow: visible; } }
  @media (max-width: 767px) {
    .account-content, .content-block {
      display: block; } }

.account-content--finance {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  padding: 0;
  overflow: visible; }

.account-selectmenu {
  display: none; }
  @media (max-width: 992px) {
    .account-selectmenu {
      display: block; } }

.account-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 292px;
  flex: 0 0 292px;
  max-width: 292px;
  background: url("/assets/img/bg_left.png") right repeat-y; }
  @media (max-width: 992px) {
    .account-leftside {
      max-width: none;
      background: none; } }

@media (max-width: 992px) {
  .account-leftside--hide {
    display: none; } }

.account-menu {
  padding: 30px; }
  .account-menu li {
    position: relative;
    margin: 0px 0px 15px 0px; }
    .account-menu li:last-child {
      margin: 0px 0px 0px 0px; }
  @media (max-width: 992px) {
    .account-menu {
      padding: 35px 30px 0px 30px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .account-menu li:last-child {
        margin: 0px 0px 35px 0px; } }

.account-menu__link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
  color: #4c7985;
  position: relative;
  padding: 0px 0px 0px 45px; }
  .account-menu__link:before {
    content: '';
    background: url("/assets/img/icons/li.png") 0 0 no-repeat;
    width: 30px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0; }
  .account-menu__link span {
    text-decoration: underline; }
  .account-menu__link:hover:before {
    background: url("/assets/img/icons/li-h.png") 0 0 no-repeat; }
  .account-menu__link:hover span {
    text-decoration: none; }

.content-body {padding: 30px 30px;}

.account-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 60px 30px; }
  @media (max-width: 1182px) {
    .account-body, .content-body {
      padding: 40px 20px; } }
  @media (max-width: 992px) {
    .account-body, .content-body {
      padding: 20px 0px; } }
  @media (max-width: 767px) {
    .account-body, .content-body {
      padding: 10px 0px; } }

.account-form {
  max-width: 730px;
  margin: 0px auto; }

.account-form-row.form-row .form-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }

.account-form-row.form-row .form__label {
  color: #000000;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
  font-family: 'Ubuntu'; }

@media (max-width: 767px) {
  .account-form-row.form-row {
    display: block; }
    .account-form-row.form-row .form-column {
      max-width: none; }
      .account-form-row.form-row .form-column:first-child {
        margin: 0px 0px 25px 0px; } }

.account-form-line {
  margin: 0px 0px 35px 0px; }
  /*.account-form-line:last-child {
    margin: 0px 0px 0px 0px; }*/
  @media (max-width: 767px) {
    .account-form-line {
      margin: 0px 0px 25px 0px; } }

.account-form-line-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -5px; }
  @media (max-width: 500px) {
    .account-form-line-row {
      display: block; } }

.account-form-line__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 5px; }
  @media (max-width: 500px) {
    .account-form-line__column {
      max-width: none;
      margin: 0px 0px 25px 0px; } }

.account-form-line__column--half {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }
  @media (max-width: 500px) {
    .account-form-line__column--half {
      max-width: none; } }

.account-form-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
  padding: 33px 0px 0px 0px; }
  @media (max-width: 600px) {
    .account-form-footer {
      display: block;
      text-align: center; } }

@media (max-width: 600px) {
  .account-form__btn {
    width: 100%;
    padding: 0 !important;
    font-size: 16px !important; } }

@media (max-width: 600px) {
  .account-form__delete {
    width: 100%;
    margin: 0px 0px 15px 0px; } }

.account-finance {
  padding: 0px; }

.account-finance-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.account-finance__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 7px;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 1182px) {
    .account-finance__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 767px) {
    .account-finance__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.account-finance-item {
  padding: 20px 9px 0px 9px;
  position: relative;
  height: 462px;
  background: url("/assets/img/finance/item.png") 0 0 no-repeat;
  width: 382px; }
  .account-finance-item:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: inherit; }
  .account-finance-item:hover .account-finance-item__title {
    background: url("/assets/img/finance/t_2.png") 0 0 no-repeat;
    background-size: 100% 100%; }
  @media (max-width: 1182px) {
    .account-finance-item {
      width: 370px;
      background: url("/assets/img/finance/item-2.png") 0 0 no-repeat;
      height: 450px;
      margin: 0px auto; } }

.account-finance-item-content {
  position: relative;
  z-index: 2; }

.account-finance-item__title {
  margin: 0px 25px;
  font-family: 'Neucha';
  text-align: center;
  height: 58px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("/assets/img/finance/t_3.png") 0 0 no-repeat;
  background-size: 100% 100%; }
  .account-finance-item__title span {
    font-size: 20px; color: #000;}

/*
.account-finance-item__title--1{background: url('/assets/img/finance/t_3.png') 0 0 no-repeat;background-size: 100% 100%;}
.account-finance-item__title--2{background: url('/assets/img/finance/t_3.png') 0 0 no-repeat;background-size: 100% 100%;}
.account-finance-item__title--3{background: url('/assets/img/finance/t_3.png') 0 0 no-repeat;background-size: 100% 100%;}
*/
.account-finance-item__image {
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.account-finance-item-body {
  padding: 15px 25px; }

.account-finance-item-table {
  width: 100%;
  border-collapse: collapse; }
  .account-finance-item-table tr:last-child td {
    border-top: 1px dotted #d8d8d8; }
  .account-finance-item-table td {
    padding: 15px 0px; }

.account-finance-item__label {
  font-size: 15px;
  color: #000;
  font-family: 'Ubuntu';
  font-weight: 500; }

.account-finance-item__value {
  font-size: 15px;
  color: #405b64;
  font-family: 'Ubuntu';
  text-align: right; }

.account-finance-item-footer {
  text-align: center;
  background-color: #e3f3f7;
  padding: 25px 25px 22px 25px; }

.account-scoring {
  padding: 50px 40px; }
  .account-scoring .account-finance__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%; }
  @media (max-width: 1182px) {
    .account-scoring .account-finance__column {
      max-width: none;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 992px) {
    .account-scoring {
      padding: 30px 30px 0px 30px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .account-scoring .account-finance-row {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }
  @media (max-width: 680px) {
    .account-scoring {
      padding: 20px 0px 0px 0px; }
      .account-scoring .account-finance__column {
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }

.account-scoring__text, .content-text {
  font-size: 16px;
  font-family: 'Ubuntu';
  font-weight: 300;
  line-height: 24px; }
  .account-scoring__text h2, .content-text h2 {
    color: #4c7985;
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    font-weight: 500; }
    .account-scoring__text h3, .content-text h3 {
    color: #4c7985;
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    font-weight: 500; }
  .account-scoring__text p, .content-text p {
    margin: 0px 0px 15px 0px; }
    .account-scoring__text p:last-child {
      margin: 0px 0px 0px 0px; }
  @media (max-width: 992px) {
    .account-scoring__text {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      margin: 0px 0px 15px 0px; } }
  @media (max-width: 680px) {
    .account-scoring__text, .content-text {
      padding: 0px; } }

.account-rating {
  padding: 30px 20px;
  text-align: center;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 992px) {
    .account-rating {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 -20px;
      background-color: #f3f3f3; } }
  @media (max-width: 600px) {
    .account-rating {
      display: block; } }

@media (max-width: 992px) {
  .account-rating__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%; } }

@media (max-width: 600px) {
  .account-rating__column {
    max-width: none; }
    .account-rating__column:first-child {
      margin: 0px 0px 20px 0px; } }

@media (max-width: 992px) {
  .account-rating-content {
    max-width: 220px;
    margin: 0px auto; } }

.account-rating__title {
  color: #4c7985;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin: 0px 0px 20px 0px; }

.account-rating-circle {
  margin: 0px auto 20px auto;
  height: 160px;
  width: 160px;
  position: relative; }
  /*@media (max-width: 992px) {
    .account-rating-circle {
      margin: 0px auto; } }*/

.account-rating-circle__item {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.account-rating-circle-body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px; }

.account-rating-circle-content {
  background-color: #fff;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.account-rating-circle__value {
  color: #960808;
  font-weight: 300;
  font-size: 42px;
  margin: 0px 0px 5px 0px; }

.account-rating-circle__total {
  font-size: 15px;
  color: #588089;
  text-transform: uppercase;
  font-weight: 500; }

.account-rating__text {
  color: #2f2f31;
  font-family: 'Ubuntu';
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  margin: 0px 0px 10px 0px; }

.account-rating__date {
  font-size: 15px;
  font-family: 'Ubuntu';
  margin: 0px 0px 20px 0px;
  font-weight: 500; }

.account-scoringmenu {
  padding: 0px 20px 30px 20px; }
  .account-scoringmenu li {
    margin: 0px 0px 15px 0px;
    position: relative; }
    .account-scoringmenu li:last-child {
      margin: 0px 0px 0px 0px; }
  @media (max-width: 992px) {
    .account-scoringmenu {
      display: none; } }

.account-scoringmenu__link {
  font-size: 20px;
  font-family: 'Neucha';
  color: #000;
  position: relative;
  padding: 0px 0px 0px 45px;
  display: inline-block; }
  .account-scoringmenu__link:before {
    content: '';
    background: url("/assets/img/icons/li.png") 0 0 no-repeat;
    width: 30px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0; }
  .account-scoringmenu__link span {
    text-decoration: underline; }
  .account-scoringmenu__link:hover {
    color: #748488; }
    .account-scoringmenu__link:hover:before {
      background: url("/assets/img/icons/li-h.png") 0 0 no-repeat; }
    .account-scoringmenu__link:hover span {
      text-decoration: none; }
  .account-scoringmenu__link.active {
    color: #748488; }
    .account-scoringmenu__link.active:before {
      background: url("/assets/img/icons/li-h.png") 0 0 no-repeat; }

@media (max-width: 992px) {
  .registration {
    margin: 0px -10px; } }

@media (max-width: 767px) {
  .registration {
    margin: 0px -20px; } }

.registration-header {
  margin: 0px 0px 20px 0px; }

.registration-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .registration-body {
      display: block;
      background-color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0px 0px 30px 0px;
      border-radius: 0;
      overflow: visible; } }
  @media (max-width: 767px) {
    .registration-body {
      padding: 15px 20px 20px 20px; } }

.registration-steps {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 292px;
  flex: 0 0 292px;
  max-width: 292px;
  background: url("/assets/img/bg_left.png") left repeat-y;
  padding: 20px 0px; }
  @media (max-width: 992px) {
    .registration-steps {
      max-width: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      background: #f3f3f3;
      margin: 0px -20px 30px -20px;
      padding: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 767px) {
    .registration-steps {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px  20px 0px  20px; } }

.registration-steps__column:last-child .registration-steps-item-body {
  border-bottom: none; }

@media (max-width: 767px) {
  .registration-steps__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    text-align: center;
    margin: 0px 0px 20px 0px; } }

.registration-steps-item {
  padding: 25px 25px 0px 25px;
  position: relative; }
  .registration-steps-item.active {
    font-weight: bold; }
    .registration-steps-item.active .registration-steps-item__icon:after {
      content: '';
      background: url("/assets/img/registration/step.png") 0 0 no-repeat;
      width: 43px;
      height: 43px;
      position: absolute;
      top: 50%;
      right: -21px;
      margin-top: -21px;
      background-size: 100%; }
  .registration-steps-item.done .registration-steps-item__icon:after {
    content: '';
    background: url("/assets/img/registration/confirm-icon.png") 0 0 no-repeat;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    right: -21px;
    margin-top: -21px;
    background-size: 100%; }
  @media (max-width: 992px) {
    .registration-steps-item {
      padding: 0; }
      .registration-steps-item.active .registration-steps-item__icon:after {
        width: 31px;
        height: 31px;
        right: auto;
        left: 45px;
        margin: 0;
        top: -15px; }
      .registration-steps-item.done .registration-steps-item__icon:after {
        width: 31px;
        height: 31px;
        right: auto;
        left: 45px;
        margin: 0;
        top: -15px; } }

.registration-steps-item-body {
  padding: 0px 0px 25px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px dashed #a5b4b9; }
  @media (max-width: 992px) {
    .registration-steps-item-body {
      border: none;
      padding: 0; } }
  @media (max-width: 767px) {
    .registration-steps-item-body {
      display: block; } }

.registration-steps-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  max-width: 65px;
  text-align: center; }
  @media (max-width: 767px) {
    .registration-steps-item__icon {
      margin: 0px auto 15px auto;
      position: relative; } }

.registration-steps-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 20px;
  font-family: 'Neucha';
  padding: 0px 20px 0px 20px; }
  @media (max-width: 992px) {
    .registration-steps-item__text {
      padding: 0px 0px 0px 15px; } }

.registration-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0px 50px 40px 50px; }
  @media (max-width: 992px) {
    .registration-content {
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0px 0 0 0; } }
  @media (max-width: 767px) {
    .registration-content {
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0px 0 0 0; } }

.registration-header {
  text-align: center; }

.registration__title {
  display: inline-block;
  text-align: center;
  padding: 0px 40px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0 0 23px 23px;
  margin: 0px 0px 15px 0px;
  background-color: #ffc947; }
  .registration__title p {
    height: 47px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    font-size: 16px; }
  .registration__title span {
    margin: 0px 0px 0px 5px; }
  .registration__title i {
    font-style: normal; }
  @media (max-width: 992px) {
    .registration__title {
      border-radius: 23px;
      padding: 0px 30px; } }
  @media (max-width: 767px) {
    .registration__title {
      height: auto;
      padding: 5px 20px; }
      .registration__title p {
        font-size: 14px;
        line-height: 18px; } }

.registration-line {
  max-width: 775px;
  margin: 0px auto 15px auto; }
  @media (max-width: 767px) {
    .registration-line {
      max-width: 500px; } }
  @media (max-width: 550px) {
    .registration-line {
      max-width: 280px; } }

.registration-line-body {
  position: relative;
  background: url("/assets/img/registration/bg_line.png") 0 0 no-repeat;
  height: 29px;
  background-size: 100%; }
  @media (max-width: 1182px) {
    .registration-line-body {
      height: 22px; } }
  @media (max-width: 992px) {
    .registration-line-body {
      height: 29px; } }
  @media (max-width: 767px) {
    .registration-line-body {
      height: 19px; } }
  @media (max-width: 550px) {
    .registration-line-body {
      height: 10px; } }

.registration-line__value {
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("/assets/img/registration/line_body.png") 0 0 repeat-x;
  z-index: 2;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background-size: auto 100%; }
  @media (max-width: 1182px) {
    .registration-line__value {
      height: 22px; } }
  @media (max-width: 992px) {
    .registration-line__value {
      height: 29px; } }
  @media (max-width: 767px) {
    .registration-line__value {
      height: 19px; } }
  @media (max-width: 550px) {
    .registration-line__value {
      height: 10px; } }
  .registration-line__value.noanim {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s; }

.registration__message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("/assets/img/registration/sh.png") center no-repeat;
  height: 63px;
  font-family: 'Neucha';
  font-size: 18px;
  text-align: center;
  margin: 0px 0px 25px 0px; }
  .registration__message span {
    margin: 0px 5px 0px 0px; }
  @media (max-width: 992px) {
    .registration__message {
      margin: 0px 0px 25px 0px; } }
  @media (max-width: 767px) {
    .registration__message {
      background: none; } }

.register-form {
  max-width: 775px;
  margin: 0px auto;
  position: relative; }
  .register-form:after {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .register-form.confirm:after {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 992px) {
    .register-form {
      max-width: none; } }

.register-form-row {
  margin: 0px -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .register-form-row {
      margin: 0;
      display: block; } }

.register-form__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 15px;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 767px) {
    .register-form__column {
      padding: 0;
      max-width: none; } }

.register-form-input.active .register-form__val {
  display: block; }

.register-form-input-header {
  margin: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  min-height: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.register-form__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 15px;
  font-family: 'Ubuntu';
  font-weight: 500;
  color: #4c7985; }

.register-form__val {
  display: none;
  background-color: #ffc947;
  padding: 0 5px;
  line-height: 23px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0px 10px 0px 0px; }

.register-form__tip {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  max-width: 26px;
  background: url("/assets/img/icons/tip.png") 0 0 no-repeat;
  width: 26px;
  height: 23px;
  cursor: pointer; }

.register-form-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding: 10px 0px 0px 0px; }
  @media (max-width: 767px) {
    .register-form-footer {
      display: block; } }

.register-form-footer__column:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.register-form-footer-check {
  padding: 0px 0px 20px 0px;
  position: relative; }
  .register-form-footer-check.active .register-form-footer-check__info {
    display: none; }
  .register-form-footer-check.active .register-form-footer-check__value.check:before {
    border: 1px solid #dce3e3; }

.register-form-footer-check__info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: red;
  font-size: 12px;
  margin: 10px 0px 0px 0px; }

.register-form-footer__btn.btn {
  min-width: 0;
  margin: 0px 0px 0px 25px; }
  @media (max-width: 767px) {
    .register-form-footer__btn.btn {
      width: 100%;
      margin: 20px 0px 0px 0px; } }

@media (max-width: 767px) {
  .register-form-footer__btn.btn-2 {
    width: 100%; } }

.register-form-rassport-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px 25px -15px; }
  @media (max-width: 500px) {
    .register-form-rassport-block {
      display: block;
      margin: 0px; } }

.register-form-rassport-input {
  margin: 0px 0px 25px 0px; }

.register-form-rassport__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 15px; }
  .register-form-rassport__column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%; }
  .register-form-rassport__column:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%; }
  @media (max-width: 500px) {
    .register-form-rassport__column {
      max-width: none;
      padding: 0;
      margin: 0px 0px 25px 0px; } }

.register-form-rassport-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px; }
  .register-form-rassport-row .register-form-rassport__column {
    padding: 0px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0; }
    .register-form-rassport-row .register-form-rassport__column:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
      flex: 1 0 40%; }

.register-confirm {
  padding: 25px 0px 0px 0px;
  display: none; }

.register-confirm__message {
  font-size: 15px;
  text-align: center;
  margin: 0px 0px 20px 0px; }
  .register-confirm__message span {
    display: inline-block;
    line-height: 25px;
    padding: 0 7px;
    border-radius: 3px;
    color: #fff;
    background-color: #f0812f;
    margin: 0px 5px 0px 0px;
    font-family: 'Ubuntu'; }

.register-confirm__title {
  text-align: center;
  font-weight: 500;
  font-family: 'Ubuntu';
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  color: #4c7985; }

.register-confirm-sector {
  background-color: #e4f5fb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 30px 0px;
  padding: 40px;
  border-radius: 5px; }
  @media (max-width: 992px) {
    .register-confirm-sector {
      padding: 30px; } }
  @media (max-width: 767px) {
    .register-confirm-sector {
      display: block;
      text-align: center; } }

.register-confirm-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .register-confirm-body {
      display: block; } }

.register-confirm__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58px;
  flex: 0 0 58px;
  max-width: 58px; }
  @media (max-width: 767px) {
    .register-confirm__icon {
      margin: 0px auto; } }

.register-confirm-content {
  font-size: 16px;
  font-family: 'Ubuntu';
  padding: 0px 20px 0px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 400px;
  line-height: 20px; }
  @media (max-width: 992px) {
    .register-confirm-content {
      max-width: 300px; } }
  @media (max-width: 767px) {
    .register-confirm-content {
      max-width: none;
      padding: 20px 0; } }

.register-confirm-content__title {
  font-weight: 500;
  margin: 0px 0px 7px 0px; }

.register-confirm-content__text {
  font-weight: 300; }
  .register-confirm-content__text a {
    color: #4c7985;
    font-family: 'Ubuntu'; }

.register-confirm-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
  position: relative; }
  @media (max-width: 767px) {
    .register-confirm-form {
      max-width: none; } }

.register-confirm-form-body {
  display: none;
  height: 74px;
  text-align: center; }

.register-confirm-form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 10px 0px; }

.register-confirm-form__column:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0px 10px 0px 0px; }

.register-confirm-form-input {
  position: relative; }
  .register-confirm-form-input .form__error {
    padding: 13px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -55px;
    background-color: #b00d0d; }
    .register-confirm-form-input .form__error:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 0px solid transparent;
      border-right: 5px solid transparent;
      border-top: 10px solid #b00d0d;
      position: absolute;
      bottom: -10px;
      left: 0; }

.register-confirm-form__btn.btn.min {
  min-width: 0;
  font-size: 16px; }
  .register-confirm-form__btn.btn.min span {
    padding: 0px 20px 0px 0px; }
  .register-confirm-form__btn.btn.min.phonecodesend {
    padding: 0 15px; }
  @media (max-width: 992px) {
    .register-confirm-form__btn.btn.min {
      font-size: 15px; } }

.register-confirm-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .register-confirm-footer {
      display: block; } }

@media (max-width: 767px) {
  .register-confirm__btn {
    width: 100%; }
    .register-confirm__btn:last-child {
      margin: 15px 0px 0px 0px; } }

.register-confirm-form-resend {
  text-align: center;
  display: none; }

.register-confirm-form__changeemail {
  display: inline-block;
  margin: 10px 0px 0px 0px; }

.register-confirm-form-start {
  text-align: center; }
  .register-confirm-form-start .register-confirm-form__btn.btn {
    min-width: 250px; }

.register-confirm-form__noemail {
  display: inline-block;
  margin: 10px 0px 0px 0px; }

.register-confirm-edit {
  display: none;
  right: 0;
  bottom: 0;
  width: 320px;
  background-color: #fff;
  padding: 20px 40px;
  position: absolute;
  height: 205px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
  @media (max-width: 400px) {
    .register-confirm-edit {
      right: -40px;
      width: 300px; } }

.register-confirm-edit__close {
  background: url("/assets/img/icons/close-2.png") 0 0 no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer; }

.register-confirm-edit-form .input {
  margin: 0px 0px 15px 0px; }

.register-confirm-edit__title {
  color: #4c7985;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 20px;
  margin: 0px 0px 25px 0px; }

.register-confirm-form-confirm {
  display: none; }

.register-confirm-form-confirm__value {
  display: block;
  height: 74px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  width: 100%;
  background: url("/assets/img/bg_btn_2.png") 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 20px; }

.register-confirm-form__loader {
  display: none;
  width: 240px;
  height: 74px;
  background: url("/assets/img/load.gif") center no-repeat;
  margin: 0px auto;
  background-size: auto 100%; }

.register-checkdata {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding: 0px 0px 0px 0px; }
  @media (max-width: 1182px) {
    .register-checkdata {
      padding: 0px 0px 0px 0px; } }
  @media (max-width: 640px) {
    .register-checkdata {
      display: block; } }

.register-checkdata-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0px 50px 0px 0px; }
  @media (max-width: 640px) {
    .register-checkdata-body {
      padding: 0px 0px 30px 0px; } }

.register-checkdata-content {
  padding: 20px 0px 0px 0px; }

.register-checkdata__title {
  color: #4c7985;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 20px;
  margin: 0px 0px 25px 0px; }

.register-checkdata__label {
  font-family: 'Ubuntu';
  font-size: 17px;
  font-weight: 500;
  margin: 0px 0px 10px 0px; }

.register-checkdata__text {
  font-family: 'Ubuntu';
  font-weight: 300;
  line-height: 25px;
  font-size: 16px;
  margin: 0px 0px 25px 0px; }

.register-checkdata-graph {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 1182px) {
    .register-checkdata-graph {
      display: block;
      margin: 0px auto;
      max-width: 160px; } }

.register-checkdata-graph__column {
  padding: 0px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }
  @media (max-width: 1182px) {
    .register-checkdata-graph__column {
      max-width: none;
      padding: 0; }
      .register-checkdata-graph__column:first-child {
        margin: 0px 0px 30px 0px; } }

.register-checkdata-graph-item {
  position: relative;
  height: 160px;
  overflow: hidden;
  width: 160px; }

.register-checkdata-graph-item__value {
  color: #960808;
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: 45px;
  left: 0;
  font-weight: 300;
  width: 100%; }

.register-checkdata-graph-item__text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 95px;
  padding: 0px 20px;
  left: 0;
  color: #588089;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-family: 'Ubuntu';
  font-weight: 500; }

.register-checkdata-graph-item__line {
  height: 8px;
  position: relative;
  margin: 15px 0px 0px 0px; }
  .register-checkdata-graph-item__line:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0px 0px 0px -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
  .register-checkdata-graph-item__line--blue {
    background-color: #159dc9; }
    .register-checkdata-graph-item__line--blue:before {
      border-bottom: 6px solid  #159dc9; }
  .register-checkdata-graph-item__line--green {
    background-color: #20ad85; }
    .register-checkdata-graph-item__line--green:before {
      border-bottom: 6px solid  #20ad85; }

.register-checkdata-steps {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  max-width: 330px; }
  @media (max-width: 640px) {
    .register-checkdata-steps {
      max-width: none; } }

.register-checkdata-steps-items-block {
  display: none; }

.register-checkdata-steps-item {
  margin: 0px 0px 25px 0px; }
  .register-checkdata-steps-item:nth-child(1) .register-checkdata-steps-item__line span {
    -webkit-transition: all 0.85s ease 0s;
    -moz-transition: all 0.85s ease 0s;
    -ms-transition: all 0.85s ease 0s;
    -o-transition: all 0.85s ease 0s;
    transition: all 0.85s ease 0s;
    background: url("/assets/img/registration/lines/01.png") 0 0 no-repeat; }
  .register-checkdata-steps-item:nth-child(2) .register-checkdata-steps-item__line span {
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    background: url("/assets/img/registration/lines/02.png") 0 0 no-repeat; }
  .register-checkdata-steps-item:nth-child(3) .register-checkdata-steps-item__line span {
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    background: url("/assets/img/registration/lines/03.png") 0 0 no-repeat; }

.register-checkdata-steps-item__title {
  line-height: 18px;
  margin: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .register-checkdata-steps-item__title span {
    font-size: 18px;
    font-family: 'Neucha'; }
    .register-checkdata-steps-item__title span:last-child {
      color: #c73939; }
      .register-checkdata-steps-item__title span:last-child:after {
        content: '%'; }

.register-checkdata-steps-item__line {
  position: relative;
  height: 12px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.07);
  background-color: #e2e4e4; }
  .register-checkdata-steps-item__line span {
    width: 0;
    position: absolute;
    height: 12px;
    top: 0;
    left: 0; }

.register-checkdata-footer {
  display: none; }
  .register-checkdata-footer.active {
    display: block; }

.register-checkdata-footer__text {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin: 0px 0px 15px 0px; }

@media (max-width: 640px) {
  .register-checkdata-footer__btn {
    width: 100%; } }

.register-cardform {
  padding: 0px 0px 0px 0px; }

.register-cardform-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -25px; }
  @media (max-width: 1182px) {
    .register-cardform-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0; } }

.register-cardform__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 25px; }
  @media (max-width: 1182px) {
    .register-cardform__column {
      padding: 0;
      max-width: none; }
      .register-cardform__column:first-child {
        text-align: center;
        margin: 0px 0px 30px 0px; } }

.register-cardform-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px 25px -10px; }
  
  .register-cardform-row .register-cardform-row {
    margin-bottom: 0;
}

.register-cardform-row__column {
  padding: 0px 10px; }
  /*.register-cardform-row__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }*/

.register-cardform-input {
  margin: 0px 0px 25px 0px; }

@media (max-width: 767px) {
  .register-cardform__btn {
    width: 100%; } }

.register-cardform-cardbody {
  width: 390px;
  display: inline-block; }
  @media (max-width: 440px) {
    .register-cardform-cardbody {
      width: 280px; } }

.register-cardform-card {
  position: relative;
  width: 390px;
  height: 244px; }
  @media (max-width: 440px) {
    .register-cardform-card {
      width: 280px;
      height: 175px; } }

.register-cardform-card-face {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("/assets/img/registration/bg_card.png") 0 0 no-repeat;
  background-size: 100%; }

.register-cardform-card-back {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("/assets/img/registration/bg_card_back.png") 0 0 no-repeat;
  background-size: 100%; }

.register-cardform-card__cvv {
  position: absolute;
  top: 118px;
  font-size: 23px;
  right: 95px; }
  @media (max-width: 440px) {
    .register-cardform-card__cvv {
      font-size: 16px;
      top: 85px;
      right: 68px; } }

.register-cardform-card__number {
  position: absolute;
  top: 120px;
  left: 35px;
  font-size: 28px;
  color: #ffffff; }
  @media (max-width: 440px) {
    .register-cardform-card__number {
      font-size: 20px;
      top: 85px;
      left: 30px; } }

.register-cardform-card__date {
  left: 35px;
  bottom: 35px;
  position: absolute;
  color: #ffffff;
  font-size: 20px; }
  @media (max-width: 440px) {
    .register-cardform-card__date {
      left: 30px;
      font-size: 16px;
      bottom: 20px; } }

.register-cardform-card__type {
  position: absolute;
  right: 35px;
  bottom: 35px; }
  .register-cardform-card__type.visa {
    width: 105px;
    height: 34px;
    background: url("/assets/img/registration/visa.png") 0 0 no-repeat;
    background-size: 100%; }
  .register-cardform-card__type.master {
    width: 70px;
    height: 42px;
    background: url("/assets/img/registration/master.png") 0 0 no-repeat;
    background-size: 100%; }
  @media (max-width: 440px) {
    .register-cardform-card__type {
      bottom: 20px;
      right: 20px; }
      .register-cardform-card__type.visa {
        width: 80px;
        height: 28px; }
      .register-cardform-card__type.master {
        width: 50px;
        height: 30px; } }

.register-cardform__text {
  font-size: 12px;
  font-family: 'Ubuntu';
  line-height: 23px;
  font-weight: 300;
  padding: 30px 0px 0px 0px; }
.register-cardform__text2 {
  font-size: 16px;
  font-family: 'Ubuntu';
  line-height: 23px;
  font-weight: 300;
  padding: 0px 0px 10px 0px; }
  
  .cart-body-content__title {
  color: #FFCB35;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  margin: 10px 0px 10px 0px; }


.cart-body-content-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 50px 0px 60px 0px; }
  @media (max-width: 992px) {
    .cart-body-content-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 40px 0px 30px 0px; } }

.cart-body-content-row__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 45px 0px 0px; }

.cart-body-content-row__column:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 333px;
  flex: 0 0 333px;
  max-width: px; }

@media (max-width: 992px) {
  .cart-body-content-row__column:nth-child(1) {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px; }
  .cart-body-content-row__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; } }



.cart-body-content__img {
  width: 100%; }
  .cart-body-content__img img {
    max-width: 100%; }
  @media (max-width: 992px) {
    .cart-body-content__img {
      text-align: center; } }

.cart-body-content__link {
  color: #7d3b8d;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .cart-body-content__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #c41384; }
    
    

.cart-body-content__text {
  font-size: 14px;
  font-family: 'Ubuntu';
  line-height: 23px;
  font-weight: 300;
  padding: 0px 0px 10px 0px; }
.register-cardform__cardtypes {
  margin: 25px 0px 0px 0px;
  text-align: center; }
  .register-cardform__cardtypes img {
    max-width: 100%; }

.content {
  padding: 145px 0px 40px 0px;
  background: #bfd7dd url("/assets/img/bg_page.png") 0 0 repeat-x; }
  @media (max-width: 992px) {
    .content {
      padding: 180px 0px 40px 0px;
      background: #fff url("/assets/img/bg_page_768.png") top no-repeat; } }
  @media (max-width: 767px) {
    .content {
      padding: 0px 0px 40px 0px;
      background: #fff; } }

.content-header {
  margin: 0px 0px 30px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.content-header__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.content__title.title {
  text-align: left;
  margin: 0px 0px 0px 0px; }
  @media (max-width: 992px) {
    .content__title.title {
      text-align: center; } }

.breadcrumbs {
  margin: 0px 0px 10px 0px; }
  @media (max-width: 992px) {
    .breadcrumbs {
      background-color: #e8f7fb;
      margin: 0px 0px 25px 0px; } }

.breadcrumbs-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .breadcrumbs-row {
      display: block; } }

.breadcrumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  height: 60px;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 15px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .breadcrumbs-list li {
    font-size: 15px;
    color: #192c2f;
    margin: 0px 0px 10px 0px;
    font-weight: 300; }
    .breadcrumbs-list li:after {
      margin: 0px 5px;
      background: url("/assets/img/icons/bread.png") center no-repeat;
      width: 6px;
      height: 8px;
      display: inline-block;
      content: ''; }
    .breadcrumbs-list li:last-child:after {
      display: none; }
  @media (max-width: 992px) {
    .breadcrumbs-list {
      margin: 0px 0px 0px 0px;
      padding: 10px 0 0 0; } }

@media (max-width: 767px) {
    .register-cardform__text {
      display: none; } }


.breadcrumbs__link {
  color: #192c2f; }

.breadcrumbs__item {
  color: #000;
  font-weight: 400; }

.cookie {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: #d5e960;
  left: 0; }

.cookie-row {
  padding: 5px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .cookie-row {
      display: block;
      text-align: center;
      padding: 10px 0; } }

.cookie__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.cookie__text {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 10px 0px 0px; }
  @media (max-width: 767px) {
    .cookie__text {
      margin: 0px 0px 5px 0px;
      font-size: 12px;
      line-height: 13px; } }

.cookie__btn {
  display: inline-block;
  border-radius: 15px;
  width: 83px;
  line-height: 23px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  height: 25px;
  background-color: #b7c854; }

.pagging {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px 0px 0px; }

.pagging__arrow {
  width: 33px;
  height: 33px;
  border-radius: 50%; }
  .pagging__arrow:first-child {
    background: #1f4855 url("/assets/img/icons/page-arrow.png") center no-repeat;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .pagging__arrow:last-child {
    background: #1f4855 url("/assets/img/icons/page-arrow.png") center no-repeat; }
  .pagging__arrow:hover {
    background-color: #a11313; }

.pagging-list {
  margin: 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  .pagging-list li {
    margin: 0px 5px; }
    @media (max-width: 767px) {
      .pagging-list li {
        margin: 0px 5px; }
        .pagging-list li:nth-child(6), .pagging-list li:nth-child(7) {
          display: none; } }

.pagging__link {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #1f4855;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-size: 17px;
  display: block;
  font-weight: 500; }
  .pagging__link:hover {
    background-color: #a11313; }
  .pagging__link.active {
    color: #000000;
    background: url("/assets/img/icons/page-active.png") 0 0 no-repeat; }

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.form-column {
  padding: 0px 15px; }

.form-input-value {
  position: relative; }
  .form-input-value:before {
    content: '';
    background: url("/assets/img/bg_input.png") 0 0 no-repeat;
    width: 23px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3; }

.form-input__icon {
  position: relative;
  background-color: #fbfbfb;
  border-radius: 30px; }
  .form-input__icon .input {
    position: relative;
    z-index: 2;
    background-color: transparent; }

.form-input__icon--date:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 47px;
  width: 50px;
  right: 0;
  background: url("/assets/img/icons/calendar.png") center no-repeat; }

.btn {
  overflow: hidden;
  display: inline-block;
  height: 65px;
  line-height: 65px;
  font-size: 23px;
  min-width: 200px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  background: url("../img/bg_btn.png") center no-repeat;
  background-size: cover;
  padding: 0px 10px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  /* Правка 04.12.2019 */ }
  .btn:hover {
    background: url("../img/bg_btn_hover.png") center no-repeat;
    background-size: cover; }
  .btn.min {
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    padding: 0 20px; }
    .btn.min span {
      background-size: 12px;
      padding: 0px 25px 0px 0px; }
  .btn.fw {
    width: 100%; }
  .btn span {
    background: url("../img/icons/btn_arrow.png") right no-repeat;
    padding: 0px 35px 0px 0px;
    display: inline-block; }
  @media (max-width: 767px) {
    .btn {
      height: 47px;
      line-height: 47px;
      font-size: 18px; }
      .btn span {
        background-size: 12px;
        padding: 0px 25px 0px 0px; } }
  .btn:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 500px;
    height: 500px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: -250px 0px 0px -250px;
    -webkit-animation: button 3s infinite linear;
    -moz-animation: button 3s infinite linear;
    -o-animation: button 3s infinite linear;
    animation: button 3s infinite linear; }
.btn-2 {
  background: url("/assets/img/bg_btn_2.png") center no-repeat;
  background-size: cover;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 30px;
  font-weight: 900;
  background-color: #dddddd;
  border-radius: 30px;
  line-height: 47px;
  color: #fff;
  height: 47px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17); }
  .btn-2:hover {
    background: url("/assets/img/bg_btn_hover.png") center no-repeat;
    background-size: cover; }
  .btn-2 span {
    background: url("/assets/img/icons/delete.png") right no-repeat;
    padding: 0px 35px 0px 0px;
    display: inline-block; }



@-webkit-keyframes button {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes button {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@-o-keyframes button {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@keyframes button {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }


.select-block {
  position: relative; }

.select__label {
  z-index: 2;
  position: absolute;
  top: -8px;
  background-color: #f7f7f7;
  padding: 0 5px;
  color: #979797;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  left: 20px; }

.select {
  position: relative;
  cursor: pointer; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    border-radius: 30px;
    position: relative;
    height: 47px;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb; }
    .select .select-title:before {
      content: '';
      background: url("/assets/img/bg_input.png") 0 0 no-repeat;
      width: 23px;
      height: 47px;
      position: absolute;
      left: -1px;
      top: -1px; }
  .select .select-title__arrow {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50px;
    height: 47px;
    background: url("/assets/img/icons/select.png") center no-repeat; }
  .select .select-title__value {
    font-size: 15px;
    color: #728489;
    line-height: 45px;
    display: block;
    overflow: hidden;
    padding: 0 65px 0 20px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 47px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    border-radius: 0 0 23px 23px;
    background-color: #4c7985;
    padding: 0px 10px 10px 0px; }
  .select .select-options-scroll {
    padding: 0px 15px 0px 0px;
    max-height: 150px;
    overflow: auto; }
  .select .select-options__value {
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    padding: 0px 20px;
    line-height: 45px; }
    .select .select-options__value:last-child {
      margin: 0px 0px 0px 0px; }
    .select .select-options__value:hover {
      color: #fff;
      background-color: #54c5e1; }
  .select.active .select-title {
    border-radius: 23px 23px 0 0;
    background-color: #4c7985;
    border: 1px solid #4c7985; }
    .select.active .select-title:before {
      display: none; }
  .select.active .select-title__value {
    color: #fff; }
  .select.active .select-title__arrow {
    display: none; }
  .select.err .select-title {
    border: 1px solid red; }
  .select.breadcrumbs-select__select {
    display: none; }
    .select.breadcrumbs-select__select .select-title {
      border: none;
      background: none; }
      .select.breadcrumbs-select__select .select-title:before {
        display: none; }
    .select.breadcrumbs-select__select .select-title__arrow {
      background: url("/assets/img/icons/select-2.png") center no-repeat;
      width: 30px; }
    .select.breadcrumbs-select__select .select-title__value {
      padding: 0 40px 0 0px;
      font-size: 16px;
      color: #4c7985;
      text-decoration: underline;
      text-transform: uppercase;
      font-weight: 500; }
    .select.breadcrumbs-select__select .select-options {
      border-radius: 0;
      padding: 10px 0px; }
    .select.breadcrumbs-select__select .select-options-scroll {
      padding: 0; }
    .select.breadcrumbs-select__select .select-options__value {
      padding: 0px 10px;
      line-height: 30px; }
    .select.breadcrumbs-select__select.active .select-title__arrow {
      display: block; }
    @media (max-width: 992px) {
      .select.breadcrumbs-select__select {
        display: block; } }
    @media (max-width: 767px) {
      .select.breadcrumbs-select__select {
        width: 100%; } }

@media (max-width: 767px) {
  .breadcrumbs-select-select-block {
    margin: 0px -20px;
    padding: 0px 20px;
    border-top: 1px solid #fff;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px; } }

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

.input {
  width: 100%;
  display: block;
  padding: 0px 25px;
  color: #818a8b;
  font-family: 'Ubuntu';
  height: 47px;
  font-size: 15px;
  position: relative;
  background-color: #fbfbfb;
  border-radius: 25px;
  border: 1px solid #e6e6e6; }
  
  .input.focus {
    color: #000;
   }
  
  .input.err {
    border: 1px solid red; }

textarea.input {
  resize: none;
  padding: 0px 0px; }

.check {
  position: relative;
  padding-left: 48px;
  color: #728489;
  line-height: 20px;
  cursor: pointer;
  font-size: 14px; }
  .check input {
    display: none; }
  .check a {
    color: #16a1cf;
    text-decoration: underline; }
    .check a:hover {
      color: #000; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 3px;
    width: 33px;
    height: 32px;
    background-color: #f2f2f2;
    border: 1px solid #dce3e3; }
  .check.err:before {
    border: 1px solid red; }
  .check.active:before {
    background: #f2f2f2 url("/assets/img/icons/check.png") center no-repeat; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("/assets/img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("/assets/img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("/assets/img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }

.form-range-line {
  position: relative;
  height: 17px;
  background-color: #243539;
  border: 5px solid #99eaff;
  z-index: 2;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .form-range-line .ui-slider-range {
    height: 17px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #243539;
    border: 5px solid #d5e960;
    border-radius: 10px; }
  .form-range-line .ui-slider-handle {
    border-radius: 50%;
    background: #d5e960 url("/assets/img/icons/range.png") center no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    margin: -22px 0px 0px -25px;
    top: 0;
    left: 0;
    cursor: pointer; }
  .form-range-line .ui-state-hover {
    background: #fff url("/assets/img/icons/range_h.png") center no-repeat; }

.form-range-values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0px 0px 0px; }

.form-range-values__item {
  font-size: 15px;
  color: #99eaff; }

.form-range-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 4px 0px 0px 0px; }
  .form-range-grid > span {
    width: 2px;
    height: 5px;
    background-color: #ffffff; }
    .form-range-grid > span:nth-child(odd) {
      height: 10px; }

.form-range-grid-line {
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  height: 10px;
  overflow: hidden; }

.form-range-grid-line-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 500px; }
  .form-range-grid-line-row > span {
    width: 2px;
    height: 5px;
    background-color: #16a3d1; }
    .form-range-grid-line-row > span:nth-child(odd) {
      height: 10px; }

.title {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 35px 0px; }
  .title span {
    color: #1f4855; }
  @media (max-width: 992px) {
    .title {
      font-size: 27px;
      margin: 0px 0px 25px 0px; } }

.link {
  font-family: 'Neucha';
  color: #000;
  border-bottom: 1px dashed;
  font-weight: 500;
  white-space: nowrap;
  font-size: 17px; }
  .link:hover {
    border-bottom: 1px dashed transparent; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: 'в';
  font-family: 'R';
  margin: 0px 0px 0px 5px;
  font-weight: 400 !important;
  font-style: normal !important; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es, .reviews-content-item__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.flip {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.flipitem.active .flipface {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flipitem.active .flipback {
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flipface, .flipback {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

.flipface {
  z-index: 2; }

.flipback {
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.baloon {
  max-width: 325px !important; }

.baloon-style {
  display: none; }

.baloon-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 25px;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content:after {
    content: '';
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 0px 0px 0px -20px;
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    position: absolute;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: -15px; }

.baloon-close {
  top: 18px !important; }

@media (max-width: 767px) {
  .baloon {
    max-width: 280px !important; } }
    

/***payment fail***/
.payment-fail-body {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 0;}  
.payment-fail__column:nth-child(1) { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none; margin: 0px 90px 0px 0px;}
.payment-fail__column:nth-child(2) {-webkit-box-flex: 0; -ms-flex: 0 0 310px; flex: 0 0 310px; max-width: 310px; padding: 10px 0px 0px 0px;}
.payment-fail__text {font-size: 17px; font-weight: 300; line-height: 25px; margin: 0px 0px 35px 0px;}
.payment-fail-info {margin: 0px 0px 50px 0px;}
.payment-fail-info-data {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 0; max-width: 500px; margin: 0px 0px 15px 0px;}
.payment-fail-info-data:last-child {margin: 0px 0px 0px 0px;}
.payment-fail-info-data__column:nth-child(2) {position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none;}
.payment-fail-info-data__column:nth-child(2):before {content: ''; position: absolute; width: 98%; height: 1px; bottom: 5px; left: 1%; border-bottom: 1px dotted #000;}
.payment-fail-info-data__column:nth-child(3) {-webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; max-width: 200px;}
.payment-fail-info-data__name {font-size: 17px; font-weight: 400; line-height: 23px; white-space: nowrap; }
.payment-fail-info-data__value {font-size: 17px; font-weight: 300; line-height: 23px;}
.payment-fail-paymethod {max-width: 500px; margin: 0px 0px 45px 0px;}
.payment-fail-form__divider {height: 1px; background-color: #ddd; margin: 0px 0px 30px 0px;}
.payment-fail-pay-block {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 0;}
.payment-fail-pay-block__column:nth-child(1) {margin: 0px 50px 0px 0px;}
.payment-fail-pay-block__column:nth-child(2) {-webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; max-width: 240px;}
.payment-fail__img {background-color: #fff; border-radius: 50%; padding: 15px; -webkit-box-shadow: 0px 0px 50px 7px rgba(0, 0, 0, 0.18); box-shadow: 0px 0px 50px 7px rgba(0, 0, 0, 0.18);}
.payment-fail__img img {max-width: 100%;}
.profile-form-button-block__text {font-size: 15px; line-height: 18px; text-transform: uppercase; margin: 0px 0px 15px 0px;}
.profile-form-button-block__price {font-size: 40px; font-family: Roboto; color: #27bfa1;}

@media (max-width: 992px) {
    .payment-fail {background: #f4f4f4 url() 0 0 no-repeat;}
    .payment-fail__column:nth-child(1) {margin: 0px 40px 0px 0px; }
    .payment-fail__column:nth-child(2) {-webkit-box-flex: 0; -ms-flex: 0 0 220px; flex: 0 0 220px; max-width: 220px; }
    .payment-fail__text {margin: 0px 0px 25px 0px;}
    .payment-fail-info {margin: 0px 0px 40px 0px;}
    .payment-fail-form__divider {position: relative; left: -100%; width: 300%;}
    .payment-fail-pay-block {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
    .payment-fail-pay-block__column:nth-child(1) {margin: 0px 0px 0px 0px;}
}

@media (max-width: 767px) {
    .payment-fail-body {-ms-flex-wrap: wrap; flex-wrap: wrap;}
    .payment-fail__column:nth-child(1) {-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; margin: 0px 0px 0px 0px;}
    .payment-fail__column:nth-child(2) {-webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none; text-align: center;
      -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; margin: 0px 0px 30px 0px; 
    }
    .payment-fail-info-data {max-width: none; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px 0px 20px 0px;}
    .payment-fail-info-data__column { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none; margin: 0px 0px 5px 0px;}
    .payment-fail-info-data__column:nth-child(2) {-webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3;}
    .payment-fail-info-data__column:nth-child(2):before {content: ''; bottom: -10px; width: 100%; left: 0;}
    .payment-fail-info-data__column:nth-child(3) {-webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none; }
    .payment-fail-pay-block {-ms-flex-wrap: wrap; flex-wrap: wrap;}
    .payment-fail-pay-block__column {-webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none; text-align: center;}
    .payment-fail-pay-block__column:nth-child(1) {margin: 0px 0px 25px 0px;}
    .payment-fail-pay-block__column:nth-child(2) {-webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none;}
    .payment-fail__img {width: 220px; margin: 0px auto;}
} 
/*********************/

/***option***/
.profile-form-button__title {font-size: 17px; line-height: 18px; margin: 0px 0px 20px 0px;}
.profile-form-button-option-text {display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size:16px;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 32px;
}
.option {position: relative; cursor: pointer; padding-left: 47px; line-height: 16px; margin-bottom: 30px; font-size: 15px; font-weight: 300;}
.option:last-child {margin-bottom: 0px;}
.option input {display: none;}
.option:before {position: absolute; left: 0; top: 0; width: 32px; height: 32px; content: ''; border: 1px solid #ddd; background-color: #fff; border-radius: 50%;}
.option.active:after {content: ''; position: absolute; width: 16px; height: 16px; top: 8px; left: 8px; background-color: #27bfa1; border-radius: 50%;}
.options.err .option:before{border-color:red;}
/*******************/

/****reports history****/
.payment-top-history {padding: 50px 0px 0px 0px;}
.payment-top-history__title {font-size: 20px; color: #4c7985; font-weight: 500; line-height: 23px; text-align: center; margin-bottom: 10px;}
.payment-top-history-block {height: 250px; overflow: auto; padding: 0px;}
.payment-top-history-content {margin-bottom: 15px;}
.payment-top-history-content.active {display: block;}
.payment-top-history-list > li {margin: 0px 0px 20px 0px; text-align: center;}
.payment-top-history-list > li:last-child {margin: 0px 0px 0px 0px;}
.payment-top-history-list-data {display: block;}
.payment-top-history-list-data__column {white-space: nowrap;}
.payment-top-history-list-data__date {color: #607179; font-size: 15px; font-weight: 300; line-height: 23px;}
.payment-top-history-list-data__link {color: #682379; font-size: 15px; font-weight: 400; line-height: 23px; text-decoration: underline; position: relative;}
.payment-top-history-nocontent {/*display: none;*/}
.payment-top-history-nocontent.active {display: block;}
.payment-top-history-nocontent__text {font-size: 17px; font-weight: 300; line-height: 27px; padding: 0px; margin: 50px 0px 25px 0px; text-align: center;}
.payment-top-history-nocontent-btn {text-align: center; margin-top: 15px;}
.payment-top-history-nocontent__link.big_link {width: 100%; max-width: 210px;}

@media (max-width: 992px) {
    .payment-top-history-block {height: auto; padding: 0px 0px 0px 0px;} 
}

@media (max-width: 767px) {
    .payment-top-history-nocontent__text {margin: 15px 0px 0px 0px;}
}
/***********************/

/****unsubscribe****/
.profile-form-unsubscribe {max-width: 800px;} 
.profile-form-unsubscribe .form-column {margin-bottom: 30px;}
.profile__text {font-size: 17px; font-weight: 300; line-height: 25px; margin: 0px 0px 35px 0px;}
/*.captcha-block {margin-bottom:30px;}*/
.profile-form-body__column_orders {margin-bottom: 20px;}
.orders-empty {font-size: 22px;}
@media (max-width: 600px) {
    .profile-form-unsubscribe .form-row {justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;}
}
/***********************/

/*******banners********/

.banner { position: fixed; z-index: 30; bottom: 0px; left: 0; width: 100%; height: 0; -webkit-box-shadow: -10px -10px 50px 10px rgba(0, 0, 0, 0.17); box-shadow: -10px -10px 50px 10px rgba(0, 0, 0, 0.17); }

.banner .container { position: relative; }

.banner_approve { display: none; }

.banner-block { position: absolute; right: 24px; bottom: 0; width: 100%; max-width: 577px; }

@media (max-width: 767px) { .banner-block { bottom: 20px; right: 5%; width: 90%; max-width: none; } }

.banner__close { position: absolute; width: 24px; height: 24px; top: 0; right: -24px; background: url("/assets/img/icons/close-2.png") center no-repeat; cursor: pointer; }

@media (max-width: 767px) { .banner__close { top: -24px; right: auto; left: 50%; margin: 0px 0px 0px -12px; } }

.banner-content { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 0; background-color: #e9f0f2; }

@media (max-width: 767px) { .banner-content { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.banner-content_failures { background: #e9f0f2 url("/assets/img/banner/bg_01.png") center right/contain no-repeat; }

@media (max-width: 767px) { .banner-content_failures { background: #e9f0f2 url() 0 0 no-repeat; } }

.banner-content__column:nth-child(1) { -webkit-box-flex: 1; -ms-flex: 1 1 60%; flex: 1 1 60%; max-width: 60%; }

.banner-content__column:nth-child(2) { -webkit-box-flex: 1; -ms-flex: 1 1 40%; flex: 1 1 40%; max-width: 40%; }

@media (max-width: 767px) { .banner-content__column:nth-child(1) { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none; }
  .banner-content__column:nth-child(2) { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: none; } }

.banner-content-left { height: 100%; padding: 30px 0px 30px 40px; position: relative; }

@media (max-width: 767px) { .banner-content-left { padding: 30px 20px 30px; text-align: center; } }

.banner-content-left__title { color: #000000; font-size: 30px; line-height: 36px; font-weight: 700; margin: 0px 0px 20px 0px; }

@media (max-width: 767px) { .banner-content-left__title { font-size: 14px; line-height: 16px; margin: 0px 0px 5px 0px; } }

.banner-content-left__subtitle { color: #27bfa1; font-size: 18px; line-height: 24px; font-family: Ubuntu; margin: 0px 0px 23px 0px; }

@media (max-width: 767px) { .banner-content-left__subtitle { font-size: 11px; line-height: 13px; margin: 0px 0px 10px 0px; } }

.banner-content-left__link { display: inline-block;}

/*.banner-content-left__link span { display: block; height: 40px; background-color: #e9f0f2; border-radius: 23px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.banner-content-left__link:hover span { background-color: transparent; color: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } 
*/

.banner-content-right { height: 100%; position: relative; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0px 30px 0px 0px; }

@media (max-width: 767px) { .banner-content-right { display: none; } }

.banner-content-left__title_rating { font-size: 26px; line-height: 27px; margin: 0px 0px 12px 0px; }

@media (max-width: 767px) { .banner-content-left__title_rating { font-size: 23px; line-height: 25px; margin: 0px 0px 10px 0px; } }

.banner-content-left__subtitle_rating { font-size: 17px; line-height: 20px; margin: 0px 0px 20px 0px; }

@media (max-width: 767px) { .banner-content-left__subtitle_rating { font-size: 17px; line-height: 20px; margin: 0px 0px 19px 0px; } }

.banner-content-right__img { max-width: 200px; }

.banner-content-right__img img { max-width: 100%; }
/***************************/

    
/***new***/
.location-hide {display: none;}

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

.select.focus .select-title__value {color: #000;}
.popup__txt {font-size: 16px;line-height: 1.2;padding: 20px 15px;color: #1f4855;}

.popup-pay .popup__txt {height: 550px; text-align: center;}
.popup-pay h3 {font-size:26px; margin-top: 0; margin-bottom: 20px;}
.popup-pay__iframe {width:100%; min-height: 100%;}
.popup-pay .popup-content {max-width:550px;}

.popup-login-btn {text-align: center;}

.popup-ask .popup-content {max-width: 404px; padding: 30px 30px 20px 30px;}
.popup-buttons {display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px 0px 10px 0px; -ms-flex-pack: distribute; justify-content: space-around;}
.subscription-action {min-width: 120px;}

.payment-action {font-size: 26px; line-height: 30px;}
.payment-status {margin-top: 20px; font-size: 30px; line-height: 36px;}
.payment-status_failed {color: red;}
.payment-status_ok {color: green;}
.payment-button {margin-top: 30px; opacity:0; -webkit-transition: 1.5s;-moz-transition: 1.5s;-ms-transition: 1.5s;-o-transition: 1.5s;transition: 1.5s;}
.payment-button_show {opacity:1;}


.account-form-line.disabled, .register-form-input.disabled {filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); opacity: 0.6;}
.account-form__title, .register-form__title {padding: 8px 0px 0px 0px; color: #27bfa1; font-size: 20px; font-weight: 500; line-height: 23px; margin: 0px 0px 20px 0px;}
.register-form__title {padding: 0px 15px; width: 100%;}
.account-form-footer__column {margin-bottom: 15px;}
.account-form-footer__column:nth-child(2) {-webkit-box-flex: 0; -ms-flex: 0 0 350px; flex: 0 0 350px; text-align: right;}
.account-form-footer__text {font-size: 14px; font-weight: 300; line-height: 22px;}

.ui-autocomplete {background-color:white; padding:10px 30px; border: 1px solid #dddddd; border-radius: 5px; z-index: 9;}
.ui-autocomplete li {font-size:16px; line-height:1.5; cursor:pointer;}

.form-column-row { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 0; margin: 0px -15px; }
.form-column__column.min-3 {width:33.3333%; padding:0 5px;}

.popup-passport-footer { border-top: 1px solid #dddfe0; padding: 20px 30px 15px 30px; flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font-size: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; 
}
.popup-passport__btn.btn, .popup-passport__btn.btn2 { width: 120px; margin-bottom: 15px;}

.popup-skip-footer__row {margin-top: 30px;}

.row-button {margin-bottom: 15px;}
.popup-skip .popup-buttons {display: block; padding: 10px 15px;}

@media (max-width: 767px) {
    .register-form__title {padding: 0;}
}

#timedisplay { font-weight: 700; color: #CB3634; padding-left:10px; }




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 15; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-image: url("../img/modal_imgae.jpg");
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 300px;
    height: 428px;
    text-align: center;
}
.modal-content .title {
    font-size: 27px;
    font-weight: bold;
    color: #000;
    margin: 25px 0 0 0;
}
.modal-content .blue {
    color: #fff;
    font-size: 14px;
    background: #3a73a3;
    display: inline-block;
    padding: 3px 8px;
    margin: 25px 0 0 0;
}
.modal-content .dark {
    color: #fff;
    font-size: 14px;
    background: #525252;
    display: inline-block;
    padding: 3px 8px;
    margin: 3px 0 0 0;
}
.modal-content a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    margin: 241px 0 0 0;
    overflow: hidden;
    position: relative;
}
.modal-content a:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 500px;
    height: 500px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: -250px 0px 0px -250px;
    -webkit-animation: button 3s infinite linear;
    -moz-animation: button 3s infinite linear;
    -o-animation: button 3s infinite linear;
    animation: button 3s infinite linear;
}
.modal-content a:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 300px;
    height: 300px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: -150px 0px 0px -150px;
    -webkit-animation: button 3s infinite linear;
    -moz-animation: button 3s infinite linear;
    -o-animation: button 3s infinite linear;
    animation: button 3s infinite linear;
}


@-webkit-keyframes button { 0% { -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    50% { -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    100% { -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
}

@-moz-keyframes button { 0% { -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    50% { -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    100% { -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
}

@-o-keyframes button { 0% { -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    50% { -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    100% { -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
}

@keyframes button { 0% { -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    50% { -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    100% { -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
}
