@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?h7lkbl");
  src: url("../fonts/icomoon.eot?h7lkbl#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?h7lkbl") format("woff"), url("../fonts/icomoon.svg?h7lkbl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 18, #src/scss/base/fonts.scss */

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, #src/scss/base/base.scss */

.--relative {
  position: relative;
}

/* line 8, #src/scss/base/base.scss */

.full-height {
  height: 100%;
}

/* line 13, #src/scss/base/base.scss */

.default-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 21, #src/scss/base/base.scss */

body.active {
  overflow: hidden;
}

/* line 4, #src/scss/base/reset.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Gilroy', sans-serif;
  color: #ffffff;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 27, #src/scss/base/reset.scss */

body {
  position: relative;
  background: #000000;
  color: #ffffff;
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.5;
  font-weight: 500;
}

/* line 38, #src/scss/base/reset.scss */

.no-focus-outline a:focus,
.no-focus-outline button:focus,
.no-focus-outline input:focus {
  outline: none;
}

/* line 43, #src/scss/base/reset.scss */

a {
  text-decoration: none;
}

/* line 47, #src/scss/base/reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 52, #src/scss/base/reset.scss */

ol,
ul,
nav {
  list-style: none;
}

/* line 56, #src/scss/base/reset.scss */

blockquote,
q {
  quotes: none;
}

/* line 60, #src/scss/base/reset.scss */

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

/* line 65, #src/scss/base/reset.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 70, #src/scss/base/reset.scss */

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

/* line 76, #src/scss/base/reset.scss */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* line 83, #src/scss/base/reset.scss */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 89, #src/scss/base/reset.scss */

input[type=number] {
  -moz-appearance: textfield;
}

/* line 4, #src/scss/base/typography.scss */

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

/* line 8, #src/scss/base/typography.scss */

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

/* line 12, #src/scss/base/typography.scss */

.--semibold {
  font-weight: 600;
}

/* line 16, #src/scss/base/typography.scss */

.--regular {
  font-weight: 400;
}

/* line 20, #src/scss/base/typography.scss */

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

/* line 24, #src/scss/base/typography.scss */

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

/* line 27, #src/scss/base/typography.scss */

.--heavy {
  font-weight: 900;
}

/* line 30, #src/scss/base/typography.scss */

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

/* line 34, #src/scss/base/typography.scss */

.heading-1 {
  font-size: 160px;
  font-size: calc(40px + (160 - 40) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.1;
}

/* line 40, #src/scss/base/typography.scss */

.heading-2 {
  font-size: 100px;
  font-size: calc(40px + (100 - 40) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1;
}

/* line 45, #src/scss/base/typography.scss */

.heading-3 {
  font-size: 55px;
  font-size: calc(25px + (55 - 25) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.2;
}

/* line 50, #src/scss/base/typography.scss */

.heading-4 {
  font-size: 30px;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.5;
}

/* line 55, #src/scss/base/typography.scss */

.heading-5 {
  font-size: 20px;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.5;
}

/* line 60, #src/scss/base/typography.scss */

.heading-6 {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.5;
}

/* line 66, #src/scss/base/typography.scss */

.page-title,
.section-title {
  background-image: url("../img/text-bg.jpg");
  background-size: contain;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

/* line 75, #src/scss/base/typography.scss */

.section-title {
  font-size: 100px;
  font-size: calc(40px + (100 - 40) * ((100vw - 300px) / (1900 - 300)));
  margin-bottom: 30px;
  text-align: left;
}

/* line 81, #src/scss/base/typography.scss */

.icon-show-more:before {
  content: "\e904";
  color: #fff;
}

/* line 86, #src/scss/base/typography.scss */

.icon-zoom-in:before {
  content: "\e903";
  color: #fff;
}

/* line 90, #src/scss/base/typography.scss */

.icon-icon-arrow:before {
  content: "\e900";
  color: #fff;
}

/* line 94, #src/scss/base/typography.scss */

.icon-icon-facebook:before {
  content: "\e901";
  color: #fff;
}

/* line 98, #src/scss/base/typography.scss */

.icon-icon-instagram:before {
  content: "\e902";
  color: #fff;
}

/* line 4, #src/scss/ui-kit/navbar/_navbar.scss */

.navbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: auto;
}

/* line 8, #src/scss/ui-kit/navbar/_navbar.scss */

.navbar:before {
  content: '';
  position: absolute;
  background: url("../img/mobile-nav-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}

/* line 53, #src/scss/ui-kit/navbar/_navbar.scss */

.navbar.active {
  right: 0;
}

/* line 57, #src/scss/ui-kit/navbar/_navbar.scss */

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 68, #src/scss/ui-kit/navbar/_navbar.scss */

.menu-item {
  margin: 0 12px;
}

/* line 76, #src/scss/ui-kit/navbar/_navbar.scss */

.menu-item a {
  display: block;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

/* line 91, #src/scss/ui-kit/navbar/_navbar.scss */

.menu-item a:before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: -100%;
  width: 100%;
  height: 6px;
  background: #6091DB;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

/* line 106, #src/scss/ui-kit/navbar/_navbar.scss */

.menu-item a:hover:before {
  left: 0;
}

/* line 113, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger {
  display: none;
  width: 45px;
  height: 45px;
  margin-right: -15px;
  position: relative;
  z-index: 22;
}

/* line 123, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger span {
  position: absolute;
  right: 15px;
  display: block;
  width: 25px;
  background: #ffffff;
  height: 3px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 133, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger span:nth-child(1) {
  top: calc(50% - 8.5px);
}

/* line 136, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger span:nth-child(2) {
  top: calc(50% - 2.5px);
}

/* line 139, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger span:nth-child(3) {
  top: calc(50% - 2.5px);
}

/* line 142, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger span:nth-child(4) {
  top: calc(50% + 3.5px);
}

/* line 146, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger.open span {
  background: #ffffff;
}

/* line 149, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger.open span:nth-child(1) {
  top: calc(50% - 2.5px);
  width: 0%;
  right: 50%;
}

/* line 154, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 157, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 160, #src/scss/ui-kit/navbar/_navbar.scss */

.hamburger.open span:nth-child(4) {
  top: calc(50% - 2.5px);
  width: 0;
  right: 50%;
}

/* line 3, #src/scss/ui-kit/modal/_modal.scss */

.modal-callback .modal__content {
  max-width: 610px;
}

/* line 8, #src/scss/ui-kit/modal/_modal.scss */

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  outline: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch;
}

/* line 20, #src/scss/ui-kit/modal/_modal.scss */

.modal.open {
  display: block;
}

/* line 23, #src/scss/ui-kit/modal/_modal.scss */

.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  z-index: 23;
  cursor: pointer;
}

/* line 32, #src/scss/ui-kit/modal/_modal.scss */

.modal__close:before,
.modal__close:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 22px;
  top: 50%;
  left: calc(50% - 11px);
  height: 2px;
  position: absolute;
  z-index: 22;
}

/* line 43, #src/scss/ui-kit/modal/_modal.scss */

.modal__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 46, #src/scss/ui-kit/modal/_modal.scss */

.modal__close:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 50, #src/scss/ui-kit/modal/_modal.scss */

.modal__body {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
}

/* line 61, #src/scss/ui-kit/modal/_modal.scss */

.modal__content {
  position: relative;
  margin: auto;
  width: 1100px;
  max-height: 700px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

/* line 77, #src/scss/ui-kit/modal/_modal.scss */

.modal__content::-webkit-scrollbar-track,
.modal__content .select-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: rgba(180, 152, 102, 0.25);
}

/* line 83, #src/scss/ui-kit/modal/_modal.scss */

.modal__content::-webkit-scrollbar,
.modal__content .select-items::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

/* line 88, #src/scss/ui-kit/modal/_modal.scss */

.modal__content::-webkit-scrollbar-thumb,
.modal__content .select-items::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* line 100, #src/scss/ui-kit/modal/_modal.scss */

.modal-callback .modal__content {
  border-radius: 20px;
  background: #242424;
  padding: 60px;
}

/* line 110, #src/scss/ui-kit/modal/_modal.scss */

.modal__heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
}

/* line 120, #src/scss/ui-kit/modal/_modal.scss */

.modal__subheading {
  margin-bottom: 36px;
}

/* line 4, #src/scss/components/buttons.scss */

.btn-primary {
  padding: 15px 45px;
  display: inline-block;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  color: #6091DB;
  font-weight: 700;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 20px;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1900 - 300)));
  cursor: pointer;
}

/* line 16, #src/scss/components/buttons.scss */

.btn-primary:hover {
  color: #ffffff;
  background: #6091DB;
}

/* line 5, #src/scss/components/entry-content.scss */

