@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=Manrope:wght@300;400;500;700&display=swap");
.container {
  width: 100%; }

html {
  font-size: 10px; }

html,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  font-family: 'Manrope',sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #F4F4F4;
  overflow-x: hidden;
  font-size: 1.6rem; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }

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

a {
  color: #14256E;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  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: #333333; }

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

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

.page__wrapper {
  z-index: 1; }

.mask {
  position: fixed;
  height: 100%;
  background: #000000;
  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: -3rem;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0;
    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: 1;
      margin: 0; }
      .slick-dots li button:hover:before {
        background-color: #FDB813; }
      .slick-dots li button:focus:before {
        background-color: #5A5A5A; }
      .slick-dots li button:before {
        content: '';
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background-color: #A7A7A7;
        transition: 0.3s; }
    .slick-dots li.slick-active button:before {
      background-color: #14256E; }

/* 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: flex;
  justify-content: center; }
  .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: 1.5rem; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #000000;
  background-color: #FFFFFF; }

.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: 2.5rem;
  right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #000000;
  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: 1rem;
    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: 1rem;
    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: 500px; } }

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

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

.remodal {
  border-radius: 2rem;
  padding: 0;
  overflow: hidden;
  background-color: #F4F4F4; }
  .remodal#oops .remodal__head {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem; }

.remodal__head {
  height: 12rem;
  display: flex;
  align-items: center;
  padding: 0 6rem;
  background: url("/src/assets/images/intro_block-bg.png") no-repeat, bottom, #14256E;
  background-size: cover; }

.remodal__content {
  padding: 3.5rem 6rem 6rem; }

.remodal__body {
  padding-bottom: 4.5rem;
  text-align: left; }

.remodal__title {
  font-weight: 700;
  font-size: 3.2rem;
  color: #FFFFFF; }

.remodal__footer {
  padding-top: 2.5rem;
  border-top: solid 0.4rem #14256E; }

.remodal__text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #000000; }
  .remodal__text.center {
    align-items: center;
    text-align: center; }
  .remodal__text a {
    font-weight: 600;
    color: #14256E; }
    .remodal__text a:hover {
      text-decoration: underline; }

.send-request .remodal__body {
  padding-bottom: 0; }

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

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

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

.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, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px; }
  @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, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @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, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1240px) {
    .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, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 20px;
      padding-left: 20px; } }

@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: 1240px) {
  .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%; } }

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

.error__page-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5rem 0 13rem;
  text-align: center; }

.error__title {
  font-weight: 700;
  font-size: 30rem;
  line-height: 1.2;
  color: #000000; }

.error__subtitle {
  margin-bottom: 3.5rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  color: #000000; }

.error__text {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000000; }
  .error__text a {
    color: #14256E;
    transition: 0.3s; }
    .error__text a:hover {
      color: #FDB813; }

.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: #FDB813;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  text-shadow: 0 2px #FDB813;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center; }

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #333333;
  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: #000000; }
  .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: #000000; }

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

.header__block {
  display: flex;
  align-items: center; }
  .header__block.center {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    justify-content: center; }
  .header__block.right {
    justify-content: flex-end; }

.header__actions {
  display: flex;
  align-items: center; }

.header__action {
  display: flex;
  align-items: center;
  margin-right: 2rem; }
  .header__action:last-of-type {
    margin-right: 0; }

.logo {
  display: block; }
  .logo img {
    display: block;
    height: 9rem; }

.nav {
  display: flex; }

.nav__item {
  display: flex;
  align-items: center; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item.active > a {
    background-color: #d8dcec; }
  .nav__item a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
    color: #000000;
    text-decoration: none;
    height: 5.4rem;
    padding: 0 3rem;
    border-radius: 3rem; }

.header__link {
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000000;
  transition: 0.3s; }
  .header__link:hover {
    color: #000000;
    text-decoration: none; }
  .header__link.active {
    color: #000000; }

.header__wallet {
  display: flex;
  align-items: center; }

.header__icon {
  width: 1.5rem;
  margin-right: 1rem; }
  .header__icon img {
    display: block;
    width: 100%; }

.header__text {
  margin-bottom: -1px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #FFFFFF; }

/* 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: #FFFFFF; }

.switcher__label {
  width: 10rem;
  height: 50px;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 2.2rem;
  border: 1px solid #14256E;
  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: #14256E;
    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: #FFFFFF; }

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

/* 8. Checkbox
=========================*/
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 28px; }
  .checkbox label {
    position: relative;
    padding-left: 4rem;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    user-select: none; }
    .checkbox label:before {
      content: '';
      position: absolute;
      top: -0.6rem;
      left: 0;
      display: block;
      width: 2.8rem;
      height: 2.8rem;
      background-color: #FFFFFF;
      border-radius: 0.8rem;
      z-index: 1; }
    .checkbox label:after {
      content: '';
      position: absolute;
      top: -0.6rem;
      left: 0.1rem;
      display: block;
      width: 2.8rem;
      height: 2.8rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.9519 0.39409C14.4279 0.919297 14.4279 1.76824 13.9519 2.29369L6.03655 11.0262C5.79908 11.2881 5.48737 11.42 5.17565 11.42C4.86393 11.42 4.55222 11.2881 4.31475 11.0262L0.357203 6.65992C-0.119068 6.13472 -0.119068 5.28553 0.357203 4.76032C0.83325 4.23487 1.60273 4.23487 2.079 4.76032L5.17565 8.17675L12.2301 0.39409C12.7061 -0.131363 13.4756 -0.131363 13.9519 0.39409Z' fill='%2314256E'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
      opacity: 0;
      transition: 0.3s; }
    .checkbox label a {
      font-weight: 600;
      font-size: 1.3rem;
      color: #14256E;
      text-decoration: none; }
      .checkbox label a:hover {
        text-decoration: underline; }
  .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .checkbox input:checked + label:after {
    opacity: 1; }

/* 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: #000000; }
    .radio__input:checked + .radio__label--disabled {
      color: #333333; }
  .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: #333333; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #595959; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #333333; }
    .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: #14256E; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #14256E; }
  .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: #000000;
  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 #333333;
    background-color: #FFFFFF;
    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: #333333;
    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: #FC4340; }
    .radio__label--error:before {
      border-color: #FC4340; }
  .radio__label--disabled {
    color: #333333; }
    .radio__label--disabled:before {
      border-color: #595959; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #333333; }
    .radio__label--not-active:before {
      border-color: #595959; }
    .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: #14256E; }
      .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: #14256E; }
    .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; }

.about {
  padding: 10rem 0; }

.about__wrapper {
  width: 1075px;
  max-width: 100%;
  margin-left: auto; }

.about__title {
  margin-bottom: 3rem;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1; }

.about__text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2; }
  .about__text h2 {
    margin-top: 1.5rem;
    font-size: 3.3rem;
    font-weight: 600; }
  .about__text h3 {
    margin-top: 1.5rem;
    font-size: 2.4rem;
    font-weight: 600; }

.about__text-large {
  margin-bottom: 2rem;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  padding: 0 4rem;
  border: 0;
  background-color: #FBFBFB;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 3rem;
  text-align: center;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #f3f3f3;
    outline: 0; }
  .btn:hover {
    background-color: #eeeeee; }
  .btn:active {
    background-color: #e9e9e9; }
  .btn--gray {
    background-color: #333333;
    color: #FFFFFF; }
    .btn--gray:focus {
      background-color: #2b2b2b; }
    .btn--gray:hover {
      background-color: #262626; }
    .btn--gray:active {
      background-color: #212121; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
    .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: #FC4340;
    color: #FFFFFF; }
    .btn--red:focus {
      background-color: #fc3431; }
    .btn--red:hover {
      background-color: #fc2a27; }
    .btn--red:active {
      background-color: #fb201d; }
  .btn--rblack {
    background-color: #000;
    color: #FFFFFF; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #FFFFFF;
    color: #000000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #000000; }
    .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: #000000; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #000000; }
    .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: #14256E;
    color: #FFFFFF; }
    .btn--blue:focus {
      background-color: #122161; }
    .btn--blue:hover {
      background-color: #101e58; }
    .btn--blue:active {
      background-color: #0f1b50; }
  .btn--cyan {
    background-color: #60A2AB;
    color: #FFFFFF; }
    .btn--cyan:focus {
      background-color: #579ba5; }
    .btn--cyan:hover {
      background-color: #53959e; }
    .btn--cyan:active {
      background-color: #508f97; }
  .btn--green {
    background-color: #67BF67;
    color: #FFFFFF; }
    .btn--green:focus {
      background-color: #5cba5c; }
    .btn--green:hover {
      background-color: #55b755; }
    .btn--green:active {
      background-color: #4eb44e; }
  .btn--yellow {
    background-color: #FFFF00;
    color: #FFFFFF; }
    .btn--yellow:focus {
      background-color: #f0f000; }
    .btn--yellow:hover {
      background-color: #e6e600; }
    .btn--yellow:active {
      background-color: #dbdb00; }
  .btn--main {
    background-color: #14256E;
    color: #FFFFFF; }
    .btn--main:focus {
      background-color: #122161; }
    .btn--main:hover {
      background-color: #101e58; }
    .btn--main:active {
      background-color: #0f1b50; }
  .btn--moicvet {
    background-color: #000;
    color: #FFFFFF; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #FFFFFF; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #94816C;
    color: #FFFFFF; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #000000;
    color: #FFFFFF; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #333333;
    color: #FFFFFF; }
    .btn--gray:focus {
      background-color: #2b2b2b; }
    .btn--gray:hover {
      background-color: #262626; }
    .btn--gray:active {
      background-color: #212121; }
  .btn--peach {
    background-color: #916868;
    color: #FFFFFF; }
    .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 #333333;
    color: #333333; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #333333;
      border-color: #2e2e2e; }
    .btn--o-gray:hover {
      border-color: #333333;
      background-color: #333333;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #2b2b2b;
      background-color: #2b2b2b; }
  .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: #FFFFFF; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #FC4340;
    color: #FC4340; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #FC4340;
      border-color: #fc3936; }
    .btn--o-red:hover {
      border-color: #FC4340;
      background-color: #FC4340;
      color: #FFFFFF; }
    .btn--o-red:active {
      border-color: #fc3431;
      background-color: #fc3431; }
  .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: #FFFFFF; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #FFFFFF;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF;
      color: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #14256E;
    color: #14256E; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #14256E;
      border-color: #122265; }
    .btn--o-blue:hover {
      border-color: #14256E;
      background-color: #14256E;
      color: #FFFFFF; }
    .btn--o-blue:active {
      border-color: #122161;
      background-color: #122161; }
  .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: #FFFFFF; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #67BF67;
    color: #67BF67; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #67BF67;
      border-color: #60bc60; }
    .btn--o-green:hover {
      border-color: #67BF67;
      background-color: #67BF67;
      color: #FFFFFF; }
    .btn--o-green:active {
      border-color: #5cba5c;
      background-color: #5cba5c; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #FFFF00;
    color: #FFFF00; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #FFFF00;
      border-color: #f5f500; }
    .btn--o-yellow:hover {
      border-color: #FFFF00;
      background-color: #FFFF00;
      color: #FFFFFF; }
    .btn--o-yellow:active {
      border-color: #f0f000;
      background-color: #f0f000; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #14256E;
    color: #14256E; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #14256E;
      border-color: #122265; }
    .btn--o-main:hover {
      border-color: #14256E;
      background-color: #14256E;
      color: #FFFFFF; }
    .btn--o-main:active {
      border-color: #122161;
      background-color: #122161; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #FFFFFF; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #FFFFFF; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .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: #FFFFFF; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000000;
      background-color: #000000;
      color: #FFFFFF; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #333333;
    color: #333333; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #333333;
      border-color: #2e2e2e; }
    .btn--o-gray:hover {
      border-color: #333333;
      background-color: #333333;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #2b2b2b;
      background-color: #2b2b2b; }
  .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: #FFFFFF; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #333333;
      border-color: #2e2e2e; }
    .btn--i-gray:hover {
      border-color: #333333;
      background-color: transparent;
      color: #333333; }
    .btn--i-gray:active {
      border-color: #2b2b2b;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #FC4340;
      border-color: #fc3936; }
    .btn--i-red:hover {
      border-color: #FC4340;
      background-color: transparent;
      color: #FC4340; }
    .btn--i-red:active {
      border-color: #fc3431;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #FFFFFF;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #FFFFFF;
      background-color: transparent;
      color: #FFFFFF; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #14256E;
      border-color: #122265; }
    .btn--i-blue:hover {
      border-color: #14256E;
      background-color: transparent;
      color: #14256E; }
    .btn--i-blue:active {
      border-color: #122161;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #67BF67;
      border-color: #60bc60; }
    .btn--i-green:hover {
      border-color: #67BF67;
      background-color: transparent;
      color: #67BF67; }
    .btn--i-green:active {
      border-color: #5cba5c;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #FFFF00;
      border-color: #f5f500; }
    .btn--i-yellow:hover {
      border-color: #FFFF00;
      background-color: transparent;
      color: #FFFF00; }
    .btn--i-yellow:active {
      border-color: #f0f000;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #14256E;
      border-color: #122265; }
    .btn--i-main:hover {
      border-color: #14256E;
      background-color: transparent;
      color: #14256E; }
    .btn--i-main:active {
      border-color: #122161;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .btn--i-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-moicvet:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-moicvet:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-secondary:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-secondary:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .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 #333333;
    color: #FFFFFF; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000000;
      background-color: transparent;
      color: #000000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #333333;
      border-color: #2e2e2e; }
    .btn--i-gray:hover {
      border-color: #333333;
      background-color: transparent;
      color: #333333; }
    .btn--i-gray:active {
      border-color: #2b2b2b;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #333333;
    color: #FFFFFF; }
    .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--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: .2rem; }
  .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--white {
    color: #14256E; }

/* 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 #FBFBFB;
  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: #000000; }
    .dropdown--lng .dropdown__link {
      color: #000000;
      font-weight: 700; }

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

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

form {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto; }
  form.full {
    width: 100%; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .form__row .form__line {
    width: 50%;
    padding: 0 1rem; }

.form__line {
  margin-bottom: 2.5rem; }
  .form__line.center {
    text-align: center; }
  .form__line.right {
    text-align: right; }

.form__group {
  position: relative; }
  .form__group .input {
    padding-right: 10rem; }
  .form__group .form__link {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%); }

.form__link {
  border: none;
  background: transparent;
  padding: 0;
  font-weight: 600;
  font-size: 1.6rem;
  color: #14256E;
  cursor: pointer;
  transition: 0.3s; }

.form__file {
  position: relative;
  display: flex;
  align-items: center; }
  .form__file .btn {
    white-space: nowrap; }
    .form__file .btn[type="reset"] {
      margin-left: 3rem; }

.form__img {
  width: 10rem;
  height: 10rem;
  margin-right: 3rem;
  border-radius: 50%;
  overflow: hidden; }
  .form__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 5.4rem;
  padding: 0.5rem 2rem;
  border-radius: 4rem;
  border: solid 1px #D8DCEC;
  background-color: #FFFFFF;
  vertical-align: middle;
  font-family: inherit;
  font-size: 1.6rem;
  color: #000000;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #B1B1B1; }
  .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: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .input--error::placeholder {
      color: #FC4340; }
    .input--error:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .input--success {
    border-color: #67BF67;
    color: #67BF67;
    background-color: rgba(103, 191, 103, 0.05); }
    .input--success::placeholder {
      color: #67BF67; }
    .input--success:focus {
      background-color: rgba(103, 191, 103, 0.05); }
  .input.error {
    border-color: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .input.error::placeholder {
      color: #FC4340; }
    .input.error:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .input.success {
    border-color: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .input.success::placeholder {
      color: #FC4340; }
    .input.success:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }
  .input--quantity {
    width: calc(100% - 7.2rem);
    height: 3.6rem;
    border: none;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center; }
  .input--file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 16.5rem;
  font-size: 1.6rem;
  resize: none;
  font-family: inherit;
  padding: 1.5rem 2rem;
  font-weight: inherit;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #D8DCEC;
  border-radius: 2.7rem;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #B1B1B1; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .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: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .textarea--error::placeholder {
      color: #FC4340; }
    .textarea--error:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .textarea--success {
    border-color: #67BF67;
    color: #67BF67;
    background-color: rgba(103, 191, 103, 0.05); }
    .textarea--success::placeholder {
      color: #67BF67; }
    .textarea--success:focus {
      background-color: rgba(103, 191, 103, 0.05); }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 0.4rem;
  z-index: 1; }
  .label--file {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .label--file .label__name {
      margin-right: 3rem; }

/* 19. Select
=========================*/
.select {
  position: relative;
  color: #000000;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #D6D6D6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -0.15rem;
    padding: 0.4rem;
    right: 2.4rem;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0.5rem 2rem;
    border-radius: 4rem;
    border: 1px solid #F4F4F4;
    font-family: inherit;
    color: #000000;
    height: 5.4rem;
    font-size: 1.6rem; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0;
      background-color: white; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #FC4340;
      color: #FC4340;
      background-color: rgba(252, 67, 64, 0.05); }
      .select select.error::placeholder {
        color: #FC4340; }
      .select select.error:focus {
        background-color: rgba(252, 67, 64, 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: #FC4340; }
  .select--success:before, .select--success:after {
    color: #67BF67; }
  .select--error select {
    color: #FC4340;
    border-color: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .select--error select::placeholder {
      color: #FC4340; }
    .select--error select:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .select--success select {
    color: #67BF67;
    border-color: #67BF67;
    color: #67BF67;
    background-color: rgba(103, 191, 103, 0.05); }
    .select--success select::placeholder {
      color: #67BF67; }
    .select--success select:focus {
      background-color: rgba(103, 191, 103, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #000000;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2.5rem; }

.breadcrumbs__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-weight: 600;
  font-size: 1.3rem;
  color: #FFFF00;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    display: inline-block;
    width: 2.4rem;
    height: 0.8rem;
    margin-left: 1rem;
    pointer-events: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='8' viewBox='0 0 25 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64645L21.1716 0.464466C20.9763 0.269204 20.6597 0.269204 20.4645 0.464466C20.2692 0.659728 20.2692 0.976311 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.7308 20.9763 7.7308 21.1716 7.53553L24.3536 4.35355ZM0 4.5H24V3.5H0V4.5Z' fill='%23F0B83B'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration-color: #FFFF00; }
  .breadcrumbs__item:last-child {
    color: #000000;
    pointer-events: none;
    opacity: .3; }
    .breadcrumbs__item:last-child:after {
      display: none; }

/* 14. Pagination
=========================*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .pagination--center {
    justify-content: center; }

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0.75rem;
  color: #14256E;
  border-radius: 50%;
  border: 1px solid #14256E;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: 0.3s; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    background-color: #14256E;
    text-decoration: none;
    color: #FFFFFF; }
    .pagination__item:hover.pagination__item--left {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31946 8.07107 0.928931C7.68054 0.538407 7.04738 0.538406 6.65686 0.928931L0.292893 7.29289ZM22 7L1 7L1 9L22 9L22 7Z' fill='%23FFFFFF'/%3e%3c/svg%3e "); }
    .pagination__item:hover.pagination__item--right {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.7071 8.70711C22.0976 8.31659 22.0976 7.68342 21.7071 7.2929L15.3431 0.928935C14.9526 0.53841 14.3195 0.53841 13.9289 0.928935C13.5384 1.31946 13.5384 1.95262 13.9289 2.34315L19.5858 8L13.9289 13.6569C13.5384 14.0474 13.5384 14.6805 13.9289 15.0711C14.3195 15.4616 14.9526 15.4616 15.3431 15.0711L21.7071 8.70711ZM-1.74846e-07 9L21 9L21 7L1.74846e-07 7L-1.74846e-07 9Z' fill='%23FFFFFF'/%3e%3c/svg%3e "); }
  .pagination__item--disabled {
    pointer-events: none; }
    .pagination__item--disabled.pagination__item--left {
      border-color: #E7E7E7;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31946 8.07107 0.928931C7.68054 0.538407 7.04738 0.538406 6.65686 0.928931L0.292893 7.29289ZM22 7L1 7L1 9L22 9L22 7Z' fill='%23E7E7E7'/%3e%3c/svg%3e "); }
    .pagination__item--disabled.pagination__item--right {
      border-color: #E7E7E7;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.7071 8.70711C22.0976 8.31659 22.0976 7.68342 21.7071 7.2929L15.3431 0.928935C14.9526 0.53841 14.3195 0.53841 13.9289 0.928935C13.5384 1.31946 13.5384 1.95262 13.9289 2.34315L19.5858 8L13.9289 13.6569C13.5384 14.0474 13.5384 14.6805 13.9289 15.0711C14.3195 15.4616 14.9526 15.4616 15.3431 15.0711L21.7071 8.70711ZM-1.74846e-07 9L21 9L21 7L1.74846e-07 7L-1.74846e-07 9Z' fill='%23E7E7E7'/%3e%3c/svg%3e "); }
  .pagination__item--current {
    border-color: #E7E7E7;
    color: #000000;
    pointer-events: none; }
  .pagination__item--left, .pagination__item--right {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    font-size: 0; }
  .pagination__item--left {
    margin-left: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31946 8.07107 0.928931C7.68054 0.538407 7.04738 0.538406 6.65686 0.928931L0.292893 7.29289ZM22 7L1 7L1 9L22 9L22 7Z' fill='%231A73E8'/%3e%3c/svg%3e "); }
  .pagination__item--right {
    margin-right: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.7071 8.70711C22.0976 8.31659 22.0976 7.68342 21.7071 7.2929L15.3431 0.928935C14.9526 0.53841 14.3195 0.53841 13.9289 0.928935C13.5384 1.31946 13.5384 1.95262 13.9289 2.34315L19.5858 8L13.9289 13.6569C13.5384 14.0474 13.5384 14.6805 13.9289 15.0711C14.3195 15.4616 14.9526 15.4616 15.3431 15.0711L21.7071 8.70711ZM-1.74846e-07 9L21 9L21 7L1.74846e-07 7L-1.74846e-07 9Z' fill='%231A73E8'/%3e%3c/svg%3e "); }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #333333;
    color: #FFFFFF; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
  .alert--red {
    background-color: #FC4340;
    color: #FFFFFF; }
  .alert--rblack {
    background-color: #000;
    color: #FFFFFF; }
  .alert--white {
    background-color: #FFFFFF;
    color: #000000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000000; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #000000; }
  .alert--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000000; }
  .alert--blue {
    background-color: #14256E;
    color: #FFFFFF; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #FFFFFF; }
  .alert--green {
    background-color: #67BF67;
    color: #FFFFFF; }
  .alert--yellow {
    background-color: #FFFF00;
    color: #FFFFFF; }
  .alert--main {
    background-color: #14256E;
    color: #FFFFFF; }
  .alert--moicvet {
    background-color: #000;
    color: #FFFFFF; }
  .alert--secondary {
    background-color: #000;
    color: #FFFFFF; }
  .alert--brown {
    background-color: #94816C;
    color: #FFFFFF; }
  .alert--black {
    background-color: #000000;
    color: #FFFFFF; }
  .alert--gray {
    background-color: #333333;
    color: #FFFFFF; }
  .alert--peach {
    background-color: #916868;
    color: #FFFFFF; }
  .alert--o-gray {
    background: transparent;
    color: #333333;
    border: 1px solid #333333; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #FC4340;
    border: 1px solid #FC4340; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
  .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: #14256E;
    border: 1px solid #14256E; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #67BF67;
    border: 1px solid #67BF67; }
  .alert--o-yellow {
    background: transparent;
    color: #FFFF00;
    border: 1px solid #FFFF00; }
  .alert--o-main {
    background: transparent;
    color: #14256E;
    border: 1px solid #14256E; }
  .alert--o-moicvet {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000000;
    border: 1px solid #000000; }
  .alert--o-gray {
    background: transparent;
    color: #333333;
    border: 1px solid #333333; }
  .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: #000; }
  .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: #FC4340;
  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: #FFFFFF; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #FFFFFF; }

.news {
  padding: 7rem 0 12rem; }
  .news--single .block__title {
    max-width: 100%;
    line-height: 1.2; }
  .news--single .date {
    margin-top: 2rem;
    margin-bottom: 0; }
  .news--single .news__img {
    margin-bottom: 6rem; }
  .news--single .block__text {
    max-width: 80rem; }

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

.news__item {
  width: calc(100% / 3);
  margin-bottom: 4rem;
  padding: 0 1rem; }

.news__item-wrapper {
  display: block;
  height: 100%; }
  .news__item-wrapper:hover .news__img img {
    transform: scale(1.05); }
  .news__item-wrapper:hover .news__title {
    color: #FDB813; }

.news__img {
  position: relative;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
  border-radius: 2rem; }
  .news__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s; }
  .news__img.full {
    padding-top: 35%; }

.news__info {
  padding-top: 1.5rem; }

.date {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #5A5A5A; }

.news__title {
  min-height: 6.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.38;
  color: #000000;
  transition: 0.3s; }

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #000000;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #000000;
    width: 15px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #000000;
    height: 15px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #FFFF00; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #000000; }
  .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: #000000;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    background-color: #FBFBFB;
    border-bottom: 2px solid #333333; }
  .table th {
    padding: 0.5em 1em;
    color: #000000;
    font-weight: normal;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #FBFBFB; }
  .table td {
    padding: 0.5em 1em; }
  .table--striped-odd tbody tr:nth-child(odd) {
    background-color: #f6f6f6; }
  .table--striped-even tbody tr:nth-child(even) {
    background-color: #f6f6f6; }
  .table--hover {
    /* Row Colors */ }
    .table--hover tbody tr {
      transition: background-color .1s linear; }
      .table--hover tbody tr:hover {
        background-color: white; }
    .table--hover tbody tr.row--gray {
      background-color: #333333;
      color: #FFFFFF; }
      .table--hover tbody tr.row--gray:hover {
        color: #FFFFFF;
        background-color: #262626; }
    .table--hover tbody tr.row--dark-blue {
      background-color: #1437CC;
      color: #FFFFFF; }
      .table--hover tbody tr.row--dark-blue:hover {
        color: #FFFFFF;
        background-color: #1231b5; }
    .table--hover tbody tr.row--red {
      background-color: #FC4340;
      color: #FFFFFF; }
      .table--hover tbody tr.row--red:hover {
        color: #FFFFFF;
        background-color: #fc2a27; }
    .table--hover tbody tr.row--rblack {
      background-color: #000;
      color: #FFFFFF; }
      .table--hover tbody tr.row--rblack:hover {
        color: #FFFFFF;
        background-color: black; }
    .table--hover tbody tr.row--white {
      background-color: #FFFFFF;
      color: #000000; }
      .table--hover tbody tr.row--white:hover {
        color: #FFFFFF;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--pink {
      background-color: #EBDDDD;
      color: #000000; }
      .table--hover tbody tr.row--pink:hover {
        color: #FFFFFF;
        background-color: #e2cdcd; }
    .table--hover tbody tr.row--deep-pink {
      background-color: #DCC9C3;
      color: #000000; }
      .table--hover tbody tr.row--deep-pink:hover {
        color: #FFFFFF;
        background-color: #d3bbb3; }
    .table--hover tbody tr.row--purple {
      background-color: #A08CA7;
      color: #FFFFFF; }
      .table--hover tbody tr.row--purple:hover {
        color: #FFFFFF;
        background-color: #947e9c; }
    .table--hover tbody tr.row--deep-purple {
      background-color: #673ab7;
      color: #FFFFFF; }
      .table--hover tbody tr.row--deep-purple:hover {
        color: #FFFFFF;
        background-color: #5c34a4; }
    .table--hover tbody tr.row--dark-pink {
      background-color: #BC9999;
      color: #000000; }
      .table--hover tbody tr.row--dark-pink:hover {
        color: #FFFFFF;
        background-color: #b28a8a; }
    .table--hover tbody tr.row--blue {
      background-color: #14256E;
      color: #FFFFFF; }
      .table--hover tbody tr.row--blue:hover {
        color: #FFFFFF;
        background-color: #101e58; }
    .table--hover tbody tr.row--cyan {
      background-color: #60A2AB;
      color: #FFFFFF; }
      .table--hover tbody tr.row--cyan:hover {
        color: #FFFFFF;
        background-color: #53959e; }
    .table--hover tbody tr.row--green {
      background-color: #67BF67;
      color: #FFFFFF; }
      .table--hover tbody tr.row--green:hover {
        color: #FFFFFF;
        background-color: #55b755; }
    .table--hover tbody tr.row--yellow {
      background-color: #FFFF00;
      color: #FFFFFF; }
      .table--hover tbody tr.row--yellow:hover {
        color: #FFFFFF;
        background-color: #e6e600; }
    .table--hover tbody tr.row--main {
      background-color: #14256E;
      color: #FFFFFF; }
      .table--hover tbody tr.row--main:hover {
        color: #FFFFFF;
        background-color: #101e58; }
    .table--hover tbody tr.row--moicvet {
      background-color: #000;
      color: #FFFFFF; }
      .table--hover tbody tr.row--moicvet:hover {
        color: #FFFFFF;
        background-color: black; }
    .table--hover tbody tr.row--secondary {
      background-color: #000;
      color: #FFFFFF; }
      .table--hover tbody tr.row--secondary:hover {
        color: #FFFFFF;
        background-color: black; }
    .table--hover tbody tr.row--brown {
      background-color: #94816C;
      color: #FFFFFF; }
      .table--hover tbody tr.row--brown:hover {
        color: #FFFFFF;
        background-color: #857461; }
    .table--hover tbody tr.row--black {
      background-color: #000000;
      color: #FFFFFF; }
      .table--hover tbody tr.row--black:hover {
        color: #FFFFFF;
        background-color: black; }
    .table--hover tbody tr.row--gray {
      background-color: #333333;
      color: #FFFFFF; }
      .table--hover tbody tr.row--gray:hover {
        color: #FFFFFF;
        background-color: #262626; }
    .table--hover tbody tr.row--peach {
      background-color: #916868;
      color: #FFFFFF; }
      .table--hover tbody tr.row--peach:hover {
        color: #FFFFFF;
        background-color: #825d5d; }
  .table--separate-cols th {
    border: 1px solid #333333; }
  .table--separate-cols td {
    border: 1px solid #FBFBFB; }
  .table--dark {
    color: #FFFFFF; }
    .table--dark thead th {
      color: #FFFF00; }
    .table--dark thead tr {
      border-color: #FFFF00;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: black;
      color: #FFFFFF; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: black;
      color: #FFFFFF; }
    .table--dark.table--separate-cols th {
      border: 1px solid #FFFF00; }
    .table--dark.table--separate-cols td {
      border: 1px solid #FFFFFF; }
    .table--dark.table--hover tbody tr {
      /* Row Colors */ }
      .table--dark.table--hover tbody tr:hover {
        background-color: black;
        color: #FFFFFF; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #333333;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #FFFFFF;
          background-color: #262626; }
      .table--dark.table--hover tbody tr.row--dark-blue {
        background-color: #1437CC;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--dark-blue:hover {
          color: #FFFFFF;
          background-color: #1231b5; }
      .table--dark.table--hover tbody tr.row--red {
        background-color: #FC4340;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #FFFFFF;
          background-color: #fc2a27; }
      .table--dark.table--hover tbody tr.row--rblack {
        background-color: #000;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--rblack:hover {
          color: #FFFFFF;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--white {
        background-color: #FFFFFF;
        color: #000000; }
        .table--dark.table--hover tbody tr.row--white:hover {
          color: #FFFFFF;
          background-color: #f2f2f2; }
      .table--dark.table--hover tbody tr.row--pink {
        background-color: #EBDDDD;
        color: #000000; }
        .table--dark.table--hover tbody tr.row--pink:hover {
          color: #FFFFFF;
          background-color: #e2cdcd; }
      .table--dark.table--hover tbody tr.row--deep-pink {
        background-color: #DCC9C3;
        color: #000000; }
        .table--dark.table--hover tbody tr.row--deep-pink:hover {
          color: #FFFFFF;
          background-color: #d3bbb3; }
      .table--dark.table--hover tbody tr.row--purple {
        background-color: #A08CA7;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #FFFFFF;
          background-color: #947e9c; }
      .table--dark.table--hover tbody tr.row--deep-purple {
        background-color: #673ab7;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--deep-purple:hover {
          color: #FFFFFF;
          background-color: #5c34a4; }
      .table--dark.table--hover tbody tr.row--dark-pink {
        background-color: #BC9999;
        color: #000000; }
        .table--dark.table--hover tbody tr.row--dark-pink:hover {
          color: #FFFFFF;
          background-color: #b28a8a; }
      .table--dark.table--hover tbody tr.row--blue {
        background-color: #14256E;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #FFFFFF;
          background-color: #101e58; }
      .table--dark.table--hover tbody tr.row--cyan {
        background-color: #60A2AB;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--cyan:hover {
          color: #FFFFFF;
          background-color: #53959e; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #67BF67;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #FFFFFF;
          background-color: #55b755; }
      .table--dark.table--hover tbody tr.row--yellow {
        background-color: #FFFF00;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--yellow:hover {
          color: #FFFFFF;
          background-color: #e6e600; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #14256E;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #FFFFFF;
          background-color: #101e58; }
      .table--dark.table--hover tbody tr.row--moicvet {
        background-color: #000;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--moicvet:hover {
          color: #FFFFFF;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--secondary {
        background-color: #000;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--secondary:hover {
          color: #FFFFFF;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--brown {
        background-color: #94816C;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--brown:hover {
          color: #FFFFFF;
          background-color: #857461; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #000000;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #FFFFFF;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #333333;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #FFFFFF;
          background-color: #262626; }
      .table--dark.table--hover tbody tr.row--peach {
        background-color: #916868;
        color: #FFFFFF; }
        .table--dark.table--hover tbody tr.row--peach:hover {
          color: #FFFFFF;
          background-color: #825d5d; }
  .table tbody tr.row--gray {
    background-color: #333333;
    color: #FFFFFF; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
  .table tbody tr.row--red {
    background-color: #FC4340;
    color: #FFFFFF; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #FFFFFF; }
  .table tbody tr.row--white {
    background-color: #FFFFFF;
    color: #000000; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #000000; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #000000; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #000000; }
  .table tbody tr.row--blue {
    background-color: #14256E;
    color: #FFFFFF; }
  .table tbody tr.row--cyan {
    background-color: #60A2AB;
    color: #FFFFFF; }
  .table tbody tr.row--green {
    background-color: #67BF67;
    color: #FFFFFF; }
  .table tbody tr.row--yellow {
    background-color: #FFFF00;
    color: #FFFFFF; }
  .table tbody tr.row--main {
    background-color: #14256E;
    color: #FFFFFF; }
  .table tbody tr.row--moicvet {
    background-color: #000;
    color: #FFFFFF; }
  .table tbody tr.row--secondary {
    background-color: #000;
    color: #FFFFFF; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #FFFFFF; }
  .table tbody tr.row--black {
    background-color: #000000;
    color: #FFFFFF; }
  .table tbody tr.row--gray {
    background-color: #333333;
    color: #FFFFFF; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #FFFFFF; }
  .table--cabinet tbody tr {
    border-top: 0;
    border-bottom: 1px solid #E9E9E9; }
    .table--cabinet tbody tr:last-child {
      border-bottom: 0; }
    .table--cabinet tbody tr td {
      padding: 20px 10px;
      font-weight: 600;
      font-size: 1.6rem; }
      .table--cabinet tbody tr td .btn {
        height: 4.4rem;
        min-width: 11rem;
        font-size: 1.4rem;
        padding: 0 1.5rem; }
      .table--cabinet tbody tr td:first-child {
        padding-left: 0; }
      .table--cabinet tbody tr td:last-child {
        padding-right: 0;
        text-align: right; }
      .table--cabinet tbody tr td img {
        vertical-align: text-bottom;
        margin-right: 1rem;
        display: inline-block;
        transform: translateY(-0.1rem); }
      .table--cabinet tbody tr td.time {
        color: #67BF67; }
      .table--cabinet tbody tr td.purchased {
        font-weight: 600;
        font-size: 1.6rem;
        color: #a7a7a7;
        text-align: right; }
      .table--cabinet tbody tr td.buy {
        text-align: right; }
  .table--order {
    margin-bottom: 0; }
    .table--order tbody tr {
      border-bottom: 0;
      border-top: 0; }
      .table--order tbody tr td {
        padding: 0 10px;
        font-weight: 600;
        font-size: 1.6rem; }
        .table--order tbody tr td .btn {
          height: 4.4rem;
          min-width: 11rem;
          font-size: 1.4rem;
          padding: 0 1.5rem; }
        .table--order tbody tr td:first-child {
          padding-left: 0; }
        .table--order tbody tr td:last-child {
          padding-right: 0;
          text-align: right; }
        .table--order tbody tr td img {
          vertical-align: text-bottom;
          margin-right: 1rem;
          display: inline-block;
          transform: translateY(-0.1rem); }
        .table--order tbody tr td.time {
          color: #67BF67; }
        .table--order tbody tr td.purchased {
          font-weight: 600;
          font-size: 1.6rem;
          color: #a7a7a7;
          text-align: right; }
        .table--order tbody tr td.buy {
          text-align: right; }

/* 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: #333333; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #FFFF00;
      background-color: #000000;
      border-color: #000000; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #000000; }
  .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 #FBFBFB;
      font-size: 1.8rem;
      color: #14256E;
      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 #FBFBFB; }
  .tabs__nav--lead .tabs__nav-item {
    border-bottom: 1px solid #FBFBFB; }
    .tabs__nav--lead .tabs__nav-item.active {
      border-bottom: 0; }

.tabs__nav-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  height: 3rem;
  border-bottom: solid 0.4rem #D9D9D9;
  font-weight: 700;
  font-size: 1.6rem;
  color: #5A5A5A;
  text-align: center;
  transition: 0.3s; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none;
    border-bottom-color: #14256E; }
  .tabs__nav-item.active {
    color: #14256E;
    border-bottom-color: #14256E; }

.tabs__content {
  padding: 2.5rem 0 0;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #666666; }
  .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: #000000;
    border-color: #000000;
    color: #FFFFFF; }
  .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__item {
  margin-bottom: 2rem;
  padding: 2rem 6rem;
  background-color: #FFFFFF;
  border-radius: 2.7rem; }
  .accordion__item.active .accordion__title {
    color: #000000; }
    .accordion__item.active .accordion__title:before {
      background-image: url("/src/assets/images/minus.png"); }
    .accordion__item.active .accordion__title a {
      color: inherit; }

.accordion__title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  position: relative; }
  .accordion__title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.8rem;
    height: 3.8rem;
    margin-top: -1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #14256E;
    background-image: url("/src/assets/images/plus.png");
    background-size: 47%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transform-origin: center; }
  .accordion__title a {
    display: flex;
    align-items: center;
    min-height: 7.5rem;
    padding: 0.5rem 10rem 0.5rem 0;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  position: relative;
  padding: 0 10rem 1.5rem 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000000; }
  .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; }

.faq {
  padding-top: 10rem; }

.footer {
  border-top: solid 1px #E8E8E8; }

.footer__wrapper {
  padding: 4rem 0 0; }

.footer__nav {
  display: flex;
  justify-content: space-between; }
  .footer__nav .nav__item {
    margin-right: 3.5rem; }
    .footer__nav .nav__item:last-child {
      margin-right: 0; }
    .footer__nav .nav__item a {
      padding: 0;
      background: none; }

.social {
  display: flex;
  align-items: center; }

.social__item {
  display: block;
  width: 4.4rem;
  margin-right: 2rem;
  transition: 0.3s; }
  .social__item:last-child {
    margin-right: 0; }
  .social__item:hover {
    opacity: 0.7; }
  .social__item img {
    display: block;
    width: 100%; }

.footer__text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.88;
  color: #000000; }
  .footer__text a {
    color: #14256E;
    transition: 0.3s; }
    .footer__text a:hover {
      color: #FDB813; }

.footer__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem 0; }

.copyright {
  font-weight: 600;
  font-size: 1.4rem;
  color: #000; }

.products {
  padding: 0 0 10rem; }

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

.products__item {
  width: 25%;
  padding: 1rem; }

.products__item-wrapper {
  height: 100%;
  background-color: #FFFFFF; }
  .products__item-wrapper:hover .products__img img {
    opacity: 0.7; }
  .products__item-wrapper:hover .products__title {
    color: #FFFF00; }

.products__img {
  display: block;
  width: 100%;
  height: 26.5rem; }
  .products__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s; }

.products__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 26.5rem);
  padding: 2rem 2.5rem 2rem; }

.products__body {
  margin-bottom: 1.5rem; }

.products__category {
  margin-bottom: 0.7rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #F0B83B; }

.products__title {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  color: #000000;
  transition: 0.3s; }
  .products__title:hover {
    text-decoration: none; }

.products__description {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000000; }

.products__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.products__price {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  color: #A4A4A4; }

.products__btns {
  display: flex;
  align-items: center; }
  .products__btns .products__btn {
    display: block;
    width: 2.5rem;
    height: 2.2rem;
    margin-right: 2rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: 0.3s; }
    .products__btns .products__btn:last-child {
      margin-right: 0; }

.product__btn,
.products__btn {
  position: relative;
  cursor: pointer; }
  .product__btn img,
  .products__btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    transition: 0.3s; }
    .product__btn img.heart_noactive,
    .products__btn img.heart_noactive {
      opacity: 1; }
    .product__btn img.heart_active,
    .products__btn img.heart_active {
      opacity: 0;
      pointer-events: none; }
  .product__btn.active img.heart_noactive,
  .products__btn.active img.heart_noactive {
    opacity: 0;
    pointer-events: none; }
  .product__btn.active img.heart_active,
  .products__btn.active img.heart_active {
    opacity: 1; }

.product__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 3rem; }

.product__slider {
  width: 50%;
  padding-bottom: 8rem;
  padding-right: 11rem; }

.product__slider-wrapper {
  overflow: hidden; }

.product__info {
  width: 50%;
  padding-left: 1rem;
  padding-bottom: 8rem; }

.product__info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 4rem 2rem;
  border-radius: 14px;
  background-color: #FFFFFF;
  text-align: center; }
  .product__info-wrapper form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .product__info-wrapper form .product__btn {
      position: relative;
      width: 4rem;
      height: 4rem; }

.product__price {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.375;
  color: #000000; }

.product__add-cart {
  margin-bottom: 3rem; }

.product__btn {
  margin-bottom: 2rem;
  padding: 0;
  background-color: transparent;
  border: none; }
  .product__btn img {
    display: block;
    width: 4rem;
    height: auto; }

.product__text {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: solid 1px #F9F9F9;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.3;
  color: #000000; }

.product__description {
  width: 100%;
  padding-bottom: 8rem; }
  .product__description-title {
    padding-bottom: 1rem;
    border-bottom: solid 1px #E8E8E8;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.36;
    color: #000000; }
  .product__description-text {
    padding-top: 2.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.86;
    color: #000000; }

.show-gallery {
  display: flex;
  align-items: center;
  justify-content: center; }
  .show-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slider-nav {
  padding-top: 2px; }
  .slider-nav .slick-list {
    margin: 0 -1px; }
  .slider-nav .slick-track {
    display: flex; }
  .slider-nav .slick-slide {
    padding: 0 1px; }
  .slider-nav .slide-item {
    transition: 0.3s; }
    .slider-nav .slide-item:hover {
      opacity: 0.3; }
  .slider-nav .slick-current {
    opacity: 0.3; }
  .slider-nav .slide-thumb {
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .slider-nav img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-actions .lg-prev {
  transform: rotate(180deg); }

.intro {
  position: relative; }
  .intro--contacts .intro__content {
    padding: 0; }
    .intro--contacts .intro__content .intro__wrapper {
      align-items: flex-start;
      text-align: left; }
  .intro--about {
    background-color: #213170; }
    .intro--about .intro__content {
      padding: 11rem 0; }
    .intro--about .intro__wrapper {
      margin-bottom: 0; }
    .intro--about .intro__img {
      margin-left: 0; }
      .intro--about .intro__img img {
        height: 18rem;
        border-radius: 0;
        object-fit: contain; }
  .intro--course .intro__badge {
    color: #213170;
    border-color: #213170; }
  .intro--course .courses__list {
    margin-top: 1rem;
    color: #213170; }
    .intro--course .courses__list span {
      color: #213170; }
  .intro--course .intro__img {
    min-width: 30%; }
  .intro .intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0; }
    .intro .intro__bg img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

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

.intro__content {
  position: relative;
  padding: 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }
  .intro__content .courses__list {
    margin-bottom: 5rem; }
  .intro__content .intro__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .intro__content .intro__title {
    color: #000000; }
  .intro__content .intro__link {
    margin-top: 3rem;
    color: #000000; }
    .intro__content .intro__link img {
      filter: invert(1); }
  .intro__content .intro__text {
    margin-bottom: 0;
    color: #000000; }
  .intro__content .btn {
    margin-top: 3rem; }

.intro__title {
  margin-bottom: 2rem;
  font-size: 6.4rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.2; }

.intro__text {
  margin-bottom: 7rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4; }

.intro__actions {
  display: flex;
  align-items: center; }
  .intro__actions .btn {
    margin-right: 2rem; }

.intro__link {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-weight: 600; }
  .intro__link img {
    margin-left: 1rem;
    display: block; }

.intro__img {
  margin-left: 2rem;
  flex: 1; }
  .intro__img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2.7rem;
    object-fit: cover; }

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

.intro__block {
  width: 25%;
  padding: 0 1rem; }
  .intro__block--lg {
    width: 50%; }
    .intro__block--lg .intro__item {
      background-color: #213170;
      color: #FFFFFF; }
      .intro__block--lg .intro__item .percent sup {
        font-size: 5.5rem; }
      .intro__block--lg .intro__item .text {
        margin-bottom: 4rem; }

.intro__item {
  background-color: #FFFFFF;
  border-radius: 2.7rem;
  padding: 5.5rem;
  min-height: 34.5rem;
  background-size: cover;
  background-repeat: no-repeat; }
  .intro__item .percent {
    margin-bottom: 1rem;
    font-size: 10rem;
    font-weight: 500;
    line-height: 1; }
    .intro__item .percent sup {
      display: inline-block;
      line-height: 1;
      transform: translateY(-1rem);
      font-size: 3.2rem; }
  .intro__item .text {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    font-weight: 500; }

.intro__block-img {
  display: flex; }
  .intro__block-img img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 2px solid #FFFFFF; }
    .intro__block-img img:not(:first-child) {
      margin-left: -2rem; }

.intro__badge {
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: .35rem 1rem;
  border-radius: .6rem;
  border: 1px solid #FFFFFF;
  display: inline-block; }

.cabinet__sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 34rem;
  height: 100%;
  background-color: #0f1316; }
  .cabinet__sidebar .logo {
    margin-bottom: 4rem;
    padding-left: 6rem; }
    .cabinet__sidebar .logo img {
      height: 9rem; }

.cabinet__sidebar-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto; }

.cabinet__page {
  padding: 6rem 6rem 6rem 40rem; }
  .cabinet__page .block__title {
    font-size: 3.3rem;
    margin-bottom: 3.5rem;
    display: flex;
    align-items: center; }
    .cabinet__page .block__title img {
      margin: 0 1rem; }

.sidebar__nav {
  display: flex;
  flex-direction: column; }
  .sidebar__nav a {
    margin-bottom: 2rem;
    height: 6rem;
    padding-left: 6rem;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center; }
    .sidebar__nav a:hover {
      background-color: #171d22; }
    .sidebar__nav a.active {
      background-color: #171d22; }
    .sidebar__nav a img {
      margin-right: 1rem;
      display: block; }

.sidebar__footer {
  margin-top: 2rem;
  padding-left: 6rem; }

.sidebar__profile {
  margin-bottom: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #171d22;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center; }
  .sidebar__profile img {
    margin-right: 1.5rem; }

.sidebar__copyright {
  padding-bottom: 3rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600; }

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

.marketing__block {
  width: 70%;
  padding: 0 1rem; }
  .marketing__block:last-child {
    width: 30%; }

.marketing__item {
  padding: 3rem 3rem 1rem;
  border-radius: 2.7rem;
  background-color: #FFFFFF; }

.cabinet__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem; }

.marketing__badge {
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: .35rem 1rem;
  border-radius: .6rem;
  border: 1px solid #FFFFFF;
  display: inline-block; }

.marketing__course {
  padding: 4rem;
  border-radius: 2.7rem;
  background-image: url("/src/assets/images/intro_block-bg.png");
  background-color: #14256E;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF; }

.marketing__title {
  font-size: 3.2rem;
  font-weight: 500;
  padding: 1rem 0; }

.marketing__text {
  font-weight: 600;
  margin-bottom: 2rem; }

.marketing__list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center; }
  .marketing__list li:last-child {
    margin-bottom: 0; }
  .marketing__list li img {
    margin-right: 1rem;
    display: block; }

.order__badge {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #14256E;
  padding: .35rem 1rem;
  border-radius: .6rem;
  border: 1px solid #14256E;
  display: inline-block; }

.cabinet__order {
  margin-bottom: 2rem;
  border-radius: 2.7rem;
  background-color: #FFFFFF;
  padding: 4rem 4rem 3rem; }

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

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

.profile__item {
  padding: 3rem 6rem;
  border-radius: 2.7rem;
  background-color: #FFFFFF; }
  .profile__item .input {
    border: 1px solid #F4F4F4; }

.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: #000000; }
  .cookie-window-box:hover {
    background-color: transparent; }

.cookie__link {
  display: inline-flex;
  align-items: center;
  height: 5.4rem;
  padding: 10px 23px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #000;
  transition: 0.3s; }
  .cookie__link:hover {
    text-decoration: none;
    color: #14256E; }

.cookie_btn {
  color: #000;
  font-size: 15px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #FFFFFF;
  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; }

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

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

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .gallery__wrapper.triple .gallery__block {
    width: 33.33333%; }

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

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

.gallery__img-wrapper {
  height: 25rem;
  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.8rem;
  font-weight: 700; }

@media (max-width: 992px) {
  .gallery__wrapper.triple .gallery__block {
    width: 50%; }
  .gallery__block {
    width: 33.33333%; } }

/*
 * 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; }

.banners .banners__container:nth-child(2n) {
  background-color: #FFFFFF; }
  .banners .banners__container:nth-child(2n) .banner__block {
    flex-direction: row-reverse; }
  .banners .banners__container:nth-child(2n) .banner__item {
    padding-right: 10rem;
    padding-left: 0; }

.banners__container {
  padding: 6rem 0;
  background-color: #F1F1F1; }

.banner__block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.banner__img {
  width: 50%;
  height: 40rem;
  object-fit: cover; }

.banner__item {
  padding-left: 8rem;
  max-width: 50%; }
  .banner__item .block__title {
    line-height: 1;
    max-width: 40rem; }
  .banner__item .block__text {
    margin-bottom: 3rem; }

@media (max-width: 992px) {
  .banners .banners__container:nth-child(2n) .banner__block {
    flex-direction: column; }
  .banners .banners__container:nth-child(2n) .banner__item {
    padding-right: 0;
    padding-left: 0; }
  .banner__block {
    flex-direction: column; }
  .banner__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem; }
  .banner__item {
    max-width: 100%;
    padding-left: 0; } }

.info .info__container:nth-child(2n) {
  background-color: #FFFFFF; }
  .info .info__container:nth-child(2n) .info__block {
    flex-direction: row-reverse; }
  .info .info__container:nth-child(2n) .info__item {
    padding-right: 10rem;
    padding-left: 0; }

.info__container {
  padding: 6rem 0;
  background-color: #F1F1F1; }

.info__block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.info__img {
  width: 50%;
  height: 40rem;
  object-fit: cover; }

.info__item {
  padding-left: 8rem;
  max-width: 50%; }
  .info__item .block__title {
    line-height: 1;
    max-width: 40rem; }
  .info__item .block__text {
    margin-bottom: 3rem; }

@media (max-width: 992px) {
  .info .info__container:nth-child(2n) .info__block {
    flex-direction: column; }
  .info .info__container:nth-child(2n) .info__item {
    padding-right: 0;
    padding-left: 0; }
  .info__block {
    flex-direction: column; }
  .info__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem; }
  .info__item {
    max-width: 100%;
    padding-left: 0; } }

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -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; }

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

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

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

.noUi-vertical .noUi-origin {
  top: -100%;
  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 .3s;
  transition: transform .3s; }

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

.noUi-horizontal {
  height: 18px; }

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

.noUi-vertical {
  width: 18px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #fff;
  color: #000;
  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; }

.pricing__wrapper {
  padding-bottom: 13rem; }

.pricing__item {
  position: relative;
  max-width: 22.4rem;
  height: 100%;
  margin: 0 auto;
  padding: 3.5rem 2rem 25rem 4rem;
  border-radius: 2rem;
  background-color: #FBFBFB; }
  .pricing__item .btn {
    height: 4.4rem;
    padding: 0 2.2rem; }

.pricing__title {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #FDB813; }

.pricing__value {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  color: #000000; }

.pricing__text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.15;
  color: #000000; }

.pricing__footer {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  right: 4rem; }

.pricing__price {
  margin-bottom: 1.8rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.15;
  color: #5A5A5A; }

.pricing__price-wrapper {
  display: flex;
  align-items: center; }
  .pricing__price-wrapper .input {
    width: 8rem;
    height: 4.4rem;
    margin-left: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center; }

.slider {
  margin-bottom: 3.5rem; }
  .slider .noUi-target {
    background: #D9D9D9;
    border-radius: 0;
    border: none;
    box-shadow: none; }
  .slider .noUi-horizontal {
    height: 0.8rem; }
    .slider .noUi-horizontal .noUi-handle {
      width: 0.6rem;
      height: 1.6rem;
      right: -0.3rem;
      top: -0.4rem; }
  .slider .noUi-connects {
    border-radius: 0; }
  .slider .noUi-connect {
    background: #14256E; }
  .slider .noUi-handle {
    border: none;
    border-radius: 0;
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); }
    .slider .noUi-handle:after, .slider .noUi-handle:before {
      display: none; }

.text__page .block__text h1 {
  font-weight: 600;
  font-size: 3rem; }

.text__page .block__text h2 {
  font-weight: 600;
  font-size: 2.6rem; }

.text__page .block__text h3 {
  font-weight: 600;
  font-size: 2.4rem; }

.text__page .block__text h4 {
  font-weight: 600;
  font-size: 2.2rem; }

.text__page-wrapper {
  padding: 5rem 0 10rem; }

.block {
  margin-bottom: 3rem; }

.block__title {
  margin-bottom: 3.5rem;
  max-width: 80rem;
  font-weight: 500;
  font-size: 6.4rem;
  color: #000000; }
  .block__title.center {
    margin: 0 auto;
    text-align: center; }
  .block__title span {
    color: #FDB813; }

.block__text {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  color: #000000; }
  .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; }

.courses {
  padding: 11rem 0;
  background-color: #0f1316; }
  .courses .block__title {
    color: #FFFFFF; }

.courses__wrapper {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap; }
  .courses__wrapper--cabinet .courses__item {
    color: #000000;
    background-color: #FFFFFF; }
    .courses__wrapper--cabinet .courses__item .btn {
      color: #FFFFFF; }
  .courses__wrapper--cabinet .courses__list {
    color: #000000; }

.courses__block {
  width: 25%;
  padding: 0 1rem; }

.courses__item {
  padding: 6rem;
  display: block;
  background-color: #171d22;
  color: #FFFFFF;
  border-radius: 2.7rem; }
  .courses__item img {
    display: block;
    margin-bottom: 1rem; }
  .courses__item .btn {
    color: #000000; }

.courses__title {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 600; }

.courses__text {
  min-height: 14rem;
  font-weight: 600; }

.courses__list {
  font-weight: 700;
  margin-bottom: 2rem;
  color: #FFFFFF; }
  .courses__list span {
    color: #548be8; }

.how {
  padding: 15rem 0 12rem; }

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

.how__block {
  padding: 0 1rem;
  max-width: 73rem; }
  .how__block:last-child {
    max-width: 48.6rem;
    width: 100%; }

.how__item {
  padding: 6rem;
  border-radius: 2.7rem;
  background-image: url("/src/assets/images/intro_block-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #213170; }
  .how__item .block__title {
    margin-bottom: 0;
    color: #FFFFFF; }
  .how__item .block__text {
    color: #FFFFFF; }

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

.step__block {
  width: 50%;
  margin-bottom: 2rem;
  padding: 0 1rem; }
  .step__block:nth-child(odd) {
    margin-top: -3rem; }
  .step__block:nth-child(3) {
    margin-top: 0; }

.step__item {
  background-color: #FFFFFF;
  border-radius: 2.7rem;
  padding: 3rem; }
  .step__item .title {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    font-weight: 700;
    max-width: 13rem; }
  .step__item .status {
    font-weight: 600; }
    .step__item .status.passed span {
      color: #67BF67; }
    .step__item .status.process span {
      color: #F99C73; }

.step__count {
  margin-bottom: 2rem;
  font-size: 4.7rem;
  font-weight: 600;
  color: #d4d4d4;
  text-align: right; }

.course__row {
  margin-bottom: 2rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #171D22; }

.course__title {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 600;
  color: #FFFFFF; }

.course__text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF; }

.learn {
  padding-bottom: 11rem; }

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

.learn__block {
  width: 25%;
  padding: 0 1rem; }

.learn__item {
  padding: 6rem;
  display: block;
  background-color: #171d22;
  color: #FFFFFF;
  border-radius: 2.7rem; }
  .learn__item img {
    display: block;
    max-width: 100%;
    margin-bottom: 1rem; }

.learn__title {
  font-size: 3.2rem;
  font-weight: 600; }

.courses__text {
  margin-top: 1rem;
  font-weight: 600; }

.contacts {
  padding-top: 4.5rem; }

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

.contacts__block {
  margin-bottom: 2rem;
  padding: 0 1rem; }
  .contacts__block:first-child {
    width: 40%; }
  .contacts__block:last-child {
    width: 60%; }

.feedback {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 5rem; }
  .feedback .remodal__title {
    margin-bottom: 3rem;
    color: #000000; }
  .feedback .remodal__content {
    padding: 6rem 10rem 7.5rem;
    text-align: left; }
  .feedback .btn {
    min-width: 15rem; }

.feedback__wrapper {
  border-radius: 2rem;
  background-color: #FBFBFB; }

.checkout {
  padding-top: 5rem;
  padding-bottom: 12rem; }

.checkout__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #F2F2F2; }

.checkout__block {
  display: flex;
  align-items: center; }
  .checkout__block:first-child {
    width: 70%; }
  .checkout__block:last-child {
    width: 30%;
    justify-content: space-between; }

.checkout__img {
  width: 16rem;
  border-radius: 2rem;
  overflow: hidden; }
  .checkout__img img {
    display: block;
    width: 100%; }

.checkout__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 16rem);
  padding: 0 2.5rem; }

.checkout__title {
  margin-right: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FDB813; }

.checkout__quantity {
  display: flex;
  align-items: center;
  width: 14rem; }

.checkout__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.checkout__footer-block {
  margin-bottom: 2rem; }

.checkout__text {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000; }

.search__page {
  padding-bottom: 10rem; }

.search__page-wrapper {
  margin-bottom: 3.5rem;
  padding-top: 3rem; }

.search__item {
  display: flex;
  margin-bottom: 2.5rem;
  padding: 3rem;
  border-radius: 14px;
  background: #FFFFFF;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000000; }
  .search__item:last-child {
    margin-bottom: 0; }
  .search__item:hover {
    text-decoration: none; }
    .search__item:hover .search__title {
      color: #FFFF00; }

.search__number {
  width: 5rem; }

.search__title {
  width: calc(100% - 20rem);
  transition: 0.3s; }
  .search__title span {
    display: block;
    color: rgba(0, 0, 0, 0.3); }

.search__price {
  width: 15rem;
  text-align: center; }

.search__text {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000000; }

.logos {
  margin-bottom: 9.5rem; }

.logos__item {
  position: relative;
  height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .logos__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s; }
    .logos__item img.logos__img-hover {
      opacity: 0; }
  .logos__item:hover img.logos__img {
    opacity: 0; }
  .logos__item:hover img.logos__img-hover {
    opacity: 1; }

.perks {
  margin-bottom: 13rem; }
  .perks .block {
    margin-bottom: 4.5rem; }

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

.perks__item {
  width: 25%;
  padding: 0 1rem; }

.perks__item-wrapper {
  height: 100%;
  padding: 4.5rem 2rem 3rem 4.5rem;
  border-radius: 2rem;
  background-color: #FBFBFB; }

.perks__icon {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 4.5rem; }
  .perks__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.perks__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.15;
  color: #000000; }

.our-perks {
  padding-bottom: 13rem; }

.our-perks__wrapper {
  margin-bottom: 5rem; }

.our-perks__item {
  display: flex;
  flex-wrap: wrap;
  padding: 2.2rem 0;
  border-bottom: solid 1px #F2F2F2; }

.our-perks__column {
  line-height: 1.15;
  color: #000000; }
  .our-perks__column:first-child {
    width: calc(35% - 1.6rem);
    padding-right: 9rem;
    font-weight: 700;
    font-size: 2rem; }
  .our-perks__column:nth-child(2) {
    width: 3.2rem; }
  .our-perks__column:last-child {
    width: calc(65% - 1.6rem);
    padding-left: 9rem;
    font-weight: 500;
    font-size: 1.8rem; }
  .our-perks__column img {
    display: block;
    width: 100%; }

.our-perks__btn {
  text-align: center; }
  .our-perks__btn .btn {
    padding: 0 3rem; }

.reviews {
  padding: 7.5rem 0 10rem;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }

.reviews__slider {
  padding-left: calc(50vw - 71.5rem); }
  .reviews__slider .slick-list {
    padding-right: calc(50vw - 40rem); }
  .reviews__slider .slick-dots {
    padding-right: calc(50vw - 40rem); }

.reviews__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 4rem 4rem 4.5rem;
  border-radius: 2rem;
  background-color: #FFFFFF; }

.reviews__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.reviews__user {
  display: flex;
  align-items: center; }

.reviews__user-photo {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden; }
  .reviews__user-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .reviews__user-photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.05; }

.reviews__user-name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000; }

.reviews__user-status {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #5a5a5a; }

.reviews__logo img {
  display: block;
  max-height: 6.4rem; }

.numbers__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  padding-bottom: 12rem; }

.numbers__item {
  width: 50%;
  padding: 0 1rem; }
  .numbers__item.full {
    width: 100%; }
    .numbers__item.full .numbers__item-wrapper {
      flex-direction: row;
      justify-content: flex-start; }
    .numbers__item.full .numbers__item-block {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: calc(100% / 3);
      padding-right: 2rem;
      padding-bottom: 4rem; }
      .numbers__item.full .numbers__item-block:last-child {
        padding-right: 0; }

.numbers__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 34rem;
  height: 100%;
  padding: 3.5rem;
  border-radius: 2rem;
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }

.numbers__text {
  max-width: 40rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #FFFFFF; }

.numbers__value {
  font-weight: 800;
  font-size: 14rem;
  color: #FFFFFF; }

.blog {
  padding: 7.5rem 0 10rem;
  background-color: #FBFBFB;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover; }

.blog__item {
  display: flex;
  max-width: 59rem;
  height: 100%;
  margin: 0 auto;
  padding: 4rem;
  border-radius: 2rem;
  background-color: #FFFFFF;
  transition: 0.3s; }
  .blog__item:hover {
    opacity: 0.9; }
    .blog__item:hover .read__more {
      color: #FDB813; }

.blog__img {
  width: 15rem;
  height: 15rem;
  border-radius: 2rem;
  overflow: hidden; }
  .blog__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.blog__info {
  width: calc(100% - 15rem);
  max-width: 32rem;
  padding-left: 3rem; }

.blog__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  color: #000000; }

.read__more {
  font-weight: 600;
  font-size: 1.6rem;
  color: #14256E;
  transition: 0.3s; }

.features__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13rem; }
  .features__item:nth-child(2n) {
    flex-direction: row-reverse; }
    .features__item:nth-child(2n) .features__block:first-child {
      padding-left: 11rem;
      padding-right: 0; }
    .features__item:nth-child(2n) .features__block:last-child {
      padding-left: 0;
      padding-right: 3rem; }
    .features__item:nth-child(2n) .features__icon {
      left: 0;
      right: auto; }

.features__block {
  position: relative;
  width: 50%; }
  .features__block:first-child {
    padding-right: 11rem; }
  .features__block:last-child {
    padding-left: 11rem; }
  .features__block .block__title {
    margin-bottom: 2rem;
    line-height: 1.15; }
  .features__block .block__text {
    max-width: 48.5rem;
    font-size: 1.6rem;
    line-height: 1.6; }

.features__img {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden; }
  .features__img img {
    display: block;
    width: 100%; }

.features__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 22rem;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 0 16px rgba(122, 122, 122, 0.3);
  background-color: #FBFBFB; }
  .features__icon img {
    display: block;
    width: 9.6rem;
    max-width: 100%; }

.integration .block__title {
  max-width: 100%; }

.integration__wrapper {
  padding-bottom: 7.5rem; }

.integration__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 110rem;
  max-width: 100%;
  margin: 0 auto 3rem; }
  .integration__item:nth-child(2n) {
    width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 6rem; }
    .integration__item:nth-child(2n) .integration__block:first-child {
      width: 39rem; }
    .integration__item:nth-child(2n) .integration__block:last-child {
      width: calc(100% - 39rem);
      padding-left: 0;
      padding-right: 5rem; }
  .integration__item .block__title {
    max-width: 68rem;
    line-height: 1.15; }
  .integration__item .block__text {
    max-width: 49rem;
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.6; }

.integration__block:first-child {
  width: 39rem; }

.integration__block:last-child {
  width: calc(100% - 39rem);
  padding-left: 7rem; }

.integration__img img {
  display: block;
  width: 100%; }

.request {
  padding: 7.5rem 0;
  background-color: #FBFBFB;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain; }

.chat {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #FDFDFD; }

.chat__wrapper {
  display: flex;
  height: 100%;
  padding-left: 30rem; }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 30rem;
  height: 100%;
  background-color: #232527; }

.sidebar__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  overflow-y: auto; }

.sidebar__body {
  padding-bottom: 5rem; }

.sidebar__item {
  margin-bottom: 2rem; }
  .sidebar__item .btn {
    width: 100%;
    height: 4.4rem;
    border-radius: 0.6rem; }
    .sidebar__item .btn--blue {
      color: #FFFFFF; }

.sidebar__item-title {
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: #5A5A5A; }

.sidebar__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.4rem;
  margin-bottom: 1rem;
  padding-right: 4.2rem;
  border-radius: 0.6rem;
  transition: 0.3s; }
  .sidebar__nav-item:last-child {
    margin-bottom: 0; }
  .sidebar__nav-item:hover {
    background-color: #5A5A5A; }
    .sidebar__nav-item:hover .delete {
      opacity: 1; }
  .sidebar__nav-item.active {
    background-color: #5A5A5A; }
    .sidebar__nav-item.active .delete {
      opacity: 1; }
  .sidebar__nav-item a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 4rem;
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap; }
    .sidebar__nav-item a img {
      position: absolute;
      top: 50%;
      left: 1.3rem;
      transform: translateY(-50%);
      display: block;
      width: 1.6rem; }

.delete {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  opacity: 0;
  transition: 0.3s; }
  .delete:hover {
    opacity: 0.7; }
  .delete img {
    display: block;
    width: 100%; }

.sidebar__footer-item {
  padding: 1.5rem 0;
  border-bottom: solid 1px #303132; }
  .sidebar__footer-item:first-child {
    padding-top: 0; }
  .sidebar__footer-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.sidebar__footer-item--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sidebar__wallet {
  padding: 0 1.3rem; }
  .sidebar__wallet .btn {
    height: 3.2rem;
    padding: 0 1.3rem;
    border-radius: 0.6rem;
    font-size: 14px; }

.sidebar__footer-block {
  display: flex;
  align-items: center; }

.sidebar__icon {
  width: 1.5rem;
  margin-right: 1rem; }
  .sidebar__icon img {
    display: block;
    width: 100%; }

.sidebar__text {
  font-weight: 700;
  font-size: 1.4rem;
  color: #FFFFFF; }
  .sidebar__text a {
    color: #14256E;
    transition: 0.3s; }
    .sidebar__text a:hover {
      color: #FDB813; }

.sidebar__user-img {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1.3rem;
  border-radius: 0.6rem;
  overflow: hidden; }
  .sidebar__user-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.sidebar__user-name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #FFFFFF; }

.chat__main {
  width: 100%; }
  .chat__main .container {
    width: 94rem;
    max-width: 100%; }

.chat__main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 7.5rem 0; }

.chat__content {
  height: calc(100% - 12.6rem);
  margin-right: -10px;
  padding-right: 10px;
  overflow-y: auto; }

.message {
  margin-bottom: 1.5rem;
  padding: 3rem;
  border-radius: 0.6rem; }
  .message:last-child {
    margin-bottom: 0; }
  .message--your {
    border: 1px solid #F5F5F5;
    background-color: #FFFFFF; }
  .message--ii {
    background-color: #F4F4F4; }

.message__wrapper {
  position: relative;
  display: flex; }

.message__user {
  display: flex;
  width: 5.1rem; }

.message__user-img {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1.5rem;
  border-radius: 50%;
  overflow: hidden; }
  .message__user-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.message__text {
  width: calc(100% - 13rem);
  padding-top: 0.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.62;
  color: #000000; }

.edit,
.copy {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s; }
  .edit:hover,
  .copy:hover {
    opacity: 0.7; }
  .edit img,
  .copy img {
    display: block;
    height: 100%;
    margin-left: auto; }

.chat__btn {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0; }
  .chat__btn .btn {
    height: 3.2rem;
    padding: 0 2.1rem;
    border-radius: 0.6rem;
    font-size: 1.4rem; }
    .chat__btn .btn--icon {
      height: 4.4rem;
      padding: 0 1.4rem;
      font-size: 1.6rem;
      font-weight: 500; }
      .chat__btn .btn--icon img {
        width: 2.4rem;
        margin-right: 2rem; }
      .chat__btn .btn--icon:hover {
        background-color: rgba(26, 115, 232, 0.2);
        color: #14256E; }
    .chat__btn .btn .btn-animate {
      display: flex;
      margin-left: 2rem; }

.form__wrapper {
  position: relative;
  display: flex;
  height: 4.4rem;
  border-radius: 0.6rem;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.07));
  overflow: hidden; }
  .form__wrapper .input {
    width: calc(100% - 5.6rem);
    height: 100%;
    padding: 1.1rem 3rem;
    border-radius: 0;
    border: none; }
  .form__wrapper .btn {
    width: 5.6rem;
    height: 100%;
    padding: 0 1rem;
    border-radius: 0; }
    .form__wrapper .btn img {
      display: block;
      height: 1.6rem; }

.chat__content-empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.chat__content-logo {
  margin-bottom: 5rem; }
  .chat__content-logo img {
    display: block;
    height: 3rem; }

.chat__alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 3.5rem 4rem;
  border-radius: 0.6rem;
  background-color: #F4F4F4; }

.chat__alert-block:first-child {
  width: calc(100% - 3.2rem);
  padding-right: 3rem; }

.chat__alert-block:last-child {
  width: 3.2rem;
  height: 3.2rem; }

.chat__alert-title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000000; }

.chat__alert-text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #000000; }

.chat__alert-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FDB813;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.7071 8.70711C15.0976 8.31658 15.0976 7.68342 14.7071 7.29289L8.34315 0.928932C7.95262 0.538408 7.31946 0.538408 6.92893 0.928932C6.53841 1.31946 6.53841 1.95262 6.92893 2.34315L12.5858 8L6.92893 13.6569C6.53841 14.0474 6.53841 14.6805 6.92893 15.0711C7.31946 15.4616 7.95262 15.4616 8.34315 15.0711L14.7071 8.70711ZM0 9H14V7H0V9Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem;
  transition: 0.3s; }
  .chat__alert-btn:hover {
    background-color: #f4ad02; }

.chat__rules {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%; }

.chat__rules-wrapper {
  display: flex;
  width: 100%;
  gap: 2rem; }

.chat__rules-column {
  flex: 1; }

.chat__rules-item {
  margin-bottom: 2rem;
  padding: 1.5rem 2rem;
  border-radius: 0.6rem;
  background-color: #F4F4F4;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000; }
  .chat__rules-item:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent; }
  .chat__rules-item a {
    margin-left: 0.5rem; }
    .chat__rules-item a img {
      display: inline-block;
      width: 1.4rem;
      transition: 0.3s; }
    .chat__rules-item a:hover img {
      transform: translateX(0.5rem); }

.chat__rules-img {
  margin-bottom: 2rem; }
  .chat__rules-img img {
    display: block;
    height: 3.6rem; }

.chat__rules-title {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  color: #000000; }

.loader i {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  background-color: #14256E;
  animation: animate-dots 2000ms ease-in-out infinite; }
  .loader i.loader__left {
    animation-delay: 0ms; }
  .loader i.loader__mid {
    animation-delay: 175ms; }
  .loader i.loader__right {
    animation-delay: 350ms; }

@keyframes animate-dots {
  0% {
    background-color: #14256E; }
  10% {
    background-color: #14256E; }
  20% {
    background-color: rgba(26, 115, 232, 0.6); }
  30% {
    background-color: rgba(26, 115, 232, 0.6); }
  40% {
    background-color: rgba(26, 115, 232, 0.6); }
  50% {
    background-color: rgba(26, 115, 232, 0.2); }
  60% {
    background-color: rgba(26, 115, 232, 0.2); }
  70% {
    background-color: rgba(26, 115, 232, 0.6); }
  80% {
    background-color: rgba(26, 115, 232, 0.6); }
  90% {
    background-color: #14256E; }
  100% {
    background-color: #14256E; } }

.advantages .block__title {
  max-width: 105rem;
  line-height: 1.15; }

.advantages .block__text {
  margin-top: 1rem; }
  .advantages .block__text.center {
    text-align: center; }

.advantages--features .advantages__wrapper {
  padding-top: 0; }

.advantages--features .advantages__item {
  background-color: #333333;
  background-image: url(/userfiles/advantages-bg-2.png);
  background-position: bottom right; }

.advantages--features .advantages__title {
  color: #FFFFFF; }

.advantages--features .advantages__text {
  color: #FFFFFF; }

.advantages__wrapper {
  padding: 12rem 0 17rem; }

.advantages__item {
  height: 100%;
  padding: 4.5rem 4.3rem 3.5rem 4rem;
  border-radius: 2rem;
  background-color: #FBFBFB;
  background-image: url(/userfiles/advantages-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto; }

.advantages__icon {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 3.5rem; }
  .advantages__icon img {
    display: block;
    height: 100%; }

.advantages__title {
  margin-bottom: 1rem;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700; }

.advantages__text {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6; }

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

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.bg-gray {
  background-color: #333333; }

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

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

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

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

.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: #14256E; }

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

.bg-green {
  background-color: #67BF67; }

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

.bg-main {
  background-color: #14256E; }

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

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

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

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

.bg-gray {
  background-color: #333333; }

.bg-peach {
  background-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: #FC4340;
  display: block;
  color: #FFFFFF; }

.alert.visible-success {
  background-color: #67BF67;
  display: block;
  color: #FFFFFF; }

.alert.success {
  background-color: #67BF67;
  display: block;
  color: #FFFFFF; }

.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: #FFFFFF;
  transition: all .2s ease;
  text-align: center; }
  html .ui-widget-content .ui-state-default.ui-state-hover {
    border: 0;
    color: #FFFFFF;
    background: #fdc02c; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #FDB813;
    border-color: #FDB813;
    color: #FFFFFF; }
  html .ui-widget-content .ui-state-default.ui-state-active {
    background: #f4ad02; }

@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) {
  .hide-desc {
    display: none; }
  .menu__btn,
  .menu {
    display: none; } }

@media (min-width: 1200px) {
  .sidebar__menu {
    display: none; } }

@media (max-width: 1200px) {
  .intro--about .intro__content {
    margin-bottom: 0; }
  .intro__wrapper {
    flex-direction: column; }
  .intro__content {
    width: 100%;
    margin-bottom: 2rem; }
  .intro__img {
    margin-left: 0; }
  .intro__blocks {
    flex-wrap: wrap;
    margin-bottom: 0; }
  .intro__block {
    width: 50%;
    margin-bottom: 2rem; }
    .intro__block--lg {
      width: 100%; }
  .courses__block {
    width: 50%;
    margin-bottom: 2rem; }
  .courses {
    padding: 5rem 0; }
  .courses__item {
    padding: 3rem; }
  .learn__block {
    width: 50%;
    margin-bottom: 2rem; }
  .learn {
    padding-bottom: 5rem; }
  .learn__item {
    padding: 3rem; }
  .how {
    padding: 3rem 0; }
  .how__wrapper {
    flex-direction: column; }
  .how__block {
    width: 100%;
    max-width: 100%; }
    .how__block:first-child {
      margin-bottom: 4rem; }
    .how__block:last-child {
      width: 100%;
      max-width: 100%; }
  .block__title {
    font-size: 5rem; }
  .cabinet__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 30rem;
    transform: translateX(-100%);
    z-index: 10;
    transition: all .2s ease;
    overflow: unset; }
    .cabinet__sidebar.opened {
      transform: translateX(0); }
      .cabinet__sidebar.opened .sidebar__menu {
        left: calc(100% + 1rem); }
    .cabinet__sidebar .logo {
      padding-left: 3rem; }
  .sidebar__nav a {
    padding-left: 3rem; }
  .sidebar__footer {
    padding-left: 3rem; }
  .cabinet__page {
    padding: 6rem 3rem 3rem; }
  .sidebar__menu {
    position: absolute;
    top: 2rem;
    left: calc(100% + 3rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 4.5rem;
    height: 3.4rem;
    background-color: #FFFFFF;
    border-radius: .4rem;
    padding: 1rem; }
    .sidebar__menu:before, .sidebar__menu:after,
    .sidebar__menu i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #000000;
      transition: 0.3s; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .header__wrapper {
    height: 6rem; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3rem;
    height: 1.8rem; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #000000;
      transition: 0.3s; }
    .menu__btn:hover:before {
      transform: translateY(0.2rem); }
    .menu__btn:hover:after {
      transform: translateY(-0.2rem); }
  .menu__close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    transition: 0.3s; }
    .menu__close:before, .menu__close:after {
      content: '';
      background-color: #000000;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: 2px; }
    .menu__close:after {
      transform: rotate(-45deg); }
    .menu__close:hover {
      transform: rotate(90deg); }
  .menu {
    padding: 6rem 0;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    background-color: #e4e4e4;
    transition: 0.3s;
    transform: translateX(100%);
    z-index: 1001; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .menu__content {
      width: 100%;
      padding: 0 3rem;
      overflow-y: auto; }
    .menu .menu__item {
      display: flex;
      align-items: center; }
    .menu .nav {
      flex-direction: column;
      height: auto; }
    .menu .nav__item {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      margin-right: 0;
      margin-bottom: 2rem; }
      .menu .nav__item a {
        padding: 0;
        height: auto;
        background: none; }
      .menu .nav__item:hover .nav__submenu-wrapper {
        transform: translateY(0) translateX(0); }
    .menu .header__link {
      margin-right: 2rem; }
    .menu .btn {
      height: 4.4rem;
      padding: 0 2.6rem; }
  .footer__nav {
    flex-direction: column; }
  .footer__line {
    flex-direction: column; }
  .copyright {
    margin-top: 2rem; }
  .intro--about .intro__content {
    padding: 7rem 0; }
  .intro--about .intro__img img {
    max-width: 80%;
    max-height: 14rem;
    height: auto;
    margin: 0 auto; }
  .intro__content {
    padding: 3rem; }
  .about {
    padding: 5rem 0; }
  .about__title {
    margin-bottom: 2rem;
    font-size: 4rem; }
  .about__text {
    font-size: 1.6rem; }
    .about__text h2 {
      font-size: 2.6rem; }
    .about__text h3 {
      font-size: 2rem; }
  .about__text-large {
    font-size: 2.6rem; }
  .how__item {
    padding: 3rem; }
  .marketing__wrapper {
    flex-direction: column; }
  .marketing__block {
    width: 100%;
    margin-bottom: 2rem; }
    .marketing__block:last-child {
      width: 100%; }
  .table--cabinet {
    display: block; }
    .table--cabinet tbody {
      display: block; }
      .table--cabinet tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .table--cabinet tbody tr td {
          width: 50%;
          display: block;
          text-align: left; }
          .table--cabinet tbody tr td.purchased {
            text-align: left; }
          .table--cabinet tbody tr td.buy {
            text-align: left; }
  .table--order {
    display: block; }
    .table--order tbody {
      display: block; }
      .table--order tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .table--order tbody tr td {
          padding: 10px 20px 10px 0;
          width: 50%;
          display: block;
          text-align: left; }
          .table--order tbody tr td:last-child {
            padding-right: 0; }
          .table--order tbody tr td:nth-child(2n) {
            padding-right: 0; }
          .table--order tbody tr td.purchased {
            text-align: left; }
          .table--order tbody tr td.buy {
            text-align: left; }
  .profile__wrapper {
    flex-direction: column; }
  .profile__block {
    width: 100%;
    margin-bottom: 2rem; }
  .contacts__block:first-child {
    width: 100%; }
  .contacts__block:last-child {
    width: 100%; } }

@media (max-width: 768px) {
  .feedback .remodal__content {
    padding: 3rem 5rem 4rem; }
  .intro__title {
    font-size: 4rem; }
  .intro__text {
    margin-bottom: 3rem;
    font-size: 1.6rem; } }

@media (max-width: 560px) {
  .step__block {
    width: 100%;
    margin-top: 0; }
    .step__block:nth-child(odd) {
      margin-top: 0; }
  .courses__block {
    width: 100%; }
  .learn__block {
    width: 100%; }
  .feedback .remodal__content {
    padding: 3rem 3rem 2rem; } }
