@charset "UTF-8";

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

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("assets/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("assets/fonts/Inter-Light.woff2") format("woff2"), url("assets/fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

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

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-instagram:before {
  content: "\e909";
}

._icon-close:before {
  content: "\e908";
}

._icon-arrow-left:before {
  content: "\e900";
}

._icon-arrow-right:before {
  content: "\e901";
}

._icon-check:before {
  content: "\e902";
}

._icon-mail:before {
  content: "\e903";
}

._icon-phone:before {
  content: "\e904";
}

._icon-telegram:before {
  content: "\e905";
}

._icon-vk:before {
  content: "\e906";
}

._icon-whatsapp:before {
  content: "\e907";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
}

body._lock {
  overflow: hidden;
}

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

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

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.button._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("assets/img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("assets/img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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(#FF7A00), to(#FF990E));
  background: -o-linear-gradient(top, #FF7A00 0%, #FF990E 100%);
  background: linear-gradient(180deg, #FF7A00 0%, #FF990E 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(255, 223, 127, 0.7), 0px 5px 0px #C1A349, inset 0px -2px 2px rgba(255, 255, 255, 0.21);
          box-shadow: 0px 0px 25px rgba(255, 223, 127, 0.7), 0px 5px 0px #C1A349, inset 0px -2px 2px rgba(255, 255, 255, 0.21);
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2222222222em;
  color: #FFFFFF;
  padding: 0.2777777778em 0.5555555556em;
  min-width: 14.9444444444em;
  min-height: 3em;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.22em;
  color: #0D4AC7;
  text-align: center;
}

.section-title span {
  color: #333333;
}

.section-subtitle {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2em;
}

.section-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2222222222em;
}

.section-text:not(:last-child) {
  margin-bottom: 0.8181818182em;
}

#primary .section-title {
  text-align: left;
  margin-bottom: 1em;
}

#primary h2.section-subtitle {
  text-align: left;
  font-size: 35px;
}

#primary h2.section-subtitle:not(:last-child) {
  margin-bottom: 0.9142857143em;
}

#primary h2.section-subtitle:not(:first-child) {
  margin-top: 0.2857142857em;
}

#primary .section-subtitle {
  text-align: left;
  font-size: 28px;
}

#primary .section-subtitle:not(:last-child) {
  margin-bottom: 1.3214285714em;
}

#primary .section-subtitle:not(:first-child) {
  margin-top: 0.2857142857em;
}

.page-manual .section-title {
  text-align: center !important;
}

.page-manual .section-subtitle {
  text-align: center !important;
}

.list:not(:last-child) {
  margin-bottom: 35px;
}

.list .list__item {
  font-size: 18px;
  line-height: 1.2222222222em;
  color: #333;
  list-style: inside disc;
}

.list .list__item:not(:last-child) {
  margin-bottom: 0.3888888889em;
}

.list-decimal:not(:last-child) {
  margin-bottom: 35px;
}

.list-decimal .list__item {
  font-size: 18px;
  line-height: 1.2222222222em;
  color: #333;
  list-style: inside decimal;
}

.list-decimal .list__item:not(:last-child) {
  margin-bottom: 0.3888888889em;
}

article .wp-block-image img {
  max-height: 600px;
  width: auto;
}

article .wp-block-media-text {
  margin-bottom: 30px;
}

.blog-post {
  padding-top: 210px;
}

.slider-wrapper {
  position: relative;
}

