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

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 400; }
  body.fixed {
    padding-right: 5px;
    overflow: hidden; }
  body.inside .header {
    background-color: #403A42; }
  body.inside .page-wrapper {
    padding-top: 120px; }

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

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

p {
  margin: 0 0 .5em; }

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

.container {
  position: relative; }

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

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

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

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

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

.clearfix:after {
  clear: both; }

.page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 980px) {
    .page {
      padding-bottom: 0; } }

.mask {
  position: fixed;
  height: 100%;
  background-color: rgba(43, 46, 56, 0.9);
  z-index: 199;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in; }
  .mask.active {
    opacity: 1;
    visibility: visible; }

video {
  max-width: 100%; }

/* Vendor libs

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

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

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

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

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

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

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

.error__page {
  display: flex;
  align-items: center;
  height: 300px;
  justify-content: center;
  flex-direction: column;
  line-height: 1; }

.error__title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem; }

.error__text {
  color: #000;
  margin-bottom: 1.5rem; }

.tv-404-animation {
  height: 100vh;
  padding: 100px 0;
  display: flex;
  align-items: center;
  background: #FF8D1C;
  background: linear-gradient(to right, #4d5464 0, #252a36 100%);
  position: relative; }

.not__found-img {
  width: 100%;
  max-width: 100%;
  height: 450px;
  margin: 0 auto;
  display: block;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  animation: appear 1s 1;
  animation-timing-function: cubic-bezier(0.63, 0.09, 0.3, 1.43);
  animation-fill-mode: forwards;
  transform: scale(0); }

.moving-svg {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }

.not__found-img #service1, .not__found-img #service2, .not__found-img #service3, .not__found-img #service4, .not__found-img #service5, .not__found-img #service6, .not__found-img #service7, .not__found-img #service8 {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-animation: appear 3s infinite;
  animation: appear 3s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.09, 0.3, 1.43);
  animation-timing-function: cubic-bezier(0.63, 0.09, 0.3, 1.43);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(0);
  transform: scale(0); }

.not__found-img #service2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.not__found-img #service3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.not__found-img #service4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.not__found-img #service5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.not__found-img #service6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.not__found-img #service7 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.not__found-img #service8 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

/*Keyframes*/
@-webkit-keyframes appear {
  0% {
    -webkit-transform: scaleX(0) scaleY(0) translateY(0);
    transform: scaleX(0) scaleY(0) translateY(0); }
  70% {
    -webkit-transform: scaleX(0.7) scaleY(0.7) translateY(0);
    transform: scaleX(0.7) scaleY(0.7) translateY(0); }
  80% {
    -webkit-transform: scaleX(0.9) scaleY(0.5) translateY(5px);
    transform: scaleX(0.9) scaleY(0.5) translateY(5px); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
    transform: scaleX(1) scaleY(1) translateY(0); } }

@keyframes appear {
  0% {
    -webkit-transform: scaleX(0) scaleY(0) translateY(0);
    transform: scaleX(0) scaleY(0) translateY(0); }
  70% {
    -webkit-transform: scaleX(0.7) scaleY(0.7) translateY(0);
    transform: scaleX(0.7) scaleY(0.7) translateY(0); }
  80% {
    -webkit-transform: scaleX(0.9) scaleY(0.5) translateY(5px);
    transform: scaleX(0.9) scaleY(0.5) translateY(5px); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
    transform: scaleX(1) scaleY(1) translateY(0); } }

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

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

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

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

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

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .header.fixed {
    background-color: #000;
    position: fixed; }