.entry-content p {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.5;
}

/* line 13, #src/scss/components/entry-content.scss */

.entry-content a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* line 17, #src/scss/components/entry-content.scss */

.entry-content h1 {
  font-size: 36px;
  font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.33;
}

/* line 21, #src/scss/components/entry-content.scss */

.entry-content h2 {
  font-size: 36px;
  font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.16;
  margin: 24px 0;
}

/* line 26, #src/scss/components/entry-content.scss */

.entry-content h3 {
  font-size: 30px;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.16;
  margin: 20px 0;
}

/* line 31, #src/scss/components/entry-content.scss */

.entry-content h4 {
  font-size: 24px;
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.16;
  margin-bottom: 8px;
}

/* line 36, #src/scss/components/entry-content.scss */

.entry-content h5 {
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.16;
  margin-bottom: 8px;
}

/* line 41, #src/scss/components/entry-content.scss */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-weight: 600;
}

/* line 45, #src/scss/components/entry-content.scss */

.entry-content img {
  display: block;
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 24px;
  border-radius: 20px;
}

/* line 54, #src/scss/components/entry-content.scss */

.entry-content ul,
.entry-content ol {
  margin-bottom: 24px;
}

/* line 58, #src/scss/components/entry-content.scss */

.entry-content ul li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
}

/* line 65, #src/scss/components/entry-content.scss */

.entry-content ul li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 100%;
}

/* line 78, #src/scss/components/entry-content.scss */

.entry-content ol li {
  counter-increment: li;
  font-size: 18px;
}

/* line 84, #src/scss/components/entry-content.scss */

.entry-content ol li:before {
  content: counter(li) ".";
  font-weight: 700;
  padding: 0 4px;
  display: inline-block;
  min-width: 24px;
}

/* line 94, #src/scss/components/entry-content.scss */

.entry-content blockquote {
  position: relative;
  font-size: 24px;
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.4;
  position: relative;
  padding: 30px 0 30px 20px;
  margin: 0 0 24px 4px;
}

/* line 105, #src/scss/components/entry-content.scss */

.entry-content blockquote:after {
  content: '';
  position: absolute;
  left: -12px;
  top: calc(50% - 26px);
  width: 19px;
  height: 52px;
  z-index: 1;
  background-image: url(../../img/icons/blockquote-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 4, #src/scss/components/forms.scss */

.form-control {
  height: 54px;
  margin-bottom: 24px;
  position: relative;
}

/* line 8, #src/scss/components/forms.scss */

.form-control label {
  position: absolute;
  right: -20px;
  color: red;
  top: 7px;
  font-size: 40px;
}

/* line 20, #src/scss/components/forms.scss */

.form-control.form-textarea {
  height: 160px;
}

/* line 23, #src/scss/components/forms.scss */

.form-control.form-submit {
  margin: 0;
}

/* line 26, #src/scss/components/forms.scss */

.form-control input,
.form-control textarea {
  font-family: inherit;
  font-size: inherit;
  resize: none;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 24px;
  border-radius: 10px;
}

/* line 39, #src/scss/components/forms.scss */

.form-control input:focus,
.form-control textarea:focus {
  outline: none;
  border-color: #6091DB;
}

/* line 43, #src/scss/components/forms.scss */

.form-control input::-webkit-input-placeholder, .form-control textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.form-control input::-moz-placeholder, .form-control textarea::-moz-placeholder {
  color: #ffffff;
}

.form-control input:-ms-input-placeholder, .form-control textarea:-ms-input-placeholder {
  color: #ffffff;
}

.form-control input::-ms-input-placeholder, .form-control textarea::-ms-input-placeholder {
  color: #ffffff;
}

.form-control input::placeholder,
.form-control textarea::placeholder {
  color: #ffffff;
}

/* line 46, #src/scss/components/forms.scss */

.form-control input::-moz-placeholder,
.form-control textarea::-moz-placeholder {
  color: #ffffff;
}

/* line 3, #src/scss/components/other.scss */

section {
  margin-bottom: 60px;
}

/* line 9, #src/scss/components/other.scss */

.main-screen {
  position: relative;
  width: 100%;
  height: 75vh;
}

/* line 13, #src/scss/components/other.scss */

.main-screen__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 19, #src/scss/components/other.scss */

.main-screen__image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(73.44%, rgba(0, 0, 0, 0.325)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.325) 73.44%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.325) 73.44%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: 0;
}

/* line 31, #src/scss/components/other.scss */

.main-screen__image:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45vh;
}

/* line 43, #src/scss/components/other.scss */

.main-screen__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

/* line 52, #src/scss/components/other.scss */

.main-screen__description {
  width: 55%;
  margin: 0 auto 30px auto;
  text-align: center;
}

/* line 63, #src/scss/components/other.scss */

.main-screen .main-screen__content {
  padding-top: 144px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 73, #src/scss/components/other.scss */

.main-screen__title {
  max-width: 90%;
  padding-bottom: 40px;
}

/* line 84, #src/scss/components/other.scss */

.home-page .main-screen {
  height: 100vh;
}

/* line 87, #src/scss/components/other.scss */

.home-page .main-screen__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: unset;
     object-position: unset;
}

/* line 91, #src/scss/components/other.scss */

.home-page .main-screen__image:before,
.home-page .main-screen__image:after {
  content: '';
  position: absolute;
  background-image: url(../img/smoke3.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 450px;
  z-index: -1;
  height: 100%;
  bottom: 270px;
  left: 0;
  top: unset;
  display: none;
}

/* line 109, #src/scss/components/other.scss */

.home-page .main-screen__image:after {
  left: unset;
  right: 0;
}

/* line 125, #src/scss/components/other.scss */

.other-page .main-screen__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 134, #src/scss/components/other.scss */

.second-version:before,
.second-version:after {
  bottom: 20px !important;
  width: 560px !important;
  display: block !important;
}

/* line 139, #src/scss/components/other.scss */

.second-version img {
  display: none;
}

/* line 8, #src/scss/layout/grid.scss */

.container {
  max-width: 1320px;
  margin: auto;
  padding: 0 15px;
}

/* line 14, #src/scss/layout/grid.scss */

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

/* line 22, #src/scss/layout/grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 15px;
}

/* line 32, #src/scss/layout/grid.scss */

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 41, #src/scss/layout/grid.scss */

.m-auto {
  display: block;
  margin: auto;
}

/* line 46, #src/scss/layout/grid.scss */

.m-row {
  margin: 0 -15px;
  width: unset;
}

/* line 60, #src/scss/layout/grid.scss */

.m-0 {
  margin: 0;
}

/* line 64, #src/scss/layout/grid.scss */

.p-15-0 {
  padding: 0 15px;
}

/* line 71, #src/scss/layout/grid.scss */

.p-zero {
  padding: 0 !important;
}

/* line 75, #src/scss/layout/grid.scss */

.w-100 {
  width: 100%;
}

/* line 79, #src/scss/layout/grid.scss */

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

/* line 83, #src/scss/layout/grid.scss */

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

/* line 86, #src/scss/layout/grid.scss */

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

/* line 92, #src/scss/layout/grid.scss */

.column {
  padding: 0 15px;
}

/* line 99, #src/scss/layout/grid.scss */

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 104, #src/scss/layout/grid.scss */

.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 109, #src/scss/layout/grid.scss */

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 116, #src/scss/layout/grid.scss */

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 121, #src/scss/layout/grid.scss */

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 128, #src/scss/layout/grid.scss */

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

/* line 137, #src/scss/layout/grid.scss */

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 144, #src/scss/layout/grid.scss */

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 151, #src/scss/layout/grid.scss */

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 157, #src/scss/layout/grid.scss */

.align-start {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
}

/* line 163, #src/scss/layout/grid.scss */

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 169, #src/scss/layout/grid.scss */

.align-content-justify {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

/* line 174, #src/scss/layout/grid.scss */

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

/* line 180, #src/scss/layout/grid.scss */

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.0%;
  flex: 0 0 25.0%;
  max-width: 25.0%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666%;
  flex: 0 0 41.66666%;
  max-width: 41.66666%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50.0%;
  flex: 0 0 50.0%;
  max-width: 50.0%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75.0%;
  flex: 0 0 75.0%;
  max-width: 75.0%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666%;
  flex: 0 0 91.66666%;
  max-width: 91.66666%;
}

/* line 180, #src/scss/layout/grid.scss */

.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100.0%;
  flex: 0 0 100.0%;
  max-width: 100.0%;
}

/* small phones grid*/

/* line 4, #src/scss/layout/header.scss */

.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  padding: 30px 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* line 17, #src/scss/layout/header.scss */

.header-logo {
  display: block;
  z-index: 22;
}

