@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Alternate';
  src: url("../fonts/DINAlternate-Bold.eot");
  src: url("../fonts/DINAlternate-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINAlternate-Bold.woff2") format("woff2"), url("../fonts/DINAlternate-Bold.woff") format("woff"), url("../fonts/DINAlternate-Bold.ttf") format("truetype"), url("../fonts/DINAlternate-Bold.svg#DINAlternate-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SKYY MONO';
  src: url("../fonts/SKYYMONO-Bold.eot");
  src: url("../fonts/SKYYMONO-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SKYYMONO-Bold.woff2") format("woff2"), url("../fonts/SKYYMONO-Bold.woff") format("woff"), url("../fonts/SKYYMONO-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SKYY MONO';
  src: url("../fonts/SKYYMONO-Medium.eot");
  src: url("../fonts/SKYYMONO-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SKYYMONO-Medium.woff2") format("woff2"), url("../fonts/SKYYMONO-Medium.woff") format("woff"), url("../fonts/SKYYMONO-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SKYY MONO';
  src: url("../fonts/SKYYMONO-Regular.eot");
  src: url("../fonts/SKYYMONO-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SKYYMONO-Regular.woff2") format("woff2"), url("../fonts/SKYYMONO-Regular.woff") format("woff"), url("../fonts/SKYYMONO-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.overflow {
  height: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.article__sub h2, .article__sub h3, .article__sub h4 {
  font-family: 'SKYY MONO';
  color: #2649ad;
  margin: 15px 0 30px;
}

ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer !important;
}

a:hover {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button,
textarea {
  outline: none !important;
  -webkit-appearance: none;
  border-radius: 0px;
}

button {
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

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

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

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

.container {
  max-width: 1755px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 575.98px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .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-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .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-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .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-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .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-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .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-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .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-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.menu_wrap {
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-202px);
  transform: translateX(-202px);
  background: #fff;
  border-radius: 6px;
  top: 10px;
  -webkit-box-shadow: 0 0 3px 3px rgba(54, 128, 251, 0.16);
  box-shadow: 0 0 3px 3px rgba(54, 128, 251, 0.16);
}

.menuGlobal {
  width: 100%;
  padding: 10px;
}

.menu_click {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  border-left: 2px solid transparent;
  width: 33px;
  height: 30px;
}

.menu_click button {
  padding: 0;
}

.menuGlobal__item {
  margin-bottom: 17px;
}

.menuGlobal__item:last-child {
  margin-bottom: 0;
}

.menuGlobal__link {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
}

.menuGlobal__link:hover {
  color: #3680fb;
}

.menu_click, .menu_click button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu_wrap-title {
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #3680fb;
  border-bottom: 1px dashed #eaf0fa;
}

.menu_click button {
  font-weight: 700;
  line-height: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #000;
  border: 1px solid #bbcdee;
  outline: unset;
  background: #f8fafe;
  border-radius: 6px;
}

.menu_click button .icon-drop {
  width: 12px;
  height: 7px;
  fill: #bbcdee;
}

.menu_wrap_active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(2%);
  transform: translateX(2%);
}

.icon-wishlist {
  fill: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  stroke: #1947ba;
}

.product-item .active.icon-wishlist,
.active.icon-wishlist {
  fill: #1947ba;
}

.btn {
  outline: none;
  display: inline-block;
  cursor: pointer;
}

.btn_mini {
  min-height: 42px;
}

.btn_blue {
  font-family: 'SKYY MONO';
  text-transform: uppercase;
  background: #2649ad;
  color: #fff;
  padding: 9px 14px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1440px) {
  .btn_blue {
    font-size: 16px;
  }
}

.btn_blue:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn_large {
  text-align: center;
  padding: 25px 10px;
  width: 100%;
  max-width: 342px;
  font-size: 24px;
  letter-spacing: 4px;
}

@media (max-width: 1200px) {
  .btn_large {
    font-size: 18px;
    padding: 15px 10px;
  }
}

@media (max-width: 768px) {
  .btn_large {
    font-size: 16px;
    padding: 7px 10px;
  }
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Alternate';
  src: url("../fonts/DINAlternate-Bold.eot");
  src: url("../fonts/DINAlternate-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINAlternate-Bold.woff2") format("woff2"), url("../fonts/DINAlternate-Bold.woff") format("woff"), url("../fonts/DINAlternate-Bold.ttf") format("truetype"), url("../fonts/DINAlternate-Bold.svg#DINAlternate-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SKYY MONO';
  src: url("../fonts/SKYYMONO-Bold.eot");
  src: url("../fonts/SKYYMONO-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SKYYMONO-Bold.woff2") format("woff2"), url("../fonts/SKYYMONO-Bold.woff") format("woff"), url("../fonts/SKYYMONO-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SKYY MONO';
  src: url("../fonts/SKYYMONO-Medium.eot");
  src: url("../fonts/SKYYMONO-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SKYYMONO-Medium.woff2") format("woff2"), url("../fonts/SKYYMONO-Medium.woff") format("woff"), url("../fonts/SKYYMONO-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SKYY MONO';
  src: url("../fonts/SKYYMONO-Regular.eot");
  src: url("../fonts/SKYYMONO-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SKYYMONO-Regular.woff2") format("woff2"), url("../fonts/SKYYMONO-Regular.woff") format("woff"), url("../fonts/SKYYMONO-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__item {
  margin-right: 37px;
  margin-top: 4px;
}

@media (max-width: 1440px) {
  .nav__item {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  .nav__item {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.nav__link {
  font-family: 'SKYY MONO';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2649ad;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 2.76px;
  padding: 15px 0px;
}

.nav__link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 1440px) {
  .nav__link {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .nav__item:first-child, .nav__item:last-child {
    display: block;
  }

  .nav__link {
    padding: 15px 10px;
  }
}

.burger {
  display: none;
  cursor: pointer;
  position: absolute;
  padding: 10px;
  height: 37px;
  width: 60px;
  top: 50%;
  right: 15px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.burger-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 2px;
  background: #1947ba;
}

.burger-icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1947ba;
  right: 0;
  -webkit-transition: .2s;
  transition: .2s;
  top: -15px;
}

.burger-icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1947ba;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -15px;
}

.burger.active .burger-icon {
  background: transparent;
}

.burger.active .burger-icon:before {
  content: '';
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 0;
  width: 100%;
  background: #1947ba;
}

.burger.active .burger-icon:after {
  content: '';
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  top: 0;
  width: 100%;
  background: #1947ba;
}

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

  .nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__list-item {
    margin-bottom: 20px;
  }

  .nav, .nav__item, .nav__link {
    width: 100%;
  }

  .nav__item.active .nav__link {
    background: #2649ad;
    color: #fff;
  }

  .nav__link {
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    display: block;
  }

  .nav__link:hover {
    background: #2649ad;
    color: #fff;
  }

  .nav__item {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .nav__list {
    overflow-y: auto;
  }
}

.select.active .select__icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select__trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__selecto .selecto {
  position: relative;
}

.header__selecto .selecto.active .header__selecto .selecto__icon-arrowo {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__selecto .selecto__triggero {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .header__selecto .selecto__triggero {
    margin-bottom: 0px;
  }
}

.header__selecto .selecto__icon-arrowo {
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-color: #2649ad transparent transparent transparent;
  border-style: solid;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__selecto .selecto__dropdowno {
  position: fixed;
  min-width: 430px;
  height: calc(100vh - 113px);
  top: 113px;
  background-color: rgba(25, 71, 186, 0.9);
  right: -100%;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  z-index: 10;
  overflow: hidden;
  padding-top: 70px;
  text-align: center;
}

@media (max-width: 992px) {
  .header__selecto .selecto__dropdowno {
    top: 0;
    background-color: rgba(25, 71, 186, 0.9);
    min-width: 100%;
    padding-top: 50px;
  }
}

@media (max-width: 992px) {
  .header__selecto .selecto__dropdowno {
    height: calc(100vh - 103px);
    right: -120%;
  }
}

.header__selecto .selecto .activee {
  right: 0;
}

.header__selecto .selecto .selecto__dropdowno.active {
  right: 0;
}

.header__selecto .selecto__optiono {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 20px;
  color: white;
  margin-bottom: 18px;
}

.header__selecto .selecto__optiono:hover {
  font-weight: 700;
}

.header__selecto .select__title {
  color: white;
  font-size: 31px;
  letter-spacing: 5px;
  display: block;
}

@media (max-width: 576px) {
  .header__selecto .select__title {
    font-size: 23px;
    line-height: 25px;
  }
}

.header__selecto .select__title-sub {
  color: white;
  font-size: 31px;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .header__selecto .select__title-sub {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .header__selecto .select__title-sub {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

.header__selecto .option__wrappo {
  max-height: 500px;
  overflow-y: auto;
}

@media (max-width: 1440px) {
  .header__selecto .option__wrappo {
    max-height: 250px;
  }
}

.option__wrappo a,
.option__wrappo a:active,
.option__wrappo a:hover,
.option__wrappo a:visited {
  color: #fff;
}

.header__selecto__icon-arrow {
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-color: #2649ad transparent transparent transparent;
  border-style: solid;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__selecto__dropdown {
  margin-top: 5px;
  position: absolute;
  width: 100%;
  border: 2px solid #2649ad;
  border-radius: 5px;
  display: none;
  z-index: 10;
  right: 0;
  overflow: hidden;
}

.header__selecto__option {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 5px;
  font-size: 18px;
  line-height: 18px;
  background: #fff;
}

.header__selecto__option:hover {
  background: #2649ad;
  color: #fff;
}

.header__selecto .active-option {
  font-weight: 700;
}

.header__selecto .icon-arrow {
  width: 10px;
  height: 9px;
  fill: white;
  cursor: pointer;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .header__selecto .icon-arrow {
    margin-bottom: 27px;
  }
}

.header__selecto .icon-arrow-next {
  width: 10px;
  height: 9px;
  fill: white;
  cursor: pointer;
  margin-top: 35px;
}

@media (max-width: 992px) {
  .header__selecto .icon-arrow-next {
    margin-top: 27px;
  }
}

.selecto.activee .selecto__icon-arrowo {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 992px) {
  .select-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }

  .select-wrapp .select__dropdown_lang {
    width: 100%;
  }

  .select-wrapp .select__option {
    padding: 5px;
    font-size: 18px;
  }
}

.select-wrapp .select__title {
  font-family: 'SKYY MONO';
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 31px;
  max-width: 345px;
  margin: 0 auto 40px;
  letter-spacing: 3px;
}

@media (max-width: 992px) {
  .select-wrapp .select__title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .select-wrapp .select__title {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}

.select-wrapp .select__icon-arrow {
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-color: #2649ad transparent transparent transparent;
  border-style: solid;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-wrapp .select.active .select__icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-wrapp .select__dropdown_lang {
  padding: 70px 0;
  position: absolute;
  top: 113px;
  border: 0;
  right: 0;
  height: 100vh;
  width: 30%;
  overflow: hidden;
  max-width: 440px;
  background: rgba(25, 71, 186, 0.5);
  z-index: 4;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.select-wrapp .select__dropdown_lang.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 992px) {
  .select-wrapp .select__dropdown_lang {
    top: 103px;
    background: rgba(25, 71, 186, 0.9);
    padding-top: 50px;
  }
}

.select-wrapp .select__trigger_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 992px) {
  .select-wrapp .select__trigger_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.select-wrapp .header__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .select-wrapp .header__info-inner {
    padding: 40px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-top: 200px;
  }
}

.select-wrapp .select__slider {
  max-height: 530px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .select-wrapp .select__slider {
    max-height: 300px;
  }
}

@media (max-width: 576px) {
  .select-wrapp .swiper-slide {
    height: 20px;
    line-height: 20px;
  }
}

.select-wrapp .select__option {
  display: inline-block;
  margin-bottom: 10px;
}

.select-wrapp .select__option.active {
  font-weight: bold;
}

.select-wrapp .swiper-slide {
  text-align: center;
}

.select-wrapp .swiper-button-next, .select-wrapp .swiper-button-prev {
  width: 10px;
  height: 9px;
  background: url("../img/svg/arroww.svg") 50% 50% no-repeat;
  outline: 0;
  border: 0;
  margin: 0;
}

.select-wrapp .swiper-button-prev {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.select-wrapp .swiper-button-next {
  bottom: 20px;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.select-wrapp .swiper-button-next:after, .select-wrapp .swiper-container-rtl .swiper-button-prev:after, .select-wrapp .swiper-button-prev:after, .select-wrapp .swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.select-wrapp .select__dropdown-inner {
  padding: 50px 0;
  position: relative;
}

.select-wrapp .select__option {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 20px;
  color: white;
  margin-bottom: 18px;
}

.select-wrapp .select__option:hover {
  font-weight: 700;
}

.select-wrapp .select__value {
  font-size: 18px;
  margin: 0 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: none;
}

@media (max-width: 992px) {
  .select-wrapp .select__value {
    display: block;
  }
}

@media (max-width: 992px) {
  .select-wrapp .header__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }

  .select-wrapp .header__select .select__dropdown_lang {
    width: 100%;
  }

  .select-wrapp .header__select .select__option {
    padding: 5px;
    font-size: 18px;
  }
}

.header {
  padding: 25px 0;
  background: #fff;
  position: relative;
}

@media (max-width: 992px) {
  .header {
    padding: 0;
  }
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .header .container {
    padding: 0;
  }
}

.header__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .header__info-inner {
    padding: 40px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 133px);
    padding-top: 30px;
    padding-bottom: 85px;
    overflow-y: auto;
  }
}

@media (max-width: 320px) {
  .header__info-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.header__btn {
  margin-right: 37px;
}

@media (max-width: 992px) {
  .header__btn,
  .header__btn btn {
    margin: 0 auto !important;
  }
}

@media (max-width: 1440px) {
  .header__btn {
    margin-right: 20px;
  }
}

.header__search {
  max-width: 167px;
  margin-right: 15px;
}

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

.header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: #01bbd9;
  background: -webkit-gradient(linear, left top, right top, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(to right, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01bbd9', endColorstr='#202555', GradientType=1);
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  .header:after {
    z-index: 20;
  }
}

@media (max-width: 992px) {
  .header__left {
    padding: 20px 15px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 999999;
  }
}

.header__left:after {
  display: none;
}

@media (max-width: 992px) {
  .header__left:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: #01bbd9;
    background: -webkit-gradient(linear, left top, right top, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
    background: linear-gradient(to right, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01bbd9', endColorstr='#202555', GradientType=1);
    bottom: 0;
    left: 0;
    display: block;
  }
}

.header .selecto__dropdowno {
  width: auto;
}

.header .selecto__valueo {
  font-size: 18px;
  margin: 0 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: none;
}

@media (max-width: 992px) {
  .header .selecto__valueo {
    display: block;
  }
}

@media (max-width: 992px) {
  .header__selecto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }

  .header__selecto .select__dropdown {
    width: 100%;
  }

  .header__selecto .select__dropdown_lang {
    width: 100%;
  }

  .header__selecto .select__option {
    padding: 5px;
    font-size: 18px;
  }
}

.header__social {
  display: none;
}

@media (max-width: 992px) {
  .header__social {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .header__info {
    position: fixed;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    left: 0;
    height: 100vh;
    background: url("../img/content/header/header-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    z-index: 10;
  }

  .header__info.active {
    top: 103px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
}

.social__item {
  margin-right: 10px;
  height: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social__item:last-child {
  margin-right: 0;
}

.social__item img {
  max-height: 20px;
}

.social__item:hover {
  -webkit-transform: translatey(-2px);
  transform: translatey(-2px);
}

.header__btn {
  max-width: 140px;
  height: 36px;
}

@media (max-width: 1440px) {
  .header__btn {
    max-width: 140px;
  }
}

.header__btn button {
  width: 100%;
  font-size: 18px;
}

.footer {
  width: 100%;
  height: 4.86vw;
}

.footer--wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  min-height: 588px;
  background: #f8f8f9;
  padding-top: 75px;
  padding-bottom: 116px;
  position: relative;
}

@media (max-width: 1200px) {
  .footer--wrap {
    min-height: 888px;
  }
}

@media (max-width: 576px) {
  .footer--wrap {
    min-height: 688px;
  }
}

@media (max-width: 375px) {
  .footer--wrap {
    min-height: 488px;
  }
}

@media (max-width: 320px) {
  .footer--wrap {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.footer--wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(to right, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555);
}

.footer__inner {
  max-width: 1664px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1580px) {
  .footer__inner {
    max-width: 1300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .footer__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 80px;
  }
}

@media (max-width: 992px) {
  .footer__logo {
    margin-top: 60px;
  }
}

@media (max-width: 320px) {
  .footer__logo {
    margin-top: 50px;
  }
}

.footer__row {
  display: inline-block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 14px;
  width: 100%;
}

.footer__row .footer__link:last-child:after {
  display: none;
}

@media (max-width: 1200px) {
  .footer__row {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer__row {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .footer__row {
    max-width: 400px;
  }
}

@media (max-width: 420px) {
  .footer__row {
    max-width: 400px;
  }
}

@media (max-width: 440px) {
  .footer__row {
    max-width: 300px;
  }
}

@media (max-width: 320px) {
  .footer__row {
    max-width: 260px;
  }
}

@media (max-width: 768px) {
  .footer__top {
    text-align: center;
  }
}

.footer__img {
  width: 391px;
  height: 391px;
}

@media (max-width: 1580px) {
  .footer__img {
    width: 291px;
    height: 291px;
  }
}

@media (max-width: 440px) {
  .footer__img {
    width: 150px;
    height: 150px;
  }
}

.footer__link {
  font-family: 'SKYY MONO';
  font-size: 27px;
  color: #1947ba;
  font-weight: bold;
  position: relative;
  letter-spacing: 3.24px;
  display: inline-block;
  margin-right: 24px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1580px) {
  .footer__link {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .footer__link {
    margin-right: 50px;
    display: inline-block;
    margin-bottom: 23px;
  }
}

@media (max-width: 768px) {
  .footer__link {
    margin-right: 40px;
  }
}

@media (max-width: 576px) {
  .footer__link {
    margin-right: 20px;
    font-size: 20px;
  }
}

@media (max-width: 440px) {
  .footer__link {
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.footer__link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer__link:last-child:after {
  display: none;
}

.footer__info {
  max-width: 1015px;
}

@media (max-width: 1580px) {
  .footer__info {
    max-width: 830px;
  }
}

.footer__row .footer__link:last-child {
  font-family: 'SKYY MONO';
  font-size: 27px;
  color: #1947ba;
  font-weight: bold;
  position: relative;
  letter-spacing: 4px;
  display: inline-block;
  margin-top: 28px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1580px) {
  .footer__row .footer__link:last-child {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .footer__row .footer__link:last-child {
    font-size: 22px;
    width: 30%;
  }
}

@media (max-width: 768px) {
  .footer__row .footer__link:last-child {
    width: 226px;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .footer__row .footer__link:last-child {
    font-size: 20px;
    max-width: 210px;
  }
}

@media (max-width: 440px) {
  .footer__row .footer__link:last-child {
    font-size: 15px;
    max-width: 170px;
    margin-bottom: 40px;
  }
}

@media (max-width: 320px) {
  .footer__row .footer__link:last-child {
    margin-bottom: 30px;
  }
}

.footer__row .footer__link:last-child:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer__link:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 30px;
  background-color: #1947ba;
  top: 0;
  right: -10px;
}

@media (max-width: 1580px) {
  .footer__link:after {
    right: -8px;
    height: 25px;
  }
}

@media (max-width: 1200px) {
  .footer__link:after {
    right: -25px;
  }
}

@media (max-width: 768px) {
  .footer__link:after {
    right: -20px;
  }
}

@media (max-width: 576px) {
  .footer__link:after {
    right: -10px;
  }
}

@media (max-width: 440px) {
  .footer__link:after {
    right: -5px;
    height: 20px;
  }
}

.footer__title {
  font-family: 'SKYY MONO';
  font-size: 31px;
  color: #1947ba;
  font-weight: bold;
  position: relative;
  letter-spacing: 3.72px;
  display: block;
  margin-bottom: 47px;
}

@media (max-width: 1580px) {
  .footer__title {
    font-size: 29px;
  }
}

@media (max-width: 1200px) {
  .footer__title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer__title {
    font-size: 20px;
  }
}

@media (max-width: 440px) {
  .footer__title {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 855px;
  margin-bottom: 37px;
}

@media (max-width: 992px) {
  .footer__items {
    margin: 0 auto;
    margin-bottom: 37px;
    max-width: 655px;
  }
}

@media (max-width: 768px) {
  .footer__items {
    display: block;
    text-align: center;
  }
}

.form-itemf {
  width: 650px;
  background-color: white;
  height: 52px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
}

@media (max-width: 992px) {
  .form-itemf {
    width: 450px;
  }
}

@media (max-width: 768px) {
  .form-itemf {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 440px) {
  .form-itemf {
    height: 42px;
    margin-bottom: 15px;
  }
}

@media (max-width: 320px) {
  .form-itemf {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 260px;
  }
}

.form-footer {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 26px;
  font-weight: normal;
  color: #1947ba;
  text-transform: uppercase;
  letter-spacing: 3.12px;
}

@media (max-width: 1580px) {
  .form-footer {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .form-footer {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 440px) {
  .form-footer {
    font-size: 14px;
  }
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #1947ba;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1947ba;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1947ba;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #1947ba;
}

.form__submit {
  font-family: 'SKYY MONO';
  width: 205px;
  height: 52px;
  background-color: #1947ba;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .form__submit {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 440px) {
  .form__submit {
    height: 42px;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .form__submit {
    margin-bottom: 20px;
  }
}

.error {
  border: 1px solid red;
}

.footer__social {
  width: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 34px;
}

@media (max-width: 1200px) {
  .footer__social {
    margin: 0 auto;
  }
}

@media (max-width: 440px) {
  .footer__social {
    width: 300px;
  }
}

@media (max-width: 320px) {
  .footer__social {
    width: 260px;
  }
}

.icon-facebook {
  width: 34px;
  height: 34px;
  -webkit-transition: .3s;
  transition: .3s;
  fill: #1947ba;
}

@media (max-width: 440px) {
  .icon-facebook {
    width: 30px;
    height: 30px;
  }
}

.icon-facebook:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.icon-twiter:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.icon-inst:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.icon-yt:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.icon-twiter {
  width: 38px;
  height: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  fill: #1947ba;
}

@media (max-width: 440px) {
  .icon-twiter {
    width: 34px;
    height: 26px;
  }
}

.icon-inst {
  width: 33px;
  height: 33px;
  -webkit-transition: .3s;
  transition: .3s;
  fill: #1947ba;
}

@media (max-width: 440px) {
  .icon-inst {
    width: 29px;
    height: 29px;
  }
}

.icon-yt {
  width: 38px;
  height: 34px;
  -webkit-transition: .3s;
  transition: .3s;
  fill: #1947ba;
}

@media (max-width: 440px) {
  .icon-yt {
    width: 34px;
    height: 30px;
  }
}

.search {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid transparent;
  height: 36px;
  max-width: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search__btn {
  width: 36px;
  height: 36px;
  border: 2px solid #2649ad;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -2px;
}

.search__expanded {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}

.search__input {
  border: 0;
  border-bottom: 1px solid #bec9e7;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
}

.search.expanded .search__expanded {
  padding: 0 14px 4px 5px;
  width: 100%;
}

.search.expanded .search__form {
  border: 2px solid #2649ad;
  max-width: 167px;
}

.search.expanded:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search__input::-webkit-input-placeholder {
  color: #2649ad;
  font-size: 13px;
}

.search__input::-moz-placeholder {
  color: #2649ad;
  font-size: 13px;
}

.search__input-ms-input-placeholder {
  color: #2649ad;
  font-size: 13px;
}

.select.active .select__icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select__trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__selecto .selecto {
  position: relative;
}

.header__selecto .selecto.active .header__selecto .selecto__icon-arrowo {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__selecto .selecto__triggero {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .header__selecto .selecto__triggero {
    margin-bottom: 0px;
  }
}

.header__selecto .selecto__icon-arrowo {
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-color: #2649ad transparent transparent transparent;
  border-style: solid;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__selecto .selecto__dropdowno {
  position: fixed;
  min-width: 430px;
  height: calc(100vh - 113px);
  top: 113px;
  background-color: rgba(25, 71, 186, 0.9);
  right: -100%;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  z-index: 10;
  overflow: hidden;
  padding-top: 70px;
  text-align: center;
}

@media (max-width: 992px) {
  .header__selecto .selecto__dropdowno {
    top: 0;
    background-color: rgba(25, 71, 186, 0.9);
    min-width: 100%;
    padding-top: 50px;
  }
}

@media (max-width: 992px) {
  .header__selecto .selecto__dropdowno {
    height: calc(100vh - 103px);
    right: -120%;
  }
}

.header__selecto .selecto .activee {
  right: 0;
}

.header__selecto .selecto .selecto__dropdowno.active {
  right: 0;
}

.header__selecto .selecto__optiono {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 20px;
  color: white;
  margin-bottom: 18px;
}

.header__selecto .selecto__optiono:hover {
  font-weight: 700;
}

.header__selecto .select__title {
  color: white;
  font-size: 31px;
  letter-spacing: 5px;
  display: block;
}

@media (max-width: 576px) {
  .header__selecto .select__title {
    font-size: 23px;
    line-height: 25px;
  }
}

.header__selecto .select__title-sub {
  color: white;
  font-size: 31px;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .header__selecto .select__title-sub {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .header__selecto .select__title-sub {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

.header__selecto .option__wrappo {
  max-height: 500px;
  overflow-y: auto;
}

@media (max-width: 1440px) {
  .header__selecto .option__wrappo {
    max-height: 250px;
  }
}

.header__selecto__icon-arrow {
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-color: #2649ad transparent transparent transparent;
  border-style: solid;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__selecto__dropdown {
  margin-top: 5px;
  position: absolute;
  width: 100%;
  border: 2px solid #2649ad;
  border-radius: 5px;
  display: none;
  z-index: 10;
  right: 0;
  overflow: hidden;
}

.header__selecto__option {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 5px;
  font-size: 18px;
  line-height: 18px;
  background: #fff;
}

.header__selecto__option:hover {
  background: #2649ad;
  color: #fff;
}

.header__selecto .active-option {
  font-weight: 700;
}

.header__selecto .icon-arrow {
  width: 10px;
  height: 9px;
  fill: white;
  cursor: pointer;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .header__selecto .icon-arrow {
    margin-bottom: 27px;
  }
}

.header__selecto .icon-arrow-next {
  width: 10px;
  height: 9px;
  fill: white;
  cursor: pointer;
  margin-top: 35px;
}

@media (max-width: 992px) {
  .header__selecto .icon-arrow-next {
    margin-top: 27px;
  }
}

.selecto.activee .selecto__icon-arrowo {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hero {
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .hero {
    padding-top: 100px;
  }

  .page-template-page-age-gate-us .hero,
  .page-template-page-age-gate .hero {
    padding-top: 0 !important;
  }
}

@media (max-width: 992px) {
  .hero {
    height: 100vh;
  }
}

.hero__img, .hero__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.hero__container {
  height: 100%;
}

.hero__container .container {
  height: 100%;
}

.hero__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .hero__item-inner {
    padding: 40px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero__item-inner.end {
    padding: 40px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero__item-inner {
    height: 100vh;
  }
}

@media (min-height: 1100px) {
  .hero__item-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero__item:nth-child(3) .hero__item-inner {
  max-width: 1200px;
}

.hero__title {
  font-family: 'SKYY MONO';
  font-size: 75px;
  line-height: 75px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-shadow: 0px 0px 6px rgb(150 150 150);
  font-weight: bold;
}

.hero_right {
  margin-left: 200px;
}

@media (max-width: 1300px) {
  .hero__title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 40px;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .hero__title {
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .hero__title {
    max-width: none;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .hero_right {
    margin: 0 auto !important;
  }
}

@media (max-width: 576px) {
  .hero__title {
    max-width: 624px;
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media (max-width: 320px) {
  .hero__title {
    max-width: 100%;
    margin: 0;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.hero__description {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (max-width: 1200px) {
  .hero__description {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 38px;
  }
}

@media (max-width: 1024px) {
  .hero__description {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .hero__description {
    max-width: none;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .hero__description {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .hero__item.offest-left .hero__item-inner {
    margin: 0;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hero__item.offest-left.age-confirm .hero__item-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .hero__btn {
    margin-top:28px;
  }

@media (max-width: 1200px) {
  .hero__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 150px;
  }

.end .hero__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: start;
    -webkit-box-pack: initial;
    -ms-flex-pack: center;
    justify-content: left;
    margin-bottom: 150px;
}
}

@media (max-width: 460px) {
  .hero__btn {
    margin-top: 20px;
  }
}

@media (max-width: 360px) {
  .hero__btn {
    margin-top: -10px;
  }
}

.hero__btns {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1755px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.hero .swiper-button-next, .hero .swiper-button-prev {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  outline: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero .swiper-button-next:hover, .hero .swiper-button-prev:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 1200px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    display: none;
  }
}

.hero .swiper-button-next {
  right: 100px;
}

@media (max-width: 1440px) {
  .hero .swiper-button-next {
    top: auto;
    bottom: 50px;
    right: 15px;
  }
}

.hero .swiper-button-prev {
  left: 100px;
}

@media (max-width: 1440px) {
  .hero .swiper-button-prev {
    top: auto;
    bottom: 130px;
    left: auto;
    right: 15px;
  }
}

.hero .swiper-button-next:after, .hero .swiper-container-rtl .swiper-button-prev:after, .hero .swiper-button-prev:after, .hero .swiper-container-rtl .swiper-button-next:after {
  font-size: 28px;
}

.hero .swiper-button-next:after, .hero .swiper-container-rtl .swiper-button-prev:after {
  margin-right: -3px;
}

.hero .swiper-button-prev:after, .hero .swiper-container-rtl .swiper-button-next:after {
  margin-left: -3px;
}

@media (max-width: 576px) {
  .hero .swiper-slide, .hero .swiper-wrapper {
    height: auto;
  }
}

.scroll-down {
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 35px;
  z-index: 5;
  cursor: pointer;
  text-align: center;
}

.scroll-down:hover .scroll-down__icon {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.scroll-down__title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .scroll-down__title {
    font-size: 14px;
  }
}

.scroll-down__icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

  .scroll-down .scroll__img {
    height: 70px;
  }
}

.hero__item_verify .hero__colum:nth-child(2) {
  padding-top: 0;
}

.hero__item_verify .hero__title {
  font-size: 44px;
  max-width: 375px;
  line-height: 50px;
  margin-bottom: 50px;
}

.hero__item_verify .hero__title_blue {
  color: #2649ad;
}

@media (max-width: 576px) {
  .hero__item_verify .hero__title_blue {
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 8px;
    margin-bottom: 20px;
  }
}

@media (max-width: 320px) {
  .hero__item_verify .hero__title_blue {
    margin: 0 auto;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1440px) {
  .hero__item_verify .hero__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .hero__item_verify .hero__title {
    max-width: 285px;
  }
}

.hero__item_verify .hero__item-inner {
  max-width: 650px;
}

.hero .form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .hero .form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.hero .form-item {
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (max-width: 576px) {
  .hero .form-item {
    margin-right: 0;
  }
}

.hero .form-item.error {
  border-color: red;
}

@media (max-width: 576px) {
  .hero .form-item.error {
    max-width: 265px;
  }
}

.hero .form-input {
  font-family: 'SKYY MONO';
  font-weight: 500;
  background: #fff;
  font-size: 24px;
  border: 0;
  height: 85px;
  max-width: 265px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}

@media (max-width: 576px) {
  .hero .form-input {
    height: 52px;
    font-size: 18px;
    width: 100%;
  }
}

.hero .form-input::-webkit-input-placeholder {
  font-family: 'SKYY MONO';
  font-weight: 500;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}

@media (max-width: 576px) {
  .hero .form-input::-webkit-input-placeholder {
    font-size: 18px;
  }
}

.hero .form-input ::-moz-placeholder {
  font-family: 'SKYY MONO';
  font-weight: 500;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}

@media (max-width: 576px) {
  .hero .form-input ::-moz-placeholder {
    font-size: 18px;
  }
}

.hero .form-input-ms-input-placeholder {
  font-family: 'SKYY MONO';
  font-weight: 500;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}

@media (max-width: 576px) {
  .hero .form-input-ms-input-placeholder {
    font-size: 18px;
  }
}

.hero .form-submit {
  max-width: 265px;
  height: 80px;
  background: #2649ad;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  width: 100%;
}

.hero .form-submit:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 1200px) {
  .hero .form-submit {
    line-height: 80px;
  }
}

@media (max-width: 576px) {
  .hero .form-submit {
    font-size: 18px;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
    margin-bottom: 30px;
    max-width: 250px;
  }
}

@media (max-width: 360px) {
  .hero .form-submit {
    height: 52px;
    margin-bottom: 30px;
  }
}

.hero .remember__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero .remember__label:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.hero .remember__text {
  font-family: 'DIN Alternate';
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 2px;
  margin-right: 30px;
}

.hero .remember__text_blue {
  color: #2649ad;
}

@media (max-width: 768px) {
  .hero .remember__text {
    color: white;
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .hero .remember__text {
    font-size: 13px;
    line-height: 14px;
    margin-right: 5px;
  }
}

.hero .remember .form-checkbox {
  display: none;
}

.hero .remember__check {
  width: 38px;
  height: 38px;
  background: transparent;
  border: 2px solid #1947ba;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero .remember__check:after {
  content: '';
  width: 50px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/content/icons/check.png") 50% 50% no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

@media (max-width: 320px) {
  .hero .remember__check:after {
    background-size: 15px 12px;
  }
}

@media (max-width: 768px) {
  .hero .remember__check {
    border-color: white;
  }
}

@media (max-width: 320px) {
  .hero .remember__check {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 992px) {
  .hero .remember {
    margin: 0 auto;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.hero .form-checkbox:checked + .remember__check {
  background: #2649ad;
}

.hero .form-checkbox:checked + .remember__check:after {
  opacity: 1;
}

.hero__item_verify .hero__item-inner.hero__colums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .hero__item_verify .hero__item-inner.hero__colums {
    display: block;
  }
}

.hero__item_verify .hero__title_big {
  font-size: 120px;
  max-width: auto;
  line-height: 140px;
}

@media (max-width: 1530px) {
  .hero__item_verify .hero__title_big {
    font-size: 80px;
    line-height: 100px;
  }
}

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

.hero__colum {
  width: 60%;
}

.hero__colum:nth-child(2) {
  width: 40%;
}

@media (max-width: 1440px) {
  .hero__colum {
    width: 40%;
  }

  .hero__colum:nth-child(2) {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .hero__colum {
    width: 40%;
  }

  .hero__colum:nth-child(2) {
    width: 60%;
    padding-top: 150px;
  }
}

@media (max-width: 992px) {
  .hero__colum:nth-child(2) {
    width: 50%;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .hero__colum:nth-child(2) {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .btn-discover {
    margin-top: -35px;
  }
}

@media (max-width: 360px) {
  .btn-discover {
    margin-top: 0px;
  }
}

@media (max-width: 576px) {
  body > div > div > section > div > div.swiper-wrapper > div.hero__item.swiper-slide.offest-left.hero__item_verify.swiper-slide-active > div > form > div:nth-child(2) > h2 {
    font-size: 30px;
    line-height: 35px;
    max-width: 100%;
  }
}

@media (max-width: 576px) and (max-width: 320px) {
  body > div > div > section > div > div.swiper-wrapper > div.hero__item.swiper-slide.offest-left.hero__item_verify.swiper-slide-active > div > form > div:nth-child(2) > h2 {
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  body > div > div > section > div > div.swiper-wrapper > div.hero__item.swiper-slide.offest-left.hero__item_verify.swiper-slide-active > div > form {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  body > div > div > section > div > div.swiper-wrapper > div.hero__item.swiper-slide.offest-left.hero__item_verify.swiper-slide-active > div > form > h2 {
    margin: 0;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 320px) {
  body > div > div > section > div > div.swiper-wrapper > div.hero__item.swiper-slide.offest-left.hero__item_verify.swiper-slide-active > div > form > h2 {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body > div > div > section > div > div.swiper-wrapper > div.hero__item.swiper-slide.offest-left.hero__item_verify.swiper-slide-active > div > form > div:nth-child(2) > h2 {
    margin: 0;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 320px) {
  body > div > div > section > div > div.swiper-wrapper > div.hero__item.swiper-slide.offest-left.hero__item_verify.swiper-slide-active > div > form > div:nth-child(2) > h2 {
    margin-left: 0;
  }
}

.video-section {
  padding: 155px 0;
}

.video-section__inner {
  max-width: 1664px;
  margin: 0 auto;
  height: 100vh;
  max-height: 794px;
}

@media (max-width: 1440px) {
  .video-section__inner {
    height: auto;
  }
}

@media (max-width: 576px) {
  .video-section__inner {
    height: 100vh;
    max-height: 300px;
  }
}

@media (max-width: 992px) {
  .video-section {
    padding: 50px 0;
  }
}

.video-section .video-js {
  height: 100%;
}

@media (max-width: 1440px) {
  .video-section .video-js {
    height: 0;
  }
}

@media (max-width: 576px) {
  .video-section .video-js {
    height: 100%;
  }
}

.video-section .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 5.1em;
  width: 5.1em;
  background: url("../img/svg/play.svg") 50% 50% no-repeat;
  background-size: contain;
  border: 0;
}

@media (max-width: 1440px) {
  .video-section .video-js .vjs-big-play-button {
    height: 3em;
    width: 3em;
  }
}

@media (max-width: 576px) {
  .video-section .video-js .vjs-big-play-button {
    height: 1.5em;
    width: 1.5em;
  }
}

.video-section .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.info {
  overflow: hidden;
}

.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 800px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .info__inner {
    max-height: 100%;
    padding: 15px;
  }
}

.info__item {
  width: 50%;
}

@media (max-width: 768px) {
  .info__item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.info__img, .info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .info__img, .info__img img {
    margin-bottom: 50px;
  }
}

.info__details {
  background: #f4f4f4;
  height: 100%;
}

.info__details-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 35px;
  max-height: 800px;
}

@media (max-width: 768px) {
  .info__details-inner {
    max-height: 100%;
  }
}

.info__title {
  font-family: 'SKYY MONO';
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 12px;
  color: #2649ad;
  max-width: 100%;
}

@media (max-width: 992px) {
  .info__title {
    font-size: 35px;
    line-height: 40px;
    word-break: break-word;
  }
}

.info__description {
  margin-bottom: 55px;
}

.info__description p {
  font-size: 25px;
  max-width: 640px;
  line-height: 37px;
}

@media (max-width: 992px) {
  .info__description p {
    font-size: 18px;
    line-height: 30px;
  }
}

.info__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2649ad;
  position: relative;
  padding-right: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

@media (max-width: 992px) {
  .info__link {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.info__link:after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  color: #2649ad;
}

.info__link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.banner {
  text-align: center;
  position: relative;
  z-index: 99999;
}

.banner__img, .banner__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 640px;
}

.banner__title {
  font-family: 'SKYY MONO';
  text-transform: uppercase;
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 10px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .banner__title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 320px) {
  .banner__title {
    font-size: 45px;
    line-height: 52px;
  }
}

.banner .btn {
  max-width: 302px;
}

@media (max-width: 576px) {
  .banner .btn {
    max-width: 200px;
  }
}

.about {
  padding: 120px 0;
  max-width: 1664px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .about {
    padding: 50px 0;
  }
}

.about__details {
  height: 100%;
  padding: 20px 50px;
  min-height: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .about__details {
    min-height: auto;
    margin: 50px 0 0 0;
    padding: 0;
  }
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__item {
  width: 58%;
  min-height: 545px;
}

.about__item img, .about__item picture {
  width: 100%
}

@media (max-width: 992px) {
  .about__item {
    min-height: auto;
  }
}

.about__item:nth-child(2) {
  width: 42%;
}

@media (max-width: 992px) {
  .about__item:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .about__item {
    width: 100%;
  }
}

.about .video-js {
  height: 100%;
  min-height: 548px;
}

@media (max-width: 992px) {
  .about .video-js {
    min-height: auto;
    max-height: 100%;
  }
}

.about .vjs-poster {
  background-size: cover;
  z-index: 2;
}

.about .vjs-big-play-button {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 4.5em;
  width: 4.5em;
  background: url("../img/svg/play.svg") 50% 50% no-repeat;
  background-size: contain;
  border: 0;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .about .vjs-big-play-button {
    height: 3em;
    width: 3em;
  }
}

@media (max-width: 576px) {
  .about .vjs-big-play-button {
    height: 1.5em;
    width: 1.5em;
  }
}

.about .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.about__title {
  font-family: 'SKYY MONO';
  color: #1947ba;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 50px;
  text-transform: uppercase;
  max-width: 550px;
  margin-bottom: 50px;
}

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

.about__descr p {
  font-size: 25px;
  line-height: 35px;
  max-width: 520px;
}

@media (max-width: 576px) {
  .about__descr p {
    font-size: 18px;
    line-height: 30px;
  }
}

.about__descr {
  margin-bottom: 40px;
}

.about .btn {
  max-width: 350px;
}

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

.contact {
  min-height: calc(100vh - 113px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 992px) {
  .contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
}

.contact__left {
  width: 51%;
  min-height: 980px;
}

.contact__left-bg {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-image: url("../img/content/contacts/contact__bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.contact__left-text {
  font-family: 'SKYY MONO';
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 13.2px;
}

@media (min-width: 992px) {
  .contact__left-text {
    display: inline;
  }
}

@media (max-width: 1200px) {
  .contact__left-text {
    font-size: 95px;
  }
}

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

.contact__right {
  padding: 100px 140px 40px;
  width: 49%;
  min-height: calc(100% + 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1440px) {
  .contact__right {
    padding: 100px 80px;
  }
}

@media (max-width: 992px) {
  .contact__right {
    position: absolute;
    top: 103px;
    width: 100%;
    padding: 103px 15px 15px 15px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

@media (max-width: 992px) {
  .contact__right {
    padding: 30px 15px 15px 15px;
  }
}

.contact__right-form {
  width: 100%;
  max-width: 560px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 576px) {
  .contact__right-form {
    max-width: 100%;
  }
}

.contact__right-form__title {
  font-family: 'SKYY MONO';
  font-size: 35px;
  line-height: 1.25;
  font-weight: 700;
  color: #1947ba;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 4.2px;
}

@media (max-width: 992px) {
  .contact__right-form__title {
    color: #fff;
  }
}

.contact__right-form__subtitle {
  font-family: 'Raleway';
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 0.5px;
}

@media (max-width: 992px) {
  .contact__right-form__subtitle {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .contact__right-form__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .contact__right-form {
    width: 100%;
    max-width: 560px;
  }
}

@media (min-width: 992px) {
  .white_bg {
    background-color: #fff;
  }
}

@media (max-width: 992px) {
  .white_bg {
    min-height: 100vh;
    background-image: url("../img/content/contacts/contact__bg.jpg");
    background-position: top;
    background-size: cover;
  }
}

.contact-form__container {
  position: relative;
  width: 100%;
  border-radius: 17px;
  background-color: #eee;
}

.contact-form__container input, .contact-form__container textarea {
  padding: 15px 30px;
  width: 100%;
  font-weight: 600;
  letter-spacing: 3px;
  background: transparent;
  border: none;
  font-family: 'SKYY MONO';
  font-size: 20px;
  color: #838383;
}

@media (max-width: 1200px) {
  .contact-form__container input, .contact-form__container textarea {
    padding: 15px 30px 15px 25px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .contact-form__container input, .contact-form__container textarea {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .contact-form__container input, .contact-form__container textarea {
    font-size: 14px;
  }
}

.contact-form__container:not(:last-child) {
  margin-bottom: 13px;
}

.contact-form__container.error {
  border: 1px solid red;
}

.contact-form__container.mb_40 {
  margin-bottom: 40px;
}

.contact-form__input::-webkit-input-placeholder {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

.contact-form__input::-moz-placeholder {
  -moz-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

.contact-form__input:-ms-input-placeholder {
  -ms-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

.contact-form__input::-ms-input-placeholder {
  -ms-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

.contact-form__input::placeholder {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

@media (max-width: 1200px) {
  .contact-form__input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .contact-form__input::-moz-placeholder {
    font-size: 18px;
  }

  .contact-form__input:-ms-input-placeholder {
    font-size: 18px;
  }

  .contact-form__input::-ms-input-placeholder {
    font-size: 18px;
  }

  .contact-form__input::placeholder {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .contact-form__input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-form__input::-moz-placeholder {
    font-size: 16px;
  }

  .contact-form__input:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-form__input::-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-form__input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .contact-form__input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .contact-form__input::-moz-placeholder {
    font-size: 14px;
  }

  .contact-form__input:-ms-input-placeholder {
    font-size: 14px;
  }

  .contact-form__input::-ms-input-placeholder {
    font-size: 14px;
  }

  .contact-form__input::placeholder {
    font-size: 14px;
  }
}

.contact-form__select {
  overflow: auto;
}

.contact-form__select::-webkit-scrollbar {
  width: 7px;
}

.contact-form__select::-webkit-scrollbar-track {
  margin: 3px 0;
  background-color: #dfdfdf;
  border-radius: 3px;
}

.contact-form__select::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(to bottom, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555 100%);
}

.contact-form__select-list {
  position: relative;
}

.contact-form__select-list:before {
  content: '-';
  font-size: 20px;
  position: absolute;
  top: -15%;
  left: 5px;
  color: #1947ba;
}

.contact-form__select-list li {
  font-family: 'Raleway';
  margin-bottom: 5px;
  font-size: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.contact-form__textarea {
  height: 150px;
}

.contact__arrow-svg {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  right: 30px;
  width: 11px;
  height: 10px;
  fill: #1947ba;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  .contact__arrow-svg {
    right: 12px;
  }
}

.contact__right-form .select__dropdown {
  position: relative;
  display: none;
  padding: 20px 0 5px 5px;
  max-width: 90%;
  border: none;
  left: 25px;
  max-height: 110px;
}

@media (max-width: 1200px) {
  .contact__right-form .select__dropdown {
    left: 20px;
    max-width: 85%;
  }
}

@media (max-width: 992px) {
  .contact__right-form .select__dropdown {
    max-width: 90.8%;
  }
}

@media (max-width: 576px) {
  .contact__right-form .select__dropdown {
    max-width: 85%;
  }
}

.contact__right-form .select__option {
  background-color: transparent;
}

.contact__right-form .select__option:hover {
  color: #1947ba;
}

.contact__right-form .select.active .contact__arrow-svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contact__right-form .select.active .simplebar-scrollbar {
  background-color: grey;
}

.contact-form__btn {
  width: 170px;
  letter-spacing: 2.7px;
  font-size: 18px;
  background: #1947ba;
  border: 0px;  
}

.about-page {
  position: relative;
}

.about-page .about-page__down {
  bottom: 50px;
  height: 84px;
}

.about-page .about-page__down .about-page__icon {
  height: 100%;
}

.about-page .about-page__down .about-page__icon img {
  max-height: 84px;
}

.about-page__hero {
  background-image: url("../img/content/about-page/about-page__hero.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

@media (max-width: 992px) {
  .about-page__hero {
    background-position: top;
    background-image: url("../img/content/about-page/about-us_mobile.jpg");
    background-attachment: scroll;
  }
}

.about-page__title {
  color: #1947ba;
}

.about-page_flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .about-page_flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 1200px) {
  .about-page__hero .about-page_flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.about-hero__text {
  padding-top: 50px;
  color: #1947ba;
  max-width: 560px;
  font-family: 'SKYY MONO';
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .about-hero__text {
    max-width: 100%;
  }
}

.about-hero__title {
  font-size: 80px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .about-hero__title {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .about-hero__title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .about-hero__title {
    font-size: 36px;
  }
}

.about-hero__subtitle {
  font-size: 35px;
}

@media (max-width: 992px) {
  .about-hero__subtitle {
    color: #000;
    text-transform: none;
  }
}

@media (max-width: 576px) {
  .about-hero__subtitle {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .about-page__section_padd {
    padding: 200px 0;
  }
}

@media (max-width: 1200px) {
  .about-page__section_padd {
    padding: 100px 0;
  }
}

@media (max-width: 992px) {
  .about-page__section_padd {
    padding: 20px 0;
  }
}

.about-page__info {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .about-page__info:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: #01bbd9;
    background: -webkit-gradient(linear, left top, right top, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
    background: linear-gradient(to right, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01bbd9', endColorstr='#202555', GradientType=1);
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 992px) {
  .about-page__info:after {
    z-index: 20;
  }
}

.about-page__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .about-page__info-content {
    margin: 0 70px;
  }
}

@media (min-width: 1200px) {
  .about-page__info-content {
    margin: 0 200px;
  }
}

@media (max-width: 992px) {
  .about-page__info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-page__info-left {
  max-width: 410px;
}

@media (max-width: 992px) {
  .about-page__info-left {
    margin-bottom: 40px;
  }
}

.about-page__info-left__text {
  margin-bottom: 40px;
}

.about-page__info-left__text sup {
  font-size: 30px;
}

.about-page__info-left__text span {
  margin-right: 20px;
}

.blue_big_title {
  font-size: 50px;
  color: #1947ba;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'SKYY MONO';
  letter-spacing: 20px;
}

@media (max-width: 1200px) {
  .blue_big_title {
    font-size: 40px;
    letter-spacing: 16px;
  }
}

@media (max-width: 768px) {
  .blue_big_title {
    font-size: 36px;
    letter-spacing: 14.4px;
  }
}

@media (max-width: 576px) {
  .blue_big_title {
    font-size: 30px;
    letter-spacing: 12px;
  }
}

.about-page__info-btn {
  width: 295px;
}

@media (max-width: 992px) {
  .about-page__info-btn {
    width: 100%;
  }
}

.about-page__info-right {
  width: 50%;
  max-width: 670px;
}

@media (max-width: 992px) {
  .about-page__info-right {
    width: 100%;
  }
}

.about-page-__info-right__text {
  font-family: 'Raleway';
  font-size: 25px;
  font-weight: 300;
}

.about-page-__info-right__text p {
  margin-bottom: 30px;
}

.about-page__info-link {
  font-size: 20px;
  font-family: 'Raleway';
  font-weight: 700;
  color: #1947ba;
}

@media (min-width: 992px) {
  .about-page__info-down {
    display: none;
  }
}

@media (max-width: 992px) {
  .about-page__info-down {
    display: block;
  }
}

.about-page__banner {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .about-page__banner {
    height: 100vh;
  }
}

.about-page__banner-bg {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-image: url("../img/content/banner/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-page__banner-text {
  max-width: 650px;
}

@media (max-width: 992px) {
  .about-page__banner-text {
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .about-page__banner-text {
    max-width: 470px;
  }
}

.about-page__banner-title {
  position: relative;
  font-family: 'SKYY MONO';
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-weight: 700;
  z-index: 4;
}

@media (max-width: 768px) {
  .about-page__banner-title {
    font-size: 40px;
  }
}

.about-page__banner-bottle {
  height: 1000px;
  position: absolute;
  top: -200px;
  left: 7%;
  z-index: 3;
}

.about-page__banner-bottle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background-position: left;
}

@media (max-width: 1440px) {
  .about-page__banner-bottle {
    width: 450px;
    height: 810px;
    top: -100px;
    left: 2%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1200px) {
  .about-page__banner-bottle {
    top: -100px;
    left: 0;
    width: 350px;
    height: 700px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 992px) {
  .about-page__banner-bottle {
    width: 400px;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .about-page__banner-bottle {
    top: auto;
    bottom: 0;
    height: 80%;
  }
}

@media (max-width: 576px) {
  .about-page__banner-bottle {
    top: auto;
    bottom: -3px;
    width: 300px;
    height: 50%;
  }
}

@media (min-width: 992px) {
  .about-page__banner-mark {
    display: block;
    top: 60px;
    left: 120px;
    position: absolute;
    z-index: 2;
  }

  .about-page__banner-mark img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1440px) {
  .about-page__banner-mark {
    left: 30px;
  }
}

@media (max-width: 1200px) {
  .about-page__banner-mark {
    width: 200px;
    left: 10px;
    top: 10px;
  }
}

@media (max-width: 992px) {
  .about-page__banner-mark {
    display: none;
  }
}

.about-page__bottom {
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .about-page__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 20px;
	min-height: 0;
  }
}

.about-page__bottom-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 992px) {
  .about-page__bottom-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 50px 0 20px 50px;
  }
}

@media (max-width: 576px) {
  .about-page__bottom-left {
    padding: 20px 0;
  }
}

.about-page__bottom-left__content {
  max-width: 550px;
  padding: 30px;
}

.about-page__bottom-title {
  margin-bottom: 30px;
}

.about-page__bottom-right {
  width: 50%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .about-page__bottom-right {
    width: 100%;
    max-width: 100%;
  }
}

.about-page__bottom-video {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.about-page__bottom-video .video-js {
  width: 100%;
  min-height: 100%;
}

@media (max-width: 992px) {
  .about-page__bottom-video .video-js {
    max-height: 100%;
  }
}

.about-page__bottom-video .vjs-poster {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.about-page__bottom-video .vjs-big-play-button {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 4.5em;
  width: 4.5em;
  background: url("../img/svg/play.svg") 50% 50% no-repeat;
  background-size: contain;
  border: 0;
  z-index: 3;
}

@media (max-width: 1440px) {
  .about-page__bottom-video .vjs-big-play-button {
    height: 3em;
    width: 3em;
  }
}

@media (max-width: 576px) {
  .about-page__bottom-video .vjs-big-play-button {
    height: 1.5em;
    width: 1.5em;
  }

  .about-page__bottom-video .about__item {
    background-position: center;
  }
}

.about-page__bottom-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
}

@media (max-width: 992px) {
  .about-page__bottom-video {
    min-height: 50vh;
  }
}

.about-page__bottom-subtitle {
  font-family: 'Raleway';
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 40px;
}

.cocktails {
  position: relative;
}

.cocktails__hero {
  width: 100%;
  min-height: calc(100vh - 113px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .cocktails__hero {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .cocktails__hero {
    margin-bottom: 50px;
    background-size: cover;
  }
}

.cocktails__hero-title {
  width: 100%;
}

.hero_title {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  font-family: 'SKYY MONO';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 13.2px;
  padding-top: 70px;
  text-shadow: 0px 0px 6px rgb(150 150 150);
}

@media (max-width: 1200px) {
  .hero_title {
    font-size: 102px;
  }
}

@media (max-width: 992px) {
  .hero_title {
    font-size: 96px;
  }
}

@media (max-width: 768px) {
  .hero_title {
    font-size: 75px;
  }
}

@media (max-width: 576px) {
  .hero_title {
    font-size: 55px;
  }
}

@media (max-width: 576px) {
  .hero_title {
    font-size: 37px;
  }
}

@media (max-width: 320px) {
  .hero_title {
    font-size: 32px;
  }
}

.cocktails_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1755px) {
  .cocktails__content-slider {
    position: relative;
    max-width: 100%;
    height: 325px;
    max-height: 325px;
    margin-bottom: 100px;
  }
}

@media (max-width: 1755px) {
  .cocktails__content-slider {
    position: relative;
    max-width: calc(100% - 200px);
    height: 325px;
    max-height: 325px;
    margin-bottom: 100px;
  }
}

@media (max-width: 992px) {
  .cocktails__content-slider {
    max-width: 100%;
  }
}

.cocktails__slider-item {
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.cocktails__slider-item__top {
  width: 100%;
  height: 260px;
  background: #f1f1f1;
}

.cocktails__slider-item__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  -o-object-position: top;
}

.cocktails__slider-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 65px;
  max-height: 65px;
  width: 100%;
  background-color: #1947ba;
  text-transform: uppercase;
  letter-spacing: 7px;
  overflow: hidden;
}

.cocktails__slider-item__name {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'SKYY MONO';
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .cocktails__slider-item__name {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .cocktails__slider-item__name {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .cocktails__slider-item__name {
    font-size: 18px;
  }
}

.default-swiper__btn {
  position: absolute;
  cursor: pointer;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: #1947ba;
  z-index: 4;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none;
}

.default-swiper__btn svg {
  width: 28px;
  height: 43px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.default-swiper__btn:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (min-width: 1440px) {
  .default-swiper__btn {
    display: none;
  }
}

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

.cocktails__slider-prev {
  top: 40%;
  left: -100px;
}

.cocktails__slider-next {
  top: 40%;
  right: -100px;
}

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

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

.cocktails__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 100px;
}

.cocktails-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
  position: relative;
}

.cocktails-list__item:not(:last-child) {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .cocktails-list__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 768px) {
  .cocktails-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cocktails-list__item-left {
  width: 50%;
}

@media (max-width: 768px) {
  .cocktails-list__item-left {
    width: 100%;
    max-height: 285px;
  }
}

.cocktails-list__item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .cocktails-list__item-left img {
    max-height: 285px;
  }
}

.cocktails-list__item-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .cocktails-list__item-right {
    padding: 0 100px;
  }
}

@media (max-width: 1200px) {
  .cocktails-list__item-right {
    padding: 15px 55px 15px 30px;
  }
}

@media (max-width: 768px) {
  .cocktails-list__item-right {
    width: 100%;
    padding: 15px;
  }
}

.cocktails-list__item-right .cocktails__item-right__title {
  margin-bottom: 40px;
}

.cocktails-list__item-right .cocktails__item-right__subtitle {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Raleway';
  max-height: 450px;
  overflow: hidden;
  position: relative;
}

.cocktail__like {
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 30px;
}

.cocktail__like svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .cocktail__like {
    top: 30px;
    right: 45px;
  }
}

@media (max-width: 1200px) {
  .cocktail__like {
    top: 10px;
    right: 10px;
  }
}

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

@media (max-width: 992px) {
  .coctails__list-mobile {
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 100px 50px 150px 100px;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
}

@media (max-width: 768px) {
  .coctails__list-mobile {
    padding: 70px 15px 150px;
  }
}

.coctails__list-mobile a {
  display: inline-block;
  width: 50%;
}

@media (max-width: 992px) {
  .coctails__list-mobile a {
    width: 45%;
    max-width: 400px;
  }

  .coctails__list-mobile a:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}

@media (min-width: 576px) {
  .coctails__list-mobile a:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .coctails__list-mobile a {
    width: 100%;
    max-width: 100%;
  }

  .coctails__list-mobile a:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }

  .coctails__list-mobile a:not(:nth-last-child(-n+1)) {
    margin-bottom: 30px;
  }

  .coctails__list-mobile a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cocktails__list-opened {
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  top: 103px;
}

.cocktails__mobile-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 576px) {
  .cocktails__mobile-btn {
    top: 15px;
    right: 15px;
  }
}

.cocktails__mobile-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: #1947ba;
}

.open__list-mobile {
  z-index: 9;
  top: -40px;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

.list-mobile__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-mobile__item {
  width: 100%;
  max-width: 100%;
}

.single-cocktail__hero {
  background: no-repeat, center;
  background-position: center center;
  height: calc(100vh - 113px);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .single-cocktail__hero {
    margin-bottom: 100px;
  }
}

@media (max-width: 992px) {
  .single-cocktail__hero {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .single-cocktail__hero {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 100px;
  }

  .single-cocktail__hero .btn_large {
    width: 100%;
	margin: 0 auto;
  }
}

.single-cocktail__hero-title {
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .single-cocktail__hero-title {
    text-align: center;
	width: 100%;
  }
}

.single-cocktail__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .single-cocktail__description {
    margin-bottom: 100px;
  }
}

@media (max-width: 992px) {
  .single-cocktail__description {
    margin-bottom: 50px;
  }
}

.single-cocktail__popup {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 510px;
  width: 100%;
  max-height: 510px;
  background-color: rgba(251, 249, 249, 0.95);
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  bottom: -100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media (max-width: 992px) {
  .single-cocktail__popup {
    height: 100%;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .single-cocktail__popup {
    height: 500px;
    padding-bottom: 0;
  }
}

.single-cocktail__popup:after {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  background-image: url("../img/content/cocktails/stockist_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 15px;
  z-index: -1;
}

.single-cocktail__popup .single-cocktail__popup-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-cocktail__popup .single-cocktail__popup-title {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .single-cocktail__popup .single-cocktail__popup-title {
    text-align: center;
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .single-cocktail__popup .single-cocktail__popup-title {
    text-align: center;
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .single-cocktail__popup .single-cocktail__popup-title {
    text-align: center;
    font-size: 26px;
  }
}

.single-cocktail__popup .single-cocktail__popup-text {
  color: #1947ba;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .single-cocktail__popup .single-cocktail__popup-text {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .single-cocktail__popup .single-cocktail__popup-text {
    text-align: center;
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .single-cocktail__popup .single-cocktail__popup-slider {
    height: 280px;
  }
}

.single-cocktail__popup .single-cocktail__popup-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .single-cocktail__popup .single-cocktail__popup-slider .swiper-slide {
    height: auto;
  }
}

.single-cocktail__popup .single-cocktail__popup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.single-cocktail__popup .single-cocktail__popup-item {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media (min-width: 992px) {
  .single-cocktail__popup .single-cocktail__popup-item {
    max-width: 210px;
    min-height: 210px;
    max-height: 210px;
  }
}

.single-cocktail__popup .single-cocktail__popup-item:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.single-cocktail__popup .single-cocktail__popup-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992px) {
  .single-cocktail__popup .single-cocktail__popup-item img {
    max-width: 135px;
    min-height: 135px;
    max-height: 135px;
  }
}

@media (max-width: 576px) {
  .single-cocktail__popup .single-cocktail__popup-item img {
    max-width: 115px;
    min-height: 115px;
    max-height: 115px;
  }
}

.single-cocktail__popup .single-cocktail__popup-item a {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .single-cocktail__popup .single-cocktail__popup-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.single-cocktail__popup .close__popup {
  position: absolute;
  top: 10px;
  right: 7%;
  width: 40px;
  height: 40px;
}

@media (max-width: 576px) {
  .single-cocktail__popup .close__popup {
    top: 5px;
    width: 35px;
    height: 35px;
  }
}

.single-cocktail__popup .close__popup svg {
  width: 100%;
  height: 100%;
  fill: #1947ba;
}

.opened_sc_popup {
  bottom: 0%;
  visibility: visible;
  opacity: 1;
}

.single-cocktail__container {
  width: 100%;
}

.single-cocktail__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
}

@media (min-width: 1440px) {
  .single-cocktail__center {
    padding-left: 150px;
  }
}

.single-cocktails__center-interaction {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .single-cocktails__center-interaction {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-cocktail__description-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 700px;
}

@media (max-width: 1200px) {
  .single-cocktail__description-lists {
    max-width: 550px;
  }
}

@media (max-width: 992px) {
  .single-cocktail__description-lists {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.single-cocktail__single-item:not(:last-child) {
  margin-bottom: 50px;
}

.description-ingridients__title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .description-ingridients__title {
    margin-bottom: 20px;
  }
}

.black_big_title {
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'SKYY MONO';
  letter-spacing: 7px;
  font-size: 50px;
}

@media (max-width: 768px) {
  .black_big_title {
    font-size: 45px;
  }
}

@media (max-width: 576px) {
  .black_big_title {
    font-size: 28px;
  }
}

.description-ingridients__item {
  font-family: 'Raleway';
}

.description-ingridients__item:not(:last-child) {
  margin-bottom: 15px;
}

.description-ingridients__item span {
  font-size: 25px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .description-ingridients__item span {
    font-size: 20px;
  }
}

.single-cocktail__description-select {
  position: relative;
}

.single-cocktail__description-select .select__dropdown {
  display: none;
  border-radius: 0;
  border: solid #000;
  border-width: 0 1px 1px 1px;
  background-color: #f1f1f1;
  max-height: 110px;
  padding: 5px;
  width: 100%;
}

.single-cocktail__description-select .select__dropdown .select__option {
  background: none;
}

.single-cocktail__description-select .select__dropdown .select__option:hover {
  cursor: pointer;
  color: #1947ba;
}

.single-cocktail__description-select .select__dropdown .description-select__item {
  width: 100%;
  padding-left: 65px;
}

.single-cocktail__description-select .select__dropdown .description-select__item:not(:last-child) {
  margin-bottom: 15px;
}

.single-cocktail__description-select .select__dropdown .description-select__item span {
  display: block;
  padding: 0;
  font-family: 'Raleway';
  font-size: 21px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 992px) {
  .single-cocktail__description-select {
    position: absolute;
    top: 0px;
    right: 20px;
  }
}

.description-select__datafield {
  width: 235px;
  padding: 22px 0;
  max-width: 235px;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
}

.description-select__datafield .description__datafield-text {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Raleway';
  text-align: center;
  letter-spacing: 3px;
}

.description-select__datafield .select__icon-arrow {
  margin: 0;
  margin-right: 20px;
  border-width: 12px 9px 0 9px;
  border-color: #2649ad transparent transparent transparent;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.description-select__dropdown {
  position: absolute;
  top: 67px;
  left: 0;
}

.description-select__dropdown .description-select__item-text {
  letter-spacing: 3px;
}

.single-cocktail .description-select__dropdown {
  overflow: auto;
}

.single-cocktail .description-select__dropdown::-webkit-scrollbar {
  width: 7px;
  border-radius: 4px;
}

.single-cocktail .description-select__dropdown::-webkit-scrollbar-track {
  margin: 3px 0;
  background-color: #dfdfdf;
  border-radius: 4px;
}

.single-cocktail .description-select__dropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(to bottom, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555 100%);
}

@media (max-width: 992px) {
  .description-social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .description-social__list .description-social__item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.description-social__item {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.description-social__item:not(:last-child) {
  margin-bottom: 40px;
}

.description-social__item:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.single-cocktail__svg {
  fill: #1947ba;
  width: 44px;
  height: 44px;
}

.single-cocktails__center-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single__cocktail-like {
  position: relative;
  top: 0;
  right: 0;
}

.center-buttons__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-buttons__like-text {
  font-family: 'Raleway';
  font-size: 23px;
  color: #1947ba;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.center-buttons__back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.center-buttons__back img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.center-buttons__back:hover img {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}

@media (min-width: 992px) {
  .center-buttons__back {
    display: block;
  }
}

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

.center-buttons__back-text {
  margin-left: 15px;
  font-family: 'Raleway';
  font-size: 23px;
  color: #1947ba;
  text-transform: uppercase;
  font-weight: 700;
}

.single-cocktail__bottom-video {
  position: relative;
}

.single-cocktail__bottom-video .video-js {
  width: 100%;
  min-height: 100%;
}

@media (max-width: 992px) {
  .single-cocktail__bottom-video .video-js {
    height: 100%;
  }
}

.single-cocktail__bottom-video .vjs-poster {
  background-size: cover;
  z-index: 2;
}

.single-cocktail__bottom-video .vjs-big-play-button {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 4.5em;
  width: 4.5em;
  background: url("../img/svg/play.svg") 50% 50% no-repeat;
  background-size: contain;
  border: 0;
  z-index: 3;
}

@media (max-width: 1440px) {
  .single-cocktail__bottom-video .vjs-big-play-button {
    height: 3em;
    width: 3em;
  }
}

@media (max-width: 576px) {
  .single-cocktail__bottom-video .vjs-big-play-button {
    height: 1.5em;
    width: 1.5em;
  }
}

.single-cocktail__bottom-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
}

.social__duplicate {
  position: absolute;
  bottom: 50px;
  right: 15px;
}

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

@media (max-width: 992px) {
  .social__duplicate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .social__duplicate .single-cocktail__svg {
    fill: #fff;
    max-width: 33px;
    max-height: 33px;
  }
}

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

@media (max-width: 992px) {
  .back__duplicate {
    position: absolute;
    top: 130px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.back__duplicate img {
  max-width: 130px;
}

@media (max-width: 992px) {
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product__info {
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  padding: 60px 0 140px;
}

@media (max-width: 1024px) {
  .product__info {
    padding: 380px 0;
  }
}

@media (max-width: 992px) {
  .product__info {
    padding: 340px 0 340px;
  }
}

@media (max-width: 768px) {
  .product__info {
    padding: 240px 0 60px;
  }
}

.product__info-img, .product__info-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}

@media (max-width: 992px) {
  .product__info-img, .product__info-img img {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
}

.product__info-descr {
  margin-bottom: 90px;
}

.product__info-descr:last-child {
  margin-bottom: 0;
}

.product__info-wrap {
  max-width: 995px;
  margin-left: auto;
  position: relative;
}

@media (max-width: 1440px) {
  .product__info-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 1440px) {
  .product__info-wrap {
    margin-top: 100px;
  }
}

@media (max-width: 1024px) {
  .product__info-wrap {
    margin-top: 520px;
  }
}

@media (max-width: 576px) {
  .product__info-wrap {
    margin-top: 460px;
  }
}

@media (max-width: 420px) {
  .product__info-wrap {
    margin-top: 260px;
  }
}

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

@media (max-width: 1440px) {
  .product__info-descr {
    background: #fff;
    padding: 35px 50px 40px;
    max-width: 600px;
    margin: 0 auto 90px;
  }
}

@media (max-width: 1440px) and (max-width: 992px) {
  .product__info-descr {
    margin-bottom: 50px;
  }
}

@media (max-width: 1440px) and (max-width: 576px) {
  .product__info-descr {
    padding: 25px 15px 30px;
    margin-bottom: 70px;
  }
}

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

.product__info-title {
  font-family: 'SKYY MONO';
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #2649ad;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .product__info-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .product__info-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media (max-width: 420px) {
  .product__info-title {
    font-size: 22px;
  }
}

.product__info-description {
  font-size: 22px;
  line-height: 35px;
  max-width: 435px;
  margin: 0 auto 30px;
}

@media (max-width: 992px) {
  .product__info-description {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .product__info-description {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 420px) {
  .product__info-description {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

.product__info-btn {
  max-width: 286px;
  margin: 0 auto;
}

.product__info-btn .btn {
  font-size: 22px;
}

@media (max-width: 992px) {
  .product__info-btn .btn {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .product__info-btn {
    max-width: 200px;
  }
}

@media (max-width: 420px) {
  .product__info-btn {
    font-size: 16px;
  }
}

.product__info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .product__info-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product__info-item {
  width: 50%;
  margin-right: 20px;
}

.product__info-item.cocktail_info img {
  width: 100%;
}

.product__info-item:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .product__info-item:last-child {
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .product__info-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
    margin-bottom: 100px;
  }
}

@media (max-width: 576px) {
  .product__info-item {
    margin-bottom: 70px;
  }
}

.product-info__img, .product-info__img img {
  height: 100%;
}

@media (max-width: 992px) {
  .product-info__img, .product-info__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

.product-item {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.product-item__img {
  position: relative;
  height: 220px;
  display: block;
}

.product__info-item.cocktail_info {
  width: 33.3%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  margin-right: 0;
}

@media (max-width: 992px) {
  .product-item__img {
    width: 45%;
    position: absolute;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .product-item__img {
    width: 40%;
  }
}

.product-item__info {
  padding: 32px 35px 40px;
  position: relative;
}

@media (max-width: 992px) {
  .product-item__info {
    padding-left: 50%;
  }

  .product__img.cocktail_img {
    width: 40% !important;
    position: absolute !important;
    left: 0;
  }

  .product__img.cocktail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product__info-item.cocktail_info {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .product-item__info {
    padding-left: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .product-item__info.cocktail_info {
    padding-left: 40%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 420px) {
  .product-item__info {
    padding-right: 20px;
  }
}

@media (max-width: 320px) {
  .product-item__info {
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

.product-item__title {
  font-family: 'SKYY MONO';
  font-size: 22px;
  color: #2649ad;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 18px;
}
.cocktails .product-item__title {
  min-height: 56px;
}
.cocktails .product-item__description {
  min-height: 66px;
}
.product-item__title:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .product-item__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .product-item__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.product-item .product__img, .product-item .product__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cocktail_img, .cocktail_img img {
  width: 100% !important;
  position: relative !important;
}

.product-item .icon-wishlist {
  fill: transparent;
  stroke: #1947ba;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 23px;
  height: 27px;
  position: absolute;
  top: 19px;
  right: 34px;
}

.product-item .icon-wishlist:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .product-item .icon-wishlist {
    right: 16px;
  }
}

@media (max-width: 420px) {
  .product-item .icon-wishlist {
    width: 14px;
    height: 16px;
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 360px) {
  .product-item .icon-wishlist {
    width: 13px;
    height: 15px;
    right: 7px;
    top: 7px;
  }
}

.product-item__description {
  margin-bottom: 20px;
  color: #1947ba;
  line-height: 22px;
  font-size: 18px;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 576px) {
  .product-item__description {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .product-item__description {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 360px) {
  .product-item__description {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .product-item__description {
    margin-top: -20px;
    margin-bottom: 10px;
  }
}

.product-item__link {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'SKYY MONO';
  text-transform: uppercase;
  position: relative;
  padding-right: 23px;
  color: #1947ba;
  font-weight: bold;
}

@media (max-width: 576px) {
  .product-item__link {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .product-item__link {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .product-item__link {
    font-size: 12px;
    line-height: 12px;
    padding-right: 13px;
  }
}

.product-item__link:after {
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-56%);
  transform: translateY(-56%);
  color: #1947ba;
}

.product-item__link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.product-item__wishlist.active .icon-wishlist {
  fill: #1947ba;
}

.video-modal {
  top: 0%;
  left: 0%;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
}

.video-modal .video-modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  height: 100%;
  max-height: 85vh;
  max-width: 1755px;
  z-index: 4;
}

@media (max-width: 992px) {
  .video-modal .video-modal-wrapper {
    max-height: 50vh;
  }
}

.video-modal .video-js {
  height: 100%;
}

@media (max-width: 1440px) {
  .video-modal .video-js {
    height: 0;
  }
}

@media (max-width: 576px) {
  .video-modal .video-js {
    height: 100%;
  }
}

.video-modal .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 5.1em;
  width: 5.1em;
  background: url("../img/svg/play.svg") 50% 50% no-repeat;
  background-size: contain;
  border: 0;
}

@media (max-width: 1440px) {
  .video-modal .video-js .vjs-big-play-button {
    height: 3em;
    width: 3em;
  }
}

@media (max-width: 576px) {
  .video-modal .video-js .vjs-big-play-button {
    height: 1.5em;
    width: 1.5em;
  }
}

.video-modal .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.video-modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 50px;
  cursor: pointer;
}

.video-modal-close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.video_container {
  position: relative;
  cursor: pointer;
}

.opened_modal {
  display: block;
}

.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 135px;
  width: 135px;
  background: url("../img/svg/play.svg") 50% 50% no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  z-index: 4;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .video__btn {
    height: 90px;
    width: 90px;
  }
}

@media (max-width: 576px) {
  .video__btn {
    height: 45px;
    width: 45px;
  }
}

.contact {
  min-height: calc(100vh - 113px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 992px) {
  .contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
}

.contact__left {
  width: 51%;
  min-height: 980px;
}

.contact__left-bg {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-image: url("../img/content/contacts/contact__bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.contact__left-text {
  font-family: 'SKYY MONO';
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 13.2px;
}

@media (min-width: 992px) {
  .contact__left-text {
    display: inline;
  }
}

@media (max-width: 1200px) {
  .contact__left-text {
    font-size: 95px;
  }
}

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

.contact__right {
  padding: 100px 140px 40px;
  width: 49%;
  min-height: calc(100% + 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1440px) {
  .contact__right {
    padding: 100px 80px;
  }
}

@media (max-width: 992px) {
  .contact__right {
    position: absolute;
    top: 103px;
    width: 100%;
    padding: 103px 15px 15px 15px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

@media (max-width: 992px) {
  .contact__right {
    padding: 30px 15px 15px 15px;
  }
}

.contact__right-form {
  width: 100%;
  max-width: 560px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 576px) {
  .contact__right-form {
    max-width: 100%;
  }
}

.contact__right-form__title {
  font-family: 'SKYY MONO';
  font-size: 35px;
  line-height: 1.25;
  font-weight: 700;
  color: #1947ba;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 4.2px;
}

@media (max-width: 992px) {
  .contact__right-form__title {
    color: #fff;
  }
}

.contact__right-form__subtitle {
  font-family: 'Raleway';
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 0.5px;
}

@media (max-width: 992px) {
  .contact__right-form__subtitle {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .contact__right-form__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .contact__right-form {
    width: 100%;
    max-width: 560px;
  }
}

@media (min-width: 992px) {
  .white_bg {
    background-color: #fff;
  }
}

@media (max-width: 992px) {
  .white_bg {
    min-height: 100vh;
    background-image: url("../img/content/contacts/contact__bg.jpg");
    background-position: top;
    background-size: cover;
  }
}

.contact-form__container {
  position: relative;
  width: 100%;
  border-radius: 17px;
  background-color: #eee;
}

.contact-form__container input, .contact-form__container textarea {
  padding: 15px 30px;
  width: 100%;
  font-weight: 600;
  letter-spacing: 3px;
  background: transparent;
  border: none;
  font-family: 'SKYY MONO';
  font-size: 20px;
  color: #838383;
}

@media (max-width: 1200px) {
  .contact-form__container input, .contact-form__container textarea {
    padding: 15px 30px 15px 25px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .contact-form__container input, .contact-form__container textarea {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .contact-form__container input, .contact-form__container textarea {
    font-size: 14px;
  }
}

.contact-form__container:not(:last-child) {
  margin-bottom: 13px;
}

.contact-form__container.error {
  border: 1px solid red;
}

.contact-form__container.mb_40 {
  margin-bottom: 40px;
}

.contact-form__input::-webkit-input-placeholder {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

.contact-form__input::-moz-placeholder {
  -moz-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

.contact-form__input:-ms-input-placeholder {
  -ms-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

.contact-form__input::-ms-input-placeholder {
  -ms-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

.contact-form__input::placeholder {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-family: 'SKYY MONO';
  font-size: 20px;
  text-transform: uppercase;
  color: #838383;
  cursor: text;
}

@media (max-width: 1200px) {
  .contact-form__input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .contact-form__input::-moz-placeholder {
    font-size: 18px;
  }

  .contact-form__input:-ms-input-placeholder {
    font-size: 18px;
  }

  .contact-form__input::-ms-input-placeholder {
    font-size: 18px;
  }

  .contact-form__input::placeholder {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .contact-form__input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-form__input::-moz-placeholder {
    font-size: 16px;
  }

  .contact-form__input:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-form__input::-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-form__input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .contact-form__input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .contact-form__input::-moz-placeholder {
    font-size: 14px;
  }

  .contact-form__input:-ms-input-placeholder {
    font-size: 14px;
  }

  .contact-form__input::-ms-input-placeholder {
    font-size: 14px;
  }

  .contact-form__input::placeholder {
    font-size: 14px;
  }
}

.contact-form__select {
  overflow: auto;
}

.contact-form__select::-webkit-scrollbar {
  width: 7px;
}

.contact-form__select::-webkit-scrollbar-track {
  margin: 3px 0;
  background-color: #dfdfdf;
  border-radius: 3px;
}

.contact-form__select::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(to bottom, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555 100%);
}

.contact-form__select-list {
  position: relative;
}

.contact-form__select-list:before {
  content: '-';
  font-size: 20px;
  position: absolute;
  top: -15%;
  left: 5px;
  color: #1947ba;
}

.contact-form__select-list li {
  font-family: 'Raleway';
  margin-bottom: 5px;
  font-size: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.contact-form__textarea {
  height: 150px;
}

.contact__arrow-svg {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  right: 30px;
  width: 11px;
  height: 10px;
  fill: #1947ba;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  .contact__arrow-svg {
    right: 12px;
  }
}

.contact__right-form .select__dropdown {
  position: relative;
  display: none;
  padding: 20px 0 5px 5px;
  max-width: 90%;
  border: none;
  left: 25px;
  max-height: 110px;
}

@media (max-width: 1200px) {
  .contact__right-form .select__dropdown {
    left: 20px;
    max-width: 85%;
  }
}

@media (max-width: 992px) {
  .contact__right-form .select__dropdown {
    max-width: 90.8%;
  }
}

@media (max-width: 576px) {
  .contact__right-form .select__dropdown {
    max-width: 85%;
  }
}

.contact__right-form .select__option {
  background-color: transparent;
}

.contact__right-form .select__option:hover {
  color: #1947ba;
}

.contact__right-form .select.active .contact__arrow-svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contact__right-form .select.active .simplebar-scrollbar {
  background-color: grey;
}

.contact-form__btn {
  width: 170px;
  letter-spacing: 2.7px;
  font-size: 18px;
  background: #1947ba;
}

.startpage__news {
  width: 100%;
  height: calc(100vh - 113px);
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .startpage__news {
    height: 100vh;
  }
}

.startpage__news .newspage__img, .startpage__news .newspage__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 576px) {
  .startpage__news .newspage__img, .startpage__news .newspage__img img {
    top: 97px;
  }
}

.startpage__title,
.article-main__title {
    text-shadow: 0px 0px 6px rgb(150 150 150);
}

.startpage__news .startpage__title {
  font-size: 110px;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-family: 'SKYY MONO';
  letter-spacing: 12px;
  text-align: center;
}

@media (max-width: 1600px) {
  .startpage__news .startpage__title {
    font-size: 80px;
  }
}

@media (max-width: 1200px) {
  .startpage__news .startpage__title {
    font-size: 70px;
  }
}

@media (max-width: 1024px) {
  .startpage__news .startpage__title {
    font-size: 110px;
    max-width: 500px;
    top: 70px;
    left: 100px;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@media (max-width: 992px) {
  .startpage__news .startpage__title {
    top: 160px;
    font-size: 100px;
    left: 50px;
  }
}

@media (max-width: 576px) {
  .startpage__news .startpage__title {
    font-size: 50px;
    top: 130px;
    left: 20px;
    max-width: 260px;
    line-height: 55px;
  }
}

@media (max-width: 320px) {
  .startpage__news .startpage__title {
    font-size: 44px;
    max-width: 240px;
    line-height: 50px;
    left: 13px;
  }
}

.startpage__news:after {
  content: "";
  position: absolute;
  background-color: rgba(83, 83, 83, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.news-menu {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}

@media (max-width: 1600px) {
  .news-menu {
    margin-bottom: 20px;
  }
}

.news-menu .button__all {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .news-menu .button__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 50px;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    background: -webkit-gradient(linear, right top, left top, from(#01bbd9), color-stop(45%, #076dae), color-stop(68%, #283e8a), to(#202555));
    background: linear-gradient(to left, #01bbd9 0%, #076dae 45%, #283e8a 68%, #202555);
    color: white;
    font-size: 30px;
    font-weight: bold;
    font-family: 'SKYY MONO';
    letter-spacing: 5px;
  }
}

@media (max-width: 576px) {
  .news-menu .button__all {
    font-size: 23px;
  }
}

.news-menu .arrow-all {
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  margin-left: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-menu .active_arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-menu .news-menu__container {
  width: 1705px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1600px) {
  .news-menu .news-menu__container {
    max-width: 1300px;
  }
}

@media (max-width: 1200px) {
  .news-menu .news-menu__container {
    max-width: 1000px;
  }
}

@media (max-width: 1024px) {
  .news-menu .news-menu__container {
    max-width: 100%;
  }
}

.news-menu .main-menu {
  text-transform: uppercase;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

@media (max-width: 1024px) {
  .news-menu .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
}

.news-menu .menu__item {
  width: 25%;
  height: 75px;
  line-height: 75px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  letter-spacing: 2px;
  position: relative;
}

@media (max-width: 1600px) {
  .news-menu .menu__item {
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1024px) {
  .news-menu .menu__item {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 75px;
    line-height: 75px;
  }
}

.news-menu .menu__link {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  color: #1947ba;
  font-family: 'SKYY MONO';
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 1600px) {
  .news-menu .menu__link {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .news-menu .menu__link {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .news-menu .menu__link {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .news-menu .menu__link {
    font-size: 22px;
  }
}

.news-menu .menu__item:hover {
  background-color: #1947ba;
}

.news-menu .menu__item:hover .menu__link {
  color: #fff;
}

.news-menu .menu__item:hover .podlink__menu {
  max-height: 225px;
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1024px) {
  .news-menu .menu__item:hover .podlink__menu {
    display: none;
  }
}

@media (max-width: 1600px) {
  .news-menu .menu__item:hover .podlink__menu {
    max-height: 180px;
  }
}

.news-menu .podlink__menu {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1600px) {
  .news-menu .podlink__menu {
    top: 60px;
  }
}

.news-menu .podlink__link {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  color: #1947ba;
  font-family: 'SKYY MONO';
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 1600px) {
  .news-menu .podlink__link {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .news-menu .podlink__link {
    font-size: 22px;
  }
}

.news-menu .podlink {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  letter-spacing: 2px;
  position: relative;
  border: 2px solid #1947ba;
  border-top: none;
}

@media (max-width: 1600px) {
  .news-menu .podlink {
    height: 60px;
    line-height: 60px;
  }
}

.news-menu .podlink:hover {
  background-color: #1947ba;
}

.news-menu .podlink:hover .podlink__link {
  color: white;
}

.news-content {
  width: 100%;
  background-color: #fff;
}

.news-content .news__container {
  max-width: 1705px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1600px) {
  .news-content .news__container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .news-content .news__container {
    max-width: 1000px;
  }
}

@media (max-width: 1024px) {
  .news-content .news__container {
    margin-top: 80px;
  }
}

@media (max-width: 576px) {
  .news-content .news__container {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 320px) {
  .news-content .news__container {
    margin-top: 30px;
  }
}

.news-content .news__item {
  width: 48%;
  margin-bottom: 75px;
  padding-right: 3%;
  padding-left: 3%;
}

@media (max-width: 1200px) {
  .news-content .news__item {
    margin-bottom: 55px;
  }
}

@media (max-width: 1024px) {
  .news-content .news__item {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .news-content .news__item {
    width: 375px;
  }
}

@media (max-width: 320px) {
  .news-content .news__item {
    width: 260px;
  }
}

.news-content .news__photo {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1600px) {
  .news-content .news__photo {
    height: 330px;
  }
}

@media (max-width: 1200px) {
  .news-content .news__photo {
    height: 270px;
  }
}

@media (max-width: 1024px) {
  .news-content .news__photo {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .news-content .news__photo {
    height: 200px;
  }
}

@media (max-width: 320px) {
  .news-content .news__photo {
    height: 150px;
  }
}

.news-content .news-item__img,
.news-content .news-item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-content .news-item__info {
  width: 100%;
  padding-top: 55px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .news-content .news-item__info {
    padding-top: 40px;
  }
}

@media (max-width: 1200px) {
  .news-content .news-item__info {
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .news-content .news-item__info {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .news-content .news-item__info {
    padding-top: 30px;
  }
}

.news-content .news-item__info:before {
  content: "";
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(to right, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555);
  position: absolute;
  top: 0;
  left: 0;
}

.news-content .news__title {
  font-family: 'SKYY MONO';
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 7px;
  color: #1947ba;
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .news-content .news__title {
    font-size: 34px;
    margin-bottom: 7px;
  }
}

@media (max-width: 1200px) {
  .news-content .news__title {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .news-content .news__title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .news-content .news__title {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  .news-content .news__title {
    font-size: 20px;
  }
}

.news-content .news__sub {
  font-family: 'SKYY MONO';
  margin-bottom: 35px;
  font-size: 25px;
  color: #000;
  letter-spacing: 2px;
}

@media (max-width: 1600px) {
  .news-content .news__sub {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .news-content .news__sub {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .news-content .news__sub {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .news-content .news__sub {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .news-content .news__sub {
    font-size: 15px;
  }
}

.news-content .news-item__link {
  font-family: 'SKYY MONO';
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #1947ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1600px) {
  .news-content .news-item__link {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .news-content .news-item__link {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .news-content .news-item__link {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .news-content .news-item__link {
    font-size: 14px;
  }
}

.news-content .news-item__link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.article-start {
  width: 100%;
  height: calc(100vh - 113px);
  position: relative;
}

@media (max-width: 992px) {
  .article-start {
    height: 100vh;
  }
}

.article-start .article__img, .article-start .article__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.article-start .article-main__info {
  max-width: 720px;
  position: absolute;
  left: 130px;
  bottom: 80px;
}

@media (max-width: 1440px) {
  .article-start .article-main__info {
    bottom: 50px;
    left: 100px;
  }
}

@media (max-width: 1024px) {
  .article-start .article-main__info {
    left: 30px;
    bottom: 30px;
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .article-start .article-main__info {
    max-width: 350px;
    bottom: auto;
    top: 133px;
  }
}

.article-start .article-main__title {
  font-family: 'SKYY MONO';
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 10px;
  line-height: 90px;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .article-start .article-main__title {
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .article-start .article-main__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .article-start .article-main__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

@media (max-width: 320px) {
  .article-start .article-main__title {
    font-size: 40px;
    line-height: 45px;
  }
}

.article-start .article-main__sub {
  font-family: 'SKYY MONO';
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
}

@media (max-width: 1440px) {
  .article-start .article-main__sub {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .article-start .article-main__sub {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .article-start .article-main__sub {
    font-size: 20px;
    line-height: 25px;
  }
}

.article__container {
  width: 100%;
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 165px;
}

@media (max-width: 1440px) {
  .article__container {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media (max-width: 1024px) {
  .article__container {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .article__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.article__container .article__inner {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0px 20px;
}

@media (max-width: 1440px) {
  .article__container .article__inner {
    max-width: 1100px;
  }
}

@media (max-width: 1200px) {
  .article__container .article__inner {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 320px) {
  .article__container .article__inner {
    padding: 0px 10px;
  }
}

.article__container .article__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article__container .article__information {
  width: 90%;
}

@media (max-width: 1024px) {
  .article__container .article__information {
    width: 100%;
  }
}

.article__container .article__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 495px;
}

/*@media (max-width: 1024px) {*/
/*  .article__container .article__social {*/
/*    display: none; } }*/
.article__container .social-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.article__container .article__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 576px) {
  .article__container .article__back {
    margin-bottom: 40px;
  }
}

.article__container .article__back span {
  font-size: 28px;
  color: #1947ba;
  font-weight: 40px;
  font-family: 'SKYY MONO';
  font-weight: 500;
  margin-left: 15px;
  width: 130px;
}

@media (max-width: 1440px) {
  .article__container .article__back span {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .article__container .article__back span {
    font-size: 18px;
    width: 80px;
  }
}

.article__container .article__back:hover {
  -webkit-transform: translateY(-2px) translateX(-100%);
  transform: translateY(-2px) translateX(-100%);
}

.article__container .article__photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article__container .article__photo {
  width: 47%;
}

.article__container .article-photo__img {
  width: 100%;
  height: 100%;
}

.article__container .article__title {
  font-family: 'SKYY MONO';
  font-size: 50px;
  line-height: 75px;
  max-width: 550px;
  margin-bottom: 72px;
  color: #1947ba;
  letter-spacing: 12px;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .article__container .article__title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .article__container .article__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .article__container .article__title {
    font-size: 30px;
    line-height: 33px;
  }
}

@media (max-width: 320px) {
  .article__container .article__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.article__container .article__sub {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Raleway';
}

@media (max-width: 1440px) {
  .article__container .article__sub {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .article__container .article__sub {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .article__container .article__sub {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .article__container .article__sub {
    font-size: 16px;
    line-height: 18px;
  }
}

.article__container .article__sub:last-child {
  margin-top: 50px;
  margin-bottom: 75px;
}

@media (max-width: 1024px) {
  .article__container .article__sub:last-child {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .article__container .article__sub:last-child {
    margin-bottom: 40px;
  }
}

.article__container .icon-whats {
  width: 55px;
  height: 50px;
  fill: #1947ba;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1440px) {
  .article__container .icon-whats {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .article__container .arrow-back__img {
    width: 80px;
  }
}

.article__container .arrow-back__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article__container .icon-facebook {
  width: 50px;
  height: 50px;
  fill: #1947ba;
}

@media (max-width: 1440px) {
  .article__container .icon-facebook {
    width: 40px;
    height: 40px;
  }
}

.article__container .icon-twiter {
  width: 50px;
  height: 50px;
  fill: #1947ba;
}

@media (max-width: 1440px) {
  .article__container .icon-twiter {
    width: 40px;
    height: 40px;
  }
}

.article__container .icon-inst {
  width: 50px;
  height: 50px;
  fill: #1947ba;
}

@media (max-width: 1440px) {
  .article__container .icon-inst {
    width: 40px;
    height: 40px;
  }
}

.article__container .icon-share {
  width: 50px;
  height: 50px;
  fill: #1947ba;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1440px) {
  .article__container .icon-share {
    width: 40px;
    height: 40px;
  }
}

.article__container .icon-print {
  width: 50px;
  height: 50px;
  fill: #1947ba;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1440px) {
  .article__container .icon-print {
    width: 40px;
    height: 40px;
  }
}

.article__container .icon-print:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.article__container .icon-share:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.article__container .icon-whats:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .all-products-page .all-products__hero-title {
    font-size: 87px;
  }
}

@media (min-aspect-ratio: 64 / 27) {
  .all-products-page .all-products__hero-title {
    display: none;
  }
}

.all-products-page .header--wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.all-products-page .inverse#fp-nav .active span {
  background-color: #1947ba;
  border: 2px solid #fff;
  margin: -2px 0 0 -2px;
}

.all-products-page .inverse#fp-nav span {
  background-color: #fff;
  width: 14px;
  height: 14px;
}

.all-products-page .inverse#fp-nav ul li:hover a span {
  margin: 0;
}

.all-products-page .inverse#fp-nav ul li:hover .active span {
  margin: 0;
}

.all-products-page .inverse#fp-nav li:hover a span {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.all-products-page #fp-nav {
  z-index: 4;
}

@media (min-width: 1440px) {
  .all-products-page #fp-nav {
    right: 90px;
  }
}

@media (min-width: 1200px) {
  .all-products-page #fp-nav {
    right: 25px;
  }
}

.all-products-page #fp-nav ul li:hover a span {
  margin: 0;
}

.all-products-page #fp-nav ul li:hover .active span {
  margin: 0;
}

.all-products-page #fp-nav li {
  width: 14px;
  height: 14px;
  margin: 0;
}

.all-products-page #fp-nav li:not(:last-child) {
  margin-bottom: 15px;
}

.all-products-page #fp-nav li:hover a span {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.all-products-page #fp-nav .active span {
  background-color: #fff;
  border: 2px solid #1947ba;
  margin: -2px 0 0 -2px;
}

.all-products-page #fp-nav span {
  background-color: #1947ba;
  width: 14px;
  height: 14px;
}

.vertical-scrolling {
  position: relative;
}

.all-products .hero__img {
  padding-top: 113px;
}

.all-products .hero__img img, .all-products .hero__img {
  object-position: top;
}


@media (min-width: 1800px) {
.all-products .hero__img img, .all-products .hero__img {
  object-position: center;

}
}

@media (max-width: 992px) {
  .all-products .hero__img, .all-products .hero__img img {
    padding-top: 113px;
    -o-object-position: top;
    object-position: top;
  }
}

.all-products .coctails__list-mobile {
  height: 100%;
  overflow: auto;
}

.all-products .list-mobile__items {
  overflow: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .all-products .swiper-slide {
    height: 100vh;
  }

  .all-products .hero__container {
    min-height: 100vh;
  }
}

.all-products__hero {
  position: relative;
  background-image: url("../img/content/all-products/all-products-hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.all-products__hero-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.all-products__hero-inner {
  display: none;
}


.all-products__slider-next,
.all-products__slider-prev {
  top: 50%;
}

.all-products__slider-next {
  right: 100px;
}

@media (max-width: 1440px) {
  .all-products__slider-next {
    right: 50px;
  }
}

.all-products__slider-prev {
  left: 100px;
}

@media (max-width: 1440px) {
  .all-products__slider-prev {
    left: 50px;
  }
}

.all-products-catalog {
  height: 100%;
}

.all-products__more-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
}

@media (min-width: 992px) {
  .all-products__more-wrapper {
    padding-top: 113px;
  }
}

@media (max-width: 992px) {
  .all-products div:nth-of-type(2) .all-products__more-wrapper {
    padding-top: 0;
  }

  .all-products__more-wrapper {
    min-height: 100%;
  }
}

@media (max-width: 992px) {
  .all-product__first-item .all-products-catalog__right-subtitle {
    word-break: break-word;
  }
}

@media (max-width: 576px) {
  .all-product__first-item .all-products-catalog__right-subtitle {
    word-break: break-word;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 400px) {
  .all-product__first-item .all-products-catalog__right-subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}

.all-product__first-item .all-products-catalog__item-left {
  position: relative;
  width: 17%;
  min-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(0deg, #202555 0%, #283e8a 35%, #076dae 68%, #01bbd9 100%);
}

@media (max-width: 992px) {
  .all-product__first-item .all-products-catalog__item-left {
    width: 40%;
  }
}

@media (max-width: 576px) {
  .all-product__first-item .all-products-catalog__item-left {
    width: 15%;
  }
}


.all-product__first-item .all-products-catalog__item-right {
  width: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .all-product__first-item .all-products-catalog__item-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 1200px) {
  .all-product__first-item .all-products-catalog__item-right {
    margin-left: 100px;
  }
}

@media (max-width: 992px) {
  .all-product__first-item .all-products-catalog__item-right {
    justify-content: center;
    margin-left: 0;
  }
}

@media (max-width: 830px) {
  .all-product__first-item .all-products-catalog__item-right {
    justify-content: flex-end;
  }
}

@media (max-width: 576px) {
  .all-product__first-item .all-products-catalog__item-right {
    padding: 0 25px 0 15px;
  }
}

@media (max-width: 400px) {
  .all-product__first-item .all-products-catalog__item-right {
    margin-left: 40px;
  }
}

/*
@media (max-width: 576px) {
  .all-product__first-item .all-products-catalog__item-right {
    width: 85%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
} */

.all-product__first-item .all-products-catalog-right__wrapper {
  padding-left: 0px;
  max-width: 805px;
}

@media (max-width: 1440px) {
  .all-product__first-item .all-products-catalog-right__wrapper {
    max-width: 800px;
  }
}

@media (max-width: 1200px) {
  .all-product__first-item .all-products-catalog-right__wrapper {
    max-width: 600px;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .all-product__first-item .all-products-catalog-right__wrapper {
    max-width: 80%;
  }
}

@media (max-width: 576px) {
  .all-product__first-item .all-products-catalog-right__wrapper {
    max-width: 70%;
  }
}
@media (max-width: 400px) {
  .all-product__first-item .all-products-catalog-right__wrapper {
    max-width: 95%;
    padding-left: 35px;
  }
}

.all-product__first-item .all-products-catalog__img-wrapper {
  position: absolute;
  bottom: -14px;
  right: -350px;
  width: 720px;
  height: 102%;
}

@media (max-width: 992px) {
  .all-product__first-item .all-products-catalog__img-wrapper {
    right: 0;
    /*width: 100%;*/
  }

  /*  .all-product__first-item .all-products-catalog__img-wrapper {*/
  /*    right: 0;*/
  /*  }*/
}

/*
@media (max-width: 768px) {
  .all-product__first-item .all-products-catalog__img-wrapper {
    right: -210px;
  }
}

@media (max-width: 576px) {
  .all-product__first-item .all-products-catalog__img-wrapper {
    right: -210px;
  }
}

@media (max-width: 400px) {
  .all-product__first-item .all-products-catalog__img-wrapper {
    right: -170px;
  }
} */

.all-products-catalog__item:nth-child(2) .all-products-catalog__img-wrapper {
  right: -280px;
}

.all-product__first-item .all-products-catalog__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

@media (max-width: 992px) {
  .all-products-catalog__item:nth-child(2) .all-products-catalog__img-wrapper {
    right: 0;
  }

  .all-product__first-item .all-products-catalog__img-wrapper img {
    right: -10%;
    top: 9%;
    -o-object-position: top right;
    object-position: top right;
  }
}

@media (max-width: 660px) {
  .all-product__first-item .all-products-catalog__img-wrapper img {
    right: -12%;
  }
}

@media (max-width: 576px) {
  .all-product__first-item .all-products-catalog__img-wrapper img {
    right: -10%;
  }
}

.all-product__first-item .all-products-catalog__right-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 992px) {
  .all-product__first-item .all-products-catalog__right-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .all-product__first-item .all-products-catalog__right-about {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    align-self: start;
    margin-top: -30px;
	margin-bottom: 30px;
  }
}

.all-product__first-item .all-product-catalog__right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .all-product__first-item .all-product-catalog__right-buttons {
    -webkit-box-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.all-product__first-item .all-products-catalog__right-image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .all-product__first-item .all-products-catalog__right-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
}

.all-product__first-item .all-products__btn {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .all-product__first-item .all-products__btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .all-product__first-item .all-products__btn {
    margin-bottom: 20px;
  }
}

.all-products-catalog__item-left {
  min-height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(0deg, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555 100%);
  width: 38%;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .all-products-catalog__item-left {
    width: 30%;
  }
}

/*
@media (max-width: 768px) {
  .all-products-catalog__item-left {
    width: 20%;
  }
}

@media (max-width: 576px) {
  .all-products-catalog__item-left {
    width: 10%;
  }
}

@media (max-width: 320px) {
  .all-products-catalog__item-left {
    width: 0%;
  }
} */

.all-products-catalog__item-right {
  position: relative;
  z-index: 4;
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 25px 0px 15px;
}

@media (min-width: 1440px) {
  .all-products-catalog__item-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .all-products-catalog__item-right {
    padding: 0 25px 0 15px;
    width: 70%;
  }
}

/* @media (max-width: 768px) {
  .all-products-catalog__item-right {
    width: 80%;
  }
} */

@media (max-width: 576px) {
  .all-products-catalog__item-right {
    /*width: 95%;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/* @media (max-width: 320px) {
  .all-products-catalog__item-right {
    width: 100%;
  }
} */

.all-products-catalog__img-wrapper {
  position: absolute;
  top: 0;
  bottom: auto;
  right: -185px;
  width: 850px;
  z-index: -1;
}

@media (max-width: 992px) {

}

@media (max-width: 992px) {
  .all-products-catalog__img-wrapper {
    right: -70px;
    width: 350px;
    height: 100%;
  }
}

/* @media (max-width: 768px) {
  .all-products-catalog__img-wrapper {
    right: -220px;
  }
}

@media (max-width: 576px) {
  .all-products-catalog__img-wrapper {
    right: -235px;
  }
} */

@media (max-width: 400px) {
  .all-products-catalog__img-wrapper {
    right: -45px;
  }
}

@media (max-width: 319px) {
  .all-products-catalog__img-wrapper {
    right: -20px;
  }
}

.all-products-catalog__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: -1;
  -o-object-position: top;
  object-position: top;
}

@media (max-width: 992px) {
  .all-products-catalog__img-wrapper img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
  }
}

.all-products-catalog-right__wrapper {
  max-width: 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1441px) and (max-width: 1550px) {
  .all-products-catalog-right__wrapper {
    margin-left: 60px;
  }
}

@media (max-width: 1440px) {
  .all-products-catalog-right__wrapper {
    margin-left: 45px;
    max-width: 680px;
  }
}

@media (max-width: 1200px) {
  .all-products-catalog-right__wrapper {
    max-width: 500px;
    margin-left: 115px;
  }
}

@media (max-width: 992px) {
  .all-products-catalog-right__wrapper {
    max-width: 390px;
    margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .all-products-catalog-right__wrapper {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .all-products-catalog-right__wrapper {
    margin-left: 0;
    max-width: 220px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .all-products-catalog-right__wrapper {
    margin-left: 0;
    max-width: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.all-products-catalog__right-title {
  letter-spacing: 10.5px;
  font-size: 58px;
  margin-bottom: 15px;
  color: #1947ba;
  text-transform: uppercase;
  font-family: 'SKYY MONO';
  font-weight: 700;
}

@media (max-width: 992px) {
  .all-products-catalog__right-title {
    word-break: break-word;
    text-align: left;
    font-size: 55px;
  }

  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__right-title {
    text-align: right;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .all-products-catalog__right-title {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .all-products-catalog__right-title {
    font-size: 14px;
    margin-left: -70px;
    margin-top: 20px;
    width: 100%;
  }
}

.all-products-catalog__right-subtitle {
  margin-bottom: 15px;
  letter-spacing: 13.5px;
  font-weight: 700;
  line-height: 35px;
  font-size: 25px;
}

@media (max-width: 1200px) {
  .all-products-catalog__right-subtitle {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  /*  .all-products-catalog__right-subtitle {*/
  /*    text-align: center;*/
  /*  }*/
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__right-subtitle {
    text-align: right;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .all-products-catalog__right-subtitle {
    font-size: 25px;
    letter-spacing: 6px;
    text-align: left;
    line-height: 35px;
  }
}

@media (max-width: 576px) {
  .all-products-catalog__right-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 5.94px;
    line-height: 30px;
    margin-left: -35px;
  }

  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__right-title {
    margin-right: -110px;
    margin-left: 0;
  }

  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__right-description {
    text-align: right;
  }

  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__right-subtitle {
    margin-right: -53px;
    margin-left: 0;
  }
}

.all-products-catalog__right-description {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Raleway';
  max-width: 605px;
}

@media (max-width: 992px) {
  .all-products-catalog__right-description {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .all-products-catalog__right-description {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .all-products-catalog__right-description {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 400px) {
  .all-products-catalog__right-description {
    font-size: 12px;
    line-height: 20px;
  }
}

.all-products-catalog__right-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-products-catalog__right-about .show-more {
  width: 100%;
}

@media (min-width: 1440px) {
  .all-products-catalog__right-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 992px) {
  .all-products-catalog__right-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.all-products-catalog__right-image {
  min-width: 285px;
  max-width: 285px;
  height: 280px;
  background-color: #f1f1f1;
  margin-right: 70px;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .all-products-catalog__right-image {
    margin-right: 50px;
    min-width: 265px;
    max-width: 265px;
    height: 260px;
  }
}

@media (max-width: 1200px) {
  .all-products-catalog__right-image {
    margin-right: 40px;
    min-width: 220px;
    max-width: 220px;
    height: 220px;
  }
}

@media (max-width: 992px) {
  .all-products-catalog__right-image {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .all-products-catalog__right-image {
    max-width: 130px;
    min-width: 130px;
    height: 130px;
  }
}

.all-products-catalog__right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0 1px #2649ad;
}

.all-product-catalog__right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
}

@media (max-width: 992px) {
  .all-product-catalog__right-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .all-product-catalog__right-buttons {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.show-more {
  font-size: 25px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .show-more {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .show-more {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.all-products__btn {
  cursor: pointer;
  max-width: 380px;
  letter-spacing: 5.2px;
  font-size: 26px;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .all-products__btn {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .all-products__btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .all-products__btn {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    padding: 7px 8px;
    margin-bottom: 15px;
  }
}

.to-cocktails__link {
  font-size: 25px;
  text-align: end;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .to-cocktails__link {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (max-width: 1200px) {
  .to-cocktails__link {
    font-size: 16px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (max-width: 576px) {
  .to-cocktails__link {
    font-size: 14px;
    max-width: 200px;
    align-self: start;
    text-align: left;
    margin-bottom: 20px;
  }
}

.all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog-right__wrapper {
  padding-left: 0px;
  margin-left: 0;
}

@media (min-width: 992px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__img-wrapper {
    left: -350px;
    right: auto;
  }
}

@media (max-width: 992px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products-catalog__img-wrapper img {
    object-position: top left;
    object-fit: contain;
    right: 10%;
  }
}

@media (max-width: 660px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products-catalog__img-wrapper img {
    right: 12%;
    object-fit: contain;
  }
}

@media (max-width: 576px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products-catalog__img-wrapper img {
    right: 10%;
  }
}

@media (max-width: 400px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products-catalog__img-wrapper img {
    right: 12%;
  }
}

@media (max-width: 992px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__img-wrapper {
    left: 0;
    right: 0;
  }
}

@media (max-width: 768px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__img-wrapper {
    right: 0;
    left: 0;
  }
}

@media (max-width: 400px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__right-about {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .to-cocktails__link {
    text-align: start;
  }
}

@media (max-width: 319px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__img-wrapper {
    right: -240px;
  }
}

@media (min-width: 1440px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__item-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1440px) and (min-height: 1000px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__item-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1440px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__item-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .all-products__menu-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .all-products__menu-mobile {
    padding: 0 15px 0px 15px;
    width: 100%;
    min-height: 580px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #fbf9f9;
  }

  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__item-right {
    margin-left: 0;
    justify-content: center;
  }
}

@media (max-width: 830px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__item-right {
    margin-left: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 830px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__item-right {
    margin-left: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 400px) {
  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__item-right {
    margin-right: 75px;
  }
}

@media (max-width: 992px) and (max-width: 768px) {
  .all-products__menu-mobile {
    padding: 0 15px 70px 15px;
  }
}

@media (max-width: 992px) and (max-width: 576px) {
  .all-products__menu-mobile {
    padding: 0 15px 30px 15px;
  }
}

@media (max-width: 992px) {
  .all-products__menu-mobile .cocktails__mobile-btn {
    top: 20px;
    right: 40px;
  }

  .all-products__menu-mobile .all-products__menu-list {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .all-products__menu-mobile .all-products__menu-list__item {
    width: 30%;
    max-width: 300px;
    max-height: 300px;
  }
}

@media (max-width: 992px) and (max-width: 768px) {
  .all-products__menu-mobile .all-products__menu-list__item {
    width: 49%;
    max-width: 420px;
  }

  .all-products__menu-mobile .all-products__menu-list__item:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 992px) and (max-width: 576px) {
  .all-products__menu-mobile .all-products__menu-list__item {
    width: 100%;
    max-width: 100%;
  }

  .all-products__menu-mobile .all-products__menu-list__item:not(:last-child) {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .all-products__menu-mobile .all-products__menu-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .all-products__menu-mobile .all-products__menu-list__top {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .all-products__menu-mobile .all-products__mobile__img {
    max-width: 300px;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 992px) and (max-width: 768px) {
  .all-products__menu-mobile .all-products__mobile__img {
    max-width: 420px;
  }
}

@media (max-width: 992px) and (max-width: 576px) {
  .all-products__menu-mobile .all-products__mobile__img {
    max-width: 580px;
  }
}

@media (max-width: 992px) {
  .all-products__menu-mobile .all-products__menu-list__bottom {
    width: 100%;
    font-size: 30px;
    font-family: 'Raleway';
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.5px;
  }
}

@media (max-width: 992px) and (max-width: 768px) {
  .all-products__menu-mobile .all-products__menu-list__bottom {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .all-products__menu-mobile .cocktails__slider-item__top {
    overflow: hidden;
    background: none;
  }

  .all-products__menu-mobile .cocktails-mobile__img {
    -o-object-position: top;
    object-position: top;
  }

  .all-products__menu-mobile .cocktails__slider-item__name {
    font-size: 30px;
    font-family: 'Raleway';
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    color: #000;
  }
}

@media (max-width: 1200px) {
  .cocktails__slider-item__name {
    font-size: 20px;
  }
}

@media (max-width: 992px) and (max-width: 768px) {
  .all-products__menu-mobile .cocktails__slider-item__name {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .all-products__menu-mobile .list-mobile__items {
    margin-bottom: 30px;
  }

  .all-products__menu-mobile .all-products__mobile-description__title {
    text-align: center;
    margin-bottom: 20px;
  }

  .all-products__menu-mobile .all-products__mobile-description__text {
    font-size: 25px;
    font-family: 'Raleway';
    line-height: 40px;
  }
}

@media (min-width: 992px) {
  .footer_duplicate {
    display: block;
  }

  .footer_duplicate .footer {
    height: 100%;
  }
}

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

.all-products-popup {
  position: fixed;
  left: 0;
  z-index: 15;
}

@media (max-width: 576px) {
  .small_select {
    max-width: 265px;
  }
}

.age-confirm {
  min-height: 60vh;
}

@media (max-width: 992px) {
  .age-confirm .hero__img, .age-confirm .hero__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

.age-confirm .container {
  height: 100%;
}

@media (max-width: 1440px) {
  .age-confirm .form-input {
    height: 60px;
  }
}

@media (max-width: 992px) {
  .age-confirm .form-input {
    height: auto;
  }
}

.age-confirm .select {
  position: relative;
}

.age-confirm .age-confirm__dropdown {
  position: absolute;
  background: rgba(25, 71, 186, 0.75);
  width: 100%;
  display: none;
  z-index: 4;
  max-height: 200px;
  overflow: auto;
}

.age-confirm .age-confirm__dropdown ul {
  padding: 10px;
}

.age-confirm .age-confirm__dropdown::-webkit-scrollbar {
  width: 7px;
}

.age-confirm .age-confirm__dropdown::-webkit-scrollbar-track {
  margin: 3px 0;
  background-color: #dfdfdf;
  border-radius: 3px;
}

.age-confirm .age-confirm__dropdown::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#01bbd9), color-stop(35%, #076dae), color-stop(68%, #283e8a), to(#202555));
  background: linear-gradient(to bottom, #01bbd9 0%, #076dae 35%, #283e8a 68%, #202555 100%);
}

.age-confirm .blue_bg {
  background-color: #1947ba;
  color: #fff;
  max-width: 265px;
}

@media (max-width: 576px) {
  .age-confirm .blue_bg {
    max-width: 150px;
  }
}

.age-confirm .blue_bg::-webkit-input-placeholder {
  color: #fff;
}

.age-confirm .blue_bg::-moz-placeholder {
  color: #fff;
}

.age-confirm .blue_bg:-ms-input-placeholder {
  color: #fff;
}

.age-confirm .blue_bg::-ms-input-placeholder {
  color: #fff;
}

.age-confirm .blue_bg::placeholder {
  color: #fff;
}

.age-confirm .white-remember {
  color: #fff;
}

.age-confirm .white_title {
  color: #fff;
}

.age-confirm .white_check {
  border-color: #fff;
}

.age-confirm .age__check-btn {
  padding: 0;
  max-width: 265px;
  height: 80px;
  font-weight: 500;
  background: #2649ad;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  width: 100%;
}

.age-confirm .age__check-btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 1440px) {
  .age-confirm .age__check-btn {
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 992px) {
  .age-confirm .age__check-btn {
    margin-bottom: 10px;
    height: 44px;
    line-height: 44px;
  }
}

@media (max-width: 576px) {
  .age-confirm .age__check-btn {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    max-width: 265px;
  }
}

@media (max-width: 992px) {
  .age-confirm .hero__colum:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
}

.age-confirm .county__input {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  .age-confirm .county__input {
    width: 100%;
    max-width: 100%;
  }
}

.age-confirm .large_btn {
  max-width: 100%;
}

.age-confirm .small_input {
  max-width: 222px;
}

@media (max-width: 1440px) {
  .age-confirm .small_input {
    max-width: 159px;
  }
}

.age-confirm .age-confirm__item {
  cursor: pointer;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 20px;
  color: white;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

.age-confirm .age-confirm__item:hover {
  font-weight: 700;
}

.age-confirm .form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .age-confirm .form-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1755px) {
  .age-confirm .hero__colum {
    width: 45%;
  }

  .age-confirm .hero__colum:nth-child(2) {
    width: 55%;
    max-width: 690px;
  }
}

@media (max-width: 1440px) {
  .age-confirm .hero__colum {
    width: 45%;
  }

  .age-confirm .hero__colum:nth-child(2) {
    width: 55%;
    max-width: 520px;
  }
}

@media (max-width: 992px) {
  .age-confirm .hero__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    margin-left: 0;
  }

  .age-confirm .form-item {
    width: 100%;
    margin-right: 0;
  }

  .age-confirm .small_input {
    width: 100%;
    max-width: 100%;
  }

  .age-confirm .hero__colum:nth-child(2) {
    width: 100%;
  }
}

.age-confirm .age__error {
  border: 1px solid red;
}

.age-confirm .hero__btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.age-confirm .error__span {
  margin-top: 20px;
  font-size: 25px;
  color: #ffa6a6;
  padding: 10px;
  max-width: 100%;
  background-color: #1947ba;
  display: block;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 992px) {
  .age-confirm .error__span {
    margin-top: 10px;
    font-size: 18px;
    padding: 5px;
    max-width: 265px;
  }
}

.age-confirm .hero__title {
  max-width: 100%;
}

@media (max-width: 992px) {
  .age-confirm.hero .form-item.error {
    max-width: 100%;
  }
}

.age-confirm.hero__item_verify .hero__item-inner.hero__colums .form-item {
  margin-right: 0;
}

@media (max-width: 992px) {
  .age-confirm.hero__item_verify .hero__item-inner.hero__colums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .age-confirm.hero__item_verify .hero__item-inner.hero__colums {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .age-confirm.hero__item_verify .hero__item-inner.hero__colums .form-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  .age-confirm.hero__item_verify .hero__item-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.small_select {
  width: 100%;
  max-width: 265px;
}

@media (max-width: 992px) {
  .small_select {
    width: 100%;
    max-width: 265px;
  }
}

@media (max-height: 415px) {
  .age-confirm.hero {
    height: calc(100vh + 150px);
  }
}

.hidden_click {
  display: none;
}

/* image classes */

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

@media (min-width: 993px) {
  .upto992 {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .over1024 {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .upto1024 {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero,
  .hero__item.hero__item_verify {
    height: 100vh;
  }

  .search__img {
    margin-left: -2px;
  }

  .hero__item {
    height: auto;
  }

  .hero__img img {
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .banner__title {
    width: 100%;
  }

  .banner .container {
    height: 640px;
  }

  .product__info-items .product-item__img {
    overflow: hidden;
  }

  .product__info-items .product__img {
    height: auto;
  }

  .all-product__first-item .all-products-catalog__img-wrapper img {
    width: auto;
  }

  .all-products-catalog__item:nth-child(2) .all-products-catalog__img-wrapper {
    right: -500px;
  }

  .all-product__first-item .all-products-catalog__img-wrapper {
    right: -650px;
  }

  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__img-wrapper {
    left: -50px;
  }

  .all-product__first-item .all-products-catalog-right__wrapper {
    padding-left: 100px;
  }

  .cocktails-list__item {
    height: 100%;
  }

  .cocktails__content-list {
    width: 100%;
    height: 100%;
  }

  .cocktails {
    height: 100%;
  }

  .container.cocktails_flex > div {
    height: 100%;
  }

  .startpage__news .newspage__img, .startpage__news .newspage__img img {
    height: auto;
  }

  .hero__container .swiper-button-prev::after {
    content: '<';
    position: absolute;
  }

  .hero__container .swiper-button-next::after {
    content: '>';
    position: absolute;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-family: "Raleway", sans-serif;
  }

  .hero__container .swiper-button-next::after,
  .hero__container .swiper-button-prev::after {
    top: 20px;
    left: 25px;
  }

  .contact {
    height: 100%;
  }

  .contact__left {
    min-height: calc(100% + 110px);
  }

  .contact__left-bg {
    height: 100%;
  }

  .info__item {
    overflow: hidden;
  }

  .article-start .article__img, .article-start .article__img img {
    height: auto;
  }

  .about-page__banner {
    height: auto;
  }

  .about-page__banner-bottle img {
    width: auto;
  }

  .about-page__bottom-left__content {
    width: 100%;
  }

  .page-template-page-products .hero__img img {
    top: 113px;
  }

  .all-products__more-wrapper {
    height: 100%;
  }

  .single-cocktail__description-social {
    position: absolute;
    right: 0;
  }

  .single-cocktail__hero-title {
    width: 100%;
  }
}

@media (-ms-high-contrast: none) and (min-width: 1600px), (-ms-high-contrast: active) and (min-width: 1600px) {
  .all-product__first-item .all-products-catalog__img-wrapper {
    right: -575px;
  }

  .all-products-catalog__item:nth-child(2n+1) .all-products__more-wrapper .all-products-catalog__img-wrapper {
    left: -125px;
  }

  .all-products-catalog__item:nth-child(2) .all-products-catalog__img-wrapper {
    right: -400px;
  }
}

@media (-ms-high-contrast: none) and (max-width: 1200px), (-ms-high-contrast: active) and (max-width: 1200px) {
  .info__img,
  .info__img img {
    width: auto;
    max-width: 150%;
  }

  .hero__img img {
    height: 100%;
  }

  .page-template-page-products .hero__img img {
    height: auto;
  }

  .article-start .article__img,
  .article-start .article__img img {
    height: 100%;
  }

  .all-products-catalog__right-title {
    font-size: 44px;
  }

  .all-products-catalog__right-subtitle {
    font-size: 28px;
  }
}

/* contact form */

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 1em;
    border: 2px solid #00a0d2;
    border-radius: 20px;
}

@media (-ms-high-contrast: none) and (max-width: 992px), (-ms-high-contrast: active) and (max-width: 992px) {
  .single-cocktail__description-social {
    position: static;
  }
}