.header__wrapper {
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.logo {
  display: block; }

.nav {
  display: flex; }
  .nav a {
    display: flex;
    margin-right: 4rem;
    color: #fff;
    font-size: 1.6rem;
    transition: all .2s ease; }
    .nav a:last-child {
      margin-right: 0; }
    .nav a.active {
      color: #f5ab1c; }
    .nav a:hover {
      text-decoration: none;
      color: #f5ab1c; }

.menu__btn {
  display: none; }

.social {
  transform: translateY(-0.8rem);
  display: flex;
  align-items: center; }
  .social a {
    display: flex;
    margin-right: 2rem;
    transition: all .2s ease;
    color: #000; }
    .social a img {
      margin-right: 1rem; }
    .social a:last-child {
      margin-right: 0; }

.header__wrapper {
  display: flex;
  justify-content: space-between; }

.section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
  position: relative; }
  .section.about {
    background-color: #D32B2B;
    padding: 3rem 0; }
    .section.about .main__title {
      color: #fff; }
  .section.logistic {
    padding: 3rem 0;
    background-color: #fff;
    color: #000; }
    .section.logistic .main__text {
      margin-bottom: 15%; }
  .section.contacts {
    padding: 3rem 0;
    min-height: auto;
    background-color: #000; }
    .section.contacts .main__title {
      color: #fff; }

.intro__img {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

.alert {
  font-size: 1.6rem;
  text-align: center; }

.intro__content {
  position: relative;
  z-index: 2;
  min-height: 700px;
  height: 100vh;
  display: flex;
  align-items: center; }

.logo img {
  height: 55px; }

.intro__title {
  margin-bottom: 4rem;
  color: #000;
  font-weight: 400;
  font-size: 4rem;
  position: relative;
  line-height: 1.4;
  max-width: 890px; }

.intro__footer {
  text-align: center; }

.intro__subtitle {
  color: #f5ab1c;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 3rem; }

.intro__text {
  max-width: 1090px;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 2rem; }

.main__title {
  font-size: 4rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 2rem; }

.goods {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 2rem; }
  .goods .type {
    display: block;
    font-weight: 700;
    margin-right: 1.6rem;
    color: #fff; }
    .goods .type:last-child {
      margin-right: 0; }

.goods__text {
  color: #fff;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto; }

.map {
  margin-top: 4rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem; }
  .map img {
    max-width: 100%;
    max-height: 600px; }

.main__text {
  text-align: center;
  font-size: 1.6rem;
  max-width: 1530px;
  padding: 0 1rem;
  width: 100%;
  margin: 0 auto 2rem; }

.logistic__services {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto; }

.logistic__block {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  width: 33.33333%;
  align-items: center; }
  .logistic__block img {
    height: 90px;
    margin-bottom: 1rem; }

.contacts__form {
  max-width: 590px;
  width: 100%;
  margin: 0 auto; }
  .contacts__form .form__group {
    margin-bottom: 2rem; }
  .contacts__form .input {
    background-color: #212121;
    border-radius: 0;
    height: 4rem;
    border: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
    .contacts__form .input::placeholder {
      font-size: 1.6rem;
      color: #fff;
      opacity: 1;
      text-transform: none; }
    .contacts__form .input:focus {
      background-color: #212121; }
  .contacts__form .textarea {
    border: 0;
    background-color: #212121;
    min-height: 15rem;
    font-size: 16px;
    padding-top: 1.5rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
    .contacts__form .textarea:focus {
      background-color: #212121; }
    .contacts__form .textarea::placeholder {
      font-size: 1.6rem;
      color: #fff;
      opacity: 1;
      text-transform: none; }
  .contacts__form .btn {
    height: auto;
    padding: 1rem 5rem;
    font-size: 1.6rem; }

.corporate {
  padding: 6rem 0; }

.corporate__wrapper {
  max-width: 800px;
  margin: 0 auto; }

.corporate__title {
  text-align: center;
  max-width: 800px;
  font-size: 36px;
  margin: 0 auto 50px; }

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

.checkbox__input {
  display: none; }
  .checkbox__input:checked + .checkbox__label {
    color: #000; }
    .checkbox__input:checked + .checkbox__label--not-active {
      user-select: auto;
      color: #CBC7C8; }
      .checkbox__input:checked + .checkbox__label--not-active:before {
        border-color: #f0efef; }
      .checkbox__input:checked + .checkbox__label--not-active:after {
        opacity: 0; }
      .checkbox__input:checked + .checkbox__label--not-active:hover {
        cursor: pointer; }
  .checkbox__input:checked + .checkbox__label:before {
    background-color: #8E786B;
    border-color: #8E786B; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input:checked + .checkbox__label:hover:after {
    color: #fff;
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #D32B2B; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #D32B2B; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #000;
  user-select: none;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #CBC7C8;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 2px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label:hover:not(.checkbox__label--disabled):after {
    color: #CBC7C8;
    opacity: 0.3; }
  .checkbox__label--error {
    color: #D32B2B; }
    .checkbox__label--error:before {
      border-color: #D32B2B; }
  .checkbox__label--disabled {
    color: #CBC7C8; }
    .checkbox__label--disabled:before {
      border-color: #f0efef; }
    .checkbox__label--disabled:hover {
      cursor: not-allowed; }
  .checkbox__label--not-active {
    user-select: auto;
    color: #CBC7C8; }
    .checkbox__label--not-active:before {
      border-color: #f0efef; }
    .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__label span {
    color: #CBC7C8; }

/* 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: #000; }
    .radio__input:checked + .radio__label--disabled {
      color: #CBC7C8; }
  .radio__input:checked + .radio__label:before {
    border-color: #18395e; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #18395e; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #CBC7C8; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #f0efef; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #CBC7C8; }
    .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: #2C567E; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #2C567E; }
  .radio__input--cart:checked + .radio__label--cart {
    border-color: #00acc1 !important; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #000;
  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 #CBC7C8;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #CBC7C8;
    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: #D32B2B; }
    .radio__label--error:before {
      border-color: #D32B2B; }
  .radio__label--disabled {
    color: #CBC7C8; }
    .radio__label--disabled:before {
      border-color: #f0efef; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #CBC7C8; }
    .radio__label--not-active:before {
      border-color: #f0efef; }
    .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: #2C567E; }
      .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: #2C567E; }
    .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: #00acc1;
      font-weight: 600;
      font-size: 1.3em; }
    .radio__label--cart img {
      max-width: 100%;
      display: block;
      margin: 0 auto 10px;
      max-height: 45px; }

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

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

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  display: inline-flex;
  vertical-align: middle;
  padding: 0.6em 1.3em;
  margin-bottom: 5px;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background-color: #717171;
  color: #000;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  transition: background-color .1s linear, color .1s linear, border-color .1s linear;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: dimgray;
    outline: 0; }
  .btn:hover {
    background-color: #646464; }
  .btn:active {
    background-color: #5f5f5f; }
  .btn--red {
    background-color: #D32B2B;
    color: #fff; }
    .btn--red:focus {
      background-color: #c62828; }
    .btn--red:hover {
      background-color: #be2727; }
    .btn--red:active {
      background-color: #b52525; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--purple {
    background-color: #403A42;
    color: #fff; }
    .btn--purple:focus {
      background-color: #38333a; }
    .btn--purple:hover {
      background-color: #332e34; }
    .btn--purple:active {
      background-color: #2e292f; }
  .btn--green {
    background-color: #4caf50;
    color: #fff; }
    .btn--green:focus {
      background-color: #47a44b; }
    .btn--green:hover {
      background-color: #449d48; }
    .btn--green:active {
      background-color: #419645; }
  .btn--yellow {
    background-color: #f5ab1c;
    color: #fff; }
    .btn--yellow:focus {
      background-color: #f4a60d; }
    .btn--yellow:hover {
      background-color: #eda00a; }
    .btn--yellow:active {
      background-color: #e3990a; }
  .btn--black {
    background-color: #000;
    color: #fff; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #CBC7C8;
    color: #000; }
    .btn--gray:focus {
      background-color: #c4bfc0; }
    .btn--gray:hover {
      background-color: #bfbabb; }
    .btn--gray:active {
      background-color: #bab4b6; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #D32B2B;
    color: #D32B2B;
    overflow: hidden; }
    .btn--o-red:hover {
      background-color: transparent; }
    .btn--o-red:before {
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -10%;
      z-index: 1;
      transition: width .4s linear;
      transform: skewX(-15deg);
      background-color: #D32B2B; }
    .btn--o-red span {
      position: relative;
      z-index: 2;
      transition: all .1s ease; }
    .btn--o-red:hover {
      color: #fff; }
      .btn--o-red:hover:before {
        background-color: #D32B2B;
        width: 130%; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    overflow: hidden; }
    .btn--o-rblack:hover {
      background-color: transparent; }
    .btn--o-rblack:before {
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -10%;
      z-index: 1;
      transition: width .4s linear;
      transform: skewX(-15deg);
      background-color: #000; }
    .btn--o-rblack span {
      position: relative;
      z-index: 2;
      transition: all .1s ease; }
    .btn--o-rblack:hover {
      color: #fff; }
      .btn--o-rblack:hover:before {
        background-color: #000;
        width: 130%; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden; }
    .btn--o-white:hover {
      background-color: transparent; }
    .btn--o-white:before {
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -10%;
      z-index: 1;
      transition: width .4s linear;
      transform: skewX(-15deg);
      background-color: #fff; }
    .btn--o-white span {
      position: relative;
      z-index: 2;
      transition: all .1s ease; }
    .btn--o-white:hover {
      color: #fff; }
      .btn--o-white:hover:before {
        background-color: #fff;
        width: 130%; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #403A42;
    color: #403A42;
    overflow: hidden; }
    .btn--o-purple:hover {
      background-color: transparent; }
    .btn--o-purple:before {
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -10%;
      z-index: 1;
      transition: width .4s linear;
      transform: skewX(-15deg);
      background-color: #403A42; }
    .btn--o-purple span {
      position: relative;
      z-index: 2;
      transition: all .1s ease; }
    .btn--o-purple:hover {
      color: #fff; }
      .btn--o-purple:hover:before {
        background-color: #403A42;
        width: 130%; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #4caf50;
    color: #4caf50;
    overflow: hidden; }
    .btn--o-green:hover {
      background-color: transparent; }
    .btn--o-green:before {
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -10%;
      z-index: 1;
      transition: width .4s linear;
      transform: skewX(-15deg);
      background-color: #4caf50; }
    .btn--o-green span {
      position: relative;
      z-index: 2;
      transition: all .1s ease; }
    .btn--o-green:hover {
      color: #fff; }
      .btn--o-green:hover:before {
        background-color: #4caf50;
        width: 130%; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #f5ab1c;
    color: #f5ab1c;
    overflow: hidden; }
    .btn--o-yellow:hover {
      background-color: transparent; }
    .btn--o-yellow:before {
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -10%;
      z-index: 1;
      transition: width .4s linear;
      transform: skewX(-15deg);
      background-color: #f5ab1c; }
    .btn--o-yellow span {
      position: relative;
      z-index: 2;
      transition: all .1s ease; }
    .btn--o-yellow:hover {
      color: #fff; }
      .btn--o-yellow:hover:before {
        background-color: #f5ab1c;
        width: 130%; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    overflow: hidden; }
    .btn--o-black:hover {
      background-color: transparent; }
    .btn--o-black:before {
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -10%;
      z-index: 1;
      transition: width .4s linear;
      transform: skewX(-15deg);
      background-color: #000; }
    .btn--o-black span {
      position: relative;
      z-index: 2;
      transition: all .1s ease; }
    .btn--o-black:hover {
      color: #fff; }
      .btn--o-black:hover:before {
        background-color: #000;
        width: 130%; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #CBC7C8;
    overflow: hidden; }
    .btn--o-gray:hover {
      background-color: transparent; }
    .btn--o-gray:before {
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -10%;
      z-index: 1;
      transition: width .4s linear;
      transform: skewX(-15deg);
      background-color: #CBC7C8; }
    .btn--o-gray span {
      position: relative;
      z-index: 2;
      transition: all .1s ease; }
    .btn--o-gray:hover {
      color: #fff; }
      .btn--o-gray:hover:before {
        background-color: #CBC7C8;
        width: 130%; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #D32B2B;
      border-color: #cb2929; }
    .btn--i-red:hover {
      border-color: #D32B2B;
      background-color: transparent;
      color: #D32B2B; }
    .btn--i-red:active {
      border-color: #c62828;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #fff; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #fff; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #fff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #403A42;
      border-color: #3b353d; }
    .btn--i-purple:hover {
      border-color: #403A42;
      background-color: transparent;
      color: #403A42; }
    .btn--i-purple:active {
      border-color: #38333a;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #4caf50;
      border-color: #49a84d; }
    .btn--i-green:hover {
      border-color: #4caf50;
      background-color: transparent;
      color: #4caf50; }
    .btn--i-green:active {
      border-color: #47a44b;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #f5ab1c;
      border-color: #f5a712; }
    .btn--i-yellow:hover {
      border-color: #f5ab1c;
      background-color: transparent;
      color: #f5ab1c; }
    .btn--i-yellow:active {
      border-color: #f4a60d;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #CBC7C8;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #CBC7C8;
      border-color: #c6c2c3; }
    .btn--i-gray:hover {
      border-color: #CBC7C8;
      background-color: transparent;
      color: #CBC7C8; }
    .btn--i-gray:active {
      border-color: #c4bfc0;
      background-color: transparent; }
  .btn--vg-red {
    background: #d84040;
    background: linear-gradient(to bottom, #d84040 0%, #931e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d84040', endColorstr='#931e1e', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-red:focus, .btn--vg-red:hover {
      opacity: .9; }
    .btn--vg-red:active {
      opacity: .8; }
  .btn--vg-rblack {
    background: #0d0d0d;
    background: linear-gradient(to bottom, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0d0d', endColorstr='black', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-rblack:focus, .btn--vg-rblack:hover {
      opacity: .9; }
    .btn--vg-rblack:active {
      opacity: .8; }
  .btn--vg-white {
    background: white;
    background: linear-gradient(to bottom, white 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#d9d9d9', GradientType=0);
    color: #000;
    transition: opacity .2s linear; }
    .btn--vg-white:focus, .btn--vg-white:hover {
      opacity: .9; }
    .btn--vg-white:active {
      opacity: .8; }
  .btn--vg-purple {
    background: #4d4650;
    background: linear-gradient(to bottom, #4d4650 0%, #191619 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4650', endColorstr='#191619', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-purple:focus, .btn--vg-purple:hover {
      opacity: .9; }
    .btn--vg-purple:active {
      opacity: .8; }
  .btn--vg-green {
    background: #5cb860;
    background: linear-gradient(to bottom, #5cb860 0%, #357a38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb860', endColorstr='#357a38', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-green:focus, .btn--vg-green:hover {
      opacity: .9; }
    .btn--vg-green:active {
      opacity: .8; }
  .btn--vg-yellow {
    background: #f6b434;
    background: linear-gradient(to bottom, #f6b434 0%, #bc7f08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b434', endColorstr='#bc7f08', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-yellow:focus, .btn--vg-yellow:hover {
      opacity: .9; }
    .btn--vg-yellow:active {
      opacity: .8; }
  .btn--vg-black {
    background: #0d0d0d;
    background: linear-gradient(to bottom, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0d0d', endColorstr='black', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-black:focus, .btn--vg-black:hover {
      opacity: .9; }
    .btn--vg-black:active {
      opacity: .8; }
  .btn--vg-gray {
    background: #d7d4d5;
    background: linear-gradient(to bottom, #d7d4d5 0%, #a69fa1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d4d5', endColorstr='#a69fa1', GradientType=0);
    color: #000;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--hg-red {
    background: #d84040;
    background: linear-gradient(to right, #d84040 0%, #931e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d84040', endColorstr='#931e1e', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-red:focus, .btn--hg-red:hover {
      opacity: .9; }
    .btn--hg-red:active {
      opacity: .8; }
  .btn--hg-rblack {
    background: #0d0d0d;
    background: linear-gradient(to right, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0d0d', endColorstr='black', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-rblack:focus, .btn--hg-rblack:hover {
      opacity: .9; }
    .btn--hg-rblack:active {
      opacity: .8; }
  .btn--hg-white {
    background: white;
    background: linear-gradient(to right, white 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#d9d9d9', GradientType=0);
    color: #000;
    transition: opacity .2s linear; }
    .btn--hg-white:focus, .btn--hg-white:hover {
      opacity: .9; }
    .btn--hg-white:active {
      opacity: .8; }
  .btn--hg-purple {
    background: #4d4650;
    background: linear-gradient(to right, #4d4650 0%, #191619 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4650', endColorstr='#191619', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-purple:focus, .btn--hg-purple:hover {
      opacity: .9; }
    .btn--hg-purple:active {
      opacity: .8; }
  .btn--hg-green {
    background: #5cb860;
    background: linear-gradient(to right, #5cb860 0%, #357a38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb860', endColorstr='#357a38', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-green:focus, .btn--hg-green:hover {
      opacity: .9; }
    .btn--hg-green:active {
      opacity: .8; }
  .btn--hg-yellow {
    background: #f6b434;
    background: linear-gradient(to right, #f6b434 0%, #bc7f08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b434', endColorstr='#bc7f08', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-yellow:focus, .btn--hg-yellow:hover {
      opacity: .9; }
    .btn--hg-yellow:active {
      opacity: .8; }
  .btn--hg-black {
    background: #0d0d0d;
    background: linear-gradient(to right, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0d0d', endColorstr='black', GradientType=0);
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-black:focus, .btn--hg-black:hover {
      opacity: .9; }
    .btn--hg-black:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #d7d4d5;
    background: linear-gradient(to right, #d7d4d5 0%, #a69fa1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d4d5', endColorstr='#a69fa1', GradientType=0);
    color: #000;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    display: block;
    width: 100%; }
  .btn--rounded {
    border-radius: 0.4rem; }
  .btn--ellipse {
    border-radius: 1.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--center {
    display: block;
    margin: 0 auto; }
  .btn--more {
    display: block;
    max-width: 215px;
    width: 100%;
    margin: 0 auto; }
  .btn--get-started {
    border-width: 3px; }
    .btn--get-started .fa {
      font-size: 1.35em; }
  .btn--lng {
    color: #1e1e1e;
    font-size: 1em;
    font-weight: 700;
    background-color: transparent;
    padding: .5em 1em; }
    .btn--lng:hover, .btn--lng:focus {
      background-color: transparent; }
  .btn--search {
    position: absolute;
    right: 10px;
    top: 8px;
    background-color: transparent;
    font-size: 1.5em;
    padding: 0;
    font-weight: 400; }
    .btn--search:hover, .btn--search:focus {
      background-color: transparent; }
  .btn--gradient {
    background-image: linear-gradient(to bottom, #9b7536 0%, #eab256 100%);
    transition: all .2s ease; }
    .btn--gradient:hover {
      background-image: linear-gradient(to top, #9b7536 0%, #eab256 100%); }
  .btn--dropdown {
    border-radius: 5px;
    border: 1px solid #c6c6cc;
    background-color: #fff;
    padding: .57em 1em;
    max-width: 235px;
    width: 100%;
    height: 35px;
    display: block;
    color: #102133;
    text-align: left;
    font-size: 14px;
    position: relative; }
    .btn--dropdown:focus {
      background: #fff; }
    .btn--dropdown .fa {
      position: absolute;
      right: 10px;
      top: 10px; }
  .btn--white span {
    position: relative; }
  .btn--white:hover {
    color: #CBC7C8; }
  .btn--o-white {
    overflow: hidden; }
    .btn--o-white:hover {
      color: #CBC7C8; }

/* 5. Form & hints
=========================*/
.login-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-family: "Open Sans", sans-serif; }

.form {
  margin: 20px 0; }
  .form--inline .form__group {
    display: inline-block;
    vertical-align: top; }
  .form--login {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    font-family: "Open Sans", sans-serif; }

.form__group {
  margin-bottom: 1em; }
  .form__group--inline {
    display: inline-block;
    vertical-align: top; }
  .form__group--cart .form__group--inline {
    margin-bottom: 10px;
    float: left;
    display: block; }
    .form__group--cart .form__group--inline:first-child {
      width: 40%; }
    .form__group--cart .form__group--inline:last-child {
      width: 60%; }
  .form__group--filter {
    max-height: 300px;
    overflow-y: auto; }

.form__hint {
  margin-top: 3px;
  color: #CBC7C8;
  font-size: 0.8em;
  line-height: 1.2; }

.form__login-wrapper {
  border-right: 3px solid #00acc1; }

.form__login {
  width: 100%;
  max-width: 500px; }

.form__title {
  font-size: 16px;
  line-height: 18px;
  color: #626262;
  font-weight: 600;
  margin-bottom: 15px; }

.login__cart {
  padding: 60px 0;
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  .login__cart .btn {
    font-size: 14px;
    padding: 14px 35px;
    font-weight: 700; }
  .login__cart .label {
    color: #626262;
    font-size: 14px;
    font-weight: 700;
    line-height: 26.43px;
    letter-spacing: 0.56px; }
  .login__cart .input {
    background-color: #f7f7f7;
    box-shadow: none;
    color: #bababa;
    padding: .75em 0.9em; }
    .login__cart .input:focus {
      background-color: #f7f7f7;
      color: #bababa; }

.login__cart-title {
  color: #626262;
  font-size: 15px;
  font-weight: 700;
  line-height: 26.43px;
  text-transform: uppercase; }
  .login__cart-title--cart {
    color: #3e3e3e;
    line-height: 26.43px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: unset;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #efefef;
    border-bottom: 2px solid #3e3e3e;
    background-color: #efefef; }
  .login__cart-title--list {
    padding-left: 15px;
    margin-bottom: 20px; }

.login__cart-options {
  font-size: 14px; }

.login__cart-wrapper {
  border-right: 3px solid #00acc1; }

.login__cart-register {
  margin-bottom: 20px;
  padding: 60px 0;
  background-color: #f7f7f7; }
  .login__cart-register .login__cart-title {
    margin-bottom: 15px; }
  .login__cart-register .btn {
    font-size: 14px;
    padding: 14px 35px;
    font-weight: 700; }

.login__cart-text {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px; }

.cart__login-reg-link {
  display: block;
  color: #1976d2;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px; }

.login-wrapper {
  padding: 0; }

.login__btn {
  font-size: 14px;
  padding: 14px 35px; }

.form__cart {
  padding-bottom: 10px; }
  .form__cart .form__group {
    padding: 0 5px;
    margin-bottom: 0; }
  .form__cart .label {
    padding-top: 7px;
    font-size: .8em; }
  .form__cart .input {
    min-height: auto;
    padding: 0 5px; }
  .form__cart .form__group {
    margin-bottom: 0; }

.form__wrapper .container {
  padding: 0; }

.form__inline-row {
  display: flex;
  justify-content: space-between; }
  .form__inline-row.middle {
    align-items: center; }
  .form__inline-row .form__group {
    flex-basis: 49%; }

.form__container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 1rem; }
  .form__container .popup__header {
    width: 100%; }

.form__descr {
  text-align: center;
  font-size: .7rem; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  font-weight: 300;
  min-height: 36px;
  font-size: 1.2rem;
  padding: .6rem 1rem;
  border: 1px solid #CBC7C8;
  background-color: #fff;
  height: 50px;
  color: #CBC7C8;
  transition: background-color .1s linear;
  width: 100%;
  border-radius: .4rem;
  /* Styling */
  /* States */ }
  .input:focus {
    background-color: #edf9ff;
    outline: 0; }
  .input::placeholder {
    color: #403A42;
    font-size: 1.2rem;
    opacity: .28; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 18px; }
  .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: #D32B2B;
    color: #D32B2B;
    background-color: rgba(211, 43, 43, 0.05); }
    .input--error::placeholder {
      color: #D32B2B; }
    .input--error:focus {
      background-color: rgba(211, 43, 43, 0.05); }
  .input--success {
    border-color: #4caf50;
    color: #4caf50;
    background-color: rgba(76, 175, 80, 0.05); }
    .input--success::placeholder {
      color: #4caf50; }
    .input--success:focus {
      background-color: rgba(76, 175, 80, 0.05); }
  .input.error {
    border-color: #D32B2B;
    color: #D32B2B;
    background-color: rgba(211, 43, 43, 0.05); }
    .input.error::placeholder {
      color: #D32B2B; }
    .input.error:focus {
      background-color: rgba(211, 43, 43, 0.05); }
  .input.success {
    border-color: #D32B2B;
    color: #D32B2B;
    background-color: rgba(211, 43, 43, 0.05); }
    .input.success::placeholder {
      color: #D32B2B; }
    .input.success:focus {
      background-color: rgba(211, 43, 43, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    border-radius: 5px;
    border: 1px solid #c6c6cc;
    background-color: #fff;
    box-shadow: none;
    min-height: unset;
    padding: .4em 2em .4em .9em; }

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

.input__icon {
  font-size: inherit;
  color: #CBC7C8;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: color .1s linear; }

.input__label {
  min-height: 36px;
  padding: 0.38em 0.9em;
  background-color: #646464;
  font-size: 1em;
  line-height: 1.4;
  color: #1a1a1a;
  white-space: nowrap;
  cursor: pointer; }

.input__file {
  font-size: .8em;
  display: inline-block;
  margin-bottom: 8px; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  font-size: 1.33333rem;
  display: block;
  width: 100%;
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
  padding: .6rem 1rem;
  border: 1px solid #CBC7C8;
  font-weight: inherit;
  background-color: #fff;
  height: 3rem;
  color: #CBC7C8;
  transition: background-color .1s linear;
  /* Styling */
  /* States */ }
  .textarea:focus {
    background-color: #edf9ff;
    outline: 0;
    resize: vertical; }
  .textarea::placeholder {
    color: #fcfcfc; }
  .textarea--rounded {
    border-radius: 0.3em; }
  .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--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #D32B2B;
    color: #D32B2B;
    background-color: rgba(211, 43, 43, 0.05); }
    .textarea--error::placeholder {
      color: #D32B2B; }
    .textarea--error:focus {
      background-color: rgba(211, 43, 43, 0.05); }
  .textarea--success {
    border-color: #4caf50;
    color: #4caf50;
    background-color: rgba(76, 175, 80, 0.05); }
    .textarea--success::placeholder {
      color: #4caf50; }
    .textarea--success:focus {
      background-color: rgba(76, 175, 80, 0.05); }

/* 6. Label
=========================*/
.label {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  cursor: pointer;
  color: #c2c2c2;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 1rem; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #000;
  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--red {
    background-color: #D32B2B;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #000; }
  .alert--purple {
    background-color: #403A42;
    color: #fff; }
  .alert--green {
    background-color: #4caf50;
    color: #fff; }
  .alert--yellow {
    background-color: #f5ab1c;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--gray {
    background-color: #CBC7C8;
    color: #000; }
  .alert--o-red {
    background: transparent;
    color: #D32B2B;
    border: 1px solid #D32B2B; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-purple {
    background: transparent;
    color: #403A42;
    border: 1px solid #403A42; }
  .alert--o-green {
    background: transparent;
    color: #4caf50;
    border: 1px solid #4caf50; }
  .alert--o-yellow {
    background: transparent;
    color: #f5ab1c;
    border: 1px solid #f5ab1c; }
  .alert--o-black {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-gray {
    background: transparent;
    color: #CBC7C8;
    border: 1px solid #CBC7C8; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em; }

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

/* 21. Tabs
=========================*/
/* Nav Item */
/* Content */
/* Content with border and bg */
/* Dark theme */
/* Styling */
.tabs {
  margin: 20px 0; }

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

.tabs__nav {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center; }

.tabs__nav-item {
  height: 50px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #D32B2B;
  border-radius: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: color .1s linear;
  margin-right: 1rem; }
  .tabs__nav-item:last-child {
    margin-right: 0; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none;
    border-color: #D32B2B; }
  .tabs__nav-item.active {
    color: #fff;
    background-color: #D32B2B; }

.tabs__content {
  padding: 1em 0;
  font-size: 1em;
  color: #000;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    padding: 1.5em 2em;
    color: #000;
    background-color: #fff;
    border: 1px solid #fcfcfc; }
  .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: #000;
    border-color: #000;
    color: #fff; }
  .tabs__content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .tabs__content ul li {
      margin-bottom: 1.4rem;
      font-size: 16px;
      width: 30%;
      text-align: center; }

/*--------------    TEXT PAGES SET    --------------*/
.article-section-title {
  padding-bottom: 15px; }

.article-title-text {
  color: #060606;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  /*border-bottom: 3px solid #2db1e1;*/
  padding: 0 100px 3px 0;
  text-align: left; }

.short-article-title-box {
  padding-bottom: 5px; }

.short-article.full .short-article-title-box {
  padding-bottom: 10px; }

.text-page .content {
  /*padding-top:85px;*/ }

/* articles */
.short-article {
  display: table;
  padding: 0 0 25px;
  width: 100%; }

.short-article:not(:last-child) {
  padding-bottom: 40px; }

.short-article:last-child {
  margin-bottom: 0; }

.short-article {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif; }

.short-article.full {
  padding-bottom: 0;
  margin-bottom: 0; }

.short-article .news-short-img {
  display: block;
  width: 300px;
  height: 200px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px; }

.short-new-title {
  /*padding-bottom: 4px;*/
  color: #000;
  font-size: 1.3em;
  text-decoration: none;
  line-height: 1.2;
  text-transform: none;
  padding-top: 20px; }

.short-article.full .short-new-title {
  display: block;
  /*padding-bottom: 10px;*/
  font-size: 1.5em;
  text-decoration: none;
  line-height: 1;
  text-transform: none; }

.short-article h2 {
  display: inline; }

.short-article img {
  max-width: 100%;
  height: auto; }

.short-article a.short-new-title {
  /*display: inline;*/ }

.short-article a.short-new-title:hover {
  text-decoration: underline; }

.short-article:not(.full) .date {
  margin-bottom: 10px; }

.short-article .date,
.full-article .date,
.page-header span.text-date,
.page-header span.date {
  display: inline-block;
  background: #eee;
  text-align: center;
  padding: 3px 3px 2px;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  color: #3c3a3a;
  line-height: 1; }

.page-header span.text-date,
.page-header span.date {
  margin: 0 0 0;
  padding: 9px 10px 8px;
  font-size: 15px;
  font-weight: 600; }

.article-record-info {
  padding-bottom: 10px;
  /*font-size: 0;*/ }

.page-header .article-record-info {
  padding: 0 0 10px; }

.back-to-news-list-btn {
  background: #f5f3f3;
  color: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 30px 9px;
  display: inline-block; }

.back-to-news-list-btn:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.article-read-moore-btn {
  display: inline-block;
  line-height: 1;
  margin-top: 17px;
  color: #868686;
  text-decoration: underline; }

/* articles */
.short-article .btn-wrapper {
  padding: 15px 0 0; }

/*audio*/
.article-audio-list-wrapper {
  padding: 20px 0 0; }

.article-audio-list-item:not(:last-child) {
  margin-bottom: 15px; }

.article-audio-block {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }

.article-audio-list-wrapper b,
.article-audio-list-wrapper strong {
  color: #000000;
  font-size: 15px;
  font-weight: 500; }

.article-download-btn {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  text-decoration: underline; }

.article-download-btn:hover {
  text-decoration: none; }

/*audio*/
/*photo gallery content*/
.content-images-list {
  padding: 30px 0 0; }

.content-image-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32%;
  margin-right: 2%;
  display: inline-block;
  float: left; }

.content-image-item:nth-child(3n) {
  margin-right: 0; }

.content-image-item:nth-child(n+4) {
  margin-top: 2%; }

@media (max-width: 768px) {
  .content-image-item {
    float: left;
    margin: 0 0 0 !important; } }

@media (max-width: 768px) and (min-width: 480px) {
  .content-image-item {
    width: 49%;
    margin-right: 2% !important; }
  .content-image-item:nth-child(2n) {
    margin-right: 0 !important; }
  .content-image-item:nth-child(n+3) {
    margin-top: 2% !important; } }

@media (max-width: 479px) {
  .content-image-item {
    width: 100%; }
  .content-image-item:nth-child(n+1) {
    margin-top: 2% !important; } }

/*photo gallery content*/
/*page-header-new*/
/* Headers + BG */
.page-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 285px;
  position: relative;
  margin: 0 0 0; }

.page-header-overlay {
  background-image: -moz-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  background-image: -webkit-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  background-image: -ms-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6; }

.page-header-content {
  z-index: 2;
  text-align: center;
  padding: 42px 30px 0;
  position: relative; }

.page-header-decorate {
  display: inline-block;
  width: 90px;
  height: 5px;
  background-color: #5eb48a;
  margin-bottom: 20px; }

.page-header-title {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
  line-height: 1; }

.page-header-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2; }

/*page-header-new*/
.short-article .separator {
  margin: 25px 0;
  width: 60px;
  height: 2px;
  background: #6d6e71; }

/*--------------    TEXT PAGES SET    --------------*/
.news-link {
  display: block;
  width: 100%;
  height: 225px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .news-link:hover .name-block {
    bottom: calc(50% - 17.5px); }
  .news-link:hover .bg-shadow {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .5s ease 0s; }
  .news-link .name-block {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    transition: all .3s ease 0s; }
  .news-link .bg-shadow {
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#b3000000",GradientType=0);
    height: 100%;
    transition: all .3s ease 0s; }
  .news-link .name {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding-bottom: 15px; }
  .news-link .line {
    display: block;
    background-color: #FF8D1C;
    width: 100px;
    height: 3px;
    margin: 0 auto; }

.text__content {
  padding-bottom: 150px; }
  @media (max-width: 992px) {
    .text__content {
      padding-bottom: 50px; } }

.text__content-text {
  color: #2b2b2b;
  font-size: 1.1em;
  margin-bottom: 30px; }

.text__title {
  color: #6a6a6a;
  font-size: 1.1em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative; }
  .text__title:after {
    width: 100px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    content: '';
    background-color: #e6e6e6; }

.text__wrapper {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 100px; }

.text__page-text {
  margin-bottom: 5px;
  font-size: 1em; }

.text__page-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px 1em; }
  .text__page-row:after {
    content: "";
    flex: auto; }

.text__page-item {
  margin-bottom: 30px;
  padding: 0 15px;
  height: 300px;
  width: 33.33333%; }

.text__page-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .text__page-img-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease-in; }
    .text__page-img-wrapper a:hover {
      transform: scale(1.05); }

.text__date {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FF8D1C;
  margin-bottom: 1rem;
  line-height: 1; }

.text__img {
  float: left;
  display: block;
  max-width: 400px;
  margin: 0 1.5em 1.5em 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .text__img img {
    max-width: 100%; }

.text__container {
  margin-bottom: .125rem;
  background: none;
  padding-top: 3rem; }
  .text__container .title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #403A42;
    margin-bottom: 1.6rem;
    position: relative; }
  .text__container .text {
    margin-bottom: .125em;
    padding: 1em;
    background-color: #fff; }
    .text__container .text:before, .text__container .text:after {
      content: "";
      display: table; }
    .text__container .text:after {
      clear: both; }
    .text__container .text ul {
      list-style: initial;
      margin-left: 1em; }
    .text__container .text p {
      margin-bottom: 1rem; }
      .text__container .text p:before, .text__container .text p:after {
        content: "";
        display: table; }
      .text__container .text p:after {
        clear: both; }

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

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.text-red {
  color: #D32B2B; }

.text-rblack {
  color: #000; }

.text-white {
  color: #fff; }

.text-purple {
  color: #403A42; }

.text-green {
  color: #4caf50; }

.text-yellow {
  color: #f5ab1c; }

.text-black {
  color: #000; }

.text-gray {
  color: #CBC7C8; }

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

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

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

.bg-purple {
  background-color: #403A42; }

.bg-green {
  background-color: #4caf50; }

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

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

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

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

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

.alert.visible-success {
  background-color: #4caf50;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #4caf50;
  display: block;
  color: #fff; }

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

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

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

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

.formh {
  display: none; }

.menu {
  display: none; }

@media (max-width: 1366px) {
  .nav a {
    font-size: 1.2rem; }
  .intro__title {
    font-size: 2rem; }
  .intro__subtitle {
    font-size: 2rem; }
  .intro__text {
    font-size: 1.2rem; }
  .main__title {
    font-size: 2rem; }
  .goods {
    font-size: 1.2rem; }
  .main__text {
    font-size: 1.2rem; }
  .logistic__block {
    font-size: 1.2rem; }
  .contacts__form .input {
    height: 3rem; }
    .contacts__form .input::placeholder {
      font-size: 1.2rem; }
  .contacts__form .textarea {
    min-height: 10rem; }
    .contacts__form .textarea::placeholder {
      font-size: 1.2rem; }
  .alert {
    font-size: 1.2rem;
    text-align: center; } }

@media (max-width: 992px) {
  .intro__img {
    top: 0;
    transform: translateY(0); }
  .intro__content {
    padding-top: 15rem;
    height: auto;
    min-height: 350px;
    padding-bottom: 3rem; }
  .logo {
    margin-bottom: 0; }
    .logo img {
      height: 35px; }
  .goods {
    display: block;
    padding: 0 1rem; }
    .goods .type {
      display: inline-block;
      vertical-align: top; }
  .header .nav {
    display: none; }
  .corporate__title {
    font-size: 30px; }
  .intro__title:after {
    bottom: -3rem; }
  .goods__text {
    display: block;
    margin-right: 0; }
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    background-color: #111;
    z-index: 1000;
    width: 320px;
    padding: 4rem 2rem;
    transition: all .2s ease;
    transform: translateX(-320px); }
    .menu .nav {
      flex-direction: column; }
      .menu .nav a {
        display: flex;
        margin-bottom: 1rem; }
    .menu.opened {
      transform: translateX(0); }
  .close__btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 30px;
    height: 30px;
    z-index: 10; }
    .close__btn:before, .close__btn:after {
      content: "";
      background-color: #fff;
      height: 4px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: .3em; }
    .close__btn:after {
      transform: rotate(-45deg); }
  .menu__btn {
    width: 2rem;
    height: 1.5rem;
    transition: all .2s ease;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: .4rem;
    position: relative; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      width: 100%;
      height: 4px;
      content: "";
      background: #fff;
      display: block;
      border-radius: .3rem;
      z-index: 200; } }

@media (max-width: 768px) {
  .logistic__services {
    justify-content: flex-start; }
  .logistic__block {
    width: 50%;
    margin-bottom: 1rem;
    padding: 0 1rem; }
  .logo img {
    max-width: 100%; }
  .tabs__nav {
    flex-wrap: wrap; }
  .contacts__form {
    padding: 0 15px; } }

@media (max-width: 540px) {
  .logistic__block {
    width: 100%; }
  .intro__title:after {
    display: none; }
  .tabs__item ul {
    flex-direction: column; }
    .tabs__item ul li {
      width: 100%; } }
