@charset "UTF-8";
/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
/* --------------- Font Choice --------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html,
body {
  font-size: 15px;
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  font-family: 'Inter',sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.inside .section {
    margin-bottom: 4rem; }
  body.cabinet-page .nav__item {
    margin-right: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  color: #002e63;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #666666; }

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.mask {
  position: fixed;
  height: 100%;
  background: #1d1d1d;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in; }
  .mask.active {
    opacity: .7;
    visibility: visible; }

/* Vendor libs

==========================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff "/images/ajax-loader.gif" center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: fontAwesome;
    font-size: 30px;
    line-height: 1;
    color: #808080;
    opacity: 0.75;
    transition: opacity .1s linear; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: .4rem;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 1rem;
      width: 1rem;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      opacity: .5;
      margin: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #fff; }
    .slick-dots li.slick-active button {
      opacity: 1; }

#js-slider-1 .slick-slide {
  padding: 0; }

#js-slider-2 .slick-slide {
  padding: 0;
  text-align: center; }

#js-slider-2 .slick-current .product__thumbs-item {
  border-color: #FF8D1C; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -10px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  height: auto;
  padding: 0 10px; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.js-intro-slider .slick-next {
  right: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-next:before {
    color: #000; }

.js-intro-slider .slick-prev {
  left: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-prev:before {
    color: #000; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }
  html.remodal-is-locked body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #1d1d1d;
  background-color: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem; }
  .remodal-close img {
    max-width: 100%; }
  .remodal-close:before {
    display: block;
    content: "";
    height: .2rem;
    transition: all .2s ease;
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    transform: rotate(-45deg); }
  .remodal-close:after {
    display: block;
    content: "";
    height: .2rem;
    transition: all .2s ease;
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    transform: rotate(45deg); }

.remodal-title {
  margin-bottom: 20px; }

.remodal-body {
  margin-bottom: 20px; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #1d1d1d; }

.lt-ie9 .remodal {
  width: 700px; }

.remodal-wrapper {
  padding: 0 2rem; }

.remodal {
  border-radius: 23px;
  padding: 3rem;
  text-align: left; }
  .remodal#login {
    max-width: 480px; }
  .remodal#register {
    max-width: 480px; }
  .remodal#reminder {
    max-width: 480px; }

.remodal__header {
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left; }

.remodal__title {
  margin-bottom: 3rem;
  font-weight: 700;
  color: #2C1979;
  font-size: 1.6rem; }

.measure__steps {
  font-size: .8rem;
  font-weight: 500;
  color: #cacaca; }
  .measure__steps span {
    color: #000; }

.measure__body {
  padding: 1rem; }
  .measure__body .title {
    margin-bottom: 1rem;
    font-size: .8rem;
    font-weight: 500;
    text-align: left; }

.remodal__actions {
  flex-direction: column;
  display: flex;
  align-items: center; }
  .remodal__actions .btn {
    margin-bottom: .6rem; }

.remodal__link {
  text-decoration: underline;
  color: #000;
  font-size: .8rem; }

.remodal__actions {
  margin-bottom: 1rem; }

.form__link {
  color: #ababab;
  font-size: .8rem;
  font-weight: 600;
  text-align: center; }
  .form__link a {
    color: #FC5185; }

.remodal__text {
  margin-bottom: 1rem;
  color: #727280;
  font-weight: 600;
  font-size: .8rem;
  text-align: center;
  line-height: 1.6; }
  .remodal__text a {
    color: #FC5185; }
  .remodal__text.info {
    text-align: left; }

.remodal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #1d1d1d; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1260px) {
    .container {
      width: 1230px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 560px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1260px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 560px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1260px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 560px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.error__page {
  height: 100vh;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: linear-gradient(313.9deg, rgba(31, 14, 116, 0.94) 2.66%, rgba(41, 14, 116, 0.94) 83.25%), #C4C4C4; }
  .error__page .btn {
    border-radius: 11px; }
  .error__page .container {
    position: relative;
    z-index: 2; }

.error__title {
  font-size: 10rem;
  background: linear-gradient(to right, #FD5185 0%, rgba(253, 81, 133, 0) 100%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 4px transparent;
  font-weight: 700;
  letter-spacing: 1rem;
  line-height: 1;
  margin-bottom: 1rem; }

.error__subtitle {
  margin-bottom: 1rem;
  font-size: 4.2rem;
  color: #fff;
  font-weight: 700; }

.error__text {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #fff; }

.error__shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

.logo__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0; }

.closed__page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  perspective: 1000px; }

.closed__container {
  width: 400px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  transform: scale(1) rotateZ(7deg) rotateY(14deg);
  transform-origin: center 12px;
  animation: 2s init, 0.7s aa 1s, 3s ab 1.7s infinite; }

@keyframes aa {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1) rotateZ(7deg) rotateY(14deg); } }

@keyframes ab {
  0% {
    transform: rotateZ(7deg) rotateY(14deg); }
  50% {
    transform: rotateZ(-7deg) rotateY(-14deg); }
  100% {
    transform: rotateZ(7deg) rotateY(14deg); } }

.closed__box {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background: #FF8D1C;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  text-shadow: 0 2px #FF8D1C;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #6B6B6B;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 38px;
  left: 122px;
  transform: rotatez(45deg); }

.pin {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 25px;
  background: #1d1d1d; }
  .pin--first {
    top: 0;
    left: 187px; }
  .pin--second {
    top: 110px;
    left: 80px; }
  .pin--third {
    top: 110px;
    right: 80px; }

@keyframes init {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* Sticker */
.sticker {
  position: relative;
  display: block;
  font-weight: 700;
  background-color: #fcf59b;
  border-radius: 0px 10px 250px / 0 200px 55px 250px;
  -webkit-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1em; }
  .sticker:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 20px;
    -webkit-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    bottom: 15px;
    right: 5px;
    -ms-transform: skew(-10deg, 2deg);
    -webkit-transform: skew(-10deg, 2deg);
    transform: skew(-10deg, 2deg); }
  .sticker:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 8px;
    bottom: 1px;
    border-top: 10px solid #9ca63d;
    border-right: 10px solid transparent;
    -webkit-transform: skew(-55deg, 10deg);
    transform: skew(-55deg, 10deg); }