.slider-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.slider-arrow {
  background: -o-linear-gradient(357.81deg, #FFA600 41.08%, #FF8A1E 94.35%);
  background: linear-gradient(92.19deg, #FFA600 41.08%, #FF8A1E 94.35%);
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  font-size: 23px;
  color: #FFFFFF;
  width: 2.6086956522em;
  height: 2.6086956522em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  pointer-events: visible;
}

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

.pagging .swiper-pagination-bullet {
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 1px solid #FFA600;
}

.pagging .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}

.pagging .swiper-pagination-bullet-active {
  background: -o-linear-gradient(357.81deg, #FFA600 41.08%, #FF8A1E 94.35%);
  background: linear-gradient(92.19deg, #FFA600 41.08%, #FF8A1E 94.35%);
}

.section-bcg {
  position: absolute;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}

._more-link span {
  font-style: normal;
}

._more-link span:first-child {
  display: block;
}

._more-link span:last-child {
  display: none;
}

._more-link._active span {
  font-style: normal;
}

._more-link._active span:first-child {
  display: none;
}

._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("assets/img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper {
  overflow: hidden;
}

.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

.swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

._tabs-block {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

._tabs-block._active {
  opacity: 1;
  visibility: visible;
  position: static;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("assets/img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("assets/img/icons/p-left.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("assets/img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play{
  background: url("assets/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play{
  background: url("assets/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

._no-webp .lg-outer .lg-has-html5 .lg-video-play{
  background: transparent url("assets/img/video-play.png") no-repeat scroll 0 0; }

.lg-outer .lg-has-html5 .lg-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play{
  background: url("assets/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play{
  background: url("assets/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("assets/img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-image {
  border-radius: 5%;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.popup__close {
  font-size: 18px;
  color: #333333;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 30;
}

.popup__title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 0.8333333333em;
}

.popup__subtitle {
  text-align: center;
}

.popup.popup_video .popup__body {
  padding: 0;
  max-width: 800px;
}

.popup.popup_video .popup__close {
  display: none;
}

.form__input {
  display: block;
  -webkit-filter: drop-shadow(1px 4px 7px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 4px 7px rgba(0, 0, 0, 0.1));
  border-radius: 25px;
  border: 2px solid #FFA600;
  font-size: 18px;
  line-height: 1.2222222222em;
  min-height: 3em;
  padding: 0.2777777778em 1.1111111111em;
  width: 100%;
  background: transparent;
  color: #333333;
  margin-bottom: 0.8333333333em;
}

.form__input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.64);
  opacity: 1;
}

.form__input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.64);
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.64);
  opacity: 1;
}

.form__input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.64);
  opacity: 1;
}

.form__input::placeholder {
  color: rgba(51, 51, 51, 0.64);
  opacity: 1;
}

.form__input._phone {
  color: rgba(51, 51, 51, 0.64);
}

.form__input._phone._focus {
  color: #333333;
}

.form__input.wpcf7-not-valid {
  border: 2px solid #dc3232;
}

.form__btn {
  width: 100%;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  border: none !important;
  margin-top: 20px !important;
  font-size: 14px;
  text-align: center;
  padding: 0 !important;
}

._no-webp .popup_coupon .popup__body{
  background-image: url(assets/img/popup-bcg.jpg); }

.popup_coupon .popup__body {
  max-width: 800px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 50px;
  min-height: 450px;
  padding: 35px 65px;
}

.popup_coupon .popup__close {
  top: -25px;
  right: -25px;
  color: #fff;
}

.popup_coupon__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  -webkit-box-shadow: 0px 3.19167px 13.5646px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.19167px 13.5646px rgba(0, 0, 0, 0.25);
  border-radius: 7.97917px;
  padding: 30px 32px 40px;
  max-width: 457px;
  margin-left: auto;
}

.popup_coupon__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 0.4em;
  text-transform: capitalize;
  color: #242424;
}

.popup_coupon__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 2.4615384615em;
  color: #242424;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 24px;
  z-index: 5;
}

.header__top {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  position: relative;
  z-index: 5;
}

.header__logo img {
  max-width: 243px;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 50px;
}

.header__phone-link {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2272727273em;
  color: #333333;
}

.header__phone-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2142857143em;
  margin-left: 0.8571428571em;
  padding-left: 1.7142857143em;
  position: relative;
}

.header__phone-text::before {
  content: "";
  position: absolute;
  width: 1.4285714286em;
  height: 1.4285714286em;
  background-image: url(assets/img/icons/online.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .soc-links {
  margin-left: auto;
}

.soc-links {
  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;
}

.soc-link {
  font-size: 25px;
}

.soc-link:not(:last-child) {
  margin-right: 0.28em;
}

.soc-link._icon-whatsapp {
  color: #60D66A;
}

.soc-link._icon-telegram {
  color: #37AEE2;
}

.soc-link._icon-vk {
  color: #4E6BA4;
}

.soc-link._icon-instagram {
  background: -o-linear-gradient(313.33deg, #E8AC76 10.49%, #D031C0 67.28%, #2E3BAE 109.62%);
  background: linear-gradient(136.67deg, #E8AC76 10.49%, #D031C0 67.28%, #2E3BAE 109.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.menu__list {
  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(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  -webkit-box-shadow: inset 0px -2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px -2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.menu__list-item {
  font-size: 18px;
  line-height: 1.3888888889em;
  min-height: 2.6666666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__list-item:not(:last-child) {
  margin-right: 5.9444444444em;
}

.menu__link {
  font-weight: 400;
  color: #333333;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.icon-menu {
  display: none;
}

.footer {
  margin-top: 120px;
  background: #E6E6E6;
  padding: 26px 0 28px;
}

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

.footer__logo img {
  max-width: 84px;
}

.footer__address {
  font-size: 18px;
  line-height: 1.4444444444em;
  color: #333333;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 286px;
          flex: 0 1 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.7008547009%;
}

.footer__address::before {
  content: "";
  background-image: url(assets/img/icons-fonts/map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.3333333333em;
          flex: 0 0 1.3333333333em;
  height: 1.3333333333em;
  margin-right: 0.5555555556em;
  margin-top: 0.1111111111em;
}

.footer__links {
  margin-left: 3.1623931624%;
}

.footer__phone {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2272727273em;
  margin-bottom: 0.8636363636em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

.footer__phone::before {
  font-size: 0.8181818182em;
  margin-right: 0.5909090909em;
  color: #FFA600;
}

.footer__mail {
  font-size: 18px;
  line-height: 1.4444444444em;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__mail::before {
  font-size: 0.8888888889em;
  margin-right: 0.7222222222em;
  color: #FFA600;
}

.footer__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  min-width: 12.8888888889em;
  min-height: 2.5em;
  padding: 0.2777777778em 0.5555555556em;
  background: -o-linear-gradient(357.81deg, #FFA600 41.08%, #FF8A1E 94.35%);
  background: linear-gradient(92.19deg, #FFA600 41.08%, #FF8A1E 94.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 2px solid #FFA600;
  -webkit-filter: drop-shadow(1px 4px 7px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 4px 7px rgba(0, 0, 0, 0.1));
  border-radius: 25px;
  margin-left: 5.5555555556%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__soc-links {
  margin-left: auto;
}

.footer__soc-links .soc-link:not(:last-child) {
  margin-right: 0.8em;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #0D4AC7;
}

.footer__bottom__item {
  margin-bottom: 0 !important;
  font-weight: 600;
}

.footer a.footer__bottom__item {
  color: #253342;
}

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

._no-webp .intro{
  background-image: url(assets/img/intro-img.jpg); }

.intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 244px;
  padding-bottom: 90px;
  text-align: left;
  position: relative;
}

.intro__inner {
  margin-bottom: 133px;
}

.intro__title {
  margin-bottom: 0.6em;
  text-align: left;
  position: relative;
  z-index: 2;
}

.intro__subtitle {
  margin-bottom: 1.0666666667em;
  position: relative;
  z-index: 2;
}

.intro__subtitle span {
  color: #0D4AC7;
}

.intro__delivery {
  font-size: 22px;
  line-height: 1.2272727273em;
  color: #5690B9;
  margin-bottom: 1.9545454545em;
  padding-left: 2.7727272727em;
  position: relative;
  max-width: 14.7727272727em;
  z-index: 2;
}

._no-webp .intro__delivery::before{
  background-image: url(assets/img/intro-delivery-img.png); }

.intro__delivery::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.4090909091em;
  height: 3.0454545455em;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro__phone-bcg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 133.3333333333%;
  z-index: 0;
}

.intro__btn {
  min-width: 19.4444444444em;
  position: relative;
  z-index: 2;
}

.intro__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

.intro__trigger {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
  min-height: 110px;
  padding: 24px 24px 10px 15px;
  position: relative;
}

.intro__trigger:nth-child(1) .intro__trigger-img {
  right: 0;
  top: -14px;
}

.intro__trigger:nth-child(2) .intro__trigger-img {
  right: 0;
  bottom: 0;
}

.intro__trigger:nth-child(3) .intro__trigger-img {
  right: -14px;
  bottom: 0;
}

.intro__trigger:nth-child(4) .intro__trigger-img {
  right: 0;
  bottom: 0;
}

.intro__trigger-title {
  font-size: 18px;
  line-height: 1.2222222222em;
  color: #5690B9;
  max-width: 10.3333333333em;
}

.intro__trigger-img {
  position: absolute;
}

.about {
  padding-top: 30px;
  text-align: center;
}

.about__container {
  position: relative;
  z-index: 3;
}

.about__title {
  margin-bottom: 1.2em;
}

.about__slider-wrapper {
  position: relative;
}

.about__subtitle {
  margin-bottom: 0.4333333333em;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.about__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2272727273em;
  margin-bottom: 1.6818181818em;
  max-width: 27.2727272727em;
  margin-left: auto;
  margin-right: auto;
}

._no-webp .about__video{
  background-image: url(assets/img/laptop-img.png); }

.about__video {
  position: relative;
  padding-bottom: 46.1538461538%;
  width: 76.1538461538%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.about iframe {
  position: absolute;
  height: 78%;
  width: 72.6150392817%;
  top: 6.1111111111%;
  left: 13.468013468%;
}

.about__video-img {
  position: absolute;
  padding-bottom: 45.4545454545%;
  width: 72.6150392817%;
  top: 6.1111111111%;
  left: 13.468013468%;
}

.about__video-play {
  z-index: 3;
  position: absolute;
  top: 32.4074074074%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 15.7126823793%;
  width: 15.7126823793%;
}

.about__video-play img {
  max-width: 100%;
}

.advantages {
  padding-top: 117px;
  position: relative;
}

.advantages__container {
  position: relative;
  z-index: 3;
}

.advantages .section-bcg {
  position: absolute;
  padding-bottom: 77.7193904362%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -58.7322121604%;
  z-index: 0;
}

.advantages__title {
  margin-bottom: 1.24em;
  position: relative;
  z-index: 3;
}

.advantages__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 55px 30px;
  position: relative;
  z-index: 3;
}

.advantages__slider {
  display: none;
}

.advantages__item {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  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;
  min-height: 239px;
  padding: 10px;
}

.advantages__item-icon {
  background: -o-linear-gradient(357.81deg, #FFA600 41.08%, #FF8A1E 94.35%);
  background: linear-gradient(92.19deg, #FFA600 41.08%, #FF8A1E 94.35%);
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: -10.460251046%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.0833333333em;
  height: 4.0833333333em;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.advantages__item-img img {
  max-width: 137px;
}

.advantages__item-text {
  max-width: 186px;
  margin: 0 auto;
}

.advantages__item-text span {
  color: #0D4AC7;
  font-weight: 600;
}

.catalog {
  padding-top: 120px;
}

.catalog__container {
  position: relative;
  z-index: 3;
}

.catalog__title {
  text-align: center;
  margin-bottom: 1em;
}

.tabs__buttons {
  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;
  border-radius: 10px;
}

.tabs__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  min-height: 95px;
  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;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3888888889em;
  text-align: right;
  padding: 0.5555555556em;
  color: #333333;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #0D4AC7;
  border-bottom: 1px solid #0D4AC7;
  border-right: 1px solid #0D4AC7;
}

.tabs__button:last-child {
  border-radius: 0 10px 10px 0;
}

.tabs__button:first-child {
  border-radius: 10px 0 0 10px;
  border-left: 1px solid #0D4AC7;
}

.tabs__button._active {
  background: #0D4AC7;
  color: #FFFFFF;
}

.tabs__button .old-price {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.tabs__button .new-price {
  font-weight: 700;
  display: block;
}

.tabs__button-wrapper {
  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;
}

.tabs__button-box:nth-child(1) {
  background: #2DA0EC;
  border-radius: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1363636364em;
  text-align: center;
  color: #FFFFFF;
  padding: 0.6363636364em 0.8636363636em;
  margin-right: 0.9090909091em;
}

.tabs__body {
  margin-top: 50px;
}

.tabs__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__body-slider {
  max-width: 403px;
}

.tabs__body-slide img {
  background-size: cover;
  max-width: 100%;
}

.tabs__body-box {
  margin-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}

.tabs__body-title {
  font-weight: 600;
  margin-bottom: 0.4333333333em;
}

.tabs__body-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2272727273em;
  color: #333333;
  margin-bottom: auto;
}

.tabs .slider-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 466px;
          flex: 0 0 466px;
}

.tabs .slider-box {
  position: relative;
  padding: 0 30px;
}

.tabs .pagging {
  margin-top: 20px;
}

.tabs__body-btn {
  text-align: center;
  width: 100%;
  max-width: 19.4444444444em;
  position: relative;
  z-index: 2;
}

.portfolio {
  padding-top: 120px;
}

.portfolio__container {
  position: relative;
  z-index: 3;
}

.portfolio__title {
  margin-bottom: 1em;
}

.portfolio__inner {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.portfolio__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  max-width: 100%;
}

.team {
  padding-top: 120px;
}

.team__title {
  margin-bottom: 1em;
}

.team__item {
  -webkit-box-flex: 23.0769230769%;
      -ms-flex: 23.0769230769%;
          flex: 23.0769230769%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}

.team__item-img {
  padding-bottom: 121.1111111111%;
  width: 100%;
}

.team__item-img img {
  border-radius: 10px 10px 0 0;
}

.team__item-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  padding: 7.4074074074% 8.5185185185%;
  min-height: 122px;
  border-radius: 0 0 10px 10px;
}

.team__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2272727273em;
  margin-bottom: 0.4545454545em;
  color: #000000;
}

.team__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2222222222em;
  color: #0D4AC7;
  max-width: 11.1111111111em;
}

.team__pagging {
  margin-top: 45px;
}

.faq {
  padding-top: 120px;
  position: relative;
}

.faq .section-bcg {
  position: absolute;
  padding-bottom: 74.3037309511%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 91px;
  z-index: 0;
}

.faq__container {
  position: relative;
  z-index: 3;
}

.faq__title {
  margin-bottom: 1em;
}

.faq__spoller {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  -webkit-box-shadow: inset 0px -2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px -2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.faq__spoller:not(:last-child) {
  margin-bottom: 10px;
}

.faq__spoller-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2222222222em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 1px;
  color: #000000;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0.6666666667em 1.3888888889em;
  cursor: pointer;
}

.faq__spoller-title::before {
  background: -o-linear-gradient(357.81deg, #FFA600 41.08%, #FF8A1E 94.35%);
  background: linear-gradient(92.19deg, #FFA600 41.08%, #FF8A1E 94.35%);
  font-size: 0.7777777778em;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4285714286em;
          flex: 0 0 2.4285714286em;
  height: 2.4285714286em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__spoller-title._active::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq__spoller-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875em;
  letter-spacing: 1px;
  padding: 0.9375em 1.5625em 2.25em;
  color: #000000;
}

.blog {
  padding-top: 120px;
}

.blog__container {
  position: relative;
  z-index: 3;
}

.blog__title {
  margin-bottom: 1em;
}

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

.blog__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.7179487179%;
          flex: 0 1 48.7179487179%;
  border-radius: 10px;
  padding: 31px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog__item::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 74, 74, 0.53)), to(rgba(74, 74, 74, 0.53)));
  background: -o-linear-gradient(bottom, rgba(74, 74, 74, 0.53), rgba(74, 74, 74, 0.53));
  background: linear-gradient(0deg, rgba(74, 74, 74, 0.53), rgba(74, 74, 74, 0.53));
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
}

.blog__item img {
  border-radius: 10px;
}

.blog__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0.5em;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  max-width: 390px;
}

.blog__item-text {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 1.7222222222em;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  max-width: 390px;
  margin-bottom: auto;
}

.blog__item-btn {
  -webkit-filter: drop-shadow(1px 4px 7px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 4px 7px rgba(0, 0, 0, 0.1));
  border-radius: 25px;
  background-color: transparent;
  background: -o-linear-gradient(357.81deg, #FFA600 41.08%, #FF8A1E 94.35%);
  background: linear-gradient(92.19deg, #FFA600 41.08%, #FF8A1E 94.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.3333333333em;
  min-width: 12.8888888889em;
  padding: 0.5555555556em;
  position: relative;
  z-index: 2;
  border: 2px solid #FFA600;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 10px;
}

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

.blog__btn {
  margin-top: 2.7777777778em;
}

.testimonials {
  padding-top: 120px;
}

.testimonials__container {
  position: relative;
  z-index: 3;
}

.testimonials__title {
  margin-bottom: 1em;
}

.testimonials__slider {
  padding: 20px 15px;
  margin: -20px -15px;
}

.testimonials__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 275px;
}

.testimonials__slide-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.188034188%;
          flex: 0 0 34.188034188%;
  padding-bottom: 23.5042735043%;
}

.testimonials__slide-img img {
  border-radius: 10px;
}

.testimonials__slide-box {
  padding: 32px 39px;
}

.testimonials__slide-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1111111111em;
  color: #253342;
  margin-bottom: 1.4444444444em;
  max-width: 648px;
}

.testimonials__slide-text {
  font-size: 18px;
  line-height: 1.1111111111em;
  color: #253342;
  max-width: 648px;
}

.testimonials .pagging {
  margin-top: 50px;
}

.testimonials ._icon-arrow-left {
  -webkit-transform: translateX(calc(-100% - 18px));
      -ms-transform: translateX(calc(-100% - 18px));
          transform: translateX(calc(-100% - 18px));
}

.testimonials ._icon-arrow-right {
  -webkit-transform: translateX(calc(100% + 18px));
      -ms-transform: translateX(calc(100% + 18px));
          transform: translateX(calc(100% + 18px));
}

.blog-page {
  padding-top: 244px;
}

.blog-page__title {
  margin-bottom: 1em;
  color: #0D4AC7;
  text-align: left;
}

.blog-page__inner.alm-listing {
  margin-top: 30px;
}

.blog-page__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
  -webkit-box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-height: 277px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-page__item:not(:last-child) {
  margin-bottom: 30px;
}

.blog-page__box {
  padding: 33px 30px 33px 28px;
}

.blog-page__box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1111111111em;
  color: #253342;
  margin-bottom: 1.1111111111em;
}

.blog-page__box-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #253342;
}

.blog-page__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.7179487179%;
          flex: 0 0 48.7179487179%;
  overflow: hidden;
  border-radius: 10px;
}

.blog-page__img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.blog-page__wrapper-btn {
  text-align: center;
}

.blog-page__btn {
  margin-top: 2.7777777778em;
  min-width: 19.4444444444em;
}

.blog-page__btn[disabled] {
  display: none !important;
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media (max-width: 1360px) {
  .testimonials ._icon-arrow-right {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .testimonials ._icon-arrow-left {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 1212px) {
  .menu__list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

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

  .menu__list-item:not(:last-child) {
    margin-right: 0;
  }

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

  .footer__address {
    margin-left: 0;
  }

  .footer__links {
    margin-left: 0;
  }

  .footer__btn {
    margin-left: 0;
  }

  .footer__soc-links {
    margin-left: 0;
  }

  .intro__triggers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .tabs__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .tabs__button:last-child {
    border-top: none;
    border-left: 1px solid #0D4AC7;
    border-radius: 10px 0 10px 10px;
  }

  .tabs__button:nth-child(4) {
    border-radius: 0 10px 10px 0;
  }

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

  .testimonials ._icon-arrow-left {
    display: none;
  }

  .testimonials ._icon-arrow-right {
    display: none;
  }
}

@media (max-width: 1200px) {
  .btn {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .section-title {
    font-size: calc(24px + 26 * ((100vw - 320px) / 880));
  }

  .section-subtitle {
    font-size: calc(20px + 10 * ((100vw - 320px) / 880));
  }

  .section-text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  #primary h2.section-subtitle {
    font-size: calc(22px + 13 * ((100vw - 320px) / 880));
  }

  #primary .section-subtitle {
    font-size: calc(18px + 10 * ((100vw - 320px) / 880));
  }

  .list:not(:last-child) {
    margin-bottom: calc(28px + 7 * ((100vw - 320px) / 880));
  }

  .list .list__item {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .list-decimal:not(:last-child) {
    margin-bottom: calc(28px + 7 * ((100vw - 320px) / 880));
  }

  .list-decimal .list__item {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .blog-post {
    padding-top: calc(140px + 70 * ((100vw - 320px) / 880));
  }

  .slider-arrow {
    font-size: calc(18px + 5 * ((100vw - 320px) / 880));
  }

  .pagging .swiper-pagination-bullet {
    width: calc(12px + 3 * ((100vw - 320px) / 880));
  }

  .pagging .swiper-pagination-bullet {
    height: calc(12px + 3 * ((100vw - 320px) / 880));
  }

  .pagging .swiper-pagination-bullet:not(:last-child) {
    margin-right: calc(12px + 3 * ((100vw - 320px) / 880));
  }

  .popup__close {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .popup__title {
    font-size: calc(18px + 7 * ((100vw - 320px) / 880));
  }

  .form__input {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .popup_coupon__title {
    font-size: calc(20px + 10 * ((100vw - 320px) / 880));
  }

  .header__phone-link {
    font-size: calc(18px + 4 * ((100vw - 320px) / 880));
  }

  .header__phone-text {
    font-size: calc(10px + 4 * ((100vw - 320px) / 880));
  }

  .soc-link {
    font-size: calc(18px + 7 * ((100vw - 320px) / 880));
  }

  .menu__list-item {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .footer {
    margin-top: calc(60px + 60 * ((100vw - 320px) / 880));
  }

  .footer__address {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .footer__phone {
    font-size: calc(18px + 4 * ((100vw - 320px) / 880));
  }

  .footer__mail {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .footer__btn {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .intro {
    padding-top: calc(140px + 104 * ((100vw - 320px) / 880));
  }

  .intro {
    padding-bottom: calc(60px + 30 * ((100vw - 320px) / 880));
  }

  .intro__inner {
    margin-bottom: calc(60px + 73 * ((100vw - 320px) / 880));
  }

  .intro__delivery {
    font-size: calc(18px + 4 * ((100vw - 320px) / 880));
  }

  .intro__trigger-title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .about__text {
    font-size: calc(18px + 4 * ((100vw - 320px) / 880));
  }

  .advantages {
    padding-top: calc(30px + 87 * ((100vw - 320px) / 880));
  }

  .advantages__item {
    min-height: calc(180px + 59 * ((100vw - 320px) / 880));
  }

  .advantages__item-icon {
    font-size: calc(8px + 4 * ((100vw - 320px) / 880));
  }

  .catalog {
    padding-top: calc(30px + 90 * ((100vw - 320px) / 880));
  }

  .tabs__button {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .tabs__button-box:nth-child(1) {
    font-size: calc(18px + 4 * ((100vw - 320px) / 880));
  }

  .tabs__body-text {
    font-size: calc(18px + 4 * ((100vw - 320px) / 880));
  }

  .portfolio {
    padding-top: calc(30px + 90 * ((100vw - 320px) / 880));
  }

  .portfolio__inner {
    gap: calc(15px + 15 * ((100vw - 320px) / 880));
  }

  .team {
    padding-top: calc(30px + 90 * ((100vw - 320px) / 880));
  }

  .team__item-title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .team__item-text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }

  .faq {
    padding-top: calc(30px + 90 * ((100vw - 320px) / 880));
  }

  .faq__spoller-title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .faq__spoller-body {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }

  .blog {
    padding-top: calc(30px + 90 * ((100vw - 320px) / 880));
  }

  .blog__item-title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .blog__item-text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .blog__item-btn {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .testimonials {
    padding-top: calc(30px + 90 * ((100vw - 320px) / 880));
  }

  .testimonials__slide-title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .testimonials__slide-text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .testimonials .pagging {
    margin-top: calc(30px + 20 * ((100vw - 320px) / 880));
  }

  .blog-page {
    padding-top: calc(160px + 84 * ((100vw - 320px) / 880));
  }

  .blog-page__box-title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .blog-page__box-text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }
}

@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .popup_coupon .popup__body {
    min-height: auto;
    padding: 30px;
  }

  .popup_coupon .popup__close {
    right: 0;
  }

  .header__phone {
    margin-left: 20px;
  }

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

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__address {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 20px;
    text-align: center;
    max-width: 14.7058823529em;
  }

  .footer__links {
    margin-bottom: 20px;
  }

  .footer__btn {
    margin-bottom: 20px;
  }

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

  .footer__bottom__item:not(:last-child) {
    margin-bottom: 0.6666666667em !important;
  }

  .advantages .section-bcg {
    top: 0;
  }

  .advantages__inner {
    gap: 30px 15px;
  }

  .tabs__body-box {
    margin-left: 10px;
  }

  .faq .section-bcg {
    top: 0;
  }

  .testimonials__slide-box {
    padding: 20px 25px;
  }
}

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

@media (max-width: 767.98px) {
  .header__container {
    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;
  }

  .header__top {
    margin-bottom: 0;
  }

  .header__logo img {
    max-width: 180px;
  }

  .header__phone {
    margin-left: 0;
  }

  .header__phone-link {
    font-size: 22px;
  }

  .header__phone-text {
    font-size: 14px;
  }

  .header .soc-links {
    margin-left: 0;
    margin-top: 20px;
  }

  .soc-link {
    font-size: 25px;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 4;
    top: 0;
    left: -100%;
    background: #ffffff;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    padding-top: 70px;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 25px;
  }

  .menu__list-item {
    font-size: 22px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
    padding: 0.8333333333em 0;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .about {
    padding-top: 0;
  }

  .about .swiper-wrapper {
    -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;
  }

  .about .slider-arrows {
    display: none;
  }

  .about__pagging {
    display: none;
  }

  .about__item {
    width: 100%;
  }

  .about__item:not(:last-child) {
    margin-bottom: 80px;
  }

  .advantages__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 30px;
  }

  .tabs__body-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tabs__body-slider {
    margin: 0 auto;
  }

  .tabs__body-box {
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .tabs .slider-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .tabs .pagging-wrapper {
    margin-bottom: 25px;
  }

  .tabs__body-btn {
    max-width: 100%;
    font-size: 18px;
  }

  .portfolio__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .blog__item {
    padding: 20px 25px;
  }

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

  .testimonials__slide-img {
    max-width: 100%;
    padding-bottom: 0;
  }

  .testimonials__slide-img img {
    position: relative;
    max-height: 500px;
  }

  .blog-page__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) and (max-width: 1200px) {
  .menu__list-item {
    font-size: calc(20px + 2 * ((100vw - 320px) / 880));
  }
}

@media (max-width: 700px) {
  .popup_coupon .popup__body {
    background-image: none;
    border-radius: 10px;
    padding: 0;
  }

  .popup_coupon .popup__close {
    color: #333333;
    top: 15px;
    right: 15px;
  }

  .popup_coupon__wrapper {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .tabs__buttons {
    border-radius: 12px;
  }

  .tabs__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    background: transparent;
  }

  .tabs__button:last-child {
    border-radius: 0 0 10px 10px;
  }

  .tabs__button:first-child {
    border-radius: 10px 0 0 0;
    border-bottom: 1px solid #0D4AC7;
    border-right: 1px solid #0D4AC7;
  }

  .tabs__button:nth-child(2) {
    border-radius: 0 10px 0 0;
    border-bottom: 1px solid #0D4AC7;
  }

  .tabs__button:nth-child(3) {
    border-radius: 0 0 0 0px;
    border-right: 1px solid #0D4AC7;
    border-top: none;
    border-left: 1px solid #0D4AC7;
  }

  .tabs__button:nth-child(4) {
    border-radius: 0 0 10px 0px;
    border-top: none;
  }

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

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

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

@media (max-width: 560px) {
  .intro__triggers {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .intro__trigger-title {
    font-size: 18px;
  }
}

@media (max-width: 479.98px) {
  .popup_coupon__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
  }

  .intro {
    background-image: none !important;
    padding-top: 100px;
  }

  .intro__inner {
    text-align: center;
  }

  .intro__title {
    text-align: center;
    font-size: 38px;
  }

  .intro__subtitle {
    font-size: 25px;
    max-width: 12em;
    margin-left: auto;
    margin-right: auto;
  }

  .intro__delivery {
    color: #333;
    margin-bottom: 9.5454545455em;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    display: none;
  }

  .intro__phone-bcg {
    display: block;
  }

  .intro__btn {
    margin-top: 17.7777777778em;
  }

  .about__item:not(:last-child) {
    margin-bottom: 45px;
  }

  .about__video {
    padding-bottom: 60%;
    width: 99%;
  }

  .advantages__title {
    margin-bottom: 1.44em;
  }

  .advantages__inner {
    display: none;
  }

  .advantages__slider {
    display: block;
    padding: 20px;
    margin: -20px;
  }

  .advantages__item {
    width: 100%;
  }

  .advantages__item-icon {
    font-size: 10px;
  }

  .advantages__item-text {
    font-size: 18px;
  }

  .tabs__button-box:nth-child(1) {
    margin-right: 0.4545454545em;
    padding: 0.4545454545em 0.6363636364em;
  }

  .tabs__body-btn {
    font-size: 14px;
  }

  .team__pagging {
    margin-top: 30px;
  }

  .blog-page__box {
    padding: 24px 18px 20px;
  }
}

@media (max-width: 410px) {
  .intro__phone-bcg {
    padding-bottom: 610px;
  }

  .intro__btn {
    margin-top: 16.1111111111em;
  }
}

@media (max-width: 400px) {
  .team__slider {
    overflow: visible;
  }

  .team__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 260px;
            flex: 0 1 260px;
  }
}

@media (max-width: 390px) {
  .tabs__button .old-price {
    margin-right: 10px;
  }

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

  .tabs__button-box:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 370px) {
  .popup_coupon__wrapper {
    padding: 30px;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
  }

  .menu__link:hover {
    color: #0D4AC7;
  }

  .footer__btn:hover {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
  }

  .blog__item-btn:hover {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
  }

  .blog-page__item:hover .blog-page__img img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}

._webp .lg-outer .lg-has-vimeo .lg-video-play{ background: url(assets/img/vimeo-play.webp) no-repeat scroll 0 0 transparent; }

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play{ background: url(assets/img/vimeo-play.webp) no-repeat scroll 0 -58px transparent; }

._webp .lg-outer .lg-has-html5 .lg-video-play{ background: transparent url(assets/img/video-play.webp) no-repeat scroll 0 0; }

._webp .lg-outer .lg-has-youtube .lg-video-play{ background: url(assets/img/youtube-play.webp) no-repeat scroll 0 0 transparent; }

._webp .lg-outer .lg-has-youtube:hover .lg-video-play{ background: url(assets/img/youtube-play.webp) no-repeat scroll 0 -60px transparent; }

._webp .popup_coupon .popup__body{ background-image: url(assets/img/popup-bcg.webp); }

._webp .intro{ background-image: url(assets/img/intro-img.webp); }

._webp .intro__delivery::before{ background-image: url(assets/img/intro-delivery-img.webp); }

._webp .about__video{ background-image: url(assets/img/laptop-img.webp); }