/* line 24, #src/scss/layout/header.scss */

.header-logo img {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 28, #src/scss/layout/header.scss */

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
}

/* line 31, #src/scss/layout/header.scss */

.header-phone a {
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 35, #src/scss/layout/header.scss */

.header-phone a:hover {
  color: #6091DB;
}

/* line 47, #src/scss/layout/header.scss */

.header-socials {
  margin-left: 15px;
}

/* line 52, #src/scss/layout/header.scss */

.header-socials li {
  margin-right: 30px;
}

/* line 54, #src/scss/layout/header.scss */

.header-socials li:last-child {
  margin-right: 0;
}

/* line 58, #src/scss/layout/header.scss */

.header-socials i {
  font-size: 24px;
}

/* line 60, #src/scss/layout/header.scss */

.header-socials i:before {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 64, #src/scss/layout/header.scss */

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

/* line 68, #src/scss/layout/header.scss */

.header-socials a:hover i:before {
  color: #6091DB;
}

/* line 80, #src/scss/layout/header.scss */

.header-btn {
  margin-left: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 22;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 86, #src/scss/layout/header.scss */

.header-btn button {
  padding: 13px 30px;
  font-size: 16px;
}

/* line 104, #src/scss/layout/header.scss */

.header-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

/* line 117, #src/scss/layout/header.scss */

.lang {
  color: #333333;
  line-height: 17px;
  font-size: 18px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 126, #src/scss/layout/header.scss */

.lang:after {
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  right: -15px;
}

/* line 132, #src/scss/layout/header.scss */

.lang-options {
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 148, #src/scss/layout/header.scss */

.lang-option {
  position: relative;
  display: block;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  cursor: pointer;
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 99;
}

/* line 158, #src/scss/layout/header.scss */

.lang-option:hover {
  color: #6091DB;
}

/* line 189, #src/scss/layout/header.scss */

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

/* line 198, #src/scss/layout/header.scss */

.header-lang.--mobile {
  display: none;
}

/* line 204, #src/scss/layout/header.scss */

.header-lang select {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 18px;
}

/* line 209, #src/scss/layout/header.scss */

.header-lang select option {
  background: #000000;
}

/* line 280, #src/scss/layout/header.scss */

.header.scroll-header {
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
}

/* line 284, #src/scss/layout/header.scss */

.header.scroll-header .header-logo img {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/* line 292, #src/scss/layout/header.scss */

.header.scroll-header .header-socials i {
  font-size: 20px;
}

/* line 296, #src/scss/layout/header.scss */

.header.scroll-header a {
  font-size: 16px;
}

/* line 302, #src/scss/layout/header.scss */

.header.scroll-header .header-btn {
  opacity: 1;
  visibility: visible;
}

/* line 306, #src/scss/layout/header.scss */

.header.scroll-header .navbar {
  margin-right: 0;
}

/* line 309, #src/scss/layout/header.scss */

.header.scroll-header .lang-select__trigger {
  font-size: 16px;
}

/* line 316, #src/scss/layout/header.scss */

.header.scroll-header .header-lang select {
  font-size: 16px;
}

/* line 321, #src/scss/layout/header.scss */

.header-lang.--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 45px;
}

/* line 325, #src/scss/layout/header.scss */

.header-lang.--desktop:after {
  font-family: 'icomoon';
  content: "\e900";
  color: #fff;
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 12px;
  margin-left: 4px;
  position: absolute;
  right: 6px;
  pointer-events: none;
}

/* line 337, #src/scss/layout/header.scss */

.header-lang.--desktop select {
  width: 100%;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* line 4, #src/scss/layout/footer.scss */

.footer {
  background-image: url("../img/footer-smoke.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 35px 0;
  position: relative;
}

/* line 13, #src/scss/layout/footer.scss */

.footer:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 21, #src/scss/layout/footer.scss */

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

/* line 23, #src/scss/layout/footer.scss */

.footer .row .col-lg-2 {
  z-index: 1;
}

/* line 27, #src/scss/layout/footer.scss */

.footer .row .col-lg-2:nth-child(2) .footer-column {
  margin-left: 60px;
}

/* line 37, #src/scss/layout/footer.scss */

.footer .row .col-lg-2:nth-child(3) {
  text-align: center;
}

/* line 51, #src/scss/layout/footer.scss */

.footer-title {
  margin-bottom: 15px;
  font-size: 24px;
  color: #7E7E7E;
}

/* line 57, #src/scss/layout/footer.scss */

.footer-list li {
  font-size: 16px;
  margin-bottom: 12px;
}

/* line 61, #src/scss/layout/footer.scss */

.footer-list a {
  font-size: 16px;
  display: block;
}

/* line 66, #src/scss/layout/footer.scss */

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 71, #src/scss/layout/footer.scss */

.footer-socials li {
  margin-right: 30px;
}

/* line 73, #src/scss/layout/footer.scss */

.footer-socials li:last-child {
  margin-right: 0;
}

/* line 78, #src/scss/layout/footer.scss */

.footer-socials a i {
  font-size: 24px;
}

/* line 80, #src/scss/layout/footer.scss */

.footer-socials a i:before {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 85, #src/scss/layout/footer.scss */

.footer-socials a:hover i:before {
  color: #6091DB;
}

/* line 91, #src/scss/layout/footer.scss */

.footer-copyright {
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

/* line 100, #src/scss/layout/footer.scss */

.footer-copyright p,
.footer-copyright a {
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
}

/* line 110, #src/scss/layout/footer.scss */

.footer-copyright a span {
  color: #6091DB;
  position: relative;
  font-weight: 600;
}

/* line 114, #src/scss/layout/footer.scss */

.footer-copyright a span:before {
  content: '';
  background: #6091DB;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 127, #src/scss/layout/footer.scss */

.footer-copyright a:hover span:before {
  opacity: 1;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* line 28, #src/scss/vendor/swiper.scss */

:root {
  --swiper-theme-color: #007aff;
}

/* line 31, #src/scss/vendor/swiper.scss */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 41, #src/scss/vendor/swiper.scss */

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 44, #src/scss/vendor/swiper.scss */

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 53, #src/scss/vendor/swiper.scss */

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

/* line 57, #src/scss/vendor/swiper.scss */

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 60, #src/scss/vendor/swiper.scss */

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 64, #src/scss/vendor/swiper.scss */

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 68, #src/scss/vendor/swiper.scss */

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* line 75, #src/scss/vendor/swiper.scss */

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

/* line 79, #src/scss/vendor/swiper.scss */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 83, #src/scss/vendor/swiper.scss */

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

/* line 88, #src/scss/vendor/swiper.scss */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

/* line 91, #src/scss/vendor/swiper.scss */

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* line 100, #src/scss/vendor/swiper.scss */

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 112, #src/scss/vendor/swiper.scss */

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 115, #src/scss/vendor/swiper.scss */

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 118, #src/scss/vendor/swiper.scss */

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 121, #src/scss/vendor/swiper.scss */

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

/* line 125, #src/scss/vendor/swiper.scss */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* line 132, #src/scss/vendor/swiper.scss */

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 135, #src/scss/vendor/swiper.scss */

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 138, #src/scss/vendor/swiper.scss */

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

/* line 141, #src/scss/vendor/swiper.scss */

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/* line 144, #src/scss/vendor/swiper.scss */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

/* line 150, #src/scss/vendor/swiper.scss */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: #c7c7c7;
}

/* line 164, #src/scss/vendor/swiper.scss */

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 170, #src/scss/vendor/swiper.scss */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

/* line 179, #src/scss/vendor/swiper.scss */

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

/* line 184, #src/scss/vendor/swiper.scss */

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

/* line 188, #src/scss/vendor/swiper.scss */

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

/* line 193, #src/scss/vendor/swiper.scss */

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

/* line 197, #src/scss/vendor/swiper.scss */

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

/* line 201, #src/scss/vendor/swiper.scss */

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

/* line 205, #src/scss/vendor/swiper.scss */

.swiper-button-lock {
  display: none;
}

/* line 208, #src/scss/vendor/swiper.scss */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* line 213, #src/scss/vendor/swiper.scss */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 220, #src/scss/vendor/swiper.scss */

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

/* line 224, #src/scss/vendor/swiper.scss */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

/* line 232, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 236, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

/* line 240, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 243, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 246, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

/* line 249, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

/* line 252, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

/* line 255, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

/* line 258, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 266, #src/scss/vendor/swiper.scss */

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 275, #src/scss/vendor/swiper.scss */

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 278, #src/scss/vendor/swiper.scss */

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

/* line 282, #src/scss/vendor/swiper.scss */

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

/* line 287, #src/scss/vendor/swiper.scss */

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 291, #src/scss/vendor/swiper.scss */

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

/* line 296, #src/scss/vendor/swiper.scss */

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

/* line 300, #src/scss/vendor/swiper.scss */

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 303, #src/scss/vendor/swiper.scss */

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

/* line 308, #src/scss/vendor/swiper.scss */

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* line 311, #src/scss/vendor/swiper.scss */

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

/* line 315, #src/scss/vendor/swiper.scss */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 319, #src/scss/vendor/swiper.scss */

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

/* line 329, #src/scss/vendor/swiper.scss */

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

/* line 332, #src/scss/vendor/swiper.scss */

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 339, #src/scss/vendor/swiper.scss */

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 346, #src/scss/vendor/swiper.scss */

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

/* line 349, #src/scss/vendor/swiper.scss */

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

/* line 352, #src/scss/vendor/swiper.scss */

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

/* line 356, #src/scss/vendor/swiper.scss */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 362, #src/scss/vendor/swiper.scss */

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 370, #src/scss/vendor/swiper.scss */

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 378, #src/scss/vendor/swiper.scss */

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 387, #src/scss/vendor/swiper.scss */

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 390, #src/scss/vendor/swiper.scss */

.swiper-scrollbar-lock {
  display: none;
}

/* line 393, #src/scss/vendor/swiper.scss */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* line 401, #src/scss/vendor/swiper.scss */

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 408, #src/scss/vendor/swiper.scss */

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

/* line 412, #src/scss/vendor/swiper.scss */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

/* line 417, #src/scss/vendor/swiper.scss */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

/* line 433, #src/scss/vendor/swiper.scss */

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

/* line 436, #src/scss/vendor/swiper.scss */

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

/* line 445, #src/scss/vendor/swiper.scss */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 453, #src/scss/vendor/swiper.scss */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

/* line 456, #src/scss/vendor/swiper.scss */

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 460, #src/scss/vendor/swiper.scss */

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 463, #src/scss/vendor/swiper.scss */

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 467, #src/scss/vendor/swiper.scss */

.swiper-container-cube {
  overflow: visible;
}

/* line 470, #src/scss/vendor/swiper.scss */

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 480, #src/scss/vendor/swiper.scss */

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 483, #src/scss/vendor/swiper.scss */

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

/* line 486, #src/scss/vendor/swiper.scss */

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 490, #src/scss/vendor/swiper.scss */

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 497, #src/scss/vendor/swiper.scss */

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 505, #src/scss/vendor/swiper.scss */

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 517, #src/scss/vendor/swiper.scss */

.swiper-container-flip {
  overflow: visible;
}

/* line 520, #src/scss/vendor/swiper.scss */

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 526, #src/scss/vendor/swiper.scss */

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 529, #src/scss/vendor/swiper.scss */

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 533, #src/scss/vendor/swiper.scss */

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Magnific Popup CSS */

/* line 2, #src/scss/vendor/magnific-popup.scss */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, #src/scss/vendor/magnific-popup.scss */

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, #src/scss/vendor/magnific-popup.scss */

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 33, #src/scss/vendor/magnific-popup.scss */

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, #src/scss/vendor/magnific-popup.scss */

.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, #src/scss/vendor/magnific-popup.scss */

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, #src/scss/vendor/magnific-popup.scss */

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, #src/scss/vendor/magnific-popup.scss */

.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, #src/scss/vendor/magnific-popup.scss */

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, #src/scss/vendor/magnific-popup.scss */

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 69, #src/scss/vendor/magnific-popup.scss */

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, #src/scss/vendor/magnific-popup.scss */

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 80, #src/scss/vendor/magnific-popup.scss */

.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, #src/scss/vendor/magnific-popup.scss */

.mfp-hide {
  display: none !important;
}

/* line 86, #src/scss/vendor/magnific-popup.scss */

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, #src/scss/vendor/magnific-popup.scss */

.mfp-preloader a {
  color: #CCC;
}

/* line 98, #src/scss/vendor/magnific-popup.scss */

.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, #src/scss/vendor/magnific-popup.scss */

.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, #src/scss/vendor/magnific-popup.scss */

.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, #src/scss/vendor/magnific-popup.scss */

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 121, #src/scss/vendor/magnific-popup.scss */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, #src/scss/vendor/magnific-popup.scss */

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, #src/scss/vendor/magnific-popup.scss */

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, #src/scss/vendor/magnific-popup.scss */

.mfp-close:active {
  top: 1px;
}

/* line 146, #src/scss/vendor/magnific-popup.scss */

.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, #src/scss/vendor/magnific-popup.scss */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, #src/scss/vendor/magnific-popup.scss */

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-left {
  left: 0;
}

/* line 204, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-right {
  right: 0;
}

/* line 213, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, #src/scss/vendor/magnific-popup.scss */

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, #src/scss/vendor/magnific-popup.scss */

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, #src/scss/vendor/magnific-popup.scss */

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, #src/scss/vendor/magnific-popup.scss */

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, #src/scss/vendor/magnific-popup.scss */

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

/* line 245, #src/scss/vendor/magnific-popup.scss */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

/* line 256, #src/scss/vendor/magnific-popup.scss */

.mfp-figure {
  line-height: 0;
}

/* line 258, #src/scss/vendor/magnific-popup.scss */

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, #src/scss/vendor/magnific-popup.scss */

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, #src/scss/vendor/magnific-popup.scss */

.mfp-figure figure {
  margin: 0;
}

/* line 279, #src/scss/vendor/magnific-popup.scss */

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, #src/scss/vendor/magnific-popup.scss */

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, #src/scss/vendor/magnific-popup.scss */

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, #src/scss/vendor/magnific-popup.scss */

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* line 354, #src/scss/vendor/magnific-popup.scss */

.mfp-container {
  overflow-x: hidden;
}

/* line 358, #src/scss/vendor/magnific-popup.scss */

.mfp-bottom-bar {
  margin-top: -66px;
  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 368, #src/scss/vendor/magnific-popup.scss */

.mfp-img {
  max-height: 550px !important;
  border-radius: 20px;
}

/* line 376, #src/scss/vendor/magnific-popup.scss */

.mfp-figure {
  padding: 40px 40px 80px 40px;
  background: #5C5C5C;
  border-radius: 20px;
}

/* line 385, #src/scss/vendor/magnific-popup.scss */

img.mfp-img {
  padding: 0;
}

/* line 389, #src/scss/vendor/magnific-popup.scss */

.mfp-counter {
  top: 15px;
  right: 7px;
  font-size: 14px;
}

/* line 395, #src/scss/vendor/magnific-popup.scss */

.mfp-title {
  min-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  font-size: 15px;
  max-width: 40%;
}

/* line 404, #src/scss/vendor/magnific-popup.scss */

.mfp-close {
  opacity: 1;
  right: 6px !important;
  font-size: 40px;
}

/* line 410, #src/scss/vendor/magnific-popup.scss */

.mfp-counter {
  display: none;
}

/* line 414, #src/scss/vendor/magnific-popup.scss */

.instagram-btn {
  margin-left: 49px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 1;
}

/* line 420, #src/scss/vendor/magnific-popup.scss */

.instagram-btn i {
  margin-right: 10px;
}

/* line 422, #src/scss/vendor/magnific-popup.scss */

.instagram-btn i:before {
  color: #6091DB;
}

/* line 427, #src/scss/vendor/magnific-popup.scss */

.instagram-btn:hover i:before {
  color: #ffffff;
}

/* line 434, #src/scss/vendor/magnific-popup.scss */

.mfp-bottom-bar.visible .instagram-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 439, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow {
  background: #202020 !important;
  border-radius: 100%;
  width: 210px;
  height: 210px;
  left: unset;
  right: unset;
  top: calc(50% - 105px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 453, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow:after {
  font-family: 'icomoon';
  content: "\e900";
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: none;
  margin: 0;
  left: unset;
  right: unset;
}

/* line 476, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow:before {
  display: none;
}

/* line 479, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-left {
  left: -130px;
}

/* line 484, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-left:after {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 130px;
}

/* line 492, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-left:hover {
  -webkit-transform: translate(20px, 0px);
      -ms-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
}

/* line 499, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-right {
  right: -130px;
}

/* line 504, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-right:after {
  right: 130px;
}

/* line 510, #src/scss/vendor/magnific-popup.scss */

.mfp-arrow-right:hover {
  -webkit-transform: translate(-20px, 0px);
      -ms-transform: translate(-20px, 0px);
          transform: translate(-20px, 0px);
}

/* line 9, #src/scss/pages/home.scss */

.main-screen {
  overflow: hidden;
}

/* line 11, #src/scss/pages/home.scss */

.main-screen__content {
  z-index: 2;
  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;
  width: 100%;
}

/* line 22, #src/scss/pages/home.scss */

.main-screen__description {
  width: 40%;
}

/* line 37, #src/scss/pages/home.scss */

.ice {
  position: absolute;
  z-index: 10;
}

/* line 40, #src/scss/pages/home.scss */

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

/* line 45, #src/scss/pages/home.scss */

.ice-1 {
  width: 200px;
  height: 200px;
  top: 120px;
  left: -80px;
}

/* line 51, #src/scss/pages/home.scss */

.ice-2 {
  width: 170px;
  height: 170px;
  top: 120px;
  right: 80px;
}

/* line 57, #src/scss/pages/home.scss */

.ice-3 {
  width: 230px;
  height: 230px;
  bottom: 90px;
  left: 60px;
}

/* line 63, #src/scss/pages/home.scss */

.ice-4 {
  width: 135px;
  height: 135px;
  bottom: 40px;
  left: calc(50% - 68px);
}

/* line 69, #src/scss/pages/home.scss */

.ice-5 {
  width: 400px;
  height: 400px;
  right: 0;
  bottom: 0;
}

/* line 76, #src/scss/pages/home.scss */

.product-item {
  background: -o-radial-gradient(50% 50%, 128.51% 128.51%, #636A7C 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(128.51% 128.51% at 50% 50%, #636A7C 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 89, #src/scss/pages/home.scss */

.product-item-container {
  position: relative;
}

/* line 91, #src/scss/pages/home.scss */

.product-item-container .smoke {
  position: absolute;
  background-image: url(../img/smoke111.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120px;
  height: 170px;
  top: -170px;
  left: 0;
  z-index: -1;
}

/* line 113, #src/scss/pages/home.scss */

.product-item-container .smoke:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.325) 73.44%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(73.44%, black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, black 73.44%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, black 73.44%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: -40px;
}

/* line 136, #src/scss/pages/home.scss */

.product-item__main {
  z-index: 2;
}

/* line 139, #src/scss/pages/home.scss */

.product-item__badge {
  position: absolute;
  right: 0;
  top: 0;
  color: #6091DB;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0 0 0 20px;
  padding: 10px 30px;
  background: #ffffff;
}

/* line 152, #src/scss/pages/home.scss */

.product-item__main span {
  margin-bottom: 10px;
  max-width: 59%;
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

/* line 164, #src/scss/pages/home.scss */

.product-item__title {
  margin-bottom: 20px;
  max-width: 70%;
  line-height: 1.2;
  font-weight: 500;
}

/* line 175, #src/scss/pages/home.scss */

.product-item__price {
  font-size: 25px;
  line-height: 1.2;
}

/* line 180, #src/scss/pages/home.scss */

.product-item__image {
  width: 75%;
  height: 320px;
  position: absolute;
  right: -30%;
  bottom: -30%;
}

/* line 194, #src/scss/pages/home.scss */

.product-item__order {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 3;
  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;
  background: -o-radial-gradient(50% 50%, 128.51% 128.51%, #636A7C 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(128.51% 128.51% at 50% 50%, #636A7C 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 20px;
}

/* line 210, #src/scss/pages/home.scss */

.product-item__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  z-index: 2;
}

/* line 224, #src/scss/pages/home.scss */

.product .column {
  padding: 0 25px;
}

/* line 238, #src/scss/pages/home.scss */

.home-about__text {
  width: 52%;
  margin-right: 30px;
}

/* line 244, #src/scss/pages/home.scss */

.home-about__text_inner {
  height: 370px;
  overflow: hidden;
  position: relative;
}

/* line 251, #src/scss/pages/home.scss */

.home-about__text_inner:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(23.44%, rgba(0, 0, 0, 0.8)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 23.44%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 23.44%, #000000 100%);
  position: absolute;
  height: 5vw;
  width: 100%;
  bottom: 0px;
}

/* line 262, #src/scss/pages/home.scss */

.home-about__text_inner.active {
  height: auto;
}

/* line 264, #src/scss/pages/home.scss */

.home-about__text_inner.active:before {
  display: none;
}

/* line 272, #src/scss/pages/home.scss */

.home-about__text h3 {
  font-size: 30px;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.1;
  margin-bottom: 5px;
}

/* line 277, #src/scss/pages/home.scss */

.home-about__text p {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.5;
}

/* line 283, #src/scss/pages/home.scss */

.home-about__media {
  border-radius: 20px;
  overflow: hidden;
  width: 44%;
  height: 350px;
}

/* line 289, #src/scss/pages/home.scss */

.home-about__media a {
  height: 100%;
}

/* line 292, #src/scss/pages/home.scss */

.home-about__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 300, #src/scss/pages/home.scss */

.show-more {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 309, #src/scss/pages/home.scss */

.show-more i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}

/* line 313, #src/scss/pages/home.scss */

.show-more i:before {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 318, #src/scss/pages/home.scss */

.show-more.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 322, #src/scss/pages/home.scss */

.show-more:hover {
  color: #6091DB;
}

/* line 325, #src/scss/pages/home.scss */

.show-more:hover i:before {
  color: #6091DB;
}

/* line 332, #src/scss/pages/home.scss */

.media {
  position: relative;
}

/* line 334, #src/scss/pages/home.scss */

.media a {
  display: block;
}

/* line 336, #src/scss/pages/home.scss */

.media a:before {
  content: '';
  position: absolute;
  background: url("../img/play.svg");
  background-repeat: no-repeat;
  background-size: 15%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 351, #src/scss/pages/home.scss */

.media a:hover:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 356, #src/scss/pages/home.scss */

.media-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

/* line 369, #src/scss/pages/home.scss */

.gallery {
  margin-bottom: 90px;
}

/* line 373, #src/scss/pages/home.scss */

.grid {
  max-width: 100%;
  margin: 0 15px;
}

/* line 376, #src/scss/pages/home.scss */

.grid.active {
  display: block;
}

/* line 381, #src/scss/pages/home.scss */

.grid-sizer,
.grid-item {
  width: 32.1%;
  max-height: 330px;
  margin-bottom: 96px;
}

/* line 401, #src/scss/pages/home.scss */

.grid-item {
  float: left;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

/* line 406, #src/scss/pages/home.scss */

.grid-item a {
  display: block;
}

/* line 408, #src/scss/pages/home.scss */

.grid-item a:before {
  content: '';
  position: absolute;
  background-image: url("../img/icons/gallery-zoom-in.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 12;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 426, #src/scss/pages/home.scss */

.grid-item a.video:before {
  content: '';
  position: absolute;
  background: url("../img/play.svg");
  background-repeat: no-repeat;
  background-size: 15%;
  width: 100%;
  opacity: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  z-index: 2;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 443, #src/scss/pages/home.scss */

.grid-item a.video:hover:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 449, #src/scss/pages/home.scss */

.grid-item:hover a:before {
  opacity: 1;
}

/* line 453, #src/scss/pages/home.scss */

.grid-item img {
  display: block;
  max-width: 100%;
}

/* line 457, #src/scss/pages/home.scss */

.grid-item__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

/* line 470, #src/scss/pages/home.scss */

.clients {
  overflow: hidden;
}

/* line 472, #src/scss/pages/home.scss */

.clients-carousel {
  padding-bottom: 150px;
}

/* line 477, #src/scss/pages/home.scss */

.clients-carousel:before,
.clients-carousel:after {
  content: '';
  background: url(../img/carousel-smoke.png);
  background-repeat: no-repeat;
  width: 600px;
  height: 150px;
  background-size: cover;
  position: absolute;
  top: 180px;
  display: block;
}

/* line 494, #src/scss/pages/home.scss */

.clients-carousel:after {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 504, #src/scss/pages/home.scss */

.clients-carousel:before {
  right: 0;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

/* line 509, #src/scss/pages/home.scss */

.clients .section-title {
  padding: 0 15px;
}

/* line 512, #src/scss/pages/home.scss */

.clients .swiper-container {
  width: 100%;
  height: 100%;
}

/* line 517, #src/scss/pages/home.scss */

.clients .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #242424;
}

/* line 534, #src/scss/pages/home.scss */

.clients-image {
  height: 180px;
  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;
  position: relative;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 543, #src/scss/pages/home.scss */

.clients-image:hover {
  -webkit-filter: unset;
          filter: unset;
}

/* line 546, #src/scss/pages/home.scss */

.clients-image:before {
  content: '';
  background: #242424;
  width: 74px;
  height: 74px;
  position: absolute;
  bottom: -26px;
  border-radius: 20px;
  left: calc(50% - 37px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 561, #src/scss/pages/home.scss */

.clients-text {
  margin-top: 74px;
  padding: 0 10px 120px 10px;
  opacity: 0;
  font-weight: 400;
  font-size: 26px;
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 573, #src/scss/pages/home.scss */

.clients .swiper-button-prev,
.clients .swiper-button-next {
  top: 22px;
  height: 180px;
  background: #202020;
  width: 180px;
  border-radius: 100%;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 581, #src/scss/pages/home.scss */

.clients .swiper-button-prev:after,
.clients .swiper-button-next:after {
  position: absolute;
  font-size: 26px;
}

/* line 592, #src/scss/pages/home.scss */

.clients .swiper-button-prev {
  left: -130px;
}

/* line 597, #src/scss/pages/home.scss */

.clients .swiper-button-prev:after {
  right: 20px;
}

/* line 600, #src/scss/pages/home.scss */

.clients .swiper-button-prev:hover {
  left: -120px;
}

/* line 607, #src/scss/pages/home.scss */

.clients .swiper-button-next {
  right: -130px;
}

/* line 612, #src/scss/pages/home.scss */

.clients .swiper-button-next:after {
  left: 20px;
}

/* line 615, #src/scss/pages/home.scss */

.clients .swiper-button-next:hover {
  right: -120px;
}

/* line 650, #src/scss/pages/home.scss */

.faq {
  overflow: hidden;
}

/* line 653, #src/scss/pages/home.scss */

.faq ul li {
  padding-left: 25px;
  position: relative;
  font-size: 18px;
}

/* line 660, #src/scss/pages/home.scss */

.faq ul li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 15px;
  width: 15px;
  height: 1px;
  background: #ffffff;
  border-radius: 100%;
}

/* line 672, #src/scss/pages/home.scss */

.faq .set {
  position: relative;
  width: 100%;
  height: auto;
}

/* line 677, #src/scss/pages/home.scss */

.faq .set.active i:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 680, #src/scss/pages/home.scss */

.faq .set.active i:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* line 684, #src/scss/pages/home.scss */

.faq .set .content {
  display: none;
  padding: 0 40px 30px 0;
}

/* line 688, #src/scss/pages/home.scss */

.faq .set .content p {
  margin: 0;
}

/* line 692, #src/scss/pages/home.scss */

.faq .set > a {
  display: block;
  padding: 30px 0 30px 0;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1900 - 300)));
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #303030;
  margin: -3px;
}

/* line 709, #src/scss/pages/home.scss */

.faq .set > a i {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background: #ffffff;
  border-radius: 100px;
  position: relative;
  display: block;
  margin-left: 10px;
}

/* line 719, #src/scss/pages/home.scss */

.faq .set > a i:before,
.faq .set > a i:after {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 1px);
  background: #6091DB;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 730, #src/scss/pages/home.scss */

.faq .set > a i:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 736, #src/scss/pages/home.scss */

.home-contact {
  margin-top: 120px;
  position: relative;
}

/* line 739, #src/scss/pages/home.scss */

.home-contact__block {
  position: absolute;
  width: 430px;
  top: -90px;
  left: 25px;
  background: #242424;
  padding: 40px 30px;
  border-radius: 20px;
}

/* line 757, #src/scss/pages/home.scss */

.home-contact__map {
  height: 580px;
}

/* line 759, #src/scss/pages/home.scss */

.home-contact__map img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 769, #src/scss/pages/home.scss */

.contact__title {
  font-size: 56px;
  margin-bottom: 8px;
}

/* line 773, #src/scss/pages/home.scss */

.contact__item {
  margin-bottom: 36px;
}

/* line 775, #src/scss/pages/home.scss */

.contact__item_title {
  color: #7E7E7E;
  font-size: 24px;
}

/* line 780, #src/scss/pages/home.scss */

.contact__item_list li,
.contact__item_list a {
  font-size: 18px;
  line-height: 2;
}

/* line 785, #src/scss/pages/home.scss */

.contact__item:last-child {
  margin-bottom: 24px;
}

/* line 789, #src/scss/pages/home.scss */

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

/* line 791, #src/scss/pages/home.scss */

.contact__socials a {
  display: block;
  margin-right: 30px;
}

/* line 795, #src/scss/pages/home.scss */

.contact__socials a i:before {
  font-size: 36px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 801, #src/scss/pages/home.scss */

.contact__socials a:hover i:before {
  color: #6091DB;
}

/* line 809, #src/scss/pages/home.scss */

.home-contact__block {
  z-index: 2;
  -webkit-box-shadow: 4px 1px 20px rgba(255, 255, 255, 0.3);
          box-shadow: 4px 1px 20px rgba(255, 255, 255, 0.3);
}

/* line 813, #src/scss/pages/home.scss */

.home-contact__map {
  width: 100%;
}

/* line 816, #src/scss/pages/home.scss */

#map {
  width: 100%;
  outline: none;
  height: 100%;
  z-index: 1;
}

/* line 826, #src/scss/pages/home.scss */

.marker {
  background-image: url("../img/map-marker.svg");
  width: 123px;
  height: 160px;
  background-repeat: no-repeat;
}

/* line 4, #src/scss/pages/other.scss */

.other-page {
  margin-bottom: 0;
  height: 100vh;
}

/* line 7, #src/scss/pages/other.scss */

.other-page .main-screen__content {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

/* line 12, #src/scss/pages/other.scss */

.other-page .main-screen__title {
  max-width: unset;
  font-size: 240px;
}

/* line 21, #src/scss/pages/other.scss */

.other-page.thankyou-page .main-screen__title {
  font-size: 160px;
  margin-bottom: 10px;
}

/* line 29, #src/scss/pages/other.scss */

.other-page__title {
  margin-bottom: 15px;
}

/* line 32, #src/scss/pages/other.scss */

.other-page__subtitle {
  margin-bottom: 15px;
}

/* line 39, #src/scss/pages/other.scss */

.opt ul li {
  margin-bottom: 8px;
}

/* line 4, #src/scss/pages/opt.scss */

.banner {
  height: 500px;
  background-image: url("../img/main-screen-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 10px;
}

/* line 12, #src/scss/pages/opt.scss */

.banner:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

/* line 22, #src/scss/pages/opt.scss */

.banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 26, #src/scss/pages/opt.scss */

.banner-content {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 37, #src/scss/pages/opt.scss */

.banner-content__subtitle {
  max-width: 40%;
}

/* line 42, #src/scss/pages/opt.scss */

.banner-content__subtitle p {
  font-size: 20px;
}

/* line 46, #src/scss/pages/opt.scss */

.banner-content__links {
  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;
}

/* line 56, #src/scss/pages/opt.scss */

.opt h2.section-title {
  font-weight: 900;
  text-transform: uppercase;
}

/* line 5, #src/scss/pages/product.scss */

.catalog-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}

/* line 8, #src/scss/pages/product.scss */

.catalog-heading h2 {
  margin-bottom: 10px;
}

/* line 11, #src/scss/pages/product.scss */

.catalog-heading p {
  font-size: 16px;
  font-weight: 400;
}

/* line 15, #src/scss/pages/product.scss */

.catalog-heading ul {
  margin-top: 20px;
}

/* line 19, #src/scss/pages/product.scss */

.catalog-item {
  margin-bottom: 60px;
}

/* line 25, #src/scss/pages/product.scss */

.catalog-image {
  width: calc(65% - 30px);
  margin-right: 30px;
  border-radius: 20px;
  overflow: hidden;
}

/* line 33, #src/scss/pages/product.scss */

.catalog-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 37, #src/scss/pages/product.scss */

.catalog-content {
  width: 35%;
}

/* line 43, #src/scss/pages/product.scss */

.catalog-content__title {
  margin-bottom: 20px;
}

/* line 46, #src/scss/pages/product.scss */

.catalog-content__subtitle {
  margin-bottom: 8px;
}

/* line 49, #src/scss/pages/product.scss */

.catalog-content__description {
  margin-bottom: 20px;
}

/* line 52, #src/scss/pages/product.scss */

.catalog-content span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

/* line 58, #src/scss/pages/product.scss */

.catalog-content ul li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}

/* line 62, #src/scss/pages/product.scss */

.catalog-content ul li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 100%;
}

/* line 75, #src/scss/pages/product.scss */

.catalog-description {
  margin-bottom: 20px;
}

/* line 4, #src/scss/pages/contact.scss */

.contact {
  position: relative;
  margin-bottom: 0;
}

/* line 10, #src/scss/pages/contact.scss */

.contact .section-title {
  padding: 0 55px;
}

/* line 16, #src/scss/pages/contact.scss */

.contact .contact__block {
  top: unset;
  bottom: 120px;
  left: 60px;
}

/* line 26, #src/scss/pages/contact.scss */

.contact__form {
  z-index: 5;
  width: 670px;
  background: #000000;
  padding: 0 120px 50px 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 0px 20px 0px;
}

/* line 40, #src/scss/pages/contact.scss */

.contact__form label {
  color: #FF0000;
  font-size: 20px;
  position: absolute;
  right: -20px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  top: 9px;
}

/* line 57, #src/scss/pages/contact.scss */

.contact__map {
  width: 100%;
  height: 1200px;
}

/* line 63, #src/scss/pages/contact.scss */

.contact__map img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 70, #src/scss/pages/contact.scss */

.home-contact__block .section-title {
  padding: 0;
}

@media (min-width: 576px) {
  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  /* line 187, #src/scss/layout/grid.scss */

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
  }
}

@media (min-width: 768px) {
  /* line 195, #src/scss/layout/grid.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  /* line 195, #src/scss/layout/grid.scss */

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
  }
}

@media (min-width: 992px) {
  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  /* line 203, #src/scss/layout/grid.scss */

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
  }
}

@media (min-width: 1200px) {
  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  /* line 211, #src/scss/layout/grid.scss */

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
  }
}

@media (min-width: 1600px) {
  /* line 180, #src/scss/pages/home.scss */

  .product-item__image {
    width: 85%;
  }
}

@media (min-width: 1800px) {
  /* line 58, #src/scss/components/entry-content.scss */

  .entry-content ul li {
    font-size: 24px;
  }

  /* line 78, #src/scss/components/entry-content.scss */

  .entry-content ol li {
    font-size: 24px;
  }

  /* line 52, #src/scss/components/other.scss */

  .main-screen__description {
    width: 40%;
  }

  /* line 368, #src/scss/vendor/magnific-popup.scss */

  .mfp-img {
    max-height: 770px !important;
  }

  /* line 653, #src/scss/pages/home.scss */

  .faq ul li {
    font-size: 24px;
  }
}

@media (max-width: 1460px) {
  /* line 381, #src/scss/pages/home.scss */

  .grid-sizer,
  .grid-item {
    width: 32%;
  }
}

@media (max-width: 1400px) {
  /* line 68, #src/scss/ui-kit/navbar/_navbar.scss */

  .menu-item {
    margin: 0 8px;
  }

  /* line 76, #src/scss/ui-kit/navbar/_navbar.scss */

  .menu-item a {
    font-size: 16px;
  }

  /* line 63, #src/scss/components/other.scss */

  .main-screen .main-screen__content {
    padding-top: 92px;
  }

  /* line 4, #src/scss/layout/header.scss */

  .header {
    padding: 10px 0;
  }

  /* line 17, #src/scss/layout/header.scss */

  .header-logo {
    width: 50px;
  }

  /* line 31, #src/scss/layout/header.scss */

  .header-phone a {
    font-size: 16px;
  }

  /* line 64, #src/scss/layout/header.scss */

  .header-socials a {
    font-size: 24px;
  }

  /* line 92, #src/scss/layout/header.scss */

  .header-btn button {
    padding: 10px 25px;
  }
}

@media (max-width: 1360px) {
  /* line 381, #src/scss/pages/home.scss */

  .grid-sizer,
  .grid-item {
    width: 31.5%;
  }
}

@media (max-width: 1200px) {
  /* line 8, #src/scss/ui-kit/navbar/_navbar.scss */

  .navbar:before {
    display: block;
  }

  /* line 28, #src/scss/ui-kit/navbar/_navbar.scss */

  .navbar:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    top: 0;
  }

  /* line 4, #src/scss/ui-kit/navbar/_navbar.scss */

  .navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -120vw;
    background: #000000;
    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;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 10px 10px 60px 10px;
  }

  /* line 57, #src/scss/ui-kit/navbar/_navbar.scss */

  .menu {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    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;
  }

  /* line 68, #src/scss/ui-kit/navbar/_navbar.scss */

  .menu-item {
    margin: 20px 0;
  }

  /* line 76, #src/scss/ui-kit/navbar/_navbar.scss */

  .menu-item a {
    font-size: 30px;
    font-weight: 900;
  }

  /* line 76, #src/scss/ui-kit/navbar/_navbar.scss */

  .menu-item a {
    font-size: 27px;
  }

  /* line 91, #src/scss/ui-kit/navbar/_navbar.scss */

  .menu-item a:before {
    display: none;
  }

  /* line 113, #src/scss/ui-kit/navbar/_navbar.scss */

  .hamburger {
    display: block;
  }

  /* line 61, #src/scss/ui-kit/modal/_modal.scss */

  .modal__content {
    margin: 0 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px 15px;
  }

  /* line 31, #src/scss/layout/header.scss */

  .header-phone a {
    font-size: 30px;
    font-weight: 900;
  }

  /* line 47, #src/scss/layout/header.scss */

  .header-socials {
    margin: 40px 0 0 0;
  }

  /* line 64, #src/scss/layout/header.scss */

  .header-socials a {
    font-size: 24px !important;
  }

  /* line 80, #src/scss/layout/header.scss */

  .header-btn {
    margin: auto;
  }

  /* line 104, #src/scss/layout/header.scss */

  .header-control {
    -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;
    margin: 30px auto 0 auto;
  }

  /* line 132, #src/scss/layout/header.scss */

  .lang-options {
    opacity: 1;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    pointer-events: all;
  }

  /* line 148, #src/scss/layout/header.scss */

  .lang-option {
    font-size: 30px;
    margin: 0 20px;
    font-weight: 900;
    color: #B1B1B1;
  }

  /* line 167, #src/scss/layout/header.scss */

  .lang-option.selected {
    color: #6091DB;
  }

  /* line 193, #src/scss/layout/header.scss */

  .header-lang.--desktop {
    display: none;
  }

  /* line 198, #src/scss/layout/header.scss */

  .header-lang.--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 189, #src/scss/layout/header.scss */

  .header-lang {
    position: absolute;
    bottom: 40px;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 219, #src/scss/layout/header.scss */

  .header-lang li {
    font-weight: 900;
    font-size: 30px;
  }

  /* line 222, #src/scss/layout/header.scss */

  .header-lang li a {
    color: #B1B1B1;
  }

  /* line 226, #src/scss/layout/header.scss */

  .header-lang li.current-lang a {
    color: #ffffff;
  }

  /* line 296, #src/scss/layout/header.scss */

  .header.scroll-header a {
    font-size: 30px;
  }

  /* line 309, #src/scss/layout/header.scss */

  .header.scroll-header .lang-select__trigger {
    font-size: 30px;
  }

  /* line 27, #src/scss/layout/footer.scss */

  .footer .row .col-lg-2:nth-child(2) .footer-column {
    margin-left: 20px;
  }

  /* line 573, #src/scss/pages/home.scss */

  .clients .swiper-button-prev,
  .clients .swiper-button-next {
    width: 140px;
  }

  /* line 592, #src/scss/pages/home.scss */

  .clients .swiper-button-prev {
    left: -95px;
  }

  /* line 600, #src/scss/pages/home.scss */

  .clients .swiper-button-prev:hover {
    left: -85px;
  }

  /* line 607, #src/scss/pages/home.scss */

  .clients .swiper-button-next {
    right: -95px;
  }

  /* line 615, #src/scss/pages/home.scss */

  .clients .swiper-button-next:hover {
    right: -85px;
  }
}

@media (max-width: 991px) {
  /* line 3, #src/scss/components/other.scss */

  section {
    margin-bottom: 40px;
  }

  /* line 43, #src/scss/components/other.scss */

  .main-screen__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  /* line 63, #src/scss/components/other.scss */

  .main-screen .main-screen__content {
    padding-top: 0;
  }

  /* line 73, #src/scss/components/other.scss */

  .main-screen__title {
    max-width: 100%;
    padding: 0;
  }

  /* line 91, #src/scss/components/other.scss */

  .home-page .main-screen__image:before,
  .home-page .main-screen__image:after {
    display: none;
  }

  /* line 115, #src/scss/components/other.scss */

  .home-page .main-screen__title {
    margin-bottom: 10px;
  }

  /* line 139, #src/scss/components/other.scss */

  .second-version img {
    display: block;
  }

  /* line 284, #src/scss/layout/header.scss */

  .header.scroll-header .header-logo img {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  /* line 4, #src/scss/layout/footer.scss */

  .footer {
    padding: 25px 0 15px 0;
  }

  /* line 37, #src/scss/layout/footer.scss */

  .footer .row .col-lg-2:nth-child(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }

  /* line 113, #src/scss/pages/home.scss */

  .product-item-container .smoke:after {
    display: none;
  }

  /* line 91, #src/scss/pages/home.scss */

  .product-item-container .smoke {
    background-image: url("../img/smoke.png");
    background-size: contain;
    background-position: bottom;
    height: 120px;
    top: -120px;
  }

  /* line 233, #src/scss/pages/home.scss */

  .home-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 238, #src/scss/pages/home.scss */

  .home-about__text {
    margin: 0 0 30px 0;
  }

  /* line 238, #src/scss/pages/home.scss */

  .home-about__text {
    width: 100%;
  }

  /* line 283, #src/scss/pages/home.scss */

  .home-about__media {
    width: 100%;
  }

  /* line 381, #src/scss/pages/home.scss */

  .grid-sizer,
  .grid-item {
    width: 48%;
    margin-bottom: 60px;
  }

  /* line 472, #src/scss/pages/home.scss */

  .clients-carousel {
    padding-bottom: 40px;
  }

  /* line 477, #src/scss/pages/home.scss */

  .clients-carousel:before,
  .clients-carousel:after {
    display: none;
  }

  /* line 494, #src/scss/pages/home.scss */

  .clients-carousel:after {
    top: 80px;
  }

  /* line 739, #src/scss/pages/home.scss */

  .home-contact__block {
    width: 350px;
  }

  /* line 816, #src/scss/pages/home.scss */

  #map {
    height: 400px;
  }

  /* line 10, #src/scss/pages/contact.scss */

  .contact .section-title {
    padding: 0 15px;
  }

  /* line 16, #src/scss/pages/contact.scss */

  .contact .contact__block {
    position: static;
    background: #000000;
    border-radius: 0;
  }

  /* line 26, #src/scss/pages/contact.scss */

  .contact__form {
    position: static;
    padding: 15px 30px 15px 15px;
    width: 100%;
  }

  /* line 40, #src/scss/pages/contact.scss */

  .contact__form label {
    top: -22px;
    right: -15px;
  }

  /* line 57, #src/scss/pages/contact.scss */

  .contact__map {
    height: 400px;
  }

  /* line 70, #src/scss/pages/contact.scss */

  .home-contact__block .section-title {
    padding: 0;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  /* line 304, #src/scss/vendor/magnific-popup.scss */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, #src/scss/vendor/magnific-popup.scss */

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, #src/scss/vendor/magnific-popup.scss */

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, #src/scss/vendor/magnific-popup.scss */

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, #src/scss/vendor/magnific-popup.scss */

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 323, #src/scss/vendor/magnific-popup.scss */

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, #src/scss/vendor/magnific-popup.scss */

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, #src/scss/vendor/magnific-popup.scss */

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 100, #src/scss/ui-kit/modal/_modal.scss */

  .modal-callback .modal__content {
    padding: 15px;
  }

  /* line 110, #src/scss/ui-kit/modal/_modal.scss */

  .modal__heading {
    font-size: 24px;
    margin-top: 50px;
  }

  /* line 5, #src/scss/components/entry-content.scss */

  .entry-content p {
    font-size: 16px;
  }

  /* line 94, #src/scss/components/entry-content.scss */

  .entry-content blockquote {
    padding: 20px 0 20px 15px;
  }

  /* line 8, #src/scss/components/forms.scss */

  .form-control label {
    right: -9px;
    top: -25px;
    font-size: 35px;
  }

  /* line 19, #src/scss/components/other.scss */

  .main-screen__image:before {
    display: none;
  }

  /* line 31, #src/scss/components/other.scss */

  .main-screen__image:after {
    display: none;
  }

  /* line 52, #src/scss/components/other.scss */

  .main-screen__description {
    width: 100%;
  }

  /* line 54, #src/scss/layout/grid.scss */

  .m-0-mob {
    margin: 0;
  }

  /* line 64, #src/scss/layout/grid.scss */

  .p-15-0 {
    padding: 0;
  }

  /* line 86, #src/scss/layout/grid.scss */

  .mb-50 {
    margin-bottom: 30px;
  }

  /* line 92, #src/scss/layout/grid.scss */

  .column {
    padding: 0;
  }

  /* line 27, #src/scss/layout/footer.scss */

  .footer .row .col-lg-2:nth-child(2) .footer-column {
    margin-left: 0;
  }

  /* line 45, #src/scss/layout/footer.scss */

  .footer-column {
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 66, #src/scss/layout/footer.scss */

  .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 91, #src/scss/layout/footer.scss */

  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }

  /* line 100, #src/scss/layout/footer.scss */

  .footer-copyright p,
  .footer-copyright a {
    text-align: center;
    margin-bottom: 10px;
  }

  /* line 358, #src/scss/vendor/magnific-popup.scss */

  .mfp-bottom-bar {
    margin-top: -50px;
  }

  /* line 376, #src/scss/vendor/magnific-popup.scss */

  .mfp-figure {
    padding: 40px 20px 50px 20px;
  }

  /* line 439, #src/scss/vendor/magnific-popup.scss */

  .mfp-arrow {
    width: 150px;
    height: 150px;
    top: 46%;
  }

  /* line 453, #src/scss/vendor/magnific-popup.scss */

  .mfp-arrow:after {
    font-size: 26px;
    top: calc(50% - 13px);
    width: 30px;
    height: 30px;
    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 479, #src/scss/vendor/magnific-popup.scss */

  .mfp-arrow-left {
    left: -105px;
  }

  /* line 484, #src/scss/vendor/magnific-popup.scss */

  .mfp-arrow-left:after {
    left: 115px;
  }

  /* line 492, #src/scss/vendor/magnific-popup.scss */

  .mfp-arrow-left:hover {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  /* line 499, #src/scss/vendor/magnific-popup.scss */

  .mfp-arrow-right {
    right: -105px;
  }

  /* line 504, #src/scss/vendor/magnific-popup.scss */

  .mfp-arrow-right:after {
    right: 115px;
  }

  /* line 510, #src/scss/vendor/magnific-popup.scss */

  .mfp-arrow-right:hover {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  /* line 11, #src/scss/pages/home.scss */

  .main-screen__content {
    padding-bottom: 200px;
  }

  /* line 30, #src/scss/pages/home.scss */

  .home-page .main-screen__content {
    padding-bottom: 250px;
  }

  /* line 76, #src/scss/pages/home.scss */

  .product-item {
    margin: 0 10px;
  }

  /* line 152, #src/scss/pages/home.scss */

  .product-item__main span {
    max-width: 100%;
  }

  /* line 164, #src/scss/pages/home.scss */

  .product-item__title {
    max-width: 100%;
    margin: 10px 0 20px 0;
  }

  /* line 180, #src/scss/pages/home.scss */

  .product-item__image {
    width: 95%;
  }

  /* line 224, #src/scss/pages/home.scss */

  .product .column {
    padding: 0;
  }

  /* line 244, #src/scss/pages/home.scss */

  .home-about__text_inner {
    height: 430px;
  }

  /* line 251, #src/scss/pages/home.scss */

  .home-about__text_inner:before {
    height: 70px;
  }

  /* line 381, #src/scss/pages/home.scss */

  .grid-sizer,
  .grid-item {
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 494, #src/scss/pages/home.scss */

  .clients-carousel:after {
    display: none;
  }

  /* line 561, #src/scss/pages/home.scss */

  .clients-text {
    padding: 0 10px 140px 10px;
  }

  /* line 636, #src/scss/pages/home.scss */

  .clients-image {
    width: 60%;
    margin: auto;
  }

  /* line 639, #src/scss/pages/home.scss */

  .clients-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  /* line 739, #src/scss/pages/home.scss */

  .home-contact__block {
    position: static;
    width: 100%;
    padding: 40px 15px;
    border-radius: 0;
  }

  /* line 757, #src/scss/pages/home.scss */

  .home-contact__map {
    height: 400px;
  }

  /* line 12, #src/scss/pages/other.scss */

  .other-page .main-screen__title {
    font-size: 140px;
    margin-bottom: 15px;
  }

  /* line 21, #src/scss/pages/other.scss */

  .other-page.thankyou-page .main-screen__title {
    font-size: 70px;
  }

  /* line 37, #src/scss/pages/opt.scss */

  .banner-content__subtitle {
    max-width: 100%;
  }

  /* line 19, #src/scss/pages/product.scss */

  .catalog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 25, #src/scss/pages/product.scss */

  .catalog-image {
    width: 100%;
  }

  /* line 37, #src/scss/pages/product.scss */

  .catalog-content {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  /* line 8, #src/scss/ui-kit/navbar/_navbar.scss */

  .navbar:before {
    background-size: contain;
  }

  /* line 46, #src/scss/layout/grid.scss */

  .m-row {
    margin: 0 !important;
  }
}

@media (max-width: 475px) {
  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  /* line 221, #src/scss/layout/grid.scss */

  .col-exs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
  }
}
