@font-face {
  font-family: "Osnova Pro";
  font-display: swap;
  src: url("../fonts/OsnovaPro/OsnovaPro.eot") format("embedded-opentype"),
    url("../fonts/OsnovaPro/OsnovaPro.woff2") format("woff2"),
    url("../fonts/OsnovaPro/OsnovaPro.woff") format("woff"),
    url("../fonts/OsnovaPro/OsnovaPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Osnova Pro";
  font-display: swap;
  src: url("../fonts/OsnovaPro/OsnovaProMedium.eot") format("embedded-opentype"),
    url("../fonts/OsnovaPro/OsnovaProMedium.woff2") format("woff2"),
    url("../fonts/OsnovaPro/OsnovaProMedium.woff") format("woff"),
    url("../fonts/OsnovaPro/OsnovaProMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Osnova Pro";
  font-display: swap;
  src: url("../fonts/OsnovaPro/OsnovaPro-Bold.eot") format("embedded-opentype"),
    url("../fonts/OsnovaPro/OsnovaPro-Bold.woff2") format("woff2"),
    url("../fonts/OsnovaPro/OsnovaPro-Bold.woff") format("woff"),
    url("../fonts/OsnovaPro/OsnovaPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TT Travels";
  font-display: swap;
  src: url("../fonts/TTTravels/TTTravels-Medium.eot")
      format("embedded-opentype"),
    url("../fonts/TTTravels/TTTravels-Medium.woff2") format("woff2"),
    url("../fonts/TTTravels/TTTravels-Medium.woff") format("woff"),
    url("../fonts/TTTravels/TTTravels-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

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

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

*:after,
*:before {
  display: inline-block;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body {
  line-height: 1.2;
  font-size: 16px;
  color: #001a70;
  position: relative;
  font-family: "Osnova Pro", sans-serif;
  background: #fff;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

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

p {
  margin: 0;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  color: #78d64b;
  text-decoration: none;
}

button,
input,
textarea {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

textarea {
  resize: vertical;
}

input,
textarea,
button,
.swiper-button {
  outline: none;
  border: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

@media (min-width: 1450px) {
  .cn-container {
    max-width: 1450px;
  }
}

@media (min-width: 1630px) {
  .cn-container {
    max-width: 1600px;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.uscl-item > span:before {
  vertical-align: initial !important;
}

/*
@media (max-width: 575px){
	.cn-container {
	    max-width: 320px;
	}
}
*/

/* Other */

.wrap {
  overflow: hidden;
}

.hide {
  display: none;
}

.tabs-body {
  display: none;
}

/* Modal */

.blocker {
  z-index: 10;
}

/* Section */

.section {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

/* Mobile */

.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(var(--vh, 1vh) * 100);
}

.mobile-over {
  display: none;
}

.mobile-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgba(249, 246, 246, 1);
  min-height: 100px;
}

.mobile-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mobile-body .e-search {
  width: 100%;
  margin-bottom: 2rem;
}
/* Текста */

.typo-facer {
  font-weight: 500;
}

.typo-pluri {
  font-weight: 700;
}

.typo-succe {
  line-height: 1.1;
  font-size: 2.63em;
  font-weight: 500;
}

.typo-uomod {
  line-height: 1.6;
  font-weight: 500;
}

.typo-decep {
  line-height: 1.8;
  font-weight: 500;
}

.typo-ution {
  line-height: 1.6;
}

.typo-ritur {
  line-height: 1.1;
  font-size: 4em;
  font-weight: 500;
}

.typo-idetu {
  font-size: 2.63em;
  font-weight: 500;
}

.typo-malit {
  font-size: 0.88em;
}

.typo-utati {
  line-height: 1.4;
  font-weight: 700;
}

.typo-legan {
  line-height: 1.4;
  font-size: 1.75em;
  font-weight: 700;
}

.typo-videt {
  text-decoration: underline;
}

.typo-nolen {
  font-size: 0.88em;
  line-height: 1.8;
}

.typo-uibus {
  line-height: 1.5;
  font-weight: 500;
}

.typo-alefi {
  font-size: 2.38em;
  font-weight: 500;
}

.text ul:not(.blocks-gallery-grid) li,
.typo-ecept {
  line-height: 1.8;
}

.typo-acces {
  line-height: 1.4;
  font-size: 2em;
  font-weight: 500;
}

.typo-demex {
  line-height: 1.4;
  font-size: 1.88em;
  font-weight: 500;
}

.typo-rsona {
  font-size: 2em;
  font-weight: 500;
}

.typo-iuria {
  line-height: 1.5;
  font-size: 2em;
  font-weight: 500;
}

.typo-tione {
  line-height: 1.3;
  font-size: 1.5em;
}

.typo-tmeli {
  line-height: 1.4;
  font-weight: 500;
}

.typo-enere {
  font-size: 1.38em;
  font-weight: 500;
}

.typo-dnume {
  font-size: 1.5em;
  font-weight: 500;
}

.typo-edare {
  line-height: 1.8;
  font-size: 1.38em;
  font-weight: 500;
}

.typo-ucrum {
  font-size: 1.13em;
  font-weight: 700;
}

.typo-acens {
  font-size: 1.88em;
  font-weight: 500;
}

/* Color */

.color__green-haze {
  color: #001a70;
}

.color__boulder {
  color: #757575;
}

.color__silver-chalice {
  color: #b0b0b0;
}

.color__silver {
  color: #b8b8b8;
}

.color__mine-shaft {
  color: #001a70;
}

.color__white {
  color: #ffffff;
}

.color__mine-shaft {
  color: #333333;
}

/* Btn */

.gform_footer input[type="submit"],
.btn {
  cursor: pointer;
  display: inline-block;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 0px none #ddd;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.btn-handle {
  color: #ffffff;
  line-height: 1.2;
  font-size: 1em;
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.13em;
}

.gform_footer input[type="submit"],
.btn-prime {
  color: #ffffff;
  line-height: 1.2;
  font-size: 1em;
  font-family: Osnova Pro;
  font-weight: 500;
  background-color: #78d64b;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.25em;
}

.btn--black {
  background-color: #001a70;
}

.btn-prime:hover {
  color: #ffffff;
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.btn--black:hover {
  background-color: #001a70;
  color: #ffffff;
}

.btn-handle:hover {
  background-color: #001a70;
  color: #ffffff;
  border-color: #001a70;
}

/* Form */

.form-checkbox {
  position: relative;
  vertical-align: middle;
  padding-left: 1.7em;
}

/* Input */

.gfield input[type="text"],
.input {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.gfield input[type="text"],
.input-entry {
  color: #3e3e3e;
  line-height: 1.2;
  font-size: 0.88em;
  font-family: Osnova Pro;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #dcddde;
  padding-left: 1.42em;
  padding-right: 1.42em;
  display: block;
  width: 100%;
  height: 3.2em;
}

.gfield textarea,
.input-place {
  color: #3e3e3e;
  line-height: 1.2;
  font-size: 1em;
  font-family: Osnova Pro;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #dcddde;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.94em;
  padding-right: 0.94em;
  display: block;
  width: 100%;
  height: auto;
  min-height: 11.53em;
}

.input--icon {
  position: relative;
}

.gfield input[type="text"]:hover,
.gfield input[type="text"]:focus,
.gfield textarea:hover,
.gfield textarea:focus,
.input-entry:hover,
.input-entry:focus {
  border-color: #001a70;
}

.input--icon input {
  height: 3.66em;
  padding-left: 3.1em;
}

.input--icon input:hover + span:after,
.input--icon input:focus + span:after {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.input--icon > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.4em;
  background-repeat: no-repeat;
  background-position: 66% 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.41;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.input--i-user > span:after {
  background-image: url(../img/icons/form/user.svg);
}

.input--i-email > span:after {
  background-image: url(../img/icons/form/email.svg);
}

.input--i-phone > span:after {
  background-image: url(../img/icons/form/phone.svg);
}

.input--i-location > span:after {
  background-image: url(../img/icons/form/location.svg);
}

/* Shape */

.shape__split {
  border-top: 1px solid #ffffff;
}

.shape__rimen {
  background-color: #f5f5f6;
}

.shape__split-green {
  border-top: 2px solid #001a70;
}

.shape__excus {
  background-color: #001a70;
}

.shape__aveat {
  background-color: #f5f5f5;
}

.shape__orsal {
  background-color: #001a70;
}

/* Элементы */

.elem-img-about {
  margin-left: -6.8em;
}

.elem-map {
  background-color: #dddddd;
  height: 31.9em;
}

.text li + li {
  /* margin-top: 0.875rem; */
}

.text ul:not(.blocks-gallery-grid) li,
.elem-pun {
  padding-left: 0.9em;
  position: relative;
}

.elem-video {
  display: block;
  position: relative;
  overflow: hidden;
}

.elem-img-hover {
  overflow: hidden;
}

.elem-i-email:before {
  content: url(../img/icons/email.svg);
  margin-right: 0.3em;
}

.elem-i-user:before {
  content: url(../img/icons/user.svg);
  margin-right: 0.3em;
}

.elem-i-phone:before {
  content: url(../img/icons/phone.svg);
  margin-right: 0.5em;
}

.elem-img-about:before {
  content: "";
  display: block;
  position: absolute;
  left: -100vw;
  bottom: 5.6em;
  right: 3.2em;
  top: 3.8em;
  background-color: #f5f5f6;
}

.elem-img-about img {
  mix-blend-mode: multiply;
}

.elem-more-arrow:after,
.elem-more-back:before {
  content: url(../img/icons/long-arrow.svg);
  margin-top: -4px;
  margin-left: 0.6em;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.elem-more-back:before {
  margin-left: 0px;
  margin-right: 0.9em;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.elem-more-arrow:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.elem-more-back:hover:before {
  -webkit-transform: scaleX(-1) translateX(4px);
  -moz-transform: scaleX(-1) translateX(4px);
  -ms-transform: scaleX(-1) translateX(4px);
  -o-transform: scaleX(-1) translateX(4px);
  transform: scaleX(-1) translateX(4px);
}

.text ul:not(.blocks-gallery-grid) li:before,
.elem-pun:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #001a70;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.7em;
}

.elem-video:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(../img/icons/video.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.elem-video:hover:after {
  background-color: rgba(0, 152, 74, 0.3);
  -webkit-transform: scaleX(1.06) scaleY(1.06);
  -moz-transform: scaleX(1.06) scaleY(1.06);
  -ms-transform: scaleX(1.06) scaleY(1.06);
  -o-transform: scaleX(1.06) scaleY(1.06);
  transform: scaleX(1.06) scaleY(1.06);
}

.elem-read:after {
  content: url(../img/icons/arrow.svg);
  margin-left: 0.6em;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.elem-read:not(:hover) {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.elem-read:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.elem-img-hover > img {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.elem-img-hover:hover > img {
  -webkit-transform: scaleX(1.05) scaleY(1.05);
  -moz-transform: scaleX(1.05) scaleY(1.05);
  -ms-transform: scaleX(1.05) scaleY(1.05);
  -o-transform: scaleX(1.05) scaleY(1.05);
  transform: scaleX(1.05) scaleY(1.05);
}

/* Img */

.img-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.img-fit-full {
  -o-object-fit: unset;
  object-fit: unset;
}

.img-layer {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

/* Окна */

.modal__success {
  text-align: center;
}

/* Swiper */

.swiper-outside {
  position: relative;
}

.swiper--auto .swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper--same .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.swiper--same .swiper-wrapper .swiper-slide > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.swiper--same .swiper-wrapper .swiper-slide > img {
  object-fit: contain;
}

/* Swiper-button */

.swiper-button {
  background-image: url(../img/icons/swiper-arrow.svg);
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

.swiper-button-prev {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.swiper-button--static .swiper-button {
  position: static;
  margin-top: 0px;
}

.swiper-button:not(:hover) {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.swiper-button--line .swiper-button {
  background-image: url(../img/icons/arrow.svg);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 2.96em;
}

/* Swiper-pagination */

.swiper-pagination-bullet {
  opacity: 1;
  background-color: #dcddde;
  margin-left: 0.3em;
  margin-right: 0.3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.swiper-pagination-bullet-active {
  background-color: #001a70;
  width: 1.1em;
}

.swiper-pagination--bottom .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 1em;
  right: 0;
}

.swiper-button--out .swiper-button-next {
  right: -3em;
}

.swiper-button--out .swiper-button-prev {
  left: -3em;
}

.swiper-pagination--down .swiper-pagination {
  bottom: -2.6em;
}

/* S-head */

.s-head {
  z-index: 5;
}

/* S-foot */

.s-foot {
  background-color: #001a70;
  color: #ffffff;
  overflow: hidden;
}

.s-foot__uibus {
  background-color: #333333;
  text-align: center;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}

/* S-welcome */

.s-welcome {
  background-color: #e9edee;
}

.s-welcome__slide {
  position: relative;
  /* height: 50.8em; */
}

.s-welcome__opter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* S-content */

.s-content {
  padding-top: 4.9em;
  padding-bottom: 4.9em;
}

/* S-speedbar */

.s-speedbar {
  background-color: #f5f5f6;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}

.s-speedbar + .s-content {
  padding-top: 1.5em;
}

/* S-companis */

.s-companis {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #f5f5f6;
}

/* B-head */

.b-head {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  position: relative;
  z-index: 1;
}

/* B-vivat */

.b-vivat {
  position: relative;
}

.b-vivat__succe {
  background-color: #001a70;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 38.8em;
  padding-left: 2.1em;
  padding-right: 2.1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.b-vivat__ondem {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -2px;
}

/* B-descr */

.b-descr__citat {
  position: relative;
  color: #ffffff;
  padding-right: 4em;
}

.b-descr__citat:before {
  background-color: #001a70;
  content: "";
  display: block;
  position: absolute;
  left: -3.7em;
  bottom: -2.9em;
  right: 1em;
  top: -2.9em;
}

.b-descr__citat > * {
  position: relative;
}

/* E-toggle */

.e-toggle {
  background-image: url(../img/icons/menu.svg);
  width: 2.1em;
  height: 1.8em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

/* E-menu */

.e-menu__ument {
  font-weight: 500;
}

.menu-item-has-children,
.e-menu__drop {
  position: relative;
}

.e-menu--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.e-menu--main > li {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.e-menu--main > li + li {
  border-left: 1px solid #dddddd;
}

.e-menu--main > li.current-menu-item > a,
.e-menu--main > li > a.active {
  color: #78d64b;
  position: relative;
}

.e-menu--main > li.current-menu-item > a:before,
.e-menu--main > li > a.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-color: #78d64b;
  width: 2.5em;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.5em;
}

.e-menu--main .menu-item-has-children > a:after,
.e-menu--main .e-menu__drop > a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-width: 2px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-color: currentColor;
  border-right-style: solid;
  border-bottom-style: solid;
  margin-left: 0.5em;
  margin-top: -5px;
}

.e-menu--main .menu-item-has-children > div,
.e-menu--main .e-menu__drop > div {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 12.3em;
  -webkit-transform: translateX(-50%) translateY(18px);
  -moz-transform: translateX(-50%) translateY(18px);
  -ms-transform: translateX(-50%) translateY(18px);
  -o-transform: translateX(-50%) translateY(18px);
  transform: translateX(-50%) translateY(18px);
  padding-top: 0.6em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.e-menu--main .menu-item-has-children > div > ul,
.e-menu--main .e-menu__drop > div > ul {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1.1em 41px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1.1em 41px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1.1em 41px 0 rgba(0, 0, 0, 0.15);
  padding-left: 1.3em;
  padding-right: 1.3em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
}

.e-menu--main .menu-item-has-children > div > ul > li + li,
.e-menu--main .e-menu__drop > div > ul > li + li {
  margin-top: 0.6em;
}

.e-menu--main .menu-item-has-children:hover > div,
.e-menu--main .e-menu__drop:hover > div {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.e-menu--main .menu-item-has-children:hover > a,
.e-menu--main .e-menu__drop:hover > a {
  color: #78d64b;
}

.e-menu--mobile .menu-item-has-children:hover > div,
.e-menu--mobile .e-menu__drop > div {
  padding-left: 1em;
  padding-top: 0.8em;
}

.e-menu--mobile > li + li {
  margin-top: 0.9em;
}

.e-menu--mobile .menu-item-has-children > div > ul > li,
.e-menu--mobile .e-menu__drop > div > ul > li {
  position: relative;
  padding-left: 0.6em;
}

.e-menu--mobile .menu-item-has-children > div > ul > li + li,
.e-menu--mobile .e-menu__drop > div > ul > li + li {
  margin-top: 0.5em;
}

.e-menu--mobile .menu-item-has-children > div > ul > li:before,
.e-menu--mobile .e-menu__drop > div > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #78d64b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 3px;
  height: 3px;
  left: 0;
  top: 0.58em;
}

/* E-search */

.e-search {
  position: relative;
  width: 15.2em;
}

.e-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.35em;
  background-color: transparent;
  background-image: url(../img/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.e-search--mobile {
  width: 100% !important;
}

/* E-lang */
.wpml-ls-current-language a,
.e-lang span {
  color: #78d64b;
  text-decoration: underline;
}

/* E-brend */

.e-brend {
  background-color: #3e3e3e;
  position: relative;
}

.e-brend__ricul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 33, 33, 0.72);
  opacity: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.e-brend:hover .e-brend__ricul {
  opacity: 1;
}

/* E-count */

.e-count {
  background-color: #f5f5f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.9em;
  padding-right: 1.9em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* E-article */

.e-article {
  background-color: #f5f5f5;
  min-height: 100%;
}

.e-article__ffect {
  padding-left: 2.1em;
  padding-right: 2.1em;
  padding-top: 1.4em;
  padding-bottom: 2.7em;
}

/* E-social */

.e-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.e-social a {
  opacity: 0.42;
}

.e-social a:hover {
  opacity: 1;
}

/* E-speedbar */

.e-speedbar {
  color: #606060;
}

.breadcrumbs__separator:before,
.e-speedbar > * + *:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #78d64b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0.6em;
  margin-right: 0.6em;
}

/* E-category */

.e-category {
  background-color: #f5f5f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 4.5em;
  padding-right: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 13.9em;
}

.e-category__tmeli {
  width: 7.5em;
  height: 7.5em;
  background-color: #dddedf;
  -webkit-border-radius: 2.3em;
  -moz-border-radius: 2.3em;
  border-radius: 2.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotateZ(-26deg);
  -moz-transform: rotateZ(-26deg);
  -ms-transform: rotate(-26deg);
  -o-transform: rotateZ(-26deg);
  transform: rotateZ(-26deg);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.e-category__tmeli:after {
  content: url(../img/icons/arrow.svg);
  -webkit-transform: rotateZ(26deg);
  -moz-transform: rotateZ(26deg);
  -ms-transform: rotate(26deg);
  -o-transform: rotateZ(26deg);
  transform: rotateZ(26deg);
}

.e-category .typo-acces {
  max-width: 4.9em;
}

.e-category:hover {
  color: #ffffff;
  background-color: #78d64b;
}

.e-category:hover .e-category__tmeli {
  background-color: #ffffff;
}

/* E-company */

.e-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-company img {
  mix-blend-mode: multiply;
}

.e-company:not(:hover) {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.75;
}

/* E-ico */

.e-ico__orsal {
  min-height: 4.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.7em;
}

/* E-do */

.e-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.e-do__rimen {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2.8em;
}

.e-do ul > li {
  position: relative;
  padding-left: 0.7em;
}

.e-do ul > li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #78d64b;
  left: 0;
  top: 0.8em;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/* E-vacance */
#work-jobs-list li {
  border-bottom: 1px solid #dddedf;
  padding-top: 1em;
  padding-bottom: 1em;
}

#work-jobs-list li a.work-a {
  font-size: 1.5em;
  font-weight: 500;
}

.su-column-content span > p {
  margin-top: 1em;
}
.e-vacance {
  border-bottom: 1px solid #dddedf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.e-vacance__aeven {
  background-color: #dddedf;
  display: block;
  width: 6.25em;
  height: 6.25em;
  background-image: url(../img/icons/arrow-bold.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.e-vacance__aeven:hover {
  background-color: #78d64b;
}

/* E-link */

.e-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-link__ico {
  width: 2.56em;
  height: 2.56em;
  background-color: #dddedf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-right: 0.8em; */
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.brends-list .e-link__ico {
  margin-right: 0.8em;
}

.e-link--fill {
  background-color: #78d64b;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.e-link:hover .e-link__ico {
  background-color: #78d64b;
}

.e-link--fill .e-link__ico {
  background-color: #78d64b;
}

.e-link--fill:hover {
  color: #ffffff;
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
}

/* Типография */
.text > * + * {
  margin-top: 0.75rem;
}

.text > h1 {
  font-size: 2.5em;
}

.text > h2 {
  font-size: 2em;
  font-weight: 500;
}

.text > h3 {
  font-size: 1.7em;
  font-weight: 500;
}

.text > h4 {
  font-size: 1.5em;
}

.text > h5 {
  font-size: 1.25em;
}

.text > h6 {
  font-size: 1em;
}

.text > p {
  font-size: 1em;
  line-height: 1.3;
}

.text > ul,
.text > ol {
  line-height: 1.8;
  padding: 0 0 0 20px;
  margin: 10px 0 10px 0;
}

.text--gray > p {
  color: #3e3e3e;
}

.text > li {
  position: relative;
  padding-left: 0.8em;
}

.text > li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #78d64b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 3px;
  height: 3px;
  left: 0;
  top: 0.8em;
}

/* E-pagination */

.e-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers,
.e-pagination__link {
  min-width: 2.98em;
  padding-top: 0.73em;
  padding-bottom: 0.73em;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  background-color: #f5f5f5;
  line-height: 1.4;
  font-weight: 500;
}

.page-numbers + .page-numbers,
.e-pagination__link + .e-pagination__link {
  margin-left: 0.6em;
}

.page-numbers.current,
.e-pagination__link.active {
  background-color: #78d64b;
  color: #ffffff;
}

/* E-contact */

.e-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.e-contact__dnume {
  background-color: #f5f5f5;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4.59em;
  width: 4.2em;
  margin-right: 1.7em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
 * CASCADE
 */

.tabs-body.active {
  display: block;
}

.nice-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}

.nice-select .current {
  line-height: 1.2;
  height: auto;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nice-select .list {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.nice-select .option {
  height: auto;
  min-height: auto;
  line-height: 1.2;
  padding-top: 0.51em;
  padding-bottom: 0.51em;
  padding-left: 0.73em;
  padding-right: 0.73em;
}

.form-checkbox > input:checked ~ .check:after {
  opacity: 1;
}

#price-list .gform_wrapper textarea.large {
  height: 70px;
}

#price-list .gform_wrapper select {
  line-height: 2.9;
}

#price-list input.button {
  margin: 0;
  width: 100%;
}

input[type="checkbox"] ~ .gfield_consent_label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 1.5em;
}

input[type="checkbox"] ~ .gfield_consent_label:before {
  content: "";
  width: 1em;
  height: 1em;
  border: 1px solid #dddddd;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 3px;
  cursor: pointer;
  border-color: #dddddd;
}

input[type="checkbox"]:checked ~ .gfield_consent_label:before {
}

input[type="checkbox"] ~ .gfield_consent_label:after {
  position: absolute;
  left: 7px;
  top: 6px;
  content: "";
  width: 4px;
  height: 7px;
  border-width: 2px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-color: #78d64b;
  border-right-style: solid;
  border-bottom-style: solid;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  opacity: 0;
}
input[type="checkbox"]:checked ~ .gfield_consent_label:after {
  opacity: 1;
}

.form-checkbox > input,
.form-checkbox > span.check {
  width: 1em;
  height: 1em;
}

.form-checkbox > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.form-checkbox > span.check {
  border: 1px solid #dddddd;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  border-color: #dddddd;
}

.wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #dddddd;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  border-color: #dddddd;
  width: 16px;
  height: 16px;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  padding-left: 25px;
  position: relative;
}

.wpcf7-list-item-label:after,
.form-checkbox > span.check:after {
  position: absolute;
  left: 4px;
  top: 1px;
  content: "";
  width: 4px;
  height: 7px;
  border-width: 2px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-color: #78d64b;
  border-right-style: solid;
  border-bottom-style: solid;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  opacity: 0;
}

.wpcf7-list-item-label:after {
  left: 6px;
  top: 4px;
}

.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-list-item > label {
  cursor: pointer;
}

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

.cn-modal-container {
  width: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wpml-ls-legacy-list-horizontal,
.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
}

.category .post_fix_img {
  height: 310px;
}

.elem-upload {
  cursor: pointer;
  position: relative;
  padding-left: 2em;
  line-height: 1.5rem;
  display: inline-block;
}

.elem-upload:before {
  content: "";
  background-image: url(../img/ico.svg);
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

.selected_filename {
  display: block;
  font-size: 0.81em;
  font-style: italic;
  color: #cacaca;
  margin-top: 1em;
}

.wp-block-image img,
#swiper-last .swiper-slide {
  height: auto;
}

#swiper-last .e-article {
  height: 100%;
}

input[type="radio"] + label {
  position: relative;
}

input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 1px solid #78d64b;
  position: relative;
  margin-right: 0.5rem;
  box-sizing: border-box;
}

input[type="radio"]:checked + label::before {
  border: 5px solid #78d64b;
}

.qmn_mc_answer_wrap + .qmn_mc_answer_wrap {
  margin-top: 1rem;
}
/*
 * MEDIA
 */

@media all and (max-width: 1919px) {
  /* Swiper-button */

  .swiper-button:not(:hover) {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  /* Swiper-pagination */

  .swiper-button--out .swiper-button-next {
    right: -1.75em;
  }

  .swiper-button--out .swiper-button-prev {
    left: -1.75em;
  }

  .swiper-button--out .swiper-button {
    background-color: #ffffff;
    -webkit-background-size: 0.9em 0.9em;
    -moz-background-size: 0.9em;
    -o-background-size: 0.9em;
    background-size: 0.9em;
    height: 3.49em;
    width: 3.49em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: -1.75em;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  }
}

@media all and (max-width: 1630px) {
  /* S-welcome */

  .s-welcome__slide {
    /* height: 46.4em; */
  }

  /* B-head */

  .b-head__logo {
    width: 11.16em;
  }
}

@media screen and (max-width: 1449px) {
  /* B-head */

  .b-head__logo {
    width: 9.26em;
  }

  /* B-vivat */

  .b-vivat__ondem {
    width: 22.06em;
  }

  /* E-menu */

  .e-menu--main > li {
    padding-left: 0.9em;
    padding-right: 0.9em;
  }

  /* E-search */

  .e-search {
    width: 12em;
  }

  /* E-category */

  .e-category {
    padding-left: 2.7em;
    font-size: 0.82em;
  }
}

@media screen and (max-width: 1199px) {
  .category .post_fix_img {
    height: 260px;
  }

  .e-menu--mobile .menu-item-has-children:hover > div,
  .e-menu--mobile .e-menu__drop > div {
    padding-left: 0;
    padding-top: 0;
  }
  /* S-welcome */

  .s-welcome__slide {
    /* height: 34.4em; */
  }

  /* B-vivat */

  .b-vivat__ondem {
    top: 0;
    right: 0;
    margin-top: -1px;
  }

  .b-vivat__tolli {
    height: 28.9em;
  }

  /* E-brend */

  .e-brend__ricul {
    position: static;
    background-color: #3e3e3e;
    opacity: 1;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    font-size: 0.84em;
  }

  /* E-do */

  .e-do__rimen {
    width: 8.8em;
  }
}

@media screen and (max-width: 991px) {
  .category .post_fix_img {
    height: 190px;
  }

  /* S-welcome */

  .s-welcome__slide {
    /* height: 25.4em; */
  }

  /* B-descr */

  .b-descr__citat {
    padding-left: 3.44em;
    padding-right: 3.44em;
  }

  .b-descr__citat:before {
    left: 1em;
  }
}

@media screen and (max-width: 575px) {
  .category .post_fix_img {
    height: 300px;
  }

  /* Modal */

  .blocker {
    padding-left: 0em;
    padding-right: 0em;
  }

  /* Input */

  .input-entry {
    font-size: 1em;
  }

  /* Элементы */

  .elem-map {
    height: 18.9em;
  }

  /* Swiper-pagination */

  .swiper-button--news .swiper-button {
    top: 6.7em;
  }

  /* S-welcome */

  .s-welcome__slide {
    /* height: 11.9em; */
  }

  /* S-content */

  .s-content {
    padding-top: 3.1em;
    padding-bottom: 3.1em;
  }

  /* B-head */

  .b-head__logo {
    width: 7.76em;
  }

  /* B-vivat */

  .b-vivat__succe {
    font-size: 0.68em;
  }

  /* B-descr */

  .b-descr__citat {
    padding-left: 1.94em;
    padding-right: 1.94em;
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .b-descr__citat:before {
    top: -1.4em;
    bottom: -1.4em;
  }

  /* E-category */

  .e-category {
    font-size: 0.66em;
  }

  /* E-do */

  .e-do {
    display: block;
  }

  .e-do__rimen {
    margin-bottom: 1.7em;
  }

  /* E-vacance */

  .e-vacance {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 375px) {
  /* Swiper-pagination */

  .swiper-button--out .swiper-button {
    font-size: 0.8em;
  }

  /* E-article */

  .e-article__ffect {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}