/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Roboto:300,400,500,700&display=swap&subset=latin-ext");

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

code,
kbd,
samp {
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

@font-face {
  font-family: 'font-ggm';
  src: url("../fonts/font-ggm.eot");
  src: url("../fonts/font-ggm.eot") format("embedded-opentype"),url("../fonts/font-ggm.woff2") format("woff2"),url("../fonts/font-ggm.woff") format("woff"),url("../fonts/font-ggm.ttf") format("truetype"),url("../fonts/font-ggm.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "font-ggm";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left-open-big:before {
  content: '\e800';
}

.icon-right-open-big:before {
  content: '\e801';
}

.icon-down-dir:before {
  content: '\e802';
}

.icon-up-dir:before {
  content: '\e803';
}

.icon-down-micro:before {
  content: '\e804';
}

.icon-up-micro:before {
  content: '\e805';
}

.icon-search:before {
  content: '\e806';
}

.icon-earth:before {
  content: '\e808';
}

.icon-facebook:before {
  content: '\e809';
}

.icon-twitter:before {
  content: '\e80a';
}

.icon-plus:before {
  content: '\e80c';
}

.icon-minus:before {
  content: '\e80d';
}

.icon-food:before {
  content: '\f0f5';
}

.icon-basket:before {
  content: '\e807';
}

.icon-desktop:before {
  content: '\f108';
}

.icon-phone-1:before {
  content: '\e80B';
}

.icon-icon-at:before {
  content: '\e80E';
}

.icon-dot-circled:before {
  content: '\f192';
}

.icon-dot:before {
  content: '\e826';
}

.icon-down-open:before {
  content: '\e80F';
}

a {
  text-decoration: none;
}

.f-pathway {
  font-family: "Pathway Gothic One",sans-serif;
}

.s-title {
  font-family: "Pathway Gothic One",sans-serif;
  color: #030303;
}

.highlight {
  position: relative;
  display: inline-block;
}

.highlight:before,
.highlight:after {
  content: ' ';
  display: block;
  height: 30%;
  max-height: 16px;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  z-index: -1;
}

.highlight:before {
  background: rgba(248,231,28,0.9);
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  bottom: -1px;
  left: -1px;
}

.highlight:after {
  background: rgba(248,231,28,0.6);
  bottom: 3px;
  right: -2px;
}

h1,
.h1 {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Roboto",sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #FFFFFF;
}

@media only screen and (min-width: 480px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

h3,
.h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}

p {
  margin-top: 0;
}

blockquote {
  position: relative;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

blockquote:before {
  content: '“';
  position: absolute;
  left: 0;
  top: 19px;
  display: block;
  font-size: 54px;
  text-align: center;
  color: #35A8E0;
}

blockquote:after {
  content: '”';
  position: absolute;
  right: 0;
  bottom: -19px;
  display: block;
  font-size: 54px;
  text-align: center;
  color: #35A8E0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 2.5em;
  margin-bottom: 2.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2.5em;
  margin-bottom: 2.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

*::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
  background-color: rgba(153,153,153,0.9);
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(153,153,153,0.9);
}

*::-webkit-scrollbar-thumb {
  background-color: #4F4F4F;
}

@media only screen and (max-width: 992px) {
  *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(153,153,153,0.9);
    background-color: rgba(153,153,153,0.1);
  }

  *::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(153,153,153,0.9);
  }

  *::-webkit-scrollbar-thumb {
    background-color: #001427;
  }
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: orangered;
}

body input:required:valid,
body textarea:required:valid {
  color: #333;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

*:focus {
  outline: none;
}

body {
  display: block;
  font-size: 16px;
  min-width: 320px;
  height: 100vh;
  position: relative;
  line-height: 1.65;
  letter-spacing: 0.1px;
  font-family: "Roboto",sans-serif;
  color: #000;
  overflow: hidden;
}

::-moz-selection {
  background-color: #4F4F4F;
  color: #fff;
}

::selection {
  background-color: #4F4F4F;
  color: #fff;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 992px) {
  .wrapper {
    min-height: 100vh;
  }
}

.main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
}

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

.cn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.cn--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cn--justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cn-fl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-6 .item {
  padding: 5px 10px;
  width: 100%;
}

.col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-4 .item {
  padding: 25px;
  width: 100%;
}

.col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-3 .item {
  padding: 25px;
  width: 100%;
}

section {
  position: relative;
  width: 100%;
}

.main {
  position: relative;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

@media only screen and (max-height: 600px) {
  .wrapper {
    height: 100%;
  }
}

@media (min-width: 576px) {
  .cn {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .cn {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .cn {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .cn {
    width: 1170px;
    max-width: 1170px;
  }

  .cn--lg {
    width: 1240px;
    max-width: 1240px;
  }
}

.dv-slot {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 411px) {
  .dv-slot {
    width: 380px;
  }
}

.dv-slot__banner {
  width: 100%;
  border: 4px solid #F8E71C;
  text-align: center;
}

.top-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 30%;
}

.btn {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border: none;
  border-radius: 60px;
}

.btn--white {
  background-color: #FFFFFF;
  color: #FF5E00;
}

.btn--white:hover {
  -webkit-box-shadow: -10px 10px 80px rgba(0,0,0,0.25);
  box-shadow: -10px 10px 80px rgba(0,0,0,0.25);
}

.btn--black {
  background: -webkit-gradient(linear, left bottom, left top, from(#28292D), to(#28292D)),#fff;
  background: -webkit-linear-gradient(bottom, #28292D, #28292D),#fff;
  background: linear-gradient(0deg, #28292D, #28292D),#fff;
  color: #FFFFFF;
  font-weight: 400;
}

.btn--black:hover {
  -webkit-box-shadow: -10px 10px 60px rgba(0,0,0,0.4);
  box-shadow: -10px 10px 60px rgba(0,0,0,0.4);
}

.btn--hover:hover {
  -webkit-box-shadow: -10px 10px 80px rgba(255,194,74,0.25);
  box-shadow: -10px 10px 80px rgba(255,194,74,0.25);
}

.btn--gradient {
  background: -webkit-linear-gradient(293.22deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
  background: linear-gradient(156.78deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
  color: #FFFFFF;
}

.btn--small {
  padding: 12px 55px;
}

.btn--lg {
  padding: 12px 77px;
}

.btn--full {
  min-width: 250px;
  padding: 15px 42px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
  text-transform: none;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.btn--bordered {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #ffffff;
}

.btn--bordered.btn--yellow {
  background-color: transparent;
  border-color: #F8E71C;
  color: #F8E71C;
}

.btn--bordered.btn--yellow:hover {
  color: #daca07;
  border-color: #daca07;
}

.btn--bordered.btn--blue {
  background-color: transparent;
  border-color: #35A8E0;
  color: #35A8E0;
}

.btn--bordered.btn--blue:hover {
  color: #1e8ec4;
  border-color: #1e8ec4;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-group--r {
  text-align: right;
}

.btn-group--c {
  text-align: center;
}

.btn-group .btn:not(:last-child) {
  margin-right: 30px;
}

.btn-group .toggle-search {
  background: none;
  border: none;
  font-size: 19px;
  cursor: pointer;
}

.btn-group .toggle-search:last-child {
  margin-left: 23px;
}

@media screen and (min-width: 767px) {
  .btn-group .toggle-search:last-child {
    margin-left: 27px;
  }
}

.social {
  text-align: center;
}

.social span {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  font-variant: small-caps;
  text-transform: uppercase;
}

.social-buttons {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 31px;
  padding-bottom: 39px;
  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;
  line-height: 0;
  border-bottom: 1px solid #E0E0E0;
}

.social-buttons i {
  font-size: 25px;
  color: #868686;
}

.social-buttons .icon-facebook {
  font-size: 28px;
}

.social-buttons .icon-instagram {
  font-size: 32px;
}

.nav-mnu {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0.6vw;
  display: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 992px) {
  .nav-mnu {
    display: block;
  }
}

.nav-mnu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav-mnu li {
  position: relative;
  text-align: right;
}

.nav-mnu li.current-menu-item:before {
  left: 130%;
  opacity: 1;
}

.nav-mnu li.current-menu-item:first-child a {
  color: #FFFFFF;
}

.nav-mnu li.current-menu-item a {
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #FF5C00;
}

.nav-mnu a {
  display: block;
  padding: 1vw 10px;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(0,0,0,0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-mnu.dark-mnu .current-menu-item:before {
  left: 130%;
  opacity: 1;
}

.nav-mnu.dark-mnu .current-menu-item a {
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #FF5C00;
}

.nav-mnu.dark-mnu li:before {
  background-color: #000000;
}

.nav-mnu.dark-mnu a {
  color: #000000;
}

.toggle-mnu {
  position: relative;
  top: 20px;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 15%;
}

.toggle-mnu.on {
  top: 22px !important;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 4;
}

.toggle-mnu span:before {
  width: 100%;
}

.toggle-mnu span:after {
  top: 18px;
  width: 100%;
}

.toggle-mnu span {
  position: relative;
  display: block;
  width: 100%;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  height: 2px;
  background-color: #ED611D;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
  -ms-transform: rotate(45deg) translate(-1px, 0px);
  transform: rotate(45deg) translate(-1px, 0px);
  background-color: #45494D;
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
  -ms-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px);
  background-color: #45494D;
}

.hidden-mnu {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100% !important;
}

.hidden-mnu__box {
  position: inherit;
  display: inline-block;
  max-width: 100%;
  min-height: 100vh;
  width: 100%;
  background-color: rgba(230,230,230,0.9);
  overflow-y: scroll;
  z-index: 1;
}

.hidden-mnu__box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
  background-color: rgba(153,153,153,0.9);
}

.hidden-mnu__box::-webkit-scrollbar {
  width: 0;
  background-color: rgba(153,153,153,0.9);
}

.hidden-mnu__box *::-webkit-scrollbar-thumb {
  background-color: #001427;
}

.hidden-mnu__box--middle {
  padding-top: 0;
  padding-bottom: 20px;
}

.hidden-mnu__box--middle .nav {
  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;
  padding-top: 60px;
  color: #fff;
}

.hidden-mnu__box--middle .nav ul {
  list-style: none;
  padding: 0;
}

.hidden-mnu__box--middle .nav ul li {
  text-align: center;
  padding-bottom: 5px;
}

.hidden-mnu__box--middle .nav ul li a {
  color: #3A3A3A;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.hidden-mnu__box--middle .nav .call-b {
  color: #3A3A3A;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.hidden-mnu__box--middle .nav .call-b a {
  color: #3A3A3A;
}

.hidden-mnu .main-mnu {
  width: 100%;
}

.hidden-mnu__contacts {
  width: 49%;
}

.hidden-mnu__contacts .item {
  margin-bottom: 10px;
}

.hidden-mnu__contacts .item span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.4;
  margin-right: 11px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.hidden-mnu__contacts .item a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  color: #4F4F4F;
}

@media only screen and (min-width: 1050px) {
  .toggle-mnu {
    display: none;
  }
}

.header {
  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;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
  background: url("../images/bg/header-bg.jpg") no-repeat left;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header {
    background-position: center;
    padding-top: 49px;
  }
}

.header-top {
  background-color: #FFFFFF;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 991px) {
  .header-top {
    width: 100%;
  }
}

.header-top .cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 37px;
}

.header-top .nav {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16;
}

@media screen and (min-width: 992px) {
  .header-top .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-top .nav ul {
	grid-gap: 15px;
  margin: 0 0 0 0;
  display: -webkit-box;
	align-items: center;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
}

.header-top .nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.header-top .nav ul li a {
  color: #3A3A3A;
}

.header-top .nav ul li a:hover {
  color: #070707;
}

.header-top .nav .call-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 27px;
  border-left: 1px solid #D2D2D2;
  height: 50px;
}

.header-top .nav .call-b a {
  color: #ED5518;
  text-transform: uppercase;
  text-decoration: underline;
}

.header-top .nav .call-b a:hover {
  color: #c3430f;
}

.header-content {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .header-content {
    padding-top: 89px;
  }
}

.header-content.col-6 {
  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;
}

@media screen and (min-width: 768px) {
  .header-content.col-6 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.header-content .left-col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header-content .left-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 65%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .header-content .left-col {
    width: 55%;
  }
}

.header-content .left-col__title {
  margin-top: 0;
  max-width: 710px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.12;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header-content .left-col__title {
    font-size: 47px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .header-content .left-col__title {
    font-size: 50px;
  }
}

.header-content .left-col__desc {
  margin-top: 3px;
  max-width: 500px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header-content .left-col__desc {
    margin-top: 33px;
    font-size: 24px;
    line-height: 1.12;
    text-align: left;
  }
}

.header-content .left-col .btn {
  margin-top: 47px;
}

.header-content .right-col {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 43px;
  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;
  position: relative;
  background: url("../images/magento-logo.png") no-repeat center center;
  background-size: 290px;
}

@media screen and (min-width: 768px) {
  .header-content .right-col {
    background-position: left center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 35%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .header-content .right-col {
    background-position: 30% center;
  }
}

@media screen and (min-width: 992px) {
  .header-content .right-col {
    width: 45%;
  }
}

.header-content .right-col__items ul {
  list-style: none;
  text-align: right;
  padding: 0;
  height: 250px;
}

.header-content .right-col__items ul li {
  display: none;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  color: #FFD5A5;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .header-content .right-col__items ul li {
    display: block;
  }
}

.header-content .right-col__items ul li:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.header-content .right-col__items ul li:before {
  position: relative;
  bottom: 5px;
  margin-right: 10px;
  content: url("../images/icons/magento-items-line.png");
}

.header .scroll {
  position: relative;
  top: -50px;
  display: none;
}

@media screen and (min-width: 992px) {
  .header .scroll {
    display: block;
  }
}
.social_icons_block {
	display: flex;
	align-items: center;
	grid-gap: 2px;
	padding: 0 10px;
}
.social_icons_block .icon-social {
	width: 20px;
	height: 20px;
	margin: 0 3px;
}
.social_icons_block .icon-social.instagram_dark::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url("../img/icons/bxl-instagram_dark.png");
	background-repeat: no-repeat;
}
.social_icons_block .icon-social.facebook_dark::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url("../img/icons/bxl-facebook-dark.png");
	background-repeat: no-repeat;
}
.social_icons_block .icon-social.whatsapp_dark::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url("../img/icons/bxl-whatsapp_dark.png");
	background-repeat: no-repeat;
}
.social_icons_block .icon-social.skype_dark::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url("../img/icons/bxl-skype_dark.png");
	background-repeat: no-repeat;
}
.social_icons_block .icon-social.linkedin_dark::before {
	content: "";
	width: 16px;
	height: 16px;
	background-size: contain;
	background-image: url("../img/icons/bxl-linkedin_dark.png");
	background-repeat: no-repeat;
	margin: 2px 6px;
}
.social_icons_block .icon-social.clutch_dark::before {
	content: "";
	width: 17px;
	height: 17px;
	background-size: contain;
	background-image: url("../img/icons/bxl-clutch_dark.png");
	background-repeat: no-repeat;
	margin: 1px 6px;
}

.social_icons_block .icon-social.telegram_dark::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url("../img/icons/bxl-telegram_dark.png");
	background-repeat: no-repeat;
}
.social_icons_block_bottom {
	display: flex;
	grid-gap: 10px;
}
.social_icons_block_bottom .icon-social.instagram_white::before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	background-size: contain;
	background-image: url("../img/icons/bxl-instagram_bottom.png");
	background-repeat: no-repeat;
}
.social_icons_block_bottom .icon-social.facebook_white::before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	background-size: contain;
	background-image: url("../img/icons/bxl-facebook_bottom.png");
	background-repeat: no-repeat;
}
.social_icons_block_bottom .icon-social.whatsapp_white::before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	background-size: contain;
	background-image: url("../img/icons/bxl-whatsapp_bottom.png");
	background-repeat: no-repeat;
}
.social_icons_block_bottom .icon-social.skype_white::before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	background-size: contain;
	background-image: url("../img/icons/bxl-skype_bottom.png");
	background-repeat: no-repeat;
}
.social_icons_block_bottom .icon-social.linkedin_white::before {
	content: "";
	width: 33px;
	height: 33px;
	margin: 0;
	background-size: contain;
	background-image: url("../img/icons/bxl-linkedin_white2.png");
	background-repeat: no-repeat;
}
.social_icons_block_bottom .icon-social.clutch_white::before {
	content: "";
	width: 100px;
	height: 27px;
	margin-top: 3px;
	height: 27px;
	background-size: contain;
	background-image: url("../img/icons/bxl-clutch_white.webp");
	background-repeat: no-repeat;
}
.social_icons_block_bottom .icon-social.telegram_white::before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	background-size: contain;
	background-image: url("../img/icons/bxl-telegram_bottom.png");
	background-repeat: no-repeat;
}

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

@media screen and (max-width: 991px) {
  .hidden-mnu__box--middle .nav ul { width: 100%; }
  .hidden-mnu__box--middle .nav ul li a {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
  }
  .hidden-mnu__box--middle .nav ul li {
    text-align: start;
    padding: 8px 0 7px 0;
    border-bottom: 1px solid #3A3A3A;
  }
}