/* Text on the sticker*/
.sticker__text {
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 1.3em;
  color: #1d1d1d; }

body.cabinet-page {
  background-color: #edf1ff; }
  body.cabinet-page .footer {
    background-color: transparent; }
  body.cabinet-page .header {
    position: static;
    background-color: #fff; }
    body.cabinet-page .header .lng__link {
      color: #2C1979; }
      body.cabinet-page .header .lng__link .icon {
        fill: #2C1979; }
/*     body.cabinet-page .header .nav__item a { */
/*       color: #2C1979; } */
/*       body.cabinet-page .header .nav__item a:hover { */
/*         color: #FC5185; } */
/*       body.cabinet-page .header .nav__item a.active { */
/*         color: #FC5185; } */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10; }

.header__line {
  background-color: #f3f3f3; }

.header__line-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem; }

.header__contact {
  color: #1d1d1d;
  font-size: .9rem; }

.header__contacts {
  display: flex;
  align-items: center; }
  .header__contacts:last-child {
    justify-content: flex-end; }
  .header__contacts .header__contact {
    margin-right: 1rem; }
    .header__contacts .header__contact:last-child {
      margin-right: 0; }

.header__wrapper {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__block {
  width: 25%;
  display: flex;
  align-items: center; }
  .header__block.right {
    justify-content: flex-end; }

.header__action {
  margin-right: 1rem; }
  .header__action:last-child {
    margin-right: 0; }
  .header__action .btn {
    margin-bottom: 0; }

.nav {
  display: flex; }

.nav__link {
  margin-right: 2rem;
  color: #fff;
  opacity: .31;
  transition: all .2s ease;
  height: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: center; }
  .nav__link.active {
    opacity: 1;
    color: #fff; }
  .nav__link:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff; }
  .nav__link:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff; }

.logo {
  margin-right: 2rem; }
  .logo img {
    height: 2rem; }

.nav__item {
  position: relative;
  margin-right: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item.active > a {
    opacity: 1;
    color: #FC5185; }
  .nav__item:hover > a {
    opacity: 1;
    color: #FC5185; }
  .nav__item:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible; }
  .nav__item .nav__link {
    margin-right: 0; }
  .nav__item a {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    position: relative; }
    .nav__item a:last-child {
      margin-right: 0; }
    .nav__item a:hover {
      text-decoration: none; }
      .nav__item a:hover a {
        opacity: 1; }
    .nav__item a.active a {
      opacity: 1; }

.nav__submenu-wrapper {
  padding-top: .5rem;
  position: absolute;
  top: 100%;
  left: -1rem;
  opacity: 0;
  visibility: hidden; }

.nav__submenu {
  background-color: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
  transition: all .2s ease;
  white-space: nowrap;
  border-radius: 4px;
  overflow: hidden; }

.nav__submenu-item a {
  text-transform: none;
  color: #1d1d1d;
  display: block;
  padding: .5rem 1rem .5rem; }
  .nav__submenu-item a:hover {
    background-color: #f7f7f7;
    text-decoration: none; }

.lng {
  display: inline-flex;
  align-items: center;
  position: relative; }
  .lng:hover .lng__list-wrapper {
    opacity: 1;
    visibility: visible; }
  .lng--list .lng__link {
    padding-right: 1rem;
    margin-right: 0; }
    .lng--list .lng__link:not(:last-child) {
      margin-right: 0; }
    .lng--list .lng__link:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      border: 4px solid transparent;
      border-top-color: inherit; }

.lng__list-wrapper {
  padding-top: .5rem;
  position: absolute;
  opacity: 0;
  top: 100%;
  visibility: hidden;
  min-width: 100%;
  left: -1rem;
  z-index: 40; }

.lng__list {
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  max-height: 20rem;
  overflow-y: auto;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }
  .lng__list--currency {
    columns: 3; }
  .lng__list a {
    color: #1d1d1d;
    display: block;
    padding: .5rem 1rem .5rem; }
    .lng__list a:hover {
      background-color: #f7f7f7;
      text-decoration: none; }
    .lng__list a:last-child {
      margin-bottom: 0; }

.lng__link {
  color: #fff;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center; }
  .lng__link .icon {
    margin-right: .2rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    fill: #fff; }
  .lng__link:hover {
    text-decoration: none; }
  .lng__link:not(:last-child) {
    margin-right: 1rem; }
  .lng__link.active {
    text-decoration: underline;
    color: #FC5185; }

.header__user {
  font-size: 1.2rem;
  color: #2C1979; }
  .header__user .header__user-item {
    color: inherit;
    display: flex;
    align-items: center;
    position: relative; }
    .header__user .header__user-item img {
      margin-left: 1.4rem;
      display: block;
      border-radius: 50%;
      height: 50px; }

.user__list {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
  border-radius: 8px; }
  .user__list.opened {
    opacity: 1;
    visibility: visible; }
  .user__list a {
    display: block;
    padding: .2rem .4rem;
    color: #2C1979; }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */ }
  .switcher__input:checked + .switcher__label:after {
    transform: translate(-5rem, -50%); }
  .switcher__input:checked + .switcher__label .no {
    color: #333; }
  .switcher__input:checked + .switcher__label .yes {
    color: #fff; }

.switcher__label {
  width: 10rem;
  height: 50px;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 2.2rem;
  border: 1px solid #002e63;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  user-select: none; }
  .switcher__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 40px;
    right: .4rem;
    background-color: #002e63;
    border-radius: 2.2rem;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333;
    position: relative;
    z-index: 2;
    transition: color .2s ease; }
  .switcher__label .no {
    color: #fff; }

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

/* 8. Checkbox
=========================*/
/* Disabled */
/* Error */
.checkbox {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  position: relative; }
  .checkbox--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label {
    color: #1d1d1d; }
    .checkbox__input:checked + .checkbox__label--not-active {
      user-select: auto;
      color: #6B6B6B; }
      .checkbox__input:checked + .checkbox__label--not-active:before {
        border-color: #919191; }
      .checkbox__input:checked + .checkbox__label--not-active:after {
        opacity: 0; }
      .checkbox__input:checked + .checkbox__label--not-active:hover {
        cursor: pointer; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #CC0535; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #CC0535; }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 21px;
  color: #1d1d1d;
  user-select: none;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: .2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    width: 7px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    border-style: solid;
    border-color: #000;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 7px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label--error {
    color: #CC0535; }
    .checkbox__label--error:before {
      border-color: #CC0535; }
  .checkbox__label--disabled {
    color: #6B6B6B; }
    .checkbox__label--disabled:before {
      border-color: #919191; }
    .checkbox__label--disabled:hover {
      cursor: not-allowed; }
  .checkbox__label--not-active {
    user-select: auto;
    color: #6B6B6B; }
    .checkbox__label--not-active:before {
      border-color: #919191; }
    .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__label span {
    color: #6B6B6B; }

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio {
  display: block;
  margin-bottom: 5px; }
  .radio--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.radio__input {
  display: none; }
  .radio__input:checked + .radio__label {
    color: #1d1d1d; }
    .radio__input:checked + .radio__label--disabled {
      color: #6B6B6B; }
  .radio__input:checked + .radio__label:before {
    border-color: #1437CC; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #1437CC; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #6B6B6B; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #919191; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #6B6B6B; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }
  .radio__input--square:checked + .radio__label--square:before {
    content: "\f00c"; }
  .radio__input--square:checked + .radio__label--text {
    border-color: #002e63; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #002e63; }
  .radio__input--cart:checked + .radio__label--cart {
    border-color: #60A2AB !important; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #1d1d1d;
  user-select: none;
  border-radius: 5px;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #6B6B6B;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #6B6B6B;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    transition: background-color .1s linear, opacity .1s linear; }
  .radio__label:hover:not(.radio__label--disabled):after {
    opacity: 0.5; }
  .radio__label--error {
    color: #CC0535; }
    .radio__label--error:before {
      border-color: #CC0535; }
  .radio__label--disabled {
    color: #6B6B6B; }
    .radio__label--disabled:before {
      border-color: #919191; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #6B6B6B; }
    .radio__label--not-active:before {
      border-color: #919191; }
    .radio__label--not-active:after {
      opacity: 0; }
    .radio__label--not-active:hover {
      cursor: pointer; }
  .radio__label--square {
    min-width: 75px;
    height: 40px;
    padding-left: 0;
    transition: all .1s ease;
    border: 2px solid #333; }
    .radio__label--square:hover {
      border-color: #002e63; }
      .radio__label--square:hover:before {
        content: '\f00c';
        opacity: .4; }
    .radio__label--square:after {
      display: none; }
    .radio__label--square:before {
      content: '';
      margin: auto;
      border-radius: 0;
      font-family: FontAwesome;
      font-size: 16px;
      z-index: 4;
      color: #fff;
      border: 0;
      background-color: transparent;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .radio__label--text {
    padding: 10px 3px;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
    transition: all .1s ease; }
    .radio__label--text:hover {
      border-color: #002e63; }
    .radio__label--text:before {
      display: none; }
    .radio__label--text .radio__span {
      width: auto;
      height: auto;
      text-align: center; }
  .radio__label--cart {
    padding: 0;
    display: block;
    border: 1px solid #ddd;
    transition: all .1s ease-in;
    text-align: center;
    border-radius: 0; }
    .radio__label--cart:before {
      display: none; }
    .radio__label--cart:after {
      display: none; }
    .radio__label--cart .radio__label-img,
    .radio__label--cart .radio__label-time {
      display: block;
      margin-bottom: 10px; }
    .radio__label--cart .radio__label-cost {
      display: block;
      margin-bottom: 10px;
      color: #60A2AB;
      font-weight: 600;
      font-size: 1.3em; }
    .radio__label--cart img {
      max-width: 100%;
      display: block;
      margin: 0 auto 10px;
      max-height: 45px; }

.radio__span {
  display: block;
  width: inherit;
  height: 100%;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .radio__span--text {
    background-color: #fff;
    color: #fff; }

.radio__label-img {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  display: inline-flex;
  padding: 0 2rem 0;
  margin-bottom: 5px;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 3rem;
  background-color: #F1F1F1;
  color: #1d1d1d;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  transition: background-color .1s linear, color .1s linear, border-color .1s linear;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #6B6B6B;
    color: #fff; }
    .btn--gray:focus {
      background-color: #636363; }
    .btn--gray:hover {
      background-color: #5e5e5e; }
    .btn--gray:active {
      background-color: #595959; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #fff; }
    .btn--dark-blue:focus {
      background-color: #1333be; }
    .btn--dark-blue:hover {
      background-color: #1231b5; }
    .btn--dark-blue:active {
      background-color: #112eab; }
  .btn--red {
    background-color: #CC0535;
    color: #fff; }
    .btn--red:focus {
      background-color: #bd0531; }
    .btn--red:hover {
      background-color: #b3042f; }
    .btn--red:active {
      background-color: #a9042c; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #1d1d1d; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #1d1d1d; }
    .btn--pink:focus {
      background-color: #e5d3d3; }
    .btn--pink:hover {
      background-color: #e2cdcd; }
    .btn--pink:active {
      background-color: #dec7c7; }
  .btn--deep-pink {
    background-color: #DCC9C3;
    color: #1d1d1d; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #A08CA7;
    color: #fff; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #fff; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #1d1d1d; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #002e63;
    color: #fff; }
    .btn--blue:focus {
      background-color: #002754; }
    .btn--blue:hover {
      background-color: #00224a; }
    .btn--blue:active {
      background-color: #001d3f; }
  .btn--cyan {
    background-color: #60A2AB;
    color: #fff; }
    .btn--cyan:focus {
      background-color: #579ba5; }
    .btn--cyan:hover {
      background-color: #53959e; }
    .btn--cyan:active {
      background-color: #508f97; }
  .btn--green {
    background-color: #5E9123;
    color: #fff; }
    .btn--green:focus {
      background-color: #568520; }
    .btn--green:hover {
      background-color: #517c1e; }
    .btn--green:active {
      background-color: #4b741c; }
  .btn--yellow {
    background-color: #C9C897;
    color: #1d1d1d; }
    .btn--yellow:focus {
      background-color: #c4c38d; }
    .btn--yellow:hover {
      background-color: #c0bf86; }
    .btn--yellow:active {
      background-color: #bdbc80; }
  .btn--main {
    background-color: #FC5185;
    color: #1d1d1d; }
    .btn--main:focus {
      background-color: #fc427a; }
    .btn--main:hover {
      background-color: #fc3873; }
    .btn--main:active {
      background-color: #fb2e6c; }
  .btn--brown {
    background-color: #94816C;
    color: #fff; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #1d1d1d;
    color: #fff; }
    .btn--black:focus {
      background-color: #151515; }
    .btn--black:hover {
      background-color: #101010; }
    .btn--black:active {
      background-color: #0b0b0b; }
  .btn--gray {
    background-color: #6B6B6B;
    color: #fff; }
    .btn--gray:focus {
      background-color: #636363; }
    .btn--gray:hover {
      background-color: #5e5e5e; }
    .btn--gray:active {
      background-color: #595959; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #6B6B6B; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #6B6B6B;
      border-color: #666666; }
    .btn--o-gray:hover {
      border-color: #6B6B6B;
      background-color: #6B6B6B;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #636363;
      background-color: #636363; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 1px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #CC0535;
    color: #CC0535; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #CC0535;
      border-color: #c20532; }
    .btn--o-red:hover {
      border-color: #CC0535;
      background-color: #CC0535;
      color: #fff; }
    .btn--o-red:active {
      border-color: #bd0531;
      background-color: #bd0531; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 1px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 1px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #fff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 1px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #fff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #002e63;
    color: #002e63; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #002e63;
      border-color: #002959; }
    .btn--o-blue:hover {
      border-color: #002e63;
      background-color: #002e63;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #002754;
      background-color: #002754; }
  .btn--o-cyan {
    background-color: transparent;
    border: 1px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #5E9123;
    color: #5E9123; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #5E9123;
      border-color: #598921; }
    .btn--o-green:hover {
      border-color: #5E9123;
      background-color: #5E9123;
      color: #fff; }
    .btn--o-green:active {
      border-color: #568520;
      background-color: #568520; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #C9C897;
    color: #C9C897; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #C9C897;
      border-color: #c6c490; }
    .btn--o-yellow:hover {
      border-color: #C9C897;
      background-color: #C9C897;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #c4c38d;
      background-color: #c4c38d; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #FC5185;
    color: #FC5185; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #FC5185;
      border-color: #fc477e; }
    .btn--o-main:hover {
      border-color: #FC5185;
      background-color: #FC5185;
      color: #fff; }
    /*.btn--o-main:active {
      border-color: #fc427a;
      background-color: #fc427a; }*/
  .btn--o-brown {
    background-color: transparent;
    border: 1px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #1d1d1d;
    color: #1d1d1d; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #1d1d1d;
      border-color: #181818; }
    .btn--o-black:hover {
      border-color: #1d1d1d;
      background-color: #1d1d1d;
      color: #fff; }
    .btn--o-black:active {
      border-color: #151515;
      background-color: #151515; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #6B6B6B; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #6B6B6B;
      border-color: #666666; }
    .btn--o-gray:hover {
      border-color: #6B6B6B;
      background-color: #6B6B6B;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #636363;
      background-color: #636363; }
  .btn--o-peach {
    background-color: transparent;
    border: 1px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #6B6B6B;
      border-color: #666666; }
    .btn--i-gray:hover {
      border-color: #6B6B6B;
      background-color: transparent;
      color: #6B6B6B; }
    .btn--i-gray:active {
      border-color: #636363;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--i-dark-blue:hover {
      border-color: #1437CC;
      background-color: transparent;
      color: #1437CC; }
    .btn--i-dark-blue:active {
      border-color: #1333be;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #CC0535;
      border-color: #c20532; }
    .btn--i-red:hover {
      border-color: #CC0535;
      background-color: transparent;
      color: #CC0535; }
    .btn--i-red:active {
      border-color: #bd0531;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--i-pink:hover {
      border-color: #EBDDDD;
      background-color: transparent;
      color: #EBDDDD; }
    .btn--i-pink:active {
      border-color: #e5d3d3;
      background-color: transparent; }
  .btn--i-deep-pink {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--i-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: transparent;
      color: #DCC9C3; }
    .btn--i-deep-pink:active {
      border-color: #d6c0b9;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #A08CA7;
      background-color: transparent;
      color: #A08CA7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--i-deep-purple:hover {
      border-color: #673ab7;
      background-color: transparent;
      color: #673ab7; }
    .btn--i-deep-purple:active {
      border-color: #6036ab;
      background-color: transparent; }
  .btn--i-dark-pink {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--i-dark-pink:hover {
      border-color: #BC9999;
      background-color: transparent;
      color: #BC9999; }
    .btn--i-dark-pink:active {
      border-color: #b69090;
      background-color: transparent; }
  .btn--i-blue {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #002e63;
      border-color: #002959; }
    .btn--i-blue:hover {
      border-color: #002e63;
      background-color: transparent;
      color: #002e63; }
    .btn--i-blue:active {
      border-color: #002754;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--i-cyan:hover {
      border-color: #60A2AB;
      background-color: transparent;
      color: #60A2AB; }
    .btn--i-cyan:active {
      border-color: #579ba5;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #5E9123;
      border-color: #598921; }
    .btn--i-green:hover {
      border-color: #5E9123;
      background-color: transparent;
      color: #5E9123; }
    .btn--i-green:active {
      border-color: #568520;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #C9C897;
      border-color: #c6c490; }
    .btn--i-yellow:hover {
      border-color: #C9C897;
      background-color: transparent;
      color: #C9C897; }
    .btn--i-yellow:active {
      border-color: #c4c38d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #FC5185;
      border-color: #fc477e; }
    .btn--i-main:hover {
      border-color: #FC5185;
      background-color: transparent;
      color: #FC5185; }
    .btn--i-main:active {
      border-color: #fc427a;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--i-brown:hover {
      border-color: #94816C;
      background-color: transparent;
      color: #94816C; }
    .btn--i-brown:active {
      border-color: #8b7965;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #1d1d1d;
      border-color: #181818; }
    .btn--i-black:hover {
      border-color: #1d1d1d;
      background-color: transparent;
      color: #1d1d1d; }
    .btn--i-black:active {
      border-color: #151515;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #6B6B6B;
      border-color: #666666; }
    .btn--i-gray:hover {
      border-color: #6B6B6B;
      background-color: transparent;
      color: #6B6B6B; }
    .btn--i-gray:active {
      border-color: #636363;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--i-peach:hover {
      border-color: #916868;
      background-color: transparent;
      color: #916868; }
    .btn--i-peach:active {
      border-color: #886262;
      background-color: transparent; }
  .btn--vg-gray {
    background: #787878;
    background: linear-gradient(to bottom, #787878 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#454545', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--vg-dark-blue {
    background: #163de3;
    background: linear-gradient(to bottom, #163de3 0%, #0d2486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163de3', endColorstr='#0d2486', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-dark-blue:focus, .btn--vg-dark-blue:hover {
      opacity: .9; }
    .btn--vg-dark-blue:active {
      opacity: .8; }
  .btn--vg-red {
    background: #e5063b;
    background: linear-gradient(to bottom, #e5063b 0%, #810322 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5063b', endColorstr='#810322', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-red:focus, .btn--vg-red:hover {
      opacity: .9; }
    .btn--vg-red:active {
      opacity: .8; }
  .btn--vg-rblack {
    background: #0d0d0d;
    background: linear-gradient(to bottom, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='black', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-rblack:focus, .btn--vg-rblack:hover {
      opacity: .9; }
    .btn--vg-rblack:active {
      opacity: .8; }
  .btn--vg-white {
    background: white;
    background: linear-gradient(to bottom, white 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#d9d9d9', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--vg-white:focus, .btn--vg-white:hover {
      opacity: .9; }
    .btn--vg-white:active {
      opacity: .8; }
  .btn--vg-pink {
    background: #f4eded;
    background: linear-gradient(to bottom, #f4eded 0%, #cfadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eded', endColorstr='#cfadad', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--vg-pink:focus, .btn--vg-pink:hover {
      opacity: .9; }
    .btn--vg-pink:active {
      opacity: .8; }
  .btn--vg-deep-pink {
    background: #e5d7d3;
    background: linear-gradient(to bottom, #e5d7d3 0%, #c09e93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d7d3', endColorstr='#c09e93', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--vg-deep-pink:focus, .btn--vg-deep-pink:hover {
      opacity: .9; }
    .btn--vg-deep-pink:active {
      opacity: .8; }
  .btn--vg-purple {
    background: #ac9ab2;
    background: linear-gradient(to bottom, #ac9ab2 0%, #7b6483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9ab2', endColorstr='#7b6483', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-purple:focus, .btn--vg-purple:hover {
      opacity: .9; }
    .btn--vg-purple:active {
      opacity: .8; }
  .btn--vg-deep-purple {
    background: #7446c4;
    background: linear-gradient(to bottom, #7446c4 0%, #46287d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7446c4', endColorstr='#46287d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-deep-purple:focus, .btn--vg-deep-purple:hover {
      opacity: .9; }
    .btn--vg-deep-purple:active {
      opacity: .8; }
  .btn--vg-dark-pink {
    background: #c6a8a8;
    background: linear-gradient(to bottom, #c6a8a8 0%, #9e6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a8a8', endColorstr='#9e6b6b', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--vg-dark-pink:focus, .btn--vg-dark-pink:hover {
      opacity: .9; }
    .btn--vg-dark-pink:active {
      opacity: .8; }
  .btn--vg-blue {
    background: #003a7d;
    background: linear-gradient(to bottom, #003a7d 0%, #000a17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a7d', endColorstr='#000a17', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-blue:focus, .btn--vg-blue:hover {
      opacity: .9; }
    .btn--vg-blue:active {
      opacity: .8; }
  .btn--vg-cyan {
    background: #71acb4;
    background: linear-gradient(to bottom, #71acb4 0%, #42767d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71acb4', endColorstr='#42767d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-cyan:focus, .btn--vg-cyan:hover {
      opacity: .9; }
    .btn--vg-cyan:active {
      opacity: .8; }
  .btn--vg-green {
    background: #6ba628;
    background: linear-gradient(to bottom, #6ba628 0%, #365314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba628', endColorstr='#365314', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-green:focus, .btn--vg-green:hover {
      opacity: .9; }
    .btn--vg-green:active {
      opacity: .8; }
  .btn--vg-yellow {
    background: #d2d1a8;
    background: linear-gradient(to bottom, #d2d1a8 0%, #afad65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d1a8', endColorstr='#afad65', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--vg-yellow:focus, .btn--vg-yellow:hover {
      opacity: .9; }
    .btn--vg-yellow:active {
      opacity: .8; }
  .btn--vg-main {
    background: #fc6a97;
    background: linear-gradient(to bottom, #fc6a97 0%, #fb0650 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6a97', endColorstr='#fb0650', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--vg-main:focus, .btn--vg-main:hover {
      opacity: .9; }
    .btn--vg-main:active {
      opacity: .8; }
  .btn--vg-brown {
    background: #9f8e7b;
    background: linear-gradient(to bottom, #9f8e7b 0%, #685a4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f8e7b', endColorstr='#685a4c', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-brown:focus, .btn--vg-brown:hover {
      opacity: .9; }
    .btn--vg-brown:active {
      opacity: .8; }
  .btn--vg-black {
    background: #2a2a2a;
    background: linear-gradient(to bottom, #2a2a2a 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='black', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-black:focus, .btn--vg-black:hover {
      opacity: .9; }
    .btn--vg-black:active {
      opacity: .8; }
  .btn--vg-gray {
    background: #787878;
    background: linear-gradient(to bottom, #787878 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#454545', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--vg-peach {
    background: #9d7676;
    background: linear-gradient(to bottom, #9d7676 0%, #644848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7676', endColorstr='#644848', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-peach:focus, .btn--vg-peach:hover {
      opacity: .9; }
    .btn--vg-peach:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #787878;
    background: linear-gradient(to right, #787878 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#454545', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--hg-dark-blue {
    background: #163de3;
    background: linear-gradient(to right, #163de3 0%, #0d2486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163de3', endColorstr='#0d2486', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-dark-blue:focus, .btn--hg-dark-blue:hover {
      opacity: .9; }
    .btn--hg-dark-blue:active {
      opacity: .8; }
  .btn--hg-red {
    background: #e5063b;
    background: linear-gradient(to right, #e5063b 0%, #810322 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5063b', endColorstr='#810322', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-red:focus, .btn--hg-red:hover {
      opacity: .9; }
    .btn--hg-red:active {
      opacity: .8; }
  .btn--hg-rblack {
    background: #0d0d0d;
    background: linear-gradient(to right, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='black', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-rblack:focus, .btn--hg-rblack:hover {
      opacity: .9; }
    .btn--hg-rblack:active {
      opacity: .8; }
  .btn--hg-white {
    background: white;
    background: linear-gradient(to right, white 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#d9d9d9', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--hg-white:focus, .btn--hg-white:hover {
      opacity: .9; }
    .btn--hg-white:active {
      opacity: .8; }
  .btn--hg-pink {
    background: #f4eded;
    background: linear-gradient(to right, #f4eded 0%, #cfadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eded', endColorstr='#cfadad', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--hg-pink:focus, .btn--hg-pink:hover {
      opacity: .9; }
    .btn--hg-pink:active {
      opacity: .8; }
  .btn--hg-deep-pink {
    background: #e5d7d3;
    background: linear-gradient(to right, #e5d7d3 0%, #c09e93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d7d3', endColorstr='#c09e93', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--hg-deep-pink:focus, .btn--hg-deep-pink:hover {
      opacity: .9; }
    .btn--hg-deep-pink:active {
      opacity: .8; }
  .btn--hg-purple {
    background: #ac9ab2;
    background: linear-gradient(to right, #ac9ab2 0%, #7b6483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9ab2', endColorstr='#7b6483', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-purple:focus, .btn--hg-purple:hover {
      opacity: .9; }
    .btn--hg-purple:active {
      opacity: .8; }
  .btn--hg-deep-purple {
    background: #7446c4;
    background: linear-gradient(to right, #7446c4 0%, #46287d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7446c4', endColorstr='#46287d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-deep-purple:focus, .btn--hg-deep-purple:hover {
      opacity: .9; }
    .btn--hg-deep-purple:active {
      opacity: .8; }
  .btn--hg-dark-pink {
    background: #c6a8a8;
    background: linear-gradient(to right, #c6a8a8 0%, #9e6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a8a8', endColorstr='#9e6b6b', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--hg-dark-pink:focus, .btn--hg-dark-pink:hover {
      opacity: .9; }
    .btn--hg-dark-pink:active {
      opacity: .8; }
  .btn--hg-blue {
    background: #003a7d;
    background: linear-gradient(to right, #003a7d 0%, #000a17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a7d', endColorstr='#000a17', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-blue:focus, .btn--hg-blue:hover {
      opacity: .9; }
    .btn--hg-blue:active {
      opacity: .8; }
  .btn--hg-cyan {
    background: #71acb4;
    background: linear-gradient(to right, #71acb4 0%, #42767d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71acb4', endColorstr='#42767d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-cyan:focus, .btn--hg-cyan:hover {
      opacity: .9; }
    .btn--hg-cyan:active {
      opacity: .8; }
  .btn--hg-green {
    background: #6ba628;
    background: linear-gradient(to right, #6ba628 0%, #365314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba628', endColorstr='#365314', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-green:focus, .btn--hg-green:hover {
      opacity: .9; }
    .btn--hg-green:active {
      opacity: .8; }
  .btn--hg-yellow {
    background: #d2d1a8;
    background: linear-gradient(to right, #d2d1a8 0%, #afad65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d1a8', endColorstr='#afad65', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--hg-yellow:focus, .btn--hg-yellow:hover {
      opacity: .9; }
    .btn--hg-yellow:active {
      opacity: .8; }
  .btn--hg-main {
    background: #fc6a97;
    background: linear-gradient(to right, #fc6a97 0%, #fb0650 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6a97', endColorstr='#fb0650', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--hg-main:focus, .btn--hg-main:hover {
      opacity: .9; }
    .btn--hg-main:active {
      opacity: .8; }
  .btn--hg-brown {
    background: #9f8e7b;
    background: linear-gradient(to right, #9f8e7b 0%, #685a4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f8e7b', endColorstr='#685a4c', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-brown:focus, .btn--hg-brown:hover {
      opacity: .9; }
    .btn--hg-brown:active {
      opacity: .8; }
  .btn--hg-black {
    background: #2a2a2a;
    background: linear-gradient(to right, #2a2a2a 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='black', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-black:focus, .btn--hg-black:hover {
      opacity: .9; }
    .btn--hg-black:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #787878;
    background: linear-gradient(to right, #787878 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#454545', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--hg-peach {
    background: #9d7676;
    background: linear-gradient(to right, #9d7676 0%, #644848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7676', endColorstr='#644848', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-peach:focus, .btn--hg-peach:hover {
      opacity: .9; }
    .btn--hg-peach:active {
      opacity: .8; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .4rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white {
    border-color: #fff; }
    .btn--o-white:hover {
      color: #1d1d1d; }
  .btn--o-white {
    color: #fff; }
    .btn--o-white .icon {
      width: 14px;
      height: 20px;
      fill: #fff; }
    .btn--o-white:hover {
      color: #1d1d1d; }
      .btn--o-white:hover .icon {
        width: 14px;
        height: 20px;
        fill: #1d1d1d; }
  .btn--main {
    color: #fff; }
  .btn .icon {
    margin-right: .4rem; }

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: .7rem;
  line-height: 1; }
  .dropdown-wrapper .btn.opened i {
    transform: rotate(-180deg); }
  .dropdown-wrapper .btn i {
    transition: transform .2s ease; }
  .dropdown-wrapper--cabinet {
    display: block;
    width: 230px; }

.dropdown__block {
  display: block;
  margin-bottom: 10px; }

.dropdown {
  width: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.11);
  border: 1px solid #F1F1F1;
  list-style: none;
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none; }
  .dropdown--right {
    left: auto;
    right: 0;
    text-align: right; }
  .dropdown--full {
    width: 100%; }
  .dropdown--nowrap {
    white-space: nowrap; }
  .dropdown--lng {
    color: #1d1d1d; }
    .dropdown--lng .dropdown__link {
      color: #1d1d1d;
      font-weight: 700; }

.dropdown__link {
  display: block;
  padding: 0.4em 0.6em;
  color: #916868;
  font-size: 1em;
  line-height: 1.2;
  background-color: #fff;
  transition: background-color .1s linear; }
  .dropdown__link:hover {
    background-color: #F1F1F1;
    text-decoration: none; }
  .dropdown__link:focus {
    text-decoration: none; }

.dropdown__arrow {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none; }

.form__group {
  margin-bottom: 1rem; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  height: 4rem;
  font-size: 1.2rem;
  padding: .4rem 1rem .4rem 1rem;
  vertical-align: middle;
  color: #2C1979;
  font-family: inherit;
  transition: background-color .1s linear;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 12px -1px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  border-radius: .2rem;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: rgba(47, 28, 106, 0.6); }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 2.4rem; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .input--error::placeholder {
      color: #CC0535; }
    .input--error:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .input--success {
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .input--success::placeholder {
      color: #5E9123; }
    .input--success:focus {
      background-color: rgba(94, 145, 35, 0.05); }
  .input.error {
    border-color: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .input.error::placeholder {
      color: #CC0535; }
    .input.error:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .input.success {
    border-color: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .input.success::placeholder {
      color: #CC0535; }
    .input.success:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    border-radius: 5px;
    border: 1px solid #c6c6cc;
    background-color: #fff;
    box-shadow: none;
    min-height: unset;
    padding: .4em 2em .4em .9em; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative; }
  .input__wrapper--label {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .input__wrapper--label .label {
      margin-bottom: 0;
      white-space: nowrap; }
    .input__wrapper--label .btn {
      margin-bottom: 0; }
  .input__wrapper--icon-before .input {
    padding-left: 2.1em; }
  .input__wrapper--icon-before .input__icon {
    left: .7em; }
  .input__wrapper--icon-after .input {
    padding-right: 2.1em; }
  .input__wrapper--icon-after .input__icon {
    right: .7em; }
  .input__wrapper--icon-before .input:focus + .input__icon, .input__wrapper--icon-after .input:focus + .input__icon {
    color: #1d1d1d; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  min-height: 10rem;
  resize: vertical;
  font-family: inherit;
  padding: .4rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.47);
  font-weight: inherit;
  background-color: transparent;
  color: #fff;
  transition: background-color .1s linear;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0;
    resize: vertical; }
  .textarea::placeholder {
    color: #fff;
    opacity: .7; }
  .textarea--rounded {
    border-radius: .6rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .textarea--error::placeholder {
      color: #CC0535; }
    .textarea--error:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .textarea--success {
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .textarea--success::placeholder {
      color: #5E9123; }
    .textarea--success:focus {
      background-color: rgba(94, 145, 35, 0.05); }

/* 6. Label
=========================*/
.label {
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #2C1979; }
  .label a {
    color: #FC5185; }

/* 19. Select
=========================*/
.select {
  color: #2C1979;
  position: relative;
  /* Styling */
  /* Types */
  /* States */ }
  .select:hover:before {
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.42); }
  .select:after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #2C1979;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 4px;
    right: 1.4rem;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: .4rem 4rem .4rem 1.6rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 12px -1px rgba(0, 0, 0, 0.03);
    font-family: inherit;
    line-height: 1.2;
    color: #2C1979;
    height: 4rem;
    font-size: 1.2rem;
    transition: background-color .1s linear; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0;
      background-color: white; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #CC0535;
      color: #CC0535;
      background-color: rgba(204, 5, 53, 0.05); }
      .select select.error::placeholder {
        color: #CC0535; }
      .select select.error:focus {
        background-color: rgba(204, 5, 53, 0.05); }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #CC0535; }
  .select--success:before, .select--success:after {
    color: #5E9123; }
  .select--error select {
    color: #CC0535;
    border-color: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .select--error select::placeholder {
      color: #CC0535; }
    .select--error select:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .select--success select {
    color: #5E9123;
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .select--success select::placeholder {
      color: #5E9123; }
    .select--success select:focus {
      background-color: rgba(94, 145, 35, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #1d1d1d;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs___wrapper {
  background-color: #ececec; }

.breadcrumbs {
  padding: 10px 0;
  position: relative; }
  .breadcrumbs--arrow .breadcrumbs__item:not(.current):after {
    content: '$breadcrumbs-item-arrow';
    vertical-align: middle; }

.breadcrumbs__item {
  margin-right: 0.4em;
  color: #1d1d1d;
  font-size: 1rem;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block; }
  .breadcrumbs__item:not(.current):after {
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5em;
    color: #1d1d1d;
    pointer-events: none;
    opacity: .6; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none; }
  .breadcrumbs__item:focus:not(.current) {
    text-decoration: none; }
  .breadcrumbs__item:last-child {
    color: #1d1d1d;
    pointer-events: none;
    opacity: .6; }
    .breadcrumbs__item:last-child:after {
      display: none; }

@media (max-width: 768px) {
  .breadcrumbs__wrapper {
    display: none; } }

/* 14. Pagination
=========================*/
/* Styling */
.pagination {
  padding: 20px 0;
  text-align: center;
  /* Styling */ }
  .pagination--rounded .pagination__item {
    border-radius: 0.3em; }
  .pagination--circle .pagination__item {
    border-radius: 50%; }
  .pagination--shadow .pagination__item {
    box-shadow: 1px 1px 0.4em rgba(0, 0, 0, 0.3); }
  .pagination--center {
    text-align: center; }
  .pagination--products {
    padding: 10px 0; }

.pagination__item {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  color: #1d1d1d;
  text-align: center;
  font-size: 1em;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #002e63;
  background-color: #fff;
  transition: background-color .1s linear, border-color .1s linear, color .1s linear; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    background-color: #003a7d;
    border-color: #003a7d;
    color: #fff;
    text-decoration: none; }
  .pagination__item--disabled {
    opacity: 0.4;
    pointer-events: none; }
  .pagination__item--current {
    background-color: #002e63;
    border-color: #002e63;
    color: #fff; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 0.95em 1.5em;
  margin-bottom: 1rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #1d1d1d;
  border-radius: .4rem;
  text-align: center;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #6B6B6B;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #CC0535;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #1d1d1d; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #1d1d1d; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #1d1d1d; }
  .alert--purple {
    background-color: #A08CA7;
    color: #fff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #1d1d1d; }
  .alert--blue {
    background-color: #002e63;
    color: #fff; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .alert--green {
    background-color: #5E9123;
    color: #fff; }
  .alert--yellow {
    background-color: #C9C897;
    color: #1d1d1d; }
  .alert--main {
    background-color: #FC5185;
    color: #1d1d1d; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #1d1d1d;
    color: #fff; }
  .alert--gray {
    background-color: #6B6B6B;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #6B6B6B;
    border: 1px solid #6B6B6B; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #CC0535;
    border: 1px solid #CC0535; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-deep-pink {
    background: transparent;
    color: #DCC9C3;
    border: 1px solid #DCC9C3; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #002e63;
    border: 1px solid #002e63; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #5E9123;
    border: 1px solid #5E9123; }
  .alert--o-yellow {
    background: transparent;
    color: #C9C897;
    border: 1px solid #C9C897; }
  .alert--o-main {
    background: transparent;
    color: #FC5185;
    border: 1px solid #FC5185; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #1d1d1d;
    border: 1px solid #1d1d1d; }
  .alert--o-gray {
    background: transparent;
    color: #6B6B6B;
    border: 1px solid #6B6B6B; }
  .alert--o-peach {
    background: transparent;
    color: #916868;
    border: 1px solid #916868; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }

.alert__button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 1; }
  .alert__button:focus {
    outline: 0; }

.content__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .content__wrapper.quad .content__block {
    width: 25%; }
  .content__wrapper.half .content__block {
    width: 50%; }

.content__block {
  width: 33.33333%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.content__item {
  display: block;
  color: #FC5185; }
  .content__item:hover {
    text-decoration: none; }
    .content__item:hover .content__img {
      transform: scale(1.2); }

.content__img-wrapper {
  height: 19rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden; }

.content__img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s ease; }

.content__block-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: inherit; }

.content__block-text {
  margin-bottom: 1rem;
  font-size: 1rem; }

.content__block-link {
  color: #CC0535;
  font-size: 1.2rem; }

.content__slider {
  height: 36rem;
  overflow: hidden; }
  .content__slider .slick-dots {
    bottom: 2rem;
    z-index: 2; }

.content__slide {
  height: 36rem;
  padding: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-end; }
  .content__slide:after {
    background: linear-gradient(200.86deg, rgba(196, 196, 196, 0) 35.86%, rgba(0, 0, 0, 0.54) 80.41%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content__slide:hover {
    text-decoration: none; }

.content__slide-item {
  position: relative;
  z-index: 2; }
  .content__slide-item .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #fff; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #fff; }

.news .block__title {
  margin-bottom: 2rem; }

.news__wrapper {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap; }
  .news__wrapper.triple .news__block {
    width: 33.33333%; }
  .news__wrapper.double .news__block {
    width: 33.33333%; }
  .news__wrapper.chess .news__block:nth-child(2n) .news__item {
    flex-direction: row-reverse; }
  .news__wrapper.horizontal .news__block {
    width: 100%; }
  .news__wrapper.horizontal .news__item {
    display: flex;
    align-items: center;
    margin: 0 -1rem; }
  .news__wrapper.horizontal .news__img-wrapper {
    width: 50%;
    height: 20rem;
    padding: 0 1rem; }
  .news__wrapper.horizontal .news__content {
    padding: 0 1rem;
    flex: 1; }

.news__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  transition: all .1s ease; }
  .news__block:hover {
    text-decoration: none; }
  .news__block .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem; }
  .news__block .text {
    margin-bottom: 1rem;
    height: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis; }
  .news__block .date {
    margin-bottom: 1rem; }

.news__item {
  height: 100%;
  color: #2C1979;
  display: block;
  background-color: #ebeffd;
  border-radius: .4rem;
  overflow: hidden; }
  .news__item:hover {
    text-decoration: none; }

.news__img-wrapper {
  height: 155px;
  overflow: hidden; }

.news__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.news__date-block {
  padding: 10px 10px 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f7f7f7; }

.news__date {
  color: #1d1d1d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 1rem; }
  .news__date:last-child {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }

.news__container {
  margin-bottom: 20px; }

.news__block-content {
  padding: 20px; }

.news__block-title {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.36px;
  position: relative;
  padding-bottom: 20px; }
  .news__block-title:after {
    content: '';
    position: absolute;
    background: url(/images/shape.png) no-repeat;
    bottom: 6px;
    left: 0;
    width: 38px;
    height: 8px; }

.news__item-content {
  padding: 1.4rem 3rem 2.6rem 2rem; }

.news__title {
  font-size: 1.6rem;
  font-weight: 700; }

.news__text {
  margin-top: 1rem;
  font-size: 16px;
  color: #2F1C6A; }

.news__block-text {
  color: #313131;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em; }

.news__link {
  display: flex;
  align-items: center;
  color: #CC0535; }
  .news__link img {
    margin-left: .4rem; }

@media (max-width: 768px) {
  .news__wrapper.triple .news__block {
    width: 50%; } }

@media (max-width: 640px) {
  .news__wrapper.triple .news__block {
    width: 100%; } }

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #fff;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #1d1d1d;
    width: 15px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #1d1d1d;
    height: 15px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #2F64DD; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #efefef; }
  .table__wrapper--header {
    padding-top: 10px;
    background-color: #ffffff; }
    .table__wrapper--header .table {
      margin-bottom: 0; }

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.2;
  color: #1d1d1d;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    background-color: #F1F1F1;
    border-bottom: 2px solid #6B6B6B; }
  .table th {
    padding: 0.5em 1em;
    color: #1d1d1d;
    font-weight: normal;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #F1F1F1; }
  .table td {
    padding: 0.5em 1em; }
  .table--striped-odd tbody tr:nth-child(odd) {
    background-color: #ececec; }
  .table--striped-even tbody tr:nth-child(even) {
    background-color: #ececec; }
  .table--hover {
    /* Row Colors */ }
    .table--hover tbody tr {
      transition: background-color .1s linear; }
      .table--hover tbody tr:hover {
        background-color: #f6f6f6; }
    .table--hover tbody tr.row--gray {
      background-color: #6B6B6B;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #5e5e5e; }
    .table--hover tbody tr.row--dark-blue {
      background-color: #1437CC;
      color: #fff; }
      .table--hover tbody tr.row--dark-blue:hover {
        color: #fff;
        background-color: #1231b5; }
    .table--hover tbody tr.row--red {
      background-color: #CC0535;
      color: #fff; }
      .table--hover tbody tr.row--red:hover {
        color: #fff;
        background-color: #b3042f; }
    .table--hover tbody tr.row--rblack {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--rblack:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--white {
      background-color: #fff;
      color: #1d1d1d; }
      .table--hover tbody tr.row--white:hover {
        color: #fff;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--pink {
      background-color: #EBDDDD;
      color: #1d1d1d; }
      .table--hover tbody tr.row--pink:hover {
        color: #fff;
        background-color: #e2cdcd; }
    .table--hover tbody tr.row--deep-pink {
      background-color: #DCC9C3;
      color: #1d1d1d; }
      .table--hover tbody tr.row--deep-pink:hover {
        color: #fff;
        background-color: #d3bbb3; }
    .table--hover tbody tr.row--purple {
      background-color: #A08CA7;
      color: #fff; }
      .table--hover tbody tr.row--purple:hover {
        color: #fff;
        background-color: #947e9c; }
    .table--hover tbody tr.row--deep-purple {
      background-color: #673ab7;
      color: #fff; }
      .table--hover tbody tr.row--deep-purple:hover {
        color: #fff;
        background-color: #5c34a4; }
    .table--hover tbody tr.row--dark-pink {
      background-color: #BC9999;
      color: #1d1d1d; }
      .table--hover tbody tr.row--dark-pink:hover {
        color: #fff;
        background-color: #b28a8a; }
    .table--hover tbody tr.row--blue {
      background-color: #002e63;
      color: #fff; }
      .table--hover tbody tr.row--blue:hover {
        color: #fff;
        background-color: #00224a; }
    .table--hover tbody tr.row--cyan {
      background-color: #60A2AB;
      color: #fff; }
      .table--hover tbody tr.row--cyan:hover {
        color: #fff;
        background-color: #53959e; }
    .table--hover tbody tr.row--green {
      background-color: #5E9123;
      color: #fff; }
      .table--hover tbody tr.row--green:hover {
        color: #fff;
        background-color: #517c1e; }
    .table--hover tbody tr.row--yellow {
      background-color: #C9C897;
      color: #1d1d1d; }
      .table--hover tbody tr.row--yellow:hover {
        color: #fff;
        background-color: #c0bf86; }
    .table--hover tbody tr.row--main {
      background-color: #FC5185;
      color: #1d1d1d; }
      .table--hover tbody tr.row--main:hover {
        color: #fff;
        background-color: #fc3873; }
    .table--hover tbody tr.row--brown {
      background-color: #94816C;
      color: #fff; }
      .table--hover tbody tr.row--brown:hover {
        color: #fff;
        background-color: #857461; }
    .table--hover tbody tr.row--black {
      background-color: #1d1d1d;
      color: #fff; }
      .table--hover tbody tr.row--black:hover {
        color: #fff;
        background-color: #101010; }
    .table--hover tbody tr.row--gray {
      background-color: #6B6B6B;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #5e5e5e; }
    .table--hover tbody tr.row--peach {
      background-color: #916868;
      color: #fff; }
      .table--hover tbody tr.row--peach:hover {
        color: #fff;
        background-color: #825d5d; }
  .table--separate-cols th {
    border: 1px solid #6B6B6B; }
  .table--separate-cols td {
    border: 1px solid #F1F1F1; }
  .table--dark {
    color: #fff; }
    .table--dark thead th {
      color: #C9C897; }
    .table--dark thead tr {
      border-color: #C9C897;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: #101010;
      color: #fff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: #101010;
      color: #fff; }
    .table--dark.table--separate-cols th {
      border: 1px solid #C9C897; }
    .table--dark.table--separate-cols td {
      border: 1px solid #fff; }
    .table--dark.table--hover tbody tr {
      /* Row Colors */ }
      .table--dark.table--hover tbody tr:hover {
        background-color: #151515;
        color: #fff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #6B6B6B;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #5e5e5e; }
      .table--dark.table--hover tbody tr.row--dark-blue {
        background-color: #1437CC;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--dark-blue:hover {
          color: #fff;
          background-color: #1231b5; }
      .table--dark.table--hover tbody tr.row--red {
        background-color: #CC0535;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #fff;
          background-color: #b3042f; }
      .table--dark.table--hover tbody tr.row--rblack {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--rblack:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--white {
        background-color: #fff;
        color: #1d1d1d; }
        .table--dark.table--hover tbody tr.row--white:hover {
          color: #fff;
          background-color: #f2f2f2; }
      .table--dark.table--hover tbody tr.row--pink {
        background-color: #EBDDDD;
        color: #1d1d1d; }
        .table--dark.table--hover tbody tr.row--pink:hover {
          color: #fff;
          background-color: #e2cdcd; }
      .table--dark.table--hover tbody tr.row--deep-pink {
        background-color: #DCC9C3;
        color: #1d1d1d; }
        .table--dark.table--hover tbody tr.row--deep-pink:hover {
          color: #fff;
          background-color: #d3bbb3; }
      .table--dark.table--hover tbody tr.row--purple {
        background-color: #A08CA7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #fff;
          background-color: #947e9c; }
      .table--dark.table--hover tbody tr.row--deep-purple {
        background-color: #673ab7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--deep-purple:hover {
          color: #fff;
          background-color: #5c34a4; }
      .table--dark.table--hover tbody tr.row--dark-pink {
        background-color: #BC9999;
        color: #1d1d1d; }
        .table--dark.table--hover tbody tr.row--dark-pink:hover {
          color: #fff;
          background-color: #b28a8a; }
      .table--dark.table--hover tbody tr.row--blue {
        background-color: #002e63;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #fff;
          background-color: #00224a; }
      .table--dark.table--hover tbody tr.row--cyan {
        background-color: #60A2AB;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--cyan:hover {
          color: #fff;
          background-color: #53959e; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #5E9123;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #fff;
          background-color: #517c1e; }
      .table--dark.table--hover tbody tr.row--yellow {
        background-color: #C9C897;
        color: #1d1d1d; }
        .table--dark.table--hover tbody tr.row--yellow:hover {
          color: #fff;
          background-color: #c0bf86; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #FC5185;
        color: #1d1d1d; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #fff;
          background-color: #fc3873; }
      .table--dark.table--hover tbody tr.row--brown {
        background-color: #94816C;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--brown:hover {
          color: #fff;
          background-color: #857461; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #1d1d1d;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #fff;
          background-color: #101010; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #6B6B6B;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #5e5e5e; }
      .table--dark.table--hover tbody tr.row--peach {
        background-color: #916868;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--peach:hover {
          color: #fff;
          background-color: #825d5d; }
  .table tbody tr.row--gray {
    background-color: #6B6B6B;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #CC0535;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #1d1d1d; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #1d1d1d; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #1d1d1d; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #fff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #1d1d1d; }
  .table tbody tr.row--blue {
    background-color: #002e63;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #5E9123;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #C9C897;
    color: #1d1d1d; }
  .table tbody tr.row--main {
    background-color: #FC5185;
    color: #1d1d1d; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #1d1d1d;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #6B6B6B;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--contacts {
    width: 100%;
    font-size: .8rem;
    color: #769FF5; }
    .table--contacts thead tr {
      background: none;
      border-bottom: 1px solid #ededed; }
    .table--contacts thead th {
      color: #555555;
      font-weight: 600;
      padding: .6rem 1rem; }
    .table--contacts tbody td {
      padding: .8em 1em; }
      .table--contacts tbody td.date {
        color: #555555; }
      .table--contacts tbody td a {
        color: #769FF5; }
  .table--cabinet {
    text-align: left;
    font-size: 1rem;
    background-color: #ffffff;
    box-shadow: 0px 4px 56px 3px rgba(237, 239, 255, 0.25);
    border-radius: 23px;
    margin-bottom: 0; }
    .table--cabinet thead tr {
      background-color: #fff;
      border-bottom: 1px solid rgba(227, 222, 247, 0.43); }
    .table--cabinet tbody tr {
      border-bottom: 1px solid rgba(227, 222, 247, 0.43); }
      .table--cabinet tbody tr:last-child {
        border-bottom: 0; }
    .table--cabinet th {
      text-align: left;
      color: #727280;
      padding: 1.4rem 2rem; }
    .table--cabinet td {
      padding: 1.4rem 2rem;
      text-align: left;
      color: #17113c; }
    .table--cabinet .status {
      border-radius: 33px;
      padding: .2rem 1rem;
      text-transform: uppercase;
      color: #fff;
      display: inline-block; }
      .table--cabinet .status.paid {
        background: #2C1979; }
      .table--cabinet .status.unpaid {
        background: #FC5185; }
    .table--cabinet .action {
      border: 1px solid transparent;
      font-weight: 500;
      display: inline-block;
      padding: .2rem 1rem;
      min-width: 80px;
      text-align: center;
      border-radius: 4px; }
      .table--cabinet .action:hover {
        text-decoration: none; }
      .table--cabinet .action.pay {
        color: #FC5185;
        border-color: #FC5185; }
        .table--cabinet .action.pay:hover {
          background-color: #FC5185;
          color: #fff; }
      .table--cabinet .action.invoice {
        color: #2C1979;
        border-color: #2C1979; }
        .table--cabinet .action.invoice:hover {
          background-color: #2C1979;
          color: #fff; }

/* 21. Tabs
=========================*/
/* Nav Item */
/* Content */
/* Content with border and bg */
/* Dark theme */
/* Styling */
.tabs--details {
  display: flex;
  align-items: flex-start; }

.tabs__item:not(.active) {
  display: none; }

.tabs__nav {
  display: flex;
  /* Styling */ }
  .tabs__nav--fill .tabs__nav-item {
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative;
    top: 0; }
    .tabs__nav--fill .tabs__nav-item:not(.active):hover {
      color: #1437CC; }
  .tabs__nav--rounded .tabs__nav-item.active {
    border-radius: 0.3em 0.3em 0 0; }
  .tabs__nav--shadow .tabs__nav-item.active {
    box-shadow: 0 -0.15em 0.15em rgba(0, 0, 0, 0.1); }
  .tabs__nav--dark .tabs__nav-item {
    color: #6B6B6B; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #C9C897;
      background-color: #1d1d1d;
      border-color: #1d1d1d; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #1d1d1d; }
  .tabs__nav a:not(:last-child) {
    border-right: 1px solid #F1F1F1; }
  .tabs__nav--details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start; }
    .tabs__nav--details .tabs__nav-item {
      padding: 0;
      display: flex;
      flex: auto;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      border: 1px solid #F1F1F1;
      font-size: 1.8rem;
      color: #002e63;
      opacity: .5;
      transition: all .2s ease; }
      .tabs__nav--details .tabs__nav-item.active {
        opacity: 1; }
      .tabs__nav--details .tabs__nav-item:hover {
        opacity: 1;
        border: 1px solid #F1F1F1; }
  .tabs__nav--lead .tabs__nav-item {
    border-bottom: 1px solid #F1F1F1; }
    .tabs__nav--lead .tabs__nav-item.active {
      border-bottom: 0; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 1rem;
  flex: 1;
  text-align: center;
  font-size: 1em;
  color: #6B6B6B;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  transition: color .1s linear; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none;
    border-bottom-color: rgba(20, 55, 204, 0.5); }
  .tabs__nav-item.active {
    color: #002e63; }

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #1d1d1d;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #1d1d1d;
    background-color: #fff;
    border: 1px solid #9e9e9e; }
  .tabs__content--rounded {
    border-radius: 0 0 0.3em 0.3em; }
  .tabs__content--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2); }
  .tabs__content--dark {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff; }
  .tabs__content--lead {
    max-height: calc(100vh - 200px);
    overflow-y: auto; }

.tabs__item .tabs__content {
  flex: 1;
  padding: 0 1rem; }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  margin: 20px 0;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid #9e9e9e;
    background-color: #fff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #9e9e9e; }
      .accordion--fill .accordion__item:last-child {
        border-bottom: 0; }
  .accordion--rounded {
    border-radius: 0.3em; }
  .accordion--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3); }
  .accordion--dark {
    background-color: #1d1d1d;
    border-color: #1d1d1d; }
    .accordion--dark .accordion__title {
      color: #6B6B6B; }
      .accordion--dark .accordion__title:hover {
        color: #fff; }
        .accordion--dark .accordion__title:hover:before {
          color: inherit; }
    .accordion--dark .accordion__item {
      border-bottom-color: #000; }
    .accordion--dark .accordion__item.active .accordion__title {
      color: #C9C897; }
    .accordion--dark .accordion__content {
      color: #fff; }

.accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
  .accordion__item.active .accordion__title {
    color: #1d1d1d; }
    .accordion__item.active .accordion__title:before {
      content: '\f068'; }
    .accordion__item.active .accordion__title a {
      color: inherit; }

.accordion__title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #1d1d1d;
  position: relative; }
  .accordion__title:before {
    content: '\f067';
    font-size: 1.4rem;
    line-height: 1;
    font-family: fontAwesome;
    color: #1d1d1d;
    position: absolute;
    top: 50%;
    left: 1em;
    z-index: 1;
    margin-top: -0.5em;
    transition: color .1s linear; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: inline-block;
    padding: 0.5em 2em 0.5em 2.1em;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  padding: 1rem 1rem 1rem 6rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  color: #1d1d1d; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

.accordion__tour-image {
  width: 200px;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.footer {
  position: relative;
  background-color: #F4F5FF; }
  .footer .address {
    color: #fff;
    max-width: 270px;
    line-height: 1.8;
    font-size: .8rem; }

.footer__wrapper {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between; }
  .footer__wrapper .nav {
    flex-direction: column; }
  .footer__wrapper .nav__link {
    margin-right: 0;
    margin-bottom: 1rem;
    opacity: 1;
    color: #2C1979;
    font-weight: 400;
    font-size: 1rem; }
    .footer__wrapper .nav__link:last-child {
      margin-bottom: 3rem; }

.footer__block {
  width: 35%; }
  .footer__block:last-child {
    padding-left: 5%;
    width: 60%;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 -2rem; }
  .footer__block .logo {
    display: inline-flex;
    margin-bottom: 1rem; }

.footer__item {
  padding: 0 2rem; }

.soc {
  display: flex;
  margin-bottom: 2rem; }

.soc__link {
  margin-right: 1rem;
  color: #fff;
  background-color: #2C1979;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  font-size: .8rem; }
  .soc__link:last-child {
    margin-right: 0; }

.footer__text {
  margin-bottom: 3rem;
  color: rgba(45, 25, 121, 0.47);
  font-weight: 400;
  font-size: 1.2rem; }

.footer__title {
  color: #2C1979;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem; }

.footer__line {
  border-top: 1px solid rgba(44, 25, 121, 0.08);
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.copyright {
  color: #2d1979;
  font-size: .8rem; }

.made__by {
  color: #2d1979;
  display: flex;
  align-items: center;
  font-size: .8rem; }
  .made__by img {
    margin-left: .4rem;
    opacity: .4; }

.footer__cards {
  display: flex;
  align-items: center; }
  .footer__cards img {
    margin-right: .4rem; }
  .footer__cards .link {
    color: rgba(45, 25, 121, 0.47);
    font-size: .6rem;
    text-decoration: underline; }
    .footer__cards .link:hover {
      text-decoration: none; }

.footer__company {
  color: #2C1979; }

.category {
  margin-bottom: 5rem; }

.category__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .category__wrapper.triple .category__block {
    width: 33.33333%; }
  .category__wrapper.double .category__block {
    width: 50%; }
  .category__wrapper.full {
    margin: 0; }
    .category__wrapper.full .category__block {
      padding: 0;
      margin-bottom: 0; }
    .category__wrapper.full .category__item {
      height: 30rem; }

.category__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.category__item {
  padding: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 20rem; }
  .category__item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    opacity: .4;
    transition: all .2s ease; }
  .category__item:hover {
    text-decoration: none; }
    .category__item:hover:after {
      opacity: .7; }

.category__content {
  position: relative;
  z-index: 2; }

.category__title {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem; }

.category__text {
  color: #fff; }

.products {
  margin-bottom: 5rem; }

.products__wrapper {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap; }
  .products__wrapper.triple .products__block {
    width: 33.33333%; }
  .products__wrapper.double .products__block {
    width: 50%; }
  .products__wrapper.full {
    margin: 0; }
    .products__wrapper.full .products__block {
      padding: 0;
      margin-bottom: 0; }

.products__block {
  width: 25%;
  margin-bottom: 2rem;
  padding: 0 1rem; }

.products__item {
  display: block;
  color: #1d1d1d; }
  .products__item:hover {
    text-decoration: none; }

.products__img {
  height: 15rem;
  margin-bottom: 1rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.products__title {
  font-size: 1.4rem; }

.products__text {
  font-size: 1rem; }

.product {
  margin-bottom: 5rem; }

.product__wrapper {
  display: flex;
  margin: 0 -1rem; }

.product__block {
  width: 50%;
  padding: 0 1rem; }

.product__img {
  height: 20rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.product__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.product__text {
  font-size: 1rem; }

.intro {
  margin-bottom: 6rem;
  position: relative; }
  .intro--full {
    width: 100%;
    min-height: 600px;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    overflow: hidden; }
    .intro--full:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(77.9deg, rgba(0, 0, 0, 0.49) 49.42%, rgba(0, 0, 0, 0) 110.97%); }
    .intro--full .intro__video {
      position: static; }
    .intro--full .intro__slider {
      position: absolute;
      z-index: 2; }
    .intro--full .intro__content:after {
      opacity: 0; }
  .intro--centered {
    margin-bottom: 4rem; }
    .intro--centered .intro__content {
      justify-content: center;
      align-items: center;
      text-align: center; }
    .intro--centered .intro__wrapper {
      justify-content: center;
      text-align: center; }
    .intro--centered .intro__subtitle {
      margin-bottom: 0;
      text-transform: none; }
    .intro--centered .intro__title {
      max-width: 100%;
      margin-bottom: 0; }
  .intro--img .intro__content:after {
    display: none; }
  .intro--video {
    overflow: hidden; }
    .intro--video .intro__content {
      position: relative; }
  .intro--article {
    margin-bottom: 0; }
    .intro--article .intro__content:after {
      background-color: #94816C; }
  .intro--inside .intro__content {
    height: 8rem;
    min-height: auto;
    padding: 0; }
  .intro--inside .intro__title {
    font-size: 2.2rem; }
  .intro .slick-list {
    margin: 0; }
  .intro .slick-slide {
    padding: 0; }

.intro__slider.with-arrow .slick-arrow {
  opacity: 1;
  visibility: visible; }
  .intro__slider.with-arrow .slick-arrow:before {
    color: #fff; }

.intro__slider.with-dots .slick-dots {
  opacity: 1;
  visibility: visible; }

.intro__slider .slick-arrow {
  opacity: 0;
  visibility: hidden; }

.intro__slider .slick-dots {
  opacity: 0;
  visibility: hidden;
  bottom: 2rem;
  z-index: 2; }

.intro__content {
  min-height: 580px;
  padding: 8rem 0 2rem;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  .intro__content .container {
    position: relative; }

.intro__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .intro__wrapper .img {
    max-width: 30%; }

.intro__block {
  position: relative;
  z-index: 2; }

.intro__subtitle {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center; }
  .intro__subtitle .icon {
    margin-right: .4rem;
    height: 14px;
    width: 20px;
    display: block;
    fill: #FC5185; }

.intro__title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #fff;
  max-width: 44rem;
  font-weight: 700; }

.intro__text {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #fff;
  max-width: 44rem; }

.intro__form {
  margin-bottom: 2rem;
  display: flex;
  max-width: 32rem;
  white-space: nowrap; }
  .intro__form .input {
    background-color: rgba(196, 196, 196, 0.26);
    border: 0;
    padding-right: 4rem; }
  .intro__form .btn {
    margin-left: -3rem;
    margin-bottom: 0; }

.intro__date {
  color: #fff;
  opacity: .3; }

.intro__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px; }

.intro__scroll {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .8rem;
  z-index: 3;
  color: #F7F4EC; }
  .intro__scroll img {
    margin-top: .3rem; }

.intro__actions .btn {
  margin-right: 1rem;
  min-width: 11rem; }
  .intro__actions .btn:last-child {
    margin-right: 0; }

body.cabinet-page .header__block {
  width: 25%; }

.cabinet__page {
  padding: 3rem 0; }

.cabinet__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem; }

.cabinet__block {
  width: 50%;
  margin-bottom: 3rem;
  padding: 0 .5rem; }
  .cabinet__block.full {
    width: 100%; }
  .cabinet__block.col-8 {
    width: 60%; }
    .cabinet__block.col-8 .cabinet__item {
      min-height: auto; }
  .cabinet__block.col-4 {
    width: 40%; }
    .cabinet__block.col-4 .cabinet__item {
      min-height: auto; }

.cabinet__title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2C1979; }

.cabinet__item {
  padding: 3rem;
  box-shadow: 0 4px 56px 3px rgba(237, 239, 255, 0.25);
  border-radius: 23px;
  background-color: #fff;
  /*min-height: calc(100% - 3rem);*/ }
  .cabinet__item .btn {
    /*height: 55px;*/ }
  .cabinet__item.with-table {
    padding: 0;
    overflow: hidden;
    min-height: auto; }
  .cabinet__item.balance {
    padding: 2rem 3rem; }
  .cabinet__item.dashboard {
    position: relative;
    padding-bottom: 6rem; }
    .cabinet__item.dashboard .btn {
      position: absolute;
      bottom: 2rem;
      left: 3rem;
      right: 3rem;
      width: auto; }
    .cabinet__item.dashboard .balance__form-wrapper .btn {
      position: static; }

.cabinet__item-header {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cabinet__item-header.checkout {
    padding-bottom: 1rem;
    border-bottom: 1px solid #EBEBEB; }
  .cabinet__item-header .ssl {
    display: flex;
    align-items: center;
    font-size: .8rem;
    color: rgba(23, 17, 60, 0.5); }
    .cabinet__item-header .ssl img {
      margin-right: .6rem; }

.cabinet__item-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2C1979;
  position: relative; }
  .cabinet__item-title .active {
    position: absolute;
    bottom: 90%;
    left: 100%;
    font-size: .6rem;
    color: #fff;
    background: #baacec;
    border-radius: 2rem;
    padding: .2rem .4rem;
    text-transform: uppercase; }

.cabinet__item-price {
  color: #2C1979;
  font-size: 1.2rem;
  font-weight: 500; }

.cabinet__item-text {
  font-weight: 500;
  color: #2F1C6A;
  margin-bottom: 1rem; }
  .cabinet__item-text.centered {
    margin-top: 3rem; }

.cabinet__item-payment .payment {
  margin-bottom: 1rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2C1979; }
  .cabinet__item-payment .payment span {
    font-size: 1.2rem;
    font-weight: 500; }

.cabinet__item-payment .date {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2C1979; }

.next__payment {
  font-size: 1.2rem;
  font-weight: 500;
  color: #2C1979;
  margin-bottom: 1rem; }

.checkout__header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .checkout__header .btn {
    margin-bottom: 0;
    padding: 0 1rem; }

.checkout__title {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2C1979; }
  .checkout__title img {
    margin-right: .4rem; }
  .checkout__title .plan {
    font-size: 1rem;
    font-weight: 500;
    color: #c5c5c5; }

.checkout__text {
  font-weight: 500;
  color: #17113c;
  margin-bottom: 1rem; }

.checkout__radio {
  margin-bottom: 1rem;
  position: relative; }

.checkout__radio-input {
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%); }
  .checkout__radio-input:checked + .checkout__radio-label {
    background-color: #2C1979; }
    .checkout__radio-input:checked + .checkout__radio-label * {
      color: #fff; }

.checkout__radio-label {
  display: flex;
  flex-direction: column;
  padding: .8rem 2rem;
  box-shadow: 0px 4px 20px -2px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  position: relative; }
  .checkout__radio-label:before {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-radius: 50%; }
  .checkout__radio-label:after {
    content: '';
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: .8rem;
    height: .8rem;
    background-color: #ffffff;
    border-radius: 50%; }
  .checkout__radio-label .duration {
    display: flex;
    font-weight: 500;
    color: #17113c;
    align-items: center; }
    .checkout__radio-label .duration .discount {
      margin-left: 1rem;
      font-weight: 600;
      font-size: .6rem;
      color: #ffffff;
      background-color: #FC5185;
      padding: .2rem .4rem;
      border-radius: .4rem; }
  .checkout__radio-label .title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2C1979; }
    .checkout__radio-label .title span {
      font-size: 1rem; }
    .checkout__radio-label .title del {
      color: #2C1979;
      opacity: .6;
      font-size: .8rem;
      font-weight: 500;
      display: inline-block;
      margin-left: .4rem; }

.checkout__item-total {
  margin-top: .4rem;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .checkout__item-total .title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2C1979; }
  .checkout__item-total .text {
    font-size: .8rem;
    font-weight: 700;
    color: #FC5185; }

.cabinet__domain {
  display: flex;
  margin-bottom: 2rem; }
  .cabinet__domain .btn {
    margin-left: .6rem;
    margin-bottom: 0;
    min-width: 10rem;
    height: 4rem; }
    .cabinet__domain .btn[disabled] {
      background-color: #ebebeb; }
  .cabinet__domain .input {
    flex: 1; }
  .cabinet__domain .select {
    margin-left: -3rem; }

.checkout__info-text {
  font-size: .8rem;
  color: #c5c5c5;
  text-align: center; }

.checkout__data {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ebebeb; }
  .checkout__data.total {
    border-bottom: 0; }

.checkout__data-row {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .checkout__data-row .name {
    color: #17113C;
    font-weight: 500; }
  .checkout__data-row .price {
    text-align: right;
    color: #17113C;
    font-weight: 600; }
    .checkout__data-row .price.total {
      font-size: 1.4rem;
      /*color: #2C1979;*/ }
      .checkout__data-row .price.total del {
        color: rgba(23, 17, 60, 0.6);
        font-size: 1rem;
        font-weight: 500; }

.checkout__data-text {
  margin-bottom: 1rem;
  margin-top: .4rem;
  text-align: center;
  font-size: .8rem;
  color: #c5c5c5; }
  .checkout__data-text a {
    color: #17113C; }

.checkout__cards img {
  height: 1.6rem; }

.checkout__footer {
  text-align: center;
  font-size: .8rem; }

.balance__form-wrapper {
  display: flex;
  align-items: center; }
  .balance__form-wrapper .btn {
    margin-bottom: 0;
    margin-left: 1rem;
    height: 4rem;
    position: static; }
  .balance__form-wrapper .input {
    flex: 1;
    width: auto; }
  .balance__form-wrapper .currency {
    font-size: 2rem;
    margin-right: 1rem;
    display: block;
    color: #2c1979; }

.cookie-window-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  width: 100%;
  line-height: 1.5;
  max-width: 360px;
  padding: 30px;
  color: #000;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px; }
  .cookie-window-block.closed {
    display: none; }

.cookie-window-text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 15px; }

.cookie-window-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #1d1d1d; }
  .cookie-window-box:hover {
    background-color: transparent; }

.cookie_btn {
  color: #000;
  font-size: 15px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 10px 23px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s; }
  .cookie_btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00ba71;
    border-color: #00ba71; }

.cookie-window-text {
  margin-bottom: 20px; }

.page__text-wrapper {
  margin: 0 -1rem;
  font-size: 1rem; }
  .page__text-wrapper:before, .page__text-wrapper:after {
    content: "";
    display: table; }
  .page__text-wrapper:after {
    clear: both; }
  .page__text-wrapper ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .page__text-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .page__text-wrapper h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .page__text-wrapper h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .page__text-wrapper p {
    margin-bottom: .5em; }

.page__text-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700; }

.page__text-block {
  width: 50%;
  padding: 0 1rem; }
  .page__text-block.full {
    width: 100%; }

.page__text-date {
  margin-bottom: 1rem; }

.text__img {
  width: 20rem;
  height: 20rem;
  margin-bottom: 0;
  margin-right: 1rem;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.page__text {
  margin-bottom: 1rem; }
  .page__text ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .page__text h1 {
    font-size: 2rem;
    margin-bottom: .5em; }
  .page__text h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .page__text h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .page__text h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .page__text p {
    margin-bottom: .5em; }

.gallery {
  padding: 1rem 0; }
  .gallery .block__title {
    margin-bottom: 2rem; }
  .gallery--opened .gallery__img-wrapper {
    margin-bottom: 0; }
  .gallery--opened .block__title {
    margin-bottom: 1rem; }

.gallery__text {
  color: #1d1d1d;
  margin-bottom: 2rem; }

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.gallery__block {
  width: 25%;
  margin-bottom: 2rem;
  padding: 0 1rem; }

.gallery__item {
  display: block;
  color: #1d1d1d; }
  .gallery__item:hover {
    text-decoration: none; }
    .gallery__item:hover .gallery__img {
      transform: scale(1.2); }

.gallery__img-wrapper {
  height: 15rem;
  margin-bottom: 1rem;
  overflow: hidden; }

.gallery__img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s ease; }

.gallery__title {
  font-size: 1.2rem;
  font-weight: 700; }

.contacts {
  margin-bottom: 4rem; }
  .contacts .contact__form--contacts {
    align-items: flex-start; }

.contact__form {
  display: flex; }
  .contact__form--contacts {
    background: none;
    align-items: center; }
    .contact__form--contacts .contact__form-block {
      padding-left: 0;
      padding-right: 0;
      width: 50%; }
      .contact__form--contacts .contact__form-block .block__title {
        color: #1d1d1d;
        text-align: left; }
      .contact__form--contacts .contact__form-block .block__text {
        color: #1d1d1d;
        text-align: left; }
      .contact__form--contacts .contact__form-block .input {
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #1d1d1d; }
        .contact__form--contacts .contact__form-block .input::placeholder {
          opacity: .7;
          color: #1d1d1d; }
      .contact__form--contacts .contact__form-block .textarea {
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #1d1d1d; }
        .contact__form--contacts .contact__form-block .textarea::placeholder {
          opacity: .7;
          color: #1d1d1d; }
  .contact__form .form__group.last {
    margin-bottom: 1rem; }

.contact__block {
  width: 50%;
  padding: 0 1rem; }
  .contact__block .contact__form-block {
    width: 100%;
    padding: 0; }
  .contact__block.full {
    width: 100%; }

.contact__form-block {
  padding: 3rem 4rem;
  width: 70%; }
  .contact__form-block .block__title {
    color: #fff;
    max-width: 30rem; }
  .contact__form-block .block__text {
    margin-bottom: 2rem;
    color: #fff; }

.contact__form-img {
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }

.contact__info {
  width: 50%;
  padding-left: 80px;
  margin-left: 80px;
  border-left: 1px solid #eeeeee; }
  .contact__info .title {
    margin-bottom: .4rem;
    font-size: 1.2rem;
    font-weight: 700; }
  .contact__info .info {
    margin-bottom: 1rem;
    color: #797979;
    font-weight: 300;
    font-size: 2rem; }
    .contact__info .info a {
      display: block;
      color: inherit; }

.contacts__info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 3rem; }

.contacts__info-item {
  width: 33.33333%;
  padding: 0 1rem;
  text-align: center; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone {
  box-sizing: border-box;
  min-height: 90px;
  padding: 20px 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 1rem;
  background-color: #F1F1F1; }
  .dropzone * {
    box-sizing: border-box; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message {
      cursor: pointer; }
      .dropzone.dz-clickable .dz-message * {
        cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    color: #cacaca;
    font-size: .8rem;
    font-weight: 600; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none;
      position: absolute;
      top: 105%;
      pointer-events: auto; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
        .dropzone .dz-preview .dz-details .dz-filename span {
          background-color: rgba(255, 255, 255, 0.4);
          padding: 0 0.4em;
          border-radius: 3px; }
      .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
    .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.dz-preview-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

/*! nouislider - 14.6.3 - 11/19/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

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

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

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

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

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

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

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: .8rem; }

.noUi-horizontal .noUi-handle {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  right: -.8rem;
  top: -.2rem; }

.noUi-vertical {
  width: 18px; }

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

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb; }

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

.noUi-connect {
  background: #FC5185; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

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

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #ffffff;
  cursor: default;
  outline: 0;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb; }

.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb; }

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8; }

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

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #cccccc; }

.noUi-marker-sub {
  background: #aaaaaa; }

.noUi-marker-large {
  background: #aaaaaa; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.range__slider-content .label {
  display: block; }
  .range__slider-content .label span {
    color: #FC5185; }

.range__wrapper {
  margin-bottom: 2rem;
  padding-bottom: .4rem;
  display: flex;
  align-items: center;
  position: relative; }
  .range__wrapper .range__btn {
    margin-right: 1rem; }
    .range__wrapper .range__btn:last-of-type {
      margin-right: 0;
      margin-left: 1rem; }

.range__count {
  position: absolute;
  top: 100%; }
  .range__count.min {
    left: 0; }
  .range__count.max {
    right: 0; }

.range__slider {
  flex: 1; }

.range__btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #2C1979;
  border-radius: .6rem; }

.section {
  margin-bottom: 6rem; }
  .section.banners {
    margin-bottom: 9rem; }
  .section--news {
    margin-bottom: 4rem; }

.login__page {
  max-width: 40rem;
  margin: 0 auto 4rem; }

.login__title {
  margin-bottom: 3rem;
  font-weight: 700;
  color: #2C1979;
  font-size: 1.6rem; }

.block__title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2C1979;
  text-align: center; }

.block__text {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #2F1C6A;
  text-align: center; }
  .block__text .block__title {
    text-align: left;
    font-size: 1.4rem; }
  .block__text .alert {
    margin-bottom: 2.2rem; }
  .block__text ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .block__text h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.safe--text .safe__block {
  width: 50%; }
  .safe--text .safe__block:last-child {
    width: 50%; }
  .safe--text .safe__block.full {
    width: 100%; }

.services .block__text {
  max-width: 42rem; }

.info__wrapper {
  display: flex;
  margin: 0 -2rem; }

.info__block {
  width: 40%;
  padding: 0 2rem; }
  .info__block:last-child {
    width: 60%; }

.info__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.info__item {
  padding: 0 1rem;
  width: 50%;
  margin-bottom: 4rem; }
  .info__item:nth-child(n+3) {
    margin-bottom: 0; }

.info__icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center; }

.info__img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px; }

.certificate {
  border-radius: 10px;
  overflow: hidden;
  display: flex; }

.certificate__img {
  width: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.certificate__content {
  padding: 3rem 1rem 3rem 3rem;
  width: 50%;
  background-color: #CC0535; }

.certificate__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #fff; }

.certificate__text {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 1rem; }

.sign__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .sign__wrapper img {
    max-width: 20rem; }

.sign__block {
  width: 60%;
  padding-right: 4rem; }

.sign__img {
  position: relative; }
  .sign__img:after {
    content: '';
    width: 5rem;
    height: 4rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.plans .block__text {
  max-width: 800px;
  margin: 0 auto 2rem; }

.plans__nav {
  display: flex;
  justify-content: center;
  overflow: hidden;
  max-width: 60rem;
  margin: 0 auto 4rem; }

.plans__nav-btn {
  color: #ababab;
  flex: 1;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  cursor: pointer;
  outline: 0;
  font-weight: 500;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid rgba(46, 30, 146, 0.2);
  border-right: 0; }
  .plans__nav-btn:last-child {
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem;
    border-right: 1px solid rgba(46, 30, 146, 0.2); }
  .plans__nav-btn:first-child {
    border-top-left-radius: .8rem;
    border-bottom-left-radius: .8rem; }
  .plans__nav-btn.active {
    background-color: #FC5185;
    border-color: #FC5185;
    color: #fff;
    border-right: 0; }

.plans__wrapper {
  display: flex;
  margin: 0 -1rem; }

.plans__block {
  width: 33.33333%;
  padding: 0 1rem; }

.plans__item {
  padding: 2rem 2rem 1rem;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  background-color: #fff; }
  .plans__item .btn {
    margin-bottom: 1.4rem; }

.plans__badge {
  margin-bottom: 1.6rem;
  background-color: #FC5185;
  padding: .4rem .8rem;
  text-align: center;
  color: #fff;
  border-radius: 2rem;
  font-weight: 600;
  font-size: .8rem;
  display: inline-flex; }

.plans__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
  color: #2C1979; }

.plans__text {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2C1979; }

.plans__advantages {
  margin-bottom: 3rem; }
  .plans__advantages li {
    color: #2C1979;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1; }
    .plans__advantages li .icon {
      margin-right: 1rem;
      display: inline-block;
      vertical-align: sub;
      width: 21px;
      height: 20px;
      fill: #FC5185; }
      .plans__advantages li .icon path {
        fill: #FC5185; }
    .plans__advantages li.gold .icon {
      fill: #FCB851; }

.plans__info {
  font-size: .8rem;
  text-align: center;
  color: #c5c5c5; }
  .plans__info a {
    color: #2F1C6A;
    text-decoration: underline; }
    .plans__info a:hover {
      text-decoration: none; }

.search__domain {
  padding: 7rem 0;
  background: #ebeffd;
  border-radius: 10px; }

.search__domain-block {
  max-width: 51rem;
  width: 100%;
  margin: 0 auto; }
  .search__domain-block .block__text {
    font-size: 1.4rem; }

.domain__form {
  padding: 0 2rem;
  display: flex;
  align-items: center; }
  .domain__form .btn {
    height: 4rem;
    margin-bottom: 0;
    margin-left: -2rem; }

.system__wrapper {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.system__block {
  width: 45%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.system__item img {
  display: block;
  margin-bottom: .6rem; }

.system__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2C1979;
  margin-bottom: 1rem; }

.system__text {
  color: #2F1C6A;
  font-size: 1.2rem;
  line-height: 1.6; }

.warranty {
  text-align: center; }
  .warranty .btn {
    max-width: 21rem;
    width: 100%; }
  .warranty .block__text {
    max-width: 50rem;
    margin: 0 auto 2rem;
    font-size: 1.4rem; }

.search__domain-inside {
  display: flex;
  margin: 0 -1rem; }

.search__domain-block {
  padding: 0 1rem;
  width: 50%; }
  .search__domain-block .contact__form--contacts .contact__form-block {
    width: 100%;
    padding: 0; }

.whats__new .block__text {
  font-size: 1.4rem; }

.contacts {
  margin-bottom: 4rem; }
  .contacts .contact__form--contacts {
    align-items: flex-start; }

.contact__form {
  display: flex; }
  .contact__form--contacts {
    background: none;
    align-items: center; }
    .contact__form--contacts .contact__form-block {
      padding-left: 0;
      padding-right: 0;
      width: 50%; }
      .contact__form--contacts .contact__form-block .block__title {
        color: #1d1d1d;
        text-align: left; }
      .contact__form--contacts .contact__form-block .block__text {
        color: #1d1d1d;
        text-align: left; }
      .contact__form--contacts .contact__form-block .input {
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #1d1d1d; }
        .contact__form--contacts .contact__form-block .input::placeholder {
          opacity: .7;
          color: #1d1d1d; }
      .contact__form--contacts .contact__form-block .textarea {
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #1d1d1d; }
        .contact__form--contacts .contact__form-block .textarea::placeholder {
          opacity: .7;
          color: #1d1d1d; }
  .contact__form .form__group.last {
    margin-bottom: 1rem; }

.contact__block {
  width: 50%;
  padding: 0 1rem; }
  .contact__block .contact__form-block {
    width: 100%;
    padding: 0; }
  .contact__block.full {
    width: 100%; }

.contact__form-block {
  padding: 3rem 4rem;
  width: 70%; }
  .contact__form-block .block__title {
    color: #fff;
    max-width: 30rem; }
  .contact__form-block .block__text {
    margin-bottom: 2rem;
    color: #fff; }

.contact__form-img {
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }

.contact__info {
  width: 50%;
  padding-left: 80px;
  margin-left: 80px;
  border-left: 1px solid #eeeeee; }
  .contact__info .title {
    margin-bottom: .4rem;
    font-size: 1.2rem;
    font-weight: 700; }
  .contact__info .info {
    margin-bottom: 1rem;
    color: #797979;
    font-weight: 300;
    font-size: 2rem; }
    .contact__info .info a {
      display: block;
      color: inherit; }

.contacts__info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 3rem; }

.contacts__info-item {
  width: 33.33333%;
  padding: 0 1rem;
  text-align: center; }

.tip {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  /* Positions Top
    ==========================*/
  /* Positions Bottom
    ==========================*/
  /* Positions Left & Right
    ==========================*/
  /* Sizes
    ==========================*/
  /* Styling
    ==========================*/
  /* Colors
    ==========================*/ }
  .tip.tip--top-left:before {
    border-top-color: #1d1d1d; }
  .tip.tip--top-right:before {
    border-top-color: #1d1d1d; }
  .tip.tip--top:before {
    border-top-color: #1d1d1d; }
  .tip.tip--bottom-left:before {
    border-bottom-color: #1d1d1d; }
  .tip.tip--bottom-right:before {
    border-bottom-color: #1d1d1d; }
  .tip.tip--bottom:before {
    border-bottom-color: #1d1d1d; }
  .tip.tip--left:before {
    border-left-color: #1d1d1d; }
  .tip.tip--right:before {
    border-right-color: #1d1d1d; }
  .tip:before, .tip:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    transition: 0.2s ease;
    transition-delay: 0ms; }
  .tip:before {
    content: "";
    border: 4px solid transparent; }
  .tip:after {
    content: attr(aria-label);
    padding: 6px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background-color: #1d1d1d; }
  .tip:hover:before, .tip:hover:after {
    visibility: visible;
    opacity: 1;
    transition-delay: .1s; }
  .tip--top:before, .tip--top:after {
    left: 50%;
    transform: translate3d(-50%, 8px, 0); }
  .tip--top:before {
    top: -4px; }
  .tip--top:after {
    bottom: 100%;
    margin-bottom: 4px; }
  .tip--top:hover:before, .tip--top:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--top-left:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-left:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, 8px, 0); }
  .tip--top-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--top-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--top-right:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: -15px;
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:hover:before, .tip--top-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--bottom:before, .tip--bottom:after {
    left: 50%;
    transform: translate3d(-50%, -8px, 0); }
  .tip--bottom:before {
    bottom: -4px; }
  .tip--bottom:after {
    top: 100%;
    margin-top: 4px; }
  .tip--bottom:hover:before, .tip--bottom:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--bottom-left:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-left:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, -8px, 0); }
  .tip--bottom-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--bottom-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--bottom-right:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: -15px;
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:hover:before, .tip--bottom-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--left:before, .tip--left:after {
    top: 50%;
    transform: translate3d(8px, -50%, 0); }
  .tip--left:before {
    right: 100%; }
  .tip--left:after {
    right: 100%;
    margin-right: 8px; }
  .tip--left:hover:before, .tip--left:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--right:before, .tip--right:after {
    top: 50%;
    transform: translate3d(-8px, -50%, 0); }
  .tip--right:before {
    left: 100%; }
  .tip--right:after {
    left: 100%;
    margin-left: 8px; }
  .tip--right:hover:before, .tip--right:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--sm:after, .tip--md:after, .tip--lg:after, .tip--full:after {
    white-space: normal; }
  .tip--sm:after {
    width: 70px; }
  .tip--md:after {
    width: 150px; }
  .tip--lg:after {
    width: 250px; }
  .tip--full:after {
    width: 100%; }
  .tip--shadow:after {
    box-shadow: 0 0 10px 2px rgba(29, 29, 29, 0.4); }
  .tip--rounded:after {
    border-radius: 4px; }
  .tip--gray.tip--top-left:before {
    border-top-color: #6B6B6B; }
  .tip--gray.tip--top-right:before {
    border-top-color: #6B6B6B; }
  .tip--gray.tip--top:before {
    border-top-color: #6B6B6B; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #6B6B6B; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #6B6B6B; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #6B6B6B; }
  .tip--gray.tip--left:before {
    border-left-color: #6B6B6B; }
  .tip--gray.tip--right:before {
    border-right-color: #6B6B6B; }
  .tip--gray:after {
    background-color: #6B6B6B; }
  .tip--dark-blue.tip--top-left:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--top-right:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--top:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--bottom-left:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--bottom-right:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--bottom:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--left:before {
    border-left-color: #1437CC; }
  .tip--dark-blue.tip--right:before {
    border-right-color: #1437CC; }
  .tip--dark-blue:after {
    background-color: #1437CC; }
  .tip--red.tip--top-left:before {
    border-top-color: #CC0535; }
  .tip--red.tip--top-right:before {
    border-top-color: #CC0535; }
  .tip--red.tip--top:before {
    border-top-color: #CC0535; }
  .tip--red.tip--bottom-left:before {
    border-bottom-color: #CC0535; }
  .tip--red.tip--bottom-right:before {
    border-bottom-color: #CC0535; }
  .tip--red.tip--bottom:before {
    border-bottom-color: #CC0535; }
  .tip--red.tip--left:before {
    border-left-color: #CC0535; }
  .tip--red.tip--right:before {
    border-right-color: #CC0535; }
  .tip--red:after {
    background-color: #CC0535; }
  .tip--rblack.tip--top-left:before {
    border-top-color: #000; }
  .tip--rblack.tip--top-right:before {
    border-top-color: #000; }
  .tip--rblack.tip--top:before {
    border-top-color: #000; }
  .tip--rblack.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--left:before {
    border-left-color: #000; }
  .tip--rblack.tip--right:before {
    border-right-color: #000; }
  .tip--rblack:after {
    background-color: #000; }
  .tip--white.tip--top-left:before {
    border-top-color: #fff; }
  .tip--white.tip--top-right:before {
    border-top-color: #fff; }
  .tip--white.tip--top:before {
    border-top-color: #fff; }
  .tip--white.tip--bottom-left:before {
    border-bottom-color: #fff; }
  .tip--white.tip--bottom-right:before {
    border-bottom-color: #fff; }
  .tip--white.tip--bottom:before {
    border-bottom-color: #fff; }
  .tip--white.tip--left:before {
    border-left-color: #fff; }
  .tip--white.tip--right:before {
    border-right-color: #fff; }
  .tip--white:after {
    background-color: #fff; }
  .tip--pink.tip--top-left:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--top-right:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--top:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--bottom-left:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--bottom-right:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--bottom:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--left:before {
    border-left-color: #EBDDDD; }
  .tip--pink.tip--right:before {
    border-right-color: #EBDDDD; }
  .tip--pink:after {
    background-color: #EBDDDD; }
  .tip--deep-pink.tip--top-left:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--top-right:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--top:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom-left:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom-right:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--left:before {
    border-left-color: #DCC9C3; }
  .tip--deep-pink.tip--right:before {
    border-right-color: #DCC9C3; }
  .tip--deep-pink:after {
    background-color: #DCC9C3; }
  .tip--purple.tip--top-left:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--top-right:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--top:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--bottom-left:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--bottom-right:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--bottom:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--left:before {
    border-left-color: #A08CA7; }
  .tip--purple.tip--right:before {
    border-right-color: #A08CA7; }
  .tip--purple:after {
    background-color: #A08CA7; }
  .tip--deep-purple.tip--top-left:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--top-right:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--top:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--bottom-left:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--bottom-right:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--bottom:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--left:before {
    border-left-color: #673ab7; }
  .tip--deep-purple.tip--right:before {
    border-right-color: #673ab7; }
  .tip--deep-purple:after {
    background-color: #673ab7; }
  .tip--dark-pink.tip--top-left:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--top-right:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--top:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--bottom-left:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--bottom-right:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--bottom:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--left:before {
    border-left-color: #BC9999; }
  .tip--dark-pink.tip--right:before {
    border-right-color: #BC9999; }
  .tip--dark-pink:after {
    background-color: #BC9999; }
  .tip--blue.tip--top-left:before {
    border-top-color: #002e63; }
  .tip--blue.tip--top-right:before {
    border-top-color: #002e63; }
  .tip--blue.tip--top:before {
    border-top-color: #002e63; }
  .tip--blue.tip--bottom-left:before {
    border-bottom-color: #002e63; }
  .tip--blue.tip--bottom-right:before {
    border-bottom-color: #002e63; }
  .tip--blue.tip--bottom:before {
    border-bottom-color: #002e63; }
  .tip--blue.tip--left:before {
    border-left-color: #002e63; }
  .tip--blue.tip--right:before {
    border-right-color: #002e63; }
  .tip--blue:after {
    background-color: #002e63; }
  .tip--cyan.tip--top-left:before {
    border-top-color: #60A2AB; }
  .tip--cyan.tip--top-right:before {
    border-top-color: #60A2AB; }
  .tip--cyan.tip--top:before {
    border-top-color: #60A2AB; }
  .tip--cyan.tip--bottom-left:before {
    border-bottom-color: #60A2AB; }
  .tip--cyan.tip--bottom-right:before {
    border-bottom-color: #60A2AB; }
  .tip--cyan.tip--bottom:before {
    border-bottom-color: #60A2AB; }
  .tip--cyan.tip--left:before {
    border-left-color: #60A2AB; }
  .tip--cyan.tip--right:before {
    border-right-color: #60A2AB; }
  .tip--cyan:after {
    background-color: #60A2AB; }
  .tip--green.tip--top-left:before {
    border-top-color: #5E9123; }
  .tip--green.tip--top-right:before {
    border-top-color: #5E9123; }
  .tip--green.tip--top:before {
    border-top-color: #5E9123; }
  .tip--green.tip--bottom-left:before {
    border-bottom-color: #5E9123; }
  .tip--green.tip--bottom-right:before {
    border-bottom-color: #5E9123; }
  .tip--green.tip--bottom:before {
    border-bottom-color: #5E9123; }
  .tip--green.tip--left:before {
    border-left-color: #5E9123; }
  .tip--green.tip--right:before {
    border-right-color: #5E9123; }
  .tip--green:after {
    background-color: #5E9123; }
  .tip--yellow.tip--top-left:before {
    border-top-color: #C9C897; }
  .tip--yellow.tip--top-right:before {
    border-top-color: #C9C897; }
  .tip--yellow.tip--top:before {
    border-top-color: #C9C897; }
  .tip--yellow.tip--bottom-left:before {
    border-bottom-color: #C9C897; }
  .tip--yellow.tip--bottom-right:before {
    border-bottom-color: #C9C897; }
  .tip--yellow.tip--bottom:before {
    border-bottom-color: #C9C897; }
  .tip--yellow.tip--left:before {
    border-left-color: #C9C897; }
  .tip--yellow.tip--right:before {
    border-right-color: #C9C897; }
  .tip--yellow:after {
    background-color: #C9C897; }
  .tip--main.tip--top-left:before {
    border-top-color: #FC5185; }
  .tip--main.tip--top-right:before {
    border-top-color: #FC5185; }
  .tip--main.tip--top:before {
    border-top-color: #FC5185; }
  .tip--main.tip--bottom-left:before {
    border-bottom-color: #FC5185; }
  .tip--main.tip--bottom-right:before {
    border-bottom-color: #FC5185; }
  .tip--main.tip--bottom:before {
    border-bottom-color: #FC5185; }
  .tip--main.tip--left:before {
    border-left-color: #FC5185; }
  .tip--main.tip--right:before {
    border-right-color: #FC5185; }
  .tip--main:after {
    background-color: #FC5185; }
  .tip--brown.tip--top-left:before {
    border-top-color: #94816C; }
  .tip--brown.tip--top-right:before {
    border-top-color: #94816C; }
  .tip--brown.tip--top:before {
    border-top-color: #94816C; }
  .tip--brown.tip--bottom-left:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--bottom-right:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--bottom:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--left:before {
    border-left-color: #94816C; }
  .tip--brown.tip--right:before {
    border-right-color: #94816C; }
  .tip--brown:after {
    background-color: #94816C; }
  .tip--black.tip--top-left:before {
    border-top-color: #1d1d1d; }
  .tip--black.tip--top-right:before {
    border-top-color: #1d1d1d; }
  .tip--black.tip--top:before {
    border-top-color: #1d1d1d; }
  .tip--black.tip--bottom-left:before {
    border-bottom-color: #1d1d1d; }
  .tip--black.tip--bottom-right:before {
    border-bottom-color: #1d1d1d; }
  .tip--black.tip--bottom:before {
    border-bottom-color: #1d1d1d; }
  .tip--black.tip--left:before {
    border-left-color: #1d1d1d; }
  .tip--black.tip--right:before {
    border-right-color: #1d1d1d; }
  .tip--black:after {
    background-color: #1d1d1d; }
  .tip--gray.tip--top-left:before {
    border-top-color: #6B6B6B; }
  .tip--gray.tip--top-right:before {
    border-top-color: #6B6B6B; }
  .tip--gray.tip--top:before {
    border-top-color: #6B6B6B; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #6B6B6B; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #6B6B6B; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #6B6B6B; }
  .tip--gray.tip--left:before {
    border-left-color: #6B6B6B; }
  .tip--gray.tip--right:before {
    border-right-color: #6B6B6B; }
  .tip--gray:after {
    background-color: #6B6B6B; }
  .tip--peach.tip--top-left:before {
    border-top-color: #916868; }
  .tip--peach.tip--top-right:before {
    border-top-color: #916868; }
  .tip--peach.tip--top:before {
    border-top-color: #916868; }
  .tip--peach.tip--bottom-left:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--bottom-right:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--bottom:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--left:before {
    border-left-color: #916868; }
  .tip--peach.tip--right:before {
    border-right-color: #916868; }
  .tip--peach:after {
    background-color: #916868; }
  .tip--remodal.tip--bottom-right:after {
    box-shadow: 0 3px 5px rgba(24, 57, 94, 0.15);
    background-color: #fff;
    border-radius: 5px;
    color: #6a6a6a;
    padding: .9rem;
    font-size: .9rem; }
  .tip--remodal.tip--bottom-right:before {
    border-bottom-color: #fff;
    color: #6a6a6a; }

/* Helpers (must be as last import to override rules when use)
==========================*/
.hide, .hidden {
  display: none; }

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.block {
  padding: 20px; }
  .block .text {
    font-size: 20px; }

.bg-gray {
  background-color: #6B6B6B; }

.bg-dark-blue {
  background-color: #1437CC; }

.bg-red {
  background-color: #CC0535; }

.bg-rblack {
  background-color: #000; }

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

.bg-pink {
  background-color: #EBDDDD; }

.bg-deep-pink {
  background-color: #DCC9C3; }

.bg-purple {
  background-color: #A08CA7; }

.bg-deep-purple {
  background-color: #673ab7; }

.bg-dark-pink {
  background-color: #BC9999; }

.bg-blue {
  background-color: #002e63; }

.bg-cyan {
  background-color: #60A2AB; }

.bg-green {
  background-color: #5E9123; }

.bg-yellow {
  background-color: #C9C897; }

.bg-main {
  background-color: #FC5185; }

.bg-brown {
  background-color: #94816C; }

.bg-black {
  background-color: #1d1d1d; }

.bg-gray {
  background-color: #6B6B6B; }

.bg-peach {
  background-color: #916868; }

.text-gray {
  color: #6B6B6B; }

.text-dark-blue {
  color: #1437CC; }

.text-red {
  color: #CC0535; }

.text-rblack {
  color: #000; }

.text-white {
  color: #fff; }

.text-pink {
  color: #EBDDDD; }

.text-deep-pink {
  color: #DCC9C3; }

.text-purple {
  color: #A08CA7; }

.text-deep-purple {
  color: #673ab7; }

.text-dark-pink {
  color: #BC9999; }

.text-blue {
  color: #002e63; }

.text-cyan {
  color: #60A2AB; }

.text-green {
  color: #5E9123; }

.text-yellow {
  color: #C9C897; }

.text-main {
  color: #FC5185; }

.text-brown {
  color: #94816C; }

.text-black {
  color: #1d1d1d; }

.text-gray {
  color: #6B6B6B; }

.text-peach {
  color: #916868; }

.static {
  position: static; }

.text-xs {
  font-size: .7em; }

.text-s {
  font-size: .8em; }

.text-m {
  font-size: 1.2em; }

.text-l {
  font-size: 1.4em; }

.text-xl {
  font-size: 1.6em; }

.text-xxl {
  font-size: 1.8em; }

.text-thin {
  font-weight: 100; }

.text-xlight {
  font-weight: 200; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-sbold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-xbold {
  font-weight: 800; }

.text-hbold {
  font-weight: 900; }

.text-italic {
  font-style: italic; }

.text-oblique {
  font-style: oblique; }

.text-normal {
  font-style: normal; }

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-no-transform {
  text-transform: none; }

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

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

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

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

.text-decor-under {
  text-decoration: underline; }

.text-decor-over {
  text-decoration: overline; }

.text-decor-lt {
  text-decoration: line-through; }

.text-decor-none {
  text-decoration: none; }

.float-right, .to-right {
  float: right; }

.float-left, .to-left {
  float: left; }

.center-block {
  display: block;
  margin: 0 auto; }

.img {
  display: block;
  max-width: 100%;
  height: auto; }
  .img--text {
    height: 320px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

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

.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-50 {
  padding-top: 50px; }

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

@media (min-width: 992px) {
  .hide-desktop {
    display: none; } }

.relative {
  position: relative; }

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

.alert.error {
  background-color: #CC0535;
  display: block;
  color: #fff; }

.alert.visible-success {
  background-color: #5E9123;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #5E9123;
  display: block;
  color: #fff; }

.ui-datepicker .ui-datepicker-title select {
  background: #fff;
  padding: 5px;
  color: #3e3e3e;
  font-weight: 600; }

html .ui-widget-content .ui-state-default {
  border: 0;
  background: #fff;
  transition: all .2s ease;
  text-align: center; }
  html .ui-widget-content .ui-state-default.ui-state-hover {
    border: 0;
    color: #fff;
    background: #ff9a36; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #FF8D1C;
    border-color: #FF8D1C;
    color: #fff; }
  html .ui-widget-content .ui-state-default.ui-state-active {
    background: #ff8003; }

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none !important; } }

.formh {
  display: none; }

@media (min-width: 992px) {
  .menu__btn {
    display: none; }
  .menu {
    display: none; } }

@media (max-width: 1260px) {
  .container {
    width: 100%; }
  .benefits {
    padding-bottom: 6rem; }
  .benefits__block {
    margin-bottom: 2rem;
    width: 50%; }
  .nav__item {
    margin-right: 2rem; }
  .header__block {
    margin-right: 2rem; }
    .header__block.right {
      margin-right: 0; }
  .search__domain-block {
    max-width: 40rem;
    width: 100%; } }

@media (max-width: 1260px) {
  body.cabinet-page .nav__item a {
    font-size: 1rem; } }

@media (max-width: 992px) {
  .logo img {
    height: 1.6rem; }
  body.cabinet-page .menu__btn:before, body.cabinet-page .menu__btn:after,
  body.cabinet-page .menu__btn i {
    background-color: #2C1979; }
  .menu {
    padding: 3rem 1rem;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    background-color: #fff;
    transition: all .4s ease;
    transform: translateX(100%); }
    .menu.opened {
      transforM: translateX(0); }
    .menu .nav {
      flex-direction: column;
      align-items: center;
      height: auto; }
    .menu .nav__item {
      margin-right: 0;
      margin-bottom: 1rem;
      flex-direction: column;
      height: auto; }
      .menu .nav__item a {
        color: #2C1979; }
        .menu .nav__item a.active {
          color: #FC5185; }
    .menu .nav__submenu {
      margin-top: 1rem;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu-item {
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
      .menu .nav__submenu-item:last-child {
        margin-bottom: 0; }
    .menu .nav__submenu-link {
      text-transform: uppercase; }
    .menu .lng {
      margin: 2rem 0;
      justify-content: center;
      display: flex; }
    .menu .lng__link {
      color: #2C1979; }
      .menu .lng__link .icon {
        fill: #2c1979; }
    .menu .header__contact {
      margin-right: 0; }
  .menu__content {
    text-align: center; }
    .menu__content .btn {
      margin-bottom: 1rem; }
      .menu__content .btn .icon {
        fill: #FC5185;
        width: 1rem;
        height: 1rem; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 1.2rem; }
    .menu__btn:before, .menu__btn:after, .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      background-color: #fff;
      transition: all .2s ease; }
    .menu__btn:hover:before {
      transform: translateY(0.2rem); }
    .menu__btn:hover:after {
      transform: translateY(-0.2rem); }
  .menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: "";
      background-color: #1d1d1d;
      height: 3px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: .3em; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .header__wrapper {
    height: 5rem; }
  .intro {
    margin-bottom: 4rem; }
  .intro__content {
    padding: 4rem 0;
    position: relative;
    text-align: center; }
  .intro__wrapper {
    justify-content: center; }
  .intro__subtitle {
    justify-content: center; }
  .intro__title {
    max-width: 100%; }
  .intro__form {
    margin: 0 auto 2rem; }
  .intro__text {
    margin: 0 auto 2rem; }
  .block__title {
    line-height: 1;
    font-size: 2.6rem;
    margin-bottom: 1rem; }
  .safe__wrapper {
    flex-direction: column;
    margin: 0 -1rem; }
  .safe__block {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2rem; }
    .safe__block:last-child {
      width: 100%;
      margin-bottom: 0; }
  .safe__img {
    height: 20rem; }
  .info__wrapper {
    flex-direction: column; }
  .info__block {
    width: 100%;
    margin-bottom: 2rem; }
    .info__block:last-child {
      width: 100%;
      margin-bottom: 0; }
  .info__img {
    height: 20rem; }
  .section {
    margin-bottom: 4rem; }
  .intro--centered .intro__content {
    min-height: 20rem; }
  .intro__block {
    padding: 0 1rem; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
    .footer__wrapper .nav {
      flex-direction: column;
      align-items: center; }
    .footer__wrapper .nav__link {
      margin-right: 0;
      margin-bottom: 1rem; }
  .footer__block {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
    .footer__block:last-child {
      padding-left: 0;
      width: 100%;
      display: block;
      margin: 0; }
  .footer__item {
    text-align: center;
    width: 100%;
    padding: 0; }
    .footer__item:last-child {
      justify-content: center; }
  .soc {
    justify-content: center; }
  .footer__cards {
    justify-content: center; }
  .plans__item {
    padding: 1rem; }
  .intro--inside .intro__content {
    padding: 7rem 0 2rem; }
  .header__block {
    width: auto; }
  .cabinet__block {
    width: 100%; }
    .cabinet__block.col-8 {
      width: 100%; }
    .cabinet__block.col-4 {
      width: 100%; }
  .contact__form--contacts {
    flex-direction: column; }
    .contact__form--contacts .contact__form-block {
      width: 100%;
      text-align: center; }
      .contact__form--contacts .contact__form-block .block__title {
        max-width: 100%; }
  .contact__info {
    padding-left: 0;
    margin-left: 0;
    border: 0;
    text-align: center;
    width: 100%; } }

@media (max-width: 768px) {
  .contact__form-block {
    width: 100%; }
  .contact__form-img {
    display: none; }
  .content__block {
    width: 50%; }
  .news__wrapper {
    margin: 0; }
  .certificate__img {
    width: 20%; }
  .certificate__content {
    width: 80%; }
  .header__line {
    display: none; }
  .gallery__block {
    width: 33.33333%; }
  .plans__wrapper {
    flex-wrap: wrap; }
  .plans__block {
    margin-bottom: 1rem;
    width: 100%; }
  .plans__nav-btn {
    min-width: auto; }
  .cabinet__item {
    padding: 2rem 1rem; } }

@media (max-width: 640px) {
  .safe__info {
    flex-wrap: wrap; }
  .safe__item {
    width: 100%; }
  .intro__title {
    font-size: 2.4rem; }
  .intro__form {
    flex-direction: column;
    max-width: 320px; }
    .intro__form .input {
      margin-bottom: 1rem; }
    .intro__form .btn {
      margin-left: 0; }
  .system__block {
    width: 100%; }
  .system__item {
    text-align: center; }
    .system__item img {
      margin: 0 auto 1rem; }
  .intro__actions {
    flex-direction: column;
    align-items: center; }
    .intro__actions .btn {
      margin-right: 0; }
  .header__action .btn {
    padding: 0 1rem; } }

@media (max-width: 560px) {
  .content__block {
    width: 100%; }
  .info__item {
    width: 100%;
    margin-bottom: 1rem; }
    .info__item:nth-child(n+3) {
      margin-bottom: 1rem; }
  .contact__form-block {
    padding: 2rem; }
  .plans__nav {
    flex-direction: column; }
  .plans__nav-btn {
    flex: unset; }
  .domain__form {
    flex-direction: column; }
    .domain__form .input {
      margin-bottom: 1rem; }
    .domain__form .btn {
      margin-left: 0;
      width: 100%; }
  .header__user-item {
    font-size: 0; }
  .intro__title {
    font-size: 2rem; }
  .block__title {
    font-size: 2rem; }
  .remodal-wrapper {
    padding: 0 1rem; }
  .remodal {
    padding: 1rem; }
  .checkout__header {
    flex-direction: column; }
  .checkout__title {
    margin-bottom: 1rem; } }

/* new */
.header {
	background-color: #fff;
} 
.header__wrapper {
    height: 6rem;
}
.logo img {
    height: 3rem;
}
.nav__item a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #122035;
}
.nav__item.active > a,
.nav__item:hover > a {
	color: #122035; 
}
.nav__item.active > a {
    font-weight: bold;	
}
.js-login-btn {
	width: 190px;
	height: 52px;
	border: 2px solid #2F64DD;
	background: #fff;
	color: #2F64DD;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 26px;
}
.js-login-btn:hover {
	background: #2F64DD;
	color: #fff;
}
.js-login-btn > svg {
	display: none;
}
.intro__content {
	background: url('/images/intro_bg.png') no-repeat;
	background-size: cover;
	text-align: center;
}
.intro__wrapper {
	justify-content: center;
}
.intro__title {
	color: #122035;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 32px;
	max-width: 53rem;
}
.intro__text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #122035;
	margin-bottom: 70px;
	max-width: 53rem;
}
.intro__actions .btn--main {
	width: 190px;
	height: 52px;
    border: 2px solid #2F64DD;
    background: #2F64DD;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 26px;
} 
.intro__actions .btn--o-white {
	width: 190px;
	height: 52px;
    border: 2px solid #2F64DD;
    background: #fff;
    color: #2F64DD;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 26px;
}
.intro__actions .btn--o-white:hover {
	background: #2F64DD;
    color: #fff;
}
.section--news {
	background: #2F64DD;
    padding-top: 94px;
    margin-bottom: 0;
    position: relative;
    min-height: 440px;
}
.section--news .block__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	color: #fff;
	margin-bottom: 40px;
}
.section--news .block__text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #C6D5F6;
    margin-bottom: 72px;
}
.news__wrapper {
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
}
.news__wrapper.triple .news__block {
    width: 30%;
    max-width: 350px;
}
.news__item {
	border-radius: 8px;
	background: #fff;
}
.news__img-wrapper {
    height: 100px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.news__img {
	object-fit: contain;
	width: 55px;
	height: 50px;
}
.news__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #122035;
	margin-bottom: 20px;
}
.news__text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #67778F;
	line-height: 20px;
	text-align: center;
}
.section.pricing {
	background: url(/images/pricing_bg.png) no-repeat;
    background-size: cover;
    padding: 282px 0px 124px 0px;
    margin-bottom: 0px;
}
.section.common,
.cabinet__page.common {
	padding-top: 200px;
	background: url(/images/pricing_bg.png) no-repeat;
    background-size: cover;
}
.block__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	color: #122035;
	margin-bottom: 2rem;
} 
.block__text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #122035;
}
.section.pricing .block__text {
	margin-bottom: 60px;
}
.plans__nav {
	background: #F1F4FA;
    border-radius: 39px;
    height: 77px;
    align-items: center;
    padding: 0px 10px;
}
.plans__nav-btn {
	height: 4rem;
	background: none;
    border: none;
    color: #67778F;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.plans__nav-btn:last-child,
.plans__nav-btn:first-child {
	border-top-right-radius: none;
    border-bottom-right-radius: none;
    border-right: none;
}
.plans__nav-btn.active {
	border-radius: 39px;
	background: #fff;
	color: #2F64DD;
}
.plans__item {
	border-radius: 8px;
    background: #fff;
    box-shadow: none;
    border: none;
    text-align: center;
}
.plans__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #122035;
	margin-bottom: 20px;
}
.plans__text {
	display: flex;
    border-radius: 39px;
    background: #F1F4FA;
    border: none;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #2F64DD;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 32px;
}
.plans__advantages {
    margin-bottom: 3rem;
    padding: 0px 30px;
    text-align: left;
}
.plans__advantages li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #67778F;
	position: relative;
	margin-bottom: 16px;
}
.plans__advantages li::before {
    content: "·";
    font-size: 90px;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    left: -30px;
    top: -4px;
}
.plans__advantages li.gold::before {
	color: #2F64DD;
}
.plans__advantages li.icon::marker {
    color: #67778F;
}
li.separator {
	list-style: none;
}
li.separator:before {
    content: "";
}
li.separator span {
	background: red;
	display: block;
	width: 100%;
	height: 1px;
}
.plans__item .btn {
	width: 100%;
	height: 52px;
    border: 2px solid #2F64DD;
    background: #fff;
    color: #2F64DD;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 26px;
}
.plans__item .btn:hover {
	background: #2F64DD;
    color: #fff;
}
.plans__info {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ACB4C2;
}
.plans__badge {
	background: #2F64DD;
	color: #fff;
}
.section.find-domain {
	background: #2F64DD;
	margin-bottom: 0;
}
.search__domain {
	background: none;
}
.search__domain-block {
    max-width: 66rem;
    width: 100%;
}
.search__domain .block__title {
	color: #fff;
}
.search__domain .block__text {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #C6D5F6;
    max-width: 41rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
form.domain__form {
	max-width: 710px;
	margin: 0 auto;
	position: relative;
}
form.domain__form input {
	height: 77px;
	width: 100%;
	padding-left: 50px;
	background: #F1F4FA;
	border-radius: 39px;
	color: #ACB4C2;
	font-size: 16px;
}
form.domain__form ::placeholder {
	color: #ACB4C2;
	font-size: 16px;
}
form.domain__form .btn {
	position: absolute;
    right: 40px;
    border-radius: 39px;
    background: #F1F4FA;
    border: 2px solid #2F64DD;
    color: #2F64DD;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 60px;
}
form.domain__form .btn:hover {
	background: #2F64DD;
	color: #fff;
}
.section.why-cloud {
	background: #fff;
	padding: 124px 0 0 0;
	margin-bottom: 0;
}
.section.why-cloud .block__title {
	margin-bottom: 64px;
}
.system__block {
	width: 30%;
	background: #fff;
    border-radius: 8px;
    box-shadow: 10px 20px 30px -15px rgba(0,0,0,0.36);
    -webkit-box-shadow: 10px 20px 30px -15px rgba(0,0,0,0.36);
    -moz-box-shadow: 10px 20px 30px -15px rgba(0,0,0,0.36);
    margin-bottom: 8rem;
    text-align: center;
}
.system__item img {
    display: initial;
	margin-bottom: 25px;
    width: 55px;
    height: 55px;
}
.system__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #122035;
	margin-bottom: 40px;
}
.system__text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #67778F;
	line-height: 20px;
	margin-bottom: 40px;
}
.section.thanks {
	background: #2F64DD;
    margin-bottom: 0;
    padding: 94px 0;
}
.section.thanks .block__title {
	color: #fff;
}
.section.thanks .block__text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #C6D5F6;
	margin-bottom: 60px;
}
.section.thanks .btn {
	border-radius: 39px;
	background: #fff;
	color: #2F64DD;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
	height: 65px;
}
.remodal {
	border-radius: 8px;
}
.remodal__title {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 38px;
}
.remodal__close {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    font-size: 20px;
    color: #67778F;
}
.label {
	font-family: 'Open Sans', sans-serif;
	padding-left: 15px;
	font-size: 14px;
	color: #67778F;
}
.textarea,
.input,
select,
.select select {
	border-radius: 38px;
    background: #F1F4FA;
    height: 3.2rem;
    border: none;
}
a.pass-forgot {
	display: block;
    text-align: right;
    padding: 12px 0px 15px 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #2F64DD;
}
.remodal__actions .btn {
	border-radius: 26px;
	background: #2F64DD;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 52px;	
}
.form__link {
	color: #67778F;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.form__link a {
	color: #2F64DD;
	font-weight: bold;
}
::placeholder,
.input,
.textarea,
select,
.select select {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ACB4C2;
}
.input,
select,
.textarea,
.select select {
	color: #1a1b1e;
}
.footer {
	background: #ecf0f800;
}
.footer__text {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
	color: #67778F;
}
.footer__title {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
	color: #122035;
}
.footer__wrapper .nav__link,
.footer__company {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: #122035;
}
.footer__company br:first-child {
	display: none;
}
.footer__block {
    width: 35%;
}
.footer__block:last-child {
    width: 60%;
    padding-left: 0;
}
.container.footer {
    width: 100%!important;
    padding: 0;
}
.footer__item {
	padding: 0;
}
.footer__cards {
	margin-top: 60px;
}
.footer__cards img {
	margin-right: 40px;
}
.footer__cards .mc {
	width: 53px;
    height: 40px;
}
.footer__cards .visa {
	width: 64px;
    height: 20px;
}
.footer__cards .sec3d {
	width: 65px;
    height: 32px;
}
.footer__cards .pci {
	width: 75px;
    height: 28px;
}
.footer__wrapper {
    width: 80%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1rem;
}
.footer__line {
	padding: 20px 0px;
	width: 100%;
	width: 100%;
	color: #67778F;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.footer__currencies {
	background: #2F64DD;
	width: 100%;
	text-align: center;
	padding: 18px 0;
}
.footer__currencies button {
	background: none;
	border: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-right: 30px;
    cursor: pointer;
}
.footer__currencies button.active {
	background: #fff;
    color: #2F64DD;
    border-radius: 14px;
    font-weight: 700;
    background: #fff;
    color: #2F64DD;
    height: 28px;
    width: 53px;
}
.footer__wrapper.last {
	padding: 0;
}
.soc {
	margin-top: 40px;
}
.remodal#register {
	max-width: 952px;
}
.js-profile-form .block__wrapper,
.js-registration-form .block__wrapper {
	display: flex;
}
.js-profile-form .block__wrapper .block,
.js-registration-form .block {
	width: 50%;
}
.js-profile-form label,
.js-registration-form label {
	font-weight: normal;
}
.in-row {
	display: flex;
}
.in-row .form__group:last-child {
	padding-left: 20px;
}
.js-registration-form .separator {
	width: 100%;
	height: 1px;
	background: #F1F4FA;
	margin-bottom: 30px;
}
.js-profile-form .block-bottom,
.js-registration-form .block-bottom {
	display: flex;
    justify-content: space-evenly;
}
.js-profile-form .block-bottom > div,
.js-registration-form .block-bottom > div {
	padding: 0 20px;
	width: 50%;
}
.js-profile-form .block-bottom > dib button,
.js-registration-form .block-bottom > div button {
	margin-bottom: 30px;
}
.checkbox__label:before {
	border: 1px solid #F1F4FA;
	background: #F1F4FA;
	width: 20px;
	height: 20px;
	border-radius: 5px;
}
.js-registration-form .checkbox__label {
	padding-left: 40px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #67778F;
}
.checkbox__label:after {
	border-color: #2F64DD;
}
.js-registration-form .checkbox__label a {
    color: #2F64DD;	
}
#reminder .remodal__text.info {
	display: none;
}
.alert.alert--green {
	font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #2F64DD;
    color: #fff;
    line-height: 2rem;
}
.cabinet__page.new-order {}
.cabinet__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 48px;
	color: #122035;
	margin-bottom: 46px;
}
.cabinet__item {
	padding: 42px 52px;
	border-radius: 8px;
}
.checkout__title,
.cabinet_block__title {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #122035;
}
.cabinet_block__title.pad-left {
	padding-left: 20px;
	margin-bottom: 20px;
}
.cabinet_block__title.pad-left2 {
    padding-left: 0px;
    margin-bottom: 20px;
}
.checkout__title.mb {
	margin-bottom: 20px;
}
.checkout__title.mb40 {
	margin-bottom: 40px;
}
.checkout__title .plan {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
	color: #67778F;
}
.btn {
    height: 52px;
    border: 2px solid #2F64DD;
    background: #fff;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 26px;
}
.btn.btn--o-white {
    color: #2F64DD;
}
.btn:hover {
	border: 2px solid #2F64DD;
	background: #2F64DD;
	color: #fff;
}
.btn.btn--bg {
	background: #2F64DD;
	color: #fff;
}
.checkout__text {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #67778F;
    margin-bottom: 20px;
}
.checkout__radio-label {
	border: 2px solid #E6EBF6;
	border-radius: 36px;
	padding: 1.3rem 40px 1.3rem 95px;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.checkout__radio-input:checked + .checkout__radio-label {
	border: 2px solid #2F64DD;
    background-color: #fff;
} 
.checkout__radio-label .title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #122035;
}
.checkout__radio-input:checked + .checkout__radio-label * {
    color: #122035;
}
.checkout__radio-label:before {
	border: 1px solid #E6EBF6;
	right: unset;
	left: 40px;
}
.checkout__radio-label:after {
	background: #fff;
    right: unset;
    left: 44px;
    width: 16px;
    height: 16px;
}
.checkout__radio-label.checked:before {
	border: 1px solid #2F64DD;
}
.checkout__radio-label.checked:after {
	background: #2F64DD
}
.checkout__radio-label .title {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #122035;
}
.checkout__radio-label .duration {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 16px;
    color: #67778F;
}
.checkout__radio-input:checked + .checkout__radio-label * {
    color: #67778F;
}
.checkout__radio-label .discount {
	background: #2F64DD;
	border-radius: 14px;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 4px 10px;
}
.checkout__radio-input:checked + .checkout__radio-label .discount {
    color: #fff;
}
.checkout__radio-input:checked + .checkout__radio-label .title,
.checkout__radio-input:checked + .checkout__radio-label .title span {
    color: #122035;
}
.cabinet__domain-wrapper {
	margin-top: 55px;
	margin-bottom: 52px;
}
.cabinet__domain {
	margin-bottom: 15px;
}
.cabinet__domain .input {
    height: 77px;
    padding-left: 50px;
    font-size: 16px;
    color: #ACB4C2;
}
.cabinet__domain ::placeholder {
    font-size: 16px;
    color: #ACB4C2;	
}
.cabinet__domain-wrapper .checkout__info-text {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding-left: 52px;
}
.checkout__radio-label.add--services.checked {
	border: 2px solid #2F64DD;
}
.cabinet__block-wrapper {
	margin-bottom: 52px;
}
.cabinet__block-wrapper.no-mb {
	margin-bottom: 0px;
}
.noUi-handle {
	border: 1px solid #2F64DD;
	background: #2F64DD;
	box-shadow: unset;
}
.noUi-target {
	border-radius: 39px;
    height: 13px;
    background: #F1F4FA;
    border: 1px solid #F1F4FA;
    border: none;
    box-shadow: unset;
    margin-bottom: 15px;
}
.noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
	top: -5px;
}
.noUi-connect {
    background: #2F64DD;
}
.range__count {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #67778F;
} 
.range__slider-content .form__group.in-row {
	justify-content: space-between;
    margin: 50px 0px 0px 0px;
}
.range__slider-content .form__group.in-row label {
	padding-left: 0px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #67778F;
}
.range__slider-content .label span {
	color: #67778F;
}
.cabinet__item-header.checkout {
	margin-bottom: 52px;
    padding-bottom: 0px;
    border: unset;
}
.checkout__data-row .name {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
    font-size: 14px;
    color: #67778F;
}
.checkout__data-row {
    margin-bottom: 26px;
}
.checkout__data-row .price {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #67778F; 
}
.checkout__data-row .price span {
	color: #122035;
}
.checkout__data {
	border: unset;
}
.checkout__data.bordered {
	position: relative;
	border-top: 1px solid #E6EBF6;
	border-bottom: 1px solid #E6EBF6;
	padding: 20px 0;
}
.checkout__data.bordered .checkout__data-row {
	margin: 0;
}
.cabinet__item-header .ssl {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #67778F;
}
.checkout__data.bordered .tip {
	position: absolute;
	left: -32px;
}
.tip:after {
	background-color: #2F64DD;
    border-radius: 28px;
}
.tip.tip--top:before {
    border-top-color: #2F64DD;
}
.checkout__data.total {
	margin-bottom: 32px;
	margin-top: 20px;
}
.checkout__data.total .name {
	font-size: 20px;
}
.checkout__data.total .price {
	font-size: 20px;
}
.checkout__data-row .price.total span {
	color: #2F64DD;
}
.checkbox__label.rules {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	padding-left: 40px;
    font-size: 14px;
    color: #67778F;
    margin-bottom: 32px;
    line-height: 20px;
}
.checkbox__label.rules a {
	color: #2F64DD;
}
.mb-30 {
	margin-bottom: 30px;
}
.checkout__data-text {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ACB4C2;
    margin-bottom: 15px;
}
.checkout__cards {
	display: flex;
    justify-content: center;
    align-items: center;
}
.checkout__cards .paypal {
	width: 22px;
	height: 25px;
	margin-right: 15px;
}
.checkout__cards .mc {
	width: 35px;
    height: 25px;
    margin-right: 15px;
}
.checkout__cards .visa {
	width: 42px;
    height: 14px;
    margin-right: 15px;
}
.checkout__cards .amex {
	width: 34px;
    height: 26px;
}
.search__domain.common {
	padding: unset;
}
.search__domain.common .block__title {
	color: #122035;
} 
.search__domain.common .search__domain-block,
.section.domain__results {
	background: #fff;
	border-radius: 8px;
	padding: 58px 129px;
	margin-bottom: 78px;
}
.search__domain.common .block__text {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #67778F;
    margin-bottom: 36px;
}
.js-you-save-wrapper {
	background: #2F64DD;
    border-radius: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
    padding: 4px 10px;
}
.js-you-save-wrapper span {
	color: #fff !important;
} 
.block__title.small {
	font-size: 20px;
}
.search__domain.common .search__domain-block {
	max-width: unset;
}
.search__domain.common .search__domain-block .alert {
	border-radius: 26px;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.search__domain.common .search__domain-block .alert.alert--o-red {
	background: #CC0535;
	border: 2px solid #CC0535;
}
.search__domain.common .search__domain-block .alert.alert--o-green {
    background: #5E9123;
    border: 2px solid #5E9123;	
}
.contacts_form__wrapper {
	padding-bottom: 100px;
}
.contacts_form__wrapper .contact__form-block {
	padding: 42px 35px;
	border-radius: 8px;
	background: #fff;
	max-width: 465px;
}
.contacts_form__wrapper .contact__info {
	max-width: 465px;
}
.contacts_form__wrapper .block__title {
	text-align: center !important;
    font-size: 20px;	
}
.contacts_form__wrapper .input {
	border: none !important;
}
.contacts_form__wrapper .form__group,
.contacts_form__wrapper .form__group.last {
    margin-bottom: 1.5rem;
}
.textarea {
	border-radius: 18px;
}
.contacts_form__wrapper .contact__form {
	justify-content: center;
	align-items: baseline;
}
.contacts_form__wrapper .contact__info {
	max-width: 465px;
    padding: 0;
    margin: 0 0 0 135px;
    border: unset;
}
.contacts_form__wrapper .contact__info .info {
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #67778F;
    display: flex;
}
.contacts_form__wrapper .contact__info .info img {
	margin-right: 20px;
}
.contacts_form__wrapper .contact__info .info a {
	color: #2F64DD;
}
.contacts_form__wrapper .contact__info .info:first-child {
	margin-bottom: 60px;
}
.contacts_form__wrapper .contact__info .info:first-child img {
    margin-left: 5px;
    position: relative;
    top: -20px;
}
.page__text {
    padding-bottom: 100px;
}
.header--top {
	background: #2F64DD;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    position: relative;
    justify-content: center;
}
.header--top .container {
	display: flex;
    justify-content: center;
    position: relative;
    height: 50px;
    align-items: center;
}
.lng__link {
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.lng--list .lng__link:after {
    content: '';
    background: url(/images/arrowdown.svg) no-repeat;
    font-size: 16px;
    top: 8px;
    border: none;
    border-top-color: none;
    width: 12px;
    height: 8px;
    right: -5px;
}
.header--top .swicthers {
	display: flex;
    position: absolute;
    right: 35px;
}
.header--top .text {
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.header--top .currencies {
	color: red;
	margin-right: 45px;
}
.header--top .lng__link {
	color: #fff !important;
} 
.header--top .currencies .lng__link {
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    color: #2F64DD !important;
    padding: 4px 12px;
    border-radius: 14px;
}
.header--top .currencies .lng__link:after {
	top: 12px;
	right: -20px;
}
.header--top .currencies .lng__list button {
	background: none;
	border: none;
	color: #1d1d1d;
    display: block;
    padding: 0.5rem 1rem 0.5rem;
    cursor: pointer;
}
.header--top .currencies .lng__list button:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}
.intro__content {
	padding-top: 240px;
}
.btn--main:active,
.btn--main:focus {
	background: #2F64DD;
	color: #fff;
}
.header__user .header__user-item {
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
	color: #122035;
}
.header__user .header__user-item img {
	width: 30px;
	height: 30px;
	margin-left: 0px;
	margin-right: 11px;
}
.header__user-item ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.header__user-item li {
    color: #122035;
    background: #fff;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
} 
.header__user-item li a {
    color: #fff;
}
.header__user-item li:focus-within a {
    outline: none;
}
.header__user-item ul li ul {
    background: #fff;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: -1rem;
    left: 0;
    display: none;
    min-width: 236px;
    top: 75px;
}
.header__user-item ul li ul li {
	text-align: center;
}
.header__user-item ul li ul li a {
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
	color: #122035;
}
.header__user-item ul li ul li:last-child a {
	padding-bottom: 20px;
}
.header__user-item ul li:hover > ul,
.header__user-item ul li:focus-within > ul,
.header__user-item ul li ul:hover,
.header__user-item ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}
.header__user-item ul li ul li {
    clear: both;
    width: 100%;
}
img.arrdwn {
	width: 12px !important;
	height: 7px !important;
	margin-left: 30px !important;
}
a.balance-block {
	background: #fff;
	border-radius: 26px;
	border: 2px solid #2F64DD;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 52px;
    line-height: 48px;
    min-width: 190px;
    color: #122035;
    text-align: center;
    margin-right: 31px;
}
a.balance-block:hover {
	text-decoration: none;
}
.header.user .header__block {
	width: auto;
}
.header.user .header__action {
	margin-right: 0;
}
.common-pad {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.cabinet__title {
	text-align: center;
}
.btn---full {
	width: 100%;
}
.form__block.last {
	margin-top: 50px;
}
.next__payment--title {
	color: #122035;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 24px;
}
.next__payment {
	color: #67778F;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 26px;
}
.cabinet__item-payment .payment {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #122035;
}
.cabinet__item-payment .payment span {
	color: #67778F;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
}
.balance__form-wrapper {
	position: relative;
}
.balance__form-wrapper .currency {
	color: #67778F;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 185px;
}
.balance__form-wrapper .btn {
	background: none;
    max-width: 172px;
    position: absolute;
    color: #2F64DD;
    height: 3.5rem;
    right: 0;
	position: absolute;
}
.cabinet__block {
	margin-bottom: 124px;
}
.text-left {
	text-align: left;
}
.warranty .block__text {
	margin: unset;
	max-width: unset;
	color: #67778F;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.cabinet__item.with-table {
	padding: 40px 34px;
}
.table--cabinet th {
	color: #67778F;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #E6EBF6;
}
.table--cabinet tbody tr {
    border-bottom: none;
}
.table--cabinet td {
	color: #122035;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.table--cabinet tr:nth-child(even) td {
	background: #F1F4FA;
}
.table--cabinet .status {
	background: none!important;
}
.table--cabinet .status.paid,
.table--cabinet .status.success {
	color: #2F64DD;
}
.table--cabinet .status.unpaid {
	color: red;
}
.table--cabinet .status.processed {
	color: orange;
}
.table--cabinet .action.pay {
	border: 1px solid #2F64DD;
	color: #2F64DD;
	width: 100%;
}
.table--cabinet .action:first-child {
	margin-bottom: 5px;
}
.table--cabinet .action:hover,
.table--cabinet .action.pay:hover {
	border: 1px solid #2F64DD;
    color: #2F64DD;
    background: #fff;
}
.cabinet__page.common.common-pad .section.pricing {
	padding-top: 0px;
} 
.warranty {
	text-align: center;
}
.warranty .btn {
	background: #2F64DD;
	color: #fff;
	margin-top: 48px;
}
.login__title {
	color: #122035;
}
.login__page .btn {
	margin-top: 20px;
	background: #2F64DD;
    color: #fff;
}
.user-ava-mob {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.user-ava-mob img {
	margin-right: 20px;
}
.color-ok {
	color: #2F64DD;
}
.menu.opened .lng .lng__link {
	padding-right: 0;
}
.menu.opened .lng--list .lng__link:after {
	right: -100%;
}
.cabinet__page.common .warranty.text-left {
	text-align: left !important;
}
.alert--green {
    background-color: #5E9123;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 18px;
    margin-bottom: 20px;
}
.swal2-title {
    color: #122035 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
.swal2-styled.swal2-confirm {
    background: #2F64DD!important;
}
.cabinet__item-title .active {
    background: #2F64DD!important;
}
.cabinet__item-header.bordered {
    padding: 24px 0;
    border-top: 1px solid #E6EBF6;
    border-bottom: 1px solid #E6EBF6;
}
.cabinet__item-title.new,
.cabinet__item-price.new {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #122035;
}
.cabinet__item-title .active {
    position: unset;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 4px 10px;
}
.cabinet__item-text.new {
    text-align: left !important;
    margin-top: 0px;
    color: #67778F;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 24px 0 32px 0;
}
.cabinet__item-payment .date {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
	color: #122035;
	display: flex;
}
.cabinet__item-payment .date img {
	margin-right: 15px;
}
.cabinet__item-payment .payment.new {
	font-size: 36px;
}
.cabinet__item-header.top {
	align-items: baseline;
	margin-bottom: 50px;
}
@media (max-width: 992px) {
    .menu__btn:before, .menu__btn:after, .menu__btn i {
        content: '';
        width: 100%;
        display: block;
        height: 3px;
        background-color: #2F64DD!important;
        transition: all .2s ease;
    }
    .menu .nav__item {
        margin-right: 0!important;
    }
    .menu-lnks {
        display: flex;
        flex-flow: column;
    }
    .menu-lnks a:first-child {
        margin-bottom: 20px;
    }
    .menu.opened .balance-block {
        line-height: unset;
        margin-right: 0px;
        padding: 12px;
    }
    .menu .lng__link {
        color: #122035;
        margin-right: 0;
    }
    .contacts_form__wrapper .contact__info {
        margin-left: 0px;
        max-width: 100%;
    }
    .contacts_form__wrapper .contact__form-block {
        max-width: 100%;
        margin-bottom: 60px;
    }
}   
@media (max-width: 785px) {
	.news__wrapper {
	   position: unset;
	   flex-flow: column;
	}
	.news__wrapper.triple .news__block {
	   padding: 0px 30px;
	   width: 100%;
       margin: 0 auto;
       margin-bottom: 30px;
	}
	.section.pricing {
	   padding-top: 100px;
	}
	.section.pricing.common {
	   padding-top: 180px;
	}
	.system__wrapper {
	   flex-flow: column;
       padding: 0px 30px;
	}
	.system__block,
	.footer__block {
	   width: 100%;
	}
	form.domain__form {
	   flex-flow: column;
	}
	form.domain__form .btn {
	   max-width: 190px;
       position: unset;
       margin-top: 20px;
	}
}
@media (max-width: 700px) {
	.checkout__data.bordered .tip {
        left: 38%;
    }
	.search__domain.common .search__domain-block {
	   padding-left: 20px;
	   padding-right: 20px;
	}
	.block__title.small {
	   line-height: 30px;
	}
	.search__domain-inside {
	   flex-flow: column;
	}
	.search__domain-block:first-child {
	   padding-bottom: 0!important;
	   margin-bottom: 0!important;
	} 
	.search__domain-block:last-child {
	   padding-top: 0!important;
	}
}
@media (max-width: 630px) {
	.checkout__radio-label {
	   padding-left: 40px;
	}
	.checkout__radio-label:before {
	   left: 10px;
	}
	.checkout__radio-label:after {
	   left: 14px;
	}
	.remodal#register {
        max-width: 90%;
        padding: 3rem 0rem;
    }
}
@media (max-width: 600px) {
	.cabinet__block {
        margin-bottom: 0;
    }
    .common-pad {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .js-profile-form .block__wrapper {
        flex-flow: column;
    }
    .js-profile-form .block__wrapper .block {
        width: 100%;
    }
    .cabinet__wrapper.profile .cabinet__item {
        margin-bottom: 40px;
    }
}
@media (max-width: 570px) {
    .checkout__radio-label .discount {
        display: none;
    }
    .cabinet__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 560px) {
	.plans__nav {
	   height: 115px;
	}
	.checkout__title div {
	   text-align: center;
	}
}
@media (max-width: 535px) {
	.js-registration-form .block__wrapper,
	.js-registration-form .block-bottom {
	   flex-flow: column;
	}
	.js-registration-form .block,
	.js-registration-form .block-bottom > div {
	   width: 100%;
	}
	.js-registration-form .block-bottom > div:first-child {
	   margin-bottom: 20px;
	}
}
@media (max-width: 450px) {
    .header.user .header__block {
       width: 25%;
    }
    .cabinet__item-title .active {
        display: none;
    }
    .cabinet__item-payment .payment.new {
        width: 50px;
    }
    .cabinet__item-payment .payment.new span {
        margin-left: 0px;
    }
}
@media (max-width: 390px) {
	.checkout__radio-label .title {
	   font-size: 16px;
	}
	.checkout__radio-label .duration {
	   white-space: nowrap;
	}
	.cabinet__domain-wrapper .checkout__info-text {
	   padding-left: 0px;
	}
}
.error__page {
	background: #efefef;
}
.error__subtitle,
.error__text {
    color: #000;	
}
.remodal#register.success {
	max-width: 400px;
}
.js-registration-alert-msg {
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
	color: #67778F;
	line-height: 20px;
}
#ageAllowed {
	background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
}
#ageAllowed .content {
	max-width: 480px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -100%);
    left: 50%;
    top: 50%;
}
#ageAllowed .title {
	color: #122035;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 20px;
}
#ageAllowed .text {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #122035;
    margin-bottom: 20px;
}
.plans__comment {
	margin-bottom: 15px;
    font-size: 14px;
    color: #67778F;
	min-height: 137px;
    display: flex;
    align-items: center;
